blob: 4b3ba92b0e10b044d06e0ee82efccfadcb5898f8 [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:
155 return -EPERM;
Trond Myklebust3ddeb7c2011-02-22 15:44:31 -0800156 case -NFS4ERR_BADOWNER:
157 case -NFS4ERR_BADNAME:
158 return -EINVAL;
Trond Myklebustfb13bfa2012-05-28 11:36:28 -0400159 case -NFS4ERR_SHARE_DENIED:
160 return -EACCES;
Steve Dicksonf25efd82012-06-06 14:12:07 -0400161 case -NFS4ERR_MINOR_VERS_MISMATCH:
162 return -EPROTONOSUPPORT;
Weston Andros Adamson6168f622012-09-10 14:00:46 -0400163 case -NFS4ERR_ACCESS:
164 return -EACCES;
Trond Myklebust6e3cf242013-03-23 15:22:45 -0400165 case -NFS4ERR_FILE_OPEN:
166 return -EBUSY;
Trond Myklebust52567b02009-10-23 14:46:42 -0400167 default:
Linus Torvalds1da177e2005-04-16 15:20:36 -0700168 dprintk("%s could not handle NFSv4 error %d\n",
Harvey Harrison3110ff82008-05-02 13:42:44 -0700169 __func__, -err);
Trond Myklebust52567b02009-10-23 14:46:42 -0400170 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700171 }
Trond Myklebust52567b02009-10-23 14:46:42 -0400172 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700173}
174
175/*
176 * This is our standard bitmap for GETATTR requests.
177 */
Trond Myklebust1549210f2012-06-05 09:16:47 -0400178const u32 nfs4_fattr_bitmap[3] = {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700179 FATTR4_WORD0_TYPE
180 | FATTR4_WORD0_CHANGE
181 | FATTR4_WORD0_SIZE
182 | FATTR4_WORD0_FSID
183 | FATTR4_WORD0_FILEID,
184 FATTR4_WORD1_MODE
185 | FATTR4_WORD1_NUMLINKS
186 | FATTR4_WORD1_OWNER
187 | FATTR4_WORD1_OWNER_GROUP
188 | FATTR4_WORD1_RAWDEV
189 | FATTR4_WORD1_SPACE_USED
190 | FATTR4_WORD1_TIME_ACCESS
191 | FATTR4_WORD1_TIME_METADATA
David Quigleyaa9c2662013-05-22 12:50:44 -0400192 | FATTR4_WORD1_TIME_MODIFY,
193#ifdef CONFIG_NFS_V4_SECURITY_LABEL
194 FATTR4_WORD2_SECURITY_LABEL
195#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -0700196};
197
Trond Myklebust1549210f2012-06-05 09:16:47 -0400198static const u32 nfs4_pnfs_open_bitmap[3] = {
199 FATTR4_WORD0_TYPE
200 | FATTR4_WORD0_CHANGE
201 | FATTR4_WORD0_SIZE
202 | FATTR4_WORD0_FSID
203 | FATTR4_WORD0_FILEID,
204 FATTR4_WORD1_MODE
205 | FATTR4_WORD1_NUMLINKS
206 | FATTR4_WORD1_OWNER
207 | FATTR4_WORD1_OWNER_GROUP
208 | FATTR4_WORD1_RAWDEV
209 | FATTR4_WORD1_SPACE_USED
210 | FATTR4_WORD1_TIME_ACCESS
211 | FATTR4_WORD1_TIME_METADATA
212 | FATTR4_WORD1_TIME_MODIFY,
213 FATTR4_WORD2_MDSTHRESHOLD
214};
215
Andy Adamsone23008e2012-10-02 21:07:32 -0400216static const u32 nfs4_open_noattr_bitmap[3] = {
217 FATTR4_WORD0_TYPE
218 | FATTR4_WORD0_CHANGE
219 | FATTR4_WORD0_FILEID,
220};
221
David Quigleya09df2c2013-05-22 12:50:41 -0400222const u32 nfs4_statfs_bitmap[3] = {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700223 FATTR4_WORD0_FILES_AVAIL
224 | FATTR4_WORD0_FILES_FREE
225 | FATTR4_WORD0_FILES_TOTAL,
226 FATTR4_WORD1_SPACE_AVAIL
227 | FATTR4_WORD1_SPACE_FREE
228 | FATTR4_WORD1_SPACE_TOTAL
229};
230
David Quigleya09df2c2013-05-22 12:50:41 -0400231const u32 nfs4_pathconf_bitmap[3] = {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700232 FATTR4_WORD0_MAXLINK
233 | FATTR4_WORD0_MAXNAME,
234 0
235};
236
Fred Isamandae100c2011-07-30 20:52:37 -0400237const u32 nfs4_fsinfo_bitmap[3] = { FATTR4_WORD0_MAXFILESIZE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700238 | FATTR4_WORD0_MAXREAD
239 | FATTR4_WORD0_MAXWRITE
240 | FATTR4_WORD0_LEASE_TIME,
Ricardo Labiaga55b6e772010-10-12 16:30:06 -0700241 FATTR4_WORD1_TIME_DELTA
Fred Isamandae100c2011-07-30 20:52:37 -0400242 | FATTR4_WORD1_FS_LAYOUT_TYPES,
243 FATTR4_WORD2_LAYOUT_BLKSIZE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700244};
245
David Quigleya09df2c2013-05-22 12:50:41 -0400246const u32 nfs4_fs_locations_bitmap[3] = {
Manoj Naik830b8e32006-06-09 09:34:25 -0400247 FATTR4_WORD0_TYPE
248 | FATTR4_WORD0_CHANGE
249 | FATTR4_WORD0_SIZE
250 | FATTR4_WORD0_FSID
251 | FATTR4_WORD0_FILEID
252 | FATTR4_WORD0_FS_LOCATIONS,
253 FATTR4_WORD1_MODE
254 | FATTR4_WORD1_NUMLINKS
255 | FATTR4_WORD1_OWNER
256 | FATTR4_WORD1_OWNER_GROUP
257 | FATTR4_WORD1_RAWDEV
258 | FATTR4_WORD1_SPACE_USED
259 | FATTR4_WORD1_TIME_ACCESS
260 | FATTR4_WORD1_TIME_METADATA
261 | FATTR4_WORD1_TIME_MODIFY
David Quigleya09df2c2013-05-22 12:50:41 -0400262 | FATTR4_WORD1_MOUNTED_ON_FILEID,
Manoj Naik830b8e32006-06-09 09:34:25 -0400263};
264
Al Virobc4785c2006-10-19 23:28:51 -0700265static void nfs4_setup_readdir(u64 cookie, __be32 *verifier, struct dentry *dentry,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700266 struct nfs4_readdir_arg *readdir)
267{
Al Viro0dbb4c62006-10-19 23:28:49 -0700268 __be32 *start, *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700269
Linus Torvalds1da177e2005-04-16 15:20:36 -0700270 if (cookie > 2) {
Adrian Bunkb7ef1952005-06-22 17:16:28 +0000271 readdir->cookie = cookie;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700272 memcpy(&readdir->verifier, verifier, sizeof(readdir->verifier));
273 return;
274 }
275
276 readdir->cookie = 0;
277 memset(&readdir->verifier, 0, sizeof(readdir->verifier));
278 if (cookie == 2)
279 return;
280
281 /*
282 * NFSv4 servers do not return entries for '.' and '..'
283 * Therefore, we fake these entries here. We let '.'
284 * have cookie 0 and '..' have cookie 1. Note that
285 * when talking to the server, we always send cookie 0
286 * instead of 1 or 2.
287 */
Cong Wang2b86ce22011-11-25 23:14:33 +0800288 start = p = kmap_atomic(*readdir->pages);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700289
290 if (cookie == 0) {
291 *p++ = xdr_one; /* next */
292 *p++ = xdr_zero; /* cookie, first word */
293 *p++ = xdr_one; /* cookie, second word */
294 *p++ = xdr_one; /* entry len */
295 memcpy(p, ".\0\0\0", 4); /* entry */
296 p++;
297 *p++ = xdr_one; /* bitmap length */
298 *p++ = htonl(FATTR4_WORD0_FILEID); /* bitmap */
299 *p++ = htonl(8); /* attribute buffer length */
Peter Staubach4e769b92007-08-03 15:07:10 -0400300 p = xdr_encode_hyper(p, NFS_FILEID(dentry->d_inode));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700301 }
302
303 *p++ = xdr_one; /* next */
304 *p++ = xdr_zero; /* cookie, first word */
305 *p++ = xdr_two; /* cookie, second word */
306 *p++ = xdr_two; /* entry len */
307 memcpy(p, "..\0\0", 4); /* entry */
308 p++;
309 *p++ = xdr_one; /* bitmap length */
310 *p++ = htonl(FATTR4_WORD0_FILEID); /* bitmap */
311 *p++ = htonl(8); /* attribute buffer length */
Peter Staubach4e769b92007-08-03 15:07:10 -0400312 p = xdr_encode_hyper(p, NFS_FILEID(dentry->d_parent->d_inode));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700313
314 readdir->pgbase = (char *)p - (char *)start;
315 readdir->count -= readdir->pgbase;
Cong Wang2b86ce22011-11-25 23:14:33 +0800316 kunmap_atomic(start);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700317}
318
Trond Myklebust65de8722008-12-23 15:21:44 -0500319static int nfs4_delay(struct rpc_clnt *clnt, long *timeout)
320{
321 int res = 0;
322
323 might_sleep();
324
325 if (*timeout <= 0)
326 *timeout = NFS4_POLL_RETRY_MIN;
327 if (*timeout > NFS4_POLL_RETRY_MAX)
328 *timeout = NFS4_POLL_RETRY_MAX;
Colin Cross416ad3c2013-05-06 23:50:06 +0000329 freezable_schedule_timeout_killable_unsafe(*timeout);
Trond Myklebust65de8722008-12-23 15:21:44 -0500330 if (fatal_signal_pending(current))
331 res = -ERESTARTSYS;
332 *timeout <<= 1;
333 return res;
334}
335
336/* This is the error handling routine for processes that are allowed
337 * to sleep.
338 */
Trond Myklebustb064eca22011-02-22 15:44:32 -0800339static int nfs4_handle_exception(struct nfs_server *server, int errorcode, struct nfs4_exception *exception)
Trond Myklebust65de8722008-12-23 15:21:44 -0500340{
341 struct nfs_client *clp = server->nfs_client;
Trond Myklebust9e33bed2008-12-23 15:21:46 -0500342 struct nfs4_state *state = exception->state;
Trond Myklebust3114ea72012-03-07 16:39:06 -0500343 struct inode *inode = exception->inode;
Trond Myklebust65de8722008-12-23 15:21:44 -0500344 int ret = errorcode;
345
346 exception->retry = 0;
347 switch(errorcode) {
348 case 0:
349 return 0;
Trond Myklebust3114ea72012-03-07 16:39:06 -0500350 case -NFS4ERR_OPENMODE:
Bryan Schumaker011e2a72012-06-20 15:53:43 -0400351 if (inode && nfs4_have_delegation(inode, FMODE_READ)) {
Bryan Schumaker57ec14c2012-06-20 15:53:44 -0400352 nfs4_inode_return_delegation(inode);
Trond Myklebust3114ea72012-03-07 16:39:06 -0500353 exception->retry = 1;
354 return 0;
355 }
356 if (state == NULL)
357 break;
Trond Myklebust5d422302013-03-14 16:57:48 -0400358 ret = nfs4_schedule_stateid_recovery(server, state);
359 if (ret < 0)
360 break;
Trond Myklebust3114ea72012-03-07 16:39:06 -0500361 goto wait_on_recovery;
Trond Myklebusta1d0b5e2012-03-05 19:56:44 -0500362 case -NFS4ERR_DELEG_REVOKED:
Trond Myklebust9e33bed2008-12-23 15:21:46 -0500363 case -NFS4ERR_ADMIN_REVOKED:
364 case -NFS4ERR_BAD_STATEID:
Trond Myklebustb570a972013-04-12 15:04:51 -0400365 if (inode != NULL && nfs4_have_delegation(inode, FMODE_READ)) {
366 nfs_remove_bad_delegation(inode);
367 exception->retry = 1;
368 break;
369 }
Trond Myklebust9e33bed2008-12-23 15:21:46 -0500370 if (state == NULL)
371 break;
Trond Myklebust5d422302013-03-14 16:57:48 -0400372 ret = nfs4_schedule_stateid_recovery(server, state);
373 if (ret < 0)
374 break;
Trond Myklebust0400a6b2011-03-09 16:00:53 -0500375 goto wait_on_recovery;
Trond Myklebust0ced63d2011-05-26 14:26:35 -0400376 case -NFS4ERR_EXPIRED:
Trond Myklebust5d422302013-03-14 16:57:48 -0400377 if (state != NULL) {
378 ret = nfs4_schedule_stateid_recovery(server, state);
379 if (ret < 0)
380 break;
381 }
Trond Myklebust65de8722008-12-23 15:21:44 -0500382 case -NFS4ERR_STALE_STATEID:
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -0500383 case -NFS4ERR_STALE_CLIENTID:
Trond Myklebust0400a6b2011-03-09 16:00:53 -0500384 nfs4_schedule_lease_recovery(clp);
385 goto wait_on_recovery;
Trond Myklebust03391692010-01-26 15:42:38 -0500386#if defined(CONFIG_NFS_V4_1)
Andy Adamson4745e312009-04-01 09:22:42 -0400387 case -NFS4ERR_BADSESSION:
388 case -NFS4ERR_BADSLOT:
389 case -NFS4ERR_BAD_HIGH_SLOT:
390 case -NFS4ERR_CONN_NOT_BOUND_TO_SESSION:
391 case -NFS4ERR_DEADSESSION:
392 case -NFS4ERR_SEQ_FALSE_RETRY:
393 case -NFS4ERR_SEQ_MISORDERED:
394 dprintk("%s ERROR: %d Reset session\n", __func__,
395 errorcode);
Trond Myklebust9f594792012-05-27 13:02:53 -0400396 nfs4_schedule_session_recovery(clp->cl_session, errorcode);
Bryan Schumaker399f11c2012-10-30 16:06:35 -0400397 goto wait_on_recovery;
Trond Myklebust03391692010-01-26 15:42:38 -0500398#endif /* defined(CONFIG_NFS_V4_1) */
Trond Myklebust65de8722008-12-23 15:21:44 -0500399 case -NFS4ERR_FILE_OPEN:
NeilBrown44ed3552009-12-03 15:58:56 -0500400 if (exception->timeout > HZ) {
401 /* We have retried a decent amount, time to
402 * fail
403 */
404 ret = -EBUSY;
405 break;
406 }
Trond Myklebust65de8722008-12-23 15:21:44 -0500407 case -NFS4ERR_GRACE:
408 case -NFS4ERR_DELAY:
409 ret = nfs4_delay(server->client, &exception->timeout);
410 if (ret != 0)
411 break;
Andy Adamsona8a4ae32011-05-03 13:43:03 -0400412 case -NFS4ERR_RETRY_UNCACHED_REP:
Trond Myklebust65de8722008-12-23 15:21:44 -0500413 case -NFS4ERR_OLD_STATEID:
414 exception->retry = 1;
Trond Myklebustb064eca22011-02-22 15:44:32 -0800415 break;
416 case -NFS4ERR_BADOWNER:
417 /* The following works around a Linux server bug! */
418 case -NFS4ERR_BADNAME:
419 if (server->caps & NFS_CAP_UIDGID_NOMAP) {
420 server->caps &= ~NFS_CAP_UIDGID_NOMAP;
421 exception->retry = 1;
422 printk(KERN_WARNING "NFS: v4 server %s "
423 "does not accept raw "
424 "uid/gids. "
425 "Reenabling the idmapper.\n",
426 server->nfs_client->cl_hostname);
427 }
Trond Myklebust65de8722008-12-23 15:21:44 -0500428 }
429 /* We failed to handle the error */
430 return nfs4_map_errors(ret);
Trond Myklebust0400a6b2011-03-09 16:00:53 -0500431wait_on_recovery:
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -0500432 ret = nfs4_wait_clnt_recover(clp);
433 if (ret == 0)
434 exception->retry = 1;
435 return ret;
Trond Myklebust65de8722008-12-23 15:21:44 -0500436}
437
438
Trond Myklebust452e9352010-07-31 14:29:06 -0400439static void do_renew_lease(struct nfs_client *clp, unsigned long timestamp)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700440{
Linus Torvalds1da177e2005-04-16 15:20:36 -0700441 spin_lock(&clp->cl_lock);
442 if (time_before(clp->cl_last_renewal,timestamp))
443 clp->cl_last_renewal = timestamp;
444 spin_unlock(&clp->cl_lock);
445}
446
Trond Myklebust452e9352010-07-31 14:29:06 -0400447static void renew_lease(const struct nfs_server *server, unsigned long timestamp)
448{
449 do_renew_lease(server->nfs_client, timestamp);
450}
451
Andy Adamsoncccef3b2009-04-01 09:22:03 -0400452#if defined(CONFIG_NFS_V4_1)
453
Trond Myklebustd185a332010-06-16 09:52:25 -0400454static void nfs41_sequence_free_slot(struct nfs4_sequence_res *res)
Andy Adamson13615872009-04-01 09:22:17 -0400455{
Trond Myklebuste3725ec2012-11-16 12:25:01 -0500456 struct nfs4_session *session;
Andy Adamson13615872009-04-01 09:22:17 -0400457 struct nfs4_slot_table *tbl;
Trond Myklebustc10e4492012-11-26 16:16:54 -0500458 bool send_new_highest_used_slotid = false;
Andy Adamson13615872009-04-01 09:22:17 -0400459
Benny Halevydfb4f3092010-09-24 09:17:01 -0400460 if (!res->sr_slot) {
Andy Adamson13615872009-04-01 09:22:17 -0400461 /* just wake up the next guy waiting since
462 * we may have not consumed a slot after all */
Andy Adamson691daf32009-12-04 15:55:39 -0500463 dprintk("%s: No slot\n", __func__);
Trond Myklebust35dc1d72009-12-05 19:32:19 -0500464 return;
Andy Adamson13615872009-04-01 09:22:17 -0400465 }
Trond Myklebuste3725ec2012-11-16 12:25:01 -0500466 tbl = res->sr_slot->table;
467 session = tbl->session;
Andy Adamsonea028ac2009-12-04 15:55:38 -0500468
Trond Myklebust35dc1d72009-12-05 19:32:19 -0500469 spin_lock(&tbl->slot_tbl_lock);
Trond Myklebustc10e4492012-11-26 16:16:54 -0500470 /* Be nice to the server: try to ensure that the last transmitted
471 * value for highest_user_slotid <= target_highest_slotid
472 */
473 if (tbl->highest_used_slotid > tbl->target_highest_slotid)
474 send_new_highest_used_slotid = true;
475
Trond Myklebustb75ad4c2012-11-29 17:27:47 -0500476 if (nfs41_wake_and_assign_slot(tbl, res->sr_slot)) {
477 send_new_highest_used_slotid = false;
478 goto out_unlock;
479 }
Trond Myklebustf4af6e2a2012-11-20 14:17:32 -0500480 nfs4_free_slot(tbl, res->sr_slot);
Trond Myklebustc10e4492012-11-26 16:16:54 -0500481
482 if (tbl->highest_used_slotid != NFS4_NO_SLOT)
483 send_new_highest_used_slotid = false;
Trond Myklebustb75ad4c2012-11-29 17:27:47 -0500484out_unlock:
Trond Myklebust35dc1d72009-12-05 19:32:19 -0500485 spin_unlock(&tbl->slot_tbl_lock);
Benny Halevydfb4f3092010-09-24 09:17:01 -0400486 res->sr_slot = NULL;
Trond Myklebustc10e4492012-11-26 16:16:54 -0500487 if (send_new_highest_used_slotid)
488 nfs41_server_notify_highest_slotid_update(session->clp);
Andy Adamson13615872009-04-01 09:22:17 -0400489}
490
Trond Myklebust14516c32010-07-31 14:29:06 -0400491static int nfs41_sequence_done(struct rpc_task *task, struct nfs4_sequence_res *res)
Andy Adamsonb0df8062009-04-01 09:22:18 -0400492{
Trond Myklebuste3725ec2012-11-16 12:25:01 -0500493 struct nfs4_session *session;
Trond Myklebust933602e2012-11-16 12:12:38 -0500494 struct nfs4_slot *slot;
Trond Myklebust14516c32010-07-31 14:29:06 -0400495 struct nfs_client *clp;
Trond Myklebustac20d162012-12-15 15:36:07 -0500496 bool interrupted = false;
Trond Myklebust85563072012-12-11 10:31:12 -0500497 int ret = 1;
Andy Adamsonb0df8062009-04-01 09:22:18 -0400498
Bryan Schumaker468f8612011-04-18 15:57:32 -0400499 /* don't increment the sequence number if the task wasn't sent */
500 if (!RPC_WAS_SENT(task))
Andy Adamsonb0df8062009-04-01 09:22:18 -0400501 goto out;
502
Trond Myklebust933602e2012-11-16 12:12:38 -0500503 slot = res->sr_slot;
Trond Myklebuste3725ec2012-11-16 12:25:01 -0500504 session = slot->table->session;
Trond Myklebust933602e2012-11-16 12:12:38 -0500505
Trond Myklebustac20d162012-12-15 15:36:07 -0500506 if (slot->interrupted) {
507 slot->interrupted = 0;
508 interrupted = true;
509 }
510
Andy Adamson691daf32009-12-04 15:55:39 -0500511 /* Check the SEQUENCE operation status */
Trond Myklebust14516c32010-07-31 14:29:06 -0400512 switch (res->sr_status) {
513 case 0:
Andy Adamsonb0df8062009-04-01 09:22:18 -0400514 /* Update the slot's sequence and clientid lease timer */
Trond Myklebust933602e2012-11-16 12:12:38 -0500515 ++slot->seq_nr;
Trond Myklebuste3725ec2012-11-16 12:25:01 -0500516 clp = session->clp;
Trond Myklebust8e63b6a2012-12-15 15:21:52 -0500517 do_renew_lease(clp, res->sr_timestamp);
Alexandros Batsakis0629e372009-12-05 13:46:14 -0500518 /* Check sequence flags */
Trond Myklebustb4410c22011-03-09 16:00:55 -0500519 if (res->sr_status_flags != 0)
520 nfs4_schedule_lease_recovery(clp);
Trond Myklebust464ee9f2012-11-20 12:49:27 -0500521 nfs41_update_target_slotid(slot->table, slot, res);
Trond Myklebust14516c32010-07-31 14:29:06 -0400522 break;
Trond Myklebustac20d162012-12-15 15:36:07 -0500523 case 1:
524 /*
525 * sr_status remains 1 if an RPC level error occurred.
526 * The server may or may not have processed the sequence
527 * operation..
528 * Mark the slot as having hosted an interrupted RPC call.
529 */
530 slot->interrupted = 1;
531 goto out;
Trond Myklebust14516c32010-07-31 14:29:06 -0400532 case -NFS4ERR_DELAY:
533 /* The server detected a resend of the RPC call and
534 * returned NFS4ERR_DELAY as per Section 2.10.6.2
535 * of RFC5661.
536 */
Trond Myklebustdf2fabf2012-11-16 12:45:06 -0500537 dprintk("%s: slot=%u seq=%u: Operation in progress\n",
Benny Halevydfb4f3092010-09-24 09:17:01 -0400538 __func__,
Trond Myklebustdf2fabf2012-11-16 12:45:06 -0500539 slot->slot_nr,
Trond Myklebust933602e2012-11-16 12:12:38 -0500540 slot->seq_nr);
Trond Myklebust14516c32010-07-31 14:29:06 -0400541 goto out_retry;
Trond Myklebust85563072012-12-11 10:31:12 -0500542 case -NFS4ERR_BADSLOT:
543 /*
544 * The slot id we used was probably retired. Try again
545 * using a different slot id.
546 */
Trond Myklebuste8794442012-12-15 13:56:18 -0500547 goto retry_nowait;
548 case -NFS4ERR_SEQ_MISORDERED:
549 /*
Trond Myklebustac20d162012-12-15 15:36:07 -0500550 * Was the last operation on this sequence interrupted?
551 * If so, retry after bumping the sequence number.
552 */
553 if (interrupted) {
554 ++slot->seq_nr;
555 goto retry_nowait;
556 }
557 /*
Trond Myklebuste8794442012-12-15 13:56:18 -0500558 * Could this slot have been previously retired?
559 * If so, then the server may be expecting seq_nr = 1!
560 */
Trond Myklebust8e63b6a2012-12-15 15:21:52 -0500561 if (slot->seq_nr != 1) {
562 slot->seq_nr = 1;
563 goto retry_nowait;
564 }
565 break;
Trond Myklebuste8794442012-12-15 13:56:18 -0500566 case -NFS4ERR_SEQ_FALSE_RETRY:
567 ++slot->seq_nr;
568 goto retry_nowait;
Trond Myklebust14516c32010-07-31 14:29:06 -0400569 default:
570 /* Just update the slot sequence no. */
Trond Myklebust933602e2012-11-16 12:12:38 -0500571 ++slot->seq_nr;
Andy Adamsonb0df8062009-04-01 09:22:18 -0400572 }
573out:
574 /* The session may be reset by one of the error handlers. */
575 dprintk("%s: Error %d free the slot \n", __func__, res->sr_status);
Trond Myklebustd185a332010-06-16 09:52:25 -0400576 nfs41_sequence_free_slot(res);
Trond Myklebust85563072012-12-11 10:31:12 -0500577 return ret;
Trond Myklebuste8794442012-12-15 13:56:18 -0500578retry_nowait:
579 if (rpc_restart_call_prepare(task)) {
580 task->tk_status = 0;
581 ret = 0;
582 }
583 goto out;
Trond Myklebust14516c32010-07-31 14:29:06 -0400584out_retry:
Trond Myklebustd05dd4e2010-07-31 14:29:07 -0400585 if (!rpc_restart_call(task))
Trond Myklebust14516c32010-07-31 14:29:06 -0400586 goto out;
587 rpc_delay(task, NFS4_POLL_RETRY_MAX);
588 return 0;
Andy Adamsonb0df8062009-04-01 09:22:18 -0400589}
590
Trond Myklebust14516c32010-07-31 14:29:06 -0400591static int nfs4_sequence_done(struct rpc_task *task,
592 struct nfs4_sequence_res *res)
Trond Myklebustdf896452010-06-16 09:52:26 -0400593{
Trond Myklebuste3725ec2012-11-16 12:25:01 -0500594 if (res->sr_slot == NULL)
Trond Myklebust14516c32010-07-31 14:29:06 -0400595 return 1;
596 return nfs41_sequence_done(task, res);
Trond Myklebustdf896452010-06-16 09:52:26 -0400597}
598
Trond Myklebust9d12b212012-01-17 22:04:25 -0500599static void nfs41_init_sequence(struct nfs4_sequence_args *args,
600 struct nfs4_sequence_res *res, int cache_reply)
601{
Trond Myklebust2b2fa712012-11-16 12:58:36 -0500602 args->sa_slot = NULL;
Trond Myklebust9d12b212012-01-17 22:04:25 -0500603 args->sa_cache_this = 0;
Trond Myklebust8fe72ba2012-10-29 19:02:20 -0400604 args->sa_privileged = 0;
Trond Myklebust9d12b212012-01-17 22:04:25 -0500605 if (cache_reply)
606 args->sa_cache_this = 1;
Trond Myklebust9d12b212012-01-17 22:04:25 -0500607 res->sr_slot = NULL;
608}
609
Trond Myklebust8fe72ba2012-10-29 19:02:20 -0400610static void nfs4_set_sequence_privileged(struct nfs4_sequence_args *args)
611{
612 args->sa_privileged = 1;
613}
614
Andy Adamsondc70d7b2011-03-01 01:34:19 +0000615int nfs41_setup_sequence(struct nfs4_session *session,
Andy Adamsonce5039c2009-04-01 09:22:13 -0400616 struct nfs4_sequence_args *args,
617 struct nfs4_sequence_res *res,
Andy Adamsonce5039c2009-04-01 09:22:13 -0400618 struct rpc_task *task)
619{
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400620 struct nfs4_slot *slot;
621 struct nfs4_slot_table *tbl;
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400622
623 dprintk("--> %s\n", __func__);
Andy Adamsonce5039c2009-04-01 09:22:13 -0400624 /* slot already allocated? */
Benny Halevydfb4f3092010-09-24 09:17:01 -0400625 if (res->sr_slot != NULL)
Trond Myklebustd9afbd12012-10-22 20:28:44 -0400626 goto out_success;
Andy Adamsonce5039c2009-04-01 09:22:13 -0400627
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400628 tbl = &session->fc_slot_table;
629
Trond Myklebust69d206b2012-11-22 13:21:02 -0500630 task->tk_timeout = 0;
631
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400632 spin_lock(&tbl->slot_tbl_lock);
Andy Adamson774d5f12013-05-20 14:13:50 -0400633 if (test_bit(NFS4_SLOT_TBL_DRAINING, &tbl->slot_tbl_state) &&
Trond Myklebust8fe72ba2012-10-29 19:02:20 -0400634 !args->sa_privileged) {
Andy Adamson0b1c8fc2011-11-09 13:58:26 -0500635 /* The state manager will wait until the slot table is empty */
Andy Adamson0b1c8fc2011-11-09 13:58:26 -0500636 dprintk("%s session is draining\n", __func__);
Trond Myklebust7b939a32012-11-01 15:19:46 -0400637 goto out_sleep;
Andy Adamsonb069d942009-04-01 09:22:43 -0400638 }
639
Trond Myklebust2dc03b72012-11-16 16:10:11 -0500640 slot = nfs4_alloc_slot(tbl);
Trond Myklebust69d206b2012-11-22 13:21:02 -0500641 if (IS_ERR(slot)) {
642 /* If out of memory, try again in 1/4 second */
643 if (slot == ERR_PTR(-ENOMEM))
644 task->tk_timeout = HZ >> 2;
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400645 dprintk("<-- %s: no free slots\n", __func__);
Trond Myklebust7b939a32012-11-01 15:19:46 -0400646 goto out_sleep;
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400647 }
648 spin_unlock(&tbl->slot_tbl_lock);
649
Trond Myklebust2b2fa712012-11-16 12:58:36 -0500650 args->sa_slot = slot;
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400651
Trond Myklebust2dc03b72012-11-16 16:10:11 -0500652 dprintk("<-- %s slotid=%d seqid=%d\n", __func__,
653 slot->slot_nr, slot->seq_nr);
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400654
Benny Halevydfb4f3092010-09-24 09:17:01 -0400655 res->sr_slot = slot;
Trond Myklebust8e63b6a2012-12-15 15:21:52 -0500656 res->sr_timestamp = jiffies;
Trond Myklebust2a6e26c2010-06-16 09:52:25 -0400657 res->sr_status_flags = 0;
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400658 /*
659 * sr_status is only set in decode_sequence, and so will remain
660 * set to 1 if an rpc level failure occurs.
661 */
662 res->sr_status = 1;
Trond Myklebustd9afbd12012-10-22 20:28:44 -0400663out_success:
664 rpc_call_start(task);
Andy Adamsonce5039c2009-04-01 09:22:13 -0400665 return 0;
Trond Myklebust7b939a32012-11-01 15:19:46 -0400666out_sleep:
Trond Myklebust8fe72ba2012-10-29 19:02:20 -0400667 /* Privileged tasks are queued with top priority */
668 if (args->sa_privileged)
Trond Myklebust1e1093c2012-11-01 16:44:05 -0400669 rpc_sleep_on_priority(&tbl->slot_tbl_waitq, task,
670 NULL, RPC_PRIORITY_PRIVILEGED);
671 else
672 rpc_sleep_on(&tbl->slot_tbl_waitq, task, NULL);
Trond Myklebust7b939a32012-11-01 15:19:46 -0400673 spin_unlock(&tbl->slot_tbl_lock);
674 return -EAGAIN;
Andy Adamsonce5039c2009-04-01 09:22:13 -0400675}
Andy Adamsondc70d7b2011-03-01 01:34:19 +0000676EXPORT_SYMBOL_GPL(nfs41_setup_sequence);
Andy Adamsonce5039c2009-04-01 09:22:13 -0400677
Trond Myklebust035168a2010-06-16 09:52:26 -0400678int nfs4_setup_sequence(const struct nfs_server *server,
Andy Adamsonce5039c2009-04-01 09:22:13 -0400679 struct nfs4_sequence_args *args,
680 struct nfs4_sequence_res *res,
Andy Adamsonce5039c2009-04-01 09:22:13 -0400681 struct rpc_task *task)
682{
Trond Myklebust035168a2010-06-16 09:52:26 -0400683 struct nfs4_session *session = nfs4_get_session(server);
Andy Adamsonce5039c2009-04-01 09:22:13 -0400684 int ret = 0;
685
Trond Myklebustd9afbd12012-10-22 20:28:44 -0400686 if (session == NULL) {
687 rpc_call_start(task);
Andy Adamsonce5039c2009-04-01 09:22:13 -0400688 goto out;
Trond Myklebustd9afbd12012-10-22 20:28:44 -0400689 }
Trond Myklebust035168a2010-06-16 09:52:26 -0400690
Trond Myklebustdf2fabf2012-11-16 12:45:06 -0500691 dprintk("--> %s clp %p session %p sr_slot %d\n",
Benny Halevydfb4f3092010-09-24 09:17:01 -0400692 __func__, session->clp, session, res->sr_slot ?
Trond Myklebustdf2fabf2012-11-16 12:45:06 -0500693 res->sr_slot->slot_nr : -1);
Trond Myklebust035168a2010-06-16 09:52:26 -0400694
Trond Myklebust9d12b212012-01-17 22:04:25 -0500695 ret = nfs41_setup_sequence(session, args, res, task);
Andy Adamsonce5039c2009-04-01 09:22:13 -0400696out:
697 dprintk("<-- %s status=%d\n", __func__, ret);
698 return ret;
699}
700
701struct nfs41_call_sync_data {
Trond Myklebust035168a2010-06-16 09:52:26 -0400702 const struct nfs_server *seq_server;
Andy Adamsonce5039c2009-04-01 09:22:13 -0400703 struct nfs4_sequence_args *seq_args;
704 struct nfs4_sequence_res *seq_res;
Andy Adamsonce5039c2009-04-01 09:22:13 -0400705};
706
707static void nfs41_call_sync_prepare(struct rpc_task *task, void *calldata)
708{
709 struct nfs41_call_sync_data *data = calldata;
Trond Myklebust6ba7db32012-10-22 20:07:20 -0400710 struct nfs4_session *session = nfs4_get_session(data->seq_server);
Andy Adamsonce5039c2009-04-01 09:22:13 -0400711
Trond Myklebust035168a2010-06-16 09:52:26 -0400712 dprintk("--> %s data->seq_server %p\n", __func__, data->seq_server);
713
Trond Myklebustd9afbd12012-10-22 20:28:44 -0400714 nfs41_setup_sequence(session, data->seq_args, data->seq_res, task);
Andy Adamsonce5039c2009-04-01 09:22:13 -0400715}
716
Andy Adamson69ab40c2009-04-01 09:22:19 -0400717static void nfs41_call_sync_done(struct rpc_task *task, void *calldata)
718{
719 struct nfs41_call_sync_data *data = calldata;
720
Trond Myklebust14516c32010-07-31 14:29:06 -0400721 nfs41_sequence_done(task, data->seq_res);
Andy Adamson69ab40c2009-04-01 09:22:19 -0400722}
723
Trond Myklebust17280172012-03-11 13:11:00 -0400724static const struct rpc_call_ops nfs41_call_sync_ops = {
Andy Adamsonce5039c2009-04-01 09:22:13 -0400725 .rpc_call_prepare = nfs41_call_sync_prepare,
Andy Adamson69ab40c2009-04-01 09:22:19 -0400726 .rpc_call_done = nfs41_call_sync_done,
Andy Adamsonce5039c2009-04-01 09:22:13 -0400727};
728
Bryan Schumaker7c513052011-03-24 17:12:24 +0000729static int nfs4_call_sync_sequence(struct rpc_clnt *clnt,
730 struct nfs_server *server,
Andy Adamsonce5039c2009-04-01 09:22:13 -0400731 struct rpc_message *msg,
732 struct nfs4_sequence_args *args,
Trond Myklebust8fe72ba2012-10-29 19:02:20 -0400733 struct nfs4_sequence_res *res)
Andy Adamsonce5039c2009-04-01 09:22:13 -0400734{
735 int ret;
736 struct rpc_task *task;
737 struct nfs41_call_sync_data data = {
Trond Myklebust035168a2010-06-16 09:52:26 -0400738 .seq_server = server,
Andy Adamsonce5039c2009-04-01 09:22:13 -0400739 .seq_args = args,
740 .seq_res = res,
Andy Adamsonce5039c2009-04-01 09:22:13 -0400741 };
742 struct rpc_task_setup task_setup = {
Bryan Schumaker7c513052011-03-24 17:12:24 +0000743 .rpc_client = clnt,
Andy Adamsonce5039c2009-04-01 09:22:13 -0400744 .rpc_message = msg,
745 .callback_ops = &nfs41_call_sync_ops,
746 .callback_data = &data
747 };
748
Andy Adamsonce5039c2009-04-01 09:22:13 -0400749 task = rpc_run_task(&task_setup);
750 if (IS_ERR(task))
751 ret = PTR_ERR(task);
752 else {
753 ret = task->tk_status;
754 rpc_put_task(task);
755 }
756 return ret;
757}
758
Trond Myklebustdf896452010-06-16 09:52:26 -0400759#else
Trond Myklebust8fe72ba2012-10-29 19:02:20 -0400760static
Trond Myklebust9d12b212012-01-17 22:04:25 -0500761void nfs41_init_sequence(struct nfs4_sequence_args *args,
762 struct nfs4_sequence_res *res, int cache_reply)
763{
764}
765
Trond Myklebust8fe72ba2012-10-29 19:02:20 -0400766static void nfs4_set_sequence_privileged(struct nfs4_sequence_args *args)
767{
768}
769
770
Trond Myklebust14516c32010-07-31 14:29:06 -0400771static int nfs4_sequence_done(struct rpc_task *task,
772 struct nfs4_sequence_res *res)
Trond Myklebustdf896452010-06-16 09:52:26 -0400773{
Trond Myklebust14516c32010-07-31 14:29:06 -0400774 return 1;
Trond Myklebustdf896452010-06-16 09:52:26 -0400775}
Andy Adamsoncccef3b2009-04-01 09:22:03 -0400776#endif /* CONFIG_NFS_V4_1 */
777
Trond Myklebustfd0c0952012-11-01 14:43:38 -0400778static
Bryan Schumaker7c513052011-03-24 17:12:24 +0000779int _nfs4_call_sync(struct rpc_clnt *clnt,
780 struct nfs_server *server,
Andy Adamsoncccef3b2009-04-01 09:22:03 -0400781 struct rpc_message *msg,
782 struct nfs4_sequence_args *args,
Trond Myklebustfd0c0952012-11-01 14:43:38 -0400783 struct nfs4_sequence_res *res)
Andy Adamsoncccef3b2009-04-01 09:22:03 -0400784{
Bryan Schumaker7c513052011-03-24 17:12:24 +0000785 return rpc_call_sync(clnt, msg, 0);
Andy Adamsoncccef3b2009-04-01 09:22:03 -0400786}
787
Trond Myklebustfd0c0952012-11-01 14:43:38 -0400788static
Bryan Schumaker7c513052011-03-24 17:12:24 +0000789int nfs4_call_sync(struct rpc_clnt *clnt,
790 struct nfs_server *server,
Bryan Schumakere73b83f2011-03-24 17:12:23 +0000791 struct rpc_message *msg,
792 struct nfs4_sequence_args *args,
793 struct nfs4_sequence_res *res,
794 int cache_reply)
795{
Trond Myklebustfd0c0952012-11-01 14:43:38 -0400796 nfs41_init_sequence(args, res, cache_reply);
Bryan Schumaker7c513052011-03-24 17:12:24 +0000797 return server->nfs_client->cl_mvops->call_sync(clnt, server, msg,
Trond Myklebustfd0c0952012-11-01 14:43:38 -0400798 args, res);
Bryan Schumakere73b83f2011-03-24 17:12:23 +0000799}
Andy Adamsoncccef3b2009-04-01 09:22:03 -0400800
Trond Myklebust38478b22006-05-25 01:40:57 -0400801static void update_changeattr(struct inode *dir, struct nfs4_change_info *cinfo)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700802{
Trond Myklebust38478b22006-05-25 01:40:57 -0400803 struct nfs_inode *nfsi = NFS_I(dir);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700804
Trond Myklebust38478b22006-05-25 01:40:57 -0400805 spin_lock(&dir->i_lock);
Trond Myklebust359d7d12012-05-28 10:01:34 -0400806 nfsi->cache_validity |= NFS_INO_INVALID_ATTR|NFS_INO_INVALID_DATA;
Trond Myklebusta9a4a872011-10-17 16:08:46 -0700807 if (!cinfo->atomic || cinfo->before != dir->i_version)
Trond Myklebustbfc69a42007-10-15 18:18:29 -0400808 nfs_force_lookup_revalidate(dir);
Trond Myklebusta9a4a872011-10-17 16:08:46 -0700809 dir->i_version = cinfo->after;
David Howellsde242c02012-12-20 21:52:38 +0000810 nfs_fscache_invalidate(dir);
Trond Myklebust38478b22006-05-25 01:40:57 -0400811 spin_unlock(&dir->i_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700812}
813
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100814struct nfs4_opendata {
Trond Myklebustc6d00e62007-06-17 16:02:44 -0400815 struct kref kref;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100816 struct nfs_openargs o_arg;
817 struct nfs_openres o_res;
Trond Myklebustcdd4e682006-01-03 09:55:12 +0100818 struct nfs_open_confirmargs c_arg;
819 struct nfs_open_confirmres c_res;
Trond Myklebust6926afd2012-01-07 13:22:46 -0500820 struct nfs4_string owner_name;
821 struct nfs4_string group_name;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100822 struct nfs_fattr f_attr;
David Quigley1775fd32013-05-22 12:50:42 -0400823 struct nfs4_label *f_label;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100824 struct dentry *dir;
Al Viro82a2c1b2011-06-22 18:30:55 -0400825 struct dentry *dentry;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100826 struct nfs4_state_owner *owner;
Trond Myklebustaac00a82007-07-05 19:02:21 -0400827 struct nfs4_state *state;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100828 struct iattr attrs;
Trond Myklebust26e976a2006-01-03 09:55:21 +0100829 unsigned long timestamp;
Trond Myklebust3e309912007-07-07 13:19:59 -0400830 unsigned int rpc_done : 1;
Trond Myklebustbdeca1b2013-04-23 14:52:44 -0400831 unsigned int is_recover : 1;
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100832 int rpc_status;
833 int cancelled;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100834};
835
Trond Myklebust49f9a0f2013-03-15 16:44:28 -0400836static bool nfs4_clear_cap_atomic_open_v1(struct nfs_server *server,
837 int err, struct nfs4_exception *exception)
838{
839 if (err != -EINVAL)
840 return false;
841 if (!(server->caps & NFS_CAP_ATOMIC_OPEN_V1))
842 return false;
843 server->caps &= ~NFS_CAP_ATOMIC_OPEN_V1;
844 exception->retry = 1;
845 return true;
846}
847
848static enum open_claim_type4
849nfs4_map_atomic_open_claim(struct nfs_server *server,
850 enum open_claim_type4 claim)
851{
852 if (server->caps & NFS_CAP_ATOMIC_OPEN_V1)
853 return claim;
854 switch (claim) {
855 default:
856 return claim;
857 case NFS4_OPEN_CLAIM_FH:
858 return NFS4_OPEN_CLAIM_NULL;
859 case NFS4_OPEN_CLAIM_DELEG_CUR_FH:
860 return NFS4_OPEN_CLAIM_DELEGATE_CUR;
861 case NFS4_OPEN_CLAIM_DELEG_PREV_FH:
862 return NFS4_OPEN_CLAIM_DELEGATE_PREV;
863 }
864}
Trond Myklebust2ced46c2007-07-03 23:48:13 -0400865
866static void nfs4_init_opendata_res(struct nfs4_opendata *p)
867{
868 p->o_res.f_attr = &p->f_attr;
David Quigley1775fd32013-05-22 12:50:42 -0400869 p->o_res.f_label = p->f_label;
Trond Myklebustc1d51932008-04-07 13:20:54 -0400870 p->o_res.seqid = p->o_arg.seqid;
871 p->c_res.seqid = p->c_arg.seqid;
Trond Myklebust2ced46c2007-07-03 23:48:13 -0400872 p->o_res.server = p->o_arg.server;
Andy Adamson5f657532012-10-03 02:39:34 -0400873 p->o_res.access_request = p->o_arg.access;
Trond Myklebust2ced46c2007-07-03 23:48:13 -0400874 nfs_fattr_init(&p->f_attr);
Trond Myklebust6926afd2012-01-07 13:22:46 -0500875 nfs_fattr_init_names(&p->f_attr, &p->owner_name, &p->group_name);
Trond Myklebust2ced46c2007-07-03 23:48:13 -0400876}
877
Al Viro82a2c1b2011-06-22 18:30:55 -0400878static struct nfs4_opendata *nfs4_opendata_alloc(struct dentry *dentry,
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500879 struct nfs4_state_owner *sp, fmode_t fmode, int flags,
Trond Myklebust8535b2b2010-05-13 12:51:01 -0400880 const struct iattr *attrs,
David Quigley1775fd32013-05-22 12:50:42 -0400881 struct nfs4_label *label,
Trond Myklebust4a1c0892013-03-15 14:57:33 -0400882 enum open_claim_type4 claim,
Trond Myklebust8535b2b2010-05-13 12:51:01 -0400883 gfp_t gfp_mask)
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100884{
Al Viro82a2c1b2011-06-22 18:30:55 -0400885 struct dentry *parent = dget_parent(dentry);
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100886 struct inode *dir = parent->d_inode;
887 struct nfs_server *server = NFS_SERVER(dir);
888 struct nfs4_opendata *p;
889
Trond Myklebust8535b2b2010-05-13 12:51:01 -0400890 p = kzalloc(sizeof(*p), gfp_mask);
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100891 if (p == NULL)
892 goto err;
David Quigley14c43f72013-05-22 12:50:43 -0400893
894 p->f_label = nfs4_label_alloc(server, gfp_mask);
895 if (IS_ERR(p->f_label))
896 goto err_free_p;
897
Trond Myklebust8535b2b2010-05-13 12:51:01 -0400898 p->o_arg.seqid = nfs_alloc_seqid(&sp->so_seqid, gfp_mask);
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100899 if (p->o_arg.seqid == NULL)
David Quigley14c43f72013-05-22 12:50:43 -0400900 goto err_free_label;
Al Viro82a2c1b2011-06-22 18:30:55 -0400901 nfs_sb_active(dentry->d_sb);
902 p->dentry = dget(dentry);
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100903 p->dir = parent;
904 p->owner = sp;
905 atomic_inc(&sp->so_count);
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500906 p->o_arg.open_flags = flags;
907 p->o_arg.fmode = fmode & (FMODE_READ|FMODE_WRITE);
Weston Andros Adamsonae2bb032012-10-02 14:49:52 -0700908 /* don't put an ACCESS op in OPEN compound if O_EXCL, because ACCESS
909 * will return permission denied for all bits until close */
910 if (!(flags & O_EXCL)) {
911 /* ask server to check for all possible rights as results
912 * are cached */
913 p->o_arg.access = NFS4_ACCESS_READ | NFS4_ACCESS_MODIFY |
914 NFS4_ACCESS_EXTEND | NFS4_ACCESS_EXECUTE;
Weston Andros Adamsonae2bb032012-10-02 14:49:52 -0700915 }
David Howells7539bba2006-08-22 20:06:09 -0400916 p->o_arg.clientid = server->nfs_client->cl_clientid;
Trond Myklebust95b72eb2012-04-20 19:24:51 -0400917 p->o_arg.id.create_time = ktime_to_ns(sp->so_seqid.create_time);
918 p->o_arg.id.uniquifier = sp->so_seqid.owner_id;
Al Viro82a2c1b2011-06-22 18:30:55 -0400919 p->o_arg.name = &dentry->d_name;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100920 p->o_arg.server = server;
David Quigleyaa9c2662013-05-22 12:50:44 -0400921 p->o_arg.bitmask = nfs4_bitmask(server, label);
Trond Myklebust1549210f2012-06-05 09:16:47 -0400922 p->o_arg.open_bitmap = &nfs4_fattr_bitmap[0];
David Quigley1775fd32013-05-22 12:50:42 -0400923 p->o_arg.label = label;
Trond Myklebust49f9a0f2013-03-15 16:44:28 -0400924 p->o_arg.claim = nfs4_map_atomic_open_claim(server, claim);
925 switch (p->o_arg.claim) {
Trond Myklebust4a1c0892013-03-15 14:57:33 -0400926 case NFS4_OPEN_CLAIM_NULL:
927 case NFS4_OPEN_CLAIM_DELEGATE_CUR:
928 case NFS4_OPEN_CLAIM_DELEGATE_PREV:
929 p->o_arg.fh = NFS_FH(dir);
930 break;
931 case NFS4_OPEN_CLAIM_PREVIOUS:
932 case NFS4_OPEN_CLAIM_FH:
933 case NFS4_OPEN_CLAIM_DELEG_CUR_FH:
934 case NFS4_OPEN_CLAIM_DELEG_PREV_FH:
935 p->o_arg.fh = NFS_FH(dentry->d_inode);
936 }
Trond Myklebust536e43d2012-01-17 22:04:26 -0500937 if (attrs != NULL && attrs->ia_valid != 0) {
Trond Myklebustc281fa9c2013-08-20 21:06:49 -0400938 __u32 verf[2];
Trond Myklebustd77d76f2010-06-16 09:52:27 -0400939
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100940 p->o_arg.u.attrs = &p->attrs;
941 memcpy(&p->attrs, attrs, sizeof(p->attrs));
Chuck Levercd937102012-03-02 17:14:31 -0500942
943 verf[0] = jiffies;
944 verf[1] = current->pid;
945 memcpy(p->o_arg.u.verifier.data, verf,
946 sizeof(p->o_arg.u.verifier.data));
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100947 }
Trond Myklebustcdd4e682006-01-03 09:55:12 +0100948 p->c_arg.fh = &p->o_res.fh;
949 p->c_arg.stateid = &p->o_res.stateid;
950 p->c_arg.seqid = p->o_arg.seqid;
Trond Myklebust2ced46c2007-07-03 23:48:13 -0400951 nfs4_init_opendata_res(p);
Trond Myklebustc6d00e62007-06-17 16:02:44 -0400952 kref_init(&p->kref);
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100953 return p;
David Quigley14c43f72013-05-22 12:50:43 -0400954
955err_free_label:
956 nfs4_label_free(p->f_label);
957err_free_p:
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100958 kfree(p);
959err:
960 dput(parent);
961 return NULL;
962}
963
Trond Myklebustc6d00e62007-06-17 16:02:44 -0400964static void nfs4_opendata_free(struct kref *kref)
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100965{
Trond Myklebustc6d00e62007-06-17 16:02:44 -0400966 struct nfs4_opendata *p = container_of(kref,
967 struct nfs4_opendata, kref);
Al Viro82a2c1b2011-06-22 18:30:55 -0400968 struct super_block *sb = p->dentry->d_sb;
Trond Myklebustc6d00e62007-06-17 16:02:44 -0400969
970 nfs_free_seqid(p->o_arg.seqid);
Trond Myklebustaac00a82007-07-05 19:02:21 -0400971 if (p->state != NULL)
972 nfs4_put_open_state(p->state);
Trond Myklebustc6d00e62007-06-17 16:02:44 -0400973 nfs4_put_state_owner(p->owner);
David Quigley14c43f72013-05-22 12:50:43 -0400974
975 nfs4_label_free(p->f_label);
976
Trond Myklebustc6d00e62007-06-17 16:02:44 -0400977 dput(p->dir);
Al Viro82a2c1b2011-06-22 18:30:55 -0400978 dput(p->dentry);
979 nfs_sb_deactive(sb);
Trond Myklebust6926afd2012-01-07 13:22:46 -0500980 nfs_fattr_free_names(&p->f_attr);
Trond Myklebustc6d00e62007-06-17 16:02:44 -0400981 kfree(p);
982}
983
984static void nfs4_opendata_put(struct nfs4_opendata *p)
985{
986 if (p != NULL)
987 kref_put(&p->kref, nfs4_opendata_free);
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100988}
989
Trond Myklebust06f814a2006-01-03 09:55:07 +0100990static int nfs4_wait_for_completion_rpc_task(struct rpc_task *task)
991{
Trond Myklebust06f814a2006-01-03 09:55:07 +0100992 int ret;
993
Trond Myklebust06f814a2006-01-03 09:55:07 +0100994 ret = rpc_wait_for_completion_task(task);
Trond Myklebust06f814a2006-01-03 09:55:07 +0100995 return ret;
996}
997
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500998static int can_open_cached(struct nfs4_state *state, fmode_t mode, int open_mode)
Trond Myklebust6ee41262007-07-08 14:11:36 -0400999{
1000 int ret = 0;
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001001
Trond Myklebust536e43d2012-01-17 22:04:26 -05001002 if (open_mode & (O_EXCL|O_TRUNC))
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001003 goto out;
1004 switch (mode & (FMODE_READ|FMODE_WRITE)) {
Trond Myklebust6ee41262007-07-08 14:11:36 -04001005 case FMODE_READ:
Trond Myklebust88069f72009-12-08 08:33:16 -05001006 ret |= test_bit(NFS_O_RDONLY_STATE, &state->flags) != 0
1007 && state->n_rdonly != 0;
Trond Myklebust6ee41262007-07-08 14:11:36 -04001008 break;
1009 case FMODE_WRITE:
Trond Myklebust88069f72009-12-08 08:33:16 -05001010 ret |= test_bit(NFS_O_WRONLY_STATE, &state->flags) != 0
1011 && state->n_wronly != 0;
Trond Myklebust6ee41262007-07-08 14:11:36 -04001012 break;
1013 case FMODE_READ|FMODE_WRITE:
Trond Myklebust88069f72009-12-08 08:33:16 -05001014 ret |= test_bit(NFS_O_RDWR_STATE, &state->flags) != 0
1015 && state->n_rdwr != 0;
Trond Myklebust6ee41262007-07-08 14:11:36 -04001016 }
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001017out:
Trond Myklebust6ee41262007-07-08 14:11:36 -04001018 return ret;
1019}
1020
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001021static int can_open_delegated(struct nfs_delegation *delegation, fmode_t fmode)
Trond Myklebustaac00a82007-07-05 19:02:21 -04001022{
Trond Myklebust652f89f2011-12-09 19:05:58 -05001023 if (delegation == NULL)
1024 return 0;
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001025 if ((delegation->type & fmode) != fmode)
Trond Myklebustaac00a82007-07-05 19:02:21 -04001026 return 0;
Trond Myklebust15c831b2008-12-23 15:21:39 -05001027 if (test_bit(NFS_DELEGATION_NEED_RECLAIM, &delegation->flags))
Trond Myklebustaac00a82007-07-05 19:02:21 -04001028 return 0;
Trond Myklebustd25be542013-02-05 11:43:28 -05001029 if (test_bit(NFS_DELEGATION_RETURNING, &delegation->flags))
1030 return 0;
Trond Myklebustb7391f42008-12-23 15:21:52 -05001031 nfs_mark_delegation_referenced(delegation);
Trond Myklebustaac00a82007-07-05 19:02:21 -04001032 return 1;
1033}
1034
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001035static void update_open_stateflags(struct nfs4_state *state, fmode_t fmode)
Trond Myklebuste7616922006-01-03 09:55:13 +01001036{
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001037 switch (fmode) {
Trond Myklebuste7616922006-01-03 09:55:13 +01001038 case FMODE_WRITE:
1039 state->n_wronly++;
1040 break;
1041 case FMODE_READ:
1042 state->n_rdonly++;
1043 break;
1044 case FMODE_READ|FMODE_WRITE:
1045 state->n_rdwr++;
1046 }
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001047 nfs4_state_set_mode_locked(state, state->state | fmode);
Trond Myklebuste7616922006-01-03 09:55:13 +01001048}
1049
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001050static void nfs_set_open_stateid_locked(struct nfs4_state *state, nfs4_stateid *stateid, fmode_t fmode)
Trond Myklebust003707c2007-07-05 18:07:55 -04001051{
1052 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0)
Trond Myklebustf597c532012-03-04 18:13:56 -05001053 nfs4_stateid_copy(&state->stateid, stateid);
1054 nfs4_stateid_copy(&state->open_stateid, stateid);
Trond Myklebust92b40e92013-04-20 01:25:45 -04001055 set_bit(NFS_OPEN_STATE, &state->flags);
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001056 switch (fmode) {
Trond Myklebust003707c2007-07-05 18:07:55 -04001057 case FMODE_READ:
1058 set_bit(NFS_O_RDONLY_STATE, &state->flags);
1059 break;
1060 case FMODE_WRITE:
1061 set_bit(NFS_O_WRONLY_STATE, &state->flags);
1062 break;
1063 case FMODE_READ|FMODE_WRITE:
1064 set_bit(NFS_O_RDWR_STATE, &state->flags);
1065 }
1066}
1067
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001068static void nfs_set_open_stateid(struct nfs4_state *state, nfs4_stateid *stateid, fmode_t fmode)
Trond Myklebust003707c2007-07-05 18:07:55 -04001069{
Trond Myklebust8bda4e42007-07-09 10:45:42 -04001070 write_seqlock(&state->seqlock);
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001071 nfs_set_open_stateid_locked(state, stateid, fmode);
Trond Myklebust8bda4e42007-07-09 10:45:42 -04001072 write_sequnlock(&state->seqlock);
Trond Myklebust003707c2007-07-05 18:07:55 -04001073}
1074
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001075static 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 -07001076{
Trond Myklebust8bda4e42007-07-09 10:45:42 -04001077 /*
1078 * Protect the call to nfs4_state_set_mode_locked and
1079 * serialise the stateid update
1080 */
1081 write_seqlock(&state->seqlock);
Trond Myklebust003707c2007-07-05 18:07:55 -04001082 if (deleg_stateid != NULL) {
Trond Myklebustf597c532012-03-04 18:13:56 -05001083 nfs4_stateid_copy(&state->stateid, deleg_stateid);
Trond Myklebust003707c2007-07-05 18:07:55 -04001084 set_bit(NFS_DELEGATED_STATE, &state->flags);
1085 }
1086 if (open_stateid != NULL)
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001087 nfs_set_open_stateid_locked(state, open_stateid, fmode);
Trond Myklebust8bda4e42007-07-09 10:45:42 -04001088 write_sequnlock(&state->seqlock);
1089 spin_lock(&state->owner->so_lock);
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001090 update_open_stateflags(state, fmode);
Trond Myklebustec073422005-10-20 14:22:47 -07001091 spin_unlock(&state->owner->so_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001092}
1093
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001094static 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 -05001095{
1096 struct nfs_inode *nfsi = NFS_I(state->inode);
1097 struct nfs_delegation *deleg_cur;
1098 int ret = 0;
1099
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001100 fmode &= (FMODE_READ|FMODE_WRITE);
Trond Myklebust34310432008-12-23 15:21:38 -05001101
1102 rcu_read_lock();
1103 deleg_cur = rcu_dereference(nfsi->delegation);
1104 if (deleg_cur == NULL)
1105 goto no_delegation;
1106
1107 spin_lock(&deleg_cur->lock);
Trond Myklebust17f26b12013-08-21 15:48:42 -04001108 if (rcu_dereference(nfsi->delegation) != deleg_cur ||
Trond Myklebustd25be542013-02-05 11:43:28 -05001109 test_bit(NFS_DELEGATION_RETURNING, &deleg_cur->flags) ||
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001110 (deleg_cur->type & fmode) != fmode)
Trond Myklebust34310432008-12-23 15:21:38 -05001111 goto no_delegation_unlock;
1112
1113 if (delegation == NULL)
1114 delegation = &deleg_cur->stateid;
Trond Myklebustf597c532012-03-04 18:13:56 -05001115 else if (!nfs4_stateid_match(&deleg_cur->stateid, delegation))
Trond Myklebust34310432008-12-23 15:21:38 -05001116 goto no_delegation_unlock;
1117
Trond Myklebustb7391f42008-12-23 15:21:52 -05001118 nfs_mark_delegation_referenced(deleg_cur);
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001119 __update_open_stateid(state, open_stateid, &deleg_cur->stateid, fmode);
Trond Myklebust34310432008-12-23 15:21:38 -05001120 ret = 1;
1121no_delegation_unlock:
1122 spin_unlock(&deleg_cur->lock);
1123no_delegation:
1124 rcu_read_unlock();
1125
1126 if (!ret && open_stateid != NULL) {
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001127 __update_open_stateid(state, open_stateid, NULL, fmode);
Trond Myklebust34310432008-12-23 15:21:38 -05001128 ret = 1;
1129 }
1130
1131 return ret;
1132}
1133
1134
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001135static void nfs4_return_incompatible_delegation(struct inode *inode, fmode_t fmode)
Trond Myklebustaac00a82007-07-05 19:02:21 -04001136{
1137 struct nfs_delegation *delegation;
1138
1139 rcu_read_lock();
1140 delegation = rcu_dereference(NFS_I(inode)->delegation);
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001141 if (delegation == NULL || (delegation->type & fmode) == fmode) {
Trond Myklebustaac00a82007-07-05 19:02:21 -04001142 rcu_read_unlock();
1143 return;
1144 }
1145 rcu_read_unlock();
Bryan Schumaker57ec14c2012-06-20 15:53:44 -04001146 nfs4_inode_return_delegation(inode);
Trond Myklebustaac00a82007-07-05 19:02:21 -04001147}
1148
Trond Myklebust6ee41262007-07-08 14:11:36 -04001149static struct nfs4_state *nfs4_try_open_cached(struct nfs4_opendata *opendata)
Trond Myklebustaac00a82007-07-05 19:02:21 -04001150{
1151 struct nfs4_state *state = opendata->state;
1152 struct nfs_inode *nfsi = NFS_I(state->inode);
1153 struct nfs_delegation *delegation;
Trond Myklebustf448bad2013-05-29 15:36:40 -04001154 int open_mode = opendata->o_arg.open_flags;
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001155 fmode_t fmode = opendata->o_arg.fmode;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001156 nfs4_stateid stateid;
1157 int ret = -EAGAIN;
1158
Trond Myklebustaac00a82007-07-05 19:02:21 -04001159 for (;;) {
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001160 if (can_open_cached(state, fmode, open_mode)) {
Trond Myklebust6ee41262007-07-08 14:11:36 -04001161 spin_lock(&state->owner->so_lock);
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001162 if (can_open_cached(state, fmode, open_mode)) {
1163 update_open_stateflags(state, fmode);
Trond Myklebust6ee41262007-07-08 14:11:36 -04001164 spin_unlock(&state->owner->so_lock);
Trond Myklebust6ee41262007-07-08 14:11:36 -04001165 goto out_return_state;
1166 }
1167 spin_unlock(&state->owner->so_lock);
1168 }
Trond Myklebust34310432008-12-23 15:21:38 -05001169 rcu_read_lock();
1170 delegation = rcu_dereference(nfsi->delegation);
Trond Myklebust652f89f2011-12-09 19:05:58 -05001171 if (!can_open_delegated(delegation, fmode)) {
Trond Myklebust34310432008-12-23 15:21:38 -05001172 rcu_read_unlock();
Trond Myklebust6ee41262007-07-08 14:11:36 -04001173 break;
Trond Myklebust34310432008-12-23 15:21:38 -05001174 }
Trond Myklebustaac00a82007-07-05 19:02:21 -04001175 /* Save the delegation */
Trond Myklebustf597c532012-03-04 18:13:56 -05001176 nfs4_stateid_copy(&stateid, &delegation->stateid);
Trond Myklebustaac00a82007-07-05 19:02:21 -04001177 rcu_read_unlock();
Trond Myklebustfa332942013-04-09 12:56:52 -04001178 nfs_release_seqid(opendata->o_arg.seqid);
Trond Myklebustbdeca1b2013-04-23 14:52:44 -04001179 if (!opendata->is_recover) {
1180 ret = nfs_may_open(state->inode, state->owner->so_cred, open_mode);
1181 if (ret != 0)
1182 goto out;
1183 }
Trond Myklebustaac00a82007-07-05 19:02:21 -04001184 ret = -EAGAIN;
Trond Myklebust34310432008-12-23 15:21:38 -05001185
1186 /* Try to update the stateid using the delegation */
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001187 if (update_open_stateid(state, NULL, &stateid, fmode))
Trond Myklebust34310432008-12-23 15:21:38 -05001188 goto out_return_state;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001189 }
Trond Myklebustaac00a82007-07-05 19:02:21 -04001190out:
1191 return ERR_PTR(ret);
1192out_return_state:
1193 atomic_inc(&state->count);
1194 return state;
1195}
1196
Andy Adamsone23008e2012-10-02 21:07:32 -04001197static void
1198nfs4_opendata_check_deleg(struct nfs4_opendata *data, struct nfs4_state *state)
1199{
1200 struct nfs_client *clp = NFS_SERVER(state->inode)->nfs_client;
1201 struct nfs_delegation *delegation;
1202 int delegation_flags = 0;
1203
1204 rcu_read_lock();
1205 delegation = rcu_dereference(NFS_I(state->inode)->delegation);
1206 if (delegation)
1207 delegation_flags = delegation->flags;
1208 rcu_read_unlock();
1209 if (data->o_arg.claim == NFS4_OPEN_CLAIM_DELEGATE_CUR) {
1210 pr_err_ratelimited("NFS: Broken NFSv4 server %s is "
1211 "returning a delegation for "
1212 "OPEN(CLAIM_DELEGATE_CUR)\n",
1213 clp->cl_hostname);
1214 } else if ((delegation_flags & 1UL<<NFS_DELEGATION_NEED_RECLAIM) == 0)
1215 nfs_inode_set_delegation(state->inode,
1216 data->owner->so_cred,
1217 &data->o_res);
1218 else
1219 nfs_inode_reclaim_delegation(state->inode,
1220 data->owner->so_cred,
1221 &data->o_res);
1222}
1223
1224/*
1225 * Check the inode attributes against the CLAIM_PREVIOUS returned attributes
1226 * and update the nfs4_state.
1227 */
1228static struct nfs4_state *
1229_nfs4_opendata_reclaim_to_nfs4_state(struct nfs4_opendata *data)
1230{
1231 struct inode *inode = data->state->inode;
1232 struct nfs4_state *state = data->state;
1233 int ret;
1234
1235 if (!data->rpc_done) {
1236 ret = data->rpc_status;
1237 goto err;
1238 }
1239
1240 ret = -ESTALE;
1241 if (!(data->f_attr.valid & NFS_ATTR_FATTR_TYPE) ||
1242 !(data->f_attr.valid & NFS_ATTR_FATTR_FILEID) ||
1243 !(data->f_attr.valid & NFS_ATTR_FATTR_CHANGE))
1244 goto err;
1245
1246 ret = -ENOMEM;
1247 state = nfs4_get_open_state(inode, data->owner);
1248 if (state == NULL)
1249 goto err;
1250
1251 ret = nfs_refresh_inode(inode, &data->f_attr);
1252 if (ret)
1253 goto err;
1254
David Quigleyaa9c2662013-05-22 12:50:44 -04001255 nfs_setsecurity(inode, &data->f_attr, data->f_label);
1256
Andy Adamsone23008e2012-10-02 21:07:32 -04001257 if (data->o_res.delegation_type != 0)
1258 nfs4_opendata_check_deleg(data, state);
1259 update_open_stateid(state, &data->o_res.stateid, NULL,
1260 data->o_arg.fmode);
1261
1262 return state;
1263err:
1264 return ERR_PTR(ret);
1265
1266}
1267
1268static struct nfs4_state *
1269_nfs4_opendata_to_nfs4_state(struct nfs4_opendata *data)
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001270{
1271 struct inode *inode;
1272 struct nfs4_state *state = NULL;
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001273 int ret;
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001274
Trond Myklebustaac00a82007-07-05 19:02:21 -04001275 if (!data->rpc_done) {
Trond Myklebust6ee41262007-07-08 14:11:36 -04001276 state = nfs4_try_open_cached(data);
Trond Myklebustaac00a82007-07-05 19:02:21 -04001277 goto out;
1278 }
1279
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001280 ret = -EAGAIN;
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001281 if (!(data->f_attr.valid & NFS_ATTR_FATTR))
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001282 goto err;
David Quigley1775fd32013-05-22 12:50:42 -04001283 inode = nfs_fhget(data->dir->d_sb, &data->o_res.fh, &data->f_attr, data->f_label);
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001284 ret = PTR_ERR(inode);
Trond Myklebust03f28e32006-03-20 13:44:48 -05001285 if (IS_ERR(inode))
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001286 goto err;
1287 ret = -ENOMEM;
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001288 state = nfs4_get_open_state(inode, data->owner);
1289 if (state == NULL)
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001290 goto err_put_inode;
Andy Adamsone23008e2012-10-02 21:07:32 -04001291 if (data->o_res.delegation_type != 0)
1292 nfs4_opendata_check_deleg(data, state);
Trond Myklebust34310432008-12-23 15:21:38 -05001293 update_open_stateid(state, &data->o_res.stateid, NULL,
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001294 data->o_arg.fmode);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001295 iput(inode);
Trond Myklebustaac00a82007-07-05 19:02:21 -04001296out:
Trond Myklebust7aa262b52013-02-28 16:19:59 -08001297 nfs_release_seqid(data->o_arg.seqid);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001298 return state;
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001299err_put_inode:
1300 iput(inode);
1301err:
1302 return ERR_PTR(ret);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001303}
1304
Andy Adamsone23008e2012-10-02 21:07:32 -04001305static struct nfs4_state *
1306nfs4_opendata_to_nfs4_state(struct nfs4_opendata *data)
1307{
1308 if (data->o_arg.claim == NFS4_OPEN_CLAIM_PREVIOUS)
1309 return _nfs4_opendata_reclaim_to_nfs4_state(data);
1310 return _nfs4_opendata_to_nfs4_state(data);
1311}
1312
Trond Myklebust864472e2006-01-03 09:55:15 +01001313static struct nfs_open_context *nfs4_state_find_open_context(struct nfs4_state *state)
1314{
1315 struct nfs_inode *nfsi = NFS_I(state->inode);
1316 struct nfs_open_context *ctx;
1317
1318 spin_lock(&state->inode->i_lock);
1319 list_for_each_entry(ctx, &nfsi->open_files, list) {
1320 if (ctx->state != state)
1321 continue;
1322 get_nfs_open_context(ctx);
1323 spin_unlock(&state->inode->i_lock);
1324 return ctx;
1325 }
1326 spin_unlock(&state->inode->i_lock);
1327 return ERR_PTR(-ENOENT);
1328}
1329
Trond Myklebust4a1c0892013-03-15 14:57:33 -04001330static struct nfs4_opendata *nfs4_open_recoverdata_alloc(struct nfs_open_context *ctx,
1331 struct nfs4_state *state, enum open_claim_type4 claim)
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001332{
1333 struct nfs4_opendata *opendata;
1334
Trond Myklebust4a1c0892013-03-15 14:57:33 -04001335 opendata = nfs4_opendata_alloc(ctx->dentry, state->owner, 0, 0,
David Quigley1775fd32013-05-22 12:50:42 -04001336 NULL, NULL, claim, GFP_NOFS);
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001337 if (opendata == NULL)
1338 return ERR_PTR(-ENOMEM);
1339 opendata->state = state;
1340 atomic_inc(&state->count);
1341 return opendata;
1342}
1343
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001344static int nfs4_open_recover_helper(struct nfs4_opendata *opendata, fmode_t fmode, struct nfs4_state **res)
Trond Myklebust864472e2006-01-03 09:55:15 +01001345{
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001346 struct nfs4_state *newstate;
Trond Myklebust864472e2006-01-03 09:55:15 +01001347 int ret;
1348
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001349 opendata->o_arg.open_flags = 0;
1350 opendata->o_arg.fmode = fmode;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001351 memset(&opendata->o_res, 0, sizeof(opendata->o_res));
1352 memset(&opendata->c_res, 0, sizeof(opendata->c_res));
1353 nfs4_init_opendata_res(opendata);
Alexandros Batsakisb2579572009-12-14 21:27:57 -08001354 ret = _nfs4_recover_proc_open(opendata);
Trond Myklebust864472e2006-01-03 09:55:15 +01001355 if (ret != 0)
1356 return ret;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001357 newstate = nfs4_opendata_to_nfs4_state(opendata);
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001358 if (IS_ERR(newstate))
1359 return PTR_ERR(newstate);
Al Viro643168c2011-06-22 18:20:23 -04001360 nfs4_close_state(newstate, fmode);
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001361 *res = newstate;
Trond Myklebust864472e2006-01-03 09:55:15 +01001362 return 0;
1363}
1364
1365static int nfs4_open_recover(struct nfs4_opendata *opendata, struct nfs4_state *state)
1366{
Trond Myklebust864472e2006-01-03 09:55:15 +01001367 struct nfs4_state *newstate;
Trond Myklebust864472e2006-01-03 09:55:15 +01001368 int ret;
1369
1370 /* memory barrier prior to reading state->n_* */
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001371 clear_bit(NFS_DELEGATED_STATE, &state->flags);
Trond Myklebustfd068b22013-04-22 11:29:51 -04001372 clear_bit(NFS_OPEN_STATE, &state->flags);
Trond Myklebust864472e2006-01-03 09:55:15 +01001373 smp_rmb();
1374 if (state->n_rdwr != 0) {
Trond Myklebustb0ed9db2010-10-04 17:59:08 -04001375 clear_bit(NFS_O_RDWR_STATE, &state->flags);
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001376 ret = nfs4_open_recover_helper(opendata, FMODE_READ|FMODE_WRITE, &newstate);
Trond Myklebust864472e2006-01-03 09:55:15 +01001377 if (ret != 0)
1378 return ret;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001379 if (newstate != state)
1380 return -ESTALE;
Trond Myklebust864472e2006-01-03 09:55:15 +01001381 }
1382 if (state->n_wronly != 0) {
Trond Myklebustb0ed9db2010-10-04 17:59:08 -04001383 clear_bit(NFS_O_WRONLY_STATE, &state->flags);
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001384 ret = nfs4_open_recover_helper(opendata, FMODE_WRITE, &newstate);
Trond Myklebust864472e2006-01-03 09:55:15 +01001385 if (ret != 0)
1386 return ret;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001387 if (newstate != state)
1388 return -ESTALE;
Trond Myklebust864472e2006-01-03 09:55:15 +01001389 }
1390 if (state->n_rdonly != 0) {
Trond Myklebustb0ed9db2010-10-04 17:59:08 -04001391 clear_bit(NFS_O_RDONLY_STATE, &state->flags);
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001392 ret = nfs4_open_recover_helper(opendata, FMODE_READ, &newstate);
Trond Myklebust864472e2006-01-03 09:55:15 +01001393 if (ret != 0)
1394 return ret;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001395 if (newstate != state)
1396 return -ESTALE;
Trond Myklebust864472e2006-01-03 09:55:15 +01001397 }
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001398 /*
1399 * We may have performed cached opens for all three recoveries.
1400 * Check if we need to update the current stateid.
1401 */
1402 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0 &&
Trond Myklebustf597c532012-03-04 18:13:56 -05001403 !nfs4_stateid_match(&state->stateid, &state->open_stateid)) {
Trond Myklebust8bda4e42007-07-09 10:45:42 -04001404 write_seqlock(&state->seqlock);
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001405 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0)
Trond Myklebustf597c532012-03-04 18:13:56 -05001406 nfs4_stateid_copy(&state->stateid, &state->open_stateid);
Trond Myklebust8bda4e42007-07-09 10:45:42 -04001407 write_sequnlock(&state->seqlock);
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001408 }
Trond Myklebust864472e2006-01-03 09:55:15 +01001409 return 0;
1410}
1411
Linus Torvalds1da177e2005-04-16 15:20:36 -07001412/*
1413 * OPEN_RECLAIM:
1414 * reclaim state on the server after a reboot.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001415 */
Trond Myklebust539cd032007-06-05 11:46:42 -04001416static int _nfs4_do_open_reclaim(struct nfs_open_context *ctx, struct nfs4_state *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001417{
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001418 struct nfs_delegation *delegation;
Trond Myklebust864472e2006-01-03 09:55:15 +01001419 struct nfs4_opendata *opendata;
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001420 fmode_t delegation_type = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001421 int status;
1422
Trond Myklebust4a1c0892013-03-15 14:57:33 -04001423 opendata = nfs4_open_recoverdata_alloc(ctx, state,
1424 NFS4_OPEN_CLAIM_PREVIOUS);
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001425 if (IS_ERR(opendata))
1426 return PTR_ERR(opendata);
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001427 rcu_read_lock();
1428 delegation = rcu_dereference(NFS_I(state->inode)->delegation);
Trond Myklebust15c831b2008-12-23 15:21:39 -05001429 if (delegation != NULL && test_bit(NFS_DELEGATION_NEED_RECLAIM, &delegation->flags) != 0)
Trond Myklebust65bbf6b2007-08-27 09:57:46 -04001430 delegation_type = delegation->type;
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001431 rcu_read_unlock();
Trond Myklebust864472e2006-01-03 09:55:15 +01001432 opendata->o_arg.u.delegation_type = delegation_type;
1433 status = nfs4_open_recover(opendata, state);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001434 nfs4_opendata_put(opendata);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001435 return status;
1436}
1437
Trond Myklebust539cd032007-06-05 11:46:42 -04001438static int nfs4_do_open_reclaim(struct nfs_open_context *ctx, struct nfs4_state *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001439{
1440 struct nfs_server *server = NFS_SERVER(state->inode);
1441 struct nfs4_exception exception = { };
1442 int err;
1443 do {
Trond Myklebust539cd032007-06-05 11:46:42 -04001444 err = _nfs4_do_open_reclaim(ctx, state);
Trond Myklebust42113a72013-08-12 16:19:27 -04001445 trace_nfs4_open_reclaim(ctx, 0, err);
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04001446 if (nfs4_clear_cap_atomic_open_v1(server, err, &exception))
1447 continue;
Trond Myklebust168667c2010-10-19 19:47:49 -04001448 if (err != -NFS4ERR_DELAY)
Trond Myklebust202b50d2005-06-22 17:16:29 +00001449 break;
1450 nfs4_handle_exception(server, err, &exception);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001451 } while (exception.retry);
1452 return err;
1453}
1454
Trond Myklebust864472e2006-01-03 09:55:15 +01001455static int nfs4_open_reclaim(struct nfs4_state_owner *sp, struct nfs4_state *state)
1456{
1457 struct nfs_open_context *ctx;
1458 int ret;
1459
1460 ctx = nfs4_state_find_open_context(state);
1461 if (IS_ERR(ctx))
Trond Myklebust91876b12013-03-28 14:01:33 -04001462 return -EAGAIN;
Trond Myklebust539cd032007-06-05 11:46:42 -04001463 ret = nfs4_do_open_reclaim(ctx, state);
Trond Myklebust864472e2006-01-03 09:55:15 +01001464 put_nfs_open_context(ctx);
1465 return ret;
1466}
1467
Trond Myklebustdb4f2e632013-04-01 15:56:46 -04001468static 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 -07001469{
Trond Myklebustbe76b5b2013-04-01 15:40:44 -04001470 switch (err) {
1471 default:
1472 printk(KERN_ERR "NFS: %s: unhandled error "
1473 "%d.\n", __func__, err);
1474 case 0:
1475 case -ENOENT:
1476 case -ESTALE:
1477 break;
1478 case -NFS4ERR_BADSESSION:
1479 case -NFS4ERR_BADSLOT:
1480 case -NFS4ERR_BAD_HIGH_SLOT:
1481 case -NFS4ERR_CONN_NOT_BOUND_TO_SESSION:
1482 case -NFS4ERR_DEADSESSION:
1483 set_bit(NFS_DELEGATED_STATE, &state->flags);
1484 nfs4_schedule_session_recovery(server->nfs_client->cl_session, err);
1485 return -EAGAIN;
1486 case -NFS4ERR_STALE_CLIENTID:
1487 case -NFS4ERR_STALE_STATEID:
1488 set_bit(NFS_DELEGATED_STATE, &state->flags);
1489 case -NFS4ERR_EXPIRED:
1490 /* Don't recall a delegation if it was lost */
1491 nfs4_schedule_lease_recovery(server->nfs_client);
1492 return -EAGAIN;
1493 case -NFS4ERR_DELEG_REVOKED:
1494 case -NFS4ERR_ADMIN_REVOKED:
1495 case -NFS4ERR_BAD_STATEID:
Trond Myklebustdb4f2e632013-04-01 15:56:46 -04001496 case -NFS4ERR_OPENMODE:
Trond Myklebustbe76b5b2013-04-01 15:40:44 -04001497 nfs_inode_find_state_and_recover(state->inode,
1498 stateid);
1499 nfs4_schedule_stateid_recovery(server, state);
Trond Myklebustbe76b5b2013-04-01 15:40:44 -04001500 return 0;
1501 case -NFS4ERR_DELAY:
1502 case -NFS4ERR_GRACE:
1503 set_bit(NFS_DELEGATED_STATE, &state->flags);
1504 ssleep(1);
1505 return -EAGAIN;
Trond Myklebustdb4f2e632013-04-01 15:56:46 -04001506 case -ENOMEM:
1507 case -NFS4ERR_DENIED:
1508 /* kill_proc(fl->fl_pid, SIGLOST, 1); */
1509 return 0;
Trond Myklebustbe76b5b2013-04-01 15:40:44 -04001510 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001511 return err;
1512}
1513
Trond Myklebustdb4f2e632013-04-01 15:56:46 -04001514int nfs4_open_delegation_recall(struct nfs_open_context *ctx, struct nfs4_state *state, const nfs4_stateid *stateid)
1515{
1516 struct nfs_server *server = NFS_SERVER(state->inode);
1517 struct nfs4_opendata *opendata;
1518 int err;
1519
1520 opendata = nfs4_open_recoverdata_alloc(ctx, state,
1521 NFS4_OPEN_CLAIM_DELEG_CUR_FH);
1522 if (IS_ERR(opendata))
1523 return PTR_ERR(opendata);
1524 nfs4_stateid_copy(&opendata->o_arg.u.delegation, stateid);
1525 err = nfs4_open_recover(opendata, state);
1526 nfs4_opendata_put(opendata);
1527 return nfs4_handle_delegation_recall_error(server, state, stateid, err);
1528}
1529
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001530static void nfs4_open_confirm_done(struct rpc_task *task, void *calldata)
1531{
1532 struct nfs4_opendata *data = calldata;
1533
1534 data->rpc_status = task->tk_status;
Trond Myklebust26e976a2006-01-03 09:55:21 +01001535 if (data->rpc_status == 0) {
Trond Myklebustf597c532012-03-04 18:13:56 -05001536 nfs4_stateid_copy(&data->o_res.stateid, &data->c_res.stateid);
Trond Myklebustbb226292008-01-02 15:19:18 -05001537 nfs_confirm_seqid(&data->owner->so_seqid, 0);
Trond Myklebust26e976a2006-01-03 09:55:21 +01001538 renew_lease(data->o_res.server, data->timestamp);
Trond Myklebust3e309912007-07-07 13:19:59 -04001539 data->rpc_done = 1;
Trond Myklebust26e976a2006-01-03 09:55:21 +01001540 }
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001541}
1542
1543static void nfs4_open_confirm_release(void *calldata)
1544{
1545 struct nfs4_opendata *data = calldata;
1546 struct nfs4_state *state = NULL;
1547
1548 /* If this request hasn't been cancelled, do nothing */
1549 if (data->cancelled == 0)
1550 goto out_free;
1551 /* In case of error, no cleanup! */
Trond Myklebust3e309912007-07-07 13:19:59 -04001552 if (!data->rpc_done)
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001553 goto out_free;
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001554 state = nfs4_opendata_to_nfs4_state(data);
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001555 if (!IS_ERR(state))
Al Viro643168c2011-06-22 18:20:23 -04001556 nfs4_close_state(state, data->o_arg.fmode);
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001557out_free:
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001558 nfs4_opendata_put(data);
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001559}
1560
1561static const struct rpc_call_ops nfs4_open_confirm_ops = {
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001562 .rpc_call_done = nfs4_open_confirm_done,
1563 .rpc_release = nfs4_open_confirm_release,
1564};
1565
1566/*
1567 * Note: On error, nfs4_proc_open_confirm will free the struct nfs4_opendata
1568 */
1569static int _nfs4_proc_open_confirm(struct nfs4_opendata *data)
1570{
1571 struct nfs_server *server = NFS_SERVER(data->dir->d_inode);
1572 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001573 struct rpc_message msg = {
1574 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN_CONFIRM],
1575 .rpc_argp = &data->c_arg,
1576 .rpc_resp = &data->c_res,
1577 .rpc_cred = data->owner->so_cred,
1578 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04001579 struct rpc_task_setup task_setup_data = {
1580 .rpc_client = server->client,
Trond Myklebust5138fde2007-07-14 15:40:01 -04001581 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04001582 .callback_ops = &nfs4_open_confirm_ops,
1583 .callback_data = data,
Trond Myklebust101070c2008-02-19 20:04:23 -05001584 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04001585 .flags = RPC_TASK_ASYNC,
1586 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07001587 int status;
1588
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001589 kref_get(&data->kref);
Trond Myklebust3e309912007-07-07 13:19:59 -04001590 data->rpc_done = 0;
1591 data->rpc_status = 0;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001592 data->timestamp = jiffies;
Trond Myklebustc970aa82007-07-14 15:39:59 -04001593 task = rpc_run_task(&task_setup_data);
Trond Myklebust7a1218a2006-03-20 18:11:10 -05001594 if (IS_ERR(task))
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001595 return PTR_ERR(task);
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001596 status = nfs4_wait_for_completion_rpc_task(task);
1597 if (status != 0) {
1598 data->cancelled = 1;
1599 smp_wmb();
1600 } else
1601 status = data->rpc_status;
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -05001602 rpc_put_task(task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001603 return status;
1604}
1605
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001606static void nfs4_open_prepare(struct rpc_task *task, void *calldata)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001607{
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001608 struct nfs4_opendata *data = calldata;
1609 struct nfs4_state_owner *sp = data->owner;
Trond Myklebust549b19c2013-04-16 18:42:34 -04001610 struct nfs_client *clp = sp->so_server->nfs_client;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001611
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001612 if (nfs_wait_on_sequence(data->o_arg.seqid, task) != 0)
Trond Myklebustc8da19b2013-02-11 19:01:21 -05001613 goto out_wait;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001614 /*
1615 * Check if we still need to send an OPEN call, or if we can use
1616 * a delegation instead.
1617 */
1618 if (data->state != NULL) {
1619 struct nfs_delegation *delegation;
1620
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001621 if (can_open_cached(data->state, data->o_arg.fmode, data->o_arg.open_flags))
Trond Myklebust6ee41262007-07-08 14:11:36 -04001622 goto out_no_action;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001623 rcu_read_lock();
1624 delegation = rcu_dereference(NFS_I(data->state->inode)->delegation);
Trond Myklebust652f89f2011-12-09 19:05:58 -05001625 if (data->o_arg.claim != NFS4_OPEN_CLAIM_DELEGATE_CUR &&
Trond Myklebustcd4c9be2013-04-23 14:46:25 -04001626 data->o_arg.claim != NFS4_OPEN_CLAIM_DELEG_CUR_FH &&
Trond Myklebust652f89f2011-12-09 19:05:58 -05001627 can_open_delegated(delegation, data->o_arg.fmode))
1628 goto unlock_no_action;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001629 rcu_read_unlock();
1630 }
Trond Myklebust95b72eb2012-04-20 19:24:51 -04001631 /* Update client id. */
Trond Myklebust549b19c2013-04-16 18:42:34 -04001632 data->o_arg.clientid = clp->cl_clientid;
Trond Myklebust8188df12013-04-23 14:31:19 -04001633 switch (data->o_arg.claim) {
1634 case NFS4_OPEN_CLAIM_PREVIOUS:
1635 case NFS4_OPEN_CLAIM_DELEG_CUR_FH:
1636 case NFS4_OPEN_CLAIM_DELEG_PREV_FH:
Andy Adamsone23008e2012-10-02 21:07:32 -04001637 data->o_arg.open_bitmap = &nfs4_open_noattr_bitmap[0];
Trond Myklebust8188df12013-04-23 14:31:19 -04001638 case NFS4_OPEN_CLAIM_FH:
1639 task->tk_msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN_NOATTR];
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001640 nfs_copy_fh(&data->o_res.fh, data->o_arg.fh);
1641 }
Trond Myklebust26e976a2006-01-03 09:55:21 +01001642 data->timestamp = jiffies;
Trond Myklebust035168a2010-06-16 09:52:26 -04001643 if (nfs4_setup_sequence(data->o_arg.server,
Andy Adamsond8985282009-04-01 09:22:21 -04001644 &data->o_arg.seq_args,
Trond Myklebust2240a9e2012-10-29 18:37:40 -04001645 &data->o_res.seq_res,
1646 task) != 0)
1647 nfs_release_seqid(data->o_arg.seqid);
Trond Myklebust549b19c2013-04-16 18:42:34 -04001648
1649 /* Set the create mode (note dependency on the session type) */
1650 data->o_arg.createmode = NFS4_CREATE_UNCHECKED;
1651 if (data->o_arg.open_flags & O_EXCL) {
1652 data->o_arg.createmode = NFS4_CREATE_EXCLUSIVE;
1653 if (nfs4_has_persistent_session(clp))
1654 data->o_arg.createmode = NFS4_CREATE_GUARDED;
1655 else if (clp->cl_mvops->minor_version > 0)
1656 data->o_arg.createmode = NFS4_CREATE_EXCLUSIVE4_1;
1657 }
Trond Myklebust6ee41262007-07-08 14:11:36 -04001658 return;
Trond Myklebust652f89f2011-12-09 19:05:58 -05001659unlock_no_action:
1660 rcu_read_unlock();
Trond Myklebust6ee41262007-07-08 14:11:36 -04001661out_no_action:
1662 task->tk_action = NULL;
Trond Myklebustc8da19b2013-02-11 19:01:21 -05001663out_wait:
Trond Myklebustb75ad4c2012-11-29 17:27:47 -05001664 nfs4_sequence_done(task, &data->o_res.seq_res);
Alexandros Batsakisb2579572009-12-14 21:27:57 -08001665}
1666
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001667static void nfs4_open_done(struct rpc_task *task, void *calldata)
1668{
1669 struct nfs4_opendata *data = calldata;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001670
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001671 data->rpc_status = task->tk_status;
Andy Adamsond8985282009-04-01 09:22:21 -04001672
Trond Myklebust14516c32010-07-31 14:29:06 -04001673 if (!nfs4_sequence_done(task, &data->o_res.seq_res))
1674 return;
Andy Adamsond8985282009-04-01 09:22:21 -04001675
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001676 if (task->tk_status == 0) {
Trond Myklebust807d66d82012-10-02 17:09:00 -07001677 if (data->o_res.f_attr->valid & NFS_ATTR_FATTR_TYPE) {
1678 switch (data->o_res.f_attr->mode & S_IFMT) {
Trond Myklebust6f926b52005-10-18 14:20:18 -07001679 case S_IFREG:
1680 break;
1681 case S_IFLNK:
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001682 data->rpc_status = -ELOOP;
Trond Myklebust6f926b52005-10-18 14:20:18 -07001683 break;
1684 case S_IFDIR:
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001685 data->rpc_status = -EISDIR;
Trond Myklebust6f926b52005-10-18 14:20:18 -07001686 break;
1687 default:
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001688 data->rpc_status = -ENOTDIR;
Trond Myklebust807d66d82012-10-02 17:09:00 -07001689 }
Trond Myklebust6f926b52005-10-18 14:20:18 -07001690 }
Trond Myklebust26e976a2006-01-03 09:55:21 +01001691 renew_lease(data->o_res.server, data->timestamp);
Trond Myklebust0f9f95e2007-07-08 16:19:56 -04001692 if (!(data->o_res.rflags & NFS4_OPEN_RESULT_CONFIRM))
1693 nfs_confirm_seqid(&data->owner->so_seqid, 0);
Trond Myklebust6f926b52005-10-18 14:20:18 -07001694 }
Trond Myklebust3e309912007-07-07 13:19:59 -04001695 data->rpc_done = 1;
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001696}
Trond Myklebust6f926b52005-10-18 14:20:18 -07001697
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001698static void nfs4_open_release(void *calldata)
1699{
1700 struct nfs4_opendata *data = calldata;
1701 struct nfs4_state *state = NULL;
1702
1703 /* If this request hasn't been cancelled, do nothing */
1704 if (data->cancelled == 0)
1705 goto out_free;
1706 /* In case of error, no cleanup! */
Trond Myklebust3e309912007-07-07 13:19:59 -04001707 if (data->rpc_status != 0 || !data->rpc_done)
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001708 goto out_free;
1709 /* In case we need an open_confirm, no cleanup! */
1710 if (data->o_res.rflags & NFS4_OPEN_RESULT_CONFIRM)
1711 goto out_free;
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001712 state = nfs4_opendata_to_nfs4_state(data);
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001713 if (!IS_ERR(state))
Al Viro643168c2011-06-22 18:20:23 -04001714 nfs4_close_state(state, data->o_arg.fmode);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001715out_free:
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001716 nfs4_opendata_put(data);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001717}
1718
1719static const struct rpc_call_ops nfs4_open_ops = {
1720 .rpc_call_prepare = nfs4_open_prepare,
1721 .rpc_call_done = nfs4_open_done,
1722 .rpc_release = nfs4_open_release,
1723};
1724
Alexandros Batsakisb2579572009-12-14 21:27:57 -08001725static int nfs4_run_open_task(struct nfs4_opendata *data, int isrecover)
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001726{
1727 struct inode *dir = data->dir->d_inode;
1728 struct nfs_server *server = NFS_SERVER(dir);
1729 struct nfs_openargs *o_arg = &data->o_arg;
1730 struct nfs_openres *o_res = &data->o_res;
1731 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001732 struct rpc_message msg = {
1733 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN],
1734 .rpc_argp = o_arg,
1735 .rpc_resp = o_res,
1736 .rpc_cred = data->owner->so_cred,
1737 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04001738 struct rpc_task_setup task_setup_data = {
1739 .rpc_client = server->client,
Trond Myklebust5138fde2007-07-14 15:40:01 -04001740 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04001741 .callback_ops = &nfs4_open_ops,
1742 .callback_data = data,
Trond Myklebust101070c2008-02-19 20:04:23 -05001743 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04001744 .flags = RPC_TASK_ASYNC,
1745 };
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001746 int status;
1747
Trond Myklebust9d12b212012-01-17 22:04:25 -05001748 nfs41_init_sequence(&o_arg->seq_args, &o_res->seq_res, 1);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001749 kref_get(&data->kref);
Trond Myklebust3e309912007-07-07 13:19:59 -04001750 data->rpc_done = 0;
1751 data->rpc_status = 0;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001752 data->cancelled = 0;
Trond Myklebustbdeca1b2013-04-23 14:52:44 -04001753 data->is_recover = 0;
1754 if (isrecover) {
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04001755 nfs4_set_sequence_privileged(&o_arg->seq_args);
Trond Myklebustbdeca1b2013-04-23 14:52:44 -04001756 data->is_recover = 1;
1757 }
Trond Myklebustc970aa82007-07-14 15:39:59 -04001758 task = rpc_run_task(&task_setup_data);
Alexandros Batsakisb2579572009-12-14 21:27:57 -08001759 if (IS_ERR(task))
1760 return PTR_ERR(task);
1761 status = nfs4_wait_for_completion_rpc_task(task);
1762 if (status != 0) {
1763 data->cancelled = 1;
1764 smp_wmb();
1765 } else
1766 status = data->rpc_status;
1767 rpc_put_task(task);
1768
1769 return status;
1770}
1771
1772static int _nfs4_recover_proc_open(struct nfs4_opendata *data)
1773{
1774 struct inode *dir = data->dir->d_inode;
1775 struct nfs_openres *o_res = &data->o_res;
1776 int status;
1777
1778 status = nfs4_run_open_task(data, 1);
1779 if (status != 0 || !data->rpc_done)
1780 return status;
1781
Trond Myklebust6926afd2012-01-07 13:22:46 -05001782 nfs_fattr_map_and_free_names(NFS_SERVER(dir), &data->f_attr);
1783
Alexandros Batsakisb2579572009-12-14 21:27:57 -08001784 if (o_res->rflags & NFS4_OPEN_RESULT_CONFIRM) {
1785 status = _nfs4_proc_open_confirm(data);
1786 if (status != 0)
1787 return status;
1788 }
1789
1790 return status;
1791}
1792
Weston Andros Adamson6168f622012-09-10 14:00:46 -04001793static int nfs4_opendata_access(struct rpc_cred *cred,
1794 struct nfs4_opendata *opendata,
Weston Andros Adamsonf8d9a892013-01-03 16:42:29 -05001795 struct nfs4_state *state, fmode_t fmode,
1796 int openflags)
Weston Andros Adamson6168f622012-09-10 14:00:46 -04001797{
1798 struct nfs_access_entry cache;
1799 u32 mask;
1800
1801 /* access call failed or for some reason the server doesn't
1802 * support any access modes -- defer access call until later */
1803 if (opendata->o_res.access_supported == 0)
1804 return 0;
1805
1806 mask = 0;
Weston Andros Adamsonbbd3a8e2012-10-02 14:49:51 -07001807 /* don't check MAY_WRITE - a newly created file may not have
Weston Andros Adamsonf8d9a892013-01-03 16:42:29 -05001808 * write mode bits, but POSIX allows the creating process to write.
1809 * use openflags to check for exec, because fmode won't
1810 * always have FMODE_EXEC set when file open for exec. */
1811 if (openflags & __FMODE_EXEC) {
1812 /* ONLY check for exec rights */
1813 mask = MAY_EXEC;
1814 } else if (fmode & FMODE_READ)
1815 mask = MAY_READ;
Weston Andros Adamson6168f622012-09-10 14:00:46 -04001816
1817 cache.cred = cred;
1818 cache.jiffies = jiffies;
1819 nfs_access_set_mask(&cache, opendata->o_res.access_result);
1820 nfs_access_add_cache(state->inode, &cache);
1821
Weston Andros Adamsonbbd3a8e2012-10-02 14:49:51 -07001822 if ((mask & ~cache.mask & (MAY_READ | MAY_EXEC)) == 0)
Weston Andros Adamson6168f622012-09-10 14:00:46 -04001823 return 0;
1824
1825 /* even though OPEN succeeded, access is denied. Close the file */
1826 nfs4_close_state(state, fmode);
Weston Andros Adamson998f40b2012-11-02 18:00:56 -04001827 return -EACCES;
Weston Andros Adamson6168f622012-09-10 14:00:46 -04001828}
1829
Alexandros Batsakisb2579572009-12-14 21:27:57 -08001830/*
1831 * Note: On error, nfs4_proc_open will free the struct nfs4_opendata
1832 */
1833static int _nfs4_proc_open(struct nfs4_opendata *data)
1834{
1835 struct inode *dir = data->dir->d_inode;
1836 struct nfs_server *server = NFS_SERVER(dir);
1837 struct nfs_openargs *o_arg = &data->o_arg;
1838 struct nfs_openres *o_res = &data->o_res;
1839 int status;
1840
1841 status = nfs4_run_open_task(data, 0);
Trond Myklebust08ef7bd2011-10-18 16:11:49 -07001842 if (!data->rpc_done)
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001843 return status;
Trond Myklebust08ef7bd2011-10-18 16:11:49 -07001844 if (status != 0) {
1845 if (status == -NFS4ERR_BADNAME &&
1846 !(o_arg->open_flags & O_CREAT))
1847 return -ENOENT;
1848 return status;
1849 }
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001850
Trond Myklebust6926afd2012-01-07 13:22:46 -05001851 nfs_fattr_map_and_free_names(server, &data->f_attr);
1852
Trond Myklebust90ff0c52012-04-27 13:48:18 -04001853 if (o_arg->open_flags & O_CREAT)
Trond Myklebust56ae19f2005-10-27 22:12:40 -04001854 update_changeattr(dir, &o_res->cinfo);
Trond Myklebust0df5dd42010-04-11 16:48:44 -04001855 if ((o_res->rflags & NFS4_OPEN_RESULT_LOCKTYPE_POSIX) == 0)
1856 server->caps &= ~NFS_CAP_POSIX_LOCK;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001857 if(o_res->rflags & NFS4_OPEN_RESULT_CONFIRM) {
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001858 status = _nfs4_proc_open_confirm(data);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001859 if (status != 0)
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001860 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001861 }
1862 if (!(o_res->f_attr->valid & NFS_ATTR_FATTR))
David Quigley1775fd32013-05-22 12:50:42 -04001863 _nfs4_proc_getattr(server, &o_res->fh, o_res->f_attr, o_res->f_label);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001864 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001865}
1866
Andy Adamsond83217c2011-03-01 01:34:17 +00001867static int nfs4_recover_expired_lease(struct nfs_server *server)
1868{
1869 return nfs4_client_recover_expired_lease(server->nfs_client);
1870}
1871
Linus Torvalds1da177e2005-04-16 15:20:36 -07001872/*
1873 * OPEN_EXPIRED:
1874 * reclaim state on the server after a network partition.
1875 * Assumes caller holds the appropriate lock
1876 */
Trond Myklebust539cd032007-06-05 11:46:42 -04001877static int _nfs4_open_expired(struct nfs_open_context *ctx, struct nfs4_state *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001878{
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001879 struct nfs4_opendata *opendata;
Trond Myklebust864472e2006-01-03 09:55:15 +01001880 int ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001881
Trond Myklebust4a1c0892013-03-15 14:57:33 -04001882 opendata = nfs4_open_recoverdata_alloc(ctx, state,
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04001883 NFS4_OPEN_CLAIM_FH);
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001884 if (IS_ERR(opendata))
1885 return PTR_ERR(opendata);
Trond Myklebust864472e2006-01-03 09:55:15 +01001886 ret = nfs4_open_recover(opendata, state);
Trond Myklebust35d05772008-04-05 15:54:17 -04001887 if (ret == -ESTALE)
Al Viro3d4ff432011-06-22 18:40:12 -04001888 d_drop(ctx->dentry);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001889 nfs4_opendata_put(opendata);
Trond Myklebust864472e2006-01-03 09:55:15 +01001890 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001891}
1892
Trond Myklebusta9ed2e22009-12-03 15:53:21 -05001893static int nfs4_do_open_expired(struct nfs_open_context *ctx, struct nfs4_state *state)
Trond Myklebust202b50d2005-06-22 17:16:29 +00001894{
Trond Myklebust539cd032007-06-05 11:46:42 -04001895 struct nfs_server *server = NFS_SERVER(state->inode);
Trond Myklebust202b50d2005-06-22 17:16:29 +00001896 struct nfs4_exception exception = { };
1897 int err;
1898
1899 do {
Trond Myklebust539cd032007-06-05 11:46:42 -04001900 err = _nfs4_open_expired(ctx, state);
Trond Myklebust42113a72013-08-12 16:19:27 -04001901 trace_nfs4_open_expired(ctx, 0, err);
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04001902 if (nfs4_clear_cap_atomic_open_v1(server, err, &exception))
1903 continue;
Trond Myklebusta9ed2e22009-12-03 15:53:21 -05001904 switch (err) {
1905 default:
1906 goto out;
1907 case -NFS4ERR_GRACE:
1908 case -NFS4ERR_DELAY:
1909 nfs4_handle_exception(server, err, &exception);
1910 err = 0;
1911 }
Trond Myklebust202b50d2005-06-22 17:16:29 +00001912 } while (exception.retry);
Trond Myklebusta9ed2e22009-12-03 15:53:21 -05001913out:
Trond Myklebust202b50d2005-06-22 17:16:29 +00001914 return err;
1915}
1916
Linus Torvalds1da177e2005-04-16 15:20:36 -07001917static int nfs4_open_expired(struct nfs4_state_owner *sp, struct nfs4_state *state)
1918{
Linus Torvalds1da177e2005-04-16 15:20:36 -07001919 struct nfs_open_context *ctx;
Trond Myklebust864472e2006-01-03 09:55:15 +01001920 int ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001921
Trond Myklebust864472e2006-01-03 09:55:15 +01001922 ctx = nfs4_state_find_open_context(state);
1923 if (IS_ERR(ctx))
Trond Myklebust91876b12013-03-28 14:01:33 -04001924 return -EAGAIN;
Trond Myklebust539cd032007-06-05 11:46:42 -04001925 ret = nfs4_do_open_expired(ctx, state);
Trond Myklebust864472e2006-01-03 09:55:15 +01001926 put_nfs_open_context(ctx);
1927 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001928}
1929
Bryan Schumakerf062eb62011-06-02 14:59:10 -04001930#if defined(CONFIG_NFS_V4_1)
Chuck Lever3e60ffd2012-07-11 16:30:14 -04001931static void nfs41_clear_delegation_stateid(struct nfs4_state *state)
Bryan Schumakerf062eb62011-06-02 14:59:10 -04001932{
Bryan Schumakerf062eb62011-06-02 14:59:10 -04001933 struct nfs_server *server = NFS_SERVER(state->inode);
Chuck Lever3e60ffd2012-07-11 16:30:14 -04001934 nfs4_stateid *stateid = &state->stateid;
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04001935 struct nfs_delegation *delegation;
1936 struct rpc_cred *cred = NULL;
1937 int status = -NFS4ERR_BAD_STATEID;
Bryan Schumakerf062eb62011-06-02 14:59:10 -04001938
Chuck Lever3e60ffd2012-07-11 16:30:14 -04001939 /* If a state reset has been done, test_stateid is unneeded */
1940 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0)
1941 return;
1942
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04001943 /* Get the delegation credential for use by test/free_stateid */
1944 rcu_read_lock();
1945 delegation = rcu_dereference(NFS_I(state->inode)->delegation);
1946 if (delegation != NULL &&
1947 nfs4_stateid_match(&delegation->stateid, stateid)) {
1948 cred = get_rpccred(delegation->cred);
1949 rcu_read_unlock();
1950 status = nfs41_test_stateid(server, stateid, cred);
1951 } else
1952 rcu_read_unlock();
1953
Chuck Lever3e60ffd2012-07-11 16:30:14 -04001954 if (status != NFS_OK) {
1955 /* Free the stateid unless the server explicitly
1956 * informs us the stateid is unrecognized. */
1957 if (status != -NFS4ERR_BAD_STATEID)
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04001958 nfs41_free_stateid(server, stateid, cred);
Bryan Schumaker69388672012-09-26 15:25:52 -04001959 nfs_remove_bad_delegation(state->inode);
Chuck Lever3e60ffd2012-07-11 16:30:14 -04001960
Bryan Schumaker69388672012-09-26 15:25:52 -04001961 write_seqlock(&state->seqlock);
1962 nfs4_stateid_copy(&state->stateid, &state->open_stateid);
1963 write_sequnlock(&state->seqlock);
Chuck Lever3e60ffd2012-07-11 16:30:14 -04001964 clear_bit(NFS_DELEGATED_STATE, &state->flags);
1965 }
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04001966
1967 if (cred != NULL)
1968 put_rpccred(cred);
Chuck Lever3e60ffd2012-07-11 16:30:14 -04001969}
1970
1971/**
1972 * nfs41_check_open_stateid - possibly free an open stateid
1973 *
1974 * @state: NFSv4 state for an inode
1975 *
1976 * Returns NFS_OK if recovery for this stateid is now finished.
1977 * Otherwise a negative NFS4ERR value is returned.
1978 */
1979static int nfs41_check_open_stateid(struct nfs4_state *state)
1980{
1981 struct nfs_server *server = NFS_SERVER(state->inode);
Bryan Schumakerfcb6d9c2012-09-26 15:25:53 -04001982 nfs4_stateid *stateid = &state->open_stateid;
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04001983 struct rpc_cred *cred = state->owner->so_cred;
Chuck Lever3e60ffd2012-07-11 16:30:14 -04001984 int status;
1985
1986 /* If a state reset has been done, test_stateid is unneeded */
1987 if ((test_bit(NFS_O_RDONLY_STATE, &state->flags) == 0) &&
1988 (test_bit(NFS_O_WRONLY_STATE, &state->flags) == 0) &&
1989 (test_bit(NFS_O_RDWR_STATE, &state->flags) == 0))
1990 return -NFS4ERR_BAD_STATEID;
1991
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04001992 status = nfs41_test_stateid(server, stateid, cred);
Chuck Lever3e60ffd2012-07-11 16:30:14 -04001993 if (status != NFS_OK) {
1994 /* Free the stateid unless the server explicitly
1995 * informs us the stateid is unrecognized. */
1996 if (status != -NFS4ERR_BAD_STATEID)
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04001997 nfs41_free_stateid(server, stateid, cred);
Chuck Lever3e60ffd2012-07-11 16:30:14 -04001998
1999 clear_bit(NFS_O_RDONLY_STATE, &state->flags);
2000 clear_bit(NFS_O_WRONLY_STATE, &state->flags);
2001 clear_bit(NFS_O_RDWR_STATE, &state->flags);
Trond Myklebustfd068b22013-04-22 11:29:51 -04002002 clear_bit(NFS_OPEN_STATE, &state->flags);
Bryan Schumakerb01dd1d2012-01-31 10:39:30 -05002003 }
2004 return status;
2005}
2006
2007static int nfs41_open_expired(struct nfs4_state_owner *sp, struct nfs4_state *state)
2008{
Chuck Levereb64cf92012-07-11 16:30:05 -04002009 int status;
Bryan Schumakerb01dd1d2012-01-31 10:39:30 -05002010
Chuck Lever3e60ffd2012-07-11 16:30:14 -04002011 nfs41_clear_delegation_stateid(state);
2012 status = nfs41_check_open_stateid(state);
Chuck Levereb64cf92012-07-11 16:30:05 -04002013 if (status != NFS_OK)
2014 status = nfs4_open_expired(sp, state);
2015 return status;
Bryan Schumakerf062eb62011-06-02 14:59:10 -04002016}
2017#endif
2018
Linus Torvalds1da177e2005-04-16 15:20:36 -07002019/*
Jeff Laytonaa53ed52007-06-05 14:49:03 -04002020 * on an EXCLUSIVE create, the server should send back a bitmask with FATTR4-*
2021 * fields corresponding to attributes that were used to store the verifier.
2022 * Make sure we clobber those fields in the later setattr call
2023 */
2024static inline void nfs4_exclusive_attrset(struct nfs4_opendata *opendata, struct iattr *sattr)
2025{
2026 if ((opendata->o_res.attrset[1] & FATTR4_WORD1_TIME_ACCESS) &&
2027 !(sattr->ia_valid & ATTR_ATIME_SET))
2028 sattr->ia_valid |= ATTR_ATIME;
2029
2030 if ((opendata->o_res.attrset[1] & FATTR4_WORD1_TIME_MODIFY) &&
2031 !(sattr->ia_valid & ATTR_MTIME_SET))
2032 sattr->ia_valid |= ATTR_MTIME;
2033}
2034
Trond Myklebustc21443c2013-02-07 14:26:21 -05002035static int _nfs4_open_and_get_state(struct nfs4_opendata *opendata,
2036 fmode_t fmode,
2037 int flags,
Trond Myklebust3efb9722013-05-29 13:17:04 -04002038 struct nfs_open_context *ctx)
Trond Myklebustc21443c2013-02-07 14:26:21 -05002039{
2040 struct nfs4_state_owner *sp = opendata->owner;
2041 struct nfs_server *server = sp->so_server;
Trond Myklebust275bb302013-05-29 13:11:28 -04002042 struct dentry *dentry;
Trond Myklebustc21443c2013-02-07 14:26:21 -05002043 struct nfs4_state *state;
2044 unsigned int seq;
2045 int ret;
2046
2047 seq = raw_seqcount_begin(&sp->so_reclaim_seqcount);
2048
2049 ret = _nfs4_proc_open(opendata);
2050 if (ret != 0)
2051 goto out;
2052
2053 state = nfs4_opendata_to_nfs4_state(opendata);
2054 ret = PTR_ERR(state);
2055 if (IS_ERR(state))
2056 goto out;
2057 if (server->caps & NFS_CAP_POSIX_LOCK)
2058 set_bit(NFS_STATE_POSIX_LOCKS, &state->flags);
2059
Trond Myklebust275bb302013-05-29 13:11:28 -04002060 dentry = opendata->dentry;
2061 if (dentry->d_inode == NULL) {
2062 /* FIXME: Is this d_drop() ever needed? */
2063 d_drop(dentry);
2064 dentry = d_add_unique(dentry, igrab(state->inode));
2065 if (dentry == NULL) {
2066 dentry = opendata->dentry;
2067 } else if (dentry != ctx->dentry) {
2068 dput(ctx->dentry);
2069 ctx->dentry = dget(dentry);
2070 }
2071 nfs_set_verifier(dentry,
2072 nfs_save_change_attribute(opendata->dir->d_inode));
2073 }
2074
Trond Myklebustc21443c2013-02-07 14:26:21 -05002075 ret = nfs4_opendata_access(sp->so_cred, opendata, state, fmode, flags);
2076 if (ret != 0)
2077 goto out;
2078
Trond Myklebust3efb9722013-05-29 13:17:04 -04002079 ctx->state = state;
Trond Myklebustc45ffdd2013-05-29 13:34:46 -04002080 if (dentry->d_inode == state->inode) {
2081 nfs_inode_attach_open_context(ctx);
2082 if (read_seqcount_retry(&sp->so_reclaim_seqcount, seq))
2083 nfs4_schedule_stateid_recovery(server, state);
2084 }
Trond Myklebustc21443c2013-02-07 14:26:21 -05002085out:
2086 return ret;
2087}
2088
Jeff Laytonaa53ed52007-06-05 14:49:03 -04002089/*
Trond Myklebust24ac23a2006-01-03 09:55:11 +01002090 * Returns a referenced nfs4_state
Linus Torvalds1da177e2005-04-16 15:20:36 -07002091 */
Andy Adamson82be4172012-05-23 05:02:35 -04002092static int _nfs4_do_open(struct inode *dir,
Trond Myklebust4197a052013-05-29 12:37:49 -04002093 struct nfs_open_context *ctx,
Andy Adamson82be4172012-05-23 05:02:35 -04002094 int flags,
2095 struct iattr *sattr,
Trond Myklebust959d9212013-06-28 16:29:51 -04002096 struct nfs4_label *label)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002097{
2098 struct nfs4_state_owner *sp;
2099 struct nfs4_state *state = NULL;
2100 struct nfs_server *server = NFS_SERVER(dir);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01002101 struct nfs4_opendata *opendata;
Trond Myklebust4197a052013-05-29 12:37:49 -04002102 struct dentry *dentry = ctx->dentry;
2103 struct rpc_cred *cred = ctx->cred;
2104 struct nfs4_threshold **ctx_th = &ctx->mdsthreshold;
2105 fmode_t fmode = ctx->mode & (FMODE_READ|FMODE_WRITE|FMODE_EXEC);
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04002106 enum open_claim_type4 claim = NFS4_OPEN_CLAIM_NULL;
David Quigley1775fd32013-05-22 12:50:42 -04002107 struct nfs4_label *olabel = NULL;
Trond Myklebustaac00a82007-07-05 19:02:21 -04002108 int status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002109
2110 /* Protect against reboot recovery conflicts */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002111 status = -ENOMEM;
Trond Myklebustd1e284d2012-01-17 22:04:24 -05002112 sp = nfs4_get_state_owner(server, cred, GFP_KERNEL);
2113 if (sp == NULL) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002114 dprintk("nfs4_do_open: nfs4_get_state_owner failed!\n");
2115 goto out_err;
2116 }
Trond Myklebust58d97142006-01-03 09:55:24 +01002117 status = nfs4_recover_expired_lease(server);
2118 if (status != 0)
Trond Myklebustb4454fe2006-01-03 09:55:25 +01002119 goto err_put_state_owner;
Al Viro82a2c1b2011-06-22 18:30:55 -04002120 if (dentry->d_inode != NULL)
2121 nfs4_return_incompatible_delegation(dentry->d_inode, fmode);
Trond Myklebust58d97142006-01-03 09:55:24 +01002122 status = -ENOMEM;
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04002123 if (dentry->d_inode)
2124 claim = NFS4_OPEN_CLAIM_FH;
Trond Myklebust4a1c0892013-03-15 14:57:33 -04002125 opendata = nfs4_opendata_alloc(dentry, sp, fmode, flags, sattr,
David Quigley1775fd32013-05-22 12:50:42 -04002126 label, claim, GFP_KERNEL);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01002127 if (opendata == NULL)
Trond Myklebust95d35cb2008-12-23 15:21:45 -05002128 goto err_put_state_owner;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002129
David Quigley14c43f72013-05-22 12:50:43 -04002130 if (label) {
2131 olabel = nfs4_label_alloc(server, GFP_KERNEL);
2132 if (IS_ERR(olabel)) {
2133 status = PTR_ERR(olabel);
2134 goto err_opendata_put;
2135 }
2136 }
2137
Andy Adamson82be4172012-05-23 05:02:35 -04002138 if (ctx_th && server->attr_bitmask[2] & FATTR4_WORD2_MDSTHRESHOLD) {
2139 opendata->f_attr.mdsthreshold = pnfs_mdsthreshold_alloc();
2140 if (!opendata->f_attr.mdsthreshold)
David Quigley14c43f72013-05-22 12:50:43 -04002141 goto err_free_label;
Trond Myklebust1549210f2012-06-05 09:16:47 -04002142 opendata->o_arg.open_bitmap = &nfs4_pnfs_open_bitmap[0];
Andy Adamson82be4172012-05-23 05:02:35 -04002143 }
Al Viro82a2c1b2011-06-22 18:30:55 -04002144 if (dentry->d_inode != NULL)
2145 opendata->state = nfs4_get_open_state(dentry->d_inode, sp);
Trond Myklebustaac00a82007-07-05 19:02:21 -04002146
Trond Myklebust3efb9722013-05-29 13:17:04 -04002147 status = _nfs4_open_and_get_state(opendata, fmode, flags, ctx);
Weston Andros Adamson6168f622012-09-10 14:00:46 -04002148 if (status != 0)
David Quigley14c43f72013-05-22 12:50:43 -04002149 goto err_free_label;
Trond Myklebust3efb9722013-05-29 13:17:04 -04002150 state = ctx->state;
Weston Andros Adamson6168f622012-09-10 14:00:46 -04002151
Trond Myklebust549b19c2013-04-16 18:42:34 -04002152 if ((opendata->o_arg.open_flags & O_EXCL) &&
2153 (opendata->o_arg.createmode != NFS4_CREATE_GUARDED)) {
Trond Myklebust0ab64e02010-04-16 16:22:51 -04002154 nfs4_exclusive_attrset(opendata, sattr);
2155
2156 nfs_fattr_init(opendata->o_res.f_attr);
2157 status = nfs4_do_setattr(state->inode, cred,
2158 opendata->o_res.f_attr, sattr,
David Quigley1775fd32013-05-22 12:50:42 -04002159 state, label, olabel);
2160 if (status == 0) {
Trond Myklebust0ab64e02010-04-16 16:22:51 -04002161 nfs_setattr_update_inode(state->inode, sattr);
David Quigley1775fd32013-05-22 12:50:42 -04002162 nfs_post_op_update_inode(state->inode, opendata->o_res.f_attr);
David Quigleyaa9c2662013-05-22 12:50:44 -04002163 nfs_setsecurity(state->inode, opendata->o_res.f_attr, olabel);
David Quigley1775fd32013-05-22 12:50:42 -04002164 }
Trond Myklebust0ab64e02010-04-16 16:22:51 -04002165 }
Andy Adamson82be4172012-05-23 05:02:35 -04002166
2167 if (pnfs_use_threshold(ctx_th, opendata->f_attr.mdsthreshold, server))
2168 *ctx_th = opendata->f_attr.mdsthreshold;
2169 else
2170 kfree(opendata->f_attr.mdsthreshold);
2171 opendata->f_attr.mdsthreshold = NULL;
2172
David Quigley14c43f72013-05-22 12:50:43 -04002173 nfs4_label_free(olabel);
2174
Trond Myklebustc6d00e62007-06-17 16:02:44 -04002175 nfs4_opendata_put(opendata);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002176 nfs4_put_state_owner(sp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002177 return 0;
David Quigley14c43f72013-05-22 12:50:43 -04002178err_free_label:
2179 nfs4_label_free(olabel);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04002180err_opendata_put:
Andy Adamson82be4172012-05-23 05:02:35 -04002181 kfree(opendata->f_attr.mdsthreshold);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04002182 nfs4_opendata_put(opendata);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01002183err_put_state_owner:
2184 nfs4_put_state_owner(sp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002185out_err:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002186 return status;
2187}
2188
2189
Andy Adamson82be4172012-05-23 05:02:35 -04002190static struct nfs4_state *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{
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04002196 struct nfs_server *server = NFS_SERVER(dir);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002197 struct nfs4_exception exception = { };
2198 struct nfs4_state *res;
2199 int status;
2200
2201 do {
Trond Myklebust959d9212013-06-28 16:29:51 -04002202 status = _nfs4_do_open(dir, ctx, flags, sattr, label);
Trond Myklebust3efb9722013-05-29 13:17:04 -04002203 res = ctx->state;
Trond Myklebust42113a72013-08-12 16:19:27 -04002204 trace_nfs4_open_file(ctx, flags, status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002205 if (status == 0)
2206 break;
2207 /* NOTE: BAD_SEQID means the server and client disagree about the
2208 * book-keeping w.r.t. state-changing operations
2209 * (OPEN/CLOSE/LOCK/LOCKU...)
2210 * It is actually a sign of a bug on the client or on the server.
2211 *
2212 * If we receive a BAD_SEQID error in the particular case of
Trond Myklebustcee54fc2005-10-18 14:20:12 -07002213 * doing an OPEN, we assume that nfs_increment_open_seqid() will
Linus Torvalds1da177e2005-04-16 15:20:36 -07002214 * have unhashed the old state_owner for us, and that we can
2215 * therefore safely retry using a new one. We should still warn
2216 * the user though...
2217 */
2218 if (status == -NFS4ERR_BAD_SEQID) {
Trond Myklebust9a3ba432012-03-12 18:01:48 -04002219 pr_warn_ratelimited("NFS: v4 server %s "
Trond Myklebust6f43ddc2007-07-08 16:49:11 -04002220 " returned a bad sequence-id error!\n",
2221 NFS_SERVER(dir)->nfs_client->cl_hostname);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002222 exception.retry = 1;
2223 continue;
2224 }
Trond Myklebust550f5742005-10-18 14:20:21 -07002225 /*
2226 * BAD_STATEID on OPEN means that the server cancelled our
2227 * state before it received the OPEN_CONFIRM.
2228 * Recover by retrying the request as per the discussion
2229 * on Page 181 of RFC3530.
2230 */
2231 if (status == -NFS4ERR_BAD_STATEID) {
2232 exception.retry = 1;
2233 continue;
2234 }
Trond Myklebustaac00a82007-07-05 19:02:21 -04002235 if (status == -EAGAIN) {
2236 /* We must have found a delegation */
2237 exception.retry = 1;
2238 continue;
2239 }
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04002240 if (nfs4_clear_cap_atomic_open_v1(server, status, &exception))
2241 continue;
2242 res = ERR_PTR(nfs4_handle_exception(server,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002243 status, &exception));
2244 } while (exception.retry);
2245 return res;
2246}
2247
Trond Myklebust659bfcd2008-06-10 19:39:41 -04002248static int _nfs4_do_setattr(struct inode *inode, struct rpc_cred *cred,
2249 struct nfs_fattr *fattr, struct iattr *sattr,
David Quigley1775fd32013-05-22 12:50:42 -04002250 struct nfs4_state *state, struct nfs4_label *ilabel,
2251 struct nfs4_label *olabel)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002252{
Trond Myklebust3e4f6292006-03-20 13:44:46 -05002253 struct nfs_server *server = NFS_SERVER(inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002254 struct nfs_setattrargs arg = {
Trond Myklebust3e4f6292006-03-20 13:44:46 -05002255 .fh = NFS_FH(inode),
Linus Torvalds1da177e2005-04-16 15:20:36 -07002256 .iap = sattr,
2257 .server = server,
2258 .bitmask = server->attr_bitmask,
David Quigley1775fd32013-05-22 12:50:42 -04002259 .label = ilabel,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002260 };
2261 struct nfs_setattrres res = {
2262 .fattr = fattr,
David Quigley1775fd32013-05-22 12:50:42 -04002263 .label = olabel,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002264 .server = server,
2265 };
2266 struct rpc_message msg = {
Trond Myklebust659bfcd2008-06-10 19:39:41 -04002267 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETATTR],
2268 .rpc_argp = &arg,
2269 .rpc_resp = &res,
2270 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002271 };
Trond Myklebust26e976a2006-01-03 09:55:21 +01002272 unsigned long timestamp = jiffies;
Trond Myklebustee3ae842013-04-29 10:35:36 -04002273 fmode_t fmode;
2274 bool truncate;
Trond Myklebust65e43082005-08-16 11:49:44 -04002275 int status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002276
David Quigleyaa9c2662013-05-22 12:50:44 -04002277 arg.bitmask = nfs4_bitmask(server, ilabel);
2278 if (ilabel)
2279 arg.bitmask = nfs4_bitmask(server, olabel);
2280
Trond Myklebust0e574af2005-10-27 22:12:38 -04002281 nfs_fattr_init(fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002282
Trond Myklebustee3ae842013-04-29 10:35:36 -04002283 /* Servers should only apply open mode checks for file size changes */
2284 truncate = (sattr->ia_valid & ATTR_SIZE) ? true : false;
2285 fmode = truncate ? FMODE_WRITE : FMODE_READ;
2286
2287 if (nfs4_copy_delegation_stateid(&arg.stateid, inode, fmode)) {
2288 /* Use that stateid */
2289 } else if (truncate && state != NULL && nfs4_valid_open_stateid(state)) {
Trond Myklebust2a369152012-08-13 18:54:45 -04002290 struct nfs_lockowner lockowner = {
2291 .l_owner = current->files,
2292 .l_pid = current->tgid,
2293 };
Trond Myklebust4fc87962012-03-08 17:42:01 -05002294 nfs4_select_rw_stateid(&arg.stateid, state, FMODE_WRITE,
Trond Myklebust2a369152012-08-13 18:54:45 -04002295 &lockowner);
Trond Myklebust08e9eac2005-06-22 17:16:29 +00002296 } else
Trond Myklebustf597c532012-03-04 18:13:56 -05002297 nfs4_stateid_copy(&arg.stateid, &zero_stateid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002298
Bryan Schumaker7c513052011-03-24 17:12:24 +00002299 status = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, &res.seq_res, 1);
Trond Myklebust26e976a2006-01-03 09:55:21 +01002300 if (status == 0 && state != NULL)
2301 renew_lease(server, timestamp);
Trond Myklebust65e43082005-08-16 11:49:44 -04002302 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002303}
2304
Trond Myklebust659bfcd2008-06-10 19:39:41 -04002305static int nfs4_do_setattr(struct inode *inode, struct rpc_cred *cred,
2306 struct nfs_fattr *fattr, struct iattr *sattr,
David Quigley1775fd32013-05-22 12:50:42 -04002307 struct nfs4_state *state, struct nfs4_label *ilabel,
2308 struct nfs4_label *olabel)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002309{
Trond Myklebust3e4f6292006-03-20 13:44:46 -05002310 struct nfs_server *server = NFS_SERVER(inode);
Trond Myklebusta1d0b5e2012-03-05 19:56:44 -05002311 struct nfs4_exception exception = {
2312 .state = state,
Trond Myklebust3114ea72012-03-07 16:39:06 -05002313 .inode = inode,
Trond Myklebusta1d0b5e2012-03-05 19:56:44 -05002314 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002315 int err;
2316 do {
David Quigley1775fd32013-05-22 12:50:42 -04002317 err = _nfs4_do_setattr(inode, cred, fattr, sattr, state, ilabel, olabel);
Trond Myklebustc1578b72013-08-12 16:58:42 -04002318 trace_nfs4_setattr(inode, err);
Trond Myklebust451146b2012-04-18 16:29:11 -04002319 switch (err) {
2320 case -NFS4ERR_OPENMODE:
Trond Myklebust721ccfb2013-04-29 11:11:58 -04002321 if (!(sattr->ia_valid & ATTR_SIZE)) {
2322 pr_warn_once("NFSv4: server %s is incorrectly "
2323 "applying open mode checks to "
2324 "a SETATTR that is not "
2325 "changing file size.\n",
2326 server->nfs_client->cl_hostname);
2327 }
Trond Myklebust451146b2012-04-18 16:29:11 -04002328 if (state && !(state->state & FMODE_WRITE)) {
2329 err = -EBADF;
2330 if (sattr->ia_valid & ATTR_OPEN)
2331 err = -EACCES;
2332 goto out;
2333 }
2334 }
2335 err = nfs4_handle_exception(server, err, &exception);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002336 } while (exception.retry);
Trond Myklebust451146b2012-04-18 16:29:11 -04002337out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002338 return err;
2339}
2340
2341struct nfs4_closedata {
2342 struct inode *inode;
2343 struct nfs4_state *state;
2344 struct nfs_closeargs arg;
2345 struct nfs_closeres res;
Trond Myklebust516a6af2005-10-27 22:12:41 -04002346 struct nfs_fattr fattr;
Trond Myklebust26e976a2006-01-03 09:55:21 +01002347 unsigned long timestamp;
Fred Isamanf7e89172011-01-06 11:36:32 +00002348 bool roc;
2349 u32 roc_barrier;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002350};
2351
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002352static void nfs4_free_closedata(void *data)
Trond Myklebust95121352005-10-18 14:20:12 -07002353{
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002354 struct nfs4_closedata *calldata = data;
2355 struct nfs4_state_owner *sp = calldata->state->owner;
Al Viro643168c2011-06-22 18:20:23 -04002356 struct super_block *sb = calldata->state->inode->i_sb;
Trond Myklebust95121352005-10-18 14:20:12 -07002357
Fred Isamanf7e89172011-01-06 11:36:32 +00002358 if (calldata->roc)
2359 pnfs_roc_release(calldata->state->inode);
Trond Myklebust95121352005-10-18 14:20:12 -07002360 nfs4_put_open_state(calldata->state);
2361 nfs_free_seqid(calldata->arg.seqid);
Trond Myklebust95121352005-10-18 14:20:12 -07002362 nfs4_put_state_owner(sp);
Trond Myklebust322b2b92013-01-11 16:39:51 -05002363 nfs_sb_deactive(sb);
Trond Myklebust95121352005-10-18 14:20:12 -07002364 kfree(calldata);
2365}
2366
Trond Myklebust88069f72009-12-08 08:33:16 -05002367static void nfs4_close_clear_stateid_flags(struct nfs4_state *state,
2368 fmode_t fmode)
2369{
2370 spin_lock(&state->owner->so_lock);
Trond Myklebust88069f72009-12-08 08:33:16 -05002371 clear_bit(NFS_O_RDWR_STATE, &state->flags);
Trond Myklebustfd068b22013-04-22 11:29:51 -04002372 switch (fmode & (FMODE_READ|FMODE_WRITE)) {
2373 case FMODE_WRITE:
2374 clear_bit(NFS_O_RDONLY_STATE, &state->flags);
2375 break;
2376 case FMODE_READ:
2377 clear_bit(NFS_O_WRONLY_STATE, &state->flags);
2378 break;
2379 case 0:
2380 clear_bit(NFS_O_RDONLY_STATE, &state->flags);
2381 clear_bit(NFS_O_WRONLY_STATE, &state->flags);
2382 clear_bit(NFS_OPEN_STATE, &state->flags);
2383 }
Trond Myklebust88069f72009-12-08 08:33:16 -05002384 spin_unlock(&state->owner->so_lock);
2385}
2386
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002387static void nfs4_close_done(struct rpc_task *task, void *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002388{
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002389 struct nfs4_closedata *calldata = data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002390 struct nfs4_state *state = calldata->state;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002391 struct nfs_server *server = NFS_SERVER(calldata->inode);
2392
Chuck Levera3ca5652012-03-01 17:00:40 -05002393 dprintk("%s: begin!\n", __func__);
Trond Myklebust14516c32010-07-31 14:29:06 -04002394 if (!nfs4_sequence_done(task, &calldata->res.seq_res))
2395 return;
Trond Myklebust42113a72013-08-12 16:19:27 -04002396 trace_nfs4_close(state, &calldata->arg, &calldata->res, task->tk_status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002397 /* hmm. we are done with the inode, and in the process of freeing
2398 * the state_owner. we keep this around to process errors
2399 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002400 switch (task->tk_status) {
2401 case 0:
Fred Isamanf7e89172011-01-06 11:36:32 +00002402 if (calldata->roc)
2403 pnfs_roc_set_barrier(state->inode,
2404 calldata->roc_barrier);
Trond Myklebust45328c32007-07-26 17:47:34 -04002405 nfs_set_open_stateid(state, &calldata->res.stateid, 0);
Trond Myklebust26e976a2006-01-03 09:55:21 +01002406 renew_lease(server, calldata->timestamp);
Trond Myklebust88069f72009-12-08 08:33:16 -05002407 nfs4_close_clear_stateid_flags(state,
2408 calldata->arg.fmode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002409 break;
2410 case -NFS4ERR_STALE_STATEID:
Trond Myklebust9e33bed2008-12-23 15:21:46 -05002411 case -NFS4ERR_OLD_STATEID:
2412 case -NFS4ERR_BAD_STATEID:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002413 case -NFS4ERR_EXPIRED:
Trond Myklebustdc0b0272008-12-23 15:21:56 -05002414 if (calldata->arg.fmode == 0)
Trond Myklebust9e33bed2008-12-23 15:21:46 -05002415 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002416 default:
Trond Myklebust72211db2009-12-15 14:47:36 -05002417 if (nfs4_async_handle_error(task, server, state) == -EAGAIN)
2418 rpc_restart_call_prepare(task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002419 }
Trond Myklebust72211db2009-12-15 14:47:36 -05002420 nfs_release_seqid(calldata->arg.seqid);
Trond Myklebust516a6af2005-10-27 22:12:41 -04002421 nfs_refresh_inode(calldata->inode, calldata->res.fattr);
Chuck Levera3ca5652012-03-01 17:00:40 -05002422 dprintk("%s: done, ret = %d!\n", __func__, task->tk_status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002423}
2424
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01002425static void nfs4_close_prepare(struct rpc_task *task, void *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002426{
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01002427 struct nfs4_closedata *calldata = data;
Trond Myklebust95121352005-10-18 14:20:12 -07002428 struct nfs4_state *state = calldata->state;
Trond Myklebust7fdab062012-09-20 20:15:57 -04002429 struct inode *inode = calldata->inode;
Trond Myklebust88069f72009-12-08 08:33:16 -05002430 int call_close = 0;
Trond Myklebust95121352005-10-18 14:20:12 -07002431
Chuck Levera3ca5652012-03-01 17:00:40 -05002432 dprintk("%s: begin!\n", __func__);
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002433 if (nfs_wait_on_sequence(calldata->arg.seqid, task) != 0)
Trond Myklebustc8da19b2013-02-11 19:01:21 -05002434 goto out_wait;
Trond Myklebust003707c2007-07-05 18:07:55 -04002435
Trond Myklebust88069f72009-12-08 08:33:16 -05002436 task->tk_msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN_DOWNGRADE];
2437 calldata->arg.fmode = FMODE_READ|FMODE_WRITE;
Trond Myklebust4cecb762005-11-04 15:32:58 -05002438 spin_lock(&state->owner->so_lock);
Trond Myklebust003707c2007-07-05 18:07:55 -04002439 /* Calculate the change in open mode */
Trond Myklebuste7616922006-01-03 09:55:13 +01002440 if (state->n_rdwr == 0) {
Trond Myklebust003707c2007-07-05 18:07:55 -04002441 if (state->n_rdonly == 0) {
Trond Myklebust88069f72009-12-08 08:33:16 -05002442 call_close |= test_bit(NFS_O_RDONLY_STATE, &state->flags);
2443 call_close |= test_bit(NFS_O_RDWR_STATE, &state->flags);
2444 calldata->arg.fmode &= ~FMODE_READ;
Trond Myklebust003707c2007-07-05 18:07:55 -04002445 }
2446 if (state->n_wronly == 0) {
Trond Myklebust88069f72009-12-08 08:33:16 -05002447 call_close |= test_bit(NFS_O_WRONLY_STATE, &state->flags);
2448 call_close |= test_bit(NFS_O_RDWR_STATE, &state->flags);
2449 calldata->arg.fmode &= ~FMODE_WRITE;
Trond Myklebust003707c2007-07-05 18:07:55 -04002450 }
Trond Myklebuste7616922006-01-03 09:55:13 +01002451 }
Trond Myklebust5d422302013-03-14 16:57:48 -04002452 if (!nfs4_valid_open_stateid(state))
2453 call_close = 0;
Trond Myklebust4cecb762005-11-04 15:32:58 -05002454 spin_unlock(&state->owner->so_lock);
Trond Myklebust88069f72009-12-08 08:33:16 -05002455
2456 if (!call_close) {
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002457 /* Note: exit _without_ calling nfs4_close_done */
Trond Myklebustc8da19b2013-02-11 19:01:21 -05002458 goto out_no_action;
Trond Myklebust95121352005-10-18 14:20:12 -07002459 }
Trond Myklebust88069f72009-12-08 08:33:16 -05002460
Fred Isamanf7e89172011-01-06 11:36:32 +00002461 if (calldata->arg.fmode == 0) {
Trond Myklebust88069f72009-12-08 08:33:16 -05002462 task->tk_msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_CLOSE];
Fred Isamanf7e89172011-01-06 11:36:32 +00002463 if (calldata->roc &&
Andy Adamsonb9536ad2013-04-11 09:28:45 -04002464 pnfs_roc_drain(inode, &calldata->roc_barrier, task)) {
2465 nfs_release_seqid(calldata->arg.seqid);
Trond Myklebustc8da19b2013-02-11 19:01:21 -05002466 goto out_wait;
Andy Adamsonb9536ad2013-04-11 09:28:45 -04002467 }
Fred Isamanf7e89172011-01-06 11:36:32 +00002468 }
Trond Myklebust88069f72009-12-08 08:33:16 -05002469
Trond Myklebust516a6af2005-10-27 22:12:41 -04002470 nfs_fattr_init(calldata->res.fattr);
Trond Myklebust26e976a2006-01-03 09:55:21 +01002471 calldata->timestamp = jiffies;
Trond Myklebust7fdab062012-09-20 20:15:57 -04002472 if (nfs4_setup_sequence(NFS_SERVER(inode),
Trond Myklebust9d12b212012-01-17 22:04:25 -05002473 &calldata->arg.seq_args,
2474 &calldata->res.seq_res,
Trond Myklebust2240a9e2012-10-29 18:37:40 -04002475 task) != 0)
2476 nfs_release_seqid(calldata->arg.seqid);
Chuck Levera3ca5652012-03-01 17:00:40 -05002477 dprintk("%s: done!\n", __func__);
Trond Myklebustc8da19b2013-02-11 19:01:21 -05002478 return;
2479out_no_action:
2480 task->tk_action = NULL;
2481out_wait:
2482 nfs4_sequence_done(task, &calldata->res.seq_res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002483}
2484
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002485static const struct rpc_call_ops nfs4_close_ops = {
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01002486 .rpc_call_prepare = nfs4_close_prepare,
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002487 .rpc_call_done = nfs4_close_done,
2488 .rpc_release = nfs4_free_closedata,
2489};
2490
Linus Torvalds1da177e2005-04-16 15:20:36 -07002491/*
2492 * It is possible for data to be read/written from a mem-mapped file
2493 * after the sys_close call (which hits the vfs layer as a flush).
2494 * This means that we can't safely call nfsv4 close on a file until
2495 * the inode is cleared. This in turn means that we are not good
2496 * NFSv4 citizens - we do not indicate to the server to update the file's
2497 * share state even when we are done with one of the three share
2498 * stateid's in the inode.
2499 *
2500 * NOTE: Caller must be holding the sp->so_owner semaphore!
2501 */
Trond Myklebust1f7977c2012-09-20 20:31:51 -04002502int nfs4_do_close(struct nfs4_state *state, gfp_t gfp_mask, int wait)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002503{
Trond Myklebust4a35bd42007-06-05 10:31:33 -04002504 struct nfs_server *server = NFS_SERVER(state->inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002505 struct nfs4_closedata *calldata;
Trond Myklebustb39e6252007-06-11 23:05:07 -04002506 struct nfs4_state_owner *sp = state->owner;
2507 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04002508 struct rpc_message msg = {
2509 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_CLOSE],
2510 .rpc_cred = state->owner->so_cred,
2511 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04002512 struct rpc_task_setup task_setup_data = {
2513 .rpc_client = server->client,
Trond Myklebust5138fde2007-07-14 15:40:01 -04002514 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04002515 .callback_ops = &nfs4_close_ops,
Trond Myklebust101070c2008-02-19 20:04:23 -05002516 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04002517 .flags = RPC_TASK_ASYNC,
2518 };
Trond Myklebust95121352005-10-18 14:20:12 -07002519 int status = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002520
Trond Myklebust8535b2b2010-05-13 12:51:01 -04002521 calldata = kzalloc(sizeof(*calldata), gfp_mask);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002522 if (calldata == NULL)
Trond Myklebust95121352005-10-18 14:20:12 -07002523 goto out;
Trond Myklebust9d12b212012-01-17 22:04:25 -05002524 nfs41_init_sequence(&calldata->arg.seq_args, &calldata->res.seq_res, 1);
Trond Myklebust4a35bd42007-06-05 10:31:33 -04002525 calldata->inode = state->inode;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002526 calldata->state = state;
Trond Myklebust4a35bd42007-06-05 10:31:33 -04002527 calldata->arg.fh = NFS_FH(state->inode);
Trond Myklebust003707c2007-07-05 18:07:55 -04002528 calldata->arg.stateid = &state->open_stateid;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002529 /* Serialization for the sequence id */
Trond Myklebust8535b2b2010-05-13 12:51:01 -04002530 calldata->arg.seqid = nfs_alloc_seqid(&state->owner->so_seqid, gfp_mask);
Trond Myklebust95121352005-10-18 14:20:12 -07002531 if (calldata->arg.seqid == NULL)
2532 goto out_free_calldata;
Trond Myklebustdc0b0272008-12-23 15:21:56 -05002533 calldata->arg.fmode = 0;
Trond Myklebusta65318b2009-03-11 14:10:28 -04002534 calldata->arg.bitmask = server->cache_consistency_bitmask;
Trond Myklebust516a6af2005-10-27 22:12:41 -04002535 calldata->res.fattr = &calldata->fattr;
Trond Myklebustc1d51932008-04-07 13:20:54 -04002536 calldata->res.seqid = calldata->arg.seqid;
Trond Myklebust516a6af2005-10-27 22:12:41 -04002537 calldata->res.server = server;
Trond Myklebust1f7977c2012-09-20 20:31:51 -04002538 calldata->roc = pnfs_roc(state->inode);
Al Viro643168c2011-06-22 18:20:23 -04002539 nfs_sb_active(calldata->inode->i_sb);
Trond Myklebust95121352005-10-18 14:20:12 -07002540
Trond Myklebust1174dd12010-12-21 10:52:24 -05002541 msg.rpc_argp = &calldata->arg;
2542 msg.rpc_resp = &calldata->res;
Trond Myklebustc970aa82007-07-14 15:39:59 -04002543 task_setup_data.callback_data = calldata;
2544 task = rpc_run_task(&task_setup_data);
Trond Myklebustb39e6252007-06-11 23:05:07 -04002545 if (IS_ERR(task))
2546 return PTR_ERR(task);
Trond Myklebusta49c3c72007-10-18 18:03:27 -04002547 status = 0;
2548 if (wait)
2549 status = rpc_wait_for_completion_task(task);
Trond Myklebustb39e6252007-06-11 23:05:07 -04002550 rpc_put_task(task);
Trond Myklebusta49c3c72007-10-18 18:03:27 -04002551 return status;
Trond Myklebust95121352005-10-18 14:20:12 -07002552out_free_calldata:
2553 kfree(calldata);
2554out:
Trond Myklebustb39e6252007-06-11 23:05:07 -04002555 nfs4_put_open_state(state);
2556 nfs4_put_state_owner(sp);
Trond Myklebust95121352005-10-18 14:20:12 -07002557 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002558}
2559
Trond Myklebust2b484292010-09-17 10:56:51 -04002560static struct inode *
Trond Myklebustcd9a1c02010-09-17 10:56:50 -04002561nfs4_atomic_open(struct inode *dir, struct nfs_open_context *ctx, int open_flags, struct iattr *attr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002562{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002563 struct nfs4_state *state;
David Quigleyaa9c2662013-05-22 12:50:44 -04002564 struct nfs4_label l = {0, 0, 0, NULL}, *label = NULL;
2565
2566 label = nfs4_label_init_security(dir, ctx->dentry, attr, &l);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002567
Trond Myklebust565277f2007-10-15 18:17:53 -04002568 /* Protect against concurrent sillydeletes */
Trond Myklebust959d9212013-06-28 16:29:51 -04002569 state = nfs4_do_open(dir, ctx, open_flags, attr, label);
David Quigleyaa9c2662013-05-22 12:50:44 -04002570
2571 nfs4_label_release_security(label);
2572
Trond Myklebustf46e0bd2010-09-17 10:56:50 -04002573 if (IS_ERR(state))
2574 return ERR_CAST(state);
Trond Myklebust275bb302013-05-29 13:11:28 -04002575 return state->inode;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002576}
2577
Trond Myklebust1185a552009-12-03 15:54:02 -05002578static void nfs4_close_context(struct nfs_open_context *ctx, int is_sync)
Trond Myklebust7fe5c392009-03-19 15:35:50 -04002579{
2580 if (ctx->state == NULL)
2581 return;
2582 if (is_sync)
Al Viro643168c2011-06-22 18:20:23 -04002583 nfs4_close_sync(ctx->state, ctx->mode);
Trond Myklebust7fe5c392009-03-19 15:35:50 -04002584 else
Al Viro643168c2011-06-22 18:20:23 -04002585 nfs4_close_state(ctx->state, ctx->mode);
Trond Myklebust7fe5c392009-03-19 15:35:50 -04002586}
Linus Torvalds1da177e2005-04-16 15:20:36 -07002587
2588static int _nfs4_server_capabilities(struct nfs_server *server, struct nfs_fh *fhandle)
2589{
Benny Halevy43652ad2009-04-01 09:21:54 -04002590 struct nfs4_server_caps_arg args = {
2591 .fhandle = fhandle,
2592 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002593 struct nfs4_server_caps_res res = {};
2594 struct rpc_message msg = {
2595 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SERVER_CAPS],
Benny Halevy43652ad2009-04-01 09:21:54 -04002596 .rpc_argp = &args,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002597 .rpc_resp = &res,
2598 };
2599 int status;
2600
Bryan Schumaker7c513052011-03-24 17:12:24 +00002601 status = nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002602 if (status == 0) {
2603 memcpy(server->attr_bitmask, res.attr_bitmask, sizeof(server->attr_bitmask));
Trond Myklebust62ab460c2009-08-09 15:06:19 -04002604 server->caps &= ~(NFS_CAP_ACLS|NFS_CAP_HARDLINKS|
2605 NFS_CAP_SYMLINKS|NFS_CAP_FILEID|
2606 NFS_CAP_MODE|NFS_CAP_NLINK|NFS_CAP_OWNER|
2607 NFS_CAP_OWNER_GROUP|NFS_CAP_ATIME|
2608 NFS_CAP_CTIME|NFS_CAP_MTIME);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002609 if (res.attr_bitmask[0] & FATTR4_WORD0_ACL)
2610 server->caps |= NFS_CAP_ACLS;
2611 if (res.has_links != 0)
2612 server->caps |= NFS_CAP_HARDLINKS;
2613 if (res.has_symlinks != 0)
2614 server->caps |= NFS_CAP_SYMLINKS;
Trond Myklebust62ab460c2009-08-09 15:06:19 -04002615 if (res.attr_bitmask[0] & FATTR4_WORD0_FILEID)
2616 server->caps |= NFS_CAP_FILEID;
2617 if (res.attr_bitmask[1] & FATTR4_WORD1_MODE)
2618 server->caps |= NFS_CAP_MODE;
2619 if (res.attr_bitmask[1] & FATTR4_WORD1_NUMLINKS)
2620 server->caps |= NFS_CAP_NLINK;
2621 if (res.attr_bitmask[1] & FATTR4_WORD1_OWNER)
2622 server->caps |= NFS_CAP_OWNER;
2623 if (res.attr_bitmask[1] & FATTR4_WORD1_OWNER_GROUP)
2624 server->caps |= NFS_CAP_OWNER_GROUP;
2625 if (res.attr_bitmask[1] & FATTR4_WORD1_TIME_ACCESS)
2626 server->caps |= NFS_CAP_ATIME;
2627 if (res.attr_bitmask[1] & FATTR4_WORD1_TIME_METADATA)
2628 server->caps |= NFS_CAP_CTIME;
2629 if (res.attr_bitmask[1] & FATTR4_WORD1_TIME_MODIFY)
2630 server->caps |= NFS_CAP_MTIME;
David Quigleyaa9c2662013-05-22 12:50:44 -04002631#ifdef CONFIG_NFS_V4_SECURITY_LABEL
2632 if (res.attr_bitmask[2] & FATTR4_WORD2_SECURITY_LABEL)
2633 server->caps |= NFS_CAP_SECURITY_LABEL;
2634#endif
2635 memcpy(server->attr_bitmask_nl, res.attr_bitmask,
2636 sizeof(server->attr_bitmask));
Trond Myklebust62ab460c2009-08-09 15:06:19 -04002637
David Quigleyaa9c2662013-05-22 12:50:44 -04002638 if (server->caps & NFS_CAP_SECURITY_LABEL) {
2639 server->attr_bitmask_nl[2] &= ~FATTR4_WORD2_SECURITY_LABEL;
2640 res.attr_bitmask[2] &= ~FATTR4_WORD2_SECURITY_LABEL;
2641 }
Trond Myklebusta65318b2009-03-11 14:10:28 -04002642 memcpy(server->cache_consistency_bitmask, res.attr_bitmask, sizeof(server->cache_consistency_bitmask));
2643 server->cache_consistency_bitmask[0] &= FATTR4_WORD0_CHANGE|FATTR4_WORD0_SIZE;
2644 server->cache_consistency_bitmask[1] &= FATTR4_WORD1_TIME_METADATA|FATTR4_WORD1_TIME_MODIFY;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002645 server->acl_bitmask = res.acl_bitmask;
Chuck Lever264e6352012-03-01 17:02:05 -05002646 server->fh_expire_type = res.fh_expire_type;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002647 }
Andy Adamsoncccef3b2009-04-01 09:22:03 -04002648
Linus Torvalds1da177e2005-04-16 15:20:36 -07002649 return status;
2650}
2651
Trond Myklebust55a97592006-06-09 09:34:19 -04002652int nfs4_server_capabilities(struct nfs_server *server, struct nfs_fh *fhandle)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002653{
2654 struct nfs4_exception exception = { };
2655 int err;
2656 do {
2657 err = nfs4_handle_exception(server,
2658 _nfs4_server_capabilities(server, fhandle),
2659 &exception);
2660 } while (exception.retry);
2661 return err;
2662}
2663
2664static int _nfs4_lookup_root(struct nfs_server *server, struct nfs_fh *fhandle,
2665 struct nfs_fsinfo *info)
2666{
David Quigleyaa9c2662013-05-22 12:50:44 -04002667 u32 bitmask[3];
Linus Torvalds1da177e2005-04-16 15:20:36 -07002668 struct nfs4_lookup_root_arg args = {
David Quigleyaa9c2662013-05-22 12:50:44 -04002669 .bitmask = bitmask,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002670 };
2671 struct nfs4_lookup_res res = {
2672 .server = server,
Trond Myklebust0e574af2005-10-27 22:12:38 -04002673 .fattr = info->fattr,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002674 .fh = fhandle,
2675 };
2676 struct rpc_message msg = {
2677 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOOKUP_ROOT],
2678 .rpc_argp = &args,
2679 .rpc_resp = &res,
2680 };
Benny Halevy008f55d2009-04-01 09:22:50 -04002681
David Quigleyaa9c2662013-05-22 12:50:44 -04002682 bitmask[0] = nfs4_fattr_bitmap[0];
2683 bitmask[1] = nfs4_fattr_bitmap[1];
2684 /*
2685 * Process the label in the upcoming getfattr
2686 */
2687 bitmask[2] = nfs4_fattr_bitmap[2] & ~FATTR4_WORD2_SECURITY_LABEL;
2688
Trond Myklebust0e574af2005-10-27 22:12:38 -04002689 nfs_fattr_init(info->fattr);
Bryan Schumaker7c513052011-03-24 17:12:24 +00002690 return nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002691}
2692
2693static int nfs4_lookup_root(struct nfs_server *server, struct nfs_fh *fhandle,
2694 struct nfs_fsinfo *info)
2695{
2696 struct nfs4_exception exception = { };
2697 int err;
2698 do {
Bryan Schumakerfb8a5ba2011-04-18 16:52:25 -04002699 err = _nfs4_lookup_root(server, fhandle, info);
2700 switch (err) {
2701 case 0:
2702 case -NFS4ERR_WRONGSEC:
Trond Myklebust05e9cfb2012-03-27 18:13:02 -04002703 goto out;
Bryan Schumakerfb8a5ba2011-04-18 16:52:25 -04002704 default:
2705 err = nfs4_handle_exception(server, err, &exception);
2706 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002707 } while (exception.retry);
Trond Myklebust05e9cfb2012-03-27 18:13:02 -04002708out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002709 return err;
2710}
2711
Bryan Schumaker8f70e952011-03-24 17:12:31 +00002712static int nfs4_lookup_root_sec(struct nfs_server *server, struct nfs_fh *fhandle,
2713 struct nfs_fsinfo *info, rpc_authflavor_t flavor)
2714{
2715 struct rpc_auth *auth;
2716 int ret;
2717
2718 auth = rpcauth_create(flavor, server->client);
Wei Yongjune8d920c2012-09-21 12:27:41 +08002719 if (IS_ERR(auth)) {
Chuck Lever75bc8822013-03-16 15:55:36 -04002720 ret = -EACCES;
Bryan Schumaker8f70e952011-03-24 17:12:31 +00002721 goto out;
2722 }
2723 ret = nfs4_lookup_root(server, fhandle, info);
Bryan Schumaker8f70e952011-03-24 17:12:31 +00002724out:
2725 return ret;
2726}
2727
Chuck Lever9a744ba2013-03-16 15:56:02 -04002728/*
2729 * Retry pseudoroot lookup with various security flavors. We do this when:
2730 *
2731 * NFSv4.0: the PUTROOTFH operation returns NFS4ERR_WRONGSEC
2732 * NFSv4.1: the server does not support the SECINFO_NO_NAME operation
2733 *
2734 * Returns zero on success, or a negative NFS4ERR value, or a
2735 * negative errno value.
2736 */
Bryan Schumaker801a16dc2011-04-13 14:31:30 -04002737static int nfs4_find_root_sec(struct nfs_server *server, struct nfs_fh *fhandle,
David Howells54ceac42006-08-22 20:06:13 -04002738 struct nfs_fsinfo *info)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002739{
Chuck Lever9a744ba2013-03-16 15:56:02 -04002740 /* Per 3530bis 15.33.5 */
2741 static const rpc_authflavor_t flav_array[] = {
2742 RPC_AUTH_GSS_KRB5P,
2743 RPC_AUTH_GSS_KRB5I,
2744 RPC_AUTH_GSS_KRB5,
Chuck Leverc4eafe12013-03-16 15:56:11 -04002745 RPC_AUTH_UNIX, /* courtesy */
Chuck Lever9a744ba2013-03-16 15:56:02 -04002746 RPC_AUTH_NULL,
2747 };
2748 int status = -EPERM;
2749 size_t i;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002750
Chuck Lever9a744ba2013-03-16 15:56:02 -04002751 for (i = 0; i < ARRAY_SIZE(flav_array); i++) {
Bryan Schumaker8f70e952011-03-24 17:12:31 +00002752 status = nfs4_lookup_root_sec(server, fhandle, info, flav_array[i]);
Bryan Schumakerfb8a5ba2011-04-18 16:52:25 -04002753 if (status == -NFS4ERR_WRONGSEC || status == -EACCES)
Bryan Schumakerd1a80162011-04-13 14:31:28 -04002754 continue;
2755 break;
Bryan Schumaker8f70e952011-03-24 17:12:31 +00002756 }
Chuck Lever9a744ba2013-03-16 15:56:02 -04002757
Bryan Schumakerfb8a5ba2011-04-18 16:52:25 -04002758 /*
2759 * -EACCESS could mean that the user doesn't have correct permissions
2760 * to access the mount. It could also mean that we tried to mount
2761 * with a gss auth flavor, but rpc.gssd isn't running. Either way,
2762 * existing mount programs don't handle -EACCES very well so it should
2763 * be mapped to -EPERM instead.
2764 */
2765 if (status == -EACCES)
2766 status = -EPERM;
Bryan Schumaker801a16dc2011-04-13 14:31:30 -04002767 return status;
2768}
2769
Chuck Lever2ed4b95b2013-03-16 15:55:45 -04002770static int nfs4_do_find_root_sec(struct nfs_server *server,
2771 struct nfs_fh *fhandle, struct nfs_fsinfo *info)
2772{
2773 int mv = server->nfs_client->cl_minorversion;
2774 return nfs_v4_minor_ops[mv]->find_root_sec(server, fhandle, info);
2775}
2776
2777/**
2778 * nfs4_proc_get_rootfh - get file handle for server's pseudoroot
2779 * @server: initialized nfs_server handle
2780 * @fhandle: we fill in the pseudo-fs root file handle
2781 * @info: we fill in an FSINFO struct
2782 *
2783 * Returns zero on success, or a negative errno.
Bryan Schumaker801a16dc2011-04-13 14:31:30 -04002784 */
Bryan Schumaker3028eb22012-05-10 15:07:30 -04002785int nfs4_proc_get_rootfh(struct nfs_server *server, struct nfs_fh *fhandle,
2786 struct nfs_fsinfo *info)
Bryan Schumaker801a16dc2011-04-13 14:31:30 -04002787{
Chuck Lever2ed4b95b2013-03-16 15:55:45 -04002788 int status;
2789
2790 status = nfs4_lookup_root(server, fhandle, info);
2791 if ((status == -NFS4ERR_WRONGSEC) &&
2792 !(server->flags & NFS_MOUNT_SECFLAVOUR))
2793 status = nfs4_do_find_root_sec(server, fhandle, info);
2794
Linus Torvalds1da177e2005-04-16 15:20:36 -07002795 if (status == 0)
2796 status = nfs4_server_capabilities(server, fhandle);
2797 if (status == 0)
2798 status = nfs4_do_fsinfo(server, fhandle, info);
Chuck Lever2ed4b95b2013-03-16 15:55:45 -04002799
Trond Myklebustc12e87f2006-03-13 21:20:47 -08002800 return nfs4_map_errors(status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002801}
2802
Bryan Schumakerbae36242012-05-10 15:07:31 -04002803static int nfs4_proc_get_root(struct nfs_server *server, struct nfs_fh *mntfh,
2804 struct nfs_fsinfo *info)
2805{
2806 int error;
2807 struct nfs_fattr *fattr = info->fattr;
David Quigley1775fd32013-05-22 12:50:42 -04002808 struct nfs4_label *label = NULL;
Bryan Schumakerbae36242012-05-10 15:07:31 -04002809
2810 error = nfs4_server_capabilities(server, mntfh);
2811 if (error < 0) {
2812 dprintk("nfs4_get_root: getcaps error = %d\n", -error);
2813 return error;
2814 }
2815
David Quigley14c43f72013-05-22 12:50:43 -04002816 label = nfs4_label_alloc(server, GFP_KERNEL);
2817 if (IS_ERR(label))
2818 return PTR_ERR(label);
2819
David Quigley1775fd32013-05-22 12:50:42 -04002820 error = nfs4_proc_getattr(server, mntfh, fattr, label);
Bryan Schumakerbae36242012-05-10 15:07:31 -04002821 if (error < 0) {
2822 dprintk("nfs4_get_root: getattr error = %d\n", -error);
David Quigley14c43f72013-05-22 12:50:43 -04002823 goto err_free_label;
Bryan Schumakerbae36242012-05-10 15:07:31 -04002824 }
2825
2826 if (fattr->valid & NFS_ATTR_FATTR_FSID &&
2827 !nfs_fsid_equal(&server->fsid, &fattr->fsid))
2828 memcpy(&server->fsid, &fattr->fsid, sizeof(server->fsid));
2829
David Quigley14c43f72013-05-22 12:50:43 -04002830err_free_label:
2831 nfs4_label_free(label);
2832
Bryan Schumakerbae36242012-05-10 15:07:31 -04002833 return error;
2834}
2835
Manoj Naik6b97fd32006-06-09 09:34:29 -04002836/*
2837 * Get locations and (maybe) other attributes of a referral.
2838 * Note that we'll actually follow the referral later when
2839 * we detect fsid mismatch in inode revalidation
2840 */
Bryan Schumakerf05d1472012-04-27 13:27:41 -04002841static int nfs4_get_referral(struct rpc_clnt *client, struct inode *dir,
2842 const struct qstr *name, struct nfs_fattr *fattr,
2843 struct nfs_fh *fhandle)
Manoj Naik6b97fd32006-06-09 09:34:29 -04002844{
2845 int status = -ENOMEM;
2846 struct page *page = NULL;
2847 struct nfs4_fs_locations *locations = NULL;
Manoj Naik6b97fd32006-06-09 09:34:29 -04002848
2849 page = alloc_page(GFP_KERNEL);
2850 if (page == NULL)
2851 goto out;
2852 locations = kmalloc(sizeof(struct nfs4_fs_locations), GFP_KERNEL);
2853 if (locations == NULL)
2854 goto out;
2855
Bryan Schumakerf05d1472012-04-27 13:27:41 -04002856 status = nfs4_proc_fs_locations(client, dir, name, locations, page);
Manoj Naik6b97fd32006-06-09 09:34:29 -04002857 if (status != 0)
2858 goto out;
2859 /* Make sure server returned a different fsid for the referral */
2860 if (nfs_fsid_equal(&NFS_SERVER(dir)->fsid, &locations->fattr.fsid)) {
Andy Adamson533eb462011-06-13 18:25:56 -04002861 dprintk("%s: server did not return a different fsid for"
2862 " a referral at %s\n", __func__, name->name);
Manoj Naik6b97fd32006-06-09 09:34:29 -04002863 status = -EIO;
2864 goto out;
2865 }
Andy Adamson533eb462011-06-13 18:25:56 -04002866 /* Fixup attributes for the nfs_lookup() call to nfs_fhget() */
2867 nfs_fixup_referral_attributes(&locations->fattr);
Manoj Naik6b97fd32006-06-09 09:34:29 -04002868
Andy Adamson533eb462011-06-13 18:25:56 -04002869 /* replace the lookup nfs_fattr with the locations nfs_fattr */
Manoj Naik6b97fd32006-06-09 09:34:29 -04002870 memcpy(fattr, &locations->fattr, sizeof(struct nfs_fattr));
Manoj Naik6b97fd32006-06-09 09:34:29 -04002871 memset(fhandle, 0, sizeof(struct nfs_fh));
2872out:
2873 if (page)
2874 __free_page(page);
Davidlohr Bueso5d7ca352010-08-11 12:42:15 -04002875 kfree(locations);
Manoj Naik6b97fd32006-06-09 09:34:29 -04002876 return status;
2877}
2878
David Quigley1775fd32013-05-22 12:50:42 -04002879static int _nfs4_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle,
2880 struct nfs_fattr *fattr, struct nfs4_label *label)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002881{
2882 struct nfs4_getattr_arg args = {
2883 .fh = fhandle,
2884 .bitmask = server->attr_bitmask,
2885 };
2886 struct nfs4_getattr_res res = {
2887 .fattr = fattr,
David Quigley1775fd32013-05-22 12:50:42 -04002888 .label = label,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002889 .server = server,
2890 };
2891 struct rpc_message msg = {
2892 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GETATTR],
2893 .rpc_argp = &args,
2894 .rpc_resp = &res,
2895 };
David Quigleyaa9c2662013-05-22 12:50:44 -04002896
2897 args.bitmask = nfs4_bitmask(server, label);
2898
Trond Myklebust0e574af2005-10-27 22:12:38 -04002899 nfs_fattr_init(fattr);
Bryan Schumaker7c513052011-03-24 17:12:24 +00002900 return nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002901}
2902
David Quigley1775fd32013-05-22 12:50:42 -04002903static int nfs4_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle,
2904 struct nfs_fattr *fattr, struct nfs4_label *label)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002905{
2906 struct nfs4_exception exception = { };
2907 int err;
2908 do {
2909 err = nfs4_handle_exception(server,
David Quigley1775fd32013-05-22 12:50:42 -04002910 _nfs4_proc_getattr(server, fhandle, fattr, label),
Linus Torvalds1da177e2005-04-16 15:20:36 -07002911 &exception);
2912 } while (exception.retry);
2913 return err;
2914}
2915
2916/*
2917 * The file is not closed if it is opened due to the a request to change
2918 * the size of the file. The open call will not be needed once the
2919 * VFS layer lookup-intents are implemented.
2920 *
2921 * Close is called when the inode is destroyed.
2922 * If we haven't opened the file for O_WRONLY, we
2923 * need to in the size_change case to obtain a stateid.
2924 *
2925 * Got race?
2926 * Because OPEN is always done by name in nfsv4, it is
2927 * possible that we opened a different file by the same
2928 * name. We can recognize this race condition, but we
2929 * can't do anything about it besides returning an error.
2930 *
2931 * This will be fixed with VFS changes (lookup-intent).
2932 */
2933static int
2934nfs4_proc_setattr(struct dentry *dentry, struct nfs_fattr *fattr,
2935 struct iattr *sattr)
2936{
Trond Myklebust08e9eac2005-06-22 17:16:29 +00002937 struct inode *inode = dentry->d_inode;
Trond Myklebust659bfcd2008-06-10 19:39:41 -04002938 struct rpc_cred *cred = NULL;
Trond Myklebustd5308382005-11-04 15:33:38 -05002939 struct nfs4_state *state = NULL;
David Quigley14c43f72013-05-22 12:50:43 -04002940 struct nfs4_label *label = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002941 int status;
2942
Benny Halevy8a1636c2010-07-14 15:43:57 -04002943 if (pnfs_ld_layoutret_on_setattr(inode))
Trond Myklebust24028672013-03-20 13:23:33 -04002944 pnfs_commit_and_return_layout(inode);
Benny Halevy8a1636c2010-07-14 15:43:57 -04002945
Trond Myklebust0e574af2005-10-27 22:12:38 -04002946 nfs_fattr_init(fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002947
Andy Adamson26699402012-05-30 16:12:24 -04002948 /* Deal with open(O_TRUNC) */
2949 if (sattr->ia_valid & ATTR_OPEN)
Nadav Shemercc7936f2013-07-21 17:21:43 +03002950 sattr->ia_valid &= ~(ATTR_MTIME|ATTR_CTIME);
Andy Adamson26699402012-05-30 16:12:24 -04002951
2952 /* Optimization: if the end result is no change, don't RPC */
Nadav Shemercc7936f2013-07-21 17:21:43 +03002953 if ((sattr->ia_valid & ~(ATTR_FILE|ATTR_OPEN)) == 0)
Andy Adamson26699402012-05-30 16:12:24 -04002954 return 0;
2955
Trond Myklebustd5308382005-11-04 15:33:38 -05002956 /* Search for an existing open(O_WRITE) file */
Trond Myklebust659bfcd2008-06-10 19:39:41 -04002957 if (sattr->ia_valid & ATTR_FILE) {
2958 struct nfs_open_context *ctx;
Trond Myklebust08e9eac2005-06-22 17:16:29 +00002959
Trond Myklebust659bfcd2008-06-10 19:39:41 -04002960 ctx = nfs_file_open_context(sattr->ia_file);
Neil Brown504e5182008-10-16 14:15:16 +11002961 if (ctx) {
2962 cred = ctx->cred;
2963 state = ctx->state;
2964 }
Trond Myklebust659bfcd2008-06-10 19:39:41 -04002965 }
2966
David Quigley14c43f72013-05-22 12:50:43 -04002967 label = nfs4_label_alloc(NFS_SERVER(inode), GFP_KERNEL);
2968 if (IS_ERR(label))
2969 return PTR_ERR(label);
2970
2971 status = nfs4_do_setattr(inode, cred, fattr, sattr, state, NULL, label);
David Quigleyaa9c2662013-05-22 12:50:44 -04002972 if (status == 0) {
Trond Myklebust65e43082005-08-16 11:49:44 -04002973 nfs_setattr_update_inode(inode, sattr);
David Quigleyaa9c2662013-05-22 12:50:44 -04002974 nfs_setsecurity(inode, fattr, label);
2975 }
David Quigley14c43f72013-05-22 12:50:43 -04002976 nfs4_label_free(label);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002977 return status;
2978}
2979
Trond Myklebust0c2e53f2011-10-18 16:11:22 -07002980static int _nfs4_proc_lookup(struct rpc_clnt *clnt, struct inode *dir,
2981 const struct qstr *name, struct nfs_fh *fhandle,
David Quigley1775fd32013-05-22 12:50:42 -04002982 struct nfs_fattr *fattr, struct nfs4_label *label)
David Howells2b3de442006-08-22 20:06:09 -04002983{
Trond Myklebust0c2e53f2011-10-18 16:11:22 -07002984 struct nfs_server *server = NFS_SERVER(dir);
David Howells2b3de442006-08-22 20:06:09 -04002985 int status;
2986 struct nfs4_lookup_arg args = {
2987 .bitmask = server->attr_bitmask,
Trond Myklebust0c2e53f2011-10-18 16:11:22 -07002988 .dir_fh = NFS_FH(dir),
David Howells2b3de442006-08-22 20:06:09 -04002989 .name = name,
2990 };
2991 struct nfs4_lookup_res res = {
2992 .server = server,
2993 .fattr = fattr,
David Quigleyaa9c2662013-05-22 12:50:44 -04002994 .label = label,
David Howells2b3de442006-08-22 20:06:09 -04002995 .fh = fhandle,
2996 };
2997 struct rpc_message msg = {
2998 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOOKUP],
2999 .rpc_argp = &args,
3000 .rpc_resp = &res,
3001 };
3002
David Quigleyaa9c2662013-05-22 12:50:44 -04003003 args.bitmask = nfs4_bitmask(server, label);
3004
David Howells2b3de442006-08-22 20:06:09 -04003005 nfs_fattr_init(fattr);
3006
Linus Torvalds1da177e2005-04-16 15:20:36 -07003007 dprintk("NFS call lookup %s\n", name->name);
Trond Myklebust0c2e53f2011-10-18 16:11:22 -07003008 status = nfs4_call_sync(clnt, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003009 dprintk("NFS reply lookup: %d\n", status);
3010 return status;
3011}
3012
Bryan Schumaker72de53e2012-04-27 13:27:40 -04003013static void nfs_fixup_secinfo_attributes(struct nfs_fattr *fattr)
Bryan Schumaker7ebb9312011-03-24 17:12:30 +00003014{
Bryan Schumaker7ebb9312011-03-24 17:12:30 +00003015 fattr->valid |= NFS_ATTR_FATTR_TYPE | NFS_ATTR_FATTR_MODE |
Bryan Schumaker72de53e2012-04-27 13:27:40 -04003016 NFS_ATTR_FATTR_NLINK | NFS_ATTR_FATTR_MOUNTPOINT;
Bryan Schumaker7ebb9312011-03-24 17:12:30 +00003017 fattr->mode = S_IFDIR | S_IRUGO | S_IXUGO;
3018 fattr->nlink = 2;
3019}
3020
Bryan Schumaker72de53e2012-04-27 13:27:40 -04003021static int nfs4_proc_lookup_common(struct rpc_clnt **clnt, struct inode *dir,
3022 struct qstr *name, struct nfs_fh *fhandle,
David Quigley1775fd32013-05-22 12:50:42 -04003023 struct nfs_fattr *fattr, struct nfs4_label *label)
Bryan Schumaker72de53e2012-04-27 13:27:40 -04003024{
3025 struct nfs4_exception exception = { };
3026 struct rpc_clnt *client = *clnt;
3027 int err;
3028 do {
David Quigley1775fd32013-05-22 12:50:42 -04003029 err = _nfs4_proc_lookup(client, dir, name, fhandle, fattr, label);
Trond Myklebust078ea3d2013-08-12 16:45:55 -04003030 trace_nfs4_lookup(dir, name, err);
Bryan Schumaker72de53e2012-04-27 13:27:40 -04003031 switch (err) {
3032 case -NFS4ERR_BADNAME:
3033 err = -ENOENT;
3034 goto out;
3035 case -NFS4ERR_MOVED:
Bryan Schumakerf05d1472012-04-27 13:27:41 -04003036 err = nfs4_get_referral(client, dir, name, fattr, fhandle);
Bryan Schumaker72de53e2012-04-27 13:27:40 -04003037 goto out;
3038 case -NFS4ERR_WRONGSEC:
3039 err = -EPERM;
3040 if (client != *clnt)
3041 goto out;
3042
3043 client = nfs4_create_sec_client(client, dir, name);
3044 if (IS_ERR(client))
3045 return PTR_ERR(client);
3046
3047 exception.retry = 1;
3048 break;
3049 default:
3050 err = nfs4_handle_exception(NFS_SERVER(dir), err, &exception);
3051 }
3052 } while (exception.retry);
3053
3054out:
3055 if (err == 0)
3056 *clnt = client;
3057 else if (client != *clnt)
3058 rpc_shutdown_client(client);
3059
3060 return err;
3061}
3062
Bryan Schumaker80a16b22012-04-27 13:27:46 -04003063static int nfs4_proc_lookup(struct inode *dir, struct qstr *name,
David Quigley1775fd32013-05-22 12:50:42 -04003064 struct nfs_fh *fhandle, struct nfs_fattr *fattr,
3065 struct nfs4_label *label)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003066{
Bryan Schumaker72de53e2012-04-27 13:27:40 -04003067 int status;
3068 struct rpc_clnt *client = NFS_CLIENT(dir);
Trond Myklebust0c2e53f2011-10-18 16:11:22 -07003069
David Quigley1775fd32013-05-22 12:50:42 -04003070 status = nfs4_proc_lookup_common(&client, dir, name, fhandle, fattr, label);
Bryan Schumaker72de53e2012-04-27 13:27:40 -04003071 if (client != NFS_CLIENT(dir)) {
3072 rpc_shutdown_client(client);
3073 nfs_fixup_secinfo_attributes(fattr);
3074 }
3075 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003076}
3077
Bryan Schumakerf05d1472012-04-27 13:27:41 -04003078struct rpc_clnt *
3079nfs4_proc_lookup_mountpoint(struct inode *dir, struct qstr *name,
3080 struct nfs_fh *fhandle, struct nfs_fattr *fattr)
3081{
3082 int status;
3083 struct rpc_clnt *client = rpc_clone_client(NFS_CLIENT(dir));
3084
David Quigley1775fd32013-05-22 12:50:42 -04003085 status = nfs4_proc_lookup_common(&client, dir, name, fhandle, fattr, NULL);
Bryan Schumakerf05d1472012-04-27 13:27:41 -04003086 if (status < 0) {
3087 rpc_shutdown_client(client);
3088 return ERR_PTR(status);
3089 }
3090 return client;
3091}
3092
Linus Torvalds1da177e2005-04-16 15:20:36 -07003093static int _nfs4_proc_access(struct inode *inode, struct nfs_access_entry *entry)
3094{
Trond Myklebust76b32992007-08-10 17:45:11 -04003095 struct nfs_server *server = NFS_SERVER(inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003096 struct nfs4_accessargs args = {
3097 .fh = NFS_FH(inode),
Trond Myklebusta4980e72012-01-30 15:43:56 -05003098 .bitmask = server->cache_consistency_bitmask,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003099 };
Trond Myklebust76b32992007-08-10 17:45:11 -04003100 struct nfs4_accessres res = {
3101 .server = server,
Trond Myklebust76b32992007-08-10 17:45:11 -04003102 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07003103 struct rpc_message msg = {
3104 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_ACCESS],
3105 .rpc_argp = &args,
3106 .rpc_resp = &res,
3107 .rpc_cred = entry->cred,
3108 };
3109 int mode = entry->mask;
David Quigleyaa9c2662013-05-22 12:50:44 -04003110 int status = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003111
3112 /*
3113 * Determine which access bits we want to ask for...
3114 */
3115 if (mode & MAY_READ)
3116 args.access |= NFS4_ACCESS_READ;
3117 if (S_ISDIR(inode->i_mode)) {
3118 if (mode & MAY_WRITE)
3119 args.access |= NFS4_ACCESS_MODIFY | NFS4_ACCESS_EXTEND | NFS4_ACCESS_DELETE;
3120 if (mode & MAY_EXEC)
3121 args.access |= NFS4_ACCESS_LOOKUP;
3122 } else {
3123 if (mode & MAY_WRITE)
3124 args.access |= NFS4_ACCESS_MODIFY | NFS4_ACCESS_EXTEND;
3125 if (mode & MAY_EXEC)
3126 args.access |= NFS4_ACCESS_EXECUTE;
3127 }
Trond Myklebustc407d412010-04-16 16:22:48 -04003128
3129 res.fattr = nfs_alloc_fattr();
3130 if (res.fattr == NULL)
3131 return -ENOMEM;
3132
Bryan Schumaker7c513052011-03-24 17:12:24 +00003133 status = nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003134 if (!status) {
Weston Andros Adamson6168f622012-09-10 14:00:46 -04003135 nfs_access_set_mask(entry, res.access);
Trond Myklebustc407d412010-04-16 16:22:48 -04003136 nfs_refresh_inode(inode, res.fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003137 }
Trond Myklebustc407d412010-04-16 16:22:48 -04003138 nfs_free_fattr(res.fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003139 return status;
3140}
3141
3142static int nfs4_proc_access(struct inode *inode, struct nfs_access_entry *entry)
3143{
3144 struct nfs4_exception exception = { };
3145 int err;
3146 do {
Trond Myklebustc1578b72013-08-12 16:58:42 -04003147 err = _nfs4_proc_access(inode, entry);
3148 trace_nfs4_access(inode, err);
3149 err = nfs4_handle_exception(NFS_SERVER(inode), err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003150 &exception);
3151 } while (exception.retry);
3152 return err;
3153}
3154
3155/*
3156 * TODO: For the time being, we don't try to get any attributes
3157 * along with any of the zero-copy operations READ, READDIR,
3158 * READLINK, WRITE.
3159 *
3160 * In the case of the first three, we want to put the GETATTR
3161 * after the read-type operation -- this is because it is hard
3162 * to predict the length of a GETATTR response in v4, and thus
3163 * align the READ data correctly. This means that the GETATTR
3164 * may end up partially falling into the page cache, and we should
3165 * shift it into the 'tail' of the xdr_buf before processing.
3166 * To do this efficiently, we need to know the total length
3167 * of data received, which doesn't seem to be available outside
3168 * of the RPC layer.
3169 *
3170 * In the case of WRITE, we also want to put the GETATTR after
3171 * the operation -- in this case because we want to make sure
Trond Myklebust140150d2012-06-05 15:20:25 -04003172 * we get the post-operation mtime and size.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003173 *
3174 * Both of these changes to the XDR layer would in fact be quite
3175 * minor, but I decided to leave them for a subsequent patch.
3176 */
3177static int _nfs4_proc_readlink(struct inode *inode, struct page *page,
3178 unsigned int pgbase, unsigned int pglen)
3179{
3180 struct nfs4_readlink args = {
3181 .fh = NFS_FH(inode),
3182 .pgbase = pgbase,
3183 .pglen = pglen,
3184 .pages = &page,
3185 };
Benny Halevyf50c7002009-04-01 09:21:55 -04003186 struct nfs4_readlink_res res;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003187 struct rpc_message msg = {
3188 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_READLINK],
3189 .rpc_argp = &args,
Benny Halevyf50c7002009-04-01 09:21:55 -04003190 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003191 };
3192
Bryan Schumaker7c513052011-03-24 17:12:24 +00003193 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 -07003194}
3195
3196static int nfs4_proc_readlink(struct inode *inode, struct page *page,
3197 unsigned int pgbase, unsigned int pglen)
3198{
3199 struct nfs4_exception exception = { };
3200 int err;
3201 do {
Trond Myklebustc1578b72013-08-12 16:58:42 -04003202 err = _nfs4_proc_readlink(inode, page, pgbase, pglen);
3203 trace_nfs4_readlink(inode, err);
3204 err = nfs4_handle_exception(NFS_SERVER(inode), err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003205 &exception);
3206 } while (exception.retry);
3207 return err;
3208}
3209
Linus Torvalds1da177e2005-04-16 15:20:36 -07003210/*
Miklos Szeredi8867fe52012-06-05 15:10:19 +02003211 * This is just for mknod. open(O_CREAT) will always do ->open_context().
Linus Torvalds1da177e2005-04-16 15:20:36 -07003212 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003213static int
3214nfs4_proc_create(struct inode *dir, struct dentry *dentry, struct iattr *sattr,
Miklos Szeredi8867fe52012-06-05 15:10:19 +02003215 int flags)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003216{
David Quigleyaa9c2662013-05-22 12:50:44 -04003217 struct nfs4_label l, *ilabel = NULL;
Miklos Szeredi8867fe52012-06-05 15:10:19 +02003218 struct nfs_open_context *ctx;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003219 struct nfs4_state *state;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003220 int status = 0;
3221
Miklos Szeredi8867fe52012-06-05 15:10:19 +02003222 ctx = alloc_nfs_open_context(dentry, FMODE_READ);
3223 if (IS_ERR(ctx))
3224 return PTR_ERR(ctx);
3225
David Quigleyaa9c2662013-05-22 12:50:44 -04003226 ilabel = nfs4_label_init_security(dir, dentry, sattr, &l);
3227
Aneesh Kumar K.Va8a5da92010-12-09 11:35:14 +00003228 sattr->ia_mode &= ~current_umask();
Trond Myklebust959d9212013-06-28 16:29:51 -04003229 state = nfs4_do_open(dir, ctx, flags, sattr, ilabel);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003230 if (IS_ERR(state)) {
3231 status = PTR_ERR(state);
Trond Myklebustc0204fd2010-09-17 10:56:51 -04003232 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003233 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003234out:
David Quigleyaa9c2662013-05-22 12:50:44 -04003235 nfs4_label_release_security(ilabel);
Miklos Szeredi8867fe52012-06-05 15:10:19 +02003236 put_nfs_open_context(ctx);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003237 return status;
3238}
3239
3240static int _nfs4_proc_remove(struct inode *dir, struct qstr *name)
3241{
Trond Myklebust16e42952005-10-27 22:12:44 -04003242 struct nfs_server *server = NFS_SERVER(dir);
Trond Myklebust4fdc17b2007-07-14 15:39:57 -04003243 struct nfs_removeargs args = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003244 .fh = NFS_FH(dir),
Linus Torvalds26fe5752012-05-10 13:14:12 -07003245 .name = *name,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003246 };
Trond Myklebust4fdc17b2007-07-14 15:39:57 -04003247 struct nfs_removeres res = {
Trond Myklebust16e42952005-10-27 22:12:44 -04003248 .server = server,
Trond Myklebust16e42952005-10-27 22:12:44 -04003249 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07003250 struct rpc_message msg = {
Trond Myklebust4fdc17b2007-07-14 15:39:57 -04003251 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_REMOVE],
3252 .rpc_argp = &args,
3253 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003254 };
Trond Myklebust778d2812012-04-27 13:48:19 -04003255 int status;
Trond Myklebustd3468902010-04-16 16:22:50 -04003256
Bryan Schumaker7c513052011-03-24 17:12:24 +00003257 status = nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 1);
Trond Myklebust778d2812012-04-27 13:48:19 -04003258 if (status == 0)
Trond Myklebust16e42952005-10-27 22:12:44 -04003259 update_changeattr(dir, &res.cinfo);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003260 return status;
3261}
3262
3263static int nfs4_proc_remove(struct inode *dir, struct qstr *name)
3264{
3265 struct nfs4_exception exception = { };
3266 int err;
3267 do {
Trond Myklebust078ea3d2013-08-12 16:45:55 -04003268 err = _nfs4_proc_remove(dir, name);
3269 trace_nfs4_remove(dir, name, err);
3270 err = nfs4_handle_exception(NFS_SERVER(dir), err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003271 &exception);
3272 } while (exception.retry);
3273 return err;
3274}
3275
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04003276static void nfs4_proc_unlink_setup(struct rpc_message *msg, struct inode *dir)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003277{
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04003278 struct nfs_server *server = NFS_SERVER(dir);
3279 struct nfs_removeargs *args = msg->rpc_argp;
3280 struct nfs_removeres *res = msg->rpc_resp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003281
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04003282 res->server = server;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003283 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_REMOVE];
Trond Myklebust9d12b212012-01-17 22:04:25 -05003284 nfs41_init_sequence(&args->seq_args, &res->seq_res, 1);
David Quigleyaa9c2662013-05-22 12:50:44 -04003285
3286 nfs_fattr_init(res->dir_attr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003287}
3288
Bryan Schumaker34e137c2012-03-19 14:54:41 -04003289static void nfs4_proc_unlink_rpc_prepare(struct rpc_task *task, struct nfs_unlinkdata *data)
3290{
Trond Myklebustd9afbd12012-10-22 20:28:44 -04003291 nfs4_setup_sequence(NFS_SERVER(data->dir),
3292 &data->args.seq_args,
3293 &data->res.seq_res,
3294 task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003295}
3296
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04003297static int nfs4_proc_unlink_done(struct rpc_task *task, struct inode *dir)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003298{
Trond Myklebust078ea3d2013-08-12 16:45:55 -04003299 struct nfs_unlinkdata *data = task->tk_calldata;
3300 struct nfs_removeres *res = &data->res;
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04003301
Trond Myklebust14516c32010-07-31 14:29:06 -04003302 if (!nfs4_sequence_done(task, &res->seq_res))
3303 return 0;
Trond Myklebust9e33bed2008-12-23 15:21:46 -05003304 if (nfs4_async_handle_error(task, res->server, NULL) == -EAGAIN)
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04003305 return 0;
3306 update_changeattr(dir, &res->cinfo);
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04003307 return 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003308}
3309
Jeff Laytond3d41522010-09-17 17:31:57 -04003310static void nfs4_proc_rename_setup(struct rpc_message *msg, struct inode *dir)
3311{
3312 struct nfs_server *server = NFS_SERVER(dir);
3313 struct nfs_renameargs *arg = msg->rpc_argp;
3314 struct nfs_renameres *res = msg->rpc_resp;
3315
3316 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RENAME];
Jeff Laytond3d41522010-09-17 17:31:57 -04003317 res->server = server;
Trond Myklebust9d12b212012-01-17 22:04:25 -05003318 nfs41_init_sequence(&arg->seq_args, &res->seq_res, 1);
Jeff Laytond3d41522010-09-17 17:31:57 -04003319}
3320
Bryan Schumakerc6bfa1a2012-03-19 14:54:42 -04003321static void nfs4_proc_rename_rpc_prepare(struct rpc_task *task, struct nfs_renamedata *data)
3322{
Trond Myklebustd9afbd12012-10-22 20:28:44 -04003323 nfs4_setup_sequence(NFS_SERVER(data->old_dir),
3324 &data->args.seq_args,
3325 &data->res.seq_res,
3326 task);
Jeff Laytond3d41522010-09-17 17:31:57 -04003327}
3328
3329static int nfs4_proc_rename_done(struct rpc_task *task, struct inode *old_dir,
3330 struct inode *new_dir)
3331{
Trond Myklebustfbc6f7c2013-08-12 17:08:26 -04003332 struct nfs_renamedata *data = task->tk_calldata;
3333 struct nfs_renameres *res = &data->res;
Jeff Laytond3d41522010-09-17 17:31:57 -04003334
3335 if (!nfs4_sequence_done(task, &res->seq_res))
3336 return 0;
3337 if (nfs4_async_handle_error(task, res->server, NULL) == -EAGAIN)
3338 return 0;
3339
3340 update_changeattr(old_dir, &res->old_cinfo);
Jeff Laytond3d41522010-09-17 17:31:57 -04003341 update_changeattr(new_dir, &res->new_cinfo);
Jeff Laytond3d41522010-09-17 17:31:57 -04003342 return 1;
3343}
3344
Linus Torvalds1da177e2005-04-16 15:20:36 -07003345static int _nfs4_proc_rename(struct inode *old_dir, struct qstr *old_name,
3346 struct inode *new_dir, struct qstr *new_name)
3347{
Trond Myklebust6caf2c82005-10-27 22:12:43 -04003348 struct nfs_server *server = NFS_SERVER(old_dir);
Jeff Layton920769f2010-09-17 17:30:25 -04003349 struct nfs_renameargs arg = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003350 .old_dir = NFS_FH(old_dir),
3351 .new_dir = NFS_FH(new_dir),
3352 .old_name = old_name,
3353 .new_name = new_name,
3354 };
Jeff Laytone8582a82010-09-17 17:31:06 -04003355 struct nfs_renameres res = {
Trond Myklebust6caf2c82005-10-27 22:12:43 -04003356 .server = server,
Trond Myklebust6caf2c82005-10-27 22:12:43 -04003357 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07003358 struct rpc_message msg = {
3359 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RENAME],
3360 .rpc_argp = &arg,
3361 .rpc_resp = &res,
3362 };
Trond Myklebust011fff72010-04-16 16:22:49 -04003363 int status = -ENOMEM;
David Quigley14c43f72013-05-22 12:50:43 -04003364
Bryan Schumaker7c513052011-03-24 17:12:24 +00003365 status = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, &res.seq_res, 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003366 if (!status) {
3367 update_changeattr(old_dir, &res.old_cinfo);
3368 update_changeattr(new_dir, &res.new_cinfo);
3369 }
3370 return status;
3371}
3372
3373static int nfs4_proc_rename(struct inode *old_dir, struct qstr *old_name,
3374 struct inode *new_dir, struct qstr *new_name)
3375{
3376 struct nfs4_exception exception = { };
3377 int err;
3378 do {
Trond Myklebustfbc6f7c2013-08-12 17:08:26 -04003379 err = _nfs4_proc_rename(old_dir, old_name,
3380 new_dir, new_name);
3381 trace_nfs4_rename(old_dir, old_name, new_dir, new_name, err);
3382 err = nfs4_handle_exception(NFS_SERVER(old_dir), err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003383 &exception);
3384 } while (exception.retry);
3385 return err;
3386}
3387
3388static int _nfs4_proc_link(struct inode *inode, struct inode *dir, struct qstr *name)
3389{
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04003390 struct nfs_server *server = NFS_SERVER(inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003391 struct nfs4_link_arg arg = {
3392 .fh = NFS_FH(inode),
3393 .dir_fh = NFS_FH(dir),
3394 .name = name,
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04003395 .bitmask = server->attr_bitmask,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003396 };
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04003397 struct nfs4_link_res res = {
3398 .server = server,
David Quigley1775fd32013-05-22 12:50:42 -04003399 .label = NULL,
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04003400 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07003401 struct rpc_message msg = {
3402 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LINK],
3403 .rpc_argp = &arg,
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04003404 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003405 };
Trond Myklebust136f2622010-04-16 16:22:49 -04003406 int status = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003407
Trond Myklebust136f2622010-04-16 16:22:49 -04003408 res.fattr = nfs_alloc_fattr();
Trond Myklebust778d2812012-04-27 13:48:19 -04003409 if (res.fattr == NULL)
Trond Myklebust136f2622010-04-16 16:22:49 -04003410 goto out;
3411
David Quigley14c43f72013-05-22 12:50:43 -04003412 res.label = nfs4_label_alloc(server, GFP_KERNEL);
3413 if (IS_ERR(res.label)) {
3414 status = PTR_ERR(res.label);
3415 goto out;
3416 }
David Quigleyaa9c2662013-05-22 12:50:44 -04003417 arg.bitmask = nfs4_bitmask(server, res.label);
David Quigley14c43f72013-05-22 12:50:43 -04003418
Bryan Schumaker7c513052011-03-24 17:12:24 +00003419 status = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, &res.seq_res, 1);
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04003420 if (!status) {
3421 update_changeattr(dir, &res.cinfo);
David Quigleyaa9c2662013-05-22 12:50:44 -04003422 status = nfs_post_op_update_inode(inode, res.fattr);
3423 if (!status)
3424 nfs_setsecurity(inode, res.fattr, res.label);
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04003425 }
David Quigley14c43f72013-05-22 12:50:43 -04003426
3427
3428 nfs4_label_free(res.label);
3429
Trond Myklebust136f2622010-04-16 16:22:49 -04003430out:
Trond Myklebust136f2622010-04-16 16:22:49 -04003431 nfs_free_fattr(res.fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003432 return status;
3433}
3434
3435static int nfs4_proc_link(struct inode *inode, struct inode *dir, struct qstr *name)
3436{
3437 struct nfs4_exception exception = { };
3438 int err;
3439 do {
3440 err = nfs4_handle_exception(NFS_SERVER(inode),
3441 _nfs4_proc_link(inode, dir, name),
3442 &exception);
3443 } while (exception.retry);
3444 return err;
3445}
3446
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003447struct nfs4_createdata {
3448 struct rpc_message msg;
3449 struct nfs4_create_arg arg;
3450 struct nfs4_create_res res;
3451 struct nfs_fh fh;
3452 struct nfs_fattr fattr;
David Quigley1775fd32013-05-22 12:50:42 -04003453 struct nfs4_label *label;
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003454};
3455
3456static struct nfs4_createdata *nfs4_alloc_createdata(struct inode *dir,
3457 struct qstr *name, struct iattr *sattr, u32 ftype)
3458{
3459 struct nfs4_createdata *data;
3460
3461 data = kzalloc(sizeof(*data), GFP_KERNEL);
3462 if (data != NULL) {
3463 struct nfs_server *server = NFS_SERVER(dir);
3464
David Quigley14c43f72013-05-22 12:50:43 -04003465 data->label = nfs4_label_alloc(server, GFP_KERNEL);
3466 if (IS_ERR(data->label))
3467 goto out_free;
3468
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003469 data->msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_CREATE];
3470 data->msg.rpc_argp = &data->arg;
3471 data->msg.rpc_resp = &data->res;
3472 data->arg.dir_fh = NFS_FH(dir);
3473 data->arg.server = server;
3474 data->arg.name = name;
3475 data->arg.attrs = sattr;
3476 data->arg.ftype = ftype;
David Quigleyaa9c2662013-05-22 12:50:44 -04003477 data->arg.bitmask = nfs4_bitmask(server, data->label);
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003478 data->res.server = server;
3479 data->res.fh = &data->fh;
3480 data->res.fattr = &data->fattr;
David Quigley1775fd32013-05-22 12:50:42 -04003481 data->res.label = data->label;
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003482 nfs_fattr_init(data->res.fattr);
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003483 }
3484 return data;
David Quigley14c43f72013-05-22 12:50:43 -04003485out_free:
3486 kfree(data);
3487 return NULL;
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003488}
3489
3490static int nfs4_do_create(struct inode *dir, struct dentry *dentry, struct nfs4_createdata *data)
3491{
Bryan Schumaker7c513052011-03-24 17:12:24 +00003492 int status = nfs4_call_sync(NFS_SERVER(dir)->client, NFS_SERVER(dir), &data->msg,
Bryan Schumakere73b83f2011-03-24 17:12:23 +00003493 &data->arg.seq_args, &data->res.seq_res, 1);
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003494 if (status == 0) {
3495 update_changeattr(dir, &data->res.dir_cinfo);
David Quigley1775fd32013-05-22 12:50:42 -04003496 status = nfs_instantiate(dentry, data->res.fh, data->res.fattr, data->res.label);
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003497 }
3498 return status;
3499}
3500
3501static void nfs4_free_createdata(struct nfs4_createdata *data)
3502{
David Quigley14c43f72013-05-22 12:50:43 -04003503 nfs4_label_free(data->label);
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003504 kfree(data);
3505}
3506
Chuck Lever4f390c12006-08-22 20:06:22 -04003507static int _nfs4_proc_symlink(struct inode *dir, struct dentry *dentry,
David Quigley1775fd32013-05-22 12:50:42 -04003508 struct page *page, unsigned int len, struct iattr *sattr,
3509 struct nfs4_label *label)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003510{
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003511 struct nfs4_createdata *data;
3512 int status = -ENAMETOOLONG;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003513
Chuck Lever94a6d752006-08-22 20:06:23 -04003514 if (len > NFS4_MAXPATHLEN)
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003515 goto out;
Chuck Lever4f390c12006-08-22 20:06:22 -04003516
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003517 status = -ENOMEM;
3518 data = nfs4_alloc_createdata(dir, &dentry->d_name, sattr, NF4LNK);
3519 if (data == NULL)
3520 goto out;
3521
3522 data->msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SYMLINK];
3523 data->arg.u.symlink.pages = &page;
3524 data->arg.u.symlink.len = len;
David Quigley1775fd32013-05-22 12:50:42 -04003525 data->arg.label = label;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003526
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003527 status = nfs4_do_create(dir, dentry, data);
3528
3529 nfs4_free_createdata(data);
3530out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003531 return status;
3532}
3533
Chuck Lever4f390c12006-08-22 20:06:22 -04003534static int nfs4_proc_symlink(struct inode *dir, struct dentry *dentry,
Chuck Lever94a6d752006-08-22 20:06:23 -04003535 struct page *page, unsigned int len, struct iattr *sattr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003536{
3537 struct nfs4_exception exception = { };
David Quigleyaa9c2662013-05-22 12:50:44 -04003538 struct nfs4_label l, *label = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003539 int err;
David Quigleyaa9c2662013-05-22 12:50:44 -04003540
3541 label = nfs4_label_init_security(dir, dentry, sattr, &l);
3542
Linus Torvalds1da177e2005-04-16 15:20:36 -07003543 do {
Trond Myklebust078ea3d2013-08-12 16:45:55 -04003544 err = _nfs4_proc_symlink(dir, dentry, page, len, sattr, label);
3545 trace_nfs4_symlink(dir, &dentry->d_name, err);
3546 err = nfs4_handle_exception(NFS_SERVER(dir), err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003547 &exception);
3548 } while (exception.retry);
David Quigleyaa9c2662013-05-22 12:50:44 -04003549
3550 nfs4_label_release_security(label);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003551 return err;
3552}
3553
3554static int _nfs4_proc_mkdir(struct inode *dir, struct dentry *dentry,
David Quigley1775fd32013-05-22 12:50:42 -04003555 struct iattr *sattr, struct nfs4_label *label)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003556{
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003557 struct nfs4_createdata *data;
3558 int status = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003559
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003560 data = nfs4_alloc_createdata(dir, &dentry->d_name, sattr, NF4DIR);
3561 if (data == NULL)
3562 goto out;
3563
David Quigley1775fd32013-05-22 12:50:42 -04003564 data->arg.label = label;
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003565 status = nfs4_do_create(dir, dentry, data);
3566
3567 nfs4_free_createdata(data);
3568out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003569 return status;
3570}
3571
3572static int nfs4_proc_mkdir(struct inode *dir, struct dentry *dentry,
3573 struct iattr *sattr)
3574{
3575 struct nfs4_exception exception = { };
David Quigleyaa9c2662013-05-22 12:50:44 -04003576 struct nfs4_label l, *label = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003577 int err;
Aneesh Kumar K.Va8a5da92010-12-09 11:35:14 +00003578
David Quigleyaa9c2662013-05-22 12:50:44 -04003579 label = nfs4_label_init_security(dir, dentry, sattr, &l);
3580
Aneesh Kumar K.Va8a5da92010-12-09 11:35:14 +00003581 sattr->ia_mode &= ~current_umask();
Linus Torvalds1da177e2005-04-16 15:20:36 -07003582 do {
Trond Myklebust078ea3d2013-08-12 16:45:55 -04003583 err = _nfs4_proc_mkdir(dir, dentry, sattr, label);
3584 trace_nfs4_mkdir(dir, &dentry->d_name, err);
3585 err = nfs4_handle_exception(NFS_SERVER(dir), err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003586 &exception);
3587 } while (exception.retry);
David Quigleyaa9c2662013-05-22 12:50:44 -04003588 nfs4_label_release_security(label);
3589
Linus Torvalds1da177e2005-04-16 15:20:36 -07003590 return err;
3591}
3592
3593static int _nfs4_proc_readdir(struct dentry *dentry, struct rpc_cred *cred,
Bryan Schumaker56e4ebf2010-10-20 15:44:37 -04003594 u64 cookie, struct page **pages, unsigned int count, int plus)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003595{
3596 struct inode *dir = dentry->d_inode;
3597 struct nfs4_readdir_arg args = {
3598 .fh = NFS_FH(dir),
Bryan Schumaker56e4ebf2010-10-20 15:44:37 -04003599 .pages = pages,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003600 .pgbase = 0,
3601 .count = count,
Trond Myklebust96d25e52009-11-11 16:15:42 +09003602 .bitmask = NFS_SERVER(dentry->d_inode)->attr_bitmask,
Bryan Schumaker82f2e542010-10-21 16:33:18 -04003603 .plus = plus,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003604 };
3605 struct nfs4_readdir_res res;
3606 struct rpc_message msg = {
3607 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_READDIR],
3608 .rpc_argp = &args,
3609 .rpc_resp = &res,
3610 .rpc_cred = cred,
3611 };
3612 int status;
3613
Harvey Harrison3110ff82008-05-02 13:42:44 -07003614 dprintk("%s: dentry = %s/%s, cookie = %Lu\n", __func__,
Trond Myklebusteadf4592005-06-22 17:16:39 +00003615 dentry->d_parent->d_name.name,
3616 dentry->d_name.name,
3617 (unsigned long long)cookie);
Trond Myklebustc3f52af2012-09-03 14:56:02 -04003618 nfs4_setup_readdir(cookie, NFS_I(dir)->cookieverf, dentry, &args);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003619 res.pgbase = args.pgbase;
Bryan Schumaker7c513052011-03-24 17:12:24 +00003620 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 -05003621 if (status >= 0) {
Trond Myklebustc3f52af2012-09-03 14:56:02 -04003622 memcpy(NFS_I(dir)->cookieverf, res.verifier.data, NFS4_VERIFIER_SIZE);
Trond Myklebustac396122010-11-15 20:26:22 -05003623 status += args.pgbase;
3624 }
Trond Myklebustc4812992007-09-28 17:11:45 -04003625
3626 nfs_invalidate_atime(dir);
3627
Harvey Harrison3110ff82008-05-02 13:42:44 -07003628 dprintk("%s: returns %d\n", __func__, status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003629 return status;
3630}
3631
3632static int nfs4_proc_readdir(struct dentry *dentry, struct rpc_cred *cred,
Bryan Schumaker56e4ebf2010-10-20 15:44:37 -04003633 u64 cookie, struct page **pages, unsigned int count, int plus)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003634{
3635 struct nfs4_exception exception = { };
3636 int err;
3637 do {
Trond Myklebustc1578b72013-08-12 16:58:42 -04003638 err = _nfs4_proc_readdir(dentry, cred, cookie,
3639 pages, count, plus);
3640 trace_nfs4_readdir(dentry->d_inode, err);
3641 err = nfs4_handle_exception(NFS_SERVER(dentry->d_inode), err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003642 &exception);
3643 } while (exception.retry);
3644 return err;
3645}
3646
3647static int _nfs4_proc_mknod(struct inode *dir, struct dentry *dentry,
David Quigleyaa9c2662013-05-22 12:50:44 -04003648 struct iattr *sattr, struct nfs4_label *label, dev_t rdev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003649{
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003650 struct nfs4_createdata *data;
3651 int mode = sattr->ia_mode;
3652 int status = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003653
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003654 data = nfs4_alloc_createdata(dir, &dentry->d_name, sattr, NF4SOCK);
3655 if (data == NULL)
3656 goto out;
3657
Linus Torvalds1da177e2005-04-16 15:20:36 -07003658 if (S_ISFIFO(mode))
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003659 data->arg.ftype = NF4FIFO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003660 else if (S_ISBLK(mode)) {
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003661 data->arg.ftype = NF4BLK;
3662 data->arg.u.device.specdata1 = MAJOR(rdev);
3663 data->arg.u.device.specdata2 = MINOR(rdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003664 }
3665 else if (S_ISCHR(mode)) {
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003666 data->arg.ftype = NF4CHR;
3667 data->arg.u.device.specdata1 = MAJOR(rdev);
3668 data->arg.u.device.specdata2 = MINOR(rdev);
Trond Myklebust4ea8fed2012-10-15 15:47:41 -04003669 } else if (!S_ISSOCK(mode)) {
3670 status = -EINVAL;
3671 goto out_free;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003672 }
David Quigley1775fd32013-05-22 12:50:42 -04003673
David Quigleyaa9c2662013-05-22 12:50:44 -04003674 data->arg.label = label;
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003675 status = nfs4_do_create(dir, dentry, data);
Trond Myklebust4ea8fed2012-10-15 15:47:41 -04003676out_free:
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003677 nfs4_free_createdata(data);
3678out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003679 return status;
3680}
3681
3682static int nfs4_proc_mknod(struct inode *dir, struct dentry *dentry,
3683 struct iattr *sattr, dev_t rdev)
3684{
3685 struct nfs4_exception exception = { };
David Quigleyaa9c2662013-05-22 12:50:44 -04003686 struct nfs4_label l, *label = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003687 int err;
Aneesh Kumar K.Va8a5da92010-12-09 11:35:14 +00003688
David Quigleyaa9c2662013-05-22 12:50:44 -04003689 label = nfs4_label_init_security(dir, dentry, sattr, &l);
3690
Aneesh Kumar K.Va8a5da92010-12-09 11:35:14 +00003691 sattr->ia_mode &= ~current_umask();
Linus Torvalds1da177e2005-04-16 15:20:36 -07003692 do {
Trond Myklebust078ea3d2013-08-12 16:45:55 -04003693 err = _nfs4_proc_mknod(dir, dentry, sattr, label, rdev);
3694 trace_nfs4_mknod(dir, &dentry->d_name, err);
3695 err = nfs4_handle_exception(NFS_SERVER(dir), err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003696 &exception);
3697 } while (exception.retry);
David Quigleyaa9c2662013-05-22 12:50:44 -04003698
3699 nfs4_label_release_security(label);
3700
Linus Torvalds1da177e2005-04-16 15:20:36 -07003701 return err;
3702}
3703
3704static int _nfs4_proc_statfs(struct nfs_server *server, struct nfs_fh *fhandle,
3705 struct nfs_fsstat *fsstat)
3706{
3707 struct nfs4_statfs_arg args = {
3708 .fh = fhandle,
3709 .bitmask = server->attr_bitmask,
3710 };
Benny Halevy24ad1482009-04-01 09:21:56 -04003711 struct nfs4_statfs_res res = {
3712 .fsstat = fsstat,
3713 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07003714 struct rpc_message msg = {
3715 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_STATFS],
3716 .rpc_argp = &args,
Benny Halevy24ad1482009-04-01 09:21:56 -04003717 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003718 };
3719
Trond Myklebust0e574af2005-10-27 22:12:38 -04003720 nfs_fattr_init(fsstat->fattr);
Bryan Schumaker7c513052011-03-24 17:12:24 +00003721 return nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003722}
3723
3724static int nfs4_proc_statfs(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fsstat *fsstat)
3725{
3726 struct nfs4_exception exception = { };
3727 int err;
3728 do {
3729 err = nfs4_handle_exception(server,
3730 _nfs4_proc_statfs(server, fhandle, fsstat),
3731 &exception);
3732 } while (exception.retry);
3733 return err;
3734}
3735
3736static int _nfs4_do_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle,
3737 struct nfs_fsinfo *fsinfo)
3738{
3739 struct nfs4_fsinfo_arg args = {
3740 .fh = fhandle,
3741 .bitmask = server->attr_bitmask,
3742 };
Benny Halevy3dda5e42009-04-01 09:21:57 -04003743 struct nfs4_fsinfo_res res = {
3744 .fsinfo = fsinfo,
3745 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07003746 struct rpc_message msg = {
3747 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FSINFO],
3748 .rpc_argp = &args,
Benny Halevy3dda5e42009-04-01 09:21:57 -04003749 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003750 };
3751
Bryan Schumaker7c513052011-03-24 17:12:24 +00003752 return nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003753}
3754
3755static int nfs4_do_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fsinfo *fsinfo)
3756{
3757 struct nfs4_exception exception = { };
Chuck Lever83ca7f52013-03-16 15:55:53 -04003758 unsigned long now = jiffies;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003759 int err;
3760
3761 do {
Chuck Lever83ca7f52013-03-16 15:55:53 -04003762 err = _nfs4_do_fsinfo(server, fhandle, fsinfo);
3763 if (err == 0) {
3764 struct nfs_client *clp = server->nfs_client;
3765
3766 spin_lock(&clp->cl_lock);
3767 clp->cl_lease_time = fsinfo->lease_time * HZ;
3768 clp->cl_last_renewal = now;
3769 spin_unlock(&clp->cl_lock);
3770 break;
3771 }
3772 err = nfs4_handle_exception(server, err, &exception);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003773 } while (exception.retry);
3774 return err;
3775}
3776
3777static int nfs4_proc_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fsinfo *fsinfo)
3778{
Bryan Schumakere38eb652012-06-20 15:53:40 -04003779 int error;
3780
Trond Myklebust0e574af2005-10-27 22:12:38 -04003781 nfs_fattr_init(fsinfo->fattr);
Bryan Schumakere38eb652012-06-20 15:53:40 -04003782 error = nfs4_do_fsinfo(server, fhandle, fsinfo);
Peng Taodc182542012-08-24 00:27:49 +08003783 if (error == 0) {
3784 /* block layout checks this! */
3785 server->pnfs_blksize = fsinfo->blksize;
Bryan Schumakere38eb652012-06-20 15:53:40 -04003786 set_pnfs_layoutdriver(server, fhandle, fsinfo->layouttype);
Peng Taodc182542012-08-24 00:27:49 +08003787 }
Bryan Schumakere38eb652012-06-20 15:53:40 -04003788
3789 return error;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003790}
3791
3792static int _nfs4_proc_pathconf(struct nfs_server *server, struct nfs_fh *fhandle,
3793 struct nfs_pathconf *pathconf)
3794{
3795 struct nfs4_pathconf_arg args = {
3796 .fh = fhandle,
3797 .bitmask = server->attr_bitmask,
3798 };
Benny Halevyd45b2982009-04-01 09:21:58 -04003799 struct nfs4_pathconf_res res = {
3800 .pathconf = pathconf,
3801 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07003802 struct rpc_message msg = {
3803 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_PATHCONF],
3804 .rpc_argp = &args,
Benny Halevyd45b2982009-04-01 09:21:58 -04003805 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003806 };
3807
3808 /* None of the pathconf attributes are mandatory to implement */
3809 if ((args.bitmask[0] & nfs4_pathconf_bitmap[0]) == 0) {
3810 memset(pathconf, 0, sizeof(*pathconf));
3811 return 0;
3812 }
3813
Trond Myklebust0e574af2005-10-27 22:12:38 -04003814 nfs_fattr_init(pathconf->fattr);
Bryan Schumaker7c513052011-03-24 17:12:24 +00003815 return nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003816}
3817
3818static int nfs4_proc_pathconf(struct nfs_server *server, struct nfs_fh *fhandle,
3819 struct nfs_pathconf *pathconf)
3820{
3821 struct nfs4_exception exception = { };
3822 int err;
3823
3824 do {
3825 err = nfs4_handle_exception(server,
3826 _nfs4_proc_pathconf(server, fhandle, pathconf),
3827 &exception);
3828 } while (exception.retry);
3829 return err;
3830}
3831
Trond Myklebust5521abf2013-03-16 20:54:34 -04003832int nfs4_set_rw_stateid(nfs4_stateid *stateid,
Trond Myklebust9b206142013-03-17 15:52:00 -04003833 const struct nfs_open_context *ctx,
3834 const struct nfs_lock_context *l_ctx,
3835 fmode_t fmode)
3836{
3837 const struct nfs_lockowner *lockowner = NULL;
3838
3839 if (l_ctx != NULL)
3840 lockowner = &l_ctx->lockowner;
Trond Myklebust5521abf2013-03-16 20:54:34 -04003841 return nfs4_select_rw_stateid(stateid, ctx->state, fmode, lockowner);
Trond Myklebust9b206142013-03-17 15:52:00 -04003842}
3843EXPORT_SYMBOL_GPL(nfs4_set_rw_stateid);
3844
Trond Myklebust5521abf2013-03-16 20:54:34 -04003845static bool nfs4_stateid_is_current(nfs4_stateid *stateid,
3846 const struct nfs_open_context *ctx,
3847 const struct nfs_lock_context *l_ctx,
3848 fmode_t fmode)
3849{
3850 nfs4_stateid current_stateid;
3851
3852 if (nfs4_set_rw_stateid(&current_stateid, ctx, l_ctx, fmode))
3853 return false;
3854 return nfs4_stateid_match(stateid, &current_stateid);
3855}
3856
3857static bool nfs4_error_stateid_expired(int err)
3858{
3859 switch (err) {
3860 case -NFS4ERR_DELEG_REVOKED:
3861 case -NFS4ERR_ADMIN_REVOKED:
3862 case -NFS4ERR_BAD_STATEID:
3863 case -NFS4ERR_STALE_STATEID:
3864 case -NFS4ERR_OLD_STATEID:
3865 case -NFS4ERR_OPENMODE:
3866 case -NFS4ERR_EXPIRED:
3867 return true;
3868 }
3869 return false;
3870}
3871
Benny Halevyd20581a2011-05-22 19:52:03 +03003872void __nfs4_read_done_cb(struct nfs_read_data *data)
3873{
Fred Isamancd841602012-04-20 14:47:44 -04003874 nfs_invalidate_atime(data->header->inode);
Benny Halevyd20581a2011-05-22 19:52:03 +03003875}
3876
Andy Adamsoncbdabc7f2011-03-01 01:34:20 +00003877static int nfs4_read_done_cb(struct rpc_task *task, struct nfs_read_data *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003878{
Fred Isamancd841602012-04-20 14:47:44 -04003879 struct nfs_server *server = NFS_SERVER(data->header->inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003880
Trond Myklebust9e33bed2008-12-23 15:21:46 -05003881 if (nfs4_async_handle_error(task, server, data->args.context->state) == -EAGAIN) {
Trond Myklebustd00c5d42011-10-19 12:17:29 -07003882 rpc_restart_call_prepare(task);
Trond Myklebustec06c092006-03-20 13:44:27 -05003883 return -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003884 }
Trond Myklebust8850df92007-09-28 17:20:07 -04003885
Benny Halevyd20581a2011-05-22 19:52:03 +03003886 __nfs4_read_done_cb(data);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003887 if (task->tk_status > 0)
Trond Myklebustec06c092006-03-20 13:44:27 -05003888 renew_lease(server, data->timestamp);
3889 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003890}
3891
Trond Myklebust5521abf2013-03-16 20:54:34 -04003892static bool nfs4_read_stateid_changed(struct rpc_task *task,
3893 struct nfs_readargs *args)
3894{
3895
3896 if (!nfs4_error_stateid_expired(task->tk_status) ||
3897 nfs4_stateid_is_current(&args->stateid,
3898 args->context,
3899 args->lock_context,
3900 FMODE_READ))
3901 return false;
3902 rpc_restart_call_prepare(task);
3903 return true;
3904}
3905
Andy Adamsoncbdabc7f2011-03-01 01:34:20 +00003906static int nfs4_read_done(struct rpc_task *task, struct nfs_read_data *data)
3907{
3908
3909 dprintk("--> %s\n", __func__);
3910
3911 if (!nfs4_sequence_done(task, &data->res.seq_res))
3912 return -EAGAIN;
Trond Myklebust5521abf2013-03-16 20:54:34 -04003913 if (nfs4_read_stateid_changed(task, &data->args))
3914 return -EAGAIN;
Benny Halevyd20581a2011-05-22 19:52:03 +03003915 return data->read_done_cb ? data->read_done_cb(task, data) :
3916 nfs4_read_done_cb(task, data);
Andy Adamsoncbdabc7f2011-03-01 01:34:20 +00003917}
3918
Trond Myklebustbdc7f022007-07-14 15:40:00 -04003919static void nfs4_proc_read_setup(struct nfs_read_data *data, struct rpc_message *msg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003920{
Linus Torvalds1da177e2005-04-16 15:20:36 -07003921 data->timestamp = jiffies;
Andy Adamsoncbdabc7f2011-03-01 01:34:20 +00003922 data->read_done_cb = nfs4_read_done_cb;
Trond Myklebustbdc7f022007-07-14 15:40:00 -04003923 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_READ];
Trond Myklebust9d12b212012-01-17 22:04:25 -05003924 nfs41_init_sequence(&data->args.seq_args, &data->res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003925}
3926
Bryan Schumakerea7c3302012-03-19 14:54:40 -04003927static void nfs4_proc_read_rpc_prepare(struct rpc_task *task, struct nfs_read_data *data)
3928{
Trond Myklebust9b206142013-03-17 15:52:00 -04003929 if (nfs4_setup_sequence(NFS_SERVER(data->header->inode),
Trond Myklebustd9afbd12012-10-22 20:28:44 -04003930 &data->args.seq_args,
3931 &data->res.seq_res,
Trond Myklebust9b206142013-03-17 15:52:00 -04003932 task))
3933 return;
3934 nfs4_set_rw_stateid(&data->args.stateid, data->args.context,
3935 data->args.lock_context, FMODE_READ);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003936}
3937
Fred Isamanb029bc92011-03-03 15:13:42 +00003938static int nfs4_write_done_cb(struct rpc_task *task, struct nfs_write_data *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003939{
Fred Isamancd841602012-04-20 14:47:44 -04003940 struct inode *inode = data->header->inode;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003941
Trond Myklebust9e33bed2008-12-23 15:21:46 -05003942 if (nfs4_async_handle_error(task, NFS_SERVER(inode), data->args.context->state) == -EAGAIN) {
Trond Myklebustd00c5d42011-10-19 12:17:29 -07003943 rpc_restart_call_prepare(task);
Trond Myklebust788e7a82006-03-20 13:44:27 -05003944 return -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003945 }
Trond Myklebust4f9838c2005-10-27 22:12:44 -04003946 if (task->tk_status >= 0) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003947 renew_lease(NFS_SERVER(inode), data->timestamp);
Trond Myklebust5a37f852012-04-28 14:55:16 -04003948 nfs_post_op_update_inode_force_wcc(inode, &data->fattr);
Trond Myklebust4f9838c2005-10-27 22:12:44 -04003949 }
Trond Myklebust788e7a82006-03-20 13:44:27 -05003950 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003951}
3952
Trond Myklebust5521abf2013-03-16 20:54:34 -04003953static bool nfs4_write_stateid_changed(struct rpc_task *task,
3954 struct nfs_writeargs *args)
3955{
3956
3957 if (!nfs4_error_stateid_expired(task->tk_status) ||
3958 nfs4_stateid_is_current(&args->stateid,
3959 args->context,
3960 args->lock_context,
3961 FMODE_WRITE))
3962 return false;
3963 rpc_restart_call_prepare(task);
3964 return true;
3965}
3966
Fred Isamanb029bc92011-03-03 15:13:42 +00003967static int nfs4_write_done(struct rpc_task *task, struct nfs_write_data *data)
3968{
3969 if (!nfs4_sequence_done(task, &data->res.seq_res))
3970 return -EAGAIN;
Trond Myklebust5521abf2013-03-16 20:54:34 -04003971 if (nfs4_write_stateid_changed(task, &data->args))
3972 return -EAGAIN;
Benny Halevyd20581a2011-05-22 19:52:03 +03003973 return data->write_done_cb ? data->write_done_cb(task, data) :
3974 nfs4_write_done_cb(task, data);
Fred Isamanb029bc92011-03-03 15:13:42 +00003975}
3976
Trond Myklebust5a37f852012-04-28 14:55:16 -04003977static
3978bool nfs4_write_need_cache_consistency_data(const struct nfs_write_data *data)
Fred Isamana69aef12011-03-03 15:13:47 +00003979{
Trond Myklebust5a37f852012-04-28 14:55:16 -04003980 const struct nfs_pgio_header *hdr = data->header;
3981
3982 /* Don't request attributes for pNFS or O_DIRECT writes */
3983 if (data->ds_clp != NULL || hdr->dreq != NULL)
3984 return false;
3985 /* Otherwise, request attributes if and only if we don't hold
3986 * a delegation
3987 */
Bryan Schumaker011e2a72012-06-20 15:53:43 -04003988 return nfs4_have_delegation(hdr->inode, FMODE_READ) == 0;
Fred Isamana69aef12011-03-03 15:13:47 +00003989}
Fred Isamana69aef12011-03-03 15:13:47 +00003990
Trond Myklebustbdc7f022007-07-14 15:40:00 -04003991static void nfs4_proc_write_setup(struct nfs_write_data *data, struct rpc_message *msg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003992{
Fred Isamancd841602012-04-20 14:47:44 -04003993 struct nfs_server *server = NFS_SERVER(data->header->inode);
Trond Myklebustbdc7f022007-07-14 15:40:00 -04003994
Trond Myklebust5a37f852012-04-28 14:55:16 -04003995 if (!nfs4_write_need_cache_consistency_data(data)) {
Fred Isaman7ffd1062011-03-03 15:13:46 +00003996 data->args.bitmask = NULL;
3997 data->res.fattr = NULL;
3998 } else
3999 data->args.bitmask = server->cache_consistency_bitmask;
Trond Myklebust5a37f852012-04-28 14:55:16 -04004000
Fred Isamanb029bc92011-03-03 15:13:42 +00004001 if (!data->write_done_cb)
4002 data->write_done_cb = nfs4_write_done_cb;
Trond Myklebust4f9838c2005-10-27 22:12:44 -04004003 data->res.server = server;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004004 data->timestamp = jiffies;
4005
Trond Myklebustbdc7f022007-07-14 15:40:00 -04004006 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_WRITE];
Trond Myklebust9d12b212012-01-17 22:04:25 -05004007 nfs41_init_sequence(&data->args.seq_args, &data->res.seq_res, 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004008}
4009
Bryan Schumakerc6cb80d2012-03-19 14:54:39 -04004010static void nfs4_proc_write_rpc_prepare(struct rpc_task *task, struct nfs_write_data *data)
4011{
Trond Myklebust9b206142013-03-17 15:52:00 -04004012 if (nfs4_setup_sequence(NFS_SERVER(data->header->inode),
Trond Myklebustd9afbd12012-10-22 20:28:44 -04004013 &data->args.seq_args,
4014 &data->res.seq_res,
Trond Myklebust9b206142013-03-17 15:52:00 -04004015 task))
4016 return;
4017 nfs4_set_rw_stateid(&data->args.stateid, data->args.context,
4018 data->args.lock_context, FMODE_WRITE);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004019}
4020
Fred Isaman0b7c0152012-04-20 14:47:39 -04004021static void nfs4_proc_commit_rpc_prepare(struct rpc_task *task, struct nfs_commit_data *data)
4022{
Trond Myklebustd9afbd12012-10-22 20:28:44 -04004023 nfs4_setup_sequence(NFS_SERVER(data->inode),
4024 &data->args.seq_args,
4025 &data->res.seq_res,
4026 task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004027}
4028
Fred Isaman0b7c0152012-04-20 14:47:39 -04004029static int nfs4_commit_done_cb(struct rpc_task *task, struct nfs_commit_data *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004030{
Linus Torvalds1da177e2005-04-16 15:20:36 -07004031 struct inode *inode = data->inode;
Trond Myklebust14516c32010-07-31 14:29:06 -04004032
Trond Myklebust9e33bed2008-12-23 15:21:46 -05004033 if (nfs4_async_handle_error(task, NFS_SERVER(inode), NULL) == -EAGAIN) {
Trond Myklebustd00c5d42011-10-19 12:17:29 -07004034 rpc_restart_call_prepare(task);
Trond Myklebust788e7a82006-03-20 13:44:27 -05004035 return -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004036 }
Trond Myklebust788e7a82006-03-20 13:44:27 -05004037 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004038}
4039
Fred Isaman0b7c0152012-04-20 14:47:39 -04004040static int nfs4_commit_done(struct rpc_task *task, struct nfs_commit_data *data)
Fred Isaman5f452432011-03-23 13:27:46 +00004041{
4042 if (!nfs4_sequence_done(task, &data->res.seq_res))
4043 return -EAGAIN;
Fred Isaman0b7c0152012-04-20 14:47:39 -04004044 return data->commit_done_cb(task, data);
Fred Isaman5f452432011-03-23 13:27:46 +00004045}
4046
Fred Isaman0b7c0152012-04-20 14:47:39 -04004047static void nfs4_proc_commit_setup(struct nfs_commit_data *data, struct rpc_message *msg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004048{
Trond Myklebust788e7a82006-03-20 13:44:27 -05004049 struct nfs_server *server = NFS_SERVER(data->inode);
Fred Isaman988b6dc2011-03-23 13:27:52 +00004050
Fred Isaman0b7c0152012-04-20 14:47:39 -04004051 if (data->commit_done_cb == NULL)
4052 data->commit_done_cb = nfs4_commit_done_cb;
Trond Myklebust4f9838c2005-10-27 22:12:44 -04004053 data->res.server = server;
Trond Myklebustbdc7f022007-07-14 15:40:00 -04004054 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_COMMIT];
Trond Myklebust9d12b212012-01-17 22:04:25 -05004055 nfs41_init_sequence(&data->args.seq_args, &data->res.seq_res, 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004056}
4057
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04004058struct nfs4_renewdata {
4059 struct nfs_client *client;
4060 unsigned long timestamp;
4061};
4062
Linus Torvalds1da177e2005-04-16 15:20:36 -07004063/*
4064 * nfs4_proc_async_renew(): This is not one of the nfs_rpc_ops; it is a special
4065 * standalone procedure for queueing an asynchronous RENEW.
4066 */
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04004067static void nfs4_renew_release(void *calldata)
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08004068{
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04004069 struct nfs4_renewdata *data = calldata;
4070 struct nfs_client *clp = data->client;
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08004071
Alexandros Batsakis0851de062010-02-05 03:45:06 -08004072 if (atomic_read(&clp->cl_count) > 1)
4073 nfs4_schedule_state_renewal(clp);
4074 nfs_put_client(clp);
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04004075 kfree(data);
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08004076}
4077
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04004078static void nfs4_renew_done(struct rpc_task *task, void *calldata)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004079{
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04004080 struct nfs4_renewdata *data = calldata;
4081 struct nfs_client *clp = data->client;
4082 unsigned long timestamp = data->timestamp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004083
Trond Myklebustc6d01c62013-08-09 11:51:26 -04004084 trace_nfs4_renew_async(clp, task->tk_status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004085 if (task->tk_status < 0) {
Trond Myklebust95baa252009-05-26 14:51:00 -04004086 /* Unless we're shutting down, schedule state recovery! */
Trond Myklebust042b60b2011-08-24 15:07:37 -04004087 if (test_bit(NFS_CS_RENEWD, &clp->cl_res_state) == 0)
4088 return;
4089 if (task->tk_status != NFS4ERR_CB_PATH_DOWN) {
Trond Myklebust0400a6b2011-03-09 16:00:53 -05004090 nfs4_schedule_lease_recovery(clp);
Trond Myklebust042b60b2011-08-24 15:07:37 -04004091 return;
4092 }
4093 nfs4_schedule_path_down_recovery(clp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004094 }
Trond Myklebust452e9352010-07-31 14:29:06 -04004095 do_renew_lease(clp, timestamp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004096}
4097
Trond Myklebust963d8fe2006-01-03 09:55:04 +01004098static const struct rpc_call_ops nfs4_renew_ops = {
4099 .rpc_call_done = nfs4_renew_done,
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08004100 .rpc_release = nfs4_renew_release,
Trond Myklebust963d8fe2006-01-03 09:55:04 +01004101};
4102
Trond Myklebust2f60ea62011-08-24 15:07:37 -04004103static int nfs4_proc_async_renew(struct nfs_client *clp, struct rpc_cred *cred, unsigned renew_flags)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004104{
4105 struct rpc_message msg = {
4106 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RENEW],
4107 .rpc_argp = clp,
Trond Myklebustb4454fe2006-01-03 09:55:25 +01004108 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004109 };
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04004110 struct nfs4_renewdata *data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004111
Trond Myklebust2f60ea62011-08-24 15:07:37 -04004112 if (renew_flags == 0)
4113 return 0;
Alexandros Batsakis0851de062010-02-05 03:45:06 -08004114 if (!atomic_inc_not_zero(&clp->cl_count))
4115 return -EIO;
Trond Myklebustb569ad32011-08-24 15:07:35 -04004116 data = kmalloc(sizeof(*data), GFP_NOFS);
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04004117 if (data == NULL)
4118 return -ENOMEM;
4119 data->client = clp;
4120 data->timestamp = jiffies;
Trond Myklebustbc7a05c2013-04-08 17:50:28 -04004121 return rpc_call_async(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT,
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04004122 &nfs4_renew_ops, data);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004123}
4124
Trond Myklebust8534d4e2011-08-24 15:07:37 -04004125static int nfs4_proc_renew(struct nfs_client *clp, struct rpc_cred *cred)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004126{
4127 struct rpc_message msg = {
4128 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RENEW],
4129 .rpc_argp = clp,
Trond Myklebustb4454fe2006-01-03 09:55:25 +01004130 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004131 };
4132 unsigned long now = jiffies;
4133 int status;
4134
Trond Myklebustbc7a05c2013-04-08 17:50:28 -04004135 status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004136 if (status < 0)
4137 return status;
Trond Myklebust452e9352010-07-31 14:29:06 -04004138 do_renew_lease(clp, now);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004139 return 0;
4140}
4141
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004142static inline int nfs4_server_supports_acls(struct nfs_server *server)
4143{
4144 return (server->caps & NFS_CAP_ACLS)
4145 && (server->acl_bitmask & ACL4_SUPPORT_ALLOW_ACL)
4146 && (server->acl_bitmask & ACL4_SUPPORT_DENY_ACL);
4147}
4148
Trond Myklebust21f498c2012-08-24 10:59:25 -04004149/* Assuming that XATTR_SIZE_MAX is a multiple of PAGE_SIZE, and that
4150 * it's OK to put sizeof(void) * (XATTR_SIZE_MAX/PAGE_SIZE) bytes on
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004151 * the stack.
4152 */
Trond Myklebust21f498c2012-08-24 10:59:25 -04004153#define NFS4ACL_MAXPAGES DIV_ROUND_UP(XATTR_SIZE_MAX, PAGE_SIZE)
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004154
Neil Hormane9e3d722011-03-04 19:26:03 -05004155static int buf_to_pages_noslab(const void *buf, size_t buflen,
4156 struct page **pages, unsigned int *pgbase)
4157{
4158 struct page *newpage, **spages;
4159 int rc = 0;
4160 size_t len;
4161 spages = pages;
4162
4163 do {
Trond Myklebust21f498c2012-08-24 10:59:25 -04004164 len = min_t(size_t, PAGE_SIZE, buflen);
Neil Hormane9e3d722011-03-04 19:26:03 -05004165 newpage = alloc_page(GFP_KERNEL);
4166
4167 if (newpage == NULL)
4168 goto unwind;
4169 memcpy(page_address(newpage), buf, len);
4170 buf += len;
4171 buflen -= len;
4172 *pages++ = newpage;
4173 rc++;
4174 } while (buflen != 0);
4175
4176 return rc;
4177
4178unwind:
4179 for(; rc > 0; rc--)
4180 __free_page(spages[rc-1]);
4181 return -ENOMEM;
4182}
4183
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004184struct nfs4_cached_acl {
4185 int cached;
4186 size_t len;
Andrew Morton3e9d4152005-06-22 17:16:28 +00004187 char data[0];
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004188};
4189
4190static void nfs4_set_cached_acl(struct inode *inode, struct nfs4_cached_acl *acl)
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004191{
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004192 struct nfs_inode *nfsi = NFS_I(inode);
4193
4194 spin_lock(&inode->i_lock);
4195 kfree(nfsi->nfs4_acl);
4196 nfsi->nfs4_acl = acl;
4197 spin_unlock(&inode->i_lock);
4198}
4199
4200static void nfs4_zap_acl_attr(struct inode *inode)
4201{
4202 nfs4_set_cached_acl(inode, NULL);
4203}
4204
4205static inline ssize_t nfs4_read_cached_acl(struct inode *inode, char *buf, size_t buflen)
4206{
4207 struct nfs_inode *nfsi = NFS_I(inode);
4208 struct nfs4_cached_acl *acl;
4209 int ret = -ENOENT;
4210
4211 spin_lock(&inode->i_lock);
4212 acl = nfsi->nfs4_acl;
4213 if (acl == NULL)
4214 goto out;
4215 if (buf == NULL) /* user is just asking for length */
4216 goto out_len;
4217 if (acl->cached == 0)
4218 goto out;
4219 ret = -ERANGE; /* see getxattr(2) man page */
4220 if (acl->len > buflen)
4221 goto out;
4222 memcpy(buf, acl->data, acl->len);
4223out_len:
4224 ret = acl->len;
4225out:
4226 spin_unlock(&inode->i_lock);
4227 return ret;
4228}
4229
Sachin Prabhu5794d212012-04-17 14:36:40 +01004230static 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 +00004231{
4232 struct nfs4_cached_acl *acl;
Trond Myklebustb291f1b2012-08-14 18:30:41 -04004233 size_t buflen = sizeof(*acl) + acl_len;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004234
Trond Myklebust1f1ea6c2012-08-26 11:44:43 -07004235 if (buflen <= PAGE_SIZE) {
Trond Myklebustb291f1b2012-08-14 18:30:41 -04004236 acl = kmalloc(buflen, GFP_KERNEL);
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004237 if (acl == NULL)
4238 goto out;
4239 acl->cached = 1;
Sachin Prabhu5794d212012-04-17 14:36:40 +01004240 _copy_from_pages(acl->data, pages, pgbase, acl_len);
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004241 } else {
4242 acl = kmalloc(sizeof(*acl), GFP_KERNEL);
4243 if (acl == NULL)
4244 goto out;
4245 acl->cached = 0;
4246 }
4247 acl->len = acl_len;
4248out:
4249 nfs4_set_cached_acl(inode, acl);
4250}
4251
Andy Adamsonbf118a32011-12-07 11:55:27 -05004252/*
4253 * The getxattr API returns the required buffer length when called with a
4254 * NULL buf. The NFSv4 acl tool then calls getxattr again after allocating
4255 * the required buf. On a NULL buf, we send a page of data to the server
4256 * guessing that the ACL request can be serviced by a page. If so, we cache
4257 * up to the page of ACL data, and the 2nd call to getxattr is serviced by
4258 * the cache. If not so, we throw away the page, and cache the required
4259 * length. The next getxattr call will then produce another round trip to
4260 * the server, this time with the input buf of the required size.
4261 */
Trond Myklebust16b4289c2006-08-24 12:27:15 -04004262static ssize_t __nfs4_get_acl_uncached(struct inode *inode, void *buf, size_t buflen)
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004263{
Andy Adamsonbf118a32011-12-07 11:55:27 -05004264 struct page *pages[NFS4ACL_MAXPAGES] = {NULL, };
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004265 struct nfs_getaclargs args = {
4266 .fh = NFS_FH(inode),
4267 .acl_pages = pages,
4268 .acl_len = buflen,
4269 };
Benny Halevy663c79b2009-04-01 09:21:59 -04004270 struct nfs_getaclres res = {
4271 .acl_len = buflen,
4272 };
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004273 struct rpc_message msg = {
4274 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GETACL],
4275 .rpc_argp = &args,
Benny Halevy663c79b2009-04-01 09:21:59 -04004276 .rpc_resp = &res,
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004277 };
Trond Myklebust21f498c2012-08-24 10:59:25 -04004278 unsigned int npages = DIV_ROUND_UP(buflen, PAGE_SIZE);
4279 int ret = -ENOMEM, i;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004280
Andy Adamsonbf118a32011-12-07 11:55:27 -05004281 /* As long as we're doing a round trip to the server anyway,
4282 * let's be prepared for a page of acl data. */
4283 if (npages == 0)
4284 npages = 1;
Trond Myklebust21f498c2012-08-24 10:59:25 -04004285 if (npages > ARRAY_SIZE(pages))
4286 return -ERANGE;
Sachin Prabhu5a006892012-04-17 14:35:39 +01004287
Andy Adamsonbf118a32011-12-07 11:55:27 -05004288 for (i = 0; i < npages; i++) {
4289 pages[i] = alloc_page(GFP_KERNEL);
4290 if (!pages[i])
4291 goto out_free;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004292 }
Sachin Prabhu5a006892012-04-17 14:35:39 +01004293
4294 /* for decoding across pages */
4295 res.acl_scratch = alloc_page(GFP_KERNEL);
4296 if (!res.acl_scratch)
4297 goto out_free;
4298
Andy Adamsonbf118a32011-12-07 11:55:27 -05004299 args.acl_len = npages * PAGE_SIZE;
4300 args.acl_pgbase = 0;
Sachin Prabhu5a006892012-04-17 14:35:39 +01004301
Peng Taode040be2012-01-10 22:42:47 +08004302 dprintk("%s buf %p buflen %zu npages %d args.acl_len %zu\n",
Andy Adamsonbf118a32011-12-07 11:55:27 -05004303 __func__, buf, buflen, npages, args.acl_len);
4304 ret = nfs4_call_sync(NFS_SERVER(inode)->client, NFS_SERVER(inode),
4305 &msg, &args.seq_args, &res.seq_res, 0);
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004306 if (ret)
4307 goto out_free;
Andy Adamsonbf118a32011-12-07 11:55:27 -05004308
Trond Myklebust1f1ea6c2012-08-26 11:44:43 -07004309 /* Handle the case where the passed-in buffer is too short */
4310 if (res.acl_flags & NFS4_ACL_TRUNC) {
4311 /* Did the user only issue a request for the acl length? */
4312 if (buf == NULL)
4313 goto out_ok;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004314 ret = -ERANGE;
Trond Myklebust1f1ea6c2012-08-26 11:44:43 -07004315 goto out_free;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004316 }
Trond Myklebust1f1ea6c2012-08-26 11:44:43 -07004317 nfs4_write_cached_acl(inode, pages, res.acl_data_offset, res.acl_len);
Sven Wegener7d3e91a2012-12-08 15:30:18 +01004318 if (buf) {
4319 if (res.acl_len > buflen) {
4320 ret = -ERANGE;
4321 goto out_free;
4322 }
Trond Myklebust1f1ea6c2012-08-26 11:44:43 -07004323 _copy_from_pages(buf, pages, res.acl_data_offset, res.acl_len);
Sven Wegener7d3e91a2012-12-08 15:30:18 +01004324 }
Trond Myklebust1f1ea6c2012-08-26 11:44:43 -07004325out_ok:
4326 ret = res.acl_len;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004327out_free:
Andy Adamsonbf118a32011-12-07 11:55:27 -05004328 for (i = 0; i < npages; i++)
4329 if (pages[i])
4330 __free_page(pages[i]);
Trond Myklebust331818f2012-02-03 18:30:53 -05004331 if (res.acl_scratch)
4332 __free_page(res.acl_scratch);
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004333 return ret;
4334}
4335
Trond Myklebust16b4289c2006-08-24 12:27:15 -04004336static ssize_t nfs4_get_acl_uncached(struct inode *inode, void *buf, size_t buflen)
4337{
4338 struct nfs4_exception exception = { };
4339 ssize_t ret;
4340 do {
4341 ret = __nfs4_get_acl_uncached(inode, buf, buflen);
Trond Myklebustc1578b72013-08-12 16:58:42 -04004342 trace_nfs4_get_acl(inode, ret);
Trond Myklebust16b4289c2006-08-24 12:27:15 -04004343 if (ret >= 0)
4344 break;
4345 ret = nfs4_handle_exception(NFS_SERVER(inode), ret, &exception);
4346 } while (exception.retry);
4347 return ret;
4348}
4349
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004350static ssize_t nfs4_proc_get_acl(struct inode *inode, void *buf, size_t buflen)
4351{
4352 struct nfs_server *server = NFS_SERVER(inode);
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004353 int ret;
4354
4355 if (!nfs4_server_supports_acls(server))
4356 return -EOPNOTSUPP;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004357 ret = nfs_revalidate_inode(server, inode);
4358 if (ret < 0)
4359 return ret;
Aneesh Kumar K.V08a22b32010-12-01 10:42:16 +00004360 if (NFS_I(inode)->cache_validity & NFS_INO_INVALID_ACL)
4361 nfs_zap_acl_cache(inode);
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004362 ret = nfs4_read_cached_acl(inode, buf, buflen);
4363 if (ret != -ENOENT)
Andy Adamsonbf118a32011-12-07 11:55:27 -05004364 /* -ENOENT is returned if there is no ACL or if there is an ACL
4365 * but no cached acl data, just the acl length */
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004366 return ret;
4367 return nfs4_get_acl_uncached(inode, buf, buflen);
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004368}
4369
Trond Myklebust16b4289c2006-08-24 12:27:15 -04004370static int __nfs4_proc_set_acl(struct inode *inode, const void *buf, size_t buflen)
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00004371{
4372 struct nfs_server *server = NFS_SERVER(inode);
4373 struct page *pages[NFS4ACL_MAXPAGES];
4374 struct nfs_setaclargs arg = {
4375 .fh = NFS_FH(inode),
4376 .acl_pages = pages,
4377 .acl_len = buflen,
4378 };
Benny Halevy73c403a2009-04-01 09:22:01 -04004379 struct nfs_setaclres res;
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00004380 struct rpc_message msg = {
4381 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETACL],
4382 .rpc_argp = &arg,
Benny Halevy73c403a2009-04-01 09:22:01 -04004383 .rpc_resp = &res,
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00004384 };
Trond Myklebust21f498c2012-08-24 10:59:25 -04004385 unsigned int npages = DIV_ROUND_UP(buflen, PAGE_SIZE);
Neil Hormane9e3d722011-03-04 19:26:03 -05004386 int ret, i;
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00004387
4388 if (!nfs4_server_supports_acls(server))
4389 return -EOPNOTSUPP;
Trond Myklebust21f498c2012-08-24 10:59:25 -04004390 if (npages > ARRAY_SIZE(pages))
4391 return -ERANGE;
Neil Hormane9e3d722011-03-04 19:26:03 -05004392 i = buf_to_pages_noslab(buf, buflen, arg.acl_pages, &arg.acl_pgbase);
4393 if (i < 0)
4394 return i;
Bryan Schumaker57ec14c2012-06-20 15:53:44 -04004395 nfs4_inode_return_delegation(inode);
Bryan Schumaker7c513052011-03-24 17:12:24 +00004396 ret = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, &res.seq_res, 1);
Neil Hormane9e3d722011-03-04 19:26:03 -05004397
4398 /*
4399 * Free each page after tx, so the only ref left is
4400 * held by the network stack
4401 */
4402 for (; i > 0; i--)
4403 put_page(pages[i-1]);
4404
Aneesh Kumar K.V08a22b32010-12-01 10:42:16 +00004405 /*
4406 * Acl update can result in inode attribute update.
4407 * so mark the attribute cache invalid.
4408 */
4409 spin_lock(&inode->i_lock);
4410 NFS_I(inode)->cache_validity |= NFS_INO_INVALID_ATTR;
4411 spin_unlock(&inode->i_lock);
Trond Myklebustf41f7412008-06-11 17:39:04 -04004412 nfs_access_zap_cache(inode);
4413 nfs_zap_acl_cache(inode);
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00004414 return ret;
4415}
4416
Trond Myklebust16b4289c2006-08-24 12:27:15 -04004417static int nfs4_proc_set_acl(struct inode *inode, const void *buf, size_t buflen)
4418{
4419 struct nfs4_exception exception = { };
4420 int err;
4421 do {
Trond Myklebustc1578b72013-08-12 16:58:42 -04004422 err = __nfs4_proc_set_acl(inode, buf, buflen);
4423 trace_nfs4_set_acl(inode, err);
4424 err = nfs4_handle_exception(NFS_SERVER(inode), err,
Trond Myklebust16b4289c2006-08-24 12:27:15 -04004425 &exception);
4426 } while (exception.retry);
4427 return err;
4428}
4429
David Quigleyaa9c2662013-05-22 12:50:44 -04004430#ifdef CONFIG_NFS_V4_SECURITY_LABEL
4431static int _nfs4_get_security_label(struct inode *inode, void *buf,
4432 size_t buflen)
4433{
4434 struct nfs_server *server = NFS_SERVER(inode);
4435 struct nfs_fattr fattr;
4436 struct nfs4_label label = {0, 0, buflen, buf};
4437
4438 u32 bitmask[3] = { 0, 0, FATTR4_WORD2_SECURITY_LABEL };
4439 struct nfs4_getattr_arg args = {
4440 .fh = NFS_FH(inode),
4441 .bitmask = bitmask,
4442 };
4443 struct nfs4_getattr_res res = {
4444 .fattr = &fattr,
4445 .label = &label,
4446 .server = server,
4447 };
4448 struct rpc_message msg = {
4449 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GETATTR],
4450 .rpc_argp = &args,
4451 .rpc_resp = &res,
4452 };
4453 int ret;
4454
4455 nfs_fattr_init(&fattr);
4456
4457 ret = rpc_call_sync(server->client, &msg, 0);
4458 if (ret)
4459 return ret;
4460 if (!(fattr.valid & NFS_ATTR_FATTR_V4_SECURITY_LABEL))
4461 return -ENOENT;
4462 if (buflen < label.len)
4463 return -ERANGE;
4464 return 0;
4465}
4466
4467static int nfs4_get_security_label(struct inode *inode, void *buf,
4468 size_t buflen)
4469{
4470 struct nfs4_exception exception = { };
4471 int err;
4472
4473 if (!nfs_server_capable(inode, NFS_CAP_SECURITY_LABEL))
4474 return -EOPNOTSUPP;
4475
4476 do {
Trond Myklebustc1578b72013-08-12 16:58:42 -04004477 err = _nfs4_get_security_label(inode, buf, buflen);
4478 trace_nfs4_get_security_label(inode, err);
4479 err = nfs4_handle_exception(NFS_SERVER(inode), err,
David Quigleyaa9c2662013-05-22 12:50:44 -04004480 &exception);
4481 } while (exception.retry);
4482 return err;
4483}
4484
4485static int _nfs4_do_set_security_label(struct inode *inode,
4486 struct nfs4_label *ilabel,
4487 struct nfs_fattr *fattr,
4488 struct nfs4_label *olabel)
4489{
4490
4491 struct iattr sattr = {0};
4492 struct nfs_server *server = NFS_SERVER(inode);
4493 const u32 bitmask[3] = { 0, 0, FATTR4_WORD2_SECURITY_LABEL };
4494 struct nfs_setattrargs args = {
4495 .fh = NFS_FH(inode),
4496 .iap = &sattr,
4497 .server = server,
4498 .bitmask = bitmask,
4499 .label = ilabel,
4500 };
4501 struct nfs_setattrres res = {
4502 .fattr = fattr,
4503 .label = olabel,
4504 .server = server,
4505 };
4506 struct rpc_message msg = {
4507 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETATTR],
4508 .rpc_argp = &args,
4509 .rpc_resp = &res,
4510 };
4511 int status;
4512
4513 nfs4_stateid_copy(&args.stateid, &zero_stateid);
4514
4515 status = rpc_call_sync(server->client, &msg, 0);
4516 if (status)
4517 dprintk("%s failed: %d\n", __func__, status);
4518
4519 return status;
4520}
4521
4522static int nfs4_do_set_security_label(struct inode *inode,
4523 struct nfs4_label *ilabel,
4524 struct nfs_fattr *fattr,
4525 struct nfs4_label *olabel)
4526{
4527 struct nfs4_exception exception = { };
4528 int err;
4529
4530 do {
Trond Myklebustc1578b72013-08-12 16:58:42 -04004531 err = _nfs4_do_set_security_label(inode, ilabel,
4532 fattr, olabel);
4533 trace_nfs4_set_security_label(inode, err);
4534 err = nfs4_handle_exception(NFS_SERVER(inode), err,
David Quigleyaa9c2662013-05-22 12:50:44 -04004535 &exception);
4536 } while (exception.retry);
4537 return err;
4538}
4539
4540static int
4541nfs4_set_security_label(struct dentry *dentry, const void *buf, size_t buflen)
4542{
4543 struct nfs4_label ilabel, *olabel = NULL;
4544 struct nfs_fattr fattr;
4545 struct rpc_cred *cred;
4546 struct inode *inode = dentry->d_inode;
4547 int status;
4548
4549 if (!nfs_server_capable(inode, NFS_CAP_SECURITY_LABEL))
4550 return -EOPNOTSUPP;
4551
4552 nfs_fattr_init(&fattr);
4553
4554 ilabel.pi = 0;
4555 ilabel.lfs = 0;
4556 ilabel.label = (char *)buf;
4557 ilabel.len = buflen;
4558
4559 cred = rpc_lookup_cred();
4560 if (IS_ERR(cred))
4561 return PTR_ERR(cred);
4562
4563 olabel = nfs4_label_alloc(NFS_SERVER(inode), GFP_KERNEL);
4564 if (IS_ERR(olabel)) {
4565 status = -PTR_ERR(olabel);
4566 goto out;
4567 }
4568
4569 status = nfs4_do_set_security_label(inode, &ilabel, &fattr, olabel);
4570 if (status == 0)
4571 nfs_setsecurity(inode, &fattr, olabel);
4572
4573 nfs4_label_free(olabel);
4574out:
4575 put_rpccred(cred);
4576 return status;
4577}
4578#endif /* CONFIG_NFS_V4_SECURITY_LABEL */
4579
4580
Linus Torvalds1da177e2005-04-16 15:20:36 -07004581static int
Trond Myklebustaa5190d2010-06-16 09:52:25 -04004582nfs4_async_handle_error(struct rpc_task *task, const struct nfs_server *server, struct nfs4_state *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004583{
Trond Myklebustaa5190d2010-06-16 09:52:25 -04004584 struct nfs_client *clp = server->nfs_client;
4585
4586 if (task->tk_status >= 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004587 return 0;
4588 switch(task->tk_status) {
Trond Myklebusta1d0b5e2012-03-05 19:56:44 -05004589 case -NFS4ERR_DELEG_REVOKED:
Trond Myklebust9e33bed2008-12-23 15:21:46 -05004590 case -NFS4ERR_ADMIN_REVOKED:
4591 case -NFS4ERR_BAD_STATEID:
Trond Myklebust14977482012-03-27 18:31:25 -04004592 if (state == NULL)
4593 break;
4594 nfs_remove_bad_delegation(state->inode);
Trond Myklebust9e33bed2008-12-23 15:21:46 -05004595 case -NFS4ERR_OPENMODE:
4596 if (state == NULL)
4597 break;
Trond Myklebust5d422302013-03-14 16:57:48 -04004598 if (nfs4_schedule_stateid_recovery(server, state) < 0)
4599 goto stateid_invalid;
Trond Myklebust0400a6b2011-03-09 16:00:53 -05004600 goto wait_on_recovery;
Trond Myklebust0ced63d2011-05-26 14:26:35 -04004601 case -NFS4ERR_EXPIRED:
Trond Myklebust5d422302013-03-14 16:57:48 -04004602 if (state != NULL) {
4603 if (nfs4_schedule_stateid_recovery(server, state) < 0)
4604 goto stateid_invalid;
4605 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004606 case -NFS4ERR_STALE_STATEID:
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -05004607 case -NFS4ERR_STALE_CLIENTID:
Trond Myklebust0400a6b2011-03-09 16:00:53 -05004608 nfs4_schedule_lease_recovery(clp);
4609 goto wait_on_recovery;
Andy Adamson4745e312009-04-01 09:22:42 -04004610#if defined(CONFIG_NFS_V4_1)
4611 case -NFS4ERR_BADSESSION:
4612 case -NFS4ERR_BADSLOT:
4613 case -NFS4ERR_BAD_HIGH_SLOT:
4614 case -NFS4ERR_DEADSESSION:
4615 case -NFS4ERR_CONN_NOT_BOUND_TO_SESSION:
4616 case -NFS4ERR_SEQ_FALSE_RETRY:
4617 case -NFS4ERR_SEQ_MISORDERED:
4618 dprintk("%s ERROR %d, Reset session\n", __func__,
4619 task->tk_status);
Trond Myklebust9f594792012-05-27 13:02:53 -04004620 nfs4_schedule_session_recovery(clp->cl_session, task->tk_status);
Andy Adamson4745e312009-04-01 09:22:42 -04004621 task->tk_status = 0;
4622 return -EAGAIN;
4623#endif /* CONFIG_NFS_V4_1 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07004624 case -NFS4ERR_DELAY:
Trond Myklebustaa5190d2010-06-16 09:52:25 -04004625 nfs_inc_server_stats(server, NFSIOS_DELAY);
Chuck Lever006ea732006-03-20 13:44:14 -05004626 case -NFS4ERR_GRACE:
Linus Torvalds1da177e2005-04-16 15:20:36 -07004627 rpc_delay(task, NFS4_POLL_RETRY_MAX);
4628 task->tk_status = 0;
4629 return -EAGAIN;
Andy Adamsona8a4ae32011-05-03 13:43:03 -04004630 case -NFS4ERR_RETRY_UNCACHED_REP:
Linus Torvalds1da177e2005-04-16 15:20:36 -07004631 case -NFS4ERR_OLD_STATEID:
4632 task->tk_status = 0;
4633 return -EAGAIN;
4634 }
4635 task->tk_status = nfs4_map_errors(task->tk_status);
4636 return 0;
Trond Myklebust5d422302013-03-14 16:57:48 -04004637stateid_invalid:
4638 task->tk_status = -EIO;
4639 return 0;
Trond Myklebust0400a6b2011-03-09 16:00:53 -05004640wait_on_recovery:
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -05004641 rpc_sleep_on(&clp->cl_rpcwaitq, task, NULL);
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -05004642 if (test_bit(NFS4CLNT_MANAGER_RUNNING, &clp->cl_state) == 0)
4643 rpc_wake_up_queued_task(&clp->cl_rpcwaitq, task);
4644 task->tk_status = 0;
4645 return -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004646}
4647
Chuck Leverf0920752012-05-21 22:45:41 -04004648static void nfs4_init_boot_verifier(const struct nfs_client *clp,
4649 nfs4_verifier *bootverf)
Chuck Levercd937102012-03-02 17:14:31 -05004650{
4651 __be32 verf[2];
4652
Chuck Lever2c820d92012-05-21 22:45:33 -04004653 if (test_bit(NFS4CLNT_PURGE_STATE, &clp->cl_state)) {
4654 /* An impossible timestamp guarantees this value
4655 * will never match a generated boot time. */
4656 verf[0] = 0;
Trond Myklebust17f26b12013-08-21 15:48:42 -04004657 verf[1] = cpu_to_be32(NSEC_PER_SEC + 1);
Chuck Lever2c820d92012-05-21 22:45:33 -04004658 } else {
Chuck Leverf0920752012-05-21 22:45:41 -04004659 struct nfs_net *nn = net_generic(clp->cl_net, nfs_net_id);
Trond Myklebust17f26b12013-08-21 15:48:42 -04004660 verf[0] = cpu_to_be32(nn->boot_time.tv_sec);
4661 verf[1] = cpu_to_be32(nn->boot_time.tv_nsec);
Chuck Lever2c820d92012-05-21 22:45:33 -04004662 }
Chuck Levercd937102012-03-02 17:14:31 -05004663 memcpy(bootverf->data, verf, sizeof(bootverf->data));
4664}
4665
Chuck Levere984a552012-09-14 17:24:21 -04004666static unsigned int
4667nfs4_init_nonuniform_client_string(const struct nfs_client *clp,
4668 char *buf, size_t len)
4669{
4670 unsigned int result;
4671
4672 rcu_read_lock();
4673 result = scnprintf(buf, len, "Linux NFSv4.0 %s/%s %s",
4674 clp->cl_ipaddr,
4675 rpc_peeraddr2str(clp->cl_rpcclient,
4676 RPC_DISPLAY_ADDR),
4677 rpc_peeraddr2str(clp->cl_rpcclient,
4678 RPC_DISPLAY_PROTO));
4679 rcu_read_unlock();
4680 return result;
4681}
4682
4683static unsigned int
4684nfs4_init_uniform_client_string(const struct nfs_client *clp,
4685 char *buf, size_t len)
4686{
Trond Myklebust55b59292013-07-24 16:36:35 -04004687 const char *nodename = clp->cl_rpcclient->cl_nodename;
Chuck Lever6f2ea7f2012-09-14 17:24:41 -04004688
4689 if (nfs4_client_id_uniquifier[0] != '\0')
Trond Myklebust55b59292013-07-24 16:36:35 -04004690 return scnprintf(buf, len, "Linux NFSv%u.%u %s/%s",
4691 clp->rpc_ops->version,
4692 clp->cl_minorversion,
4693 nfs4_client_id_uniquifier,
4694 nodename);
Chuck Levere984a552012-09-14 17:24:21 -04004695 return scnprintf(buf, len, "Linux NFSv%u.%u %s",
4696 clp->rpc_ops->version, clp->cl_minorversion,
Chuck Lever6f2ea7f2012-09-14 17:24:41 -04004697 nodename);
Chuck Levere984a552012-09-14 17:24:21 -04004698}
4699
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04004700/**
4701 * nfs4_proc_setclientid - Negotiate client ID
4702 * @clp: state data structure
4703 * @program: RPC program for NFSv4 callback service
4704 * @port: IP port number for NFS4 callback service
4705 * @cred: RPC credential to use for this call
4706 * @res: where to place the result
4707 *
4708 * Returns zero, a negative errno, or a negative NFS4ERR status code.
4709 */
Trond Myklebustbb8b27e2010-04-16 16:43:06 -04004710int nfs4_proc_setclientid(struct nfs_client *clp, u32 program,
4711 unsigned short port, struct rpc_cred *cred,
4712 struct nfs4_setclientid_res *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004713{
4714 nfs4_verifier sc_verifier;
4715 struct nfs4_setclientid setclientid = {
4716 .sc_verifier = &sc_verifier,
4717 .sc_prog = program,
Andy Adamsonf4eecd52011-01-06 02:04:30 +00004718 .sc_cb_ident = clp->cl_cb_ident,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004719 };
4720 struct rpc_message msg = {
4721 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETCLIENTID],
4722 .rpc_argp = &setclientid,
Trond Myklebustbb8b27e2010-04-16 16:43:06 -04004723 .rpc_resp = res,
Trond Myklebust286d7d62006-01-03 09:55:26 +01004724 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004725 };
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04004726 int status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004727
Chuck Leverde734832012-07-11 16:30:50 -04004728 /* nfs_client_id4 */
Chuck Leverf0920752012-05-21 22:45:41 -04004729 nfs4_init_boot_verifier(clp, &sc_verifier);
Chuck Levere984a552012-09-14 17:24:21 -04004730 if (test_bit(NFS_CS_MIGRATION, &clp->cl_flags))
4731 setclientid.sc_name_len =
4732 nfs4_init_uniform_client_string(clp,
4733 setclientid.sc_name,
4734 sizeof(setclientid.sc_name));
4735 else
4736 setclientid.sc_name_len =
4737 nfs4_init_nonuniform_client_string(clp,
4738 setclientid.sc_name,
4739 sizeof(setclientid.sc_name));
Chuck Leverde734832012-07-11 16:30:50 -04004740 /* cb_client4 */
Chuck Levere984a552012-09-14 17:24:21 -04004741 rcu_read_lock();
Chuck Leverde734832012-07-11 16:30:50 -04004742 setclientid.sc_netid_len = scnprintf(setclientid.sc_netid,
Djalal Harounife2d5392013-06-18 17:58:12 +01004743 sizeof(setclientid.sc_netid), "%s",
Chuck Leverd4d3c502007-12-10 14:57:09 -05004744 rpc_peeraddr2str(clp->cl_rpcclient,
4745 RPC_DISPLAY_NETID));
Chuck Leverde734832012-07-11 16:30:50 -04004746 rcu_read_unlock();
4747 setclientid.sc_uaddr_len = scnprintf(setclientid.sc_uaddr,
Chuck Leverd4d3c502007-12-10 14:57:09 -05004748 sizeof(setclientid.sc_uaddr), "%s.%u.%u",
Linus Torvalds1da177e2005-04-16 15:20:36 -07004749 clp->cl_ipaddr, port >> 8, port & 255);
4750
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04004751 dprintk("NFS call setclientid auth=%s, '%.*s'\n",
4752 clp->cl_rpcclient->cl_auth->au_ops->au_name,
4753 setclientid.sc_name_len, setclientid.sc_name);
4754 status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Trond Myklebustc6d01c62013-08-09 11:51:26 -04004755 trace_nfs4_setclientid(clp, status);
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04004756 dprintk("NFS reply setclientid: %d\n", status);
4757 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004758}
4759
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04004760/**
4761 * nfs4_proc_setclientid_confirm - Confirm client ID
4762 * @clp: state data structure
4763 * @res: result of a previous SETCLIENTID
4764 * @cred: RPC credential to use for this call
4765 *
4766 * Returns zero, a negative errno, or a negative NFS4ERR status code.
4767 */
Trond Myklebustfd954ae2011-04-24 14:28:18 -04004768int nfs4_proc_setclientid_confirm(struct nfs_client *clp,
Trond Myklebustbb8b27e2010-04-16 16:43:06 -04004769 struct nfs4_setclientid_res *arg,
4770 struct rpc_cred *cred)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004771{
Linus Torvalds1da177e2005-04-16 15:20:36 -07004772 struct rpc_message msg = {
4773 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETCLIENTID_CONFIRM],
Trond Myklebustbb8b27e2010-04-16 16:43:06 -04004774 .rpc_argp = arg,
Trond Myklebust286d7d62006-01-03 09:55:26 +01004775 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004776 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07004777 int status;
4778
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04004779 dprintk("NFS call setclientid_confirm auth=%s, (client ID %llx)\n",
4780 clp->cl_rpcclient->cl_auth->au_ops->au_name,
4781 clp->cl_clientid);
Trond Myklebust1bd714f2011-04-24 14:29:33 -04004782 status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Trond Myklebustc6d01c62013-08-09 11:51:26 -04004783 trace_nfs4_setclientid_confirm(clp, status);
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04004784 dprintk("NFS reply setclientid_confirm: %d\n", status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004785 return status;
4786}
4787
Trond Myklebustfe650402006-01-03 09:55:18 +01004788struct nfs4_delegreturndata {
4789 struct nfs4_delegreturnargs args;
Trond Myklebustfa178f22006-01-03 09:55:38 +01004790 struct nfs4_delegreturnres res;
Trond Myklebustfe650402006-01-03 09:55:18 +01004791 struct nfs_fh fh;
4792 nfs4_stateid stateid;
Trond Myklebust26e976a2006-01-03 09:55:21 +01004793 unsigned long timestamp;
Trond Myklebustfa178f22006-01-03 09:55:38 +01004794 struct nfs_fattr fattr;
Trond Myklebustfe650402006-01-03 09:55:18 +01004795 int rpc_status;
4796};
4797
Trond Myklebustfe650402006-01-03 09:55:18 +01004798static void nfs4_delegreturn_done(struct rpc_task *task, void *calldata)
4799{
4800 struct nfs4_delegreturndata *data = calldata;
Andy Adamson938e1012009-04-01 09:22:28 -04004801
Trond Myklebust14516c32010-07-31 14:29:06 -04004802 if (!nfs4_sequence_done(task, &data->res.seq_res))
4803 return;
Andy Adamson938e1012009-04-01 09:22:28 -04004804
Ricardo Labiaga79708862009-12-07 09:23:21 -05004805 switch (task->tk_status) {
4806 case -NFS4ERR_STALE_STATEID:
4807 case -NFS4ERR_EXPIRED:
4808 case 0:
Trond Myklebustfa178f22006-01-03 09:55:38 +01004809 renew_lease(data->res.server, data->timestamp);
Ricardo Labiaga79708862009-12-07 09:23:21 -05004810 break;
4811 default:
4812 if (nfs4_async_handle_error(task, data->res.server, NULL) ==
4813 -EAGAIN) {
Trond Myklebustd00c5d42011-10-19 12:17:29 -07004814 rpc_restart_call_prepare(task);
Ricardo Labiaga79708862009-12-07 09:23:21 -05004815 return;
4816 }
4817 }
4818 data->rpc_status = task->tk_status;
Trond Myklebustfe650402006-01-03 09:55:18 +01004819}
4820
4821static void nfs4_delegreturn_release(void *calldata)
4822{
Trond Myklebustfe650402006-01-03 09:55:18 +01004823 kfree(calldata);
4824}
4825
Andy Adamson938e1012009-04-01 09:22:28 -04004826#if defined(CONFIG_NFS_V4_1)
4827static void nfs4_delegreturn_prepare(struct rpc_task *task, void *data)
4828{
4829 struct nfs4_delegreturndata *d_data;
4830
4831 d_data = (struct nfs4_delegreturndata *)data;
4832
Trond Myklebustd9afbd12012-10-22 20:28:44 -04004833 nfs4_setup_sequence(d_data->res.server,
4834 &d_data->args.seq_args,
4835 &d_data->res.seq_res,
4836 task);
Andy Adamson938e1012009-04-01 09:22:28 -04004837}
4838#endif /* CONFIG_NFS_V4_1 */
4839
Jesper Juhlc8d149f2006-03-20 13:44:07 -05004840static const struct rpc_call_ops nfs4_delegreturn_ops = {
Andy Adamson938e1012009-04-01 09:22:28 -04004841#if defined(CONFIG_NFS_V4_1)
4842 .rpc_call_prepare = nfs4_delegreturn_prepare,
4843#endif /* CONFIG_NFS_V4_1 */
Trond Myklebustfe650402006-01-03 09:55:18 +01004844 .rpc_call_done = nfs4_delegreturn_done,
4845 .rpc_release = nfs4_delegreturn_release,
4846};
4847
Trond Myklebuste6f81072008-01-24 18:14:34 -05004848static int _nfs4_proc_delegreturn(struct inode *inode, struct rpc_cred *cred, const nfs4_stateid *stateid, int issync)
Trond Myklebustfe650402006-01-03 09:55:18 +01004849{
4850 struct nfs4_delegreturndata *data;
Trond Myklebustfa178f22006-01-03 09:55:38 +01004851 struct nfs_server *server = NFS_SERVER(inode);
Trond Myklebustfe650402006-01-03 09:55:18 +01004852 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04004853 struct rpc_message msg = {
4854 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_DELEGRETURN],
4855 .rpc_cred = cred,
4856 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04004857 struct rpc_task_setup task_setup_data = {
4858 .rpc_client = server->client,
Trond Myklebust5138fde2007-07-14 15:40:01 -04004859 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04004860 .callback_ops = &nfs4_delegreturn_ops,
4861 .flags = RPC_TASK_ASYNC,
4862 };
Trond Myklebuste6f81072008-01-24 18:14:34 -05004863 int status = 0;
Trond Myklebustfe650402006-01-03 09:55:18 +01004864
Trond Myklebust8535b2b2010-05-13 12:51:01 -04004865 data = kzalloc(sizeof(*data), GFP_NOFS);
Trond Myklebustfe650402006-01-03 09:55:18 +01004866 if (data == NULL)
4867 return -ENOMEM;
Trond Myklebust9d12b212012-01-17 22:04:25 -05004868 nfs41_init_sequence(&data->args.seq_args, &data->res.seq_res, 1);
Trond Myklebustfe650402006-01-03 09:55:18 +01004869 data->args.fhandle = &data->fh;
4870 data->args.stateid = &data->stateid;
Trond Myklebust9e907fe2012-04-27 13:48:17 -04004871 data->args.bitmask = server->cache_consistency_bitmask;
Trond Myklebustfe650402006-01-03 09:55:18 +01004872 nfs_copy_fh(&data->fh, NFS_FH(inode));
Trond Myklebustf597c532012-03-04 18:13:56 -05004873 nfs4_stateid_copy(&data->stateid, stateid);
Trond Myklebustfa178f22006-01-03 09:55:38 +01004874 data->res.fattr = &data->fattr;
4875 data->res.server = server;
Trond Myklebust5138fde2007-07-14 15:40:01 -04004876 nfs_fattr_init(data->res.fattr);
Trond Myklebust26e976a2006-01-03 09:55:21 +01004877 data->timestamp = jiffies;
Trond Myklebustfe650402006-01-03 09:55:18 +01004878 data->rpc_status = 0;
4879
Trond Myklebustc970aa82007-07-14 15:39:59 -04004880 task_setup_data.callback_data = data;
Trond Myklebust1174dd12010-12-21 10:52:24 -05004881 msg.rpc_argp = &data->args;
4882 msg.rpc_resp = &data->res;
Trond Myklebustc970aa82007-07-14 15:39:59 -04004883 task = rpc_run_task(&task_setup_data);
Trond Myklebust7a1218a2006-03-20 18:11:10 -05004884 if (IS_ERR(task))
Trond Myklebustfe650402006-01-03 09:55:18 +01004885 return PTR_ERR(task);
Trond Myklebuste6f81072008-01-24 18:14:34 -05004886 if (!issync)
4887 goto out;
Trond Myklebustfe650402006-01-03 09:55:18 +01004888 status = nfs4_wait_for_completion_rpc_task(task);
Trond Myklebuste6f81072008-01-24 18:14:34 -05004889 if (status != 0)
4890 goto out;
4891 status = data->rpc_status;
Trond Myklebuste144cbc2012-04-28 16:05:03 -04004892 if (status == 0)
4893 nfs_post_op_update_inode_force_wcc(inode, &data->fattr);
4894 else
4895 nfs_refresh_inode(inode, &data->fattr);
Trond Myklebuste6f81072008-01-24 18:14:34 -05004896out:
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -05004897 rpc_put_task(task);
Trond Myklebustfe650402006-01-03 09:55:18 +01004898 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004899}
4900
Trond Myklebuste6f81072008-01-24 18:14:34 -05004901int nfs4_proc_delegreturn(struct inode *inode, struct rpc_cred *cred, const nfs4_stateid *stateid, int issync)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004902{
4903 struct nfs_server *server = NFS_SERVER(inode);
4904 struct nfs4_exception exception = { };
4905 int err;
4906 do {
Trond Myklebuste6f81072008-01-24 18:14:34 -05004907 err = _nfs4_proc_delegreturn(inode, cred, stateid, issync);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004908 switch (err) {
4909 case -NFS4ERR_STALE_STATEID:
4910 case -NFS4ERR_EXPIRED:
Linus Torvalds1da177e2005-04-16 15:20:36 -07004911 case 0:
4912 return 0;
4913 }
4914 err = nfs4_handle_exception(server, err, &exception);
4915 } while (exception.retry);
4916 return err;
4917}
4918
4919#define NFS4_LOCK_MINTIMEOUT (1 * HZ)
4920#define NFS4_LOCK_MAXTIMEOUT (30 * HZ)
4921
4922/*
4923 * sleep, with exponential backoff, and retry the LOCK operation.
4924 */
4925static unsigned long
4926nfs4_set_lock_task_retry(unsigned long timeout)
4927{
Colin Cross416ad3c2013-05-06 23:50:06 +00004928 freezable_schedule_timeout_killable_unsafe(timeout);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004929 timeout <<= 1;
4930 if (timeout > NFS4_LOCK_MAXTIMEOUT)
4931 return NFS4_LOCK_MAXTIMEOUT;
4932 return timeout;
4933}
4934
Linus Torvalds1da177e2005-04-16 15:20:36 -07004935static int _nfs4_proc_getlk(struct nfs4_state *state, int cmd, struct file_lock *request)
4936{
4937 struct inode *inode = state->inode;
4938 struct nfs_server *server = NFS_SERVER(inode);
David Howells7539bba2006-08-22 20:06:09 -04004939 struct nfs_client *clp = server->nfs_client;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01004940 struct nfs_lockt_args arg = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004941 .fh = NFS_FH(inode),
Trond Myklebust911d1aa2006-01-03 09:55:16 +01004942 .fl = request,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004943 };
Trond Myklebust911d1aa2006-01-03 09:55:16 +01004944 struct nfs_lockt_res res = {
4945 .denied = request,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004946 };
4947 struct rpc_message msg = {
4948 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOCKT],
4949 .rpc_argp = &arg,
4950 .rpc_resp = &res,
4951 .rpc_cred = state->owner->so_cred,
4952 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07004953 struct nfs4_lock_state *lsp;
4954 int status;
4955
Trond Myklebust911d1aa2006-01-03 09:55:16 +01004956 arg.lock_owner.clientid = clp->cl_clientid;
Trond Myklebust8d0a8a92005-06-22 17:16:32 +00004957 status = nfs4_set_lock_state(state, request);
4958 if (status != 0)
4959 goto out;
4960 lsp = request->fl_u.nfs4_fl.owner;
Trond Myklebust48c22eb2012-01-17 22:04:25 -05004961 arg.lock_owner.id = lsp->ls_seqid.owner_id;
Trond Myklebustd035c362010-12-21 10:45:27 -05004962 arg.lock_owner.s_dev = server->s_dev;
Bryan Schumaker7c513052011-03-24 17:12:24 +00004963 status = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, &res.seq_res, 1);
Trond Myklebust911d1aa2006-01-03 09:55:16 +01004964 switch (status) {
4965 case 0:
4966 request->fl_type = F_UNLCK;
4967 break;
4968 case -NFS4ERR_DENIED:
4969 status = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004970 }
J. Bruce Fields70cc6482007-02-22 18:48:53 -05004971 request->fl_ops->fl_release_private(request);
Trond Myklebust8d0a8a92005-06-22 17:16:32 +00004972out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07004973 return status;
4974}
4975
4976static int nfs4_proc_getlk(struct nfs4_state *state, int cmd, struct file_lock *request)
4977{
4978 struct nfs4_exception exception = { };
4979 int err;
4980
4981 do {
Trond Myklebustd1b748a2013-08-12 16:35:20 -04004982 err = _nfs4_proc_getlk(state, cmd, request);
4983 trace_nfs4_get_lock(request, state, cmd, err);
4984 err = nfs4_handle_exception(NFS_SERVER(state->inode), err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004985 &exception);
4986 } while (exception.retry);
4987 return err;
4988}
4989
4990static int do_vfs_lock(struct file *file, struct file_lock *fl)
4991{
4992 int res = 0;
4993 switch (fl->fl_flags & (FL_POSIX|FL_FLOCK)) {
4994 case FL_POSIX:
4995 res = posix_lock_file_wait(file, fl);
4996 break;
4997 case FL_FLOCK:
4998 res = flock_lock_file_wait(file, fl);
4999 break;
5000 default:
5001 BUG();
5002 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07005003 return res;
5004}
5005
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005006struct nfs4_unlockdata {
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005007 struct nfs_locku_args arg;
5008 struct nfs_locku_res res;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005009 struct nfs4_lock_state *lsp;
5010 struct nfs_open_context *ctx;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005011 struct file_lock fl;
5012 const struct nfs_server *server;
Trond Myklebust26e976a2006-01-03 09:55:21 +01005013 unsigned long timestamp;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005014};
5015
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005016static struct nfs4_unlockdata *nfs4_alloc_unlockdata(struct file_lock *fl,
5017 struct nfs_open_context *ctx,
5018 struct nfs4_lock_state *lsp,
5019 struct nfs_seqid *seqid)
5020{
5021 struct nfs4_unlockdata *p;
5022 struct inode *inode = lsp->ls_state->inode;
5023
Trond Myklebust8535b2b2010-05-13 12:51:01 -04005024 p = kzalloc(sizeof(*p), GFP_NOFS);
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005025 if (p == NULL)
5026 return NULL;
5027 p->arg.fh = NFS_FH(inode);
5028 p->arg.fl = &p->fl;
5029 p->arg.seqid = seqid;
Trond Myklebustc1d51932008-04-07 13:20:54 -04005030 p->res.seqid = seqid;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005031 p->arg.stateid = &lsp->ls_stateid;
5032 p->lsp = lsp;
5033 atomic_inc(&lsp->ls_count);
5034 /* Ensure we don't close file until we're done freeing locks! */
5035 p->ctx = get_nfs_open_context(ctx);
5036 memcpy(&p->fl, fl, sizeof(p->fl));
5037 p->server = NFS_SERVER(inode);
5038 return p;
5039}
5040
Trond Myklebust06f814a2006-01-03 09:55:07 +01005041static void nfs4_locku_release_calldata(void *data)
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005042{
Trond Myklebust963d8fe2006-01-03 09:55:04 +01005043 struct nfs4_unlockdata *calldata = data;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005044 nfs_free_seqid(calldata->arg.seqid);
Trond Myklebust06f814a2006-01-03 09:55:07 +01005045 nfs4_put_lock_state(calldata->lsp);
5046 put_nfs_open_context(calldata->ctx);
5047 kfree(calldata);
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005048}
5049
Trond Myklebust963d8fe2006-01-03 09:55:04 +01005050static void nfs4_locku_done(struct rpc_task *task, void *data)
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005051{
Trond Myklebust963d8fe2006-01-03 09:55:04 +01005052 struct nfs4_unlockdata *calldata = data;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005053
Trond Myklebust14516c32010-07-31 14:29:06 -04005054 if (!nfs4_sequence_done(task, &calldata->res.seq_res))
5055 return;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005056 switch (task->tk_status) {
5057 case 0:
Trond Myklebustf597c532012-03-04 18:13:56 -05005058 nfs4_stateid_copy(&calldata->lsp->ls_stateid,
5059 &calldata->res.stateid);
Trond Myklebust26e976a2006-01-03 09:55:21 +01005060 renew_lease(calldata->server, calldata->timestamp);
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005061 break;
Trond Myklebust9e33bed2008-12-23 15:21:46 -05005062 case -NFS4ERR_BAD_STATEID:
5063 case -NFS4ERR_OLD_STATEID:
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005064 case -NFS4ERR_STALE_STATEID:
5065 case -NFS4ERR_EXPIRED:
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005066 break;
5067 default:
Trond Myklebust9e33bed2008-12-23 15:21:46 -05005068 if (nfs4_async_handle_error(task, calldata->server, NULL) == -EAGAIN)
Trond Myklebustd00c5d42011-10-19 12:17:29 -07005069 rpc_restart_call_prepare(task);
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005070 }
Trond Myklebust2b1bc302012-10-29 18:53:23 -04005071 nfs_release_seqid(calldata->arg.seqid);
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005072}
5073
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01005074static void nfs4_locku_prepare(struct rpc_task *task, void *data)
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005075{
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01005076 struct nfs4_unlockdata *calldata = data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005077
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005078 if (nfs_wait_on_sequence(calldata->arg.seqid, task) != 0)
Trond Myklebustc8da19b2013-02-11 19:01:21 -05005079 goto out_wait;
Trond Myklebust795a88c2012-09-10 13:26:49 -04005080 if (test_bit(NFS_LOCK_INITIALIZED, &calldata->lsp->ls_flags) == 0) {
Trond Myklebust963d8fe2006-01-03 09:55:04 +01005081 /* Note: exit _without_ running nfs4_locku_done */
Trond Myklebustc8da19b2013-02-11 19:01:21 -05005082 goto out_no_action;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005083 }
Trond Myklebust26e976a2006-01-03 09:55:21 +01005084 calldata->timestamp = jiffies;
Trond Myklebust035168a2010-06-16 09:52:26 -04005085 if (nfs4_setup_sequence(calldata->server,
Andy Adamsona8936932009-04-01 09:22:23 -04005086 &calldata->arg.seq_args,
Trond Myklebust2240a9e2012-10-29 18:37:40 -04005087 &calldata->res.seq_res,
5088 task) != 0)
5089 nfs_release_seqid(calldata->arg.seqid);
Trond Myklebustc8da19b2013-02-11 19:01:21 -05005090 return;
5091out_no_action:
5092 task->tk_action = NULL;
5093out_wait:
5094 nfs4_sequence_done(task, &calldata->res.seq_res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005095}
5096
Trond Myklebust963d8fe2006-01-03 09:55:04 +01005097static const struct rpc_call_ops nfs4_locku_ops = {
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01005098 .rpc_call_prepare = nfs4_locku_prepare,
Trond Myklebust963d8fe2006-01-03 09:55:04 +01005099 .rpc_call_done = nfs4_locku_done,
Trond Myklebust06f814a2006-01-03 09:55:07 +01005100 .rpc_release = nfs4_locku_release_calldata,
Trond Myklebust963d8fe2006-01-03 09:55:04 +01005101};
5102
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005103static struct rpc_task *nfs4_do_unlck(struct file_lock *fl,
5104 struct nfs_open_context *ctx,
5105 struct nfs4_lock_state *lsp,
5106 struct nfs_seqid *seqid)
5107{
5108 struct nfs4_unlockdata *data;
Trond Myklebust5138fde2007-07-14 15:40:01 -04005109 struct rpc_message msg = {
5110 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOCKU],
5111 .rpc_cred = ctx->cred,
5112 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04005113 struct rpc_task_setup task_setup_data = {
5114 .rpc_client = NFS_CLIENT(lsp->ls_state->inode),
Trond Myklebust5138fde2007-07-14 15:40:01 -04005115 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04005116 .callback_ops = &nfs4_locku_ops,
Trond Myklebust101070c2008-02-19 20:04:23 -05005117 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04005118 .flags = RPC_TASK_ASYNC,
5119 };
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005120
Frank Filz137d6ac2007-07-09 15:32:29 -07005121 /* Ensure this is an unlock - when canceling a lock, the
5122 * canceled lock is passed in, and it won't be an unlock.
5123 */
5124 fl->fl_type = F_UNLCK;
5125
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005126 data = nfs4_alloc_unlockdata(fl, ctx, lsp, seqid);
5127 if (data == NULL) {
5128 nfs_free_seqid(seqid);
5129 return ERR_PTR(-ENOMEM);
5130 }
5131
Trond Myklebust9d12b212012-01-17 22:04:25 -05005132 nfs41_init_sequence(&data->arg.seq_args, &data->res.seq_res, 1);
Trond Myklebust1174dd12010-12-21 10:52:24 -05005133 msg.rpc_argp = &data->arg;
5134 msg.rpc_resp = &data->res;
Trond Myklebustc970aa82007-07-14 15:39:59 -04005135 task_setup_data.callback_data = data;
5136 return rpc_run_task(&task_setup_data);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005137}
5138
Linus Torvalds1da177e2005-04-16 15:20:36 -07005139static int nfs4_proc_unlck(struct nfs4_state *state, int cmd, struct file_lock *request)
5140{
Trond Myklebust65b62a22013-02-07 10:54:07 -05005141 struct inode *inode = state->inode;
5142 struct nfs4_state_owner *sp = state->owner;
5143 struct nfs_inode *nfsi = NFS_I(inode);
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005144 struct nfs_seqid *seqid;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005145 struct nfs4_lock_state *lsp;
Trond Myklebust06f814a2006-01-03 09:55:07 +01005146 struct rpc_task *task;
5147 int status = 0;
Trond Myklebust536ff0f2008-04-04 15:08:02 -04005148 unsigned char fl_flags = request->fl_flags;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005149
Trond Myklebust9b073572006-06-29 16:38:34 -04005150 status = nfs4_set_lock_state(state, request);
5151 /* Unlock _before_ we do the RPC call */
5152 request->fl_flags |= FL_EXISTS;
Trond Myklebust65b62a22013-02-07 10:54:07 -05005153 /* Exclude nfs_delegation_claim_locks() */
5154 mutex_lock(&sp->so_delegreturn_mutex);
5155 /* Exclude nfs4_reclaim_open_stateid() - note nesting! */
Trond Myklebust19e03c52008-12-23 15:21:44 -05005156 down_read(&nfsi->rwsem);
5157 if (do_vfs_lock(request->fl_file, request) == -ENOENT) {
5158 up_read(&nfsi->rwsem);
Trond Myklebust65b62a22013-02-07 10:54:07 -05005159 mutex_unlock(&sp->so_delegreturn_mutex);
Trond Myklebust9b073572006-06-29 16:38:34 -04005160 goto out;
Trond Myklebust19e03c52008-12-23 15:21:44 -05005161 }
5162 up_read(&nfsi->rwsem);
Trond Myklebust65b62a22013-02-07 10:54:07 -05005163 mutex_unlock(&sp->so_delegreturn_mutex);
Trond Myklebust9b073572006-06-29 16:38:34 -04005164 if (status != 0)
5165 goto out;
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05005166 /* Is this a delegated lock? */
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005167 lsp = request->fl_u.nfs4_fl.owner;
Trond Myklebustc5a2a152013-04-30 12:43:42 -04005168 if (test_bit(NFS_LOCK_INITIALIZED, &lsp->ls_flags) == 0)
5169 goto out;
Trond Myklebust8535b2b2010-05-13 12:51:01 -04005170 seqid = nfs_alloc_seqid(&lsp->ls_seqid, GFP_KERNEL);
Trond Myklebust9b073572006-06-29 16:38:34 -04005171 status = -ENOMEM;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005172 if (seqid == NULL)
Trond Myklebust9b073572006-06-29 16:38:34 -04005173 goto out;
Trond Myklebustcd3758e2007-08-10 17:44:32 -04005174 task = nfs4_do_unlck(request, nfs_file_open_context(request->fl_file), lsp, seqid);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005175 status = PTR_ERR(task);
5176 if (IS_ERR(task))
Trond Myklebust9b073572006-06-29 16:38:34 -04005177 goto out;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005178 status = nfs4_wait_for_completion_rpc_task(task);
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -05005179 rpc_put_task(task);
Trond Myklebust9b073572006-06-29 16:38:34 -04005180out:
Trond Myklebust536ff0f2008-04-04 15:08:02 -04005181 request->fl_flags = fl_flags;
Trond Myklebustd1b748a2013-08-12 16:35:20 -04005182 trace_nfs4_unlock(request, state, F_SETLK, status);
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005183 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005184}
5185
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005186struct nfs4_lockdata {
5187 struct nfs_lock_args arg;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005188 struct nfs_lock_res res;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005189 struct nfs4_lock_state *lsp;
5190 struct nfs_open_context *ctx;
5191 struct file_lock fl;
Trond Myklebust26e976a2006-01-03 09:55:21 +01005192 unsigned long timestamp;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005193 int rpc_status;
5194 int cancelled;
Andy Adamson66179ef2009-04-01 09:22:22 -04005195 struct nfs_server *server;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005196};
5197
5198static struct nfs4_lockdata *nfs4_alloc_lockdata(struct file_lock *fl,
Trond Myklebust8535b2b2010-05-13 12:51:01 -04005199 struct nfs_open_context *ctx, struct nfs4_lock_state *lsp,
5200 gfp_t gfp_mask)
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005201{
5202 struct nfs4_lockdata *p;
5203 struct inode *inode = lsp->ls_state->inode;
5204 struct nfs_server *server = NFS_SERVER(inode);
5205
Trond Myklebust8535b2b2010-05-13 12:51:01 -04005206 p = kzalloc(sizeof(*p), gfp_mask);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005207 if (p == NULL)
5208 return NULL;
5209
5210 p->arg.fh = NFS_FH(inode);
5211 p->arg.fl = &p->fl;
Trond Myklebust8535b2b2010-05-13 12:51:01 -04005212 p->arg.open_seqid = nfs_alloc_seqid(&lsp->ls_state->owner->so_seqid, gfp_mask);
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05005213 if (p->arg.open_seqid == NULL)
5214 goto out_free;
Trond Myklebust8535b2b2010-05-13 12:51:01 -04005215 p->arg.lock_seqid = nfs_alloc_seqid(&lsp->ls_seqid, gfp_mask);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005216 if (p->arg.lock_seqid == NULL)
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05005217 goto out_free_seqid;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005218 p->arg.lock_stateid = &lsp->ls_stateid;
David Howells7539bba2006-08-22 20:06:09 -04005219 p->arg.lock_owner.clientid = server->nfs_client->cl_clientid;
Trond Myklebust48c22eb2012-01-17 22:04:25 -05005220 p->arg.lock_owner.id = lsp->ls_seqid.owner_id;
Trond Myklebustd035c362010-12-21 10:45:27 -05005221 p->arg.lock_owner.s_dev = server->s_dev;
Trond Myklebustc1d51932008-04-07 13:20:54 -04005222 p->res.lock_seqid = p->arg.lock_seqid;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005223 p->lsp = lsp;
Andy Adamson66179ef2009-04-01 09:22:22 -04005224 p->server = server;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005225 atomic_inc(&lsp->ls_count);
5226 p->ctx = get_nfs_open_context(ctx);
5227 memcpy(&p->fl, fl, sizeof(p->fl));
5228 return p;
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05005229out_free_seqid:
5230 nfs_free_seqid(p->arg.open_seqid);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005231out_free:
5232 kfree(p);
5233 return NULL;
5234}
5235
5236static void nfs4_lock_prepare(struct rpc_task *task, void *calldata)
5237{
5238 struct nfs4_lockdata *data = calldata;
5239 struct nfs4_state *state = data->lsp->ls_state;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005240
Harvey Harrison3110ff82008-05-02 13:42:44 -07005241 dprintk("%s: begin!\n", __func__);
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05005242 if (nfs_wait_on_sequence(data->arg.lock_seqid, task) != 0)
Trond Myklebustc8da19b2013-02-11 19:01:21 -05005243 goto out_wait;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005244 /* Do we need to do an open_to_lock_owner? */
5245 if (!(data->arg.lock_seqid->sequence->flags & NFS_SEQID_CONFIRMED)) {
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04005246 if (nfs_wait_on_sequence(data->arg.open_seqid, task) != 0) {
Trond Myklebust2240a9e2012-10-29 18:37:40 -04005247 goto out_release_lock_seqid;
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04005248 }
Trond Myklebust8e472f32013-04-20 01:30:53 -04005249 data->arg.open_stateid = &state->open_stateid;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005250 data->arg.new_lock_owner = 1;
Trond Myklebustc1d51932008-04-07 13:20:54 -04005251 data->res.open_seqid = data->arg.open_seqid;
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05005252 } else
5253 data->arg.new_lock_owner = 0;
Trond Myklebust5d422302013-03-14 16:57:48 -04005254 if (!nfs4_valid_open_stateid(state)) {
5255 data->rpc_status = -EBADF;
5256 task->tk_action = NULL;
5257 goto out_release_open_seqid;
5258 }
Trond Myklebust26e976a2006-01-03 09:55:21 +01005259 data->timestamp = jiffies;
Trond Myklebust035168a2010-06-16 09:52:26 -04005260 if (nfs4_setup_sequence(data->server,
5261 &data->arg.seq_args,
Trond Myklebust2240a9e2012-10-29 18:37:40 -04005262 &data->res.seq_res,
Trond Myklebustd9afbd12012-10-22 20:28:44 -04005263 task) == 0)
Andy Adamson66179ef2009-04-01 09:22:22 -04005264 return;
Trond Myklebust5d422302013-03-14 16:57:48 -04005265out_release_open_seqid:
Trond Myklebust2240a9e2012-10-29 18:37:40 -04005266 nfs_release_seqid(data->arg.open_seqid);
5267out_release_lock_seqid:
5268 nfs_release_seqid(data->arg.lock_seqid);
Trond Myklebustc8da19b2013-02-11 19:01:21 -05005269out_wait:
5270 nfs4_sequence_done(task, &data->res.seq_res);
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04005271 dprintk("%s: done!, ret = %d\n", __func__, data->rpc_status);
Alexandros Batsakisb2579572009-12-14 21:27:57 -08005272}
5273
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005274static void nfs4_lock_done(struct rpc_task *task, void *calldata)
5275{
5276 struct nfs4_lockdata *data = calldata;
5277
Harvey Harrison3110ff82008-05-02 13:42:44 -07005278 dprintk("%s: begin!\n", __func__);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005279
Trond Myklebust14516c32010-07-31 14:29:06 -04005280 if (!nfs4_sequence_done(task, &data->res.seq_res))
5281 return;
Andy Adamson66179ef2009-04-01 09:22:22 -04005282
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005283 data->rpc_status = task->tk_status;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005284 if (data->arg.new_lock_owner != 0) {
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005285 if (data->rpc_status == 0)
5286 nfs_confirm_seqid(&data->lsp->ls_seqid, 0);
5287 else
5288 goto out;
5289 }
5290 if (data->rpc_status == 0) {
Trond Myklebustf597c532012-03-04 18:13:56 -05005291 nfs4_stateid_copy(&data->lsp->ls_stateid, &data->res.stateid);
Trond Myklebust795a88c2012-09-10 13:26:49 -04005292 set_bit(NFS_LOCK_INITIALIZED, &data->lsp->ls_flags);
Al Viro3d4ff432011-06-22 18:40:12 -04005293 renew_lease(NFS_SERVER(data->ctx->dentry->d_inode), data->timestamp);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005294 }
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005295out:
Harvey Harrison3110ff82008-05-02 13:42:44 -07005296 dprintk("%s: done, ret = %d!\n", __func__, data->rpc_status);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005297}
5298
5299static void nfs4_lock_release(void *calldata)
5300{
5301 struct nfs4_lockdata *data = calldata;
5302
Harvey Harrison3110ff82008-05-02 13:42:44 -07005303 dprintk("%s: begin!\n", __func__);
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05005304 nfs_free_seqid(data->arg.open_seqid);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005305 if (data->cancelled != 0) {
5306 struct rpc_task *task;
5307 task = nfs4_do_unlck(&data->fl, data->ctx, data->lsp,
5308 data->arg.lock_seqid);
5309 if (!IS_ERR(task))
Trond Myklebustbf294b42011-02-21 11:05:41 -08005310 rpc_put_task_async(task);
Harvey Harrison3110ff82008-05-02 13:42:44 -07005311 dprintk("%s: cancelling lock!\n", __func__);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005312 } else
5313 nfs_free_seqid(data->arg.lock_seqid);
5314 nfs4_put_lock_state(data->lsp);
5315 put_nfs_open_context(data->ctx);
5316 kfree(data);
Harvey Harrison3110ff82008-05-02 13:42:44 -07005317 dprintk("%s: done!\n", __func__);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005318}
5319
5320static const struct rpc_call_ops nfs4_lock_ops = {
5321 .rpc_call_prepare = nfs4_lock_prepare,
5322 .rpc_call_done = nfs4_lock_done,
5323 .rpc_release = nfs4_lock_release,
5324};
5325
Trond Myklebust2bee72a2010-01-26 15:42:21 -05005326static void nfs4_handle_setlk_error(struct nfs_server *server, struct nfs4_lock_state *lsp, int new_lock_owner, int error)
5327{
Trond Myklebust2bee72a2010-01-26 15:42:21 -05005328 switch (error) {
5329 case -NFS4ERR_ADMIN_REVOKED:
5330 case -NFS4ERR_BAD_STATEID:
Trond Myklebustecac7992011-03-09 16:00:56 -05005331 lsp->ls_seqid.flags &= ~NFS_SEQID_CONFIRMED;
Trond Myklebust2bee72a2010-01-26 15:42:21 -05005332 if (new_lock_owner != 0 ||
Trond Myklebust795a88c2012-09-10 13:26:49 -04005333 test_bit(NFS_LOCK_INITIALIZED, &lsp->ls_flags) != 0)
Trond Myklebustecac7992011-03-09 16:00:56 -05005334 nfs4_schedule_stateid_recovery(server, lsp->ls_state);
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -05005335 break;
5336 case -NFS4ERR_STALE_STATEID:
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -05005337 lsp->ls_seqid.flags &= ~NFS_SEQID_CONFIRMED;
Trond Myklebustecac7992011-03-09 16:00:56 -05005338 case -NFS4ERR_EXPIRED:
5339 nfs4_schedule_lease_recovery(server->nfs_client);
Trond Myklebust2bee72a2010-01-26 15:42:21 -05005340 };
5341}
5342
Alexandros Batsakisafe6c272009-12-09 01:50:14 -08005343static int _nfs4_do_setlk(struct nfs4_state *state, int cmd, struct file_lock *fl, int recovery_type)
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005344{
5345 struct nfs4_lockdata *data;
5346 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04005347 struct rpc_message msg = {
5348 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOCK],
5349 .rpc_cred = state->owner->so_cred,
5350 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04005351 struct rpc_task_setup task_setup_data = {
5352 .rpc_client = NFS_CLIENT(state->inode),
Trond Myklebust5138fde2007-07-14 15:40:01 -04005353 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04005354 .callback_ops = &nfs4_lock_ops,
Trond Myklebust101070c2008-02-19 20:04:23 -05005355 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04005356 .flags = RPC_TASK_ASYNC,
5357 };
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005358 int ret;
5359
Harvey Harrison3110ff82008-05-02 13:42:44 -07005360 dprintk("%s: begin!\n", __func__);
Trond Myklebustcd3758e2007-08-10 17:44:32 -04005361 data = nfs4_alloc_lockdata(fl, nfs_file_open_context(fl->fl_file),
Trond Myklebust8535b2b2010-05-13 12:51:01 -04005362 fl->fl_u.nfs4_fl.owner,
5363 recovery_type == NFS_LOCK_NEW ? GFP_KERNEL : GFP_NOFS);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005364 if (data == NULL)
5365 return -ENOMEM;
5366 if (IS_SETLKW(cmd))
5367 data->arg.block = 1;
Trond Myklebust9d12b212012-01-17 22:04:25 -05005368 nfs41_init_sequence(&data->arg.seq_args, &data->res.seq_res, 1);
Trond Myklebust1174dd12010-12-21 10:52:24 -05005369 msg.rpc_argp = &data->arg;
5370 msg.rpc_resp = &data->res;
Trond Myklebustc970aa82007-07-14 15:39:59 -04005371 task_setup_data.callback_data = data;
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04005372 if (recovery_type > NFS_LOCK_NEW) {
5373 if (recovery_type == NFS_LOCK_RECLAIM)
5374 data->arg.reclaim = NFS_LOCK_RECLAIM;
5375 nfs4_set_sequence_privileged(&data->arg.seq_args);
5376 }
Trond Myklebustc970aa82007-07-14 15:39:59 -04005377 task = rpc_run_task(&task_setup_data);
Trond Myklebust7a1218a2006-03-20 18:11:10 -05005378 if (IS_ERR(task))
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005379 return PTR_ERR(task);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005380 ret = nfs4_wait_for_completion_rpc_task(task);
5381 if (ret == 0) {
5382 ret = data->rpc_status;
Trond Myklebust2bee72a2010-01-26 15:42:21 -05005383 if (ret)
5384 nfs4_handle_setlk_error(data->server, data->lsp,
5385 data->arg.new_lock_owner, ret);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005386 } else
5387 data->cancelled = 1;
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -05005388 rpc_put_task(task);
Harvey Harrison3110ff82008-05-02 13:42:44 -07005389 dprintk("%s: done, ret = %d!\n", __func__, ret);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005390 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005391}
5392
5393static int nfs4_lock_reclaim(struct nfs4_state *state, struct file_lock *request)
5394{
Trond Myklebust202b50d2005-06-22 17:16:29 +00005395 struct nfs_server *server = NFS_SERVER(state->inode);
Trond Myklebust05ffe242012-04-18 12:20:10 -04005396 struct nfs4_exception exception = {
5397 .inode = state->inode,
5398 };
Trond Myklebust202b50d2005-06-22 17:16:29 +00005399 int err;
5400
5401 do {
Trond Myklebust42a2d132006-06-29 16:38:36 -04005402 /* Cache the lock if possible... */
5403 if (test_bit(NFS_DELEGATED_STATE, &state->flags) != 0)
5404 return 0;
Alexandros Batsakisafe6c272009-12-09 01:50:14 -08005405 err = _nfs4_do_setlk(state, F_SETLK, request, NFS_LOCK_RECLAIM);
Trond Myklebustd1b748a2013-08-12 16:35:20 -04005406 trace_nfs4_lock_reclaim(request, state, F_SETLK, err);
Trond Myklebust168667c2010-10-19 19:47:49 -04005407 if (err != -NFS4ERR_DELAY)
Trond Myklebust202b50d2005-06-22 17:16:29 +00005408 break;
5409 nfs4_handle_exception(server, err, &exception);
5410 } while (exception.retry);
5411 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005412}
5413
5414static int nfs4_lock_expired(struct nfs4_state *state, struct file_lock *request)
5415{
Trond Myklebust202b50d2005-06-22 17:16:29 +00005416 struct nfs_server *server = NFS_SERVER(state->inode);
Trond Myklebust05ffe242012-04-18 12:20:10 -04005417 struct nfs4_exception exception = {
5418 .inode = state->inode,
5419 };
Trond Myklebust202b50d2005-06-22 17:16:29 +00005420 int err;
5421
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05005422 err = nfs4_set_lock_state(state, request);
5423 if (err != 0)
5424 return err;
Trond Myklebust202b50d2005-06-22 17:16:29 +00005425 do {
Trond Myklebust42a2d132006-06-29 16:38:36 -04005426 if (test_bit(NFS_DELEGATED_STATE, &state->flags) != 0)
5427 return 0;
Alexandros Batsakisafe6c272009-12-09 01:50:14 -08005428 err = _nfs4_do_setlk(state, F_SETLK, request, NFS_LOCK_EXPIRED);
Trond Myklebustd1b748a2013-08-12 16:35:20 -04005429 trace_nfs4_lock_expired(request, state, F_SETLK, err);
Trond Myklebusta9ed2e22009-12-03 15:53:21 -05005430 switch (err) {
5431 default:
5432 goto out;
5433 case -NFS4ERR_GRACE:
5434 case -NFS4ERR_DELAY:
5435 nfs4_handle_exception(server, err, &exception);
5436 err = 0;
5437 }
Trond Myklebust202b50d2005-06-22 17:16:29 +00005438 } while (exception.retry);
Trond Myklebusta9ed2e22009-12-03 15:53:21 -05005439out:
Trond Myklebust202b50d2005-06-22 17:16:29 +00005440 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005441}
5442
Bryan Schumakerf062eb62011-06-02 14:59:10 -04005443#if defined(CONFIG_NFS_V4_1)
Chuck Lever3e60ffd2012-07-11 16:30:14 -04005444/**
5445 * nfs41_check_expired_locks - possibly free a lock stateid
5446 *
5447 * @state: NFSv4 state for an inode
5448 *
5449 * Returns NFS_OK if recovery for this stateid is now finished.
5450 * Otherwise a negative NFS4ERR value is returned.
5451 */
Bryan Schumakerb01dd1d2012-01-31 10:39:30 -05005452static int nfs41_check_expired_locks(struct nfs4_state *state)
Bryan Schumakerf062eb62011-06-02 14:59:10 -04005453{
Chuck Levereb64cf92012-07-11 16:30:05 -04005454 int status, ret = -NFS4ERR_BAD_STATEID;
Bryan Schumakerb01dd1d2012-01-31 10:39:30 -05005455 struct nfs4_lock_state *lsp;
Bryan Schumakerf062eb62011-06-02 14:59:10 -04005456 struct nfs_server *server = NFS_SERVER(state->inode);
5457
Bryan Schumakerb01dd1d2012-01-31 10:39:30 -05005458 list_for_each_entry(lsp, &state->lock_states, ls_locks) {
Trond Myklebust795a88c2012-09-10 13:26:49 -04005459 if (test_bit(NFS_LOCK_INITIALIZED, &lsp->ls_flags)) {
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04005460 struct rpc_cred *cred = lsp->ls_state->owner->so_cred;
5461
5462 status = nfs41_test_stateid(server,
5463 &lsp->ls_stateid,
5464 cred);
Bryan Schumakerb01dd1d2012-01-31 10:39:30 -05005465 if (status != NFS_OK) {
Chuck Lever3e60ffd2012-07-11 16:30:14 -04005466 /* Free the stateid unless the server
5467 * informs us the stateid is unrecognized. */
Chuck Lever89af2732012-07-11 16:29:56 -04005468 if (status != -NFS4ERR_BAD_STATEID)
5469 nfs41_free_stateid(server,
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04005470 &lsp->ls_stateid,
5471 cred);
Trond Myklebust795a88c2012-09-10 13:26:49 -04005472 clear_bit(NFS_LOCK_INITIALIZED, &lsp->ls_flags);
Bryan Schumakerb01dd1d2012-01-31 10:39:30 -05005473 ret = status;
5474 }
5475 }
5476 };
5477
5478 return ret;
5479}
5480
5481static int nfs41_lock_expired(struct nfs4_state *state, struct file_lock *request)
5482{
5483 int status = NFS_OK;
5484
5485 if (test_bit(LK_STATE_IN_USE, &state->flags))
5486 status = nfs41_check_expired_locks(state);
Chuck Levereb64cf92012-07-11 16:30:05 -04005487 if (status != NFS_OK)
5488 status = nfs4_lock_expired(state, request);
5489 return status;
Bryan Schumakerf062eb62011-06-02 14:59:10 -04005490}
5491#endif
5492
Linus Torvalds1da177e2005-04-16 15:20:36 -07005493static int _nfs4_proc_setlk(struct nfs4_state *state, int cmd, struct file_lock *request)
5494{
Trond Myklebust9a99af492013-02-04 20:17:49 -05005495 struct nfs4_state_owner *sp = state->owner;
Trond Myklebust19e03c52008-12-23 15:21:44 -05005496 struct nfs_inode *nfsi = NFS_I(state->inode);
Trond Myklebust01c3b862006-06-29 16:38:39 -04005497 unsigned char fl_flags = request->fl_flags;
Trond Myklebust9a99af492013-02-04 20:17:49 -05005498 unsigned int seq;
Trond Myklebust8e469eb2010-01-26 15:42:30 -05005499 int status = -ENOLCK;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005500
Trond Myklebust8e469eb2010-01-26 15:42:30 -05005501 if ((fl_flags & FL_POSIX) &&
5502 !test_bit(NFS_STATE_POSIX_LOCKS, &state->flags))
5503 goto out;
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05005504 /* Is this a delegated open? */
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05005505 status = nfs4_set_lock_state(state, request);
5506 if (status != 0)
5507 goto out;
Trond Myklebust01c3b862006-06-29 16:38:39 -04005508 request->fl_flags |= FL_ACCESS;
5509 status = do_vfs_lock(request->fl_file, request);
5510 if (status < 0)
5511 goto out;
Trond Myklebust19e03c52008-12-23 15:21:44 -05005512 down_read(&nfsi->rwsem);
Trond Myklebust01c3b862006-06-29 16:38:39 -04005513 if (test_bit(NFS_DELEGATED_STATE, &state->flags)) {
Trond Myklebust01c3b862006-06-29 16:38:39 -04005514 /* Yes: cache locks! */
Trond Myklebust01c3b862006-06-29 16:38:39 -04005515 /* ...but avoid races with delegation recall... */
Trond Myklebust19e03c52008-12-23 15:21:44 -05005516 request->fl_flags = fl_flags & ~FL_SLEEP;
5517 status = do_vfs_lock(request->fl_file, request);
5518 goto out_unlock;
Trond Myklebust01c3b862006-06-29 16:38:39 -04005519 }
Trond Myklebust9a99af492013-02-04 20:17:49 -05005520 seq = raw_seqcount_begin(&sp->so_reclaim_seqcount);
5521 up_read(&nfsi->rwsem);
Alexandros Batsakisafe6c272009-12-09 01:50:14 -08005522 status = _nfs4_do_setlk(state, cmd, request, NFS_LOCK_NEW);
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05005523 if (status != 0)
Trond Myklebust9a99af492013-02-04 20:17:49 -05005524 goto out;
5525 down_read(&nfsi->rwsem);
5526 if (read_seqcount_retry(&sp->so_reclaim_seqcount, seq)) {
5527 status = -NFS4ERR_DELAY;
Trond Myklebust01c3b862006-06-29 16:38:39 -04005528 goto out_unlock;
Trond Myklebust9a99af492013-02-04 20:17:49 -05005529 }
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05005530 /* Note: we always want to sleep here! */
Trond Myklebust01c3b862006-06-29 16:38:39 -04005531 request->fl_flags = fl_flags | FL_SLEEP;
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05005532 if (do_vfs_lock(request->fl_file, request) < 0)
Weston Andros Adamsona0308892012-01-26 13:32:23 -05005533 printk(KERN_WARNING "NFS: %s: VFS is out of sync with lock "
5534 "manager!\n", __func__);
Trond Myklebust01c3b862006-06-29 16:38:39 -04005535out_unlock:
Trond Myklebust19e03c52008-12-23 15:21:44 -05005536 up_read(&nfsi->rwsem);
Trond Myklebust01c3b862006-06-29 16:38:39 -04005537out:
5538 request->fl_flags = fl_flags;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005539 return status;
5540}
5541
5542static int nfs4_proc_setlk(struct nfs4_state *state, int cmd, struct file_lock *request)
5543{
Trond Myklebusta1d0b5e2012-03-05 19:56:44 -05005544 struct nfs4_exception exception = {
5545 .state = state,
Trond Myklebust05ffe242012-04-18 12:20:10 -04005546 .inode = state->inode,
Trond Myklebusta1d0b5e2012-03-05 19:56:44 -05005547 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07005548 int err;
5549
5550 do {
Trond Myklebust965b5d62009-06-17 13:22:59 -07005551 err = _nfs4_proc_setlk(state, cmd, request);
Trond Myklebustd1b748a2013-08-12 16:35:20 -04005552 trace_nfs4_set_lock(request, state, cmd, err);
Trond Myklebust965b5d62009-06-17 13:22:59 -07005553 if (err == -NFS4ERR_DENIED)
5554 err = -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005555 err = nfs4_handle_exception(NFS_SERVER(state->inode),
Trond Myklebust965b5d62009-06-17 13:22:59 -07005556 err, &exception);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005557 } while (exception.retry);
5558 return err;
5559}
5560
5561static int
5562nfs4_proc_lock(struct file *filp, int cmd, struct file_lock *request)
5563{
5564 struct nfs_open_context *ctx;
5565 struct nfs4_state *state;
5566 unsigned long timeout = NFS4_LOCK_MINTIMEOUT;
5567 int status;
5568
5569 /* verify open state */
Trond Myklebustcd3758e2007-08-10 17:44:32 -04005570 ctx = nfs_file_open_context(filp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005571 state = ctx->state;
5572
5573 if (request->fl_start < 0 || request->fl_end < 0)
5574 return -EINVAL;
5575
Trond Myklebustd9531262009-07-21 19:22:38 -04005576 if (IS_GETLK(cmd)) {
5577 if (state != NULL)
5578 return nfs4_proc_getlk(state, F_GETLK, request);
5579 return 0;
5580 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07005581
5582 if (!(IS_SETLK(cmd) || IS_SETLKW(cmd)))
5583 return -EINVAL;
5584
Trond Myklebustd9531262009-07-21 19:22:38 -04005585 if (request->fl_type == F_UNLCK) {
5586 if (state != NULL)
5587 return nfs4_proc_unlck(state, cmd, request);
5588 return 0;
5589 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07005590
Trond Myklebustd9531262009-07-21 19:22:38 -04005591 if (state == NULL)
5592 return -ENOLCK;
Trond Myklebust55725512012-04-18 12:48:35 -04005593 /*
5594 * Don't rely on the VFS having checked the file open mode,
5595 * since it won't do this for flock() locks.
5596 */
Jeff Laytonf44106e2012-07-23 15:49:56 -04005597 switch (request->fl_type) {
Trond Myklebust55725512012-04-18 12:48:35 -04005598 case F_RDLCK:
5599 if (!(filp->f_mode & FMODE_READ))
5600 return -EBADF;
5601 break;
5602 case F_WRLCK:
5603 if (!(filp->f_mode & FMODE_WRITE))
5604 return -EBADF;
5605 }
5606
Linus Torvalds1da177e2005-04-16 15:20:36 -07005607 do {
5608 status = nfs4_proc_setlk(state, cmd, request);
5609 if ((status != -EAGAIN) || IS_SETLK(cmd))
5610 break;
5611 timeout = nfs4_set_lock_task_retry(timeout);
5612 status = -ERESTARTSYS;
5613 if (signalled())
5614 break;
5615 } while(status < 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005616 return status;
5617}
5618
Trond Myklebustdb4f2e632013-04-01 15:56:46 -04005619int nfs4_lock_delegation_recall(struct file_lock *fl, struct nfs4_state *state, const nfs4_stateid *stateid)
Trond Myklebust888e6942005-11-04 15:38:11 -05005620{
5621 struct nfs_server *server = NFS_SERVER(state->inode);
Trond Myklebust888e6942005-11-04 15:38:11 -05005622 int err;
5623
5624 err = nfs4_set_lock_state(state, fl);
5625 if (err != 0)
Trond Myklebustdb4f2e632013-04-01 15:56:46 -04005626 return err;
Trond Myklebust4a706fa2013-04-01 14:47:22 -04005627 err = _nfs4_do_setlk(state, F_SETLK, fl, NFS_LOCK_NEW);
Trond Myklebustdb4f2e632013-04-01 15:56:46 -04005628 return nfs4_handle_delegation_recall_error(server, state, stateid, err);
Trond Myklebust888e6942005-11-04 15:38:11 -05005629}
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00005630
Trond Myklebustcf470c32012-03-07 13:49:12 -05005631struct nfs_release_lockowner_data {
5632 struct nfs4_lock_state *lsp;
Trond Myklebust5ae67c42012-03-19 16:17:18 -04005633 struct nfs_server *server;
Trond Myklebustcf470c32012-03-07 13:49:12 -05005634 struct nfs_release_lockowner_args args;
5635};
5636
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04005637static void nfs4_release_lockowner_release(void *calldata)
5638{
Trond Myklebustcf470c32012-03-07 13:49:12 -05005639 struct nfs_release_lockowner_data *data = calldata;
Trond Myklebust5ae67c42012-03-19 16:17:18 -04005640 nfs4_free_lock_state(data->server, data->lsp);
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04005641 kfree(calldata);
5642}
5643
Trond Myklebust17280172012-03-11 13:11:00 -04005644static const struct rpc_call_ops nfs4_release_lockowner_ops = {
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04005645 .rpc_release = nfs4_release_lockowner_release,
5646};
5647
Trond Myklebustc8b2d0b2013-05-03 16:22:55 -04005648static int nfs4_release_lockowner(struct nfs_server *server, struct nfs4_lock_state *lsp)
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04005649{
Trond Myklebustcf470c32012-03-07 13:49:12 -05005650 struct nfs_release_lockowner_data *data;
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04005651 struct rpc_message msg = {
5652 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RELEASE_LOCKOWNER],
5653 };
5654
5655 if (server->nfs_client->cl_mvops->minor_version != 0)
Trond Myklebustcf470c32012-03-07 13:49:12 -05005656 return -EINVAL;
5657 data = kmalloc(sizeof(*data), GFP_NOFS);
5658 if (!data)
5659 return -ENOMEM;
5660 data->lsp = lsp;
Trond Myklebust5ae67c42012-03-19 16:17:18 -04005661 data->server = server;
Trond Myklebustcf470c32012-03-07 13:49:12 -05005662 data->args.lock_owner.clientid = server->nfs_client->cl_clientid;
5663 data->args.lock_owner.id = lsp->ls_seqid.owner_id;
5664 data->args.lock_owner.s_dev = server->s_dev;
5665 msg.rpc_argp = &data->args;
5666 rpc_call_async(server->client, &msg, 0, &nfs4_release_lockowner_ops, data);
5667 return 0;
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04005668}
5669
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00005670#define XATTR_NAME_NFSV4_ACL "system.nfs4_acl"
5671
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00005672static int nfs4_xattr_set_nfs4_acl(struct dentry *dentry, const char *key,
5673 const void *buf, size_t buflen,
5674 int flags, int type)
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00005675{
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00005676 if (strcmp(key, "") != 0)
5677 return -EINVAL;
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00005678
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00005679 return nfs4_proc_set_acl(dentry->d_inode, buf, buflen);
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00005680}
5681
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00005682static int nfs4_xattr_get_nfs4_acl(struct dentry *dentry, const char *key,
5683 void *buf, size_t buflen, int type)
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00005684{
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00005685 if (strcmp(key, "") != 0)
5686 return -EINVAL;
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00005687
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00005688 return nfs4_proc_get_acl(dentry->d_inode, buf, buflen);
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00005689}
5690
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00005691static size_t nfs4_xattr_list_nfs4_acl(struct dentry *dentry, char *list,
5692 size_t list_len, const char *name,
5693 size_t name_len, int type)
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00005694{
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00005695 size_t len = sizeof(XATTR_NAME_NFSV4_ACL);
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00005696
J. Bruce Fields096455a2006-03-20 23:23:42 -05005697 if (!nfs4_server_supports_acls(NFS_SERVER(dentry->d_inode)))
5698 return 0;
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00005699
5700 if (list && len <= list_len)
5701 memcpy(list, XATTR_NAME_NFSV4_ACL, len);
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00005702 return len;
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00005703}
5704
David Quigleyc9bccef2013-05-22 12:50:45 -04005705#ifdef CONFIG_NFS_V4_SECURITY_LABEL
5706static inline int nfs4_server_supports_labels(struct nfs_server *server)
5707{
5708 return server->caps & NFS_CAP_SECURITY_LABEL;
5709}
5710
5711static int nfs4_xattr_set_nfs4_label(struct dentry *dentry, const char *key,
5712 const void *buf, size_t buflen,
5713 int flags, int type)
5714{
5715 if (security_ismaclabel(key))
5716 return nfs4_set_security_label(dentry, buf, buflen);
5717
5718 return -EOPNOTSUPP;
5719}
5720
5721static int nfs4_xattr_get_nfs4_label(struct dentry *dentry, const char *key,
5722 void *buf, size_t buflen, int type)
5723{
5724 if (security_ismaclabel(key))
5725 return nfs4_get_security_label(dentry->d_inode, buf, buflen);
5726 return -EOPNOTSUPP;
5727}
5728
5729static size_t nfs4_xattr_list_nfs4_label(struct dentry *dentry, char *list,
5730 size_t list_len, const char *name,
5731 size_t name_len, int type)
5732{
5733 size_t len = 0;
5734
5735 if (nfs_server_capable(dentry->d_inode, NFS_CAP_SECURITY_LABEL)) {
5736 len = security_inode_listsecurity(dentry->d_inode, NULL, 0);
5737 if (list && len <= list_len)
5738 security_inode_listsecurity(dentry->d_inode, list, len);
5739 }
5740 return len;
5741}
5742
5743static const struct xattr_handler nfs4_xattr_nfs4_label_handler = {
5744 .prefix = XATTR_SECURITY_PREFIX,
5745 .list = nfs4_xattr_list_nfs4_label,
5746 .get = nfs4_xattr_get_nfs4_label,
5747 .set = nfs4_xattr_set_nfs4_label,
5748};
5749#endif
5750
5751
Andy Adamson533eb462011-06-13 18:25:56 -04005752/*
5753 * nfs_fhget will use either the mounted_on_fileid or the fileid
5754 */
Trond Myklebust69aaaae2009-03-11 14:10:28 -04005755static void nfs_fixup_referral_attributes(struct nfs_fattr *fattr)
5756{
Andy Adamson533eb462011-06-13 18:25:56 -04005757 if (!(((fattr->valid & NFS_ATTR_FATTR_MOUNTED_ON_FILEID) ||
5758 (fattr->valid & NFS_ATTR_FATTR_FILEID)) &&
5759 (fattr->valid & NFS_ATTR_FATTR_FSID) &&
Chuck Lever81934dd2012-03-01 17:01:57 -05005760 (fattr->valid & NFS_ATTR_FATTR_V4_LOCATIONS)))
Trond Myklebust69aaaae2009-03-11 14:10:28 -04005761 return;
5762
5763 fattr->valid |= NFS_ATTR_FATTR_TYPE | NFS_ATTR_FATTR_MODE |
Chuck Lever81934dd2012-03-01 17:01:57 -05005764 NFS_ATTR_FATTR_NLINK | NFS_ATTR_FATTR_V4_REFERRAL;
Trond Myklebust69aaaae2009-03-11 14:10:28 -04005765 fattr->mode = S_IFDIR | S_IRUGO | S_IXUGO;
5766 fattr->nlink = 2;
5767}
5768
Bryan Schumakerf05d1472012-04-27 13:27:41 -04005769static int _nfs4_proc_fs_locations(struct rpc_clnt *client, struct inode *dir,
5770 const struct qstr *name,
5771 struct nfs4_fs_locations *fs_locations,
5772 struct page *page)
Trond Myklebust683b57b2006-06-09 09:34:22 -04005773{
5774 struct nfs_server *server = NFS_SERVER(dir);
David Quigleya09df2c2013-05-22 12:50:41 -04005775 u32 bitmask[3] = {
Manoj Naik361e6242006-06-09 09:34:24 -04005776 [0] = FATTR4_WORD0_FSID | FATTR4_WORD0_FS_LOCATIONS,
Trond Myklebust683b57b2006-06-09 09:34:22 -04005777 };
5778 struct nfs4_fs_locations_arg args = {
5779 .dir_fh = NFS_FH(dir),
Trond Myklebustc228fd32007-01-13 02:28:11 -05005780 .name = name,
Trond Myklebust683b57b2006-06-09 09:34:22 -04005781 .page = page,
5782 .bitmask = bitmask,
5783 };
Benny Halevy22958462009-04-01 09:22:02 -04005784 struct nfs4_fs_locations_res res = {
5785 .fs_locations = fs_locations,
5786 };
Trond Myklebust683b57b2006-06-09 09:34:22 -04005787 struct rpc_message msg = {
5788 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FS_LOCATIONS],
5789 .rpc_argp = &args,
Benny Halevy22958462009-04-01 09:22:02 -04005790 .rpc_resp = &res,
Trond Myklebust683b57b2006-06-09 09:34:22 -04005791 };
5792 int status;
5793
Harvey Harrison3110ff82008-05-02 13:42:44 -07005794 dprintk("%s: start\n", __func__);
Andy Adamson533eb462011-06-13 18:25:56 -04005795
5796 /* Ask for the fileid of the absent filesystem if mounted_on_fileid
5797 * is not supported */
5798 if (NFS_SERVER(dir)->attr_bitmask[1] & FATTR4_WORD1_MOUNTED_ON_FILEID)
5799 bitmask[1] |= FATTR4_WORD1_MOUNTED_ON_FILEID;
5800 else
5801 bitmask[0] |= FATTR4_WORD0_FILEID;
5802
Trond Myklebustc228fd32007-01-13 02:28:11 -05005803 nfs_fattr_init(&fs_locations->fattr);
Trond Myklebust683b57b2006-06-09 09:34:22 -04005804 fs_locations->server = server;
Manoj Naik830b8e32006-06-09 09:34:25 -04005805 fs_locations->nlocations = 0;
Bryan Schumakerf05d1472012-04-27 13:27:41 -04005806 status = nfs4_call_sync(client, server, &msg, &args.seq_args, &res.seq_res, 0);
Harvey Harrison3110ff82008-05-02 13:42:44 -07005807 dprintk("%s: returned status = %d\n", __func__, status);
Trond Myklebust683b57b2006-06-09 09:34:22 -04005808 return status;
5809}
5810
Bryan Schumakerf05d1472012-04-27 13:27:41 -04005811int nfs4_proc_fs_locations(struct rpc_clnt *client, struct inode *dir,
5812 const struct qstr *name,
5813 struct nfs4_fs_locations *fs_locations,
5814 struct page *page)
Bryan Schumakerdb0a9592012-04-27 13:27:39 -04005815{
5816 struct nfs4_exception exception = { };
5817 int err;
5818 do {
Trond Myklebust078ea3d2013-08-12 16:45:55 -04005819 err = _nfs4_proc_fs_locations(client, dir, name,
5820 fs_locations, page);
5821 trace_nfs4_get_fs_locations(dir, name, err);
5822 err = nfs4_handle_exception(NFS_SERVER(dir), err,
Bryan Schumakerdb0a9592012-04-27 13:27:39 -04005823 &exception);
5824 } while (exception.retry);
5825 return err;
5826}
5827
Andy Adamson5ec16a82013-08-08 10:57:55 -04005828/**
5829 * Use the state managment nfs_client cl_rpcclient, which uses krb5i (if
5830 * possible) as per RFC3530bis and RFC5661 Security Considerations sections
5831 */
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00005832static int _nfs4_proc_secinfo(struct inode *dir, const struct qstr *name, struct nfs4_secinfo_flavors *flavors)
5833{
5834 int status;
5835 struct nfs4_secinfo_arg args = {
5836 .dir_fh = NFS_FH(dir),
5837 .name = name,
5838 };
5839 struct nfs4_secinfo_res res = {
5840 .flavors = flavors,
5841 };
5842 struct rpc_message msg = {
5843 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SECINFO],
5844 .rpc_argp = &args,
5845 .rpc_resp = &res,
5846 };
Andy Adamson5ec16a82013-08-08 10:57:55 -04005847 struct rpc_clnt *clnt = NFS_SERVER(dir)->nfs_client->cl_rpcclient;
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00005848
5849 dprintk("NFS call secinfo %s\n", name->name);
Andy Adamson5ec16a82013-08-08 10:57:55 -04005850 status = nfs4_call_sync(clnt, NFS_SERVER(dir), &msg, &args.seq_args, &res.seq_res, 0);
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00005851 dprintk("NFS reply secinfo: %d\n", status);
5852 return status;
5853}
5854
Bryan Schumaker72de53e2012-04-27 13:27:40 -04005855int nfs4_proc_secinfo(struct inode *dir, const struct qstr *name,
5856 struct nfs4_secinfo_flavors *flavors)
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00005857{
5858 struct nfs4_exception exception = { };
5859 int err;
5860 do {
Trond Myklebust078ea3d2013-08-12 16:45:55 -04005861 err = _nfs4_proc_secinfo(dir, name, flavors);
5862 trace_nfs4_secinfo(dir, name, err);
5863 err = nfs4_handle_exception(NFS_SERVER(dir), err,
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00005864 &exception);
5865 } while (exception.retry);
5866 return err;
5867}
5868
Andy Adamson557134a2009-04-01 09:21:53 -04005869#ifdef CONFIG_NFS_V4_1
Benny Halevy99fe60d2009-04-01 09:22:29 -04005870/*
Andy Adamson357f54d2010-12-14 10:11:57 -05005871 * Check the exchange flags returned by the server for invalid flags, having
5872 * both PNFS and NON_PNFS flags set, and not having one of NON_PNFS, PNFS, or
5873 * DS flags set.
5874 */
5875static int nfs4_check_cl_exchange_flags(u32 flags)
5876{
5877 if (flags & ~EXCHGID4_FLAG_MASK_R)
5878 goto out_inval;
5879 if ((flags & EXCHGID4_FLAG_USE_PNFS_MDS) &&
5880 (flags & EXCHGID4_FLAG_USE_NON_PNFS))
5881 goto out_inval;
5882 if (!(flags & (EXCHGID4_FLAG_MASK_PNFS)))
5883 goto out_inval;
5884 return NFS_OK;
5885out_inval:
5886 return -NFS4ERR_INVAL;
5887}
5888
Weston Andros Adamson78fe0f42011-05-31 19:05:47 -04005889static bool
Chuck Lever79d4e1f2012-05-21 22:44:31 -04005890nfs41_same_server_scope(struct nfs41_server_scope *a,
5891 struct nfs41_server_scope *b)
Weston Andros Adamson78fe0f42011-05-31 19:05:47 -04005892{
5893 if (a->server_scope_sz == b->server_scope_sz &&
5894 memcmp(a->server_scope, b->server_scope, a->server_scope_sz) == 0)
5895 return true;
5896
5897 return false;
5898}
5899
Andy Adamson357f54d2010-12-14 10:11:57 -05005900/*
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04005901 * nfs4_proc_bind_conn_to_session()
5902 *
5903 * The 4.1 client currently uses the same TCP connection for the
5904 * fore and backchannel.
5905 */
Trond Myklebust2cf047c2012-05-25 17:57:41 -04005906int nfs4_proc_bind_conn_to_session(struct nfs_client *clp, struct rpc_cred *cred)
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04005907{
5908 int status;
5909 struct nfs41_bind_conn_to_session_res res;
5910 struct rpc_message msg = {
5911 .rpc_proc =
5912 &nfs4_procedures[NFSPROC4_CLNT_BIND_CONN_TO_SESSION],
5913 .rpc_argp = clp,
5914 .rpc_resp = &res,
Trond Myklebust2cf047c2012-05-25 17:57:41 -04005915 .rpc_cred = cred,
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04005916 };
5917
5918 dprintk("--> %s\n", __func__);
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04005919
5920 res.session = kzalloc(sizeof(struct nfs4_session), GFP_NOFS);
5921 if (unlikely(res.session == NULL)) {
5922 status = -ENOMEM;
5923 goto out;
5924 }
5925
5926 status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Trond Myklebustc6d01c62013-08-09 11:51:26 -04005927 trace_nfs4_bind_conn_to_session(clp, status);
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04005928 if (status == 0) {
5929 if (memcmp(res.session->sess_id.data,
5930 clp->cl_session->sess_id.data, NFS4_MAX_SESSIONID_LEN)) {
5931 dprintk("NFS: %s: Session ID mismatch\n", __func__);
5932 status = -EIO;
5933 goto out_session;
5934 }
5935 if (res.dir != NFS4_CDFS4_BOTH) {
5936 dprintk("NFS: %s: Unexpected direction from server\n",
5937 __func__);
5938 status = -EIO;
5939 goto out_session;
5940 }
5941 if (res.use_conn_in_rdma_mode) {
5942 dprintk("NFS: %s: Server returned RDMA mode = true\n",
5943 __func__);
5944 status = -EIO;
5945 goto out_session;
5946 }
5947 }
5948out_session:
5949 kfree(res.session);
5950out:
5951 dprintk("<-- %s status= %d\n", __func__, status);
5952 return status;
5953}
5954
5955/*
Benny Halevy99fe60d2009-04-01 09:22:29 -04005956 * nfs4_proc_exchange_id()
5957 *
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04005958 * Returns zero, a negative errno, or a negative NFS4ERR status code.
5959 *
Benny Halevy99fe60d2009-04-01 09:22:29 -04005960 * Since the clientid has expired, all compounds using sessions
5961 * associated with the stale clientid will be returning
5962 * NFS4ERR_BADSESSION in the sequence operation, and will therefore
5963 * be in some phase of session reset.
5964 */
Andy Adamson4d643d12009-12-04 15:52:24 -05005965int nfs4_proc_exchange_id(struct nfs_client *clp, struct rpc_cred *cred)
Benny Halevy99fe60d2009-04-01 09:22:29 -04005966{
5967 nfs4_verifier verifier;
5968 struct nfs41_exchange_id_args args = {
Chuck Levercd937102012-03-02 17:14:31 -05005969 .verifier = &verifier,
Benny Halevy99fe60d2009-04-01 09:22:29 -04005970 .client = clp,
Trond Myklebust4f0b4292013-05-20 12:24:03 -04005971 .flags = EXCHGID4_FLAG_SUPP_MOVED_REFER |
5972 EXCHGID4_FLAG_BIND_PRINC_STATEID,
Benny Halevy99fe60d2009-04-01 09:22:29 -04005973 };
5974 struct nfs41_exchange_id_res res = {
Trond Myklebust32b01312012-05-26 13:41:04 -04005975 0
Benny Halevy99fe60d2009-04-01 09:22:29 -04005976 };
5977 int status;
5978 struct rpc_message msg = {
5979 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_EXCHANGE_ID],
5980 .rpc_argp = &args,
5981 .rpc_resp = &res,
5982 .rpc_cred = cred,
5983 };
Benny Halevy99fe60d2009-04-01 09:22:29 -04005984
Chuck Leverf0920752012-05-21 22:45:41 -04005985 nfs4_init_boot_verifier(clp, &verifier);
Chuck Levere984a552012-09-14 17:24:21 -04005986 args.id_len = nfs4_init_uniform_client_string(clp, args.id,
5987 sizeof(args.id));
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04005988 dprintk("NFS call exchange_id auth=%s, '%.*s'\n",
5989 clp->cl_rpcclient->cl_auth->au_ops->au_name,
5990 args.id_len, args.id);
Benny Halevy99fe60d2009-04-01 09:22:29 -04005991
Chuck Leveracdeb692012-05-21 22:46:16 -04005992 res.server_owner = kzalloc(sizeof(struct nfs41_server_owner),
Trond Myklebustbbafffd2012-05-24 16:31:39 -04005993 GFP_NOFS);
Chuck Leveracdeb692012-05-21 22:46:16 -04005994 if (unlikely(res.server_owner == NULL)) {
Weston Andros Adamsonabe9a6d2012-02-16 11:17:05 -05005995 status = -ENOMEM;
5996 goto out;
5997 }
Weston Andros Adamson78fe0f42011-05-31 19:05:47 -04005998
Chuck Lever79d4e1f2012-05-21 22:44:31 -04005999 res.server_scope = kzalloc(sizeof(struct nfs41_server_scope),
Trond Myklebustbbafffd2012-05-24 16:31:39 -04006000 GFP_NOFS);
Chuck Lever177313f2012-05-21 22:44:58 -04006001 if (unlikely(res.server_scope == NULL)) {
Benny Halevy99fe60d2009-04-01 09:22:29 -04006002 status = -ENOMEM;
Chuck Leveracdeb692012-05-21 22:46:16 -04006003 goto out_server_owner;
Benny Halevy99fe60d2009-04-01 09:22:29 -04006004 }
6005
Trond Myklebustbbafffd2012-05-24 16:31:39 -04006006 res.impl_id = kzalloc(sizeof(struct nfs41_impl_id), GFP_NOFS);
Chuck Lever177313f2012-05-21 22:44:58 -04006007 if (unlikely(res.impl_id == NULL)) {
Weston Andros Adamson7d2ed9a2012-02-17 15:20:26 -05006008 status = -ENOMEM;
6009 goto out_server_scope;
6010 }
6011
Trond Myklebust1bd714f2011-04-24 14:29:33 -04006012 status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Trond Myklebustc6d01c62013-08-09 11:51:26 -04006013 trace_nfs4_exchange_id(clp, status);
Chuck Lever177313f2012-05-21 22:44:58 -04006014 if (status == 0)
Trond Myklebust32b01312012-05-26 13:41:04 -04006015 status = nfs4_check_cl_exchange_flags(res.flags);
Weston Andros Adamson78fe0f42011-05-31 19:05:47 -04006016
Chuck Lever177313f2012-05-21 22:44:58 -04006017 if (status == 0) {
Trond Myklebust32b01312012-05-26 13:41:04 -04006018 clp->cl_clientid = res.clientid;
6019 clp->cl_exchange_flags = (res.flags & ~EXCHGID4_FLAG_CONFIRMED_R);
6020 if (!(res.flags & EXCHGID4_FLAG_CONFIRMED_R))
6021 clp->cl_seqid = res.seqid;
6022
Chuck Leveracdeb692012-05-21 22:46:16 -04006023 kfree(clp->cl_serverowner);
6024 clp->cl_serverowner = res.server_owner;
6025 res.server_owner = NULL;
Chuck Leveracdeb692012-05-21 22:46:16 -04006026
Weston Andros Adamson7d2ed9a2012-02-17 15:20:26 -05006027 /* use the most recent implementation id */
Chuck Lever59155542012-05-21 22:44:41 -04006028 kfree(clp->cl_implid);
6029 clp->cl_implid = res.impl_id;
Weston Andros Adamson7d2ed9a2012-02-17 15:20:26 -05006030
Chuck Lever177313f2012-05-21 22:44:58 -04006031 if (clp->cl_serverscope != NULL &&
Chuck Lever79d4e1f2012-05-21 22:44:31 -04006032 !nfs41_same_server_scope(clp->cl_serverscope,
Weston Andros Adamson78fe0f42011-05-31 19:05:47 -04006033 res.server_scope)) {
6034 dprintk("%s: server_scope mismatch detected\n",
6035 __func__);
6036 set_bit(NFS4CLNT_SERVER_SCOPE_MISMATCH, &clp->cl_state);
Chuck Lever79d4e1f2012-05-21 22:44:31 -04006037 kfree(clp->cl_serverscope);
6038 clp->cl_serverscope = NULL;
Weston Andros Adamson78fe0f42011-05-31 19:05:47 -04006039 }
6040
Chuck Lever177313f2012-05-21 22:44:58 -04006041 if (clp->cl_serverscope == NULL) {
Chuck Lever79d4e1f2012-05-21 22:44:31 -04006042 clp->cl_serverscope = res.server_scope;
Weston Andros Adamsonabe9a6d2012-02-16 11:17:05 -05006043 goto out;
6044 }
Trond Myklebust32b01312012-05-26 13:41:04 -04006045 } else
6046 kfree(res.impl_id);
Weston Andros Adamson7d2ed9a2012-02-17 15:20:26 -05006047
Chuck Leveracdeb692012-05-21 22:46:16 -04006048out_server_owner:
6049 kfree(res.server_owner);
Weston Andros Adamson7d2ed9a2012-02-17 15:20:26 -05006050out_server_scope:
Weston Andros Adamsonabe9a6d2012-02-16 11:17:05 -05006051 kfree(res.server_scope);
6052out:
Chuck Lever177313f2012-05-21 22:44:58 -04006053 if (clp->cl_implid != NULL)
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04006054 dprintk("NFS reply exchange_id: Server Implementation ID: "
Weston Andros Adamson7d2ed9a2012-02-17 15:20:26 -05006055 "domain: %s, name: %s, date: %llu,%u\n",
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04006056 clp->cl_implid->domain, clp->cl_implid->name,
Chuck Lever59155542012-05-21 22:44:41 -04006057 clp->cl_implid->date.seconds,
6058 clp->cl_implid->date.nseconds);
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04006059 dprintk("NFS reply exchange_id: %d\n", status);
Benny Halevy99fe60d2009-04-01 09:22:29 -04006060 return status;
6061}
6062
Trond Myklebust66245532012-05-25 17:18:09 -04006063static int _nfs4_proc_destroy_clientid(struct nfs_client *clp,
6064 struct rpc_cred *cred)
6065{
6066 struct rpc_message msg = {
6067 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_DESTROY_CLIENTID],
6068 .rpc_argp = clp,
6069 .rpc_cred = cred,
6070 };
6071 int status;
6072
6073 status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Trond Myklebustc6d01c62013-08-09 11:51:26 -04006074 trace_nfs4_destroy_clientid(clp, status);
Trond Myklebust66245532012-05-25 17:18:09 -04006075 if (status)
Trond Myklebust02c67522012-06-07 13:45:53 -04006076 dprintk("NFS: Got error %d from the server %s on "
Trond Myklebust66245532012-05-25 17:18:09 -04006077 "DESTROY_CLIENTID.", status, clp->cl_hostname);
6078 return status;
6079}
6080
6081static int nfs4_proc_destroy_clientid(struct nfs_client *clp,
6082 struct rpc_cred *cred)
6083{
6084 unsigned int loop;
6085 int ret;
6086
6087 for (loop = NFS4_MAX_LOOP_ON_RECOVER; loop != 0; loop--) {
6088 ret = _nfs4_proc_destroy_clientid(clp, cred);
6089 switch (ret) {
6090 case -NFS4ERR_DELAY:
6091 case -NFS4ERR_CLIENTID_BUSY:
6092 ssleep(1);
6093 break;
6094 default:
6095 return ret;
6096 }
6097 }
6098 return 0;
6099}
6100
6101int nfs4_destroy_clientid(struct nfs_client *clp)
6102{
6103 struct rpc_cred *cred;
6104 int ret = 0;
6105
6106 if (clp->cl_mvops->minor_version < 1)
6107 goto out;
6108 if (clp->cl_exchange_flags == 0)
6109 goto out;
Chuck Lever05f4c352012-09-14 17:24:32 -04006110 if (clp->cl_preserve_clid)
6111 goto out;
Chuck Lever73d8bde2013-07-24 12:28:37 -04006112 cred = nfs4_get_clid_cred(clp);
Trond Myklebust66245532012-05-25 17:18:09 -04006113 ret = nfs4_proc_destroy_clientid(clp, cred);
6114 if (cred)
6115 put_rpccred(cred);
6116 switch (ret) {
6117 case 0:
6118 case -NFS4ERR_STALE_CLIENTID:
6119 clp->cl_exchange_flags = 0;
6120 }
6121out:
6122 return ret;
6123}
6124
Andy Adamson2050f0c2009-04-01 09:22:30 -04006125struct nfs4_get_lease_time_data {
6126 struct nfs4_get_lease_time_args *args;
6127 struct nfs4_get_lease_time_res *res;
6128 struct nfs_client *clp;
6129};
6130
6131static void nfs4_get_lease_time_prepare(struct rpc_task *task,
6132 void *calldata)
6133{
Andy Adamson2050f0c2009-04-01 09:22:30 -04006134 struct nfs4_get_lease_time_data *data =
6135 (struct nfs4_get_lease_time_data *)calldata;
6136
6137 dprintk("--> %s\n", __func__);
6138 /* just setup sequence, do not trigger session recovery
6139 since we're invoked within one */
Trond Myklebustd9afbd12012-10-22 20:28:44 -04006140 nfs41_setup_sequence(data->clp->cl_session,
6141 &data->args->la_seq_args,
6142 &data->res->lr_seq_res,
6143 task);
Andy Adamson2050f0c2009-04-01 09:22:30 -04006144 dprintk("<-- %s\n", __func__);
6145}
6146
6147/*
6148 * Called from nfs4_state_manager thread for session setup, so don't recover
6149 * from sequence operation or clientid errors.
6150 */
6151static void nfs4_get_lease_time_done(struct rpc_task *task, void *calldata)
6152{
6153 struct nfs4_get_lease_time_data *data =
6154 (struct nfs4_get_lease_time_data *)calldata;
6155
6156 dprintk("--> %s\n", __func__);
Trond Myklebust14516c32010-07-31 14:29:06 -04006157 if (!nfs41_sequence_done(task, &data->res->lr_seq_res))
6158 return;
Andy Adamson2050f0c2009-04-01 09:22:30 -04006159 switch (task->tk_status) {
6160 case -NFS4ERR_DELAY:
6161 case -NFS4ERR_GRACE:
6162 dprintk("%s Retry: tk_status %d\n", __func__, task->tk_status);
6163 rpc_delay(task, NFS4_POLL_RETRY_MIN);
6164 task->tk_status = 0;
Andy Adamsona8a4ae32011-05-03 13:43:03 -04006165 /* fall through */
6166 case -NFS4ERR_RETRY_UNCACHED_REP:
Trond Myklebustd00c5d42011-10-19 12:17:29 -07006167 rpc_restart_call_prepare(task);
Andy Adamson2050f0c2009-04-01 09:22:30 -04006168 return;
6169 }
Andy Adamson2050f0c2009-04-01 09:22:30 -04006170 dprintk("<-- %s\n", __func__);
6171}
6172
Trond Myklebust17280172012-03-11 13:11:00 -04006173static const struct rpc_call_ops nfs4_get_lease_time_ops = {
Andy Adamson2050f0c2009-04-01 09:22:30 -04006174 .rpc_call_prepare = nfs4_get_lease_time_prepare,
6175 .rpc_call_done = nfs4_get_lease_time_done,
6176};
6177
6178int nfs4_proc_get_lease_time(struct nfs_client *clp, struct nfs_fsinfo *fsinfo)
6179{
6180 struct rpc_task *task;
6181 struct nfs4_get_lease_time_args args;
6182 struct nfs4_get_lease_time_res res = {
6183 .lr_fsinfo = fsinfo,
6184 };
6185 struct nfs4_get_lease_time_data data = {
6186 .args = &args,
6187 .res = &res,
6188 .clp = clp,
6189 };
6190 struct rpc_message msg = {
6191 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GET_LEASE_TIME],
6192 .rpc_argp = &args,
6193 .rpc_resp = &res,
6194 };
6195 struct rpc_task_setup task_setup = {
6196 .rpc_client = clp->cl_rpcclient,
6197 .rpc_message = &msg,
6198 .callback_ops = &nfs4_get_lease_time_ops,
Trond Myklebust1bd714f2011-04-24 14:29:33 -04006199 .callback_data = &data,
6200 .flags = RPC_TASK_TIMEOUT,
Andy Adamson2050f0c2009-04-01 09:22:30 -04006201 };
6202 int status;
6203
Trond Myklebust9d12b212012-01-17 22:04:25 -05006204 nfs41_init_sequence(&args.la_seq_args, &res.lr_seq_res, 0);
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04006205 nfs4_set_sequence_privileged(&args.la_seq_args);
Andy Adamson2050f0c2009-04-01 09:22:30 -04006206 dprintk("--> %s\n", __func__);
6207 task = rpc_run_task(&task_setup);
6208
6209 if (IS_ERR(task))
6210 status = PTR_ERR(task);
6211 else {
6212 status = task->tk_status;
6213 rpc_put_task(task);
6214 }
6215 dprintk("<-- %s return %d\n", __func__, status);
6216
6217 return status;
6218}
6219
Andy Adamsonfc931582009-04-01 09:22:31 -04006220/*
6221 * Initialize the values to be used by the client in CREATE_SESSION
6222 * If nfs4_init_session set the fore channel request and response sizes,
6223 * use them.
6224 *
6225 * Set the back channel max_resp_sz_cached to zero to force the client to
6226 * always set csa_cachethis to FALSE because the current implementation
6227 * of the back channel DRC only supports caching the CB_SEQUENCE operation.
6228 */
6229static void nfs4_init_channel_attrs(struct nfs41_create_session_args *args)
6230{
Andy Adamson18aad3d2013-06-26 12:21:49 -04006231 unsigned int max_rqst_sz, max_resp_sz;
Andy Adamsonfc931582009-04-01 09:22:31 -04006232
Andy Adamson18aad3d2013-06-26 12:21:49 -04006233 max_rqst_sz = NFS_MAX_FILE_IO_SIZE + nfs41_maxwrite_overhead;
6234 max_resp_sz = NFS_MAX_FILE_IO_SIZE + nfs41_maxread_overhead;
6235
Andy Adamsonfc931582009-04-01 09:22:31 -04006236 /* Fore channel attributes */
Andy Adamson18aad3d2013-06-26 12:21:49 -04006237 args->fc_attrs.max_rqst_sz = max_rqst_sz;
6238 args->fc_attrs.max_resp_sz = max_resp_sz;
Andy Adamsonfc931582009-04-01 09:22:31 -04006239 args->fc_attrs.max_ops = NFS4_MAX_OPS;
Trond Myklebustef159e92012-02-06 19:50:40 -05006240 args->fc_attrs.max_reqs = max_session_slots;
Andy Adamsonfc931582009-04-01 09:22:31 -04006241
6242 dprintk("%s: Fore Channel : max_rqst_sz=%u max_resp_sz=%u "
Mike Sager8e0d46e2009-12-17 12:06:26 -05006243 "max_ops=%u max_reqs=%u\n",
Andy Adamsonfc931582009-04-01 09:22:31 -04006244 __func__,
6245 args->fc_attrs.max_rqst_sz, args->fc_attrs.max_resp_sz,
Mike Sager8e0d46e2009-12-17 12:06:26 -05006246 args->fc_attrs.max_ops, args->fc_attrs.max_reqs);
Andy Adamsonfc931582009-04-01 09:22:31 -04006247
6248 /* Back channel attributes */
Andy Adamsonfc931582009-04-01 09:22:31 -04006249 args->bc_attrs.max_rqst_sz = PAGE_SIZE;
6250 args->bc_attrs.max_resp_sz = PAGE_SIZE;
6251 args->bc_attrs.max_resp_sz_cached = 0;
6252 args->bc_attrs.max_ops = NFS4_MAX_BACK_CHANNEL_OPS;
6253 args->bc_attrs.max_reqs = 1;
6254
6255 dprintk("%s: Back Channel : max_rqst_sz=%u max_resp_sz=%u "
6256 "max_resp_sz_cached=%u max_ops=%u max_reqs=%u\n",
6257 __func__,
6258 args->bc_attrs.max_rqst_sz, args->bc_attrs.max_resp_sz,
6259 args->bc_attrs.max_resp_sz_cached, args->bc_attrs.max_ops,
6260 args->bc_attrs.max_reqs);
6261}
6262
J. Bruce Fields43c2e882010-10-02 15:19:01 -04006263static int nfs4_verify_fore_channel_attrs(struct nfs41_create_session_args *args, struct nfs4_session *session)
Andy Adamson8d353012009-04-01 09:22:32 -04006264{
J. Bruce Fields43c2e882010-10-02 15:19:01 -04006265 struct nfs4_channel_attrs *sent = &args->fc_attrs;
6266 struct nfs4_channel_attrs *rcvd = &session->fc_attrs;
6267
J. Bruce Fields43c2e882010-10-02 15:19:01 -04006268 if (rcvd->max_resp_sz > sent->max_resp_sz)
6269 return -EINVAL;
6270 /*
6271 * Our requested max_ops is the minimum we need; we're not
6272 * prepared to break up compounds into smaller pieces than that.
6273 * So, no point even trying to continue if the server won't
6274 * cooperate:
6275 */
6276 if (rcvd->max_ops < sent->max_ops)
6277 return -EINVAL;
6278 if (rcvd->max_reqs == 0)
6279 return -EINVAL;
Vitaliy Gusevb4b9a0c2012-02-15 19:38:25 +04006280 if (rcvd->max_reqs > NFS4_MAX_SLOT_TABLE)
6281 rcvd->max_reqs = NFS4_MAX_SLOT_TABLE;
J. Bruce Fields43c2e882010-10-02 15:19:01 -04006282 return 0;
Andy Adamson8d353012009-04-01 09:22:32 -04006283}
6284
J. Bruce Fields43c2e882010-10-02 15:19:01 -04006285static int nfs4_verify_back_channel_attrs(struct nfs41_create_session_args *args, struct nfs4_session *session)
6286{
6287 struct nfs4_channel_attrs *sent = &args->bc_attrs;
6288 struct nfs4_channel_attrs *rcvd = &session->bc_attrs;
Andy Adamson8d353012009-04-01 09:22:32 -04006289
J. Bruce Fields43c2e882010-10-02 15:19:01 -04006290 if (rcvd->max_rqst_sz > sent->max_rqst_sz)
6291 return -EINVAL;
6292 if (rcvd->max_resp_sz < sent->max_resp_sz)
6293 return -EINVAL;
6294 if (rcvd->max_resp_sz_cached > sent->max_resp_sz_cached)
6295 return -EINVAL;
6296 /* These would render the backchannel useless: */
Vitaliy Gusevb4b9a0c2012-02-15 19:38:25 +04006297 if (rcvd->max_ops != sent->max_ops)
J. Bruce Fields43c2e882010-10-02 15:19:01 -04006298 return -EINVAL;
Vitaliy Gusevb4b9a0c2012-02-15 19:38:25 +04006299 if (rcvd->max_reqs != sent->max_reqs)
J. Bruce Fields43c2e882010-10-02 15:19:01 -04006300 return -EINVAL;
6301 return 0;
6302}
Andy Adamson8d353012009-04-01 09:22:32 -04006303
Andy Adamson8d353012009-04-01 09:22:32 -04006304static int nfs4_verify_channel_attrs(struct nfs41_create_session_args *args,
6305 struct nfs4_session *session)
6306{
J. Bruce Fields43c2e882010-10-02 15:19:01 -04006307 int ret;
Andy Adamson8d353012009-04-01 09:22:32 -04006308
J. Bruce Fields43c2e882010-10-02 15:19:01 -04006309 ret = nfs4_verify_fore_channel_attrs(args, session);
6310 if (ret)
6311 return ret;
6312 return nfs4_verify_back_channel_attrs(args, session);
Andy Adamson8d353012009-04-01 09:22:32 -04006313}
6314
Trond Myklebust848f5bd2012-05-25 17:51:23 -04006315static int _nfs4_proc_create_session(struct nfs_client *clp,
6316 struct rpc_cred *cred)
Andy Adamsonfc931582009-04-01 09:22:31 -04006317{
6318 struct nfs4_session *session = clp->cl_session;
6319 struct nfs41_create_session_args args = {
6320 .client = clp,
6321 .cb_program = NFS4_CALLBACK,
6322 };
6323 struct nfs41_create_session_res res = {
6324 .client = clp,
6325 };
6326 struct rpc_message msg = {
6327 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_CREATE_SESSION],
6328 .rpc_argp = &args,
6329 .rpc_resp = &res,
Trond Myklebust848f5bd2012-05-25 17:51:23 -04006330 .rpc_cred = cred,
Andy Adamsonfc931582009-04-01 09:22:31 -04006331 };
6332 int status;
6333
6334 nfs4_init_channel_attrs(&args);
Andy Adamson0f914212009-04-01 09:23:16 -04006335 args.flags = (SESSION4_PERSIST | SESSION4_BACK_CHAN);
Andy Adamsonfc931582009-04-01 09:22:31 -04006336
Trond Myklebust1bd714f2011-04-24 14:29:33 -04006337 status = rpc_call_sync(session->clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Trond Myklebustc6d01c62013-08-09 11:51:26 -04006338 trace_nfs4_create_session(clp, status);
Andy Adamsonfc931582009-04-01 09:22:31 -04006339
Trond Myklebust43095d32012-11-20 11:13:12 -05006340 if (!status) {
Andy Adamson8d353012009-04-01 09:22:32 -04006341 /* Verify the session's negotiated channel_attrs values */
6342 status = nfs4_verify_channel_attrs(&args, session);
Andy Adamsonfc931582009-04-01 09:22:31 -04006343 /* Increment the clientid slot sequence id */
6344 clp->cl_seqid++;
6345 }
6346
6347 return status;
6348}
6349
6350/*
6351 * Issues a CREATE_SESSION operation to the server.
6352 * It is the responsibility of the caller to verify the session is
6353 * expired before calling this routine.
6354 */
Trond Myklebust848f5bd2012-05-25 17:51:23 -04006355int nfs4_proc_create_session(struct nfs_client *clp, struct rpc_cred *cred)
Andy Adamsonfc931582009-04-01 09:22:31 -04006356{
6357 int status;
6358 unsigned *ptr;
Andy Adamsonfc931582009-04-01 09:22:31 -04006359 struct nfs4_session *session = clp->cl_session;
6360
6361 dprintk("--> %s clp=%p session=%p\n", __func__, clp, session);
6362
Trond Myklebust848f5bd2012-05-25 17:51:23 -04006363 status = _nfs4_proc_create_session(clp, cred);
Andy Adamsonfc931582009-04-01 09:22:31 -04006364 if (status)
6365 goto out;
6366
Andy Adamsonaacd5532011-11-09 13:58:21 -05006367 /* Init or reset the session slot tables */
6368 status = nfs4_setup_session_slot_tables(session);
6369 dprintk("slot table setup returned %d\n", status);
Andy Adamsonfc931582009-04-01 09:22:31 -04006370 if (status)
6371 goto out;
6372
6373 ptr = (unsigned *)&session->sess_id.data[0];
6374 dprintk("%s client>seqid %d sessionid %u:%u:%u:%u\n", __func__,
6375 clp->cl_seqid, ptr[0], ptr[1], ptr[2], ptr[3]);
Andy Adamsonfc931582009-04-01 09:22:31 -04006376out:
6377 dprintk("<-- %s\n", __func__);
6378 return status;
6379}
6380
Andy Adamson0f3e66c2009-04-01 09:22:34 -04006381/*
6382 * Issue the over-the-wire RPC DESTROY_SESSION.
6383 * The caller must serialize access to this routine.
6384 */
Trond Myklebust848f5bd2012-05-25 17:51:23 -04006385int nfs4_proc_destroy_session(struct nfs4_session *session,
6386 struct rpc_cred *cred)
Andy Adamson0f3e66c2009-04-01 09:22:34 -04006387{
Trond Myklebust848f5bd2012-05-25 17:51:23 -04006388 struct rpc_message msg = {
6389 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_DESTROY_SESSION],
6390 .rpc_argp = session,
6391 .rpc_cred = cred,
6392 };
Andy Adamson0f3e66c2009-04-01 09:22:34 -04006393 int status = 0;
Andy Adamson0f3e66c2009-04-01 09:22:34 -04006394
6395 dprintk("--> nfs4_proc_destroy_session\n");
6396
6397 /* session is still being setup */
6398 if (session->clp->cl_cons_state != NFS_CS_READY)
6399 return status;
6400
Trond Myklebust1bd714f2011-04-24 14:29:33 -04006401 status = rpc_call_sync(session->clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Trond Myklebustc6d01c62013-08-09 11:51:26 -04006402 trace_nfs4_destroy_session(session->clp, status);
Andy Adamson0f3e66c2009-04-01 09:22:34 -04006403
6404 if (status)
Trond Myklebust08106ac2012-06-05 10:08:24 -04006405 dprintk("NFS: Got error %d from the server on DESTROY_SESSION. "
Andy Adamson0f3e66c2009-04-01 09:22:34 -04006406 "Session has been destroyed regardless...\n", status);
6407
6408 dprintk("<-- nfs4_proc_destroy_session\n");
6409 return status;
6410}
6411
Trond Myklebust7b38c362012-05-23 13:23:31 -04006412/*
Andy Adamsonfc01cea2009-04-01 09:22:36 -04006413 * Renew the cl_session lease.
6414 */
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04006415struct nfs4_sequence_data {
6416 struct nfs_client *clp;
6417 struct nfs4_sequence_args args;
6418 struct nfs4_sequence_res res;
6419};
6420
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08006421static void nfs41_sequence_release(void *data)
6422{
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04006423 struct nfs4_sequence_data *calldata = data;
6424 struct nfs_client *clp = calldata->clp;
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08006425
Alexandros Batsakis71358402010-02-05 03:45:05 -08006426 if (atomic_read(&clp->cl_count) > 1)
6427 nfs4_schedule_state_renewal(clp);
6428 nfs_put_client(clp);
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04006429 kfree(calldata);
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08006430}
6431
Trond Myklebustaa5190d2010-06-16 09:52:25 -04006432static int nfs41_sequence_handle_errors(struct rpc_task *task, struct nfs_client *clp)
6433{
6434 switch(task->tk_status) {
6435 case -NFS4ERR_DELAY:
Trond Myklebustaa5190d2010-06-16 09:52:25 -04006436 rpc_delay(task, NFS4_POLL_RETRY_MAX);
6437 return -EAGAIN;
6438 default:
Trond Myklebust0400a6b2011-03-09 16:00:53 -05006439 nfs4_schedule_lease_recovery(clp);
Trond Myklebustaa5190d2010-06-16 09:52:25 -04006440 }
6441 return 0;
6442}
6443
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08006444static void nfs41_sequence_call_done(struct rpc_task *task, void *data)
Andy Adamsonfc01cea2009-04-01 09:22:36 -04006445{
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04006446 struct nfs4_sequence_data *calldata = data;
6447 struct nfs_client *clp = calldata->clp;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04006448
Trond Myklebust14516c32010-07-31 14:29:06 -04006449 if (!nfs41_sequence_done(task, task->tk_msg.rpc_resp))
6450 return;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04006451
Trond Myklebustc6d01c62013-08-09 11:51:26 -04006452 trace_nfs4_sequence(clp, task->tk_status);
Andy Adamsonfc01cea2009-04-01 09:22:36 -04006453 if (task->tk_status < 0) {
6454 dprintk("%s ERROR %d\n", __func__, task->tk_status);
Alexandros Batsakis71358402010-02-05 03:45:05 -08006455 if (atomic_read(&clp->cl_count) == 1)
6456 goto out;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04006457
Trond Myklebustaa5190d2010-06-16 09:52:25 -04006458 if (nfs41_sequence_handle_errors(task, clp) == -EAGAIN) {
6459 rpc_restart_call_prepare(task);
Andy Adamsonfc01cea2009-04-01 09:22:36 -04006460 return;
6461 }
6462 }
Andy Adamsonfc01cea2009-04-01 09:22:36 -04006463 dprintk("%s rpc_cred %p\n", __func__, task->tk_msg.rpc_cred);
Alexandros Batsakis71358402010-02-05 03:45:05 -08006464out:
Andy Adamsonfc01cea2009-04-01 09:22:36 -04006465 dprintk("<-- %s\n", __func__);
6466}
6467
6468static void nfs41_sequence_prepare(struct rpc_task *task, void *data)
6469{
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04006470 struct nfs4_sequence_data *calldata = data;
6471 struct nfs_client *clp = calldata->clp;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04006472 struct nfs4_sequence_args *args;
6473 struct nfs4_sequence_res *res;
6474
Andy Adamsonfc01cea2009-04-01 09:22:36 -04006475 args = task->tk_msg.rpc_argp;
6476 res = task->tk_msg.rpc_resp;
6477
Trond Myklebustd9afbd12012-10-22 20:28:44 -04006478 nfs41_setup_sequence(clp->cl_session, args, res, task);
Andy Adamsonfc01cea2009-04-01 09:22:36 -04006479}
6480
6481static const struct rpc_call_ops nfs41_sequence_ops = {
6482 .rpc_call_done = nfs41_sequence_call_done,
6483 .rpc_call_prepare = nfs41_sequence_prepare,
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08006484 .rpc_release = nfs41_sequence_release,
Andy Adamsonfc01cea2009-04-01 09:22:36 -04006485};
6486
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04006487static struct rpc_task *_nfs41_proc_sequence(struct nfs_client *clp,
6488 struct rpc_cred *cred,
6489 bool is_privileged)
Andy Adamsonfc01cea2009-04-01 09:22:36 -04006490{
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04006491 struct nfs4_sequence_data *calldata;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04006492 struct rpc_message msg = {
6493 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SEQUENCE],
6494 .rpc_cred = cred,
6495 };
Trond Myklebust71ac6da2010-06-16 09:52:26 -04006496 struct rpc_task_setup task_setup_data = {
6497 .rpc_client = clp->cl_rpcclient,
6498 .rpc_message = &msg,
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04006499 .callback_ops = &nfs41_sequence_ops,
Trond Myklebustbc7a05c2013-04-08 17:50:28 -04006500 .flags = RPC_TASK_ASYNC | RPC_TASK_TIMEOUT,
Trond Myklebust71ac6da2010-06-16 09:52:26 -04006501 };
Andy Adamsonfc01cea2009-04-01 09:22:36 -04006502
Alexandros Batsakis71358402010-02-05 03:45:05 -08006503 if (!atomic_inc_not_zero(&clp->cl_count))
Trond Myklebust71ac6da2010-06-16 09:52:26 -04006504 return ERR_PTR(-EIO);
Benny Halevydfb4f3092010-09-24 09:17:01 -04006505 calldata = kzalloc(sizeof(*calldata), GFP_NOFS);
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04006506 if (calldata == NULL) {
Alexandros Batsakis71358402010-02-05 03:45:05 -08006507 nfs_put_client(clp);
Trond Myklebust71ac6da2010-06-16 09:52:26 -04006508 return ERR_PTR(-ENOMEM);
Andy Adamsonfc01cea2009-04-01 09:22:36 -04006509 }
Trond Myklebust9d12b212012-01-17 22:04:25 -05006510 nfs41_init_sequence(&calldata->args, &calldata->res, 0);
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04006511 if (is_privileged)
6512 nfs4_set_sequence_privileged(&calldata->args);
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04006513 msg.rpc_argp = &calldata->args;
6514 msg.rpc_resp = &calldata->res;
6515 calldata->clp = clp;
Trond Myklebust71ac6da2010-06-16 09:52:26 -04006516 task_setup_data.callback_data = calldata;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04006517
Trond Myklebust71ac6da2010-06-16 09:52:26 -04006518 return rpc_run_task(&task_setup_data);
6519}
6520
Trond Myklebust2f60ea62011-08-24 15:07:37 -04006521static int nfs41_proc_async_sequence(struct nfs_client *clp, struct rpc_cred *cred, unsigned renew_flags)
Trond Myklebust71ac6da2010-06-16 09:52:26 -04006522{
6523 struct rpc_task *task;
6524 int ret = 0;
6525
Trond Myklebust2f60ea62011-08-24 15:07:37 -04006526 if ((renew_flags & NFS4_RENEW_TIMEOUT) == 0)
6527 return 0;
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04006528 task = _nfs41_proc_sequence(clp, cred, false);
Trond Myklebust71ac6da2010-06-16 09:52:26 -04006529 if (IS_ERR(task))
6530 ret = PTR_ERR(task);
6531 else
Trond Myklebustbf294b42011-02-21 11:05:41 -08006532 rpc_put_task_async(task);
Trond Myklebust71ac6da2010-06-16 09:52:26 -04006533 dprintk("<-- %s status=%d\n", __func__, ret);
6534 return ret;
6535}
6536
6537static int nfs4_proc_sequence(struct nfs_client *clp, struct rpc_cred *cred)
6538{
6539 struct rpc_task *task;
6540 int ret;
6541
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04006542 task = _nfs41_proc_sequence(clp, cred, true);
Trond Myklebust71ac6da2010-06-16 09:52:26 -04006543 if (IS_ERR(task)) {
6544 ret = PTR_ERR(task);
6545 goto out;
6546 }
6547 ret = rpc_wait_for_completion_task(task);
Trond Myklebustb4410c22011-03-09 16:00:55 -05006548 if (!ret) {
6549 struct nfs4_sequence_res *res = task->tk_msg.rpc_resp;
6550
6551 if (task->tk_status == 0)
6552 nfs41_handle_sequence_flag_errors(clp, res->sr_status_flags);
Trond Myklebust71ac6da2010-06-16 09:52:26 -04006553 ret = task->tk_status;
Trond Myklebustb4410c22011-03-09 16:00:55 -05006554 }
Trond Myklebust71ac6da2010-06-16 09:52:26 -04006555 rpc_put_task(task);
6556out:
6557 dprintk("<-- %s status=%d\n", __func__, ret);
6558 return ret;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04006559}
6560
Ricardo Labiagafce5c832009-12-05 16:08:41 -05006561struct nfs4_reclaim_complete_data {
6562 struct nfs_client *clp;
6563 struct nfs41_reclaim_complete_args arg;
6564 struct nfs41_reclaim_complete_res res;
6565};
6566
6567static void nfs4_reclaim_complete_prepare(struct rpc_task *task, void *data)
6568{
6569 struct nfs4_reclaim_complete_data *calldata = data;
6570
Trond Myklebustd9afbd12012-10-22 20:28:44 -04006571 nfs41_setup_sequence(calldata->clp->cl_session,
6572 &calldata->arg.seq_args,
6573 &calldata->res.seq_res,
6574 task);
Ricardo Labiagafce5c832009-12-05 16:08:41 -05006575}
6576
Trond Myklebustaa5190d2010-06-16 09:52:25 -04006577static int nfs41_reclaim_complete_handle_errors(struct rpc_task *task, struct nfs_client *clp)
6578{
6579 switch(task->tk_status) {
6580 case 0:
6581 case -NFS4ERR_COMPLETE_ALREADY:
6582 case -NFS4ERR_WRONG_CRED: /* What to do here? */
6583 break;
6584 case -NFS4ERR_DELAY:
Trond Myklebustaa5190d2010-06-16 09:52:25 -04006585 rpc_delay(task, NFS4_POLL_RETRY_MAX);
Andy Adamsona8a4ae32011-05-03 13:43:03 -04006586 /* fall through */
6587 case -NFS4ERR_RETRY_UNCACHED_REP:
Trond Myklebustaa5190d2010-06-16 09:52:25 -04006588 return -EAGAIN;
6589 default:
Trond Myklebust0400a6b2011-03-09 16:00:53 -05006590 nfs4_schedule_lease_recovery(clp);
Trond Myklebustaa5190d2010-06-16 09:52:25 -04006591 }
6592 return 0;
6593}
6594
Ricardo Labiagafce5c832009-12-05 16:08:41 -05006595static void nfs4_reclaim_complete_done(struct rpc_task *task, void *data)
6596{
6597 struct nfs4_reclaim_complete_data *calldata = data;
6598 struct nfs_client *clp = calldata->clp;
6599 struct nfs4_sequence_res *res = &calldata->res.seq_res;
6600
6601 dprintk("--> %s\n", __func__);
Trond Myklebust14516c32010-07-31 14:29:06 -04006602 if (!nfs41_sequence_done(task, res))
6603 return;
Ricardo Labiagafce5c832009-12-05 16:08:41 -05006604
Trond Myklebustc6d01c62013-08-09 11:51:26 -04006605 trace_nfs4_reclaim_complete(clp, task->tk_status);
Trond Myklebustaa5190d2010-06-16 09:52:25 -04006606 if (nfs41_reclaim_complete_handle_errors(task, clp) == -EAGAIN) {
6607 rpc_restart_call_prepare(task);
6608 return;
6609 }
Ricardo Labiagafce5c832009-12-05 16:08:41 -05006610 dprintk("<-- %s\n", __func__);
6611}
6612
6613static void nfs4_free_reclaim_complete_data(void *data)
6614{
6615 struct nfs4_reclaim_complete_data *calldata = data;
6616
6617 kfree(calldata);
6618}
6619
6620static const struct rpc_call_ops nfs4_reclaim_complete_call_ops = {
6621 .rpc_call_prepare = nfs4_reclaim_complete_prepare,
6622 .rpc_call_done = nfs4_reclaim_complete_done,
6623 .rpc_release = nfs4_free_reclaim_complete_data,
6624};
6625
6626/*
6627 * Issue a global reclaim complete.
6628 */
Trond Myklebust965e9c22013-05-20 11:05:17 -04006629static int nfs41_proc_reclaim_complete(struct nfs_client *clp,
6630 struct rpc_cred *cred)
Ricardo Labiagafce5c832009-12-05 16:08:41 -05006631{
6632 struct nfs4_reclaim_complete_data *calldata;
6633 struct rpc_task *task;
6634 struct rpc_message msg = {
6635 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RECLAIM_COMPLETE],
Trond Myklebust965e9c22013-05-20 11:05:17 -04006636 .rpc_cred = cred,
Ricardo Labiagafce5c832009-12-05 16:08:41 -05006637 };
6638 struct rpc_task_setup task_setup_data = {
6639 .rpc_client = clp->cl_rpcclient,
6640 .rpc_message = &msg,
6641 .callback_ops = &nfs4_reclaim_complete_call_ops,
6642 .flags = RPC_TASK_ASYNC,
6643 };
6644 int status = -ENOMEM;
6645
6646 dprintk("--> %s\n", __func__);
Trond Myklebust8535b2b2010-05-13 12:51:01 -04006647 calldata = kzalloc(sizeof(*calldata), GFP_NOFS);
Ricardo Labiagafce5c832009-12-05 16:08:41 -05006648 if (calldata == NULL)
6649 goto out;
6650 calldata->clp = clp;
6651 calldata->arg.one_fs = 0;
Ricardo Labiagafce5c832009-12-05 16:08:41 -05006652
Trond Myklebust9d12b212012-01-17 22:04:25 -05006653 nfs41_init_sequence(&calldata->arg.seq_args, &calldata->res.seq_res, 0);
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04006654 nfs4_set_sequence_privileged(&calldata->arg.seq_args);
Ricardo Labiagafce5c832009-12-05 16:08:41 -05006655 msg.rpc_argp = &calldata->arg;
6656 msg.rpc_resp = &calldata->res;
6657 task_setup_data.callback_data = calldata;
6658 task = rpc_run_task(&task_setup_data);
Dan Carpenteracf82b82010-04-22 11:28:39 +02006659 if (IS_ERR(task)) {
Ricardo Labiagafce5c832009-12-05 16:08:41 -05006660 status = PTR_ERR(task);
Dan Carpenteracf82b82010-04-22 11:28:39 +02006661 goto out;
6662 }
Andy Adamsonc34c32e2011-03-09 13:13:46 -05006663 status = nfs4_wait_for_completion_rpc_task(task);
6664 if (status == 0)
6665 status = task->tk_status;
Ricardo Labiagafce5c832009-12-05 16:08:41 -05006666 rpc_put_task(task);
Dan Carpenteracf82b82010-04-22 11:28:39 +02006667 return 0;
Ricardo Labiagafce5c832009-12-05 16:08:41 -05006668out:
6669 dprintk("<-- %s status=%d\n", __func__, status);
6670 return status;
6671}
Andy Adamsonb1f69b72010-10-20 00:18:03 -04006672
6673static void
6674nfs4_layoutget_prepare(struct rpc_task *task, void *calldata)
6675{
6676 struct nfs4_layoutget *lgp = calldata;
Fred Isamanc31663d2011-01-06 11:36:24 +00006677 struct nfs_server *server = NFS_SERVER(lgp->args.inode);
Trond Myklebust6ba7db32012-10-22 20:07:20 -04006678 struct nfs4_session *session = nfs4_get_session(server);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04006679
6680 dprintk("--> %s\n", __func__);
Fred Isamanc31663d2011-01-06 11:36:24 +00006681 /* Note the is a race here, where a CB_LAYOUTRECALL can come in
6682 * right now covering the LAYOUTGET we are about to send.
6683 * However, that is not so catastrophic, and there seems
6684 * to be no way to prevent it completely.
6685 */
Trond Myklebust6ba7db32012-10-22 20:07:20 -04006686 if (nfs41_setup_sequence(session, &lgp->args.seq_args,
Trond Myklebust9d12b212012-01-17 22:04:25 -05006687 &lgp->res.seq_res, task))
Andy Adamsonb1f69b72010-10-20 00:18:03 -04006688 return;
Fred Isamancf7d63f2011-01-06 11:36:25 +00006689 if (pnfs_choose_layoutget_stateid(&lgp->args.stateid,
6690 NFS_I(lgp->args.inode)->layout,
6691 lgp->args.ctx->state)) {
6692 rpc_exit(task, NFS4_OK);
Fred Isamancf7d63f2011-01-06 11:36:25 +00006693 }
Andy Adamsonb1f69b72010-10-20 00:18:03 -04006694}
6695
6696static void nfs4_layoutget_done(struct rpc_task *task, void *calldata)
6697{
6698 struct nfs4_layoutget *lgp = calldata;
Trond Myklebustee314c22012-10-01 17:25:48 -07006699 struct inode *inode = lgp->args.inode;
6700 struct nfs_server *server = NFS_SERVER(inode);
6701 struct pnfs_layout_hdr *lo;
6702 struct nfs4_state *state = NULL;
Weston Andros Adamson30005122013-02-28 20:30:10 -05006703 unsigned long timeo, giveup;
Andy Adamsonb1f69b72010-10-20 00:18:03 -04006704
6705 dprintk("--> %s\n", __func__);
6706
Trond Myklebust6ba7db32012-10-22 20:07:20 -04006707 if (!nfs41_sequence_done(task, &lgp->res.seq_res))
Trond Myklebustee314c22012-10-01 17:25:48 -07006708 goto out;
Andy Adamsonb1f69b72010-10-20 00:18:03 -04006709
6710 switch (task->tk_status) {
6711 case 0:
Trond Myklebustee314c22012-10-01 17:25:48 -07006712 goto out;
Andy Adamsonb1f69b72010-10-20 00:18:03 -04006713 case -NFS4ERR_LAYOUTTRYLATER:
6714 case -NFS4ERR_RECALLCONFLICT:
Weston Andros Adamson30005122013-02-28 20:30:10 -05006715 timeo = rpc_get_timeout(task->tk_client);
6716 giveup = lgp->args.timestamp + timeo;
6717 if (time_after(giveup, jiffies))
6718 task->tk_status = -NFS4ERR_DELAY;
Trond Myklebustee314c22012-10-01 17:25:48 -07006719 break;
6720 case -NFS4ERR_EXPIRED:
6721 case -NFS4ERR_BAD_STATEID:
6722 spin_lock(&inode->i_lock);
6723 lo = NFS_I(inode)->layout;
6724 if (!lo || list_empty(&lo->plh_segs)) {
6725 spin_unlock(&inode->i_lock);
6726 /* If the open stateid was bad, then recover it. */
6727 state = lgp->args.ctx->state;
6728 } else {
6729 LIST_HEAD(head);
6730
6731 pnfs_mark_matching_lsegs_invalid(lo, &head, NULL);
6732 spin_unlock(&inode->i_lock);
6733 /* Mark the bad layout state as invalid, then
6734 * retry using the open stateid. */
6735 pnfs_free_lseg_list(&head);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04006736 }
6737 }
Trond Myklebustee314c22012-10-01 17:25:48 -07006738 if (nfs4_async_handle_error(task, server, state) == -EAGAIN)
6739 rpc_restart_call_prepare(task);
6740out:
Andy Adamsonb1f69b72010-10-20 00:18:03 -04006741 dprintk("<-- %s\n", __func__);
6742}
6743
Idan Kedar85541162012-08-02 11:47:10 +03006744static size_t max_response_pages(struct nfs_server *server)
6745{
6746 u32 max_resp_sz = server->nfs_client->cl_session->fc_attrs.max_resp_sz;
6747 return nfs_page_array_len(0, max_resp_sz);
6748}
6749
6750static void nfs4_free_pages(struct page **pages, size_t size)
6751{
6752 int i;
6753
6754 if (!pages)
6755 return;
6756
6757 for (i = 0; i < size; i++) {
6758 if (!pages[i])
6759 break;
6760 __free_page(pages[i]);
6761 }
6762 kfree(pages);
6763}
6764
6765static struct page **nfs4_alloc_pages(size_t size, gfp_t gfp_flags)
6766{
6767 struct page **pages;
6768 int i;
6769
6770 pages = kcalloc(size, sizeof(struct page *), gfp_flags);
6771 if (!pages) {
6772 dprintk("%s: can't alloc array of %zu pages\n", __func__, size);
6773 return NULL;
6774 }
6775
6776 for (i = 0; i < size; i++) {
6777 pages[i] = alloc_page(gfp_flags);
6778 if (!pages[i]) {
6779 dprintk("%s: failed to allocate page\n", __func__);
6780 nfs4_free_pages(pages, size);
6781 return NULL;
6782 }
6783 }
6784
6785 return pages;
6786}
6787
Andy Adamsonb1f69b72010-10-20 00:18:03 -04006788static void nfs4_layoutget_release(void *calldata)
6789{
6790 struct nfs4_layoutget *lgp = calldata;
Weston Andros Adamsona47970f2013-02-25 21:27:33 -05006791 struct inode *inode = lgp->args.inode;
6792 struct nfs_server *server = NFS_SERVER(inode);
Idan Kedar85541162012-08-02 11:47:10 +03006793 size_t max_pages = max_response_pages(server);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04006794
6795 dprintk("--> %s\n", __func__);
Idan Kedar85541162012-08-02 11:47:10 +03006796 nfs4_free_pages(lgp->args.layout.pages, max_pages);
Weston Andros Adamsona47970f2013-02-25 21:27:33 -05006797 pnfs_put_layout_hdr(NFS_I(inode)->layout);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04006798 put_nfs_open_context(lgp->args.ctx);
6799 kfree(calldata);
6800 dprintk("<-- %s\n", __func__);
6801}
6802
6803static const struct rpc_call_ops nfs4_layoutget_call_ops = {
6804 .rpc_call_prepare = nfs4_layoutget_prepare,
6805 .rpc_call_done = nfs4_layoutget_done,
6806 .rpc_release = nfs4_layoutget_release,
6807};
6808
Trond Myklebusta0b0a6e2012-09-17 17:12:15 -04006809struct pnfs_layout_segment *
6810nfs4_proc_layoutget(struct nfs4_layoutget *lgp, gfp_t gfp_flags)
Andy Adamsonb1f69b72010-10-20 00:18:03 -04006811{
Weston Andros Adamsona47970f2013-02-25 21:27:33 -05006812 struct inode *inode = lgp->args.inode;
6813 struct nfs_server *server = NFS_SERVER(inode);
Idan Kedar85541162012-08-02 11:47:10 +03006814 size_t max_pages = max_response_pages(server);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04006815 struct rpc_task *task;
6816 struct rpc_message msg = {
6817 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LAYOUTGET],
6818 .rpc_argp = &lgp->args,
6819 .rpc_resp = &lgp->res,
Trond Myklebust6ab59342013-05-20 10:49:34 -04006820 .rpc_cred = lgp->cred,
Andy Adamsonb1f69b72010-10-20 00:18:03 -04006821 };
6822 struct rpc_task_setup task_setup_data = {
6823 .rpc_client = server->client,
6824 .rpc_message = &msg,
6825 .callback_ops = &nfs4_layoutget_call_ops,
6826 .callback_data = lgp,
6827 .flags = RPC_TASK_ASYNC,
6828 };
Trond Myklebusta0b0a6e2012-09-17 17:12:15 -04006829 struct pnfs_layout_segment *lseg = NULL;
Andy Adamsonb1f69b72010-10-20 00:18:03 -04006830 int status = 0;
6831
6832 dprintk("--> %s\n", __func__);
6833
Idan Kedar85541162012-08-02 11:47:10 +03006834 lgp->args.layout.pages = nfs4_alloc_pages(max_pages, gfp_flags);
6835 if (!lgp->args.layout.pages) {
6836 nfs4_layoutget_release(lgp);
Trond Myklebusta0b0a6e2012-09-17 17:12:15 -04006837 return ERR_PTR(-ENOMEM);
Idan Kedar85541162012-08-02 11:47:10 +03006838 }
6839 lgp->args.layout.pglen = max_pages * PAGE_SIZE;
Weston Andros Adamson30005122013-02-28 20:30:10 -05006840 lgp->args.timestamp = jiffies;
Idan Kedar85541162012-08-02 11:47:10 +03006841
Weston Andros Adamson35124a02011-03-24 16:48:21 -04006842 lgp->res.layoutp = &lgp->args.layout;
Andy Adamsonb1f69b72010-10-20 00:18:03 -04006843 lgp->res.seq_res.sr_slot = NULL;
Trond Myklebust9d12b212012-01-17 22:04:25 -05006844 nfs41_init_sequence(&lgp->args.seq_args, &lgp->res.seq_res, 0);
Weston Andros Adamsona47970f2013-02-25 21:27:33 -05006845
6846 /* nfs4_layoutget_release calls pnfs_put_layout_hdr */
6847 pnfs_get_layout_hdr(NFS_I(inode)->layout);
6848
Andy Adamsonb1f69b72010-10-20 00:18:03 -04006849 task = rpc_run_task(&task_setup_data);
6850 if (IS_ERR(task))
Trond Myklebusta0b0a6e2012-09-17 17:12:15 -04006851 return ERR_CAST(task);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04006852 status = nfs4_wait_for_completion_rpc_task(task);
Fred Isamanc31663d2011-01-06 11:36:24 +00006853 if (status == 0)
6854 status = task->tk_status;
Weston Andros Adamson085b7a42013-02-15 16:03:46 -05006855 /* if layoutp->len is 0, nfs4_layoutget_prepare called rpc_exit */
6856 if (status == 0 && lgp->res.layoutp->len)
Trond Myklebusta0b0a6e2012-09-17 17:12:15 -04006857 lseg = pnfs_layout_process(lgp);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04006858 rpc_put_task(task);
6859 dprintk("<-- %s status=%d\n", __func__, status);
Trond Myklebusta0b0a6e2012-09-17 17:12:15 -04006860 if (status)
6861 return ERR_PTR(status);
6862 return lseg;
Andy Adamsonb1f69b72010-10-20 00:18:03 -04006863}
6864
Benny Halevycbe82602011-05-22 19:52:37 +03006865static void
6866nfs4_layoutreturn_prepare(struct rpc_task *task, void *calldata)
6867{
6868 struct nfs4_layoutreturn *lrp = calldata;
6869
6870 dprintk("--> %s\n", __func__);
Trond Myklebustd9afbd12012-10-22 20:28:44 -04006871 nfs41_setup_sequence(lrp->clp->cl_session,
6872 &lrp->args.seq_args,
6873 &lrp->res.seq_res,
6874 task);
Benny Halevycbe82602011-05-22 19:52:37 +03006875}
6876
6877static void nfs4_layoutreturn_done(struct rpc_task *task, void *calldata)
6878{
6879 struct nfs4_layoutreturn *lrp = calldata;
6880 struct nfs_server *server;
6881
6882 dprintk("--> %s\n", __func__);
6883
Trond Myklebust6ba7db32012-10-22 20:07:20 -04006884 if (!nfs41_sequence_done(task, &lrp->res.seq_res))
Benny Halevycbe82602011-05-22 19:52:37 +03006885 return;
6886
6887 server = NFS_SERVER(lrp->args.inode);
6888 if (nfs4_async_handle_error(task, server, NULL) == -EAGAIN) {
Trond Myklebustd00c5d42011-10-19 12:17:29 -07006889 rpc_restart_call_prepare(task);
Benny Halevycbe82602011-05-22 19:52:37 +03006890 return;
6891 }
Benny Halevycbe82602011-05-22 19:52:37 +03006892 dprintk("<-- %s\n", __func__);
6893}
6894
6895static void nfs4_layoutreturn_release(void *calldata)
6896{
6897 struct nfs4_layoutreturn *lrp = calldata;
Trond Myklebust849b2862012-09-24 14:18:39 -04006898 struct pnfs_layout_hdr *lo = lrp->args.layout;
Benny Halevycbe82602011-05-22 19:52:37 +03006899
6900 dprintk("--> %s\n", __func__);
Trond Myklebust849b2862012-09-24 14:18:39 -04006901 spin_lock(&lo->plh_inode->i_lock);
6902 if (lrp->res.lrs_present)
6903 pnfs_set_layout_stateid(lo, &lrp->res.stateid, true);
6904 lo->plh_block_lgets--;
6905 spin_unlock(&lo->plh_inode->i_lock);
Trond Myklebust70c3bd22012-09-18 20:51:13 -04006906 pnfs_put_layout_hdr(lrp->args.layout);
Benny Halevycbe82602011-05-22 19:52:37 +03006907 kfree(calldata);
6908 dprintk("<-- %s\n", __func__);
6909}
6910
6911static const struct rpc_call_ops nfs4_layoutreturn_call_ops = {
6912 .rpc_call_prepare = nfs4_layoutreturn_prepare,
6913 .rpc_call_done = nfs4_layoutreturn_done,
6914 .rpc_release = nfs4_layoutreturn_release,
6915};
6916
6917int nfs4_proc_layoutreturn(struct nfs4_layoutreturn *lrp)
6918{
6919 struct rpc_task *task;
6920 struct rpc_message msg = {
6921 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LAYOUTRETURN],
6922 .rpc_argp = &lrp->args,
6923 .rpc_resp = &lrp->res,
Trond Myklebust95560002013-05-20 10:43:47 -04006924 .rpc_cred = lrp->cred,
Benny Halevycbe82602011-05-22 19:52:37 +03006925 };
6926 struct rpc_task_setup task_setup_data = {
Andy Adamson1771c572013-07-22 12:42:05 -04006927 .rpc_client = NFS_SERVER(lrp->args.inode)->client,
Benny Halevycbe82602011-05-22 19:52:37 +03006928 .rpc_message = &msg,
6929 .callback_ops = &nfs4_layoutreturn_call_ops,
6930 .callback_data = lrp,
6931 };
6932 int status;
6933
6934 dprintk("--> %s\n", __func__);
Trond Myklebust9d12b212012-01-17 22:04:25 -05006935 nfs41_init_sequence(&lrp->args.seq_args, &lrp->res.seq_res, 1);
Benny Halevycbe82602011-05-22 19:52:37 +03006936 task = rpc_run_task(&task_setup_data);
6937 if (IS_ERR(task))
6938 return PTR_ERR(task);
6939 status = task->tk_status;
6940 dprintk("<-- %s status=%d\n", __func__, status);
6941 rpc_put_task(task);
6942 return status;
6943}
6944
Andy Adamson7f11d8d2011-07-30 20:52:35 -04006945/*
6946 * Retrieve the list of Data Server devices from the MDS.
6947 */
6948static int _nfs4_getdevicelist(struct nfs_server *server,
6949 const struct nfs_fh *fh,
6950 struct pnfs_devicelist *devlist)
6951{
6952 struct nfs4_getdevicelist_args args = {
6953 .fh = fh,
6954 .layoutclass = server->pnfs_curr_ld->id,
6955 };
6956 struct nfs4_getdevicelist_res res = {
6957 .devlist = devlist,
6958 };
6959 struct rpc_message msg = {
6960 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GETDEVICELIST],
6961 .rpc_argp = &args,
6962 .rpc_resp = &res,
6963 };
6964 int status;
6965
6966 dprintk("--> %s\n", __func__);
6967 status = nfs4_call_sync(server->client, server, &msg, &args.seq_args,
6968 &res.seq_res, 0);
6969 dprintk("<-- %s status=%d\n", __func__, status);
6970 return status;
6971}
6972
6973int nfs4_proc_getdevicelist(struct nfs_server *server,
6974 const struct nfs_fh *fh,
6975 struct pnfs_devicelist *devlist)
6976{
6977 struct nfs4_exception exception = { };
6978 int err;
6979
6980 do {
6981 err = nfs4_handle_exception(server,
6982 _nfs4_getdevicelist(server, fh, devlist),
6983 &exception);
6984 } while (exception.retry);
6985
6986 dprintk("%s: err=%d, num_devs=%u\n", __func__,
6987 err, devlist->num_devs);
6988
6989 return err;
6990}
6991EXPORT_SYMBOL_GPL(nfs4_proc_getdevicelist);
6992
Andy Adamsonb1f69b72010-10-20 00:18:03 -04006993static int
Trond Myklebustcd5875f2013-05-20 11:42:54 -04006994_nfs4_proc_getdeviceinfo(struct nfs_server *server,
6995 struct pnfs_device *pdev,
6996 struct rpc_cred *cred)
Andy Adamsonb1f69b72010-10-20 00:18:03 -04006997{
6998 struct nfs4_getdeviceinfo_args args = {
6999 .pdev = pdev,
7000 };
7001 struct nfs4_getdeviceinfo_res res = {
7002 .pdev = pdev,
7003 };
7004 struct rpc_message msg = {
7005 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GETDEVICEINFO],
7006 .rpc_argp = &args,
7007 .rpc_resp = &res,
Trond Myklebustcd5875f2013-05-20 11:42:54 -04007008 .rpc_cred = cred,
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007009 };
7010 int status;
7011
7012 dprintk("--> %s\n", __func__);
Bryan Schumaker7c513052011-03-24 17:12:24 +00007013 status = nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007014 dprintk("<-- %s status=%d\n", __func__, status);
7015
7016 return status;
7017}
7018
Trond Myklebustcd5875f2013-05-20 11:42:54 -04007019int nfs4_proc_getdeviceinfo(struct nfs_server *server,
7020 struct pnfs_device *pdev,
7021 struct rpc_cred *cred)
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007022{
7023 struct nfs4_exception exception = { };
7024 int err;
7025
7026 do {
7027 err = nfs4_handle_exception(server,
Trond Myklebustcd5875f2013-05-20 11:42:54 -04007028 _nfs4_proc_getdeviceinfo(server, pdev, cred),
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007029 &exception);
7030 } while (exception.retry);
7031 return err;
7032}
7033EXPORT_SYMBOL_GPL(nfs4_proc_getdeviceinfo);
7034
Andy Adamson863a3c62011-03-23 13:27:54 +00007035static void nfs4_layoutcommit_prepare(struct rpc_task *task, void *calldata)
7036{
7037 struct nfs4_layoutcommit_data *data = calldata;
7038 struct nfs_server *server = NFS_SERVER(data->args.inode);
Trond Myklebust6ba7db32012-10-22 20:07:20 -04007039 struct nfs4_session *session = nfs4_get_session(server);
Andy Adamson863a3c62011-03-23 13:27:54 +00007040
Trond Myklebustd9afbd12012-10-22 20:28:44 -04007041 nfs41_setup_sequence(session,
7042 &data->args.seq_args,
7043 &data->res.seq_res,
7044 task);
Andy Adamson863a3c62011-03-23 13:27:54 +00007045}
7046
7047static void
7048nfs4_layoutcommit_done(struct rpc_task *task, void *calldata)
7049{
7050 struct nfs4_layoutcommit_data *data = calldata;
7051 struct nfs_server *server = NFS_SERVER(data->args.inode);
7052
Trond Myklebust6ba7db32012-10-22 20:07:20 -04007053 if (!nfs41_sequence_done(task, &data->res.seq_res))
Andy Adamson863a3c62011-03-23 13:27:54 +00007054 return;
7055
7056 switch (task->tk_status) { /* Just ignore these failures */
Trond Myklebuste59d27e2012-03-27 18:22:19 -04007057 case -NFS4ERR_DELEG_REVOKED: /* layout was recalled */
7058 case -NFS4ERR_BADIOMODE: /* no IOMODE_RW layout for range */
7059 case -NFS4ERR_BADLAYOUT: /* no layout */
7060 case -NFS4ERR_GRACE: /* loca_recalim always false */
Andy Adamson863a3c62011-03-23 13:27:54 +00007061 task->tk_status = 0;
Trond Myklebuste59d27e2012-03-27 18:22:19 -04007062 break;
7063 case 0:
Andy Adamson863a3c62011-03-23 13:27:54 +00007064 nfs_post_op_update_inode_force_wcc(data->args.inode,
7065 data->res.fattr);
Trond Myklebuste59d27e2012-03-27 18:22:19 -04007066 break;
7067 default:
7068 if (nfs4_async_handle_error(task, server, NULL) == -EAGAIN) {
7069 rpc_restart_call_prepare(task);
7070 return;
7071 }
7072 }
Andy Adamson863a3c62011-03-23 13:27:54 +00007073}
7074
7075static void nfs4_layoutcommit_release(void *calldata)
7076{
7077 struct nfs4_layoutcommit_data *data = calldata;
7078
Andy Adamsondb29c082011-07-30 20:52:38 -04007079 pnfs_cleanup_layoutcommit(data);
Andy Adamson863a3c62011-03-23 13:27:54 +00007080 put_rpccred(data->cred);
7081 kfree(data);
7082}
7083
7084static const struct rpc_call_ops nfs4_layoutcommit_ops = {
7085 .rpc_call_prepare = nfs4_layoutcommit_prepare,
7086 .rpc_call_done = nfs4_layoutcommit_done,
7087 .rpc_release = nfs4_layoutcommit_release,
7088};
7089
7090int
Andy Adamsonef311532011-03-12 02:58:10 -05007091nfs4_proc_layoutcommit(struct nfs4_layoutcommit_data *data, bool sync)
Andy Adamson863a3c62011-03-23 13:27:54 +00007092{
7093 struct rpc_message msg = {
7094 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LAYOUTCOMMIT],
7095 .rpc_argp = &data->args,
7096 .rpc_resp = &data->res,
7097 .rpc_cred = data->cred,
7098 };
7099 struct rpc_task_setup task_setup_data = {
7100 .task = &data->task,
7101 .rpc_client = NFS_CLIENT(data->args.inode),
7102 .rpc_message = &msg,
7103 .callback_ops = &nfs4_layoutcommit_ops,
7104 .callback_data = data,
7105 .flags = RPC_TASK_ASYNC,
7106 };
7107 struct rpc_task *task;
7108 int status = 0;
7109
7110 dprintk("NFS: %4d initiating layoutcommit call. sync %d "
7111 "lbw: %llu inode %lu\n",
7112 data->task.tk_pid, sync,
7113 data->args.lastbytewritten,
7114 data->args.inode->i_ino);
7115
Trond Myklebust9d12b212012-01-17 22:04:25 -05007116 nfs41_init_sequence(&data->args.seq_args, &data->res.seq_res, 1);
Andy Adamson863a3c62011-03-23 13:27:54 +00007117 task = rpc_run_task(&task_setup_data);
7118 if (IS_ERR(task))
7119 return PTR_ERR(task);
Andy Adamsonef311532011-03-12 02:58:10 -05007120 if (sync == false)
Andy Adamson863a3c62011-03-23 13:27:54 +00007121 goto out;
7122 status = nfs4_wait_for_completion_rpc_task(task);
7123 if (status != 0)
7124 goto out;
7125 status = task->tk_status;
7126out:
7127 dprintk("%s: status %d\n", __func__, status);
7128 rpc_put_task(task);
7129 return status;
7130}
Bryan Schumakerfca78d62011-06-02 14:59:07 -04007131
Andy Adamson97431202013-08-08 10:57:56 -04007132/**
7133 * Use the state managment nfs_client cl_rpcclient, which uses krb5i (if
7134 * possible) as per RFC3530bis and RFC5661 Security Considerations sections
7135 */
Bryan Schumakerfca78d62011-06-02 14:59:07 -04007136static int
7137_nfs41_proc_secinfo_no_name(struct nfs_server *server, struct nfs_fh *fhandle,
7138 struct nfs_fsinfo *info, struct nfs4_secinfo_flavors *flavors)
7139{
7140 struct nfs41_secinfo_no_name_args args = {
7141 .style = SECINFO_STYLE_CURRENT_FH,
7142 };
7143 struct nfs4_secinfo_res res = {
7144 .flavors = flavors,
7145 };
7146 struct rpc_message msg = {
7147 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SECINFO_NO_NAME],
7148 .rpc_argp = &args,
7149 .rpc_resp = &res,
7150 };
Andy Adamson97431202013-08-08 10:57:56 -04007151 return nfs4_call_sync(server->nfs_client->cl_rpcclient, server, &msg,
7152 &args.seq_args, &res.seq_res, 0);
Bryan Schumakerfca78d62011-06-02 14:59:07 -04007153}
7154
7155static int
7156nfs41_proc_secinfo_no_name(struct nfs_server *server, struct nfs_fh *fhandle,
7157 struct nfs_fsinfo *info, struct nfs4_secinfo_flavors *flavors)
7158{
7159 struct nfs4_exception exception = { };
7160 int err;
7161 do {
7162 err = _nfs41_proc_secinfo_no_name(server, fhandle, info, flavors);
7163 switch (err) {
7164 case 0:
7165 case -NFS4ERR_WRONGSEC:
7166 case -NFS4ERR_NOTSUPP:
Trond Myklebust05e9cfb2012-03-27 18:13:02 -04007167 goto out;
Bryan Schumakerfca78d62011-06-02 14:59:07 -04007168 default:
7169 err = nfs4_handle_exception(server, err, &exception);
7170 }
7171 } while (exception.retry);
Trond Myklebust05e9cfb2012-03-27 18:13:02 -04007172out:
Bryan Schumakerfca78d62011-06-02 14:59:07 -04007173 return err;
7174}
7175
7176static int
7177nfs41_find_root_sec(struct nfs_server *server, struct nfs_fh *fhandle,
7178 struct nfs_fsinfo *info)
7179{
7180 int err;
7181 struct page *page;
7182 rpc_authflavor_t flavor;
7183 struct nfs4_secinfo_flavors *flavors;
7184
7185 page = alloc_page(GFP_KERNEL);
7186 if (!page) {
7187 err = -ENOMEM;
7188 goto out;
7189 }
7190
7191 flavors = page_address(page);
7192 err = nfs41_proc_secinfo_no_name(server, fhandle, info, flavors);
7193
7194 /*
7195 * Fall back on "guess and check" method if
7196 * the server doesn't support SECINFO_NO_NAME
7197 */
7198 if (err == -NFS4ERR_WRONGSEC || err == -NFS4ERR_NOTSUPP) {
7199 err = nfs4_find_root_sec(server, fhandle, info);
7200 goto out_freepage;
7201 }
7202 if (err)
7203 goto out_freepage;
7204
7205 flavor = nfs_find_best_sec(flavors);
7206 if (err == 0)
7207 err = nfs4_lookup_root_sec(server, fhandle, info, flavor);
7208
7209out_freepage:
7210 put_page(page);
7211 if (err == -EACCES)
7212 return -EPERM;
7213out:
7214 return err;
7215}
Bryan Schumaker1cab0652012-01-31 10:39:29 -05007216
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04007217static int _nfs41_test_stateid(struct nfs_server *server,
7218 nfs4_stateid *stateid,
7219 struct rpc_cred *cred)
Bryan Schumaker7d974792011-06-02 14:59:08 -04007220{
7221 int status;
7222 struct nfs41_test_stateid_args args = {
Bryan Schumaker1cab0652012-01-31 10:39:29 -05007223 .stateid = stateid,
Bryan Schumaker7d974792011-06-02 14:59:08 -04007224 };
7225 struct nfs41_test_stateid_res res;
7226 struct rpc_message msg = {
7227 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_TEST_STATEID],
7228 .rpc_argp = &args,
7229 .rpc_resp = &res,
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04007230 .rpc_cred = cred,
Bryan Schumaker7d974792011-06-02 14:59:08 -04007231 };
Bryan Schumaker1cab0652012-01-31 10:39:29 -05007232
Chuck Lever38527b12012-07-11 16:30:23 -04007233 dprintk("NFS call test_stateid %p\n", stateid);
Trond Myklebust9d12b212012-01-17 22:04:25 -05007234 nfs41_init_sequence(&args.seq_args, &res.seq_res, 0);
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04007235 nfs4_set_sequence_privileged(&args.seq_args);
7236 status = nfs4_call_sync_sequence(server->client, server, &msg,
7237 &args.seq_args, &res.seq_res);
Chuck Lever38527b12012-07-11 16:30:23 -04007238 if (status != NFS_OK) {
7239 dprintk("NFS reply test_stateid: failed, %d\n", status);
Chuck Lever377e5072012-07-11 16:29:45 -04007240 return status;
Chuck Lever38527b12012-07-11 16:30:23 -04007241 }
7242 dprintk("NFS reply test_stateid: succeeded, %d\n", -res.status);
Chuck Lever377e5072012-07-11 16:29:45 -04007243 return -res.status;
Bryan Schumaker7d974792011-06-02 14:59:08 -04007244}
7245
Chuck Lever38527b12012-07-11 16:30:23 -04007246/**
7247 * nfs41_test_stateid - perform a TEST_STATEID operation
7248 *
7249 * @server: server / transport on which to perform the operation
7250 * @stateid: state ID to test
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04007251 * @cred: credential
Chuck Lever38527b12012-07-11 16:30:23 -04007252 *
7253 * Returns NFS_OK if the server recognizes that "stateid" is valid.
7254 * Otherwise a negative NFS4ERR value is returned if the operation
7255 * failed or the state ID is not currently valid.
7256 */
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04007257static int nfs41_test_stateid(struct nfs_server *server,
7258 nfs4_stateid *stateid,
7259 struct rpc_cred *cred)
Bryan Schumaker7d974792011-06-02 14:59:08 -04007260{
7261 struct nfs4_exception exception = { };
7262 int err;
7263 do {
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04007264 err = _nfs41_test_stateid(server, stateid, cred);
Chuck Lever377e5072012-07-11 16:29:45 -04007265 if (err != -NFS4ERR_DELAY)
7266 break;
7267 nfs4_handle_exception(server, err, &exception);
Bryan Schumaker7d974792011-06-02 14:59:08 -04007268 } while (exception.retry);
7269 return err;
7270}
Bryan Schumaker9aeda352011-06-02 14:59:09 -04007271
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04007272struct nfs_free_stateid_data {
7273 struct nfs_server *server;
7274 struct nfs41_free_stateid_args args;
Bryan Schumaker9aeda352011-06-02 14:59:09 -04007275 struct nfs41_free_stateid_res res;
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04007276};
7277
7278static void nfs41_free_stateid_prepare(struct rpc_task *task, void *calldata)
7279{
7280 struct nfs_free_stateid_data *data = calldata;
7281 nfs41_setup_sequence(nfs4_get_session(data->server),
7282 &data->args.seq_args,
7283 &data->res.seq_res,
7284 task);
7285}
7286
7287static void nfs41_free_stateid_done(struct rpc_task *task, void *calldata)
7288{
7289 struct nfs_free_stateid_data *data = calldata;
7290
7291 nfs41_sequence_done(task, &data->res.seq_res);
7292
7293 switch (task->tk_status) {
7294 case -NFS4ERR_DELAY:
7295 if (nfs4_async_handle_error(task, data->server, NULL) == -EAGAIN)
7296 rpc_restart_call_prepare(task);
7297 }
7298}
7299
7300static void nfs41_free_stateid_release(void *calldata)
7301{
7302 kfree(calldata);
7303}
7304
Trond Myklebust17f26b12013-08-21 15:48:42 -04007305static const struct rpc_call_ops nfs41_free_stateid_ops = {
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04007306 .rpc_call_prepare = nfs41_free_stateid_prepare,
7307 .rpc_call_done = nfs41_free_stateid_done,
7308 .rpc_release = nfs41_free_stateid_release,
7309};
7310
7311static struct rpc_task *_nfs41_free_stateid(struct nfs_server *server,
7312 nfs4_stateid *stateid,
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04007313 struct rpc_cred *cred,
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04007314 bool privileged)
7315{
Bryan Schumaker9aeda352011-06-02 14:59:09 -04007316 struct rpc_message msg = {
7317 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FREE_STATEID],
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04007318 .rpc_cred = cred,
Bryan Schumaker9aeda352011-06-02 14:59:09 -04007319 };
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04007320 struct rpc_task_setup task_setup = {
7321 .rpc_client = server->client,
7322 .rpc_message = &msg,
7323 .callback_ops = &nfs41_free_stateid_ops,
7324 .flags = RPC_TASK_ASYNC,
7325 };
7326 struct nfs_free_stateid_data *data;
Bryan Schumaker9aeda352011-06-02 14:59:09 -04007327
Chuck Lever38527b12012-07-11 16:30:23 -04007328 dprintk("NFS call free_stateid %p\n", stateid);
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04007329 data = kmalloc(sizeof(*data), GFP_NOFS);
7330 if (!data)
7331 return ERR_PTR(-ENOMEM);
7332 data->server = server;
7333 nfs4_stateid_copy(&data->args.stateid, stateid);
7334
7335 task_setup.callback_data = data;
7336
7337 msg.rpc_argp = &data->args;
7338 msg.rpc_resp = &data->res;
7339 nfs41_init_sequence(&data->args.seq_args, &data->res.seq_res, 0);
7340 if (privileged)
7341 nfs4_set_sequence_privileged(&data->args.seq_args);
7342
7343 return rpc_run_task(&task_setup);
Bryan Schumaker9aeda352011-06-02 14:59:09 -04007344}
7345
Chuck Lever38527b12012-07-11 16:30:23 -04007346/**
7347 * nfs41_free_stateid - perform a FREE_STATEID operation
7348 *
7349 * @server: server / transport on which to perform the operation
7350 * @stateid: state ID to release
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04007351 * @cred: credential
Chuck Lever38527b12012-07-11 16:30:23 -04007352 *
7353 * Returns NFS_OK if the server freed "stateid". Otherwise a
7354 * negative NFS4ERR value is returned.
7355 */
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04007356static int nfs41_free_stateid(struct nfs_server *server,
7357 nfs4_stateid *stateid,
7358 struct rpc_cred *cred)
Bryan Schumaker9aeda352011-06-02 14:59:09 -04007359{
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04007360 struct rpc_task *task;
7361 int ret;
7362
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04007363 task = _nfs41_free_stateid(server, stateid, cred, true);
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04007364 if (IS_ERR(task))
7365 return PTR_ERR(task);
7366 ret = rpc_wait_for_completion_task(task);
7367 if (!ret)
7368 ret = task->tk_status;
7369 rpc_put_task(task);
7370 return ret;
Bryan Schumaker9aeda352011-06-02 14:59:09 -04007371}
Trond Myklebust36281ca2012-03-04 18:13:56 -05007372
Trond Myklebustc8b2d0b2013-05-03 16:22:55 -04007373static int nfs41_free_lock_state(struct nfs_server *server, struct nfs4_lock_state *lsp)
7374{
7375 struct rpc_task *task;
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04007376 struct rpc_cred *cred = lsp->ls_state->owner->so_cred;
Trond Myklebustc8b2d0b2013-05-03 16:22:55 -04007377
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04007378 task = _nfs41_free_stateid(server, &lsp->ls_stateid, cred, false);
Trond Myklebustc8b2d0b2013-05-03 16:22:55 -04007379 nfs4_free_lock_state(server, lsp);
7380 if (IS_ERR(task))
7381 return PTR_ERR(task);
7382 rpc_put_task(task);
7383 return 0;
7384}
7385
Trond Myklebust36281ca2012-03-04 18:13:56 -05007386static bool nfs41_match_stateid(const nfs4_stateid *s1,
7387 const nfs4_stateid *s2)
7388{
Trond Myklebust2d2f24a2012-03-04 18:13:57 -05007389 if (memcmp(s1->other, s2->other, sizeof(s1->other)) != 0)
Trond Myklebust36281ca2012-03-04 18:13:56 -05007390 return false;
7391
Trond Myklebust2d2f24a2012-03-04 18:13:57 -05007392 if (s1->seqid == s2->seqid)
Trond Myklebust36281ca2012-03-04 18:13:56 -05007393 return true;
Trond Myklebust2d2f24a2012-03-04 18:13:57 -05007394 if (s1->seqid == 0 || s2->seqid == 0)
Trond Myklebust36281ca2012-03-04 18:13:56 -05007395 return true;
7396
7397 return false;
7398}
7399
Andy Adamson557134a2009-04-01 09:21:53 -04007400#endif /* CONFIG_NFS_V4_1 */
7401
Trond Myklebust36281ca2012-03-04 18:13:56 -05007402static bool nfs4_match_stateid(const nfs4_stateid *s1,
7403 const nfs4_stateid *s2)
7404{
Trond Myklebustf597c532012-03-04 18:13:56 -05007405 return nfs4_stateid_match(s1, s2);
Trond Myklebust36281ca2012-03-04 18:13:56 -05007406}
7407
7408
Trond Myklebust17280172012-03-11 13:11:00 -04007409static const struct nfs4_state_recovery_ops nfs40_reboot_recovery_ops = {
Trond Myklebust7eff03a2008-12-23 15:21:43 -05007410 .owner_flag_bit = NFS_OWNER_RECLAIM_REBOOT,
Trond Myklebustb79a4a12008-12-23 15:21:41 -05007411 .state_flag_bit = NFS_STATE_RECLAIM_REBOOT,
Linus Torvalds1da177e2005-04-16 15:20:36 -07007412 .recover_open = nfs4_open_reclaim,
7413 .recover_lock = nfs4_lock_reclaim,
Andy Adamson591d71c2009-04-01 09:22:47 -04007414 .establish_clid = nfs4_init_clientid,
Chuck Lever05f4c352012-09-14 17:24:32 -04007415 .detect_trunking = nfs40_discover_server_trunking,
Linus Torvalds1da177e2005-04-16 15:20:36 -07007416};
7417
Andy Adamson591d71c2009-04-01 09:22:47 -04007418#if defined(CONFIG_NFS_V4_1)
Trond Myklebust17280172012-03-11 13:11:00 -04007419static const struct nfs4_state_recovery_ops nfs41_reboot_recovery_ops = {
Andy Adamson591d71c2009-04-01 09:22:47 -04007420 .owner_flag_bit = NFS_OWNER_RECLAIM_REBOOT,
7421 .state_flag_bit = NFS_STATE_RECLAIM_REBOOT,
7422 .recover_open = nfs4_open_reclaim,
7423 .recover_lock = nfs4_lock_reclaim,
Andy Adamson4d643d12009-12-04 15:52:24 -05007424 .establish_clid = nfs41_init_clientid,
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007425 .reclaim_complete = nfs41_proc_reclaim_complete,
Chuck Lever05f4c352012-09-14 17:24:32 -04007426 .detect_trunking = nfs41_discover_server_trunking,
Andy Adamson591d71c2009-04-01 09:22:47 -04007427};
7428#endif /* CONFIG_NFS_V4_1 */
7429
Trond Myklebust17280172012-03-11 13:11:00 -04007430static const struct nfs4_state_recovery_ops nfs40_nograce_recovery_ops = {
Trond Myklebust7eff03a2008-12-23 15:21:43 -05007431 .owner_flag_bit = NFS_OWNER_RECLAIM_NOGRACE,
Trond Myklebustb79a4a12008-12-23 15:21:41 -05007432 .state_flag_bit = NFS_STATE_RECLAIM_NOGRACE,
Linus Torvalds1da177e2005-04-16 15:20:36 -07007433 .recover_open = nfs4_open_expired,
7434 .recover_lock = nfs4_lock_expired,
Andy Adamson591d71c2009-04-01 09:22:47 -04007435 .establish_clid = nfs4_init_clientid,
Linus Torvalds1da177e2005-04-16 15:20:36 -07007436};
7437
Andy Adamson591d71c2009-04-01 09:22:47 -04007438#if defined(CONFIG_NFS_V4_1)
Trond Myklebust17280172012-03-11 13:11:00 -04007439static const struct nfs4_state_recovery_ops nfs41_nograce_recovery_ops = {
Andy Adamson591d71c2009-04-01 09:22:47 -04007440 .owner_flag_bit = NFS_OWNER_RECLAIM_NOGRACE,
7441 .state_flag_bit = NFS_STATE_RECLAIM_NOGRACE,
Bryan Schumakerf062eb62011-06-02 14:59:10 -04007442 .recover_open = nfs41_open_expired,
7443 .recover_lock = nfs41_lock_expired,
Andy Adamson4d643d12009-12-04 15:52:24 -05007444 .establish_clid = nfs41_init_clientid,
Andy Adamson591d71c2009-04-01 09:22:47 -04007445};
7446#endif /* CONFIG_NFS_V4_1 */
7447
Trond Myklebust17280172012-03-11 13:11:00 -04007448static const struct nfs4_state_maintenance_ops nfs40_state_renewal_ops = {
Benny Halevy29fba382009-04-01 09:22:44 -04007449 .sched_state_renewal = nfs4_proc_async_renew,
Andy Adamsona7b72102009-04-01 09:22:46 -04007450 .get_state_renewal_cred_locked = nfs4_get_renew_cred_locked,
Benny Halevy8e69514f2009-04-01 09:22:45 -04007451 .renew_lease = nfs4_proc_renew,
Benny Halevy29fba382009-04-01 09:22:44 -04007452};
7453
7454#if defined(CONFIG_NFS_V4_1)
Trond Myklebust17280172012-03-11 13:11:00 -04007455static const struct nfs4_state_maintenance_ops nfs41_state_renewal_ops = {
Benny Halevy29fba382009-04-01 09:22:44 -04007456 .sched_state_renewal = nfs41_proc_async_sequence,
Andy Adamsona7b72102009-04-01 09:22:46 -04007457 .get_state_renewal_cred_locked = nfs4_get_machine_cred_locked,
Benny Halevy8e69514f2009-04-01 09:22:45 -04007458 .renew_lease = nfs4_proc_sequence,
Benny Halevy29fba382009-04-01 09:22:44 -04007459};
7460#endif
7461
Trond Myklebust97dc1352010-06-16 09:52:26 -04007462static const struct nfs4_minor_version_ops nfs_v4_0_minor_ops = {
7463 .minor_version = 0,
Trond Myklebust39c6daa2013-03-15 16:11:57 -04007464 .init_caps = NFS_CAP_READDIRPLUS
7465 | NFS_CAP_ATOMIC_OPEN
7466 | NFS_CAP_CHANGE_ATTR
7467 | NFS_CAP_POSIX_LOCK,
Trond Myklebust97dc1352010-06-16 09:52:26 -04007468 .call_sync = _nfs4_call_sync,
Trond Myklebust36281ca2012-03-04 18:13:56 -05007469 .match_stateid = nfs4_match_stateid,
Bryan Schumakerfca78d62011-06-02 14:59:07 -04007470 .find_root_sec = nfs4_find_root_sec,
Trond Myklebustc8b2d0b2013-05-03 16:22:55 -04007471 .free_lock_state = nfs4_release_lockowner,
Trond Myklebustc48f4f32010-06-16 09:52:27 -04007472 .reboot_recovery_ops = &nfs40_reboot_recovery_ops,
7473 .nograce_recovery_ops = &nfs40_nograce_recovery_ops,
7474 .state_renewal_ops = &nfs40_state_renewal_ops,
Trond Myklebust97dc1352010-06-16 09:52:26 -04007475};
7476
7477#if defined(CONFIG_NFS_V4_1)
7478static const struct nfs4_minor_version_ops nfs_v4_1_minor_ops = {
7479 .minor_version = 1,
Trond Myklebust39c6daa2013-03-15 16:11:57 -04007480 .init_caps = NFS_CAP_READDIRPLUS
7481 | NFS_CAP_ATOMIC_OPEN
7482 | NFS_CAP_CHANGE_ATTR
Trond Myklebust3b664862013-03-17 15:31:15 -04007483 | NFS_CAP_POSIX_LOCK
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04007484 | NFS_CAP_STATEID_NFSV41
7485 | NFS_CAP_ATOMIC_OPEN_V1,
Bryan Schumaker104287c2012-11-12 14:13:13 -05007486 .call_sync = nfs4_call_sync_sequence,
Trond Myklebust36281ca2012-03-04 18:13:56 -05007487 .match_stateid = nfs41_match_stateid,
Bryan Schumakerfca78d62011-06-02 14:59:07 -04007488 .find_root_sec = nfs41_find_root_sec,
Trond Myklebustc8b2d0b2013-05-03 16:22:55 -04007489 .free_lock_state = nfs41_free_lock_state,
Trond Myklebustc48f4f32010-06-16 09:52:27 -04007490 .reboot_recovery_ops = &nfs41_reboot_recovery_ops,
7491 .nograce_recovery_ops = &nfs41_nograce_recovery_ops,
7492 .state_renewal_ops = &nfs41_state_renewal_ops,
Trond Myklebust97dc1352010-06-16 09:52:26 -04007493};
7494#endif
7495
Steve Dickson42c2c422013-05-22 12:50:38 -04007496#if defined(CONFIG_NFS_V4_2)
7497static const struct nfs4_minor_version_ops nfs_v4_2_minor_ops = {
7498 .minor_version = 2,
Bryan Schumaker70173102013-06-19 13:41:43 -04007499 .init_caps = NFS_CAP_READDIRPLUS
7500 | NFS_CAP_ATOMIC_OPEN
7501 | NFS_CAP_CHANGE_ATTR
7502 | NFS_CAP_POSIX_LOCK
7503 | NFS_CAP_STATEID_NFSV41
7504 | NFS_CAP_ATOMIC_OPEN_V1,
Steve Dickson42c2c422013-05-22 12:50:38 -04007505 .call_sync = nfs4_call_sync_sequence,
7506 .match_stateid = nfs41_match_stateid,
7507 .find_root_sec = nfs41_find_root_sec,
Bryan Schumaker70173102013-06-19 13:41:43 -04007508 .free_lock_state = nfs41_free_lock_state,
Steve Dickson42c2c422013-05-22 12:50:38 -04007509 .reboot_recovery_ops = &nfs41_reboot_recovery_ops,
7510 .nograce_recovery_ops = &nfs41_nograce_recovery_ops,
7511 .state_renewal_ops = &nfs41_state_renewal_ops,
7512};
7513#endif
7514
Trond Myklebust97dc1352010-06-16 09:52:26 -04007515const struct nfs4_minor_version_ops *nfs_v4_minor_ops[] = {
7516 [0] = &nfs_v4_0_minor_ops,
7517#if defined(CONFIG_NFS_V4_1)
7518 [1] = &nfs_v4_1_minor_ops,
7519#endif
Steve Dickson42c2c422013-05-22 12:50:38 -04007520#if defined(CONFIG_NFS_V4_2)
7521 [2] = &nfs_v4_2_minor_ops,
7522#endif
Trond Myklebust97dc1352010-06-16 09:52:26 -04007523};
7524
Trond Myklebust17f26b12013-08-21 15:48:42 -04007525static const struct inode_operations nfs4_dir_inode_operations = {
Bryan Schumaker73a79702012-07-16 16:39:12 -04007526 .create = nfs_create,
7527 .lookup = nfs_lookup,
7528 .atomic_open = nfs_atomic_open,
7529 .link = nfs_link,
7530 .unlink = nfs_unlink,
7531 .symlink = nfs_symlink,
7532 .mkdir = nfs_mkdir,
7533 .rmdir = nfs_rmdir,
7534 .mknod = nfs_mknod,
7535 .rename = nfs_rename,
7536 .permission = nfs_permission,
7537 .getattr = nfs_getattr,
7538 .setattr = nfs_setattr,
7539 .getxattr = generic_getxattr,
7540 .setxattr = generic_setxattr,
7541 .listxattr = generic_listxattr,
7542 .removexattr = generic_removexattr,
7543};
7544
Arjan van de Ven92e1d5b2007-02-12 00:55:39 -08007545static const struct inode_operations nfs4_file_inode_operations = {
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00007546 .permission = nfs_permission,
7547 .getattr = nfs_getattr,
7548 .setattr = nfs_setattr,
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00007549 .getxattr = generic_getxattr,
7550 .setxattr = generic_setxattr,
7551 .listxattr = generic_listxattr,
7552 .removexattr = generic_removexattr,
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00007553};
7554
David Howells509de812006-08-22 20:06:11 -04007555const struct nfs_rpc_ops nfs_v4_clientops = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07007556 .version = 4, /* protocol version */
7557 .dentry_ops = &nfs4_dentry_operations,
7558 .dir_inode_ops = &nfs4_dir_inode_operations,
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00007559 .file_inode_ops = &nfs4_file_inode_operations,
Jeff Layton1788ea62011-11-04 13:31:21 -04007560 .file_ops = &nfs4_file_operations,
Linus Torvalds1da177e2005-04-16 15:20:36 -07007561 .getroot = nfs4_proc_get_root,
Bryan Schumaker281cad42012-04-27 13:27:45 -04007562 .submount = nfs4_submount,
Bryan Schumakerff9099f22012-07-30 16:05:18 -04007563 .try_mount = nfs4_try_mount,
Linus Torvalds1da177e2005-04-16 15:20:36 -07007564 .getattr = nfs4_proc_getattr,
7565 .setattr = nfs4_proc_setattr,
7566 .lookup = nfs4_proc_lookup,
7567 .access = nfs4_proc_access,
7568 .readlink = nfs4_proc_readlink,
Linus Torvalds1da177e2005-04-16 15:20:36 -07007569 .create = nfs4_proc_create,
7570 .remove = nfs4_proc_remove,
7571 .unlink_setup = nfs4_proc_unlink_setup,
Bryan Schumaker34e137c2012-03-19 14:54:41 -04007572 .unlink_rpc_prepare = nfs4_proc_unlink_rpc_prepare,
Linus Torvalds1da177e2005-04-16 15:20:36 -07007573 .unlink_done = nfs4_proc_unlink_done,
7574 .rename = nfs4_proc_rename,
Jeff Laytond3d41522010-09-17 17:31:57 -04007575 .rename_setup = nfs4_proc_rename_setup,
Bryan Schumakerc6bfa1a2012-03-19 14:54:42 -04007576 .rename_rpc_prepare = nfs4_proc_rename_rpc_prepare,
Jeff Laytond3d41522010-09-17 17:31:57 -04007577 .rename_done = nfs4_proc_rename_done,
Linus Torvalds1da177e2005-04-16 15:20:36 -07007578 .link = nfs4_proc_link,
7579 .symlink = nfs4_proc_symlink,
7580 .mkdir = nfs4_proc_mkdir,
7581 .rmdir = nfs4_proc_remove,
7582 .readdir = nfs4_proc_readdir,
7583 .mknod = nfs4_proc_mknod,
7584 .statfs = nfs4_proc_statfs,
7585 .fsinfo = nfs4_proc_fsinfo,
7586 .pathconf = nfs4_proc_pathconf,
David Howellse9326dc2006-08-22 20:06:10 -04007587 .set_capabilities = nfs4_server_capabilities,
Linus Torvalds1da177e2005-04-16 15:20:36 -07007588 .decode_dirent = nfs4_decode_dirent,
7589 .read_setup = nfs4_proc_read_setup,
Bryan Schumaker1abb50882012-06-20 15:53:47 -04007590 .read_pageio_init = pnfs_pageio_init_read,
Bryan Schumakerea7c3302012-03-19 14:54:40 -04007591 .read_rpc_prepare = nfs4_proc_read_rpc_prepare,
Trond Myklebustec06c092006-03-20 13:44:27 -05007592 .read_done = nfs4_read_done,
Linus Torvalds1da177e2005-04-16 15:20:36 -07007593 .write_setup = nfs4_proc_write_setup,
Bryan Schumaker57208fa2012-06-20 15:53:48 -04007594 .write_pageio_init = pnfs_pageio_init_write,
Bryan Schumakerc6cb80d2012-03-19 14:54:39 -04007595 .write_rpc_prepare = nfs4_proc_write_rpc_prepare,
Trond Myklebust788e7a82006-03-20 13:44:27 -05007596 .write_done = nfs4_write_done,
Linus Torvalds1da177e2005-04-16 15:20:36 -07007597 .commit_setup = nfs4_proc_commit_setup,
Fred Isaman0b7c0152012-04-20 14:47:39 -04007598 .commit_rpc_prepare = nfs4_proc_commit_rpc_prepare,
Trond Myklebust788e7a82006-03-20 13:44:27 -05007599 .commit_done = nfs4_commit_done,
Linus Torvalds1da177e2005-04-16 15:20:36 -07007600 .lock = nfs4_proc_lock,
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00007601 .clear_acl_cache = nfs4_zap_acl_attr,
Trond Myklebust7fe5c392009-03-19 15:35:50 -04007602 .close_context = nfs4_close_context,
Trond Myklebust2b484292010-09-17 10:56:51 -04007603 .open_context = nfs4_atomic_open,
Bryan Schumaker011e2a72012-06-20 15:53:43 -04007604 .have_delegation = nfs4_have_delegation,
Bryan Schumaker57ec14c2012-06-20 15:53:44 -04007605 .return_delegation = nfs4_inode_return_delegation,
Bryan Schumaker6663ee72012-06-20 15:53:46 -04007606 .alloc_client = nfs4_alloc_client,
Andy Adamson45a52a02011-03-01 01:34:08 +00007607 .init_client = nfs4_init_client,
Bryan Schumakercdb7ece2012-06-20 15:53:45 -04007608 .free_client = nfs4_free_client,
Bryan Schumaker1179acc2012-07-30 16:05:19 -04007609 .create_server = nfs4_create_server,
7610 .clone_server = nfs_clone_server,
Linus Torvalds1da177e2005-04-16 15:20:36 -07007611};
7612
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00007613static const struct xattr_handler nfs4_xattr_nfs4_acl_handler = {
7614 .prefix = XATTR_NAME_NFSV4_ACL,
7615 .list = nfs4_xattr_list_nfs4_acl,
7616 .get = nfs4_xattr_get_nfs4_acl,
7617 .set = nfs4_xattr_set_nfs4_acl,
7618};
7619
7620const struct xattr_handler *nfs4_xattr_handlers[] = {
7621 &nfs4_xattr_nfs4_acl_handler,
David Quigleyc9bccef2013-05-22 12:50:45 -04007622#ifdef CONFIG_NFS_V4_SECURITY_LABEL
7623 &nfs4_xattr_nfs4_label_handler,
7624#endif
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00007625 NULL
7626};
7627
Linus Torvalds1da177e2005-04-16 15:20:36 -07007628/*
7629 * Local variables:
7630 * c-basic-offset: 8
7631 * End:
7632 */