blob: d181090124db79dc47819c3d2c985caac51f02a8 [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>
Jeff Laytonfeaff8e2015-05-12 15:48:10 -040041#include <linux/file.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070042#include <linux/string.h>
Trond Myklebust652f89f2011-12-09 19:05:58 -050043#include <linux/ratelimit.h>
44#include <linux/printk.h>
Tejun Heo5a0e3ad2010-03-24 17:04:11 +090045#include <linux/slab.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070046#include <linux/sunrpc/clnt.h>
47#include <linux/nfs.h>
48#include <linux/nfs4.h>
49#include <linux/nfs_fs.h>
50#include <linux/nfs_page.h>
Bryan Schumaker9b7160c2011-04-13 14:31:30 -040051#include <linux/nfs_mount.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070052#include <linux/namei.h>
Trond Myklebust02a913a2005-10-18 14:20:17 -070053#include <linux/mount.h>
Benny Halevy99fe60d2009-04-01 09:22:29 -040054#include <linux/module.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"
Anna Schumaker40c64c22015-04-15 13:00:05 -040066#include "nfs4idmap.h"
Trond Myklebust73e39aa2012-11-26 12:49:34 -050067#include "nfs4session.h"
David Howellsde242c02012-12-20 21:52:38 +000068#include "fscache.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070069
Trond Myklebustc6d01c62013-08-09 11:51:26 -040070#include "nfs4trace.h"
71
Linus Torvalds1da177e2005-04-16 15:20:36 -070072#define NFSDBG_FACILITY NFSDBG_PROC
73
Trond Myklebust2066fe82006-09-15 08:30:46 -040074#define NFS4_POLL_RETRY_MIN (HZ/10)
Linus Torvalds1da177e2005-04-16 15:20:36 -070075#define NFS4_POLL_RETRY_MAX (15*HZ)
76
Trond Myklebustcdd4e682006-01-03 09:55:12 +010077struct nfs4_opendata;
Trond Myklebust864472e2006-01-03 09:55:15 +010078static int _nfs4_proc_open(struct nfs4_opendata *data);
Alexandros Batsakisb2579572009-12-14 21:27:57 -080079static int _nfs4_recover_proc_open(struct nfs4_opendata *data);
Linus Torvalds1da177e2005-04-16 15:20:36 -070080static int nfs4_do_fsinfo(struct nfs_server *, struct nfs_fh *, struct nfs_fsinfo *);
NeilBrown8478eaa2014-09-18 16:09:27 +100081static int nfs4_async_handle_error(struct rpc_task *, const struct nfs_server *, struct nfs4_state *, long *);
Chuck Lever81934dd2012-03-01 17:01:57 -050082static void nfs_fixup_referral_attributes(struct nfs_fattr *fattr);
David Quigley1775fd32013-05-22 12:50:42 -040083static int nfs4_proc_getattr(struct nfs_server *, struct nfs_fh *, struct nfs_fattr *, struct nfs4_label *label);
84static 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 -040085static int nfs4_do_setattr(struct inode *inode, struct rpc_cred *cred,
86 struct nfs_fattr *fattr, struct iattr *sattr,
David Quigley1775fd32013-05-22 12:50:42 -040087 struct nfs4_state *state, struct nfs4_label *ilabel,
88 struct nfs4_label *olabel);
Bryan Schumakerf062eb62011-06-02 14:59:10 -040089#ifdef CONFIG_NFS_V4_1
Trond Myklebustab7cb0d2013-05-20 11:20:27 -040090static int nfs41_test_stateid(struct nfs_server *, nfs4_stateid *,
91 struct rpc_cred *);
92static int nfs41_free_stateid(struct nfs_server *, nfs4_stateid *,
93 struct rpc_cred *);
Bryan Schumakerf062eb62011-06-02 14:59:10 -040094#endif
David Quigleyaa9c2662013-05-22 12:50:44 -040095
96#ifdef CONFIG_NFS_V4_SECURITY_LABEL
97static inline struct nfs4_label *
98nfs4_label_init_security(struct inode *dir, struct dentry *dentry,
99 struct iattr *sattr, struct nfs4_label *label)
100{
101 int err;
102
103 if (label == NULL)
104 return NULL;
105
106 if (nfs_server_capable(dir, NFS_CAP_SECURITY_LABEL) == 0)
107 return NULL;
108
David Quigleyaa9c2662013-05-22 12:50:44 -0400109 err = security_dentry_init_security(dentry, sattr->ia_mode,
110 &dentry->d_name, (void **)&label->label, &label->len);
111 if (err == 0)
112 return label;
113
114 return NULL;
115}
116static inline void
117nfs4_label_release_security(struct nfs4_label *label)
118{
119 if (label)
120 security_release_secctx(label->label, label->len);
121}
122static inline u32 *nfs4_bitmask(struct nfs_server *server, struct nfs4_label *label)
123{
124 if (label)
125 return server->attr_bitmask;
126
127 return server->attr_bitmask_nl;
128}
129#else
130static inline struct nfs4_label *
131nfs4_label_init_security(struct inode *dir, struct dentry *dentry,
132 struct iattr *sattr, struct nfs4_label *l)
133{ return NULL; }
134static inline void
135nfs4_label_release_security(struct nfs4_label *label)
136{ return; }
137static inline u32 *
138nfs4_bitmask(struct nfs_server *server, struct nfs4_label *label)
139{ return server->attr_bitmask; }
140#endif
141
Linus Torvalds1da177e2005-04-16 15:20:36 -0700142/* Prevent leaks of NFSv4 errors into userland */
WANG Cong46f72f52008-12-30 16:35:55 -0500143static int nfs4_map_errors(int err)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700144{
Trond Myklebust52567b02009-10-23 14:46:42 -0400145 if (err >= -1000)
146 return err;
147 switch (err) {
148 case -NFS4ERR_RESOURCE:
Weston Andros Adamson30005122013-02-28 20:30:10 -0500149 case -NFS4ERR_LAYOUTTRYLATER:
150 case -NFS4ERR_RECALLCONFLICT:
Trond Myklebust52567b02009-10-23 14:46:42 -0400151 return -EREMOTEIO;
Bryan Schumaker7ebb9312011-03-24 17:12:30 +0000152 case -NFS4ERR_WRONGSEC:
Weston Andros Adamson88975382013-08-13 16:37:38 -0400153 case -NFS4ERR_WRONG_CRED:
Bryan Schumaker7ebb9312011-03-24 17:12:30 +0000154 return -EPERM;
Trond Myklebust3ddeb7c2011-02-22 15:44:31 -0800155 case -NFS4ERR_BADOWNER:
156 case -NFS4ERR_BADNAME:
157 return -EINVAL;
Trond Myklebustfb13bfa2012-05-28 11:36:28 -0400158 case -NFS4ERR_SHARE_DENIED:
159 return -EACCES;
Steve Dicksonf25efd82012-06-06 14:12:07 -0400160 case -NFS4ERR_MINOR_VERS_MISMATCH:
161 return -EPROTONOSUPPORT;
Trond Myklebust6e3cf242013-03-23 15:22:45 -0400162 case -NFS4ERR_FILE_OPEN:
163 return -EBUSY;
Trond Myklebust52567b02009-10-23 14:46:42 -0400164 default:
Linus Torvalds1da177e2005-04-16 15:20:36 -0700165 dprintk("%s could not handle NFSv4 error %d\n",
Harvey Harrison3110ff82008-05-02 13:42:44 -0700166 __func__, -err);
Trond Myklebust52567b02009-10-23 14:46:42 -0400167 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700168 }
Trond Myklebust52567b02009-10-23 14:46:42 -0400169 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700170}
171
172/*
173 * This is our standard bitmap for GETATTR requests.
174 */
Trond Myklebust1549210f2012-06-05 09:16:47 -0400175const u32 nfs4_fattr_bitmap[3] = {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700176 FATTR4_WORD0_TYPE
177 | FATTR4_WORD0_CHANGE
178 | FATTR4_WORD0_SIZE
179 | FATTR4_WORD0_FSID
180 | FATTR4_WORD0_FILEID,
181 FATTR4_WORD1_MODE
182 | FATTR4_WORD1_NUMLINKS
183 | FATTR4_WORD1_OWNER
184 | FATTR4_WORD1_OWNER_GROUP
185 | FATTR4_WORD1_RAWDEV
186 | FATTR4_WORD1_SPACE_USED
187 | FATTR4_WORD1_TIME_ACCESS
188 | FATTR4_WORD1_TIME_METADATA
Anna Schumakerea96d1e2015-04-03 14:35:59 -0400189 | FATTR4_WORD1_TIME_MODIFY
190 | FATTR4_WORD1_MOUNTED_ON_FILEID,
David Quigleyaa9c2662013-05-22 12:50:44 -0400191#ifdef CONFIG_NFS_V4_SECURITY_LABEL
192 FATTR4_WORD2_SECURITY_LABEL
193#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -0700194};
195
Trond Myklebust1549210f2012-06-05 09:16:47 -0400196static const u32 nfs4_pnfs_open_bitmap[3] = {
197 FATTR4_WORD0_TYPE
198 | FATTR4_WORD0_CHANGE
199 | FATTR4_WORD0_SIZE
200 | FATTR4_WORD0_FSID
201 | FATTR4_WORD0_FILEID,
202 FATTR4_WORD1_MODE
203 | FATTR4_WORD1_NUMLINKS
204 | FATTR4_WORD1_OWNER
205 | FATTR4_WORD1_OWNER_GROUP
206 | FATTR4_WORD1_RAWDEV
207 | FATTR4_WORD1_SPACE_USED
208 | FATTR4_WORD1_TIME_ACCESS
209 | FATTR4_WORD1_TIME_METADATA
210 | FATTR4_WORD1_TIME_MODIFY,
211 FATTR4_WORD2_MDSTHRESHOLD
212};
213
Andy Adamsone23008e2012-10-02 21:07:32 -0400214static const u32 nfs4_open_noattr_bitmap[3] = {
215 FATTR4_WORD0_TYPE
216 | FATTR4_WORD0_CHANGE
217 | FATTR4_WORD0_FILEID,
218};
219
David Quigleya09df2c2013-05-22 12:50:41 -0400220const u32 nfs4_statfs_bitmap[3] = {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700221 FATTR4_WORD0_FILES_AVAIL
222 | FATTR4_WORD0_FILES_FREE
223 | FATTR4_WORD0_FILES_TOTAL,
224 FATTR4_WORD1_SPACE_AVAIL
225 | FATTR4_WORD1_SPACE_FREE
226 | FATTR4_WORD1_SPACE_TOTAL
227};
228
David Quigleya09df2c2013-05-22 12:50:41 -0400229const u32 nfs4_pathconf_bitmap[3] = {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700230 FATTR4_WORD0_MAXLINK
231 | FATTR4_WORD0_MAXNAME,
232 0
233};
234
Fred Isamandae100c2011-07-30 20:52:37 -0400235const u32 nfs4_fsinfo_bitmap[3] = { FATTR4_WORD0_MAXFILESIZE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700236 | FATTR4_WORD0_MAXREAD
237 | FATTR4_WORD0_MAXWRITE
238 | FATTR4_WORD0_LEASE_TIME,
Ricardo Labiaga55b6e772010-10-12 16:30:06 -0700239 FATTR4_WORD1_TIME_DELTA
Fred Isamandae100c2011-07-30 20:52:37 -0400240 | FATTR4_WORD1_FS_LAYOUT_TYPES,
241 FATTR4_WORD2_LAYOUT_BLKSIZE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700242};
243
David Quigleya09df2c2013-05-22 12:50:41 -0400244const u32 nfs4_fs_locations_bitmap[3] = {
Manoj Naik830b8e32006-06-09 09:34:25 -0400245 FATTR4_WORD0_TYPE
246 | FATTR4_WORD0_CHANGE
247 | FATTR4_WORD0_SIZE
248 | FATTR4_WORD0_FSID
249 | FATTR4_WORD0_FILEID
250 | FATTR4_WORD0_FS_LOCATIONS,
251 FATTR4_WORD1_MODE
252 | FATTR4_WORD1_NUMLINKS
253 | FATTR4_WORD1_OWNER
254 | FATTR4_WORD1_OWNER_GROUP
255 | FATTR4_WORD1_RAWDEV
256 | FATTR4_WORD1_SPACE_USED
257 | FATTR4_WORD1_TIME_ACCESS
258 | FATTR4_WORD1_TIME_METADATA
259 | FATTR4_WORD1_TIME_MODIFY
David Quigleya09df2c2013-05-22 12:50:41 -0400260 | FATTR4_WORD1_MOUNTED_ON_FILEID,
Manoj Naik830b8e32006-06-09 09:34:25 -0400261};
262
Al Virobc4785c2006-10-19 23:28:51 -0700263static void nfs4_setup_readdir(u64 cookie, __be32 *verifier, struct dentry *dentry,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700264 struct nfs4_readdir_arg *readdir)
265{
Al Viro0dbb4c62006-10-19 23:28:49 -0700266 __be32 *start, *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700267
Linus Torvalds1da177e2005-04-16 15:20:36 -0700268 if (cookie > 2) {
Adrian Bunkb7ef1952005-06-22 17:16:28 +0000269 readdir->cookie = cookie;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700270 memcpy(&readdir->verifier, verifier, sizeof(readdir->verifier));
271 return;
272 }
273
274 readdir->cookie = 0;
275 memset(&readdir->verifier, 0, sizeof(readdir->verifier));
276 if (cookie == 2)
277 return;
278
279 /*
280 * NFSv4 servers do not return entries for '.' and '..'
281 * Therefore, we fake these entries here. We let '.'
282 * have cookie 0 and '..' have cookie 1. Note that
283 * when talking to the server, we always send cookie 0
284 * instead of 1 or 2.
285 */
Cong Wang2b86ce22011-11-25 23:14:33 +0800286 start = p = kmap_atomic(*readdir->pages);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700287
288 if (cookie == 0) {
289 *p++ = xdr_one; /* next */
290 *p++ = xdr_zero; /* cookie, first word */
291 *p++ = xdr_one; /* cookie, second word */
292 *p++ = xdr_one; /* entry len */
293 memcpy(p, ".\0\0\0", 4); /* entry */
294 p++;
295 *p++ = xdr_one; /* bitmap length */
296 *p++ = htonl(FATTR4_WORD0_FILEID); /* bitmap */
297 *p++ = htonl(8); /* attribute buffer length */
David Howells2b0143b2015-03-17 22:25:59 +0000298 p = xdr_encode_hyper(p, NFS_FILEID(d_inode(dentry)));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700299 }
300
301 *p++ = xdr_one; /* next */
302 *p++ = xdr_zero; /* cookie, first word */
303 *p++ = xdr_two; /* cookie, second word */
304 *p++ = xdr_two; /* entry len */
305 memcpy(p, "..\0\0", 4); /* entry */
306 p++;
307 *p++ = xdr_one; /* bitmap length */
308 *p++ = htonl(FATTR4_WORD0_FILEID); /* bitmap */
309 *p++ = htonl(8); /* attribute buffer length */
David Howells2b0143b2015-03-17 22:25:59 +0000310 p = xdr_encode_hyper(p, NFS_FILEID(d_inode(dentry->d_parent)));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700311
312 readdir->pgbase = (char *)p - (char *)start;
313 readdir->count -= readdir->pgbase;
Cong Wang2b86ce22011-11-25 23:14:33 +0800314 kunmap_atomic(start);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700315}
316
NeilBrown8478eaa2014-09-18 16:09:27 +1000317static long nfs4_update_delay(long *timeout)
318{
319 long ret;
320 if (!timeout)
321 return NFS4_POLL_RETRY_MAX;
322 if (*timeout <= 0)
323 *timeout = NFS4_POLL_RETRY_MIN;
324 if (*timeout > NFS4_POLL_RETRY_MAX)
325 *timeout = NFS4_POLL_RETRY_MAX;
326 ret = *timeout;
327 *timeout <<= 1;
328 return ret;
329}
330
Trond Myklebust65de8722008-12-23 15:21:44 -0500331static int nfs4_delay(struct rpc_clnt *clnt, long *timeout)
332{
333 int res = 0;
334
335 might_sleep();
336
NeilBrown8478eaa2014-09-18 16:09:27 +1000337 freezable_schedule_timeout_killable_unsafe(
338 nfs4_update_delay(timeout));
Trond Myklebust65de8722008-12-23 15:21:44 -0500339 if (fatal_signal_pending(current))
340 res = -ERESTARTSYS;
Trond Myklebust65de8722008-12-23 15:21:44 -0500341 return res;
342}
343
344/* This is the error handling routine for processes that are allowed
345 * to sleep.
346 */
Anna Schumakerf4ac1672014-11-25 13:18:15 -0500347int nfs4_handle_exception(struct nfs_server *server, int errorcode, struct nfs4_exception *exception)
Trond Myklebust65de8722008-12-23 15:21:44 -0500348{
349 struct nfs_client *clp = server->nfs_client;
Trond Myklebust9e33bed2008-12-23 15:21:46 -0500350 struct nfs4_state *state = exception->state;
Trond Myklebust3114ea72012-03-07 16:39:06 -0500351 struct inode *inode = exception->inode;
Trond Myklebust65de8722008-12-23 15:21:44 -0500352 int ret = errorcode;
353
354 exception->retry = 0;
355 switch(errorcode) {
356 case 0:
357 return 0;
Trond Myklebust3114ea72012-03-07 16:39:06 -0500358 case -NFS4ERR_OPENMODE:
Bryan Schumaker011e2a72012-06-20 15:53:43 -0400359 if (inode && nfs4_have_delegation(inode, FMODE_READ)) {
Bryan Schumaker57ec14c2012-06-20 15:53:44 -0400360 nfs4_inode_return_delegation(inode);
Trond Myklebust3114ea72012-03-07 16:39:06 -0500361 exception->retry = 1;
362 return 0;
363 }
364 if (state == NULL)
365 break;
Trond Myklebust5d422302013-03-14 16:57:48 -0400366 ret = nfs4_schedule_stateid_recovery(server, state);
367 if (ret < 0)
368 break;
Trond Myklebust3114ea72012-03-07 16:39:06 -0500369 goto wait_on_recovery;
Trond Myklebusta1d0b5e2012-03-05 19:56:44 -0500370 case -NFS4ERR_DELEG_REVOKED:
Trond Myklebust9e33bed2008-12-23 15:21:46 -0500371 case -NFS4ERR_ADMIN_REVOKED:
372 case -NFS4ERR_BAD_STATEID:
Trond Myklebust9e33bed2008-12-23 15:21:46 -0500373 if (state == NULL)
374 break;
Trond Myklebust5d422302013-03-14 16:57:48 -0400375 ret = nfs4_schedule_stateid_recovery(server, state);
376 if (ret < 0)
377 break;
Trond Myklebust0400a6b2011-03-09 16:00:53 -0500378 goto wait_on_recovery;
Trond Myklebust0ced63d2011-05-26 14:26:35 -0400379 case -NFS4ERR_EXPIRED:
Trond Myklebust5d422302013-03-14 16:57:48 -0400380 if (state != NULL) {
381 ret = nfs4_schedule_stateid_recovery(server, state);
382 if (ret < 0)
383 break;
384 }
Trond Myklebust65de8722008-12-23 15:21:44 -0500385 case -NFS4ERR_STALE_STATEID:
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -0500386 case -NFS4ERR_STALE_CLIENTID:
Trond Myklebust0400a6b2011-03-09 16:00:53 -0500387 nfs4_schedule_lease_recovery(clp);
388 goto wait_on_recovery;
Chuck Lever519ae252013-10-17 14:13:19 -0400389 case -NFS4ERR_MOVED:
390 ret = nfs4_schedule_migration_recovery(server);
391 if (ret < 0)
392 break;
393 goto wait_on_recovery;
Chuck Lever8ef2f8d2013-10-17 14:13:41 -0400394 case -NFS4ERR_LEASE_MOVED:
395 nfs4_schedule_lease_moved_recovery(clp);
396 goto wait_on_recovery;
Trond Myklebust03391692010-01-26 15:42:38 -0500397#if defined(CONFIG_NFS_V4_1)
Andy Adamson4745e312009-04-01 09:22:42 -0400398 case -NFS4ERR_BADSESSION:
399 case -NFS4ERR_BADSLOT:
400 case -NFS4ERR_BAD_HIGH_SLOT:
401 case -NFS4ERR_CONN_NOT_BOUND_TO_SESSION:
402 case -NFS4ERR_DEADSESSION:
403 case -NFS4ERR_SEQ_FALSE_RETRY:
404 case -NFS4ERR_SEQ_MISORDERED:
405 dprintk("%s ERROR: %d Reset session\n", __func__,
406 errorcode);
Trond Myklebust9f594792012-05-27 13:02:53 -0400407 nfs4_schedule_session_recovery(clp->cl_session, errorcode);
Bryan Schumaker399f11c2012-10-30 16:06:35 -0400408 goto wait_on_recovery;
Trond Myklebust03391692010-01-26 15:42:38 -0500409#endif /* defined(CONFIG_NFS_V4_1) */
Trond Myklebust65de8722008-12-23 15:21:44 -0500410 case -NFS4ERR_FILE_OPEN:
NeilBrown44ed3552009-12-03 15:58:56 -0500411 if (exception->timeout > HZ) {
412 /* We have retried a decent amount, time to
413 * fail
414 */
415 ret = -EBUSY;
416 break;
417 }
Trond Myklebust65de8722008-12-23 15:21:44 -0500418 case -NFS4ERR_GRACE:
419 case -NFS4ERR_DELAY:
420 ret = nfs4_delay(server->client, &exception->timeout);
421 if (ret != 0)
422 break;
Andy Adamsona8a4ae32011-05-03 13:43:03 -0400423 case -NFS4ERR_RETRY_UNCACHED_REP:
Trond Myklebust65de8722008-12-23 15:21:44 -0500424 case -NFS4ERR_OLD_STATEID:
425 exception->retry = 1;
Trond Myklebustb064eca22011-02-22 15:44:32 -0800426 break;
427 case -NFS4ERR_BADOWNER:
428 /* The following works around a Linux server bug! */
429 case -NFS4ERR_BADNAME:
430 if (server->caps & NFS_CAP_UIDGID_NOMAP) {
431 server->caps &= ~NFS_CAP_UIDGID_NOMAP;
432 exception->retry = 1;
433 printk(KERN_WARNING "NFS: v4 server %s "
434 "does not accept raw "
435 "uid/gids. "
436 "Reenabling the idmapper.\n",
437 server->nfs_client->cl_hostname);
438 }
Trond Myklebust65de8722008-12-23 15:21:44 -0500439 }
440 /* We failed to handle the error */
441 return nfs4_map_errors(ret);
Trond Myklebust0400a6b2011-03-09 16:00:53 -0500442wait_on_recovery:
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -0500443 ret = nfs4_wait_clnt_recover(clp);
Chuck Lever519ae252013-10-17 14:13:19 -0400444 if (test_bit(NFS_MIG_FAILED, &server->mig_status))
445 return -EIO;
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -0500446 if (ret == 0)
447 exception->retry = 1;
448 return ret;
Trond Myklebust65de8722008-12-23 15:21:44 -0500449}
450
Weston Andros Adamsona5250de2013-09-03 15:18:49 -0400451/*
452 * Return 'true' if 'clp' is using an rpc_client that is integrity protected
453 * or 'false' otherwise.
454 */
455static bool _nfs4_is_integrity_protected(struct nfs_client *clp)
456{
457 rpc_authflavor_t flavor = clp->cl_rpcclient->cl_auth->au_flavor;
458
459 if (flavor == RPC_AUTH_GSS_KRB5I ||
460 flavor == RPC_AUTH_GSS_KRB5P)
461 return true;
462
463 return false;
464}
Trond Myklebust65de8722008-12-23 15:21:44 -0500465
Trond Myklebust452e9352010-07-31 14:29:06 -0400466static void do_renew_lease(struct nfs_client *clp, unsigned long timestamp)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700467{
Linus Torvalds1da177e2005-04-16 15:20:36 -0700468 spin_lock(&clp->cl_lock);
469 if (time_before(clp->cl_last_renewal,timestamp))
470 clp->cl_last_renewal = timestamp;
471 spin_unlock(&clp->cl_lock);
472}
473
Trond Myklebust452e9352010-07-31 14:29:06 -0400474static void renew_lease(const struct nfs_server *server, unsigned long timestamp)
475{
476 do_renew_lease(server->nfs_client, timestamp);
477}
478
Chuck Lever2a3eb2b2013-08-09 12:48:00 -0400479struct nfs4_call_sync_data {
480 const struct nfs_server *seq_server;
481 struct nfs4_sequence_args *seq_args;
482 struct nfs4_sequence_res *seq_res;
483};
484
Chuck Levera9c92d62013-08-09 12:48:18 -0400485static void nfs4_init_sequence(struct nfs4_sequence_args *args,
486 struct nfs4_sequence_res *res, int cache_reply)
487{
488 args->sa_slot = NULL;
489 args->sa_cache_this = cache_reply;
490 args->sa_privileged = 0;
491
492 res->sr_slot = NULL;
493}
494
495static void nfs4_set_sequence_privileged(struct nfs4_sequence_args *args)
496{
497 args->sa_privileged = 1;
498}
499
Peng Taocb04ad22014-06-11 05:24:15 +0800500int nfs40_setup_sequence(struct nfs4_slot_table *tbl,
501 struct nfs4_sequence_args *args,
502 struct nfs4_sequence_res *res,
503 struct rpc_task *task)
Chuck Lever3bd23842013-08-09 12:49:19 -0400504{
Chuck Lever3bd23842013-08-09 12:49:19 -0400505 struct nfs4_slot *slot;
506
507 /* slot already allocated? */
508 if (res->sr_slot != NULL)
509 goto out_start;
510
511 spin_lock(&tbl->slot_tbl_lock);
512 if (nfs4_slot_tbl_draining(tbl) && !args->sa_privileged)
513 goto out_sleep;
514
515 slot = nfs4_alloc_slot(tbl);
516 if (IS_ERR(slot)) {
517 if (slot == ERR_PTR(-ENOMEM))
518 task->tk_timeout = HZ >> 2;
519 goto out_sleep;
520 }
521 spin_unlock(&tbl->slot_tbl_lock);
522
523 args->sa_slot = slot;
524 res->sr_slot = slot;
525
526out_start:
527 rpc_call_start(task);
528 return 0;
529
530out_sleep:
531 if (args->sa_privileged)
532 rpc_sleep_on_priority(&tbl->slot_tbl_waitq, task,
533 NULL, RPC_PRIORITY_PRIVILEGED);
534 else
535 rpc_sleep_on(&tbl->slot_tbl_waitq, task, NULL);
536 spin_unlock(&tbl->slot_tbl_lock);
537 return -EAGAIN;
538}
Peng Taocb04ad22014-06-11 05:24:15 +0800539EXPORT_SYMBOL_GPL(nfs40_setup_sequence);
Chuck Lever3bd23842013-08-09 12:49:19 -0400540
541static int nfs40_sequence_done(struct rpc_task *task,
542 struct nfs4_sequence_res *res)
543{
544 struct nfs4_slot *slot = res->sr_slot;
545 struct nfs4_slot_table *tbl;
546
Trond Myklebustcab92c12014-01-29 12:12:15 -0500547 if (slot == NULL)
Chuck Lever3bd23842013-08-09 12:49:19 -0400548 goto out;
549
550 tbl = slot->table;
551 spin_lock(&tbl->slot_tbl_lock);
552 if (!nfs41_wake_and_assign_slot(tbl, slot))
553 nfs4_free_slot(tbl, slot);
554 spin_unlock(&tbl->slot_tbl_lock);
555
556 res->sr_slot = NULL;
557out:
558 return 1;
559}
560
Andy Adamsoncccef3b2009-04-01 09:22:03 -0400561#if defined(CONFIG_NFS_V4_1)
562
Trond Myklebustd185a332010-06-16 09:52:25 -0400563static void nfs41_sequence_free_slot(struct nfs4_sequence_res *res)
Andy Adamson13615872009-04-01 09:22:17 -0400564{
Trond Myklebuste3725ec2012-11-16 12:25:01 -0500565 struct nfs4_session *session;
Andy Adamson13615872009-04-01 09:22:17 -0400566 struct nfs4_slot_table *tbl;
Trond Myklebusta13ce7c2014-01-29 12:24:03 -0500567 struct nfs4_slot *slot = res->sr_slot;
Trond Myklebustc10e4492012-11-26 16:16:54 -0500568 bool send_new_highest_used_slotid = false;
Andy Adamson13615872009-04-01 09:22:17 -0400569
Trond Myklebusta13ce7c2014-01-29 12:24:03 -0500570 tbl = slot->table;
Trond Myklebuste3725ec2012-11-16 12:25:01 -0500571 session = tbl->session;
Andy Adamsonea028ac2009-12-04 15:55:38 -0500572
Trond Myklebust35dc1d72009-12-05 19:32:19 -0500573 spin_lock(&tbl->slot_tbl_lock);
Trond Myklebustc10e4492012-11-26 16:16:54 -0500574 /* Be nice to the server: try to ensure that the last transmitted
575 * value for highest_user_slotid <= target_highest_slotid
576 */
577 if (tbl->highest_used_slotid > tbl->target_highest_slotid)
578 send_new_highest_used_slotid = true;
579
Trond Myklebusta13ce7c2014-01-29 12:24:03 -0500580 if (nfs41_wake_and_assign_slot(tbl, slot)) {
Trond Myklebustb75ad4c2012-11-29 17:27:47 -0500581 send_new_highest_used_slotid = false;
582 goto out_unlock;
583 }
Trond Myklebusta13ce7c2014-01-29 12:24:03 -0500584 nfs4_free_slot(tbl, slot);
Trond Myklebustc10e4492012-11-26 16:16:54 -0500585
586 if (tbl->highest_used_slotid != NFS4_NO_SLOT)
587 send_new_highest_used_slotid = false;
Trond Myklebustb75ad4c2012-11-29 17:27:47 -0500588out_unlock:
Trond Myklebust35dc1d72009-12-05 19:32:19 -0500589 spin_unlock(&tbl->slot_tbl_lock);
Benny Halevydfb4f3092010-09-24 09:17:01 -0400590 res->sr_slot = NULL;
Trond Myklebustc10e4492012-11-26 16:16:54 -0500591 if (send_new_highest_used_slotid)
592 nfs41_server_notify_highest_slotid_update(session->clp);
Andy Adamson13615872009-04-01 09:22:17 -0400593}
594
Andy Adamsonf9c96fc2014-01-29 11:34:38 -0500595int nfs41_sequence_done(struct rpc_task *task, struct nfs4_sequence_res *res)
Andy Adamsonb0df8062009-04-01 09:22:18 -0400596{
Trond Myklebuste3725ec2012-11-16 12:25:01 -0500597 struct nfs4_session *session;
Trond Myklebusta13ce7c2014-01-29 12:24:03 -0500598 struct nfs4_slot *slot = res->sr_slot;
Trond Myklebust14516c32010-07-31 14:29:06 -0400599 struct nfs_client *clp;
Trond Myklebustac20d162012-12-15 15:36:07 -0500600 bool interrupted = false;
Trond Myklebust85563072012-12-11 10:31:12 -0500601 int ret = 1;
Andy Adamsonb0df8062009-04-01 09:22:18 -0400602
Trond Myklebusta13ce7c2014-01-29 12:24:03 -0500603 if (slot == NULL)
604 goto out_noaction;
Bryan Schumaker468f8612011-04-18 15:57:32 -0400605 /* don't increment the sequence number if the task wasn't sent */
606 if (!RPC_WAS_SENT(task))
Andy Adamsonb0df8062009-04-01 09:22:18 -0400607 goto out;
608
Trond Myklebuste3725ec2012-11-16 12:25:01 -0500609 session = slot->table->session;
Trond Myklebust933602e2012-11-16 12:12:38 -0500610
Trond Myklebustac20d162012-12-15 15:36:07 -0500611 if (slot->interrupted) {
612 slot->interrupted = 0;
613 interrupted = true;
614 }
615
Trond Myklebust2f92ae32013-08-14 17:58:28 -0400616 trace_nfs4_sequence_done(session, res);
Andy Adamson691daf32009-12-04 15:55:39 -0500617 /* Check the SEQUENCE operation status */
Trond Myklebust14516c32010-07-31 14:29:06 -0400618 switch (res->sr_status) {
619 case 0:
Andy Adamsonb0df8062009-04-01 09:22:18 -0400620 /* Update the slot's sequence and clientid lease timer */
Trond Myklebust933602e2012-11-16 12:12:38 -0500621 ++slot->seq_nr;
Trond Myklebuste3725ec2012-11-16 12:25:01 -0500622 clp = session->clp;
Trond Myklebust8e63b6a2012-12-15 15:21:52 -0500623 do_renew_lease(clp, res->sr_timestamp);
Alexandros Batsakis0629e372009-12-05 13:46:14 -0500624 /* Check sequence flags */
Trond Myklebustb4410c22011-03-09 16:00:55 -0500625 if (res->sr_status_flags != 0)
626 nfs4_schedule_lease_recovery(clp);
Trond Myklebust464ee9f2012-11-20 12:49:27 -0500627 nfs41_update_target_slotid(slot->table, slot, res);
Trond Myklebust14516c32010-07-31 14:29:06 -0400628 break;
Trond Myklebustac20d162012-12-15 15:36:07 -0500629 case 1:
630 /*
631 * sr_status remains 1 if an RPC level error occurred.
632 * The server may or may not have processed the sequence
633 * operation..
634 * Mark the slot as having hosted an interrupted RPC call.
635 */
636 slot->interrupted = 1;
637 goto out;
Trond Myklebust14516c32010-07-31 14:29:06 -0400638 case -NFS4ERR_DELAY:
639 /* The server detected a resend of the RPC call and
640 * returned NFS4ERR_DELAY as per Section 2.10.6.2
641 * of RFC5661.
642 */
Trond Myklebustdf2fabf2012-11-16 12:45:06 -0500643 dprintk("%s: slot=%u seq=%u: Operation in progress\n",
Benny Halevydfb4f3092010-09-24 09:17:01 -0400644 __func__,
Trond Myklebustdf2fabf2012-11-16 12:45:06 -0500645 slot->slot_nr,
Trond Myklebust933602e2012-11-16 12:12:38 -0500646 slot->seq_nr);
Trond Myklebust14516c32010-07-31 14:29:06 -0400647 goto out_retry;
Trond Myklebust85563072012-12-11 10:31:12 -0500648 case -NFS4ERR_BADSLOT:
649 /*
650 * The slot id we used was probably retired. Try again
651 * using a different slot id.
652 */
Trond Myklebuste8794442012-12-15 13:56:18 -0500653 goto retry_nowait;
654 case -NFS4ERR_SEQ_MISORDERED:
655 /*
Trond Myklebustac20d162012-12-15 15:36:07 -0500656 * Was the last operation on this sequence interrupted?
657 * If so, retry after bumping the sequence number.
658 */
659 if (interrupted) {
660 ++slot->seq_nr;
661 goto retry_nowait;
662 }
663 /*
Trond Myklebuste8794442012-12-15 13:56:18 -0500664 * Could this slot have been previously retired?
665 * If so, then the server may be expecting seq_nr = 1!
666 */
Trond Myklebust8e63b6a2012-12-15 15:21:52 -0500667 if (slot->seq_nr != 1) {
668 slot->seq_nr = 1;
669 goto retry_nowait;
670 }
671 break;
Trond Myklebuste8794442012-12-15 13:56:18 -0500672 case -NFS4ERR_SEQ_FALSE_RETRY:
673 ++slot->seq_nr;
674 goto retry_nowait;
Trond Myklebust14516c32010-07-31 14:29:06 -0400675 default:
676 /* Just update the slot sequence no. */
Trond Myklebust933602e2012-11-16 12:12:38 -0500677 ++slot->seq_nr;
Andy Adamsonb0df8062009-04-01 09:22:18 -0400678 }
679out:
680 /* The session may be reset by one of the error handlers. */
681 dprintk("%s: Error %d free the slot \n", __func__, res->sr_status);
Trond Myklebustd185a332010-06-16 09:52:25 -0400682 nfs41_sequence_free_slot(res);
Trond Myklebusta13ce7c2014-01-29 12:24:03 -0500683out_noaction:
Trond Myklebust85563072012-12-11 10:31:12 -0500684 return ret;
Trond Myklebuste8794442012-12-15 13:56:18 -0500685retry_nowait:
686 if (rpc_restart_call_prepare(task)) {
687 task->tk_status = 0;
688 ret = 0;
689 }
690 goto out;
Trond Myklebust14516c32010-07-31 14:29:06 -0400691out_retry:
Trond Myklebustd05dd4e2010-07-31 14:29:07 -0400692 if (!rpc_restart_call(task))
Trond Myklebust14516c32010-07-31 14:29:06 -0400693 goto out;
694 rpc_delay(task, NFS4_POLL_RETRY_MAX);
695 return 0;
Andy Adamsonb0df8062009-04-01 09:22:18 -0400696}
Andy Adamsonf9c96fc2014-01-29 11:34:38 -0500697EXPORT_SYMBOL_GPL(nfs41_sequence_done);
Andy Adamsonb0df8062009-04-01 09:22:18 -0400698
Peng Tao2c4b1312014-06-11 05:24:16 +0800699int nfs4_sequence_done(struct rpc_task *task, struct nfs4_sequence_res *res)
Trond Myklebustdf896452010-06-16 09:52:26 -0400700{
Trond Myklebuste3725ec2012-11-16 12:25:01 -0500701 if (res->sr_slot == NULL)
Trond Myklebust14516c32010-07-31 14:29:06 -0400702 return 1;
Chuck Lever3bd23842013-08-09 12:49:19 -0400703 if (!res->sr_slot->table->session)
704 return nfs40_sequence_done(task, res);
Trond Myklebust14516c32010-07-31 14:29:06 -0400705 return nfs41_sequence_done(task, res);
Trond Myklebustdf896452010-06-16 09:52:26 -0400706}
Peng Tao2c4b1312014-06-11 05:24:16 +0800707EXPORT_SYMBOL_GPL(nfs4_sequence_done);
Trond Myklebustdf896452010-06-16 09:52:26 -0400708
Andy Adamsondc70d7b2011-03-01 01:34:19 +0000709int nfs41_setup_sequence(struct nfs4_session *session,
Andy Adamsonce5039c2009-04-01 09:22:13 -0400710 struct nfs4_sequence_args *args,
711 struct nfs4_sequence_res *res,
Andy Adamsonce5039c2009-04-01 09:22:13 -0400712 struct rpc_task *task)
713{
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400714 struct nfs4_slot *slot;
715 struct nfs4_slot_table *tbl;
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400716
717 dprintk("--> %s\n", __func__);
Andy Adamsonce5039c2009-04-01 09:22:13 -0400718 /* slot already allocated? */
Benny Halevydfb4f3092010-09-24 09:17:01 -0400719 if (res->sr_slot != NULL)
Trond Myklebustd9afbd12012-10-22 20:28:44 -0400720 goto out_success;
Andy Adamsonce5039c2009-04-01 09:22:13 -0400721
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400722 tbl = &session->fc_slot_table;
723
Trond Myklebust69d206b2012-11-22 13:21:02 -0500724 task->tk_timeout = 0;
725
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400726 spin_lock(&tbl->slot_tbl_lock);
Andy Adamson774d5f12013-05-20 14:13:50 -0400727 if (test_bit(NFS4_SLOT_TBL_DRAINING, &tbl->slot_tbl_state) &&
Trond Myklebust8fe72ba2012-10-29 19:02:20 -0400728 !args->sa_privileged) {
Andy Adamson0b1c8fc2011-11-09 13:58:26 -0500729 /* The state manager will wait until the slot table is empty */
Andy Adamson0b1c8fc2011-11-09 13:58:26 -0500730 dprintk("%s session is draining\n", __func__);
Trond Myklebust7b939a32012-11-01 15:19:46 -0400731 goto out_sleep;
Andy Adamsonb069d942009-04-01 09:22:43 -0400732 }
733
Trond Myklebust2dc03b72012-11-16 16:10:11 -0500734 slot = nfs4_alloc_slot(tbl);
Trond Myklebust69d206b2012-11-22 13:21:02 -0500735 if (IS_ERR(slot)) {
736 /* If out of memory, try again in 1/4 second */
737 if (slot == ERR_PTR(-ENOMEM))
738 task->tk_timeout = HZ >> 2;
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400739 dprintk("<-- %s: no free slots\n", __func__);
Trond Myklebust7b939a32012-11-01 15:19:46 -0400740 goto out_sleep;
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400741 }
742 spin_unlock(&tbl->slot_tbl_lock);
743
Trond Myklebust2b2fa712012-11-16 12:58:36 -0500744 args->sa_slot = slot;
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400745
Chuck Levere8d92382013-08-09 12:47:51 -0400746 dprintk("<-- %s slotid=%u seqid=%u\n", __func__,
Trond Myklebust2dc03b72012-11-16 16:10:11 -0500747 slot->slot_nr, slot->seq_nr);
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400748
Benny Halevydfb4f3092010-09-24 09:17:01 -0400749 res->sr_slot = slot;
Trond Myklebust8e63b6a2012-12-15 15:21:52 -0500750 res->sr_timestamp = jiffies;
Trond Myklebust2a6e26c2010-06-16 09:52:25 -0400751 res->sr_status_flags = 0;
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400752 /*
753 * sr_status is only set in decode_sequence, and so will remain
754 * set to 1 if an rpc level failure occurs.
755 */
756 res->sr_status = 1;
Trond Myklebust2f92ae32013-08-14 17:58:28 -0400757 trace_nfs4_setup_sequence(session, args);
Trond Myklebustd9afbd12012-10-22 20:28:44 -0400758out_success:
759 rpc_call_start(task);
Andy Adamsonce5039c2009-04-01 09:22:13 -0400760 return 0;
Trond Myklebust7b939a32012-11-01 15:19:46 -0400761out_sleep:
Trond Myklebust8fe72ba2012-10-29 19:02:20 -0400762 /* Privileged tasks are queued with top priority */
763 if (args->sa_privileged)
Trond Myklebust1e1093c2012-11-01 16:44:05 -0400764 rpc_sleep_on_priority(&tbl->slot_tbl_waitq, task,
765 NULL, RPC_PRIORITY_PRIVILEGED);
766 else
767 rpc_sleep_on(&tbl->slot_tbl_waitq, task, NULL);
Trond Myklebust7b939a32012-11-01 15:19:46 -0400768 spin_unlock(&tbl->slot_tbl_lock);
769 return -EAGAIN;
Andy Adamsonce5039c2009-04-01 09:22:13 -0400770}
Andy Adamsondc70d7b2011-03-01 01:34:19 +0000771EXPORT_SYMBOL_GPL(nfs41_setup_sequence);
Andy Adamsonce5039c2009-04-01 09:22:13 -0400772
Chuck Lever5a580e02013-08-09 12:48:09 -0400773static int nfs4_setup_sequence(const struct nfs_server *server,
774 struct nfs4_sequence_args *args,
775 struct nfs4_sequence_res *res,
776 struct rpc_task *task)
Andy Adamsonce5039c2009-04-01 09:22:13 -0400777{
Trond Myklebust035168a2010-06-16 09:52:26 -0400778 struct nfs4_session *session = nfs4_get_session(server);
Andy Adamsonce5039c2009-04-01 09:22:13 -0400779 int ret = 0;
780
Chuck Lever3bd23842013-08-09 12:49:19 -0400781 if (!session)
Peng Taocb04ad22014-06-11 05:24:15 +0800782 return nfs40_setup_sequence(server->nfs_client->cl_slot_tbl,
783 args, res, task);
Trond Myklebust035168a2010-06-16 09:52:26 -0400784
Chuck Levere8d92382013-08-09 12:47:51 -0400785 dprintk("--> %s clp %p session %p sr_slot %u\n",
Benny Halevydfb4f3092010-09-24 09:17:01 -0400786 __func__, session->clp, session, res->sr_slot ?
Chuck Levere8d92382013-08-09 12:47:51 -0400787 res->sr_slot->slot_nr : NFS4_NO_SLOT);
Trond Myklebust035168a2010-06-16 09:52:26 -0400788
Trond Myklebust9d12b212012-01-17 22:04:25 -0500789 ret = nfs41_setup_sequence(session, args, res, task);
Chuck Lever3bd23842013-08-09 12:49:19 -0400790
Andy Adamsonce5039c2009-04-01 09:22:13 -0400791 dprintk("<-- %s status=%d\n", __func__, ret);
792 return ret;
793}
794
Andy Adamsonce5039c2009-04-01 09:22:13 -0400795static void nfs41_call_sync_prepare(struct rpc_task *task, void *calldata)
796{
Chuck Lever2a3eb2b2013-08-09 12:48:00 -0400797 struct nfs4_call_sync_data *data = calldata;
Trond Myklebust6ba7db32012-10-22 20:07:20 -0400798 struct nfs4_session *session = nfs4_get_session(data->seq_server);
Andy Adamsonce5039c2009-04-01 09:22:13 -0400799
Trond Myklebust035168a2010-06-16 09:52:26 -0400800 dprintk("--> %s data->seq_server %p\n", __func__, data->seq_server);
801
Trond Myklebustd9afbd12012-10-22 20:28:44 -0400802 nfs41_setup_sequence(session, data->seq_args, data->seq_res, task);
Andy Adamsonce5039c2009-04-01 09:22:13 -0400803}
804
Andy Adamson69ab40c2009-04-01 09:22:19 -0400805static void nfs41_call_sync_done(struct rpc_task *task, void *calldata)
806{
Chuck Lever2a3eb2b2013-08-09 12:48:00 -0400807 struct nfs4_call_sync_data *data = calldata;
Andy Adamson69ab40c2009-04-01 09:22:19 -0400808
Trond Myklebust14516c32010-07-31 14:29:06 -0400809 nfs41_sequence_done(task, data->seq_res);
Andy Adamson69ab40c2009-04-01 09:22:19 -0400810}
811
Trond Myklebust17280172012-03-11 13:11:00 -0400812static const struct rpc_call_ops nfs41_call_sync_ops = {
Andy Adamsonce5039c2009-04-01 09:22:13 -0400813 .rpc_call_prepare = nfs41_call_sync_prepare,
Andy Adamson69ab40c2009-04-01 09:22:19 -0400814 .rpc_call_done = nfs41_call_sync_done,
Andy Adamsonce5039c2009-04-01 09:22:13 -0400815};
816
Chuck Lever3bd23842013-08-09 12:49:19 -0400817#else /* !CONFIG_NFS_V4_1 */
818
Chuck Lever5a580e02013-08-09 12:48:09 -0400819static int nfs4_setup_sequence(const struct nfs_server *server,
820 struct nfs4_sequence_args *args,
821 struct nfs4_sequence_res *res,
822 struct rpc_task *task)
823{
Peng Taocb04ad22014-06-11 05:24:15 +0800824 return nfs40_setup_sequence(server->nfs_client->cl_slot_tbl,
825 args, res, task);
Chuck Lever5a580e02013-08-09 12:48:09 -0400826}
Trond Myklebust8fe72ba2012-10-29 19:02:20 -0400827
Peng Tao2c4b1312014-06-11 05:24:16 +0800828int nfs4_sequence_done(struct rpc_task *task,
829 struct nfs4_sequence_res *res)
Trond Myklebustdf896452010-06-16 09:52:26 -0400830{
Chuck Lever3bd23842013-08-09 12:49:19 -0400831 return nfs40_sequence_done(task, res);
Trond Myklebustdf896452010-06-16 09:52:26 -0400832}
Peng Tao2c4b1312014-06-11 05:24:16 +0800833EXPORT_SYMBOL_GPL(nfs4_sequence_done);
Chuck Lever3bd23842013-08-09 12:49:19 -0400834
835#endif /* !CONFIG_NFS_V4_1 */
Andy Adamsoncccef3b2009-04-01 09:22:03 -0400836
Chuck Lever9915ea72013-08-09 12:48:27 -0400837static void nfs40_call_sync_prepare(struct rpc_task *task, void *calldata)
838{
839 struct nfs4_call_sync_data *data = calldata;
840 nfs4_setup_sequence(data->seq_server,
841 data->seq_args, data->seq_res, task);
842}
843
844static void nfs40_call_sync_done(struct rpc_task *task, void *calldata)
845{
846 struct nfs4_call_sync_data *data = calldata;
847 nfs4_sequence_done(task, data->seq_res);
848}
849
850static const struct rpc_call_ops nfs40_call_sync_ops = {
851 .rpc_call_prepare = nfs40_call_sync_prepare,
852 .rpc_call_done = nfs40_call_sync_done,
853};
854
Trond Myklebust2ced46c2007-07-03 23:48:13 -0400855static int nfs4_call_sync_sequence(struct rpc_clnt *clnt,
Trond Myklebustad389da2007-06-05 12:30:00 -0400856 struct nfs_server *server,
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500857 struct rpc_message *msg,
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100858 struct nfs4_sequence_args *args,
859 struct nfs4_sequence_res *res)
Trond Myklebustad389da2007-06-05 12:30:00 -0400860{
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100861 int ret;
862 struct rpc_task *task;
Chuck Lever9915ea72013-08-09 12:48:27 -0400863 struct nfs_client *clp = server->nfs_client;
864 struct nfs4_call_sync_data data = {
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100865 .seq_server = server,
866 .seq_args = args,
867 .seq_res = res,
868 };
869 struct rpc_task_setup task_setup = {
870 .rpc_client = clnt,
871 .rpc_message = msg,
Chuck Lever9915ea72013-08-09 12:48:27 -0400872 .callback_ops = clp->cl_mvops->call_sync_ops,
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100873 .callback_data = &data
874 };
875
876 task = rpc_run_task(&task_setup);
877 if (IS_ERR(task))
878 ret = PTR_ERR(task);
879 else {
880 ret = task->tk_status;
Trond Myklebustad389da2007-06-05 12:30:00 -0400881 rpc_put_task(task);
882 }
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100883 return ret;
884}
885
Bryan Schumaker7c513052011-03-24 17:12:24 +0000886int nfs4_call_sync(struct rpc_clnt *clnt,
887 struct nfs_server *server,
Bryan Schumakere73b83f2011-03-24 17:12:23 +0000888 struct rpc_message *msg,
889 struct nfs4_sequence_args *args,
890 struct nfs4_sequence_res *res,
891 int cache_reply)
892{
Chuck Levera9c92d62013-08-09 12:48:18 -0400893 nfs4_init_sequence(args, res, cache_reply);
Chuck Lever9915ea72013-08-09 12:48:27 -0400894 return nfs4_call_sync_sequence(clnt, server, msg, args, res);
Bryan Schumakere73b83f2011-03-24 17:12:23 +0000895}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700896
897static void update_changeattr(struct inode *dir, struct nfs4_change_info *cinfo)
898{
899 struct nfs_inode *nfsi = NFS_I(dir);
900
901 spin_lock(&dir->i_lock);
Trond Myklebust359d7d12012-05-28 10:01:34 -0400902 nfsi->cache_validity |= NFS_INO_INVALID_ATTR|NFS_INO_INVALID_DATA;
Trond Myklebusta9a4a872011-10-17 16:08:46 -0700903 if (!cinfo->atomic || cinfo->before != dir->i_version)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700904 nfs_force_lookup_revalidate(dir);
Trond Myklebusta9a4a872011-10-17 16:08:46 -0700905 dir->i_version = cinfo->after;
Trond Myklebust3235b402015-02-26 19:52:06 -0500906 nfsi->attr_gencount = nfs_inc_attr_generation_counter();
David Howellsde242c02012-12-20 21:52:38 +0000907 nfs_fscache_invalidate(dir);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700908 spin_unlock(&dir->i_lock);
909}
910
911struct nfs4_opendata {
912 struct kref kref;
913 struct nfs_openargs o_arg;
914 struct nfs_openres o_res;
915 struct nfs_open_confirmargs c_arg;
916 struct nfs_open_confirmres c_res;
Trond Myklebust6926afd2012-01-07 13:22:46 -0500917 struct nfs4_string owner_name;
918 struct nfs4_string group_name;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700919 struct nfs_fattr f_attr;
David Quigley1775fd32013-05-22 12:50:42 -0400920 struct nfs4_label *f_label;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700921 struct dentry *dir;
Al Viro82a2c1b2011-06-22 18:30:55 -0400922 struct dentry *dentry;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700923 struct nfs4_state_owner *owner;
924 struct nfs4_state *state;
925 struct iattr attrs;
926 unsigned long timestamp;
Trond Myklebustdecf4912005-10-27 22:12:39 -0400927 unsigned int rpc_done : 1;
Trond Myklebust5bc2afc2013-09-23 18:01:28 -0400928 unsigned int file_created : 1;
Trond Myklebustbdeca1b2013-04-23 14:52:44 -0400929 unsigned int is_recover : 1;
Trond Myklebustdecf4912005-10-27 22:12:39 -0400930 int rpc_status;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700931 int cancelled;
932};
Trond Myklebustdecf4912005-10-27 22:12:39 -0400933
Trond Myklebust49f9a0f2013-03-15 16:44:28 -0400934static bool nfs4_clear_cap_atomic_open_v1(struct nfs_server *server,
935 int err, struct nfs4_exception *exception)
936{
937 if (err != -EINVAL)
938 return false;
939 if (!(server->caps & NFS_CAP_ATOMIC_OPEN_V1))
940 return false;
941 server->caps &= ~NFS_CAP_ATOMIC_OPEN_V1;
942 exception->retry = 1;
943 return true;
944}
945
Trond Myklebust6ae37332015-01-30 14:21:14 -0500946static u32
947nfs4_map_atomic_open_share(struct nfs_server *server,
948 fmode_t fmode, int openflags)
949{
950 u32 res = 0;
951
952 switch (fmode & (FMODE_READ | FMODE_WRITE)) {
953 case FMODE_READ:
954 res = NFS4_SHARE_ACCESS_READ;
955 break;
956 case FMODE_WRITE:
957 res = NFS4_SHARE_ACCESS_WRITE;
958 break;
959 case FMODE_READ|FMODE_WRITE:
960 res = NFS4_SHARE_ACCESS_BOTH;
961 }
962 if (!(server->caps & NFS_CAP_ATOMIC_OPEN_V1))
963 goto out;
964 /* Want no delegation if we're using O_DIRECT */
965 if (openflags & O_DIRECT)
966 res |= NFS4_SHARE_WANT_NO_DELEG;
967out:
968 return res;
969}
970
Trond Myklebust49f9a0f2013-03-15 16:44:28 -0400971static enum open_claim_type4
972nfs4_map_atomic_open_claim(struct nfs_server *server,
973 enum open_claim_type4 claim)
974{
975 if (server->caps & NFS_CAP_ATOMIC_OPEN_V1)
976 return claim;
977 switch (claim) {
978 default:
979 return claim;
980 case NFS4_OPEN_CLAIM_FH:
981 return NFS4_OPEN_CLAIM_NULL;
982 case NFS4_OPEN_CLAIM_DELEG_CUR_FH:
983 return NFS4_OPEN_CLAIM_DELEGATE_CUR;
984 case NFS4_OPEN_CLAIM_DELEG_PREV_FH:
985 return NFS4_OPEN_CLAIM_DELEGATE_PREV;
986 }
987}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700988
989static void nfs4_init_opendata_res(struct nfs4_opendata *p)
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100990{
991 p->o_res.f_attr = &p->f_attr;
David Quigley1775fd32013-05-22 12:50:42 -0400992 p->o_res.f_label = p->f_label;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100993 p->o_res.seqid = p->o_arg.seqid;
994 p->c_res.seqid = p->c_arg.seqid;
995 p->o_res.server = p->o_arg.server;
Andy Adamson5f657532012-10-03 02:39:34 -0400996 p->o_res.access_request = p->o_arg.access;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100997 nfs_fattr_init(&p->f_attr);
Trond Myklebust6926afd2012-01-07 13:22:46 -0500998 nfs_fattr_init_names(&p->f_attr, &p->owner_name, &p->group_name);
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100999}
1000
Al Viro82a2c1b2011-06-22 18:30:55 -04001001static struct nfs4_opendata *nfs4_opendata_alloc(struct dentry *dentry,
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001002 struct nfs4_state_owner *sp, fmode_t fmode, int flags,
Trond Myklebust8535b2b2010-05-13 12:51:01 -04001003 const struct iattr *attrs,
David Quigley1775fd32013-05-22 12:50:42 -04001004 struct nfs4_label *label,
Trond Myklebust4a1c0892013-03-15 14:57:33 -04001005 enum open_claim_type4 claim,
Trond Myklebust8535b2b2010-05-13 12:51:01 -04001006 gfp_t gfp_mask)
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001007{
Al Viro82a2c1b2011-06-22 18:30:55 -04001008 struct dentry *parent = dget_parent(dentry);
David Howells2b0143b2015-03-17 22:25:59 +00001009 struct inode *dir = d_inode(parent);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001010 struct nfs_server *server = NFS_SERVER(dir);
Trond Myklebust63f5f792015-01-23 19:19:25 -05001011 struct nfs_seqid *(*alloc_seqid)(struct nfs_seqid_counter *, gfp_t);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001012 struct nfs4_opendata *p;
1013
Trond Myklebust8535b2b2010-05-13 12:51:01 -04001014 p = kzalloc(sizeof(*p), gfp_mask);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001015 if (p == NULL)
1016 goto err;
David Quigley14c43f72013-05-22 12:50:43 -04001017
1018 p->f_label = nfs4_label_alloc(server, gfp_mask);
1019 if (IS_ERR(p->f_label))
1020 goto err_free_p;
1021
Trond Myklebust63f5f792015-01-23 19:19:25 -05001022 alloc_seqid = server->nfs_client->cl_mvops->alloc_seqid;
1023 p->o_arg.seqid = alloc_seqid(&sp->so_seqid, gfp_mask);
Trond Myklebustbadc76d2015-01-23 18:48:00 -05001024 if (IS_ERR(p->o_arg.seqid))
David Quigley14c43f72013-05-22 12:50:43 -04001025 goto err_free_label;
Al Viro82a2c1b2011-06-22 18:30:55 -04001026 nfs_sb_active(dentry->d_sb);
1027 p->dentry = dget(dentry);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001028 p->dir = parent;
1029 p->owner = sp;
1030 atomic_inc(&sp->so_count);
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001031 p->o_arg.open_flags = flags;
1032 p->o_arg.fmode = fmode & (FMODE_READ|FMODE_WRITE);
Trond Myklebust6ae37332015-01-30 14:21:14 -05001033 p->o_arg.share_access = nfs4_map_atomic_open_share(server,
1034 fmode, flags);
Weston Andros Adamsonae2bb032012-10-02 14:49:52 -07001035 /* don't put an ACCESS op in OPEN compound if O_EXCL, because ACCESS
1036 * will return permission denied for all bits until close */
1037 if (!(flags & O_EXCL)) {
1038 /* ask server to check for all possible rights as results
1039 * are cached */
1040 p->o_arg.access = NFS4_ACCESS_READ | NFS4_ACCESS_MODIFY |
1041 NFS4_ACCESS_EXTEND | NFS4_ACCESS_EXECUTE;
Weston Andros Adamsonae2bb032012-10-02 14:49:52 -07001042 }
David Howells7539bba2006-08-22 20:06:09 -04001043 p->o_arg.clientid = server->nfs_client->cl_clientid;
Trond Myklebust95b72eb2012-04-20 19:24:51 -04001044 p->o_arg.id.create_time = ktime_to_ns(sp->so_seqid.create_time);
1045 p->o_arg.id.uniquifier = sp->so_seqid.owner_id;
Al Viro82a2c1b2011-06-22 18:30:55 -04001046 p->o_arg.name = &dentry->d_name;
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001047 p->o_arg.server = server;
David Quigleyaa9c2662013-05-22 12:50:44 -04001048 p->o_arg.bitmask = nfs4_bitmask(server, label);
Trond Myklebust1549210f2012-06-05 09:16:47 -04001049 p->o_arg.open_bitmap = &nfs4_fattr_bitmap[0];
David Quigley1775fd32013-05-22 12:50:42 -04001050 p->o_arg.label = label;
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04001051 p->o_arg.claim = nfs4_map_atomic_open_claim(server, claim);
1052 switch (p->o_arg.claim) {
Trond Myklebust4a1c0892013-03-15 14:57:33 -04001053 case NFS4_OPEN_CLAIM_NULL:
1054 case NFS4_OPEN_CLAIM_DELEGATE_CUR:
1055 case NFS4_OPEN_CLAIM_DELEGATE_PREV:
1056 p->o_arg.fh = NFS_FH(dir);
1057 break;
1058 case NFS4_OPEN_CLAIM_PREVIOUS:
1059 case NFS4_OPEN_CLAIM_FH:
1060 case NFS4_OPEN_CLAIM_DELEG_CUR_FH:
1061 case NFS4_OPEN_CLAIM_DELEG_PREV_FH:
David Howells2b0143b2015-03-17 22:25:59 +00001062 p->o_arg.fh = NFS_FH(d_inode(dentry));
Trond Myklebust4a1c0892013-03-15 14:57:33 -04001063 }
Trond Myklebust536e43d2012-01-17 22:04:26 -05001064 if (attrs != NULL && attrs->ia_valid != 0) {
Trond Myklebustc281fa9c2013-08-20 21:06:49 -04001065 __u32 verf[2];
Trond Myklebustd77d76f2010-06-16 09:52:27 -04001066
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001067 p->o_arg.u.attrs = &p->attrs;
1068 memcpy(&p->attrs, attrs, sizeof(p->attrs));
Chuck Levercd937102012-03-02 17:14:31 -05001069
1070 verf[0] = jiffies;
1071 verf[1] = current->pid;
1072 memcpy(p->o_arg.u.verifier.data, verf,
1073 sizeof(p->o_arg.u.verifier.data));
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001074 }
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001075 p->c_arg.fh = &p->o_res.fh;
1076 p->c_arg.stateid = &p->o_res.stateid;
1077 p->c_arg.seqid = p->o_arg.seqid;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001078 nfs4_init_opendata_res(p);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001079 kref_init(&p->kref);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001080 return p;
David Quigley14c43f72013-05-22 12:50:43 -04001081
1082err_free_label:
1083 nfs4_label_free(p->f_label);
1084err_free_p:
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001085 kfree(p);
1086err:
1087 dput(parent);
1088 return NULL;
1089}
1090
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001091static void nfs4_opendata_free(struct kref *kref)
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001092{
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001093 struct nfs4_opendata *p = container_of(kref,
1094 struct nfs4_opendata, kref);
Al Viro82a2c1b2011-06-22 18:30:55 -04001095 struct super_block *sb = p->dentry->d_sb;
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001096
1097 nfs_free_seqid(p->o_arg.seqid);
Trond Myklebustaac00a82007-07-05 19:02:21 -04001098 if (p->state != NULL)
1099 nfs4_put_open_state(p->state);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001100 nfs4_put_state_owner(p->owner);
David Quigley14c43f72013-05-22 12:50:43 -04001101
1102 nfs4_label_free(p->f_label);
1103
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001104 dput(p->dir);
Al Viro82a2c1b2011-06-22 18:30:55 -04001105 dput(p->dentry);
1106 nfs_sb_deactive(sb);
Trond Myklebust6926afd2012-01-07 13:22:46 -05001107 nfs_fattr_free_names(&p->f_attr);
Trond Myklebuste911b812014-03-26 13:24:37 -07001108 kfree(p->f_attr.mdsthreshold);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001109 kfree(p);
1110}
1111
1112static void nfs4_opendata_put(struct nfs4_opendata *p)
1113{
1114 if (p != NULL)
1115 kref_put(&p->kref, nfs4_opendata_free);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001116}
1117
Trond Myklebust06f814a2006-01-03 09:55:07 +01001118static int nfs4_wait_for_completion_rpc_task(struct rpc_task *task)
1119{
Trond Myklebust06f814a2006-01-03 09:55:07 +01001120 int ret;
1121
Trond Myklebust06f814a2006-01-03 09:55:07 +01001122 ret = rpc_wait_for_completion_task(task);
Trond Myklebust06f814a2006-01-03 09:55:07 +01001123 return ret;
1124}
1125
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001126static int can_open_cached(struct nfs4_state *state, fmode_t mode, int open_mode)
Trond Myklebust6ee41262007-07-08 14:11:36 -04001127{
1128 int ret = 0;
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001129
Trond Myklebust536e43d2012-01-17 22:04:26 -05001130 if (open_mode & (O_EXCL|O_TRUNC))
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001131 goto out;
1132 switch (mode & (FMODE_READ|FMODE_WRITE)) {
Trond Myklebust6ee41262007-07-08 14:11:36 -04001133 case FMODE_READ:
Trond Myklebust88069f72009-12-08 08:33:16 -05001134 ret |= test_bit(NFS_O_RDONLY_STATE, &state->flags) != 0
1135 && state->n_rdonly != 0;
Trond Myklebust6ee41262007-07-08 14:11:36 -04001136 break;
1137 case FMODE_WRITE:
Trond Myklebust88069f72009-12-08 08:33:16 -05001138 ret |= test_bit(NFS_O_WRONLY_STATE, &state->flags) != 0
1139 && state->n_wronly != 0;
Trond Myklebust6ee41262007-07-08 14:11:36 -04001140 break;
1141 case FMODE_READ|FMODE_WRITE:
Trond Myklebust88069f72009-12-08 08:33:16 -05001142 ret |= test_bit(NFS_O_RDWR_STATE, &state->flags) != 0
1143 && state->n_rdwr != 0;
Trond Myklebust6ee41262007-07-08 14:11:36 -04001144 }
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001145out:
Trond Myklebust6ee41262007-07-08 14:11:36 -04001146 return ret;
1147}
1148
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001149static int can_open_delegated(struct nfs_delegation *delegation, fmode_t fmode)
Trond Myklebustaac00a82007-07-05 19:02:21 -04001150{
Trond Myklebust652f89f2011-12-09 19:05:58 -05001151 if (delegation == NULL)
1152 return 0;
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001153 if ((delegation->type & fmode) != fmode)
Trond Myklebustaac00a82007-07-05 19:02:21 -04001154 return 0;
Trond Myklebustd25be542013-02-05 11:43:28 -05001155 if (test_bit(NFS_DELEGATION_RETURNING, &delegation->flags))
1156 return 0;
Trond Myklebustb7391f42008-12-23 15:21:52 -05001157 nfs_mark_delegation_referenced(delegation);
Trond Myklebustaac00a82007-07-05 19:02:21 -04001158 return 1;
1159}
1160
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001161static void update_open_stateflags(struct nfs4_state *state, fmode_t fmode)
Trond Myklebuste7616922006-01-03 09:55:13 +01001162{
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001163 switch (fmode) {
Trond Myklebuste7616922006-01-03 09:55:13 +01001164 case FMODE_WRITE:
1165 state->n_wronly++;
1166 break;
1167 case FMODE_READ:
1168 state->n_rdonly++;
1169 break;
1170 case FMODE_READ|FMODE_WRITE:
1171 state->n_rdwr++;
1172 }
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001173 nfs4_state_set_mode_locked(state, state->state | fmode);
Trond Myklebuste7616922006-01-03 09:55:13 +01001174}
1175
Trond Myklebust4f14c192014-02-12 19:15:06 -05001176static void nfs_test_and_clear_all_open_stateid(struct nfs4_state *state)
Trond Myklebust003707c2007-07-05 18:07:55 -04001177{
Trond Myklebust4f14c192014-02-12 19:15:06 -05001178 struct nfs_client *clp = state->owner->so_server->nfs_client;
1179 bool need_recover = false;
1180
1181 if (test_and_clear_bit(NFS_O_RDONLY_STATE, &state->flags) && state->n_rdonly)
1182 need_recover = true;
1183 if (test_and_clear_bit(NFS_O_WRONLY_STATE, &state->flags) && state->n_wronly)
1184 need_recover = true;
1185 if (test_and_clear_bit(NFS_O_RDWR_STATE, &state->flags) && state->n_rdwr)
1186 need_recover = true;
1187 if (need_recover)
1188 nfs4_state_mark_reclaim_nograce(clp, state);
1189}
1190
Trond Myklebuste999e802014-02-10 18:20:47 -05001191static bool nfs_need_update_open_stateid(struct nfs4_state *state,
1192 nfs4_stateid *stateid)
1193{
1194 if (test_and_set_bit(NFS_OPEN_STATE, &state->flags) == 0)
1195 return true;
Trond Myklebust4f14c192014-02-12 19:15:06 -05001196 if (!nfs4_stateid_match_other(stateid, &state->open_stateid)) {
1197 nfs_test_and_clear_all_open_stateid(state);
Trond Myklebuste999e802014-02-10 18:20:47 -05001198 return true;
Trond Myklebust4f14c192014-02-12 19:15:06 -05001199 }
Trond Myklebuste999e802014-02-10 18:20:47 -05001200 if (nfs4_stateid_is_newer(stateid, &state->open_stateid))
1201 return true;
1202 return false;
1203}
1204
Trond Myklebustf95549c2015-01-23 18:06:09 -05001205static void nfs_resync_open_stateid_locked(struct nfs4_state *state)
1206{
1207 if (state->n_wronly)
1208 set_bit(NFS_O_WRONLY_STATE, &state->flags);
1209 if (state->n_rdonly)
1210 set_bit(NFS_O_RDONLY_STATE, &state->flags);
1211 if (state->n_rdwr)
1212 set_bit(NFS_O_RDWR_STATE, &state->flags);
1213}
1214
Trond Myklebust226056c2014-02-11 10:41:07 -05001215static void nfs_clear_open_stateid_locked(struct nfs4_state *state,
1216 nfs4_stateid *stateid, fmode_t fmode)
1217{
1218 clear_bit(NFS_O_RDWR_STATE, &state->flags);
1219 switch (fmode & (FMODE_READ|FMODE_WRITE)) {
1220 case FMODE_WRITE:
1221 clear_bit(NFS_O_RDONLY_STATE, &state->flags);
1222 break;
1223 case FMODE_READ:
1224 clear_bit(NFS_O_WRONLY_STATE, &state->flags);
1225 break;
1226 case 0:
1227 clear_bit(NFS_O_RDONLY_STATE, &state->flags);
1228 clear_bit(NFS_O_WRONLY_STATE, &state->flags);
1229 clear_bit(NFS_OPEN_STATE, &state->flags);
1230 }
1231 if (stateid == NULL)
1232 return;
Trond Myklebustf95549c2015-01-23 18:06:09 -05001233 /* Handle races with OPEN */
1234 if (!nfs4_stateid_match_other(stateid, &state->open_stateid) ||
1235 !nfs4_stateid_is_newer(stateid, &state->open_stateid)) {
1236 nfs_resync_open_stateid_locked(state);
Trond Myklebust226056c2014-02-11 10:41:07 -05001237 return;
Trond Myklebustf95549c2015-01-23 18:06:09 -05001238 }
Trond Myklebust003707c2007-07-05 18:07:55 -04001239 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0)
Trond Myklebustf597c532012-03-04 18:13:56 -05001240 nfs4_stateid_copy(&state->stateid, stateid);
1241 nfs4_stateid_copy(&state->open_stateid, stateid);
Trond Myklebust226056c2014-02-11 10:41:07 -05001242}
1243
1244static void nfs_clear_open_stateid(struct nfs4_state *state, nfs4_stateid *stateid, fmode_t fmode)
1245{
1246 write_seqlock(&state->seqlock);
1247 nfs_clear_open_stateid_locked(state, stateid, fmode);
1248 write_sequnlock(&state->seqlock);
Trond Myklebust4f14c192014-02-12 19:15:06 -05001249 if (test_bit(NFS_STATE_RECLAIM_NOGRACE, &state->flags))
1250 nfs4_schedule_state_manager(state->owner->so_server->nfs_client);
Trond Myklebust226056c2014-02-11 10:41:07 -05001251}
1252
Trond Myklebust003707c2007-07-05 18:07:55 -04001253static void nfs_set_open_stateid_locked(struct nfs4_state *state, nfs4_stateid *stateid, fmode_t fmode)
1254{
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001255 switch (fmode) {
Trond Myklebust003707c2007-07-05 18:07:55 -04001256 case FMODE_READ:
1257 set_bit(NFS_O_RDONLY_STATE, &state->flags);
1258 break;
1259 case FMODE_WRITE:
1260 set_bit(NFS_O_WRONLY_STATE, &state->flags);
1261 break;
1262 case FMODE_READ|FMODE_WRITE:
1263 set_bit(NFS_O_RDWR_STATE, &state->flags);
1264 }
Trond Myklebuste999e802014-02-10 18:20:47 -05001265 if (!nfs_need_update_open_stateid(state, stateid))
1266 return;
1267 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0)
1268 nfs4_stateid_copy(&state->stateid, stateid);
1269 nfs4_stateid_copy(&state->open_stateid, stateid);
Trond Myklebust003707c2007-07-05 18:07:55 -04001270}
1271
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001272static 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 -07001273{
Trond Myklebust8bda4e42007-07-09 10:45:42 -04001274 /*
1275 * Protect the call to nfs4_state_set_mode_locked and
1276 * serialise the stateid update
1277 */
1278 write_seqlock(&state->seqlock);
Trond Myklebust003707c2007-07-05 18:07:55 -04001279 if (deleg_stateid != NULL) {
Trond Myklebustf597c532012-03-04 18:13:56 -05001280 nfs4_stateid_copy(&state->stateid, deleg_stateid);
Trond Myklebust003707c2007-07-05 18:07:55 -04001281 set_bit(NFS_DELEGATED_STATE, &state->flags);
1282 }
1283 if (open_stateid != NULL)
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001284 nfs_set_open_stateid_locked(state, open_stateid, fmode);
Trond Myklebust8bda4e42007-07-09 10:45:42 -04001285 write_sequnlock(&state->seqlock);
1286 spin_lock(&state->owner->so_lock);
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001287 update_open_stateflags(state, fmode);
Trond Myklebustec073422005-10-20 14:22:47 -07001288 spin_unlock(&state->owner->so_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001289}
1290
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001291static 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 -05001292{
1293 struct nfs_inode *nfsi = NFS_I(state->inode);
1294 struct nfs_delegation *deleg_cur;
1295 int ret = 0;
1296
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001297 fmode &= (FMODE_READ|FMODE_WRITE);
Trond Myklebust34310432008-12-23 15:21:38 -05001298
1299 rcu_read_lock();
1300 deleg_cur = rcu_dereference(nfsi->delegation);
1301 if (deleg_cur == NULL)
1302 goto no_delegation;
1303
1304 spin_lock(&deleg_cur->lock);
Trond Myklebust17f26b12013-08-21 15:48:42 -04001305 if (rcu_dereference(nfsi->delegation) != deleg_cur ||
Trond Myklebustd25be542013-02-05 11:43:28 -05001306 test_bit(NFS_DELEGATION_RETURNING, &deleg_cur->flags) ||
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001307 (deleg_cur->type & fmode) != fmode)
Trond Myklebust34310432008-12-23 15:21:38 -05001308 goto no_delegation_unlock;
1309
1310 if (delegation == NULL)
1311 delegation = &deleg_cur->stateid;
Trond Myklebustf597c532012-03-04 18:13:56 -05001312 else if (!nfs4_stateid_match(&deleg_cur->stateid, delegation))
Trond Myklebust34310432008-12-23 15:21:38 -05001313 goto no_delegation_unlock;
1314
Trond Myklebustb7391f42008-12-23 15:21:52 -05001315 nfs_mark_delegation_referenced(deleg_cur);
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001316 __update_open_stateid(state, open_stateid, &deleg_cur->stateid, fmode);
Trond Myklebust34310432008-12-23 15:21:38 -05001317 ret = 1;
1318no_delegation_unlock:
1319 spin_unlock(&deleg_cur->lock);
1320no_delegation:
1321 rcu_read_unlock();
1322
1323 if (!ret && open_stateid != NULL) {
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001324 __update_open_stateid(state, open_stateid, NULL, fmode);
Trond Myklebust34310432008-12-23 15:21:38 -05001325 ret = 1;
1326 }
Trond Myklebust4f14c192014-02-12 19:15:06 -05001327 if (test_bit(NFS_STATE_RECLAIM_NOGRACE, &state->flags))
1328 nfs4_schedule_state_manager(state->owner->so_server->nfs_client);
Trond Myklebust34310432008-12-23 15:21:38 -05001329
1330 return ret;
1331}
1332
Trond Myklebust39071e62015-01-24 15:07:56 -05001333static bool nfs4_update_lock_stateid(struct nfs4_lock_state *lsp,
1334 const nfs4_stateid *stateid)
1335{
1336 struct nfs4_state *state = lsp->ls_state;
1337 bool ret = false;
1338
1339 spin_lock(&state->state_lock);
1340 if (!nfs4_stateid_match_other(stateid, &lsp->ls_stateid))
1341 goto out_noupdate;
1342 if (!nfs4_stateid_is_newer(stateid, &lsp->ls_stateid))
1343 goto out_noupdate;
1344 nfs4_stateid_copy(&lsp->ls_stateid, stateid);
1345 ret = true;
1346out_noupdate:
1347 spin_unlock(&state->state_lock);
1348 return ret;
1349}
Trond Myklebust34310432008-12-23 15:21:38 -05001350
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001351static void nfs4_return_incompatible_delegation(struct inode *inode, fmode_t fmode)
Trond Myklebustaac00a82007-07-05 19:02:21 -04001352{
1353 struct nfs_delegation *delegation;
1354
1355 rcu_read_lock();
1356 delegation = rcu_dereference(NFS_I(inode)->delegation);
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001357 if (delegation == NULL || (delegation->type & fmode) == fmode) {
Trond Myklebustaac00a82007-07-05 19:02:21 -04001358 rcu_read_unlock();
1359 return;
1360 }
1361 rcu_read_unlock();
Bryan Schumaker57ec14c2012-06-20 15:53:44 -04001362 nfs4_inode_return_delegation(inode);
Trond Myklebustaac00a82007-07-05 19:02:21 -04001363}
1364
Trond Myklebust6ee41262007-07-08 14:11:36 -04001365static struct nfs4_state *nfs4_try_open_cached(struct nfs4_opendata *opendata)
Trond Myklebustaac00a82007-07-05 19:02:21 -04001366{
1367 struct nfs4_state *state = opendata->state;
1368 struct nfs_inode *nfsi = NFS_I(state->inode);
1369 struct nfs_delegation *delegation;
Trond Myklebustf448bad2013-05-29 15:36:40 -04001370 int open_mode = opendata->o_arg.open_flags;
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001371 fmode_t fmode = opendata->o_arg.fmode;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001372 nfs4_stateid stateid;
1373 int ret = -EAGAIN;
1374
Trond Myklebustaac00a82007-07-05 19:02:21 -04001375 for (;;) {
Anna Schumaker61beef752014-09-03 14:15:40 -04001376 spin_lock(&state->owner->so_lock);
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001377 if (can_open_cached(state, fmode, open_mode)) {
Anna Schumaker61beef752014-09-03 14:15:40 -04001378 update_open_stateflags(state, fmode);
Trond Myklebust6ee41262007-07-08 14:11:36 -04001379 spin_unlock(&state->owner->so_lock);
Anna Schumaker61beef752014-09-03 14:15:40 -04001380 goto out_return_state;
Trond Myklebust6ee41262007-07-08 14:11:36 -04001381 }
Anna Schumaker61beef752014-09-03 14:15:40 -04001382 spin_unlock(&state->owner->so_lock);
Trond Myklebust34310432008-12-23 15:21:38 -05001383 rcu_read_lock();
1384 delegation = rcu_dereference(nfsi->delegation);
Trond Myklebust652f89f2011-12-09 19:05:58 -05001385 if (!can_open_delegated(delegation, fmode)) {
Trond Myklebust34310432008-12-23 15:21:38 -05001386 rcu_read_unlock();
Trond Myklebust6ee41262007-07-08 14:11:36 -04001387 break;
Trond Myklebust34310432008-12-23 15:21:38 -05001388 }
Trond Myklebustaac00a82007-07-05 19:02:21 -04001389 /* Save the delegation */
Trond Myklebustf597c532012-03-04 18:13:56 -05001390 nfs4_stateid_copy(&stateid, &delegation->stateid);
Trond Myklebustaac00a82007-07-05 19:02:21 -04001391 rcu_read_unlock();
Trond Myklebustfa332942013-04-09 12:56:52 -04001392 nfs_release_seqid(opendata->o_arg.seqid);
Trond Myklebustbdeca1b2013-04-23 14:52:44 -04001393 if (!opendata->is_recover) {
1394 ret = nfs_may_open(state->inode, state->owner->so_cred, open_mode);
1395 if (ret != 0)
1396 goto out;
1397 }
Trond Myklebustaac00a82007-07-05 19:02:21 -04001398 ret = -EAGAIN;
Trond Myklebust34310432008-12-23 15:21:38 -05001399
1400 /* Try to update the stateid using the delegation */
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001401 if (update_open_stateid(state, NULL, &stateid, fmode))
Trond Myklebust34310432008-12-23 15:21:38 -05001402 goto out_return_state;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001403 }
Trond Myklebustaac00a82007-07-05 19:02:21 -04001404out:
1405 return ERR_PTR(ret);
1406out_return_state:
1407 atomic_inc(&state->count);
1408 return state;
1409}
1410
Andy Adamsone23008e2012-10-02 21:07:32 -04001411static void
1412nfs4_opendata_check_deleg(struct nfs4_opendata *data, struct nfs4_state *state)
1413{
1414 struct nfs_client *clp = NFS_SERVER(state->inode)->nfs_client;
1415 struct nfs_delegation *delegation;
1416 int delegation_flags = 0;
1417
1418 rcu_read_lock();
1419 delegation = rcu_dereference(NFS_I(state->inode)->delegation);
1420 if (delegation)
1421 delegation_flags = delegation->flags;
1422 rcu_read_unlock();
1423 if (data->o_arg.claim == NFS4_OPEN_CLAIM_DELEGATE_CUR) {
1424 pr_err_ratelimited("NFS: Broken NFSv4 server %s is "
1425 "returning a delegation for "
1426 "OPEN(CLAIM_DELEGATE_CUR)\n",
1427 clp->cl_hostname);
1428 } else if ((delegation_flags & 1UL<<NFS_DELEGATION_NEED_RECLAIM) == 0)
1429 nfs_inode_set_delegation(state->inode,
1430 data->owner->so_cred,
1431 &data->o_res);
1432 else
1433 nfs_inode_reclaim_delegation(state->inode,
1434 data->owner->so_cred,
1435 &data->o_res);
1436}
1437
1438/*
1439 * Check the inode attributes against the CLAIM_PREVIOUS returned attributes
1440 * and update the nfs4_state.
1441 */
1442static struct nfs4_state *
1443_nfs4_opendata_reclaim_to_nfs4_state(struct nfs4_opendata *data)
1444{
1445 struct inode *inode = data->state->inode;
1446 struct nfs4_state *state = data->state;
1447 int ret;
1448
Weston Andros Adamsond2bfda22013-10-21 13:10:13 -04001449 if (!data->rpc_done) {
1450 if (data->rpc_status) {
1451 ret = data->rpc_status;
1452 goto err;
1453 }
1454 /* cached opens have already been processed */
1455 goto update;
Andy Adamsone23008e2012-10-02 21:07:32 -04001456 }
1457
Andy Adamsone23008e2012-10-02 21:07:32 -04001458 ret = nfs_refresh_inode(inode, &data->f_attr);
1459 if (ret)
1460 goto err;
1461
1462 if (data->o_res.delegation_type != 0)
1463 nfs4_opendata_check_deleg(data, state);
Weston Andros Adamsond2bfda22013-10-21 13:10:13 -04001464update:
Andy Adamsone23008e2012-10-02 21:07:32 -04001465 update_open_stateid(state, &data->o_res.stateid, NULL,
1466 data->o_arg.fmode);
Trond Myklebustd49f0422013-10-28 14:57:12 -04001467 atomic_inc(&state->count);
Andy Adamsone23008e2012-10-02 21:07:32 -04001468
1469 return state;
1470err:
1471 return ERR_PTR(ret);
1472
1473}
1474
1475static struct nfs4_state *
1476_nfs4_opendata_to_nfs4_state(struct nfs4_opendata *data)
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001477{
1478 struct inode *inode;
1479 struct nfs4_state *state = NULL;
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001480 int ret;
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001481
Trond Myklebustaac00a82007-07-05 19:02:21 -04001482 if (!data->rpc_done) {
Trond Myklebust6ee41262007-07-08 14:11:36 -04001483 state = nfs4_try_open_cached(data);
Trond Myklebustaac00a82007-07-05 19:02:21 -04001484 goto out;
1485 }
1486
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001487 ret = -EAGAIN;
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001488 if (!(data->f_attr.valid & NFS_ATTR_FATTR))
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001489 goto err;
David Quigley1775fd32013-05-22 12:50:42 -04001490 inode = nfs_fhget(data->dir->d_sb, &data->o_res.fh, &data->f_attr, data->f_label);
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001491 ret = PTR_ERR(inode);
Trond Myklebust03f28e32006-03-20 13:44:48 -05001492 if (IS_ERR(inode))
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001493 goto err;
1494 ret = -ENOMEM;
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001495 state = nfs4_get_open_state(inode, data->owner);
1496 if (state == NULL)
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001497 goto err_put_inode;
Andy Adamsone23008e2012-10-02 21:07:32 -04001498 if (data->o_res.delegation_type != 0)
1499 nfs4_opendata_check_deleg(data, state);
Trond Myklebust34310432008-12-23 15:21:38 -05001500 update_open_stateid(state, &data->o_res.stateid, NULL,
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001501 data->o_arg.fmode);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001502 iput(inode);
Trond Myklebustaac00a82007-07-05 19:02:21 -04001503out:
Trond Myklebust7aa262b52013-02-28 16:19:59 -08001504 nfs_release_seqid(data->o_arg.seqid);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001505 return state;
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001506err_put_inode:
1507 iput(inode);
1508err:
1509 return ERR_PTR(ret);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001510}
1511
Andy Adamsone23008e2012-10-02 21:07:32 -04001512static struct nfs4_state *
1513nfs4_opendata_to_nfs4_state(struct nfs4_opendata *data)
1514{
1515 if (data->o_arg.claim == NFS4_OPEN_CLAIM_PREVIOUS)
1516 return _nfs4_opendata_reclaim_to_nfs4_state(data);
1517 return _nfs4_opendata_to_nfs4_state(data);
1518}
1519
Trond Myklebust864472e2006-01-03 09:55:15 +01001520static struct nfs_open_context *nfs4_state_find_open_context(struct nfs4_state *state)
1521{
1522 struct nfs_inode *nfsi = NFS_I(state->inode);
1523 struct nfs_open_context *ctx;
1524
1525 spin_lock(&state->inode->i_lock);
1526 list_for_each_entry(ctx, &nfsi->open_files, list) {
1527 if (ctx->state != state)
1528 continue;
1529 get_nfs_open_context(ctx);
1530 spin_unlock(&state->inode->i_lock);
1531 return ctx;
1532 }
1533 spin_unlock(&state->inode->i_lock);
1534 return ERR_PTR(-ENOENT);
1535}
1536
Trond Myklebust4a1c0892013-03-15 14:57:33 -04001537static struct nfs4_opendata *nfs4_open_recoverdata_alloc(struct nfs_open_context *ctx,
1538 struct nfs4_state *state, enum open_claim_type4 claim)
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001539{
1540 struct nfs4_opendata *opendata;
1541
Trond Myklebust4a1c0892013-03-15 14:57:33 -04001542 opendata = nfs4_opendata_alloc(ctx->dentry, state->owner, 0, 0,
David Quigley1775fd32013-05-22 12:50:42 -04001543 NULL, NULL, claim, GFP_NOFS);
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001544 if (opendata == NULL)
1545 return ERR_PTR(-ENOMEM);
1546 opendata->state = state;
1547 atomic_inc(&state->count);
1548 return opendata;
1549}
1550
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001551static int nfs4_open_recover_helper(struct nfs4_opendata *opendata, fmode_t fmode, struct nfs4_state **res)
Trond Myklebust864472e2006-01-03 09:55:15 +01001552{
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001553 struct nfs4_state *newstate;
Trond Myklebust864472e2006-01-03 09:55:15 +01001554 int ret;
1555
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001556 opendata->o_arg.open_flags = 0;
1557 opendata->o_arg.fmode = fmode;
Trond Myklebustbe36e182015-02-27 17:04:17 -05001558 opendata->o_arg.share_access = nfs4_map_atomic_open_share(
1559 NFS_SB(opendata->dentry->d_sb),
1560 fmode, 0);
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001561 memset(&opendata->o_res, 0, sizeof(opendata->o_res));
1562 memset(&opendata->c_res, 0, sizeof(opendata->c_res));
1563 nfs4_init_opendata_res(opendata);
Alexandros Batsakisb2579572009-12-14 21:27:57 -08001564 ret = _nfs4_recover_proc_open(opendata);
Trond Myklebust864472e2006-01-03 09:55:15 +01001565 if (ret != 0)
1566 return ret;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001567 newstate = nfs4_opendata_to_nfs4_state(opendata);
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001568 if (IS_ERR(newstate))
1569 return PTR_ERR(newstate);
Al Viro643168c2011-06-22 18:20:23 -04001570 nfs4_close_state(newstate, fmode);
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001571 *res = newstate;
Trond Myklebust864472e2006-01-03 09:55:15 +01001572 return 0;
1573}
1574
1575static int nfs4_open_recover(struct nfs4_opendata *opendata, struct nfs4_state *state)
1576{
Trond Myklebust864472e2006-01-03 09:55:15 +01001577 struct nfs4_state *newstate;
Trond Myklebust864472e2006-01-03 09:55:15 +01001578 int ret;
1579
Trond Myklebust4f14c192014-02-12 19:15:06 -05001580 /* Don't trigger recovery in nfs_test_and_clear_all_open_stateid */
1581 clear_bit(NFS_O_RDWR_STATE, &state->flags);
1582 clear_bit(NFS_O_WRONLY_STATE, &state->flags);
1583 clear_bit(NFS_O_RDONLY_STATE, &state->flags);
Trond Myklebust864472e2006-01-03 09:55:15 +01001584 /* memory barrier prior to reading state->n_* */
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001585 clear_bit(NFS_DELEGATED_STATE, &state->flags);
Trond Myklebustfd068b22013-04-22 11:29:51 -04001586 clear_bit(NFS_OPEN_STATE, &state->flags);
Trond Myklebust864472e2006-01-03 09:55:15 +01001587 smp_rmb();
1588 if (state->n_rdwr != 0) {
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001589 ret = nfs4_open_recover_helper(opendata, FMODE_READ|FMODE_WRITE, &newstate);
Trond Myklebust864472e2006-01-03 09:55:15 +01001590 if (ret != 0)
1591 return ret;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001592 if (newstate != state)
1593 return -ESTALE;
Trond Myklebust864472e2006-01-03 09:55:15 +01001594 }
1595 if (state->n_wronly != 0) {
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001596 ret = nfs4_open_recover_helper(opendata, FMODE_WRITE, &newstate);
Trond Myklebust864472e2006-01-03 09:55:15 +01001597 if (ret != 0)
1598 return ret;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001599 if (newstate != state)
1600 return -ESTALE;
Trond Myklebust864472e2006-01-03 09:55:15 +01001601 }
1602 if (state->n_rdonly != 0) {
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001603 ret = nfs4_open_recover_helper(opendata, FMODE_READ, &newstate);
Trond Myklebust864472e2006-01-03 09:55:15 +01001604 if (ret != 0)
1605 return ret;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001606 if (newstate != state)
1607 return -ESTALE;
Trond Myklebust864472e2006-01-03 09:55:15 +01001608 }
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001609 /*
1610 * We may have performed cached opens for all three recoveries.
1611 * Check if we need to update the current stateid.
1612 */
1613 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0 &&
Trond Myklebustf597c532012-03-04 18:13:56 -05001614 !nfs4_stateid_match(&state->stateid, &state->open_stateid)) {
Trond Myklebust8bda4e42007-07-09 10:45:42 -04001615 write_seqlock(&state->seqlock);
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001616 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0)
Trond Myklebustf597c532012-03-04 18:13:56 -05001617 nfs4_stateid_copy(&state->stateid, &state->open_stateid);
Trond Myklebust8bda4e42007-07-09 10:45:42 -04001618 write_sequnlock(&state->seqlock);
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001619 }
Trond Myklebust864472e2006-01-03 09:55:15 +01001620 return 0;
1621}
1622
Linus Torvalds1da177e2005-04-16 15:20:36 -07001623/*
1624 * OPEN_RECLAIM:
1625 * reclaim state on the server after a reboot.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001626 */
Trond Myklebust539cd032007-06-05 11:46:42 -04001627static int _nfs4_do_open_reclaim(struct nfs_open_context *ctx, struct nfs4_state *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001628{
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001629 struct nfs_delegation *delegation;
Trond Myklebust864472e2006-01-03 09:55:15 +01001630 struct nfs4_opendata *opendata;
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001631 fmode_t delegation_type = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001632 int status;
1633
Trond Myklebust4a1c0892013-03-15 14:57:33 -04001634 opendata = nfs4_open_recoverdata_alloc(ctx, state,
1635 NFS4_OPEN_CLAIM_PREVIOUS);
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001636 if (IS_ERR(opendata))
1637 return PTR_ERR(opendata);
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001638 rcu_read_lock();
1639 delegation = rcu_dereference(NFS_I(state->inode)->delegation);
Trond Myklebust15c831b2008-12-23 15:21:39 -05001640 if (delegation != NULL && test_bit(NFS_DELEGATION_NEED_RECLAIM, &delegation->flags) != 0)
Trond Myklebust65bbf6b2007-08-27 09:57:46 -04001641 delegation_type = delegation->type;
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001642 rcu_read_unlock();
Trond Myklebust864472e2006-01-03 09:55:15 +01001643 opendata->o_arg.u.delegation_type = delegation_type;
1644 status = nfs4_open_recover(opendata, state);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001645 nfs4_opendata_put(opendata);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001646 return status;
1647}
1648
Trond Myklebust539cd032007-06-05 11:46:42 -04001649static int nfs4_do_open_reclaim(struct nfs_open_context *ctx, struct nfs4_state *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001650{
1651 struct nfs_server *server = NFS_SERVER(state->inode);
1652 struct nfs4_exception exception = { };
1653 int err;
1654 do {
Trond Myklebust539cd032007-06-05 11:46:42 -04001655 err = _nfs4_do_open_reclaim(ctx, state);
Trond Myklebust42113a72013-08-12 16:19:27 -04001656 trace_nfs4_open_reclaim(ctx, 0, err);
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04001657 if (nfs4_clear_cap_atomic_open_v1(server, err, &exception))
1658 continue;
Trond Myklebust168667c2010-10-19 19:47:49 -04001659 if (err != -NFS4ERR_DELAY)
Trond Myklebust202b50d2005-06-22 17:16:29 +00001660 break;
1661 nfs4_handle_exception(server, err, &exception);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001662 } while (exception.retry);
1663 return err;
1664}
1665
Trond Myklebust864472e2006-01-03 09:55:15 +01001666static int nfs4_open_reclaim(struct nfs4_state_owner *sp, struct nfs4_state *state)
1667{
1668 struct nfs_open_context *ctx;
1669 int ret;
1670
1671 ctx = nfs4_state_find_open_context(state);
1672 if (IS_ERR(ctx))
Trond Myklebust91876b12013-03-28 14:01:33 -04001673 return -EAGAIN;
Trond Myklebust539cd032007-06-05 11:46:42 -04001674 ret = nfs4_do_open_reclaim(ctx, state);
Trond Myklebust864472e2006-01-03 09:55:15 +01001675 put_nfs_open_context(ctx);
1676 return ret;
1677}
1678
Trond Myklebustdb4f2e632013-04-01 15:56:46 -04001679static 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 -07001680{
Trond Myklebustbe76b5b2013-04-01 15:40:44 -04001681 switch (err) {
1682 default:
1683 printk(KERN_ERR "NFS: %s: unhandled error "
1684 "%d.\n", __func__, err);
1685 case 0:
1686 case -ENOENT:
1687 case -ESTALE:
1688 break;
1689 case -NFS4ERR_BADSESSION:
1690 case -NFS4ERR_BADSLOT:
1691 case -NFS4ERR_BAD_HIGH_SLOT:
1692 case -NFS4ERR_CONN_NOT_BOUND_TO_SESSION:
1693 case -NFS4ERR_DEADSESSION:
1694 set_bit(NFS_DELEGATED_STATE, &state->flags);
1695 nfs4_schedule_session_recovery(server->nfs_client->cl_session, err);
1696 return -EAGAIN;
1697 case -NFS4ERR_STALE_CLIENTID:
1698 case -NFS4ERR_STALE_STATEID:
1699 set_bit(NFS_DELEGATED_STATE, &state->flags);
1700 case -NFS4ERR_EXPIRED:
1701 /* Don't recall a delegation if it was lost */
1702 nfs4_schedule_lease_recovery(server->nfs_client);
1703 return -EAGAIN;
Chuck Lever352297b2013-10-17 14:13:24 -04001704 case -NFS4ERR_MOVED:
1705 nfs4_schedule_migration_recovery(server);
1706 return -EAGAIN;
Chuck Lever8ef2f8d2013-10-17 14:13:41 -04001707 case -NFS4ERR_LEASE_MOVED:
1708 nfs4_schedule_lease_moved_recovery(server->nfs_client);
1709 return -EAGAIN;
Trond Myklebustbe76b5b2013-04-01 15:40:44 -04001710 case -NFS4ERR_DELEG_REVOKED:
1711 case -NFS4ERR_ADMIN_REVOKED:
1712 case -NFS4ERR_BAD_STATEID:
Trond Myklebustdb4f2e632013-04-01 15:56:46 -04001713 case -NFS4ERR_OPENMODE:
Trond Myklebustbe76b5b2013-04-01 15:40:44 -04001714 nfs_inode_find_state_and_recover(state->inode,
1715 stateid);
1716 nfs4_schedule_stateid_recovery(server, state);
Trond Myklebust869f9df2014-11-10 18:43:56 -05001717 return -EAGAIN;
Trond Myklebustbe76b5b2013-04-01 15:40:44 -04001718 case -NFS4ERR_DELAY:
1719 case -NFS4ERR_GRACE:
1720 set_bit(NFS_DELEGATED_STATE, &state->flags);
1721 ssleep(1);
1722 return -EAGAIN;
Trond Myklebustdb4f2e632013-04-01 15:56:46 -04001723 case -ENOMEM:
1724 case -NFS4ERR_DENIED:
1725 /* kill_proc(fl->fl_pid, SIGLOST, 1); */
1726 return 0;
Trond Myklebustbe76b5b2013-04-01 15:40:44 -04001727 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001728 return err;
1729}
1730
Trond Myklebustdb4f2e632013-04-01 15:56:46 -04001731int nfs4_open_delegation_recall(struct nfs_open_context *ctx, struct nfs4_state *state, const nfs4_stateid *stateid)
1732{
1733 struct nfs_server *server = NFS_SERVER(state->inode);
1734 struct nfs4_opendata *opendata;
1735 int err;
1736
1737 opendata = nfs4_open_recoverdata_alloc(ctx, state,
1738 NFS4_OPEN_CLAIM_DELEG_CUR_FH);
1739 if (IS_ERR(opendata))
1740 return PTR_ERR(opendata);
1741 nfs4_stateid_copy(&opendata->o_arg.u.delegation, stateid);
1742 err = nfs4_open_recover(opendata, state);
1743 nfs4_opendata_put(opendata);
1744 return nfs4_handle_delegation_recall_error(server, state, stateid, err);
1745}
1746
Chuck Leverbe05c862013-08-09 12:49:47 -04001747static void nfs4_open_confirm_prepare(struct rpc_task *task, void *calldata)
1748{
1749 struct nfs4_opendata *data = calldata;
1750
Peng Taocb04ad22014-06-11 05:24:15 +08001751 nfs40_setup_sequence(data->o_arg.server->nfs_client->cl_slot_tbl,
1752 &data->c_arg.seq_args, &data->c_res.seq_res, task);
Chuck Leverbe05c862013-08-09 12:49:47 -04001753}
1754
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001755static void nfs4_open_confirm_done(struct rpc_task *task, void *calldata)
1756{
1757 struct nfs4_opendata *data = calldata;
1758
Trond Myklebust17ead6c2014-02-01 14:53:23 -05001759 nfs40_sequence_done(task, &data->c_res.seq_res);
Chuck Leverbe05c862013-08-09 12:49:47 -04001760
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001761 data->rpc_status = task->tk_status;
Trond Myklebust26e976a2006-01-03 09:55:21 +01001762 if (data->rpc_status == 0) {
Trond Myklebustf597c532012-03-04 18:13:56 -05001763 nfs4_stateid_copy(&data->o_res.stateid, &data->c_res.stateid);
Trond Myklebustbb226292008-01-02 15:19:18 -05001764 nfs_confirm_seqid(&data->owner->so_seqid, 0);
Trond Myklebust26e976a2006-01-03 09:55:21 +01001765 renew_lease(data->o_res.server, data->timestamp);
Trond Myklebust3e309912007-07-07 13:19:59 -04001766 data->rpc_done = 1;
Trond Myklebust26e976a2006-01-03 09:55:21 +01001767 }
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001768}
1769
1770static void nfs4_open_confirm_release(void *calldata)
1771{
1772 struct nfs4_opendata *data = calldata;
1773 struct nfs4_state *state = NULL;
1774
1775 /* If this request hasn't been cancelled, do nothing */
1776 if (data->cancelled == 0)
1777 goto out_free;
1778 /* In case of error, no cleanup! */
Trond Myklebust3e309912007-07-07 13:19:59 -04001779 if (!data->rpc_done)
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001780 goto out_free;
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001781 state = nfs4_opendata_to_nfs4_state(data);
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001782 if (!IS_ERR(state))
Al Viro643168c2011-06-22 18:20:23 -04001783 nfs4_close_state(state, data->o_arg.fmode);
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001784out_free:
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001785 nfs4_opendata_put(data);
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001786}
1787
1788static const struct rpc_call_ops nfs4_open_confirm_ops = {
Chuck Leverbe05c862013-08-09 12:49:47 -04001789 .rpc_call_prepare = nfs4_open_confirm_prepare,
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001790 .rpc_call_done = nfs4_open_confirm_done,
1791 .rpc_release = nfs4_open_confirm_release,
1792};
1793
1794/*
1795 * Note: On error, nfs4_proc_open_confirm will free the struct nfs4_opendata
1796 */
1797static int _nfs4_proc_open_confirm(struct nfs4_opendata *data)
1798{
David Howells2b0143b2015-03-17 22:25:59 +00001799 struct nfs_server *server = NFS_SERVER(d_inode(data->dir));
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001800 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001801 struct rpc_message msg = {
1802 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN_CONFIRM],
1803 .rpc_argp = &data->c_arg,
1804 .rpc_resp = &data->c_res,
1805 .rpc_cred = data->owner->so_cred,
1806 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04001807 struct rpc_task_setup task_setup_data = {
1808 .rpc_client = server->client,
Trond Myklebust5138fde2007-07-14 15:40:01 -04001809 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04001810 .callback_ops = &nfs4_open_confirm_ops,
1811 .callback_data = data,
Trond Myklebust101070c2008-02-19 20:04:23 -05001812 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04001813 .flags = RPC_TASK_ASYNC,
1814 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07001815 int status;
1816
Trond Myklebust17ead6c2014-02-01 14:53:23 -05001817 nfs4_init_sequence(&data->c_arg.seq_args, &data->c_res.seq_res, 1);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001818 kref_get(&data->kref);
Trond Myklebust3e309912007-07-07 13:19:59 -04001819 data->rpc_done = 0;
1820 data->rpc_status = 0;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001821 data->timestamp = jiffies;
Trond Myklebustc970aa82007-07-14 15:39:59 -04001822 task = rpc_run_task(&task_setup_data);
Trond Myklebust7a1218a2006-03-20 18:11:10 -05001823 if (IS_ERR(task))
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001824 return PTR_ERR(task);
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001825 status = nfs4_wait_for_completion_rpc_task(task);
1826 if (status != 0) {
1827 data->cancelled = 1;
1828 smp_wmb();
1829 } else
1830 status = data->rpc_status;
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -05001831 rpc_put_task(task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001832 return status;
1833}
1834
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001835static void nfs4_open_prepare(struct rpc_task *task, void *calldata)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001836{
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001837 struct nfs4_opendata *data = calldata;
1838 struct nfs4_state_owner *sp = data->owner;
Trond Myklebust549b19c2013-04-16 18:42:34 -04001839 struct nfs_client *clp = sp->so_server->nfs_client;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001840
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001841 if (nfs_wait_on_sequence(data->o_arg.seqid, task) != 0)
Trond Myklebustc8da19b2013-02-11 19:01:21 -05001842 goto out_wait;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001843 /*
1844 * Check if we still need to send an OPEN call, or if we can use
1845 * a delegation instead.
1846 */
1847 if (data->state != NULL) {
1848 struct nfs_delegation *delegation;
1849
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001850 if (can_open_cached(data->state, data->o_arg.fmode, data->o_arg.open_flags))
Trond Myklebust6ee41262007-07-08 14:11:36 -04001851 goto out_no_action;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001852 rcu_read_lock();
1853 delegation = rcu_dereference(NFS_I(data->state->inode)->delegation);
Trond Myklebust652f89f2011-12-09 19:05:58 -05001854 if (data->o_arg.claim != NFS4_OPEN_CLAIM_DELEGATE_CUR &&
Trond Myklebustcd4c9be2013-04-23 14:46:25 -04001855 data->o_arg.claim != NFS4_OPEN_CLAIM_DELEG_CUR_FH &&
Trond Myklebust652f89f2011-12-09 19:05:58 -05001856 can_open_delegated(delegation, data->o_arg.fmode))
1857 goto unlock_no_action;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001858 rcu_read_unlock();
1859 }
Trond Myklebust95b72eb2012-04-20 19:24:51 -04001860 /* Update client id. */
Trond Myklebust549b19c2013-04-16 18:42:34 -04001861 data->o_arg.clientid = clp->cl_clientid;
Trond Myklebust8188df12013-04-23 14:31:19 -04001862 switch (data->o_arg.claim) {
1863 case NFS4_OPEN_CLAIM_PREVIOUS:
1864 case NFS4_OPEN_CLAIM_DELEG_CUR_FH:
1865 case NFS4_OPEN_CLAIM_DELEG_PREV_FH:
Andy Adamsone23008e2012-10-02 21:07:32 -04001866 data->o_arg.open_bitmap = &nfs4_open_noattr_bitmap[0];
Trond Myklebust8188df12013-04-23 14:31:19 -04001867 case NFS4_OPEN_CLAIM_FH:
1868 task->tk_msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN_NOATTR];
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001869 nfs_copy_fh(&data->o_res.fh, data->o_arg.fh);
1870 }
Trond Myklebust26e976a2006-01-03 09:55:21 +01001871 data->timestamp = jiffies;
Trond Myklebust035168a2010-06-16 09:52:26 -04001872 if (nfs4_setup_sequence(data->o_arg.server,
Andy Adamsond8985282009-04-01 09:22:21 -04001873 &data->o_arg.seq_args,
Trond Myklebust2240a9e2012-10-29 18:37:40 -04001874 &data->o_res.seq_res,
1875 task) != 0)
1876 nfs_release_seqid(data->o_arg.seqid);
Trond Myklebust549b19c2013-04-16 18:42:34 -04001877
1878 /* Set the create mode (note dependency on the session type) */
1879 data->o_arg.createmode = NFS4_CREATE_UNCHECKED;
1880 if (data->o_arg.open_flags & O_EXCL) {
1881 data->o_arg.createmode = NFS4_CREATE_EXCLUSIVE;
1882 if (nfs4_has_persistent_session(clp))
1883 data->o_arg.createmode = NFS4_CREATE_GUARDED;
1884 else if (clp->cl_mvops->minor_version > 0)
1885 data->o_arg.createmode = NFS4_CREATE_EXCLUSIVE4_1;
1886 }
Trond Myklebust6ee41262007-07-08 14:11:36 -04001887 return;
Trond Myklebust652f89f2011-12-09 19:05:58 -05001888unlock_no_action:
1889 rcu_read_unlock();
Trond Myklebust6ee41262007-07-08 14:11:36 -04001890out_no_action:
1891 task->tk_action = NULL;
Trond Myklebustc8da19b2013-02-11 19:01:21 -05001892out_wait:
Trond Myklebustb75ad4c2012-11-29 17:27:47 -05001893 nfs4_sequence_done(task, &data->o_res.seq_res);
Alexandros Batsakisb2579572009-12-14 21:27:57 -08001894}
1895
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001896static void nfs4_open_done(struct rpc_task *task, void *calldata)
1897{
1898 struct nfs4_opendata *data = calldata;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001899
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001900 data->rpc_status = task->tk_status;
Andy Adamsond8985282009-04-01 09:22:21 -04001901
Trond Myklebust14516c32010-07-31 14:29:06 -04001902 if (!nfs4_sequence_done(task, &data->o_res.seq_res))
1903 return;
Andy Adamsond8985282009-04-01 09:22:21 -04001904
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001905 if (task->tk_status == 0) {
Trond Myklebust807d66d82012-10-02 17:09:00 -07001906 if (data->o_res.f_attr->valid & NFS_ATTR_FATTR_TYPE) {
1907 switch (data->o_res.f_attr->mode & S_IFMT) {
Trond Myklebust6f926b52005-10-18 14:20:18 -07001908 case S_IFREG:
1909 break;
1910 case S_IFLNK:
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001911 data->rpc_status = -ELOOP;
Trond Myklebust6f926b52005-10-18 14:20:18 -07001912 break;
1913 case S_IFDIR:
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001914 data->rpc_status = -EISDIR;
Trond Myklebust6f926b52005-10-18 14:20:18 -07001915 break;
1916 default:
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001917 data->rpc_status = -ENOTDIR;
Trond Myklebust807d66d82012-10-02 17:09:00 -07001918 }
Trond Myklebust6f926b52005-10-18 14:20:18 -07001919 }
Trond Myklebust26e976a2006-01-03 09:55:21 +01001920 renew_lease(data->o_res.server, data->timestamp);
Trond Myklebust0f9f95e2007-07-08 16:19:56 -04001921 if (!(data->o_res.rflags & NFS4_OPEN_RESULT_CONFIRM))
1922 nfs_confirm_seqid(&data->owner->so_seqid, 0);
Trond Myklebust6f926b52005-10-18 14:20:18 -07001923 }
Trond Myklebust3e309912007-07-07 13:19:59 -04001924 data->rpc_done = 1;
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001925}
Trond Myklebust6f926b52005-10-18 14:20:18 -07001926
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001927static void nfs4_open_release(void *calldata)
1928{
1929 struct nfs4_opendata *data = calldata;
1930 struct nfs4_state *state = NULL;
1931
1932 /* If this request hasn't been cancelled, do nothing */
1933 if (data->cancelled == 0)
1934 goto out_free;
1935 /* In case of error, no cleanup! */
Trond Myklebust3e309912007-07-07 13:19:59 -04001936 if (data->rpc_status != 0 || !data->rpc_done)
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001937 goto out_free;
1938 /* In case we need an open_confirm, no cleanup! */
1939 if (data->o_res.rflags & NFS4_OPEN_RESULT_CONFIRM)
1940 goto out_free;
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001941 state = nfs4_opendata_to_nfs4_state(data);
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001942 if (!IS_ERR(state))
Al Viro643168c2011-06-22 18:20:23 -04001943 nfs4_close_state(state, data->o_arg.fmode);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001944out_free:
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001945 nfs4_opendata_put(data);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001946}
1947
1948static const struct rpc_call_ops nfs4_open_ops = {
1949 .rpc_call_prepare = nfs4_open_prepare,
1950 .rpc_call_done = nfs4_open_done,
1951 .rpc_release = nfs4_open_release,
1952};
1953
Alexandros Batsakisb2579572009-12-14 21:27:57 -08001954static int nfs4_run_open_task(struct nfs4_opendata *data, int isrecover)
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001955{
David Howells2b0143b2015-03-17 22:25:59 +00001956 struct inode *dir = d_inode(data->dir);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001957 struct nfs_server *server = NFS_SERVER(dir);
1958 struct nfs_openargs *o_arg = &data->o_arg;
1959 struct nfs_openres *o_res = &data->o_res;
1960 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001961 struct rpc_message msg = {
1962 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN],
1963 .rpc_argp = o_arg,
1964 .rpc_resp = o_res,
1965 .rpc_cred = data->owner->so_cred,
1966 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04001967 struct rpc_task_setup task_setup_data = {
1968 .rpc_client = server->client,
Trond Myklebust5138fde2007-07-14 15:40:01 -04001969 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04001970 .callback_ops = &nfs4_open_ops,
1971 .callback_data = data,
Trond Myklebust101070c2008-02-19 20:04:23 -05001972 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04001973 .flags = RPC_TASK_ASYNC,
1974 };
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001975 int status;
1976
Chuck Levera9c92d62013-08-09 12:48:18 -04001977 nfs4_init_sequence(&o_arg->seq_args, &o_res->seq_res, 1);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001978 kref_get(&data->kref);
Trond Myklebust3e309912007-07-07 13:19:59 -04001979 data->rpc_done = 0;
1980 data->rpc_status = 0;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001981 data->cancelled = 0;
Trond Myklebustbdeca1b2013-04-23 14:52:44 -04001982 data->is_recover = 0;
1983 if (isrecover) {
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04001984 nfs4_set_sequence_privileged(&o_arg->seq_args);
Trond Myklebustbdeca1b2013-04-23 14:52:44 -04001985 data->is_recover = 1;
1986 }
Trond Myklebustc970aa82007-07-14 15:39:59 -04001987 task = rpc_run_task(&task_setup_data);
Alexandros Batsakisb2579572009-12-14 21:27:57 -08001988 if (IS_ERR(task))
1989 return PTR_ERR(task);
1990 status = nfs4_wait_for_completion_rpc_task(task);
1991 if (status != 0) {
1992 data->cancelled = 1;
1993 smp_wmb();
1994 } else
1995 status = data->rpc_status;
1996 rpc_put_task(task);
1997
1998 return status;
1999}
2000
2001static int _nfs4_recover_proc_open(struct nfs4_opendata *data)
2002{
David Howells2b0143b2015-03-17 22:25:59 +00002003 struct inode *dir = d_inode(data->dir);
Alexandros Batsakisb2579572009-12-14 21:27:57 -08002004 struct nfs_openres *o_res = &data->o_res;
2005 int status;
2006
2007 status = nfs4_run_open_task(data, 1);
2008 if (status != 0 || !data->rpc_done)
2009 return status;
2010
Trond Myklebust6926afd2012-01-07 13:22:46 -05002011 nfs_fattr_map_and_free_names(NFS_SERVER(dir), &data->f_attr);
2012
Alexandros Batsakisb2579572009-12-14 21:27:57 -08002013 if (o_res->rflags & NFS4_OPEN_RESULT_CONFIRM) {
2014 status = _nfs4_proc_open_confirm(data);
2015 if (status != 0)
2016 return status;
2017 }
2018
2019 return status;
2020}
2021
Trond Myklebustf3792d62014-07-10 08:54:32 -04002022/*
2023 * Additional permission checks in order to distinguish between an
2024 * open for read, and an open for execute. This works around the
2025 * fact that NFSv4 OPEN treats read and execute permissions as being
2026 * the same.
2027 * Note that in the non-execute case, we want to turn off permission
2028 * checking if we just created a new file (POSIX open() semantics).
2029 */
Weston Andros Adamson6168f622012-09-10 14:00:46 -04002030static int nfs4_opendata_access(struct rpc_cred *cred,
2031 struct nfs4_opendata *opendata,
Weston Andros Adamsonf8d9a892013-01-03 16:42:29 -05002032 struct nfs4_state *state, fmode_t fmode,
2033 int openflags)
Weston Andros Adamson6168f622012-09-10 14:00:46 -04002034{
2035 struct nfs_access_entry cache;
2036 u32 mask;
2037
2038 /* access call failed or for some reason the server doesn't
2039 * support any access modes -- defer access call until later */
2040 if (opendata->o_res.access_supported == 0)
2041 return 0;
2042
2043 mask = 0;
Trond Myklebustf3792d62014-07-10 08:54:32 -04002044 /*
2045 * Use openflags to check for exec, because fmode won't
2046 * always have FMODE_EXEC set when file open for exec.
2047 */
Weston Andros Adamsonf8d9a892013-01-03 16:42:29 -05002048 if (openflags & __FMODE_EXEC) {
2049 /* ONLY check for exec rights */
2050 mask = MAY_EXEC;
Trond Myklebustf3792d62014-07-10 08:54:32 -04002051 } else if ((fmode & FMODE_READ) && !opendata->file_created)
Weston Andros Adamsonf8d9a892013-01-03 16:42:29 -05002052 mask = MAY_READ;
Weston Andros Adamson6168f622012-09-10 14:00:46 -04002053
2054 cache.cred = cred;
2055 cache.jiffies = jiffies;
2056 nfs_access_set_mask(&cache, opendata->o_res.access_result);
2057 nfs_access_add_cache(state->inode, &cache);
2058
Weston Andros Adamsonbbd3a8e2012-10-02 14:49:51 -07002059 if ((mask & ~cache.mask & (MAY_READ | MAY_EXEC)) == 0)
Weston Andros Adamson6168f622012-09-10 14:00:46 -04002060 return 0;
2061
2062 /* even though OPEN succeeded, access is denied. Close the file */
2063 nfs4_close_state(state, fmode);
Weston Andros Adamson998f40b2012-11-02 18:00:56 -04002064 return -EACCES;
Weston Andros Adamson6168f622012-09-10 14:00:46 -04002065}
2066
Alexandros Batsakisb2579572009-12-14 21:27:57 -08002067/*
2068 * Note: On error, nfs4_proc_open will free the struct nfs4_opendata
2069 */
2070static int _nfs4_proc_open(struct nfs4_opendata *data)
2071{
David Howells2b0143b2015-03-17 22:25:59 +00002072 struct inode *dir = d_inode(data->dir);
Alexandros Batsakisb2579572009-12-14 21:27:57 -08002073 struct nfs_server *server = NFS_SERVER(dir);
2074 struct nfs_openargs *o_arg = &data->o_arg;
2075 struct nfs_openres *o_res = &data->o_res;
2076 int status;
2077
2078 status = nfs4_run_open_task(data, 0);
Trond Myklebust08ef7bd2011-10-18 16:11:49 -07002079 if (!data->rpc_done)
Trond Myklebust24ac23a2006-01-03 09:55:11 +01002080 return status;
Trond Myklebust08ef7bd2011-10-18 16:11:49 -07002081 if (status != 0) {
2082 if (status == -NFS4ERR_BADNAME &&
2083 !(o_arg->open_flags & O_CREAT))
2084 return -ENOENT;
2085 return status;
2086 }
Trond Myklebust24ac23a2006-01-03 09:55:11 +01002087
Trond Myklebust6926afd2012-01-07 13:22:46 -05002088 nfs_fattr_map_and_free_names(server, &data->f_attr);
2089
Trond Myklebust5bc2afc2013-09-23 18:01:28 -04002090 if (o_arg->open_flags & O_CREAT) {
Trond Myklebust56ae19f2005-10-27 22:12:40 -04002091 update_changeattr(dir, &o_res->cinfo);
Trond Myklebust5bc2afc2013-09-23 18:01:28 -04002092 if (o_arg->open_flags & O_EXCL)
2093 data->file_created = 1;
2094 else if (o_res->cinfo.before != o_res->cinfo.after)
2095 data->file_created = 1;
2096 }
Trond Myklebust0df5dd42010-04-11 16:48:44 -04002097 if ((o_res->rflags & NFS4_OPEN_RESULT_LOCKTYPE_POSIX) == 0)
2098 server->caps &= ~NFS_CAP_POSIX_LOCK;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002099 if(o_res->rflags & NFS4_OPEN_RESULT_CONFIRM) {
Trond Myklebustcdd4e682006-01-03 09:55:12 +01002100 status = _nfs4_proc_open_confirm(data);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002101 if (status != 0)
Trond Myklebust24ac23a2006-01-03 09:55:11 +01002102 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002103 }
2104 if (!(o_res->f_attr->valid & NFS_ATTR_FATTR))
Andy Adamson8935ef62014-05-23 06:22:59 -07002105 nfs4_proc_getattr(server, &o_res->fh, o_res->f_attr, o_res->f_label);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01002106 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002107}
2108
Andy Adamsond83217c2011-03-01 01:34:17 +00002109static int nfs4_recover_expired_lease(struct nfs_server *server)
2110{
2111 return nfs4_client_recover_expired_lease(server->nfs_client);
2112}
2113
Linus Torvalds1da177e2005-04-16 15:20:36 -07002114/*
2115 * OPEN_EXPIRED:
2116 * reclaim state on the server after a network partition.
2117 * Assumes caller holds the appropriate lock
2118 */
Trond Myklebust539cd032007-06-05 11:46:42 -04002119static int _nfs4_open_expired(struct nfs_open_context *ctx, struct nfs4_state *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002120{
Trond Myklebuste56e0b782006-01-03 09:55:08 +01002121 struct nfs4_opendata *opendata;
Trond Myklebust864472e2006-01-03 09:55:15 +01002122 int ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002123
Trond Myklebust4a1c0892013-03-15 14:57:33 -04002124 opendata = nfs4_open_recoverdata_alloc(ctx, state,
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04002125 NFS4_OPEN_CLAIM_FH);
Trond Myklebust6f220ed2007-07-17 21:50:45 -04002126 if (IS_ERR(opendata))
2127 return PTR_ERR(opendata);
Trond Myklebust864472e2006-01-03 09:55:15 +01002128 ret = nfs4_open_recover(opendata, state);
Trond Myklebust35d05772008-04-05 15:54:17 -04002129 if (ret == -ESTALE)
Al Viro3d4ff432011-06-22 18:40:12 -04002130 d_drop(ctx->dentry);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04002131 nfs4_opendata_put(opendata);
Trond Myklebust864472e2006-01-03 09:55:15 +01002132 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002133}
2134
Trond Myklebusta9ed2e22009-12-03 15:53:21 -05002135static int nfs4_do_open_expired(struct nfs_open_context *ctx, struct nfs4_state *state)
Trond Myklebust202b50d2005-06-22 17:16:29 +00002136{
Trond Myklebust539cd032007-06-05 11:46:42 -04002137 struct nfs_server *server = NFS_SERVER(state->inode);
Trond Myklebust202b50d2005-06-22 17:16:29 +00002138 struct nfs4_exception exception = { };
2139 int err;
2140
2141 do {
Trond Myklebust539cd032007-06-05 11:46:42 -04002142 err = _nfs4_open_expired(ctx, state);
Trond Myklebust42113a72013-08-12 16:19:27 -04002143 trace_nfs4_open_expired(ctx, 0, err);
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04002144 if (nfs4_clear_cap_atomic_open_v1(server, err, &exception))
2145 continue;
Trond Myklebusta9ed2e22009-12-03 15:53:21 -05002146 switch (err) {
2147 default:
2148 goto out;
2149 case -NFS4ERR_GRACE:
2150 case -NFS4ERR_DELAY:
2151 nfs4_handle_exception(server, err, &exception);
2152 err = 0;
2153 }
Trond Myklebust202b50d2005-06-22 17:16:29 +00002154 } while (exception.retry);
Trond Myklebusta9ed2e22009-12-03 15:53:21 -05002155out:
Trond Myklebust202b50d2005-06-22 17:16:29 +00002156 return err;
2157}
2158
Linus Torvalds1da177e2005-04-16 15:20:36 -07002159static int nfs4_open_expired(struct nfs4_state_owner *sp, struct nfs4_state *state)
2160{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002161 struct nfs_open_context *ctx;
Trond Myklebust864472e2006-01-03 09:55:15 +01002162 int ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002163
Trond Myklebust864472e2006-01-03 09:55:15 +01002164 ctx = nfs4_state_find_open_context(state);
2165 if (IS_ERR(ctx))
Trond Myklebust91876b12013-03-28 14:01:33 -04002166 return -EAGAIN;
Trond Myklebust539cd032007-06-05 11:46:42 -04002167 ret = nfs4_do_open_expired(ctx, state);
Trond Myklebust864472e2006-01-03 09:55:15 +01002168 put_nfs_open_context(ctx);
2169 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002170}
2171
Trond Myklebust4dfd4f72014-10-17 15:10:25 +03002172static void nfs_finish_clear_delegation_stateid(struct nfs4_state *state)
2173{
2174 nfs_remove_bad_delegation(state->inode);
2175 write_seqlock(&state->seqlock);
2176 nfs4_stateid_copy(&state->stateid, &state->open_stateid);
2177 write_sequnlock(&state->seqlock);
2178 clear_bit(NFS_DELEGATED_STATE, &state->flags);
2179}
2180
2181static void nfs40_clear_delegation_stateid(struct nfs4_state *state)
2182{
2183 if (rcu_access_pointer(NFS_I(state->inode)->delegation) != NULL)
2184 nfs_finish_clear_delegation_stateid(state);
2185}
2186
2187static int nfs40_open_expired(struct nfs4_state_owner *sp, struct nfs4_state *state)
2188{
2189 /* NFSv4.0 doesn't allow for delegation recovery on open expire */
2190 nfs40_clear_delegation_stateid(state);
2191 return nfs4_open_expired(sp, state);
2192}
2193
Bryan Schumakerf062eb62011-06-02 14:59:10 -04002194#if defined(CONFIG_NFS_V4_1)
Trond Myklebust0c116ca2014-11-12 14:44:49 -05002195static void nfs41_check_delegation_stateid(struct nfs4_state *state)
Bryan Schumakerf062eb62011-06-02 14:59:10 -04002196{
Bryan Schumakerf062eb62011-06-02 14:59:10 -04002197 struct nfs_server *server = NFS_SERVER(state->inode);
Trond Myklebust0c116ca2014-11-12 14:44:49 -05002198 nfs4_stateid stateid;
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04002199 struct nfs_delegation *delegation;
Trond Myklebust0c116ca2014-11-12 14:44:49 -05002200 struct rpc_cred *cred;
2201 int status;
Chuck Lever3e60ffd2012-07-11 16:30:14 -04002202
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04002203 /* Get the delegation credential for use by test/free_stateid */
2204 rcu_read_lock();
2205 delegation = rcu_dereference(NFS_I(state->inode)->delegation);
Trond Myklebust0c116ca2014-11-12 14:44:49 -05002206 if (delegation == NULL) {
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04002207 rcu_read_unlock();
Trond Myklebust0c116ca2014-11-12 14:44:49 -05002208 return;
2209 }
2210
2211 nfs4_stateid_copy(&stateid, &delegation->stateid);
2212 cred = get_rpccred(delegation->cred);
2213 rcu_read_unlock();
2214 status = nfs41_test_stateid(server, &stateid, cred);
2215 trace_nfs4_test_delegation_stateid(state, NULL, status);
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04002216
Chuck Lever3e60ffd2012-07-11 16:30:14 -04002217 if (status != NFS_OK) {
2218 /* Free the stateid unless the server explicitly
2219 * informs us the stateid is unrecognized. */
2220 if (status != -NFS4ERR_BAD_STATEID)
Trond Myklebust0c116ca2014-11-12 14:44:49 -05002221 nfs41_free_stateid(server, &stateid, cred);
2222 nfs_finish_clear_delegation_stateid(state);
Chuck Lever3e60ffd2012-07-11 16:30:14 -04002223 }
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04002224
Trond Myklebust0c116ca2014-11-12 14:44:49 -05002225 put_rpccred(cred);
Chuck Lever3e60ffd2012-07-11 16:30:14 -04002226}
2227
2228/**
2229 * nfs41_check_open_stateid - possibly free an open stateid
2230 *
2231 * @state: NFSv4 state for an inode
2232 *
2233 * Returns NFS_OK if recovery for this stateid is now finished.
2234 * Otherwise a negative NFS4ERR value is returned.
2235 */
2236static int nfs41_check_open_stateid(struct nfs4_state *state)
2237{
2238 struct nfs_server *server = NFS_SERVER(state->inode);
Bryan Schumakerfcb6d9c2012-09-26 15:25:53 -04002239 nfs4_stateid *stateid = &state->open_stateid;
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04002240 struct rpc_cred *cred = state->owner->so_cred;
Chuck Lever3e60ffd2012-07-11 16:30:14 -04002241 int status;
2242
2243 /* If a state reset has been done, test_stateid is unneeded */
2244 if ((test_bit(NFS_O_RDONLY_STATE, &state->flags) == 0) &&
2245 (test_bit(NFS_O_WRONLY_STATE, &state->flags) == 0) &&
2246 (test_bit(NFS_O_RDWR_STATE, &state->flags) == 0))
2247 return -NFS4ERR_BAD_STATEID;
2248
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04002249 status = nfs41_test_stateid(server, stateid, cred);
Trond Myklebust08cb47f2013-08-20 21:59:40 -04002250 trace_nfs4_test_open_stateid(state, NULL, status);
Chuck Lever3e60ffd2012-07-11 16:30:14 -04002251 if (status != NFS_OK) {
2252 /* Free the stateid unless the server explicitly
2253 * informs us the stateid is unrecognized. */
2254 if (status != -NFS4ERR_BAD_STATEID)
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04002255 nfs41_free_stateid(server, stateid, cred);
Chuck Lever3e60ffd2012-07-11 16:30:14 -04002256
2257 clear_bit(NFS_O_RDONLY_STATE, &state->flags);
2258 clear_bit(NFS_O_WRONLY_STATE, &state->flags);
2259 clear_bit(NFS_O_RDWR_STATE, &state->flags);
Trond Myklebustfd068b22013-04-22 11:29:51 -04002260 clear_bit(NFS_OPEN_STATE, &state->flags);
Bryan Schumakerb01dd1d2012-01-31 10:39:30 -05002261 }
2262 return status;
2263}
2264
2265static int nfs41_open_expired(struct nfs4_state_owner *sp, struct nfs4_state *state)
2266{
Chuck Levereb64cf92012-07-11 16:30:05 -04002267 int status;
Bryan Schumakerb01dd1d2012-01-31 10:39:30 -05002268
Trond Myklebust0c116ca2014-11-12 14:44:49 -05002269 nfs41_check_delegation_stateid(state);
Chuck Lever3e60ffd2012-07-11 16:30:14 -04002270 status = nfs41_check_open_stateid(state);
Chuck Levereb64cf92012-07-11 16:30:05 -04002271 if (status != NFS_OK)
2272 status = nfs4_open_expired(sp, state);
2273 return status;
Bryan Schumakerf062eb62011-06-02 14:59:10 -04002274}
2275#endif
2276
Linus Torvalds1da177e2005-04-16 15:20:36 -07002277/*
Jeff Laytonaa53ed52007-06-05 14:49:03 -04002278 * on an EXCLUSIVE create, the server should send back a bitmask with FATTR4-*
2279 * fields corresponding to attributes that were used to store the verifier.
2280 * Make sure we clobber those fields in the later setattr call
2281 */
2282static inline void nfs4_exclusive_attrset(struct nfs4_opendata *opendata, struct iattr *sattr)
2283{
2284 if ((opendata->o_res.attrset[1] & FATTR4_WORD1_TIME_ACCESS) &&
2285 !(sattr->ia_valid & ATTR_ATIME_SET))
2286 sattr->ia_valid |= ATTR_ATIME;
2287
2288 if ((opendata->o_res.attrset[1] & FATTR4_WORD1_TIME_MODIFY) &&
2289 !(sattr->ia_valid & ATTR_MTIME_SET))
2290 sattr->ia_valid |= ATTR_MTIME;
2291}
2292
Trond Myklebustc21443c2013-02-07 14:26:21 -05002293static int _nfs4_open_and_get_state(struct nfs4_opendata *opendata,
2294 fmode_t fmode,
2295 int flags,
Trond Myklebust3efb9722013-05-29 13:17:04 -04002296 struct nfs_open_context *ctx)
Trond Myklebustc21443c2013-02-07 14:26:21 -05002297{
2298 struct nfs4_state_owner *sp = opendata->owner;
2299 struct nfs_server *server = sp->so_server;
Trond Myklebust275bb302013-05-29 13:11:28 -04002300 struct dentry *dentry;
Trond Myklebustc21443c2013-02-07 14:26:21 -05002301 struct nfs4_state *state;
2302 unsigned int seq;
2303 int ret;
2304
2305 seq = raw_seqcount_begin(&sp->so_reclaim_seqcount);
2306
2307 ret = _nfs4_proc_open(opendata);
Trond Myklebustdca780012014-10-23 19:23:03 +03002308 if (ret != 0)
Trond Myklebustc21443c2013-02-07 14:26:21 -05002309 goto out;
2310
2311 state = nfs4_opendata_to_nfs4_state(opendata);
2312 ret = PTR_ERR(state);
2313 if (IS_ERR(state))
2314 goto out;
2315 if (server->caps & NFS_CAP_POSIX_LOCK)
2316 set_bit(NFS_STATE_POSIX_LOCKS, &state->flags);
2317
Trond Myklebust275bb302013-05-29 13:11:28 -04002318 dentry = opendata->dentry;
David Howells2b0143b2015-03-17 22:25:59 +00002319 if (d_really_is_negative(dentry)) {
Trond Myklebust275bb302013-05-29 13:11:28 -04002320 /* FIXME: Is this d_drop() ever needed? */
2321 d_drop(dentry);
2322 dentry = d_add_unique(dentry, igrab(state->inode));
2323 if (dentry == NULL) {
2324 dentry = opendata->dentry;
2325 } else if (dentry != ctx->dentry) {
2326 dput(ctx->dentry);
2327 ctx->dentry = dget(dentry);
2328 }
2329 nfs_set_verifier(dentry,
David Howells2b0143b2015-03-17 22:25:59 +00002330 nfs_save_change_attribute(d_inode(opendata->dir)));
Trond Myklebust275bb302013-05-29 13:11:28 -04002331 }
2332
Trond Myklebustc21443c2013-02-07 14:26:21 -05002333 ret = nfs4_opendata_access(sp->so_cred, opendata, state, fmode, flags);
2334 if (ret != 0)
2335 goto out;
2336
Trond Myklebust3efb9722013-05-29 13:17:04 -04002337 ctx->state = state;
David Howells2b0143b2015-03-17 22:25:59 +00002338 if (d_inode(dentry) == state->inode) {
Trond Myklebustc45ffdd2013-05-29 13:34:46 -04002339 nfs_inode_attach_open_context(ctx);
2340 if (read_seqcount_retry(&sp->so_reclaim_seqcount, seq))
2341 nfs4_schedule_stateid_recovery(server, state);
2342 }
Trond Myklebustc21443c2013-02-07 14:26:21 -05002343out:
2344 return ret;
2345}
2346
Jeff Laytonaa53ed52007-06-05 14:49:03 -04002347/*
Trond Myklebust24ac23a2006-01-03 09:55:11 +01002348 * Returns a referenced nfs4_state
Linus Torvalds1da177e2005-04-16 15:20:36 -07002349 */
Andy Adamson82be4172012-05-23 05:02:35 -04002350static int _nfs4_do_open(struct inode *dir,
Trond Myklebust4197a052013-05-29 12:37:49 -04002351 struct nfs_open_context *ctx,
Andy Adamson82be4172012-05-23 05:02:35 -04002352 int flags,
2353 struct iattr *sattr,
Trond Myklebust5bc2afc2013-09-23 18:01:28 -04002354 struct nfs4_label *label,
2355 int *opened)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002356{
2357 struct nfs4_state_owner *sp;
2358 struct nfs4_state *state = NULL;
2359 struct nfs_server *server = NFS_SERVER(dir);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01002360 struct nfs4_opendata *opendata;
Trond Myklebust4197a052013-05-29 12:37:49 -04002361 struct dentry *dentry = ctx->dentry;
2362 struct rpc_cred *cred = ctx->cred;
2363 struct nfs4_threshold **ctx_th = &ctx->mdsthreshold;
2364 fmode_t fmode = ctx->mode & (FMODE_READ|FMODE_WRITE|FMODE_EXEC);
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04002365 enum open_claim_type4 claim = NFS4_OPEN_CLAIM_NULL;
David Quigley1775fd32013-05-22 12:50:42 -04002366 struct nfs4_label *olabel = NULL;
Trond Myklebustaac00a82007-07-05 19:02:21 -04002367 int status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002368
2369 /* Protect against reboot recovery conflicts */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002370 status = -ENOMEM;
Trond Myklebustd1e284d2012-01-17 22:04:24 -05002371 sp = nfs4_get_state_owner(server, cred, GFP_KERNEL);
2372 if (sp == NULL) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002373 dprintk("nfs4_do_open: nfs4_get_state_owner failed!\n");
2374 goto out_err;
2375 }
Trond Myklebust58d97142006-01-03 09:55:24 +01002376 status = nfs4_recover_expired_lease(server);
2377 if (status != 0)
Trond Myklebustb4454fe2006-01-03 09:55:25 +01002378 goto err_put_state_owner;
David Howells2b0143b2015-03-17 22:25:59 +00002379 if (d_really_is_positive(dentry))
2380 nfs4_return_incompatible_delegation(d_inode(dentry), fmode);
Trond Myklebust58d97142006-01-03 09:55:24 +01002381 status = -ENOMEM;
David Howells2b0143b2015-03-17 22:25:59 +00002382 if (d_really_is_positive(dentry))
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04002383 claim = NFS4_OPEN_CLAIM_FH;
Trond Myklebust4a1c0892013-03-15 14:57:33 -04002384 opendata = nfs4_opendata_alloc(dentry, sp, fmode, flags, sattr,
David Quigley1775fd32013-05-22 12:50:42 -04002385 label, claim, GFP_KERNEL);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01002386 if (opendata == NULL)
Trond Myklebust95d35cb2008-12-23 15:21:45 -05002387 goto err_put_state_owner;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002388
David Quigley14c43f72013-05-22 12:50:43 -04002389 if (label) {
2390 olabel = nfs4_label_alloc(server, GFP_KERNEL);
2391 if (IS_ERR(olabel)) {
2392 status = PTR_ERR(olabel);
2393 goto err_opendata_put;
2394 }
2395 }
2396
Trond Myklebuste911b812014-03-26 13:24:37 -07002397 if (server->attr_bitmask[2] & FATTR4_WORD2_MDSTHRESHOLD) {
2398 if (!opendata->f_attr.mdsthreshold) {
2399 opendata->f_attr.mdsthreshold = pnfs_mdsthreshold_alloc();
2400 if (!opendata->f_attr.mdsthreshold)
2401 goto err_free_label;
2402 }
Trond Myklebust1549210f2012-06-05 09:16:47 -04002403 opendata->o_arg.open_bitmap = &nfs4_pnfs_open_bitmap[0];
Andy Adamson82be4172012-05-23 05:02:35 -04002404 }
David Howells2b0143b2015-03-17 22:25:59 +00002405 if (d_really_is_positive(dentry))
2406 opendata->state = nfs4_get_open_state(d_inode(dentry), sp);
Trond Myklebustaac00a82007-07-05 19:02:21 -04002407
Trond Myklebust3efb9722013-05-29 13:17:04 -04002408 status = _nfs4_open_and_get_state(opendata, fmode, flags, ctx);
Weston Andros Adamson6168f622012-09-10 14:00:46 -04002409 if (status != 0)
David Quigley14c43f72013-05-22 12:50:43 -04002410 goto err_free_label;
Trond Myklebust3efb9722013-05-29 13:17:04 -04002411 state = ctx->state;
Weston Andros Adamson6168f622012-09-10 14:00:46 -04002412
Trond Myklebust549b19c2013-04-16 18:42:34 -04002413 if ((opendata->o_arg.open_flags & O_EXCL) &&
2414 (opendata->o_arg.createmode != NFS4_CREATE_GUARDED)) {
Trond Myklebust0ab64e02010-04-16 16:22:51 -04002415 nfs4_exclusive_attrset(opendata, sattr);
2416
2417 nfs_fattr_init(opendata->o_res.f_attr);
2418 status = nfs4_do_setattr(state->inode, cred,
2419 opendata->o_res.f_attr, sattr,
David Quigley1775fd32013-05-22 12:50:42 -04002420 state, label, olabel);
2421 if (status == 0) {
Trond Myklebustf0446362015-02-26 16:09:04 -05002422 nfs_setattr_update_inode(state->inode, sattr,
2423 opendata->o_res.f_attr);
David Quigleyaa9c2662013-05-22 12:50:44 -04002424 nfs_setsecurity(state->inode, opendata->o_res.f_attr, olabel);
David Quigley1775fd32013-05-22 12:50:42 -04002425 }
Trond Myklebust0ab64e02010-04-16 16:22:51 -04002426 }
Trond Myklebust5bc2afc2013-09-23 18:01:28 -04002427 if (opendata->file_created)
2428 *opened |= FILE_CREATED;
Andy Adamson82be4172012-05-23 05:02:35 -04002429
Trond Myklebuste911b812014-03-26 13:24:37 -07002430 if (pnfs_use_threshold(ctx_th, opendata->f_attr.mdsthreshold, server)) {
Andy Adamson82be4172012-05-23 05:02:35 -04002431 *ctx_th = opendata->f_attr.mdsthreshold;
Trond Myklebuste911b812014-03-26 13:24:37 -07002432 opendata->f_attr.mdsthreshold = NULL;
2433 }
Andy Adamson82be4172012-05-23 05:02:35 -04002434
David Quigley14c43f72013-05-22 12:50:43 -04002435 nfs4_label_free(olabel);
2436
Trond Myklebustc6d00e62007-06-17 16:02:44 -04002437 nfs4_opendata_put(opendata);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002438 nfs4_put_state_owner(sp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002439 return 0;
David Quigley14c43f72013-05-22 12:50:43 -04002440err_free_label:
2441 nfs4_label_free(olabel);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04002442err_opendata_put:
2443 nfs4_opendata_put(opendata);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01002444err_put_state_owner:
2445 nfs4_put_state_owner(sp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002446out_err:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002447 return status;
2448}
2449
2450
Andy Adamson82be4172012-05-23 05:02:35 -04002451static struct nfs4_state *nfs4_do_open(struct inode *dir,
Trond Myklebust4197a052013-05-29 12:37:49 -04002452 struct nfs_open_context *ctx,
Andy Adamson82be4172012-05-23 05:02:35 -04002453 int flags,
2454 struct iattr *sattr,
Trond Myklebust5bc2afc2013-09-23 18:01:28 -04002455 struct nfs4_label *label,
2456 int *opened)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002457{
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04002458 struct nfs_server *server = NFS_SERVER(dir);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002459 struct nfs4_exception exception = { };
2460 struct nfs4_state *res;
2461 int status;
2462
2463 do {
Trond Myklebust5bc2afc2013-09-23 18:01:28 -04002464 status = _nfs4_do_open(dir, ctx, flags, sattr, label, opened);
Trond Myklebust3efb9722013-05-29 13:17:04 -04002465 res = ctx->state;
Trond Myklebust42113a72013-08-12 16:19:27 -04002466 trace_nfs4_open_file(ctx, flags, status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002467 if (status == 0)
2468 break;
2469 /* NOTE: BAD_SEQID means the server and client disagree about the
2470 * book-keeping w.r.t. state-changing operations
2471 * (OPEN/CLOSE/LOCK/LOCKU...)
2472 * It is actually a sign of a bug on the client or on the server.
2473 *
2474 * If we receive a BAD_SEQID error in the particular case of
Trond Myklebustcee54fc2005-10-18 14:20:12 -07002475 * doing an OPEN, we assume that nfs_increment_open_seqid() will
Linus Torvalds1da177e2005-04-16 15:20:36 -07002476 * have unhashed the old state_owner for us, and that we can
2477 * therefore safely retry using a new one. We should still warn
2478 * the user though...
2479 */
2480 if (status == -NFS4ERR_BAD_SEQID) {
Trond Myklebust9a3ba432012-03-12 18:01:48 -04002481 pr_warn_ratelimited("NFS: v4 server %s "
Trond Myklebust6f43ddc2007-07-08 16:49:11 -04002482 " returned a bad sequence-id error!\n",
2483 NFS_SERVER(dir)->nfs_client->cl_hostname);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002484 exception.retry = 1;
2485 continue;
2486 }
Trond Myklebust550f5742005-10-18 14:20:21 -07002487 /*
2488 * BAD_STATEID on OPEN means that the server cancelled our
2489 * state before it received the OPEN_CONFIRM.
2490 * Recover by retrying the request as per the discussion
2491 * on Page 181 of RFC3530.
2492 */
2493 if (status == -NFS4ERR_BAD_STATEID) {
2494 exception.retry = 1;
2495 continue;
2496 }
Trond Myklebustaac00a82007-07-05 19:02:21 -04002497 if (status == -EAGAIN) {
2498 /* We must have found a delegation */
2499 exception.retry = 1;
2500 continue;
2501 }
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04002502 if (nfs4_clear_cap_atomic_open_v1(server, status, &exception))
2503 continue;
2504 res = ERR_PTR(nfs4_handle_exception(server,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002505 status, &exception));
2506 } while (exception.retry);
2507 return res;
2508}
2509
Trond Myklebust659bfcd2008-06-10 19:39:41 -04002510static int _nfs4_do_setattr(struct inode *inode, struct rpc_cred *cred,
2511 struct nfs_fattr *fattr, struct iattr *sattr,
David Quigley1775fd32013-05-22 12:50:42 -04002512 struct nfs4_state *state, struct nfs4_label *ilabel,
2513 struct nfs4_label *olabel)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002514{
Trond Myklebust3e4f6292006-03-20 13:44:46 -05002515 struct nfs_server *server = NFS_SERVER(inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002516 struct nfs_setattrargs arg = {
Trond Myklebust3e4f6292006-03-20 13:44:46 -05002517 .fh = NFS_FH(inode),
Linus Torvalds1da177e2005-04-16 15:20:36 -07002518 .iap = sattr,
2519 .server = server,
2520 .bitmask = server->attr_bitmask,
David Quigley1775fd32013-05-22 12:50:42 -04002521 .label = ilabel,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002522 };
2523 struct nfs_setattrres res = {
2524 .fattr = fattr,
David Quigley1775fd32013-05-22 12:50:42 -04002525 .label = olabel,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002526 .server = server,
2527 };
2528 struct rpc_message msg = {
Trond Myklebust659bfcd2008-06-10 19:39:41 -04002529 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETATTR],
2530 .rpc_argp = &arg,
2531 .rpc_resp = &res,
2532 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002533 };
Trond Myklebust26e976a2006-01-03 09:55:21 +01002534 unsigned long timestamp = jiffies;
Trond Myklebustee3ae842013-04-29 10:35:36 -04002535 fmode_t fmode;
2536 bool truncate;
Trond Myklebust65e43082005-08-16 11:49:44 -04002537 int status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002538
David Quigleyaa9c2662013-05-22 12:50:44 -04002539 arg.bitmask = nfs4_bitmask(server, ilabel);
2540 if (ilabel)
2541 arg.bitmask = nfs4_bitmask(server, olabel);
2542
Trond Myklebust0e574af2005-10-27 22:12:38 -04002543 nfs_fattr_init(fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002544
Trond Myklebustee3ae842013-04-29 10:35:36 -04002545 /* Servers should only apply open mode checks for file size changes */
2546 truncate = (sattr->ia_valid & ATTR_SIZE) ? true : false;
2547 fmode = truncate ? FMODE_WRITE : FMODE_READ;
2548
2549 if (nfs4_copy_delegation_stateid(&arg.stateid, inode, fmode)) {
2550 /* Use that stateid */
Trond Myklebust0418dae2014-03-04 13:48:16 -05002551 } else if (truncate && state != NULL) {
Trond Myklebust2a369152012-08-13 18:54:45 -04002552 struct nfs_lockowner lockowner = {
2553 .l_owner = current->files,
2554 .l_pid = current->tgid,
2555 };
Trond Myklebust0418dae2014-03-04 13:48:16 -05002556 if (!nfs4_valid_open_stateid(state))
2557 return -EBADF;
2558 if (nfs4_select_rw_stateid(&arg.stateid, state, FMODE_WRITE,
2559 &lockowner) == -EIO)
2560 return -EBADF;
Trond Myklebust08e9eac2005-06-22 17:16:29 +00002561 } else
Trond Myklebustf597c532012-03-04 18:13:56 -05002562 nfs4_stateid_copy(&arg.stateid, &zero_stateid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002563
Bryan Schumaker7c513052011-03-24 17:12:24 +00002564 status = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, &res.seq_res, 1);
Trond Myklebust26e976a2006-01-03 09:55:21 +01002565 if (status == 0 && state != NULL)
2566 renew_lease(server, timestamp);
Trond Myklebust65e43082005-08-16 11:49:44 -04002567 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002568}
2569
Trond Myklebust659bfcd2008-06-10 19:39:41 -04002570static int nfs4_do_setattr(struct inode *inode, struct rpc_cred *cred,
2571 struct nfs_fattr *fattr, struct iattr *sattr,
David Quigley1775fd32013-05-22 12:50:42 -04002572 struct nfs4_state *state, struct nfs4_label *ilabel,
2573 struct nfs4_label *olabel)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002574{
Trond Myklebust3e4f6292006-03-20 13:44:46 -05002575 struct nfs_server *server = NFS_SERVER(inode);
Trond Myklebusta1d0b5e2012-03-05 19:56:44 -05002576 struct nfs4_exception exception = {
2577 .state = state,
Trond Myklebust3114ea72012-03-07 16:39:06 -05002578 .inode = inode,
Trond Myklebusta1d0b5e2012-03-05 19:56:44 -05002579 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002580 int err;
2581 do {
David Quigley1775fd32013-05-22 12:50:42 -04002582 err = _nfs4_do_setattr(inode, cred, fattr, sattr, state, ilabel, olabel);
Trond Myklebustc1578b72013-08-12 16:58:42 -04002583 trace_nfs4_setattr(inode, err);
Trond Myklebust451146b2012-04-18 16:29:11 -04002584 switch (err) {
2585 case -NFS4ERR_OPENMODE:
Trond Myklebust721ccfb2013-04-29 11:11:58 -04002586 if (!(sattr->ia_valid & ATTR_SIZE)) {
2587 pr_warn_once("NFSv4: server %s is incorrectly "
2588 "applying open mode checks to "
2589 "a SETATTR that is not "
2590 "changing file size.\n",
2591 server->nfs_client->cl_hostname);
2592 }
Trond Myklebust451146b2012-04-18 16:29:11 -04002593 if (state && !(state->state & FMODE_WRITE)) {
2594 err = -EBADF;
2595 if (sattr->ia_valid & ATTR_OPEN)
2596 err = -EACCES;
2597 goto out;
2598 }
2599 }
2600 err = nfs4_handle_exception(server, err, &exception);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002601 } while (exception.retry);
Trond Myklebust451146b2012-04-18 16:29:11 -04002602out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002603 return err;
2604}
2605
2606struct nfs4_closedata {
2607 struct inode *inode;
2608 struct nfs4_state *state;
2609 struct nfs_closeargs arg;
2610 struct nfs_closeres res;
Trond Myklebust516a6af2005-10-27 22:12:41 -04002611 struct nfs_fattr fattr;
Trond Myklebust26e976a2006-01-03 09:55:21 +01002612 unsigned long timestamp;
Fred Isamanf7e89172011-01-06 11:36:32 +00002613 bool roc;
2614 u32 roc_barrier;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002615};
2616
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002617static void nfs4_free_closedata(void *data)
Trond Myklebust95121352005-10-18 14:20:12 -07002618{
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002619 struct nfs4_closedata *calldata = data;
2620 struct nfs4_state_owner *sp = calldata->state->owner;
Al Viro643168c2011-06-22 18:20:23 -04002621 struct super_block *sb = calldata->state->inode->i_sb;
Trond Myklebust95121352005-10-18 14:20:12 -07002622
Fred Isamanf7e89172011-01-06 11:36:32 +00002623 if (calldata->roc)
2624 pnfs_roc_release(calldata->state->inode);
Trond Myklebust95121352005-10-18 14:20:12 -07002625 nfs4_put_open_state(calldata->state);
2626 nfs_free_seqid(calldata->arg.seqid);
Trond Myklebust95121352005-10-18 14:20:12 -07002627 nfs4_put_state_owner(sp);
Trond Myklebust322b2b92013-01-11 16:39:51 -05002628 nfs_sb_deactive(sb);
Trond Myklebust95121352005-10-18 14:20:12 -07002629 kfree(calldata);
2630}
2631
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002632static void nfs4_close_done(struct rpc_task *task, void *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002633{
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002634 struct nfs4_closedata *calldata = data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002635 struct nfs4_state *state = calldata->state;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002636 struct nfs_server *server = NFS_SERVER(calldata->inode);
Trond Myklebust412f6c42014-08-25 22:09:08 -04002637 nfs4_stateid *res_stateid = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002638
Chuck Levera3ca5652012-03-01 17:00:40 -05002639 dprintk("%s: begin!\n", __func__);
Trond Myklebust14516c32010-07-31 14:29:06 -04002640 if (!nfs4_sequence_done(task, &calldata->res.seq_res))
2641 return;
Trond Myklebust42113a72013-08-12 16:19:27 -04002642 trace_nfs4_close(state, &calldata->arg, &calldata->res, task->tk_status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002643 /* hmm. we are done with the inode, and in the process of freeing
2644 * the state_owner. we keep this around to process errors
2645 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002646 switch (task->tk_status) {
2647 case 0:
Trond Myklebust412f6c42014-08-25 22:09:08 -04002648 res_stateid = &calldata->res.stateid;
2649 if (calldata->arg.fmode == 0 && calldata->roc)
Fred Isamanf7e89172011-01-06 11:36:32 +00002650 pnfs_roc_set_barrier(state->inode,
2651 calldata->roc_barrier);
Trond Myklebust26e976a2006-01-03 09:55:21 +01002652 renew_lease(server, calldata->timestamp);
Trond Myklebust412f6c42014-08-25 22:09:08 -04002653 break;
Trond Myklebust69794ad2013-11-20 12:57:19 -05002654 case -NFS4ERR_ADMIN_REVOKED:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002655 case -NFS4ERR_STALE_STATEID:
Trond Myklebust9e33bed2008-12-23 15:21:46 -05002656 case -NFS4ERR_OLD_STATEID:
2657 case -NFS4ERR_BAD_STATEID:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002658 case -NFS4ERR_EXPIRED:
Trond Myklebust566fcec2015-01-23 15:32:46 -05002659 if (!nfs4_stateid_match(&calldata->arg.stateid,
Anna Schumaker369d6b72015-03-02 16:46:09 -05002660 &state->open_stateid)) {
Trond Myklebust566fcec2015-01-23 15:32:46 -05002661 rpc_restart_call_prepare(task);
2662 goto out_release;
2663 }
Trond Myklebustdc0b0272008-12-23 15:21:56 -05002664 if (calldata->arg.fmode == 0)
Trond Myklebust9e33bed2008-12-23 15:21:46 -05002665 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002666 default:
NeilBrown8478eaa2014-09-18 16:09:27 +10002667 if (nfs4_async_handle_error(task, server, state, NULL) == -EAGAIN) {
Trond Myklebust72211db2009-12-15 14:47:36 -05002668 rpc_restart_call_prepare(task);
Trond Myklebust69794ad2013-11-20 12:57:19 -05002669 goto out_release;
2670 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002671 }
Trond Myklebust412f6c42014-08-25 22:09:08 -04002672 nfs_clear_open_stateid(state, res_stateid, calldata->arg.fmode);
Trond Myklebust69794ad2013-11-20 12:57:19 -05002673out_release:
Trond Myklebust72211db2009-12-15 14:47:36 -05002674 nfs_release_seqid(calldata->arg.seqid);
Trond Myklebust516a6af2005-10-27 22:12:41 -04002675 nfs_refresh_inode(calldata->inode, calldata->res.fattr);
Chuck Levera3ca5652012-03-01 17:00:40 -05002676 dprintk("%s: done, ret = %d!\n", __func__, task->tk_status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002677}
2678
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01002679static void nfs4_close_prepare(struct rpc_task *task, void *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002680{
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01002681 struct nfs4_closedata *calldata = data;
Trond Myklebust95121352005-10-18 14:20:12 -07002682 struct nfs4_state *state = calldata->state;
Trond Myklebust7fdab062012-09-20 20:15:57 -04002683 struct inode *inode = calldata->inode;
Trond Myklebustaee7af32014-08-25 22:33:12 -04002684 bool is_rdonly, is_wronly, is_rdwr;
Trond Myklebust88069f72009-12-08 08:33:16 -05002685 int call_close = 0;
Trond Myklebust95121352005-10-18 14:20:12 -07002686
Chuck Levera3ca5652012-03-01 17:00:40 -05002687 dprintk("%s: begin!\n", __func__);
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002688 if (nfs_wait_on_sequence(calldata->arg.seqid, task) != 0)
Trond Myklebustc8da19b2013-02-11 19:01:21 -05002689 goto out_wait;
Trond Myklebust003707c2007-07-05 18:07:55 -04002690
Trond Myklebust88069f72009-12-08 08:33:16 -05002691 task->tk_msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN_DOWNGRADE];
Trond Myklebust4cecb762005-11-04 15:32:58 -05002692 spin_lock(&state->owner->so_lock);
Trond Myklebustaee7af32014-08-25 22:33:12 -04002693 is_rdwr = test_bit(NFS_O_RDWR_STATE, &state->flags);
2694 is_rdonly = test_bit(NFS_O_RDONLY_STATE, &state->flags);
2695 is_wronly = test_bit(NFS_O_WRONLY_STATE, &state->flags);
Anna Schumaker369d6b72015-03-02 16:46:09 -05002696 nfs4_stateid_copy(&calldata->arg.stateid, &state->open_stateid);
Trond Myklebust003707c2007-07-05 18:07:55 -04002697 /* Calculate the change in open mode */
Trond Myklebustcd9288f2014-09-18 11:51:32 -04002698 calldata->arg.fmode = 0;
Trond Myklebuste7616922006-01-03 09:55:13 +01002699 if (state->n_rdwr == 0) {
Trond Myklebustcd9288f2014-09-18 11:51:32 -04002700 if (state->n_rdonly == 0)
2701 call_close |= is_rdonly;
2702 else if (is_rdonly)
2703 calldata->arg.fmode |= FMODE_READ;
2704 if (state->n_wronly == 0)
2705 call_close |= is_wronly;
2706 else if (is_wronly)
2707 calldata->arg.fmode |= FMODE_WRITE;
2708 } else if (is_rdwr)
2709 calldata->arg.fmode |= FMODE_READ|FMODE_WRITE;
2710
2711 if (calldata->arg.fmode == 0)
2712 call_close |= is_rdwr;
2713
Trond Myklebust5d422302013-03-14 16:57:48 -04002714 if (!nfs4_valid_open_stateid(state))
2715 call_close = 0;
Trond Myklebust4cecb762005-11-04 15:32:58 -05002716 spin_unlock(&state->owner->so_lock);
Trond Myklebust88069f72009-12-08 08:33:16 -05002717
2718 if (!call_close) {
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002719 /* Note: exit _without_ calling nfs4_close_done */
Trond Myklebustc8da19b2013-02-11 19:01:21 -05002720 goto out_no_action;
Trond Myklebust95121352005-10-18 14:20:12 -07002721 }
Trond Myklebust88069f72009-12-08 08:33:16 -05002722
Fred Isamanf7e89172011-01-06 11:36:32 +00002723 if (calldata->arg.fmode == 0) {
Trond Myklebust88069f72009-12-08 08:33:16 -05002724 task->tk_msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_CLOSE];
Fred Isamanf7e89172011-01-06 11:36:32 +00002725 if (calldata->roc &&
Andy Adamsonb9536ad2013-04-11 09:28:45 -04002726 pnfs_roc_drain(inode, &calldata->roc_barrier, task)) {
2727 nfs_release_seqid(calldata->arg.seqid);
Trond Myklebustc8da19b2013-02-11 19:01:21 -05002728 goto out_wait;
Andy Adamsonb9536ad2013-04-11 09:28:45 -04002729 }
Fred Isamanf7e89172011-01-06 11:36:32 +00002730 }
Trond Myklebust6ae37332015-01-30 14:21:14 -05002731 calldata->arg.share_access =
2732 nfs4_map_atomic_open_share(NFS_SERVER(inode),
2733 calldata->arg.fmode, 0);
Trond Myklebust88069f72009-12-08 08:33:16 -05002734
Trond Myklebust516a6af2005-10-27 22:12:41 -04002735 nfs_fattr_init(calldata->res.fattr);
Trond Myklebust26e976a2006-01-03 09:55:21 +01002736 calldata->timestamp = jiffies;
Trond Myklebust7fdab062012-09-20 20:15:57 -04002737 if (nfs4_setup_sequence(NFS_SERVER(inode),
Trond Myklebust9d12b212012-01-17 22:04:25 -05002738 &calldata->arg.seq_args,
2739 &calldata->res.seq_res,
Trond Myklebust2240a9e2012-10-29 18:37:40 -04002740 task) != 0)
2741 nfs_release_seqid(calldata->arg.seqid);
Chuck Levera3ca5652012-03-01 17:00:40 -05002742 dprintk("%s: done!\n", __func__);
Trond Myklebustc8da19b2013-02-11 19:01:21 -05002743 return;
2744out_no_action:
2745 task->tk_action = NULL;
2746out_wait:
2747 nfs4_sequence_done(task, &calldata->res.seq_res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002748}
2749
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002750static const struct rpc_call_ops nfs4_close_ops = {
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01002751 .rpc_call_prepare = nfs4_close_prepare,
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002752 .rpc_call_done = nfs4_close_done,
2753 .rpc_release = nfs4_free_closedata,
2754};
2755
Peng Taofe08c542014-07-03 13:05:01 +08002756static bool nfs4_roc(struct inode *inode)
2757{
Trond Myklebust40dd4b72015-01-24 13:54:37 -05002758 if (!nfs_have_layout(inode))
Peng Taofe08c542014-07-03 13:05:01 +08002759 return false;
Peng Taofe08c542014-07-03 13:05:01 +08002760 return pnfs_roc(inode);
2761}
2762
Linus Torvalds1da177e2005-04-16 15:20:36 -07002763/*
2764 * It is possible for data to be read/written from a mem-mapped file
2765 * after the sys_close call (which hits the vfs layer as a flush).
2766 * This means that we can't safely call nfsv4 close on a file until
2767 * the inode is cleared. This in turn means that we are not good
2768 * NFSv4 citizens - we do not indicate to the server to update the file's
2769 * share state even when we are done with one of the three share
2770 * stateid's in the inode.
2771 *
2772 * NOTE: Caller must be holding the sp->so_owner semaphore!
2773 */
Trond Myklebust1f7977c2012-09-20 20:31:51 -04002774int nfs4_do_close(struct nfs4_state *state, gfp_t gfp_mask, int wait)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002775{
Trond Myklebust4a35bd42007-06-05 10:31:33 -04002776 struct nfs_server *server = NFS_SERVER(state->inode);
Trond Myklebust63f5f792015-01-23 19:19:25 -05002777 struct nfs_seqid *(*alloc_seqid)(struct nfs_seqid_counter *, gfp_t);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002778 struct nfs4_closedata *calldata;
Trond Myklebustb39e6252007-06-11 23:05:07 -04002779 struct nfs4_state_owner *sp = state->owner;
2780 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04002781 struct rpc_message msg = {
2782 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_CLOSE],
2783 .rpc_cred = state->owner->so_cred,
2784 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04002785 struct rpc_task_setup task_setup_data = {
2786 .rpc_client = server->client,
Trond Myklebust5138fde2007-07-14 15:40:01 -04002787 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04002788 .callback_ops = &nfs4_close_ops,
Trond Myklebust101070c2008-02-19 20:04:23 -05002789 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04002790 .flags = RPC_TASK_ASYNC,
2791 };
Trond Myklebust95121352005-10-18 14:20:12 -07002792 int status = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002793
Weston Andros Adamsonfa940722013-08-13 16:37:34 -04002794 nfs4_state_protect(server->nfs_client, NFS_SP4_MACH_CRED_CLEANUP,
2795 &task_setup_data.rpc_client, &msg);
2796
Trond Myklebust8535b2b2010-05-13 12:51:01 -04002797 calldata = kzalloc(sizeof(*calldata), gfp_mask);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002798 if (calldata == NULL)
Trond Myklebust95121352005-10-18 14:20:12 -07002799 goto out;
Chuck Levera9c92d62013-08-09 12:48:18 -04002800 nfs4_init_sequence(&calldata->arg.seq_args, &calldata->res.seq_res, 1);
Trond Myklebust4a35bd42007-06-05 10:31:33 -04002801 calldata->inode = state->inode;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002802 calldata->state = state;
Trond Myklebust4a35bd42007-06-05 10:31:33 -04002803 calldata->arg.fh = NFS_FH(state->inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002804 /* Serialization for the sequence id */
Trond Myklebust63f5f792015-01-23 19:19:25 -05002805 alloc_seqid = server->nfs_client->cl_mvops->alloc_seqid;
2806 calldata->arg.seqid = alloc_seqid(&state->owner->so_seqid, gfp_mask);
Trond Myklebustbadc76d2015-01-23 18:48:00 -05002807 if (IS_ERR(calldata->arg.seqid))
Trond Myklebust95121352005-10-18 14:20:12 -07002808 goto out_free_calldata;
Trond Myklebustdc0b0272008-12-23 15:21:56 -05002809 calldata->arg.fmode = 0;
Trond Myklebusta65318b2009-03-11 14:10:28 -04002810 calldata->arg.bitmask = server->cache_consistency_bitmask;
Trond Myklebust516a6af2005-10-27 22:12:41 -04002811 calldata->res.fattr = &calldata->fattr;
Trond Myklebustc1d51932008-04-07 13:20:54 -04002812 calldata->res.seqid = calldata->arg.seqid;
Trond Myklebust516a6af2005-10-27 22:12:41 -04002813 calldata->res.server = server;
Peng Taofe08c542014-07-03 13:05:01 +08002814 calldata->roc = nfs4_roc(state->inode);
Al Viro643168c2011-06-22 18:20:23 -04002815 nfs_sb_active(calldata->inode->i_sb);
Trond Myklebust95121352005-10-18 14:20:12 -07002816
Trond Myklebust1174dd12010-12-21 10:52:24 -05002817 msg.rpc_argp = &calldata->arg;
2818 msg.rpc_resp = &calldata->res;
Trond Myklebustc970aa82007-07-14 15:39:59 -04002819 task_setup_data.callback_data = calldata;
2820 task = rpc_run_task(&task_setup_data);
Trond Myklebustb39e6252007-06-11 23:05:07 -04002821 if (IS_ERR(task))
2822 return PTR_ERR(task);
Trond Myklebusta49c3c72007-10-18 18:03:27 -04002823 status = 0;
2824 if (wait)
2825 status = rpc_wait_for_completion_task(task);
Trond Myklebustb39e6252007-06-11 23:05:07 -04002826 rpc_put_task(task);
Trond Myklebusta49c3c72007-10-18 18:03:27 -04002827 return status;
Trond Myklebust95121352005-10-18 14:20:12 -07002828out_free_calldata:
2829 kfree(calldata);
2830out:
Trond Myklebustb39e6252007-06-11 23:05:07 -04002831 nfs4_put_open_state(state);
2832 nfs4_put_state_owner(sp);
Trond Myklebust95121352005-10-18 14:20:12 -07002833 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002834}
2835
Trond Myklebust2b484292010-09-17 10:56:51 -04002836static struct inode *
Trond Myklebust5bc2afc2013-09-23 18:01:28 -04002837nfs4_atomic_open(struct inode *dir, struct nfs_open_context *ctx,
2838 int open_flags, struct iattr *attr, int *opened)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002839{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002840 struct nfs4_state *state;
David Quigleyaa9c2662013-05-22 12:50:44 -04002841 struct nfs4_label l = {0, 0, 0, NULL}, *label = NULL;
2842
2843 label = nfs4_label_init_security(dir, ctx->dentry, attr, &l);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002844
Trond Myklebust565277f2007-10-15 18:17:53 -04002845 /* Protect against concurrent sillydeletes */
Trond Myklebust5bc2afc2013-09-23 18:01:28 -04002846 state = nfs4_do_open(dir, ctx, open_flags, attr, label, opened);
David Quigleyaa9c2662013-05-22 12:50:44 -04002847
2848 nfs4_label_release_security(label);
2849
Trond Myklebustf46e0bd2010-09-17 10:56:50 -04002850 if (IS_ERR(state))
2851 return ERR_CAST(state);
Trond Myklebust275bb302013-05-29 13:11:28 -04002852 return state->inode;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002853}
2854
Trond Myklebust1185a552009-12-03 15:54:02 -05002855static void nfs4_close_context(struct nfs_open_context *ctx, int is_sync)
Trond Myklebust7fe5c392009-03-19 15:35:50 -04002856{
2857 if (ctx->state == NULL)
2858 return;
2859 if (is_sync)
Al Viro643168c2011-06-22 18:20:23 -04002860 nfs4_close_sync(ctx->state, ctx->mode);
Trond Myklebust7fe5c392009-03-19 15:35:50 -04002861 else
Al Viro643168c2011-06-22 18:20:23 -04002862 nfs4_close_state(ctx->state, ctx->mode);
Trond Myklebust7fe5c392009-03-19 15:35:50 -04002863}
Linus Torvalds1da177e2005-04-16 15:20:36 -07002864
Trond Myklebustb944dba2013-11-04 15:20:20 -05002865#define FATTR4_WORD1_NFS40_MASK (2*FATTR4_WORD1_MOUNTED_ON_FILEID - 1UL)
2866#define FATTR4_WORD2_NFS41_MASK (2*FATTR4_WORD2_SUPPATTR_EXCLCREAT - 1UL)
J. Bruce Fields999e5682014-06-03 17:33:35 -04002867#define FATTR4_WORD2_NFS42_MASK (2*FATTR4_WORD2_SECURITY_LABEL - 1UL)
Trond Myklebustb944dba2013-11-04 15:20:20 -05002868
Linus Torvalds1da177e2005-04-16 15:20:36 -07002869static int _nfs4_server_capabilities(struct nfs_server *server, struct nfs_fh *fhandle)
2870{
Benny Halevy43652ad2009-04-01 09:21:54 -04002871 struct nfs4_server_caps_arg args = {
2872 .fhandle = fhandle,
2873 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002874 struct nfs4_server_caps_res res = {};
2875 struct rpc_message msg = {
2876 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SERVER_CAPS],
Benny Halevy43652ad2009-04-01 09:21:54 -04002877 .rpc_argp = &args,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002878 .rpc_resp = &res,
2879 };
2880 int status;
2881
Bryan Schumaker7c513052011-03-24 17:12:24 +00002882 status = nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002883 if (status == 0) {
Trond Myklebustb944dba2013-11-04 15:20:20 -05002884 /* Sanity check the server answers */
2885 switch (server->nfs_client->cl_minorversion) {
2886 case 0:
2887 res.attr_bitmask[1] &= FATTR4_WORD1_NFS40_MASK;
2888 res.attr_bitmask[2] = 0;
2889 break;
2890 case 1:
2891 res.attr_bitmask[2] &= FATTR4_WORD2_NFS41_MASK;
2892 break;
2893 case 2:
2894 res.attr_bitmask[2] &= FATTR4_WORD2_NFS42_MASK;
2895 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002896 memcpy(server->attr_bitmask, res.attr_bitmask, sizeof(server->attr_bitmask));
Trond Myklebust62ab460c2009-08-09 15:06:19 -04002897 server->caps &= ~(NFS_CAP_ACLS|NFS_CAP_HARDLINKS|
2898 NFS_CAP_SYMLINKS|NFS_CAP_FILEID|
2899 NFS_CAP_MODE|NFS_CAP_NLINK|NFS_CAP_OWNER|
2900 NFS_CAP_OWNER_GROUP|NFS_CAP_ATIME|
Trond Myklebustb944dba2013-11-04 15:20:20 -05002901 NFS_CAP_CTIME|NFS_CAP_MTIME|
2902 NFS_CAP_SECURITY_LABEL);
Malahal Naineni7dd7d952014-01-23 08:54:55 -06002903 if (res.attr_bitmask[0] & FATTR4_WORD0_ACL &&
2904 res.acl_bitmask & ACL4_SUPPORT_ALLOW_ACL)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002905 server->caps |= NFS_CAP_ACLS;
2906 if (res.has_links != 0)
2907 server->caps |= NFS_CAP_HARDLINKS;
2908 if (res.has_symlinks != 0)
2909 server->caps |= NFS_CAP_SYMLINKS;
Trond Myklebust62ab460c2009-08-09 15:06:19 -04002910 if (res.attr_bitmask[0] & FATTR4_WORD0_FILEID)
2911 server->caps |= NFS_CAP_FILEID;
2912 if (res.attr_bitmask[1] & FATTR4_WORD1_MODE)
2913 server->caps |= NFS_CAP_MODE;
2914 if (res.attr_bitmask[1] & FATTR4_WORD1_NUMLINKS)
2915 server->caps |= NFS_CAP_NLINK;
2916 if (res.attr_bitmask[1] & FATTR4_WORD1_OWNER)
2917 server->caps |= NFS_CAP_OWNER;
2918 if (res.attr_bitmask[1] & FATTR4_WORD1_OWNER_GROUP)
2919 server->caps |= NFS_CAP_OWNER_GROUP;
2920 if (res.attr_bitmask[1] & FATTR4_WORD1_TIME_ACCESS)
2921 server->caps |= NFS_CAP_ATIME;
2922 if (res.attr_bitmask[1] & FATTR4_WORD1_TIME_METADATA)
2923 server->caps |= NFS_CAP_CTIME;
2924 if (res.attr_bitmask[1] & FATTR4_WORD1_TIME_MODIFY)
2925 server->caps |= NFS_CAP_MTIME;
David Quigleyaa9c2662013-05-22 12:50:44 -04002926#ifdef CONFIG_NFS_V4_SECURITY_LABEL
2927 if (res.attr_bitmask[2] & FATTR4_WORD2_SECURITY_LABEL)
2928 server->caps |= NFS_CAP_SECURITY_LABEL;
2929#endif
2930 memcpy(server->attr_bitmask_nl, res.attr_bitmask,
2931 sizeof(server->attr_bitmask));
Trond Myklebustb944dba2013-11-04 15:20:20 -05002932 server->attr_bitmask_nl[2] &= ~FATTR4_WORD2_SECURITY_LABEL;
Trond Myklebust62ab460c2009-08-09 15:06:19 -04002933
Trond Myklebusta65318b2009-03-11 14:10:28 -04002934 memcpy(server->cache_consistency_bitmask, res.attr_bitmask, sizeof(server->cache_consistency_bitmask));
2935 server->cache_consistency_bitmask[0] &= FATTR4_WORD0_CHANGE|FATTR4_WORD0_SIZE;
2936 server->cache_consistency_bitmask[1] &= FATTR4_WORD1_TIME_METADATA|FATTR4_WORD1_TIME_MODIFY;
Trond Myklebustb944dba2013-11-04 15:20:20 -05002937 server->cache_consistency_bitmask[2] = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002938 server->acl_bitmask = res.acl_bitmask;
Chuck Lever264e6352012-03-01 17:02:05 -05002939 server->fh_expire_type = res.fh_expire_type;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002940 }
Andy Adamsoncccef3b2009-04-01 09:22:03 -04002941
Linus Torvalds1da177e2005-04-16 15:20:36 -07002942 return status;
2943}
2944
Trond Myklebust55a97592006-06-09 09:34:19 -04002945int nfs4_server_capabilities(struct nfs_server *server, struct nfs_fh *fhandle)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002946{
2947 struct nfs4_exception exception = { };
2948 int err;
2949 do {
2950 err = nfs4_handle_exception(server,
2951 _nfs4_server_capabilities(server, fhandle),
2952 &exception);
2953 } while (exception.retry);
2954 return err;
2955}
2956
2957static int _nfs4_lookup_root(struct nfs_server *server, struct nfs_fh *fhandle,
2958 struct nfs_fsinfo *info)
2959{
David Quigleyaa9c2662013-05-22 12:50:44 -04002960 u32 bitmask[3];
Linus Torvalds1da177e2005-04-16 15:20:36 -07002961 struct nfs4_lookup_root_arg args = {
David Quigleyaa9c2662013-05-22 12:50:44 -04002962 .bitmask = bitmask,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002963 };
2964 struct nfs4_lookup_res res = {
2965 .server = server,
Trond Myklebust0e574af2005-10-27 22:12:38 -04002966 .fattr = info->fattr,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002967 .fh = fhandle,
2968 };
2969 struct rpc_message msg = {
2970 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOOKUP_ROOT],
2971 .rpc_argp = &args,
2972 .rpc_resp = &res,
2973 };
Benny Halevy008f55d2009-04-01 09:22:50 -04002974
David Quigleyaa9c2662013-05-22 12:50:44 -04002975 bitmask[0] = nfs4_fattr_bitmap[0];
2976 bitmask[1] = nfs4_fattr_bitmap[1];
2977 /*
2978 * Process the label in the upcoming getfattr
2979 */
2980 bitmask[2] = nfs4_fattr_bitmap[2] & ~FATTR4_WORD2_SECURITY_LABEL;
2981
Trond Myklebust0e574af2005-10-27 22:12:38 -04002982 nfs_fattr_init(info->fattr);
Bryan Schumaker7c513052011-03-24 17:12:24 +00002983 return nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002984}
2985
2986static int nfs4_lookup_root(struct nfs_server *server, struct nfs_fh *fhandle,
2987 struct nfs_fsinfo *info)
2988{
2989 struct nfs4_exception exception = { };
2990 int err;
2991 do {
Bryan Schumakerfb8a5ba2011-04-18 16:52:25 -04002992 err = _nfs4_lookup_root(server, fhandle, info);
Trond Myklebustb5f875a2013-08-13 13:01:39 -04002993 trace_nfs4_lookup_root(server, fhandle, info->fattr, err);
Bryan Schumakerfb8a5ba2011-04-18 16:52:25 -04002994 switch (err) {
2995 case 0:
2996 case -NFS4ERR_WRONGSEC:
Trond Myklebust05e9cfb2012-03-27 18:13:02 -04002997 goto out;
Bryan Schumakerfb8a5ba2011-04-18 16:52:25 -04002998 default:
2999 err = nfs4_handle_exception(server, err, &exception);
3000 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003001 } while (exception.retry);
Trond Myklebust05e9cfb2012-03-27 18:13:02 -04003002out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003003 return err;
3004}
3005
Bryan Schumaker8f70e952011-03-24 17:12:31 +00003006static int nfs4_lookup_root_sec(struct nfs_server *server, struct nfs_fh *fhandle,
3007 struct nfs_fsinfo *info, rpc_authflavor_t flavor)
3008{
Trond Myklebustc2190662013-08-26 19:23:04 -04003009 struct rpc_auth_create_args auth_args = {
3010 .pseudoflavor = flavor,
3011 };
Bryan Schumaker8f70e952011-03-24 17:12:31 +00003012 struct rpc_auth *auth;
3013 int ret;
3014
Trond Myklebustc2190662013-08-26 19:23:04 -04003015 auth = rpcauth_create(&auth_args, server->client);
Wei Yongjune8d920c2012-09-21 12:27:41 +08003016 if (IS_ERR(auth)) {
Chuck Lever75bc8822013-03-16 15:55:36 -04003017 ret = -EACCES;
Bryan Schumaker8f70e952011-03-24 17:12:31 +00003018 goto out;
3019 }
3020 ret = nfs4_lookup_root(server, fhandle, info);
Bryan Schumaker8f70e952011-03-24 17:12:31 +00003021out:
3022 return ret;
3023}
3024
Chuck Lever9a744ba2013-03-16 15:56:02 -04003025/*
3026 * Retry pseudoroot lookup with various security flavors. We do this when:
3027 *
3028 * NFSv4.0: the PUTROOTFH operation returns NFS4ERR_WRONGSEC
3029 * NFSv4.1: the server does not support the SECINFO_NO_NAME operation
3030 *
3031 * Returns zero on success, or a negative NFS4ERR value, or a
3032 * negative errno value.
3033 */
Bryan Schumaker801a16dc2011-04-13 14:31:30 -04003034static int nfs4_find_root_sec(struct nfs_server *server, struct nfs_fh *fhandle,
David Howells54ceac42006-08-22 20:06:13 -04003035 struct nfs_fsinfo *info)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003036{
Chuck Lever9a744ba2013-03-16 15:56:02 -04003037 /* Per 3530bis 15.33.5 */
3038 static const rpc_authflavor_t flav_array[] = {
3039 RPC_AUTH_GSS_KRB5P,
3040 RPC_AUTH_GSS_KRB5I,
3041 RPC_AUTH_GSS_KRB5,
Chuck Leverc4eafe12013-03-16 15:56:11 -04003042 RPC_AUTH_UNIX, /* courtesy */
Chuck Lever9a744ba2013-03-16 15:56:02 -04003043 RPC_AUTH_NULL,
3044 };
3045 int status = -EPERM;
3046 size_t i;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003047
Weston Andros Adamson4d4b69d2013-10-18 15:15:19 -04003048 if (server->auth_info.flavor_len > 0) {
3049 /* try each flavor specified by user */
3050 for (i = 0; i < server->auth_info.flavor_len; i++) {
3051 status = nfs4_lookup_root_sec(server, fhandle, info,
3052 server->auth_info.flavors[i]);
3053 if (status == -NFS4ERR_WRONGSEC || status == -EACCES)
3054 continue;
3055 break;
3056 }
3057 } else {
3058 /* no flavors specified by user, try default list */
3059 for (i = 0; i < ARRAY_SIZE(flav_array); i++) {
3060 status = nfs4_lookup_root_sec(server, fhandle, info,
3061 flav_array[i]);
3062 if (status == -NFS4ERR_WRONGSEC || status == -EACCES)
3063 continue;
3064 break;
3065 }
Bryan Schumaker8f70e952011-03-24 17:12:31 +00003066 }
Chuck Lever9a744ba2013-03-16 15:56:02 -04003067
Bryan Schumakerfb8a5ba2011-04-18 16:52:25 -04003068 /*
3069 * -EACCESS could mean that the user doesn't have correct permissions
3070 * to access the mount. It could also mean that we tried to mount
3071 * with a gss auth flavor, but rpc.gssd isn't running. Either way,
3072 * existing mount programs don't handle -EACCES very well so it should
3073 * be mapped to -EPERM instead.
3074 */
3075 if (status == -EACCES)
3076 status = -EPERM;
Bryan Schumaker801a16dc2011-04-13 14:31:30 -04003077 return status;
3078}
3079
Chuck Lever2ed4b95b2013-03-16 15:55:45 -04003080static int nfs4_do_find_root_sec(struct nfs_server *server,
3081 struct nfs_fh *fhandle, struct nfs_fsinfo *info)
3082{
3083 int mv = server->nfs_client->cl_minorversion;
3084 return nfs_v4_minor_ops[mv]->find_root_sec(server, fhandle, info);
3085}
3086
3087/**
3088 * nfs4_proc_get_rootfh - get file handle for server's pseudoroot
3089 * @server: initialized nfs_server handle
3090 * @fhandle: we fill in the pseudo-fs root file handle
3091 * @info: we fill in an FSINFO struct
Trond Myklebust5e6b1992013-09-07 12:58:57 -04003092 * @auth_probe: probe the auth flavours
Chuck Lever2ed4b95b2013-03-16 15:55:45 -04003093 *
3094 * Returns zero on success, or a negative errno.
Bryan Schumaker801a16dc2011-04-13 14:31:30 -04003095 */
Bryan Schumaker3028eb22012-05-10 15:07:30 -04003096int nfs4_proc_get_rootfh(struct nfs_server *server, struct nfs_fh *fhandle,
Trond Myklebust5e6b1992013-09-07 12:58:57 -04003097 struct nfs_fsinfo *info,
3098 bool auth_probe)
Bryan Schumaker801a16dc2011-04-13 14:31:30 -04003099{
Andre Przywarac7757072015-04-23 17:17:40 +01003100 int status = 0;
Chuck Lever2ed4b95b2013-03-16 15:55:45 -04003101
Andre Przywarac7757072015-04-23 17:17:40 +01003102 if (!auth_probe)
Trond Myklebust5e6b1992013-09-07 12:58:57 -04003103 status = nfs4_lookup_root(server, fhandle, info);
Andre Przywarac7757072015-04-23 17:17:40 +01003104
3105 if (auth_probe || status == NFS4ERR_WRONGSEC)
Chuck Lever2ed4b95b2013-03-16 15:55:45 -04003106 status = nfs4_do_find_root_sec(server, fhandle, info);
3107
Linus Torvalds1da177e2005-04-16 15:20:36 -07003108 if (status == 0)
3109 status = nfs4_server_capabilities(server, fhandle);
3110 if (status == 0)
3111 status = nfs4_do_fsinfo(server, fhandle, info);
Chuck Lever2ed4b95b2013-03-16 15:55:45 -04003112
Trond Myklebustc12e87f2006-03-13 21:20:47 -08003113 return nfs4_map_errors(status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003114}
3115
Bryan Schumakerbae36242012-05-10 15:07:31 -04003116static int nfs4_proc_get_root(struct nfs_server *server, struct nfs_fh *mntfh,
3117 struct nfs_fsinfo *info)
3118{
3119 int error;
3120 struct nfs_fattr *fattr = info->fattr;
David Quigley1775fd32013-05-22 12:50:42 -04003121 struct nfs4_label *label = NULL;
Bryan Schumakerbae36242012-05-10 15:07:31 -04003122
3123 error = nfs4_server_capabilities(server, mntfh);
3124 if (error < 0) {
3125 dprintk("nfs4_get_root: getcaps error = %d\n", -error);
3126 return error;
3127 }
3128
David Quigley14c43f72013-05-22 12:50:43 -04003129 label = nfs4_label_alloc(server, GFP_KERNEL);
3130 if (IS_ERR(label))
3131 return PTR_ERR(label);
3132
David Quigley1775fd32013-05-22 12:50:42 -04003133 error = nfs4_proc_getattr(server, mntfh, fattr, label);
Bryan Schumakerbae36242012-05-10 15:07:31 -04003134 if (error < 0) {
3135 dprintk("nfs4_get_root: getattr error = %d\n", -error);
David Quigley14c43f72013-05-22 12:50:43 -04003136 goto err_free_label;
Bryan Schumakerbae36242012-05-10 15:07:31 -04003137 }
3138
3139 if (fattr->valid & NFS_ATTR_FATTR_FSID &&
3140 !nfs_fsid_equal(&server->fsid, &fattr->fsid))
3141 memcpy(&server->fsid, &fattr->fsid, sizeof(server->fsid));
3142
David Quigley14c43f72013-05-22 12:50:43 -04003143err_free_label:
3144 nfs4_label_free(label);
3145
Bryan Schumakerbae36242012-05-10 15:07:31 -04003146 return error;
3147}
3148
Manoj Naik6b97fd32006-06-09 09:34:29 -04003149/*
3150 * Get locations and (maybe) other attributes of a referral.
3151 * Note that we'll actually follow the referral later when
3152 * we detect fsid mismatch in inode revalidation
3153 */
Bryan Schumakerf05d1472012-04-27 13:27:41 -04003154static int nfs4_get_referral(struct rpc_clnt *client, struct inode *dir,
3155 const struct qstr *name, struct nfs_fattr *fattr,
3156 struct nfs_fh *fhandle)
Manoj Naik6b97fd32006-06-09 09:34:29 -04003157{
3158 int status = -ENOMEM;
3159 struct page *page = NULL;
3160 struct nfs4_fs_locations *locations = NULL;
Manoj Naik6b97fd32006-06-09 09:34:29 -04003161
3162 page = alloc_page(GFP_KERNEL);
3163 if (page == NULL)
3164 goto out;
3165 locations = kmalloc(sizeof(struct nfs4_fs_locations), GFP_KERNEL);
3166 if (locations == NULL)
3167 goto out;
3168
Bryan Schumakerf05d1472012-04-27 13:27:41 -04003169 status = nfs4_proc_fs_locations(client, dir, name, locations, page);
Manoj Naik6b97fd32006-06-09 09:34:29 -04003170 if (status != 0)
3171 goto out;
Chuck Lever519ae252013-10-17 14:13:19 -04003172
3173 /*
3174 * If the fsid didn't change, this is a migration event, not a
3175 * referral. Cause us to drop into the exception handler, which
3176 * will kick off migration recovery.
3177 */
Manoj Naik6b97fd32006-06-09 09:34:29 -04003178 if (nfs_fsid_equal(&NFS_SERVER(dir)->fsid, &locations->fattr.fsid)) {
Andy Adamson533eb462011-06-13 18:25:56 -04003179 dprintk("%s: server did not return a different fsid for"
3180 " a referral at %s\n", __func__, name->name);
Chuck Lever519ae252013-10-17 14:13:19 -04003181 status = -NFS4ERR_MOVED;
Manoj Naik6b97fd32006-06-09 09:34:29 -04003182 goto out;
3183 }
Andy Adamson533eb462011-06-13 18:25:56 -04003184 /* Fixup attributes for the nfs_lookup() call to nfs_fhget() */
3185 nfs_fixup_referral_attributes(&locations->fattr);
Manoj Naik6b97fd32006-06-09 09:34:29 -04003186
Andy Adamson533eb462011-06-13 18:25:56 -04003187 /* replace the lookup nfs_fattr with the locations nfs_fattr */
Manoj Naik6b97fd32006-06-09 09:34:29 -04003188 memcpy(fattr, &locations->fattr, sizeof(struct nfs_fattr));
Manoj Naik6b97fd32006-06-09 09:34:29 -04003189 memset(fhandle, 0, sizeof(struct nfs_fh));
3190out:
3191 if (page)
3192 __free_page(page);
Davidlohr Bueso5d7ca352010-08-11 12:42:15 -04003193 kfree(locations);
Manoj Naik6b97fd32006-06-09 09:34:29 -04003194 return status;
3195}
3196
David Quigley1775fd32013-05-22 12:50:42 -04003197static int _nfs4_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle,
3198 struct nfs_fattr *fattr, struct nfs4_label *label)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003199{
3200 struct nfs4_getattr_arg args = {
3201 .fh = fhandle,
3202 .bitmask = server->attr_bitmask,
3203 };
3204 struct nfs4_getattr_res res = {
3205 .fattr = fattr,
David Quigley1775fd32013-05-22 12:50:42 -04003206 .label = label,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003207 .server = server,
3208 };
3209 struct rpc_message msg = {
3210 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GETATTR],
3211 .rpc_argp = &args,
3212 .rpc_resp = &res,
3213 };
David Quigleyaa9c2662013-05-22 12:50:44 -04003214
3215 args.bitmask = nfs4_bitmask(server, label);
3216
Trond Myklebust0e574af2005-10-27 22:12:38 -04003217 nfs_fattr_init(fattr);
Bryan Schumaker7c513052011-03-24 17:12:24 +00003218 return nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003219}
3220
David Quigley1775fd32013-05-22 12:50:42 -04003221static int nfs4_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle,
3222 struct nfs_fattr *fattr, struct nfs4_label *label)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003223{
3224 struct nfs4_exception exception = { };
3225 int err;
3226 do {
Trond Myklebustb5f875a2013-08-13 13:01:39 -04003227 err = _nfs4_proc_getattr(server, fhandle, fattr, label);
3228 trace_nfs4_getattr(server, fhandle, fattr, err);
3229 err = nfs4_handle_exception(server, err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003230 &exception);
3231 } while (exception.retry);
3232 return err;
3233}
3234
3235/*
3236 * The file is not closed if it is opened due to the a request to change
3237 * the size of the file. The open call will not be needed once the
3238 * VFS layer lookup-intents are implemented.
3239 *
3240 * Close is called when the inode is destroyed.
3241 * If we haven't opened the file for O_WRONLY, we
3242 * need to in the size_change case to obtain a stateid.
3243 *
3244 * Got race?
3245 * Because OPEN is always done by name in nfsv4, it is
3246 * possible that we opened a different file by the same
3247 * name. We can recognize this race condition, but we
3248 * can't do anything about it besides returning an error.
3249 *
3250 * This will be fixed with VFS changes (lookup-intent).
3251 */
3252static int
3253nfs4_proc_setattr(struct dentry *dentry, struct nfs_fattr *fattr,
3254 struct iattr *sattr)
3255{
David Howells2b0143b2015-03-17 22:25:59 +00003256 struct inode *inode = d_inode(dentry);
Trond Myklebust659bfcd2008-06-10 19:39:41 -04003257 struct rpc_cred *cred = NULL;
Trond Myklebustd5308382005-11-04 15:33:38 -05003258 struct nfs4_state *state = NULL;
David Quigley14c43f72013-05-22 12:50:43 -04003259 struct nfs4_label *label = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003260 int status;
3261
Peng Tao88ac8152014-09-12 11:04:10 +08003262 if (pnfs_ld_layoutret_on_setattr(inode) &&
3263 sattr->ia_valid & ATTR_SIZE &&
3264 sattr->ia_size < i_size_read(inode))
Trond Myklebust24028672013-03-20 13:23:33 -04003265 pnfs_commit_and_return_layout(inode);
Benny Halevy8a1636c2010-07-14 15:43:57 -04003266
Trond Myklebust0e574af2005-10-27 22:12:38 -04003267 nfs_fattr_init(fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003268
Andy Adamson26699402012-05-30 16:12:24 -04003269 /* Deal with open(O_TRUNC) */
3270 if (sattr->ia_valid & ATTR_OPEN)
Nadav Shemercc7936f2013-07-21 17:21:43 +03003271 sattr->ia_valid &= ~(ATTR_MTIME|ATTR_CTIME);
Andy Adamson26699402012-05-30 16:12:24 -04003272
3273 /* Optimization: if the end result is no change, don't RPC */
Nadav Shemercc7936f2013-07-21 17:21:43 +03003274 if ((sattr->ia_valid & ~(ATTR_FILE|ATTR_OPEN)) == 0)
Andy Adamson26699402012-05-30 16:12:24 -04003275 return 0;
3276
Trond Myklebustd5308382005-11-04 15:33:38 -05003277 /* Search for an existing open(O_WRITE) file */
Trond Myklebust659bfcd2008-06-10 19:39:41 -04003278 if (sattr->ia_valid & ATTR_FILE) {
3279 struct nfs_open_context *ctx;
Trond Myklebust08e9eac2005-06-22 17:16:29 +00003280
Trond Myklebust659bfcd2008-06-10 19:39:41 -04003281 ctx = nfs_file_open_context(sattr->ia_file);
Neil Brown504e5182008-10-16 14:15:16 +11003282 if (ctx) {
3283 cred = ctx->cred;
3284 state = ctx->state;
3285 }
Trond Myklebust659bfcd2008-06-10 19:39:41 -04003286 }
3287
David Quigley14c43f72013-05-22 12:50:43 -04003288 label = nfs4_label_alloc(NFS_SERVER(inode), GFP_KERNEL);
3289 if (IS_ERR(label))
3290 return PTR_ERR(label);
3291
3292 status = nfs4_do_setattr(inode, cred, fattr, sattr, state, NULL, label);
David Quigleyaa9c2662013-05-22 12:50:44 -04003293 if (status == 0) {
Trond Myklebustf0446362015-02-26 16:09:04 -05003294 nfs_setattr_update_inode(inode, sattr, fattr);
David Quigleyaa9c2662013-05-22 12:50:44 -04003295 nfs_setsecurity(inode, fattr, label);
3296 }
David Quigley14c43f72013-05-22 12:50:43 -04003297 nfs4_label_free(label);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003298 return status;
3299}
3300
Trond Myklebust0c2e53f2011-10-18 16:11:22 -07003301static int _nfs4_proc_lookup(struct rpc_clnt *clnt, struct inode *dir,
3302 const struct qstr *name, struct nfs_fh *fhandle,
David Quigley1775fd32013-05-22 12:50:42 -04003303 struct nfs_fattr *fattr, struct nfs4_label *label)
David Howells2b3de442006-08-22 20:06:09 -04003304{
Trond Myklebust0c2e53f2011-10-18 16:11:22 -07003305 struct nfs_server *server = NFS_SERVER(dir);
David Howells2b3de442006-08-22 20:06:09 -04003306 int status;
3307 struct nfs4_lookup_arg args = {
3308 .bitmask = server->attr_bitmask,
Trond Myklebust0c2e53f2011-10-18 16:11:22 -07003309 .dir_fh = NFS_FH(dir),
David Howells2b3de442006-08-22 20:06:09 -04003310 .name = name,
3311 };
3312 struct nfs4_lookup_res res = {
3313 .server = server,
3314 .fattr = fattr,
David Quigleyaa9c2662013-05-22 12:50:44 -04003315 .label = label,
David Howells2b3de442006-08-22 20:06:09 -04003316 .fh = fhandle,
3317 };
3318 struct rpc_message msg = {
3319 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOOKUP],
3320 .rpc_argp = &args,
3321 .rpc_resp = &res,
3322 };
3323
David Quigleyaa9c2662013-05-22 12:50:44 -04003324 args.bitmask = nfs4_bitmask(server, label);
3325
David Howells2b3de442006-08-22 20:06:09 -04003326 nfs_fattr_init(fattr);
3327
Linus Torvalds1da177e2005-04-16 15:20:36 -07003328 dprintk("NFS call lookup %s\n", name->name);
Trond Myklebust0c2e53f2011-10-18 16:11:22 -07003329 status = nfs4_call_sync(clnt, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003330 dprintk("NFS reply lookup: %d\n", status);
3331 return status;
3332}
3333
Bryan Schumaker72de53e2012-04-27 13:27:40 -04003334static void nfs_fixup_secinfo_attributes(struct nfs_fattr *fattr)
Bryan Schumaker7ebb9312011-03-24 17:12:30 +00003335{
Bryan Schumaker7ebb9312011-03-24 17:12:30 +00003336 fattr->valid |= NFS_ATTR_FATTR_TYPE | NFS_ATTR_FATTR_MODE |
Bryan Schumaker72de53e2012-04-27 13:27:40 -04003337 NFS_ATTR_FATTR_NLINK | NFS_ATTR_FATTR_MOUNTPOINT;
Bryan Schumaker7ebb9312011-03-24 17:12:30 +00003338 fattr->mode = S_IFDIR | S_IRUGO | S_IXUGO;
3339 fattr->nlink = 2;
3340}
3341
Bryan Schumaker72de53e2012-04-27 13:27:40 -04003342static int nfs4_proc_lookup_common(struct rpc_clnt **clnt, struct inode *dir,
3343 struct qstr *name, struct nfs_fh *fhandle,
David Quigley1775fd32013-05-22 12:50:42 -04003344 struct nfs_fattr *fattr, struct nfs4_label *label)
Bryan Schumaker72de53e2012-04-27 13:27:40 -04003345{
3346 struct nfs4_exception exception = { };
3347 struct rpc_clnt *client = *clnt;
3348 int err;
3349 do {
David Quigley1775fd32013-05-22 12:50:42 -04003350 err = _nfs4_proc_lookup(client, dir, name, fhandle, fattr, label);
Trond Myklebust078ea3d2013-08-12 16:45:55 -04003351 trace_nfs4_lookup(dir, name, err);
Bryan Schumaker72de53e2012-04-27 13:27:40 -04003352 switch (err) {
3353 case -NFS4ERR_BADNAME:
3354 err = -ENOENT;
3355 goto out;
3356 case -NFS4ERR_MOVED:
Bryan Schumakerf05d1472012-04-27 13:27:41 -04003357 err = nfs4_get_referral(client, dir, name, fattr, fhandle);
Dominique Martinetc86c90c2015-06-04 17:04:17 +02003358 if (err == -NFS4ERR_MOVED)
3359 err = nfs4_handle_exception(NFS_SERVER(dir), err, &exception);
Bryan Schumaker72de53e2012-04-27 13:27:40 -04003360 goto out;
3361 case -NFS4ERR_WRONGSEC:
3362 err = -EPERM;
3363 if (client != *clnt)
3364 goto out;
Andy Adamson66b06862014-06-12 15:02:32 -04003365 client = nfs4_negotiate_security(client, dir, name);
Bryan Schumaker72de53e2012-04-27 13:27:40 -04003366 if (IS_ERR(client))
3367 return PTR_ERR(client);
3368
3369 exception.retry = 1;
3370 break;
3371 default:
3372 err = nfs4_handle_exception(NFS_SERVER(dir), err, &exception);
3373 }
3374 } while (exception.retry);
3375
3376out:
3377 if (err == 0)
3378 *clnt = client;
3379 else if (client != *clnt)
3380 rpc_shutdown_client(client);
3381
3382 return err;
3383}
3384
Bryan Schumaker80a16b22012-04-27 13:27:46 -04003385static int nfs4_proc_lookup(struct inode *dir, struct qstr *name,
David Quigley1775fd32013-05-22 12:50:42 -04003386 struct nfs_fh *fhandle, struct nfs_fattr *fattr,
3387 struct nfs4_label *label)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003388{
Bryan Schumaker72de53e2012-04-27 13:27:40 -04003389 int status;
3390 struct rpc_clnt *client = NFS_CLIENT(dir);
Trond Myklebust0c2e53f2011-10-18 16:11:22 -07003391
David Quigley1775fd32013-05-22 12:50:42 -04003392 status = nfs4_proc_lookup_common(&client, dir, name, fhandle, fattr, label);
Bryan Schumaker72de53e2012-04-27 13:27:40 -04003393 if (client != NFS_CLIENT(dir)) {
3394 rpc_shutdown_client(client);
3395 nfs_fixup_secinfo_attributes(fattr);
3396 }
3397 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003398}
3399
Bryan Schumakerf05d1472012-04-27 13:27:41 -04003400struct rpc_clnt *
3401nfs4_proc_lookup_mountpoint(struct inode *dir, struct qstr *name,
3402 struct nfs_fh *fhandle, struct nfs_fattr *fattr)
3403{
Trond Myklebustb72888c2013-08-07 20:38:07 -04003404 struct rpc_clnt *client = NFS_CLIENT(dir);
Bryan Schumakerf05d1472012-04-27 13:27:41 -04003405 int status;
Bryan Schumakerf05d1472012-04-27 13:27:41 -04003406
David Quigley1775fd32013-05-22 12:50:42 -04003407 status = nfs4_proc_lookup_common(&client, dir, name, fhandle, fattr, NULL);
Trond Myklebustb72888c2013-08-07 20:38:07 -04003408 if (status < 0)
Bryan Schumakerf05d1472012-04-27 13:27:41 -04003409 return ERR_PTR(status);
Trond Myklebustb72888c2013-08-07 20:38:07 -04003410 return (client == NFS_CLIENT(dir)) ? rpc_clone_client(client) : client;
Bryan Schumakerf05d1472012-04-27 13:27:41 -04003411}
3412
Linus Torvalds1da177e2005-04-16 15:20:36 -07003413static int _nfs4_proc_access(struct inode *inode, struct nfs_access_entry *entry)
3414{
Trond Myklebust76b32992007-08-10 17:45:11 -04003415 struct nfs_server *server = NFS_SERVER(inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003416 struct nfs4_accessargs args = {
3417 .fh = NFS_FH(inode),
Trond Myklebusta4980e72012-01-30 15:43:56 -05003418 .bitmask = server->cache_consistency_bitmask,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003419 };
Trond Myklebust76b32992007-08-10 17:45:11 -04003420 struct nfs4_accessres res = {
3421 .server = server,
Trond Myklebust76b32992007-08-10 17:45:11 -04003422 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07003423 struct rpc_message msg = {
3424 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_ACCESS],
3425 .rpc_argp = &args,
3426 .rpc_resp = &res,
3427 .rpc_cred = entry->cred,
3428 };
3429 int mode = entry->mask;
David Quigleyaa9c2662013-05-22 12:50:44 -04003430 int status = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003431
3432 /*
3433 * Determine which access bits we want to ask for...
3434 */
3435 if (mode & MAY_READ)
3436 args.access |= NFS4_ACCESS_READ;
3437 if (S_ISDIR(inode->i_mode)) {
3438 if (mode & MAY_WRITE)
3439 args.access |= NFS4_ACCESS_MODIFY | NFS4_ACCESS_EXTEND | NFS4_ACCESS_DELETE;
3440 if (mode & MAY_EXEC)
3441 args.access |= NFS4_ACCESS_LOOKUP;
3442 } else {
3443 if (mode & MAY_WRITE)
3444 args.access |= NFS4_ACCESS_MODIFY | NFS4_ACCESS_EXTEND;
3445 if (mode & MAY_EXEC)
3446 args.access |= NFS4_ACCESS_EXECUTE;
3447 }
Trond Myklebustc407d412010-04-16 16:22:48 -04003448
3449 res.fattr = nfs_alloc_fattr();
3450 if (res.fattr == NULL)
3451 return -ENOMEM;
3452
Bryan Schumaker7c513052011-03-24 17:12:24 +00003453 status = nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003454 if (!status) {
Weston Andros Adamson6168f622012-09-10 14:00:46 -04003455 nfs_access_set_mask(entry, res.access);
Trond Myklebustc407d412010-04-16 16:22:48 -04003456 nfs_refresh_inode(inode, res.fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003457 }
Trond Myklebustc407d412010-04-16 16:22:48 -04003458 nfs_free_fattr(res.fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003459 return status;
3460}
3461
3462static int nfs4_proc_access(struct inode *inode, struct nfs_access_entry *entry)
3463{
3464 struct nfs4_exception exception = { };
3465 int err;
3466 do {
Trond Myklebustc1578b72013-08-12 16:58:42 -04003467 err = _nfs4_proc_access(inode, entry);
3468 trace_nfs4_access(inode, err);
3469 err = nfs4_handle_exception(NFS_SERVER(inode), err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003470 &exception);
3471 } while (exception.retry);
3472 return err;
3473}
3474
3475/*
3476 * TODO: For the time being, we don't try to get any attributes
3477 * along with any of the zero-copy operations READ, READDIR,
3478 * READLINK, WRITE.
3479 *
3480 * In the case of the first three, we want to put the GETATTR
3481 * after the read-type operation -- this is because it is hard
3482 * to predict the length of a GETATTR response in v4, and thus
3483 * align the READ data correctly. This means that the GETATTR
3484 * may end up partially falling into the page cache, and we should
3485 * shift it into the 'tail' of the xdr_buf before processing.
3486 * To do this efficiently, we need to know the total length
3487 * of data received, which doesn't seem to be available outside
3488 * of the RPC layer.
3489 *
3490 * In the case of WRITE, we also want to put the GETATTR after
3491 * the operation -- in this case because we want to make sure
Trond Myklebust140150d2012-06-05 15:20:25 -04003492 * we get the post-operation mtime and size.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003493 *
3494 * Both of these changes to the XDR layer would in fact be quite
3495 * minor, but I decided to leave them for a subsequent patch.
3496 */
3497static int _nfs4_proc_readlink(struct inode *inode, struct page *page,
3498 unsigned int pgbase, unsigned int pglen)
3499{
3500 struct nfs4_readlink args = {
3501 .fh = NFS_FH(inode),
3502 .pgbase = pgbase,
3503 .pglen = pglen,
3504 .pages = &page,
3505 };
Benny Halevyf50c7002009-04-01 09:21:55 -04003506 struct nfs4_readlink_res res;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003507 struct rpc_message msg = {
3508 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_READLINK],
3509 .rpc_argp = &args,
Benny Halevyf50c7002009-04-01 09:21:55 -04003510 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003511 };
3512
Bryan Schumaker7c513052011-03-24 17:12:24 +00003513 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 -07003514}
3515
3516static int nfs4_proc_readlink(struct inode *inode, struct page *page,
3517 unsigned int pgbase, unsigned int pglen)
3518{
3519 struct nfs4_exception exception = { };
3520 int err;
3521 do {
Trond Myklebustc1578b72013-08-12 16:58:42 -04003522 err = _nfs4_proc_readlink(inode, page, pgbase, pglen);
3523 trace_nfs4_readlink(inode, err);
3524 err = nfs4_handle_exception(NFS_SERVER(inode), err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003525 &exception);
3526 } while (exception.retry);
3527 return err;
3528}
3529
Linus Torvalds1da177e2005-04-16 15:20:36 -07003530/*
Miklos Szeredi8867fe52012-06-05 15:10:19 +02003531 * This is just for mknod. open(O_CREAT) will always do ->open_context().
Linus Torvalds1da177e2005-04-16 15:20:36 -07003532 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003533static int
3534nfs4_proc_create(struct inode *dir, struct dentry *dentry, struct iattr *sattr,
Miklos Szeredi8867fe52012-06-05 15:10:19 +02003535 int flags)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003536{
David Quigleyaa9c2662013-05-22 12:50:44 -04003537 struct nfs4_label l, *ilabel = NULL;
Miklos Szeredi8867fe52012-06-05 15:10:19 +02003538 struct nfs_open_context *ctx;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003539 struct nfs4_state *state;
Trond Myklebust5bc2afc2013-09-23 18:01:28 -04003540 int opened = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003541 int status = 0;
3542
Miklos Szeredi8867fe52012-06-05 15:10:19 +02003543 ctx = alloc_nfs_open_context(dentry, FMODE_READ);
3544 if (IS_ERR(ctx))
3545 return PTR_ERR(ctx);
3546
David Quigleyaa9c2662013-05-22 12:50:44 -04003547 ilabel = nfs4_label_init_security(dir, dentry, sattr, &l);
3548
Aneesh Kumar K.Va8a5da92010-12-09 11:35:14 +00003549 sattr->ia_mode &= ~current_umask();
Trond Myklebust5bc2afc2013-09-23 18:01:28 -04003550 state = nfs4_do_open(dir, ctx, flags, sattr, ilabel, &opened);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003551 if (IS_ERR(state)) {
3552 status = PTR_ERR(state);
Trond Myklebustc0204fd2010-09-17 10:56:51 -04003553 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003554 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003555out:
David Quigleyaa9c2662013-05-22 12:50:44 -04003556 nfs4_label_release_security(ilabel);
Miklos Szeredi8867fe52012-06-05 15:10:19 +02003557 put_nfs_open_context(ctx);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003558 return status;
3559}
3560
3561static int _nfs4_proc_remove(struct inode *dir, struct qstr *name)
3562{
Trond Myklebust16e42952005-10-27 22:12:44 -04003563 struct nfs_server *server = NFS_SERVER(dir);
Trond Myklebust4fdc17b2007-07-14 15:39:57 -04003564 struct nfs_removeargs args = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003565 .fh = NFS_FH(dir),
Linus Torvalds26fe5752012-05-10 13:14:12 -07003566 .name = *name,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003567 };
Trond Myklebust4fdc17b2007-07-14 15:39:57 -04003568 struct nfs_removeres res = {
Trond Myklebust16e42952005-10-27 22:12:44 -04003569 .server = server,
Trond Myklebust16e42952005-10-27 22:12:44 -04003570 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07003571 struct rpc_message msg = {
Trond Myklebust4fdc17b2007-07-14 15:39:57 -04003572 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_REMOVE],
3573 .rpc_argp = &args,
3574 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003575 };
Trond Myklebust778d2812012-04-27 13:48:19 -04003576 int status;
Trond Myklebustd3468902010-04-16 16:22:50 -04003577
Bryan Schumaker7c513052011-03-24 17:12:24 +00003578 status = nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 1);
Trond Myklebust778d2812012-04-27 13:48:19 -04003579 if (status == 0)
Trond Myklebust16e42952005-10-27 22:12:44 -04003580 update_changeattr(dir, &res.cinfo);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003581 return status;
3582}
3583
3584static int nfs4_proc_remove(struct inode *dir, struct qstr *name)
3585{
3586 struct nfs4_exception exception = { };
3587 int err;
3588 do {
Trond Myklebust078ea3d2013-08-12 16:45:55 -04003589 err = _nfs4_proc_remove(dir, name);
3590 trace_nfs4_remove(dir, name, err);
3591 err = nfs4_handle_exception(NFS_SERVER(dir), err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003592 &exception);
3593 } while (exception.retry);
3594 return err;
3595}
3596
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04003597static void nfs4_proc_unlink_setup(struct rpc_message *msg, struct inode *dir)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003598{
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04003599 struct nfs_server *server = NFS_SERVER(dir);
3600 struct nfs_removeargs *args = msg->rpc_argp;
3601 struct nfs_removeres *res = msg->rpc_resp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003602
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04003603 res->server = server;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003604 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_REMOVE];
Chuck Levera9c92d62013-08-09 12:48:18 -04003605 nfs4_init_sequence(&args->seq_args, &res->seq_res, 1);
David Quigleyaa9c2662013-05-22 12:50:44 -04003606
3607 nfs_fattr_init(res->dir_attr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003608}
3609
Bryan Schumaker34e137c2012-03-19 14:54:41 -04003610static void nfs4_proc_unlink_rpc_prepare(struct rpc_task *task, struct nfs_unlinkdata *data)
3611{
Trond Myklebustd9afbd12012-10-22 20:28:44 -04003612 nfs4_setup_sequence(NFS_SERVER(data->dir),
3613 &data->args.seq_args,
3614 &data->res.seq_res,
3615 task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003616}
3617
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04003618static int nfs4_proc_unlink_done(struct rpc_task *task, struct inode *dir)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003619{
Trond Myklebust078ea3d2013-08-12 16:45:55 -04003620 struct nfs_unlinkdata *data = task->tk_calldata;
3621 struct nfs_removeres *res = &data->res;
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04003622
Trond Myklebust14516c32010-07-31 14:29:06 -04003623 if (!nfs4_sequence_done(task, &res->seq_res))
3624 return 0;
NeilBrown8478eaa2014-09-18 16:09:27 +10003625 if (nfs4_async_handle_error(task, res->server, NULL,
3626 &data->timeout) == -EAGAIN)
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04003627 return 0;
3628 update_changeattr(dir, &res->cinfo);
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04003629 return 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003630}
3631
Jeff Laytond3d41522010-09-17 17:31:57 -04003632static void nfs4_proc_rename_setup(struct rpc_message *msg, struct inode *dir)
3633{
3634 struct nfs_server *server = NFS_SERVER(dir);
3635 struct nfs_renameargs *arg = msg->rpc_argp;
3636 struct nfs_renameres *res = msg->rpc_resp;
3637
3638 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RENAME];
Jeff Laytond3d41522010-09-17 17:31:57 -04003639 res->server = server;
Chuck Levera9c92d62013-08-09 12:48:18 -04003640 nfs4_init_sequence(&arg->seq_args, &res->seq_res, 1);
Jeff Laytond3d41522010-09-17 17:31:57 -04003641}
3642
Bryan Schumakerc6bfa1a2012-03-19 14:54:42 -04003643static void nfs4_proc_rename_rpc_prepare(struct rpc_task *task, struct nfs_renamedata *data)
3644{
Trond Myklebustd9afbd12012-10-22 20:28:44 -04003645 nfs4_setup_sequence(NFS_SERVER(data->old_dir),
3646 &data->args.seq_args,
3647 &data->res.seq_res,
3648 task);
Jeff Laytond3d41522010-09-17 17:31:57 -04003649}
3650
3651static int nfs4_proc_rename_done(struct rpc_task *task, struct inode *old_dir,
3652 struct inode *new_dir)
3653{
Trond Myklebustfbc6f7c2013-08-12 17:08:26 -04003654 struct nfs_renamedata *data = task->tk_calldata;
3655 struct nfs_renameres *res = &data->res;
Jeff Laytond3d41522010-09-17 17:31:57 -04003656
3657 if (!nfs4_sequence_done(task, &res->seq_res))
3658 return 0;
NeilBrown8478eaa2014-09-18 16:09:27 +10003659 if (nfs4_async_handle_error(task, res->server, NULL, &data->timeout) == -EAGAIN)
Jeff Laytond3d41522010-09-17 17:31:57 -04003660 return 0;
3661
3662 update_changeattr(old_dir, &res->old_cinfo);
Jeff Laytond3d41522010-09-17 17:31:57 -04003663 update_changeattr(new_dir, &res->new_cinfo);
Jeff Laytond3d41522010-09-17 17:31:57 -04003664 return 1;
3665}
3666
Linus Torvalds1da177e2005-04-16 15:20:36 -07003667static int _nfs4_proc_link(struct inode *inode, struct inode *dir, struct qstr *name)
3668{
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04003669 struct nfs_server *server = NFS_SERVER(inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003670 struct nfs4_link_arg arg = {
3671 .fh = NFS_FH(inode),
3672 .dir_fh = NFS_FH(dir),
3673 .name = name,
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04003674 .bitmask = server->attr_bitmask,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003675 };
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04003676 struct nfs4_link_res res = {
3677 .server = server,
David Quigley1775fd32013-05-22 12:50:42 -04003678 .label = NULL,
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04003679 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07003680 struct rpc_message msg = {
3681 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LINK],
3682 .rpc_argp = &arg,
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04003683 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003684 };
Trond Myklebust136f2622010-04-16 16:22:49 -04003685 int status = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003686
Trond Myklebust136f2622010-04-16 16:22:49 -04003687 res.fattr = nfs_alloc_fattr();
Trond Myklebust778d2812012-04-27 13:48:19 -04003688 if (res.fattr == NULL)
Trond Myklebust136f2622010-04-16 16:22:49 -04003689 goto out;
3690
David Quigley14c43f72013-05-22 12:50:43 -04003691 res.label = nfs4_label_alloc(server, GFP_KERNEL);
3692 if (IS_ERR(res.label)) {
3693 status = PTR_ERR(res.label);
3694 goto out;
3695 }
David Quigleyaa9c2662013-05-22 12:50:44 -04003696 arg.bitmask = nfs4_bitmask(server, res.label);
David Quigley14c43f72013-05-22 12:50:43 -04003697
Bryan Schumaker7c513052011-03-24 17:12:24 +00003698 status = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, &res.seq_res, 1);
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04003699 if (!status) {
3700 update_changeattr(dir, &res.cinfo);
David Quigleyaa9c2662013-05-22 12:50:44 -04003701 status = nfs_post_op_update_inode(inode, res.fattr);
3702 if (!status)
3703 nfs_setsecurity(inode, res.fattr, res.label);
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04003704 }
David Quigley14c43f72013-05-22 12:50:43 -04003705
3706
3707 nfs4_label_free(res.label);
3708
Trond Myklebust136f2622010-04-16 16:22:49 -04003709out:
Trond Myklebust136f2622010-04-16 16:22:49 -04003710 nfs_free_fattr(res.fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003711 return status;
3712}
3713
3714static int nfs4_proc_link(struct inode *inode, struct inode *dir, struct qstr *name)
3715{
3716 struct nfs4_exception exception = { };
3717 int err;
3718 do {
3719 err = nfs4_handle_exception(NFS_SERVER(inode),
3720 _nfs4_proc_link(inode, dir, name),
3721 &exception);
3722 } while (exception.retry);
3723 return err;
3724}
3725
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003726struct nfs4_createdata {
3727 struct rpc_message msg;
3728 struct nfs4_create_arg arg;
3729 struct nfs4_create_res res;
3730 struct nfs_fh fh;
3731 struct nfs_fattr fattr;
David Quigley1775fd32013-05-22 12:50:42 -04003732 struct nfs4_label *label;
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003733};
3734
3735static struct nfs4_createdata *nfs4_alloc_createdata(struct inode *dir,
3736 struct qstr *name, struct iattr *sattr, u32 ftype)
3737{
3738 struct nfs4_createdata *data;
3739
3740 data = kzalloc(sizeof(*data), GFP_KERNEL);
3741 if (data != NULL) {
3742 struct nfs_server *server = NFS_SERVER(dir);
3743
David Quigley14c43f72013-05-22 12:50:43 -04003744 data->label = nfs4_label_alloc(server, GFP_KERNEL);
3745 if (IS_ERR(data->label))
3746 goto out_free;
3747
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003748 data->msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_CREATE];
3749 data->msg.rpc_argp = &data->arg;
3750 data->msg.rpc_resp = &data->res;
3751 data->arg.dir_fh = NFS_FH(dir);
3752 data->arg.server = server;
3753 data->arg.name = name;
3754 data->arg.attrs = sattr;
3755 data->arg.ftype = ftype;
David Quigleyaa9c2662013-05-22 12:50:44 -04003756 data->arg.bitmask = nfs4_bitmask(server, data->label);
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003757 data->res.server = server;
3758 data->res.fh = &data->fh;
3759 data->res.fattr = &data->fattr;
David Quigley1775fd32013-05-22 12:50:42 -04003760 data->res.label = data->label;
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003761 nfs_fattr_init(data->res.fattr);
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003762 }
3763 return data;
David Quigley14c43f72013-05-22 12:50:43 -04003764out_free:
3765 kfree(data);
3766 return NULL;
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003767}
3768
3769static int nfs4_do_create(struct inode *dir, struct dentry *dentry, struct nfs4_createdata *data)
3770{
Bryan Schumaker7c513052011-03-24 17:12:24 +00003771 int status = nfs4_call_sync(NFS_SERVER(dir)->client, NFS_SERVER(dir), &data->msg,
Bryan Schumakere73b83f2011-03-24 17:12:23 +00003772 &data->arg.seq_args, &data->res.seq_res, 1);
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003773 if (status == 0) {
3774 update_changeattr(dir, &data->res.dir_cinfo);
David Quigley1775fd32013-05-22 12:50:42 -04003775 status = nfs_instantiate(dentry, data->res.fh, data->res.fattr, data->res.label);
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003776 }
3777 return status;
3778}
3779
3780static void nfs4_free_createdata(struct nfs4_createdata *data)
3781{
David Quigley14c43f72013-05-22 12:50:43 -04003782 nfs4_label_free(data->label);
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003783 kfree(data);
3784}
3785
Chuck Lever4f390c12006-08-22 20:06:22 -04003786static int _nfs4_proc_symlink(struct inode *dir, struct dentry *dentry,
David Quigley1775fd32013-05-22 12:50:42 -04003787 struct page *page, unsigned int len, struct iattr *sattr,
3788 struct nfs4_label *label)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003789{
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003790 struct nfs4_createdata *data;
3791 int status = -ENAMETOOLONG;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003792
Chuck Lever94a6d752006-08-22 20:06:23 -04003793 if (len > NFS4_MAXPATHLEN)
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003794 goto out;
Chuck Lever4f390c12006-08-22 20:06:22 -04003795
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003796 status = -ENOMEM;
3797 data = nfs4_alloc_createdata(dir, &dentry->d_name, sattr, NF4LNK);
3798 if (data == NULL)
3799 goto out;
3800
3801 data->msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SYMLINK];
3802 data->arg.u.symlink.pages = &page;
3803 data->arg.u.symlink.len = len;
David Quigley1775fd32013-05-22 12:50:42 -04003804 data->arg.label = label;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003805
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003806 status = nfs4_do_create(dir, dentry, data);
3807
3808 nfs4_free_createdata(data);
3809out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003810 return status;
3811}
3812
Chuck Lever4f390c12006-08-22 20:06:22 -04003813static int nfs4_proc_symlink(struct inode *dir, struct dentry *dentry,
Chuck Lever94a6d752006-08-22 20:06:23 -04003814 struct page *page, unsigned int len, struct iattr *sattr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003815{
3816 struct nfs4_exception exception = { };
David Quigleyaa9c2662013-05-22 12:50:44 -04003817 struct nfs4_label l, *label = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003818 int err;
David Quigleyaa9c2662013-05-22 12:50:44 -04003819
3820 label = nfs4_label_init_security(dir, dentry, sattr, &l);
3821
Linus Torvalds1da177e2005-04-16 15:20:36 -07003822 do {
Trond Myklebust078ea3d2013-08-12 16:45:55 -04003823 err = _nfs4_proc_symlink(dir, dentry, page, len, sattr, label);
3824 trace_nfs4_symlink(dir, &dentry->d_name, err);
3825 err = nfs4_handle_exception(NFS_SERVER(dir), err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003826 &exception);
3827 } while (exception.retry);
David Quigleyaa9c2662013-05-22 12:50:44 -04003828
3829 nfs4_label_release_security(label);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003830 return err;
3831}
3832
3833static int _nfs4_proc_mkdir(struct inode *dir, struct dentry *dentry,
David Quigley1775fd32013-05-22 12:50:42 -04003834 struct iattr *sattr, struct nfs4_label *label)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003835{
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003836 struct nfs4_createdata *data;
3837 int status = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003838
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003839 data = nfs4_alloc_createdata(dir, &dentry->d_name, sattr, NF4DIR);
3840 if (data == NULL)
3841 goto out;
3842
David Quigley1775fd32013-05-22 12:50:42 -04003843 data->arg.label = label;
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003844 status = nfs4_do_create(dir, dentry, data);
3845
3846 nfs4_free_createdata(data);
3847out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003848 return status;
3849}
3850
3851static int nfs4_proc_mkdir(struct inode *dir, struct dentry *dentry,
3852 struct iattr *sattr)
3853{
3854 struct nfs4_exception exception = { };
David Quigleyaa9c2662013-05-22 12:50:44 -04003855 struct nfs4_label l, *label = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003856 int err;
Aneesh Kumar K.Va8a5da92010-12-09 11:35:14 +00003857
David Quigleyaa9c2662013-05-22 12:50:44 -04003858 label = nfs4_label_init_security(dir, dentry, sattr, &l);
3859
Aneesh Kumar K.Va8a5da92010-12-09 11:35:14 +00003860 sattr->ia_mode &= ~current_umask();
Linus Torvalds1da177e2005-04-16 15:20:36 -07003861 do {
Trond Myklebust078ea3d2013-08-12 16:45:55 -04003862 err = _nfs4_proc_mkdir(dir, dentry, sattr, label);
3863 trace_nfs4_mkdir(dir, &dentry->d_name, err);
3864 err = nfs4_handle_exception(NFS_SERVER(dir), err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003865 &exception);
3866 } while (exception.retry);
David Quigleyaa9c2662013-05-22 12:50:44 -04003867 nfs4_label_release_security(label);
3868
Linus Torvalds1da177e2005-04-16 15:20:36 -07003869 return err;
3870}
3871
3872static int _nfs4_proc_readdir(struct dentry *dentry, struct rpc_cred *cred,
Bryan Schumaker56e4ebf2010-10-20 15:44:37 -04003873 u64 cookie, struct page **pages, unsigned int count, int plus)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003874{
David Howells2b0143b2015-03-17 22:25:59 +00003875 struct inode *dir = d_inode(dentry);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003876 struct nfs4_readdir_arg args = {
3877 .fh = NFS_FH(dir),
Bryan Schumaker56e4ebf2010-10-20 15:44:37 -04003878 .pages = pages,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003879 .pgbase = 0,
3880 .count = count,
David Howells2b0143b2015-03-17 22:25:59 +00003881 .bitmask = NFS_SERVER(d_inode(dentry))->attr_bitmask,
Bryan Schumaker82f2e542010-10-21 16:33:18 -04003882 .plus = plus,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003883 };
3884 struct nfs4_readdir_res res;
3885 struct rpc_message msg = {
3886 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_READDIR],
3887 .rpc_argp = &args,
3888 .rpc_resp = &res,
3889 .rpc_cred = cred,
3890 };
3891 int status;
3892
Al Viro6de14722013-09-16 10:53:17 -04003893 dprintk("%s: dentry = %pd2, cookie = %Lu\n", __func__,
3894 dentry,
Trond Myklebusteadf4592005-06-22 17:16:39 +00003895 (unsigned long long)cookie);
Trond Myklebustc3f52af2012-09-03 14:56:02 -04003896 nfs4_setup_readdir(cookie, NFS_I(dir)->cookieverf, dentry, &args);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003897 res.pgbase = args.pgbase;
Bryan Schumaker7c513052011-03-24 17:12:24 +00003898 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 -05003899 if (status >= 0) {
Trond Myklebustc3f52af2012-09-03 14:56:02 -04003900 memcpy(NFS_I(dir)->cookieverf, res.verifier.data, NFS4_VERIFIER_SIZE);
Trond Myklebustac396122010-11-15 20:26:22 -05003901 status += args.pgbase;
3902 }
Trond Myklebustc4812992007-09-28 17:11:45 -04003903
3904 nfs_invalidate_atime(dir);
3905
Harvey Harrison3110ff82008-05-02 13:42:44 -07003906 dprintk("%s: returns %d\n", __func__, status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003907 return status;
3908}
3909
3910static int nfs4_proc_readdir(struct dentry *dentry, struct rpc_cred *cred,
Bryan Schumaker56e4ebf2010-10-20 15:44:37 -04003911 u64 cookie, struct page **pages, unsigned int count, int plus)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003912{
3913 struct nfs4_exception exception = { };
3914 int err;
3915 do {
Trond Myklebustc1578b72013-08-12 16:58:42 -04003916 err = _nfs4_proc_readdir(dentry, cred, cookie,
3917 pages, count, plus);
David Howells2b0143b2015-03-17 22:25:59 +00003918 trace_nfs4_readdir(d_inode(dentry), err);
3919 err = nfs4_handle_exception(NFS_SERVER(d_inode(dentry)), err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003920 &exception);
3921 } while (exception.retry);
3922 return err;
3923}
3924
3925static int _nfs4_proc_mknod(struct inode *dir, struct dentry *dentry,
David Quigleyaa9c2662013-05-22 12:50:44 -04003926 struct iattr *sattr, struct nfs4_label *label, dev_t rdev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003927{
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003928 struct nfs4_createdata *data;
3929 int mode = sattr->ia_mode;
3930 int status = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003931
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003932 data = nfs4_alloc_createdata(dir, &dentry->d_name, sattr, NF4SOCK);
3933 if (data == NULL)
3934 goto out;
3935
Linus Torvalds1da177e2005-04-16 15:20:36 -07003936 if (S_ISFIFO(mode))
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003937 data->arg.ftype = NF4FIFO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003938 else if (S_ISBLK(mode)) {
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003939 data->arg.ftype = NF4BLK;
3940 data->arg.u.device.specdata1 = MAJOR(rdev);
3941 data->arg.u.device.specdata2 = MINOR(rdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003942 }
3943 else if (S_ISCHR(mode)) {
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003944 data->arg.ftype = NF4CHR;
3945 data->arg.u.device.specdata1 = MAJOR(rdev);
3946 data->arg.u.device.specdata2 = MINOR(rdev);
Trond Myklebust4ea8fed2012-10-15 15:47:41 -04003947 } else if (!S_ISSOCK(mode)) {
3948 status = -EINVAL;
3949 goto out_free;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003950 }
David Quigley1775fd32013-05-22 12:50:42 -04003951
David Quigleyaa9c2662013-05-22 12:50:44 -04003952 data->arg.label = label;
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003953 status = nfs4_do_create(dir, dentry, data);
Trond Myklebust4ea8fed2012-10-15 15:47:41 -04003954out_free:
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003955 nfs4_free_createdata(data);
3956out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003957 return status;
3958}
3959
3960static int nfs4_proc_mknod(struct inode *dir, struct dentry *dentry,
3961 struct iattr *sattr, dev_t rdev)
3962{
3963 struct nfs4_exception exception = { };
David Quigleyaa9c2662013-05-22 12:50:44 -04003964 struct nfs4_label l, *label = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003965 int err;
Aneesh Kumar K.Va8a5da92010-12-09 11:35:14 +00003966
David Quigleyaa9c2662013-05-22 12:50:44 -04003967 label = nfs4_label_init_security(dir, dentry, sattr, &l);
3968
Aneesh Kumar K.Va8a5da92010-12-09 11:35:14 +00003969 sattr->ia_mode &= ~current_umask();
Linus Torvalds1da177e2005-04-16 15:20:36 -07003970 do {
Trond Myklebust078ea3d2013-08-12 16:45:55 -04003971 err = _nfs4_proc_mknod(dir, dentry, sattr, label, rdev);
3972 trace_nfs4_mknod(dir, &dentry->d_name, err);
3973 err = nfs4_handle_exception(NFS_SERVER(dir), err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003974 &exception);
3975 } while (exception.retry);
David Quigleyaa9c2662013-05-22 12:50:44 -04003976
3977 nfs4_label_release_security(label);
3978
Linus Torvalds1da177e2005-04-16 15:20:36 -07003979 return err;
3980}
3981
3982static int _nfs4_proc_statfs(struct nfs_server *server, struct nfs_fh *fhandle,
3983 struct nfs_fsstat *fsstat)
3984{
3985 struct nfs4_statfs_arg args = {
3986 .fh = fhandle,
3987 .bitmask = server->attr_bitmask,
3988 };
Benny Halevy24ad1482009-04-01 09:21:56 -04003989 struct nfs4_statfs_res res = {
3990 .fsstat = fsstat,
3991 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07003992 struct rpc_message msg = {
3993 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_STATFS],
3994 .rpc_argp = &args,
Benny Halevy24ad1482009-04-01 09:21:56 -04003995 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003996 };
3997
Trond Myklebust0e574af2005-10-27 22:12:38 -04003998 nfs_fattr_init(fsstat->fattr);
Bryan Schumaker7c513052011-03-24 17:12:24 +00003999 return nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004000}
4001
4002static int nfs4_proc_statfs(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fsstat *fsstat)
4003{
4004 struct nfs4_exception exception = { };
4005 int err;
4006 do {
4007 err = nfs4_handle_exception(server,
4008 _nfs4_proc_statfs(server, fhandle, fsstat),
4009 &exception);
4010 } while (exception.retry);
4011 return err;
4012}
4013
4014static int _nfs4_do_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle,
4015 struct nfs_fsinfo *fsinfo)
4016{
4017 struct nfs4_fsinfo_arg args = {
4018 .fh = fhandle,
4019 .bitmask = server->attr_bitmask,
4020 };
Benny Halevy3dda5e42009-04-01 09:21:57 -04004021 struct nfs4_fsinfo_res res = {
4022 .fsinfo = fsinfo,
4023 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07004024 struct rpc_message msg = {
4025 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FSINFO],
4026 .rpc_argp = &args,
Benny Halevy3dda5e42009-04-01 09:21:57 -04004027 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004028 };
4029
Bryan Schumaker7c513052011-03-24 17:12:24 +00004030 return nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004031}
4032
4033static int nfs4_do_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fsinfo *fsinfo)
4034{
4035 struct nfs4_exception exception = { };
Chuck Lever83ca7f52013-03-16 15:55:53 -04004036 unsigned long now = jiffies;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004037 int err;
4038
4039 do {
Chuck Lever83ca7f52013-03-16 15:55:53 -04004040 err = _nfs4_do_fsinfo(server, fhandle, fsinfo);
Trond Myklebustb5f875a2013-08-13 13:01:39 -04004041 trace_nfs4_fsinfo(server, fhandle, fsinfo->fattr, err);
Chuck Lever83ca7f52013-03-16 15:55:53 -04004042 if (err == 0) {
4043 struct nfs_client *clp = server->nfs_client;
4044
4045 spin_lock(&clp->cl_lock);
4046 clp->cl_lease_time = fsinfo->lease_time * HZ;
4047 clp->cl_last_renewal = now;
4048 spin_unlock(&clp->cl_lock);
4049 break;
4050 }
4051 err = nfs4_handle_exception(server, err, &exception);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004052 } while (exception.retry);
4053 return err;
4054}
4055
4056static int nfs4_proc_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fsinfo *fsinfo)
4057{
Bryan Schumakere38eb652012-06-20 15:53:40 -04004058 int error;
4059
Trond Myklebust0e574af2005-10-27 22:12:38 -04004060 nfs_fattr_init(fsinfo->fattr);
Bryan Schumakere38eb652012-06-20 15:53:40 -04004061 error = nfs4_do_fsinfo(server, fhandle, fsinfo);
Peng Taodc182542012-08-24 00:27:49 +08004062 if (error == 0) {
4063 /* block layout checks this! */
4064 server->pnfs_blksize = fsinfo->blksize;
Bryan Schumakere38eb652012-06-20 15:53:40 -04004065 set_pnfs_layoutdriver(server, fhandle, fsinfo->layouttype);
Peng Taodc182542012-08-24 00:27:49 +08004066 }
Bryan Schumakere38eb652012-06-20 15:53:40 -04004067
4068 return error;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004069}
4070
4071static int _nfs4_proc_pathconf(struct nfs_server *server, struct nfs_fh *fhandle,
4072 struct nfs_pathconf *pathconf)
4073{
4074 struct nfs4_pathconf_arg args = {
4075 .fh = fhandle,
4076 .bitmask = server->attr_bitmask,
4077 };
Benny Halevyd45b2982009-04-01 09:21:58 -04004078 struct nfs4_pathconf_res res = {
4079 .pathconf = pathconf,
4080 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07004081 struct rpc_message msg = {
4082 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_PATHCONF],
4083 .rpc_argp = &args,
Benny Halevyd45b2982009-04-01 09:21:58 -04004084 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004085 };
4086
4087 /* None of the pathconf attributes are mandatory to implement */
4088 if ((args.bitmask[0] & nfs4_pathconf_bitmap[0]) == 0) {
4089 memset(pathconf, 0, sizeof(*pathconf));
4090 return 0;
4091 }
4092
Trond Myklebust0e574af2005-10-27 22:12:38 -04004093 nfs_fattr_init(pathconf->fattr);
Bryan Schumaker7c513052011-03-24 17:12:24 +00004094 return nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004095}
4096
4097static int nfs4_proc_pathconf(struct nfs_server *server, struct nfs_fh *fhandle,
4098 struct nfs_pathconf *pathconf)
4099{
4100 struct nfs4_exception exception = { };
4101 int err;
4102
4103 do {
4104 err = nfs4_handle_exception(server,
4105 _nfs4_proc_pathconf(server, fhandle, pathconf),
4106 &exception);
4107 } while (exception.retry);
4108 return err;
4109}
4110
Trond Myklebust5521abf2013-03-16 20:54:34 -04004111int nfs4_set_rw_stateid(nfs4_stateid *stateid,
Trond Myklebust9b206142013-03-17 15:52:00 -04004112 const struct nfs_open_context *ctx,
4113 const struct nfs_lock_context *l_ctx,
4114 fmode_t fmode)
4115{
4116 const struct nfs_lockowner *lockowner = NULL;
4117
4118 if (l_ctx != NULL)
4119 lockowner = &l_ctx->lockowner;
Trond Myklebust5521abf2013-03-16 20:54:34 -04004120 return nfs4_select_rw_stateid(stateid, ctx->state, fmode, lockowner);
Trond Myklebust9b206142013-03-17 15:52:00 -04004121}
4122EXPORT_SYMBOL_GPL(nfs4_set_rw_stateid);
4123
Trond Myklebust5521abf2013-03-16 20:54:34 -04004124static bool nfs4_stateid_is_current(nfs4_stateid *stateid,
4125 const struct nfs_open_context *ctx,
4126 const struct nfs_lock_context *l_ctx,
4127 fmode_t fmode)
4128{
4129 nfs4_stateid current_stateid;
4130
Trond Myklebuste1253be2014-03-05 08:44:23 -05004131 /* If the current stateid represents a lost lock, then exit */
4132 if (nfs4_set_rw_stateid(&current_stateid, ctx, l_ctx, fmode) == -EIO)
4133 return true;
Trond Myklebust5521abf2013-03-16 20:54:34 -04004134 return nfs4_stateid_match(stateid, &current_stateid);
4135}
4136
4137static bool nfs4_error_stateid_expired(int err)
4138{
4139 switch (err) {
4140 case -NFS4ERR_DELEG_REVOKED:
4141 case -NFS4ERR_ADMIN_REVOKED:
4142 case -NFS4ERR_BAD_STATEID:
4143 case -NFS4ERR_STALE_STATEID:
4144 case -NFS4ERR_OLD_STATEID:
4145 case -NFS4ERR_OPENMODE:
4146 case -NFS4ERR_EXPIRED:
4147 return true;
4148 }
4149 return false;
4150}
4151
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004152void __nfs4_read_done_cb(struct nfs_pgio_header *hdr)
Benny Halevyd20581a2011-05-22 19:52:03 +03004153{
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004154 nfs_invalidate_atime(hdr->inode);
Benny Halevyd20581a2011-05-22 19:52:03 +03004155}
4156
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004157static int nfs4_read_done_cb(struct rpc_task *task, struct nfs_pgio_header *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004158{
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004159 struct nfs_server *server = NFS_SERVER(hdr->inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004160
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004161 trace_nfs4_read(hdr, task->tk_status);
4162 if (nfs4_async_handle_error(task, server,
NeilBrown8478eaa2014-09-18 16:09:27 +10004163 hdr->args.context->state,
4164 NULL) == -EAGAIN) {
Trond Myklebustd00c5d42011-10-19 12:17:29 -07004165 rpc_restart_call_prepare(task);
Trond Myklebustec06c092006-03-20 13:44:27 -05004166 return -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004167 }
Trond Myklebust8850df92007-09-28 17:20:07 -04004168
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004169 __nfs4_read_done_cb(hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004170 if (task->tk_status > 0)
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004171 renew_lease(server, hdr->timestamp);
Trond Myklebustec06c092006-03-20 13:44:27 -05004172 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004173}
4174
Trond Myklebust5521abf2013-03-16 20:54:34 -04004175static bool nfs4_read_stateid_changed(struct rpc_task *task,
Anna Schumaker3c6b8992014-05-06 09:12:24 -04004176 struct nfs_pgio_args *args)
Trond Myklebust5521abf2013-03-16 20:54:34 -04004177{
4178
4179 if (!nfs4_error_stateid_expired(task->tk_status) ||
4180 nfs4_stateid_is_current(&args->stateid,
4181 args->context,
4182 args->lock_context,
4183 FMODE_READ))
4184 return false;
4185 rpc_restart_call_prepare(task);
4186 return true;
4187}
4188
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004189static int nfs4_read_done(struct rpc_task *task, struct nfs_pgio_header *hdr)
Andy Adamsoncbdabc7f2011-03-01 01:34:20 +00004190{
4191
4192 dprintk("--> %s\n", __func__);
4193
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004194 if (!nfs4_sequence_done(task, &hdr->res.seq_res))
Andy Adamsoncbdabc7f2011-03-01 01:34:20 +00004195 return -EAGAIN;
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004196 if (nfs4_read_stateid_changed(task, &hdr->args))
Trond Myklebust5521abf2013-03-16 20:54:34 -04004197 return -EAGAIN;
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004198 return hdr->pgio_done_cb ? hdr->pgio_done_cb(task, hdr) :
4199 nfs4_read_done_cb(task, hdr);
Andy Adamsoncbdabc7f2011-03-01 01:34:20 +00004200}
4201
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004202static void nfs4_proc_read_setup(struct nfs_pgio_header *hdr,
4203 struct rpc_message *msg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004204{
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004205 hdr->timestamp = jiffies;
4206 hdr->pgio_done_cb = nfs4_read_done_cb;
Trond Myklebustbdc7f022007-07-14 15:40:00 -04004207 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_READ];
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004208 nfs4_init_sequence(&hdr->args.seq_args, &hdr->res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004209}
4210
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004211static int nfs4_proc_pgio_rpc_prepare(struct rpc_task *task,
4212 struct nfs_pgio_header *hdr)
Bryan Schumakerea7c3302012-03-19 14:54:40 -04004213{
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004214 if (nfs4_setup_sequence(NFS_SERVER(hdr->inode),
4215 &hdr->args.seq_args,
4216 &hdr->res.seq_res,
Trond Myklebust9b206142013-03-17 15:52:00 -04004217 task))
NeilBrownef1820f2013-09-04 17:04:49 +10004218 return 0;
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004219 if (nfs4_set_rw_stateid(&hdr->args.stateid, hdr->args.context,
4220 hdr->args.lock_context,
4221 hdr->rw_ops->rw_mode) == -EIO)
NeilBrownef1820f2013-09-04 17:04:49 +10004222 return -EIO;
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004223 if (unlikely(test_bit(NFS_CONTEXT_BAD, &hdr->args.context->flags)))
NeilBrownef1820f2013-09-04 17:04:49 +10004224 return -EIO;
4225 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004226}
4227
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004228static int nfs4_write_done_cb(struct rpc_task *task,
4229 struct nfs_pgio_header *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004230{
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004231 struct inode *inode = hdr->inode;
NeilBrown8478eaa2014-09-18 16:09:27 +10004232
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004233 trace_nfs4_write(hdr, task->tk_status);
4234 if (nfs4_async_handle_error(task, NFS_SERVER(inode),
NeilBrown8478eaa2014-09-18 16:09:27 +10004235 hdr->args.context->state,
4236 NULL) == -EAGAIN) {
Trond Myklebustd00c5d42011-10-19 12:17:29 -07004237 rpc_restart_call_prepare(task);
Trond Myklebust788e7a82006-03-20 13:44:27 -05004238 return -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004239 }
Trond Myklebust4f9838c2005-10-27 22:12:44 -04004240 if (task->tk_status >= 0) {
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004241 renew_lease(NFS_SERVER(inode), hdr->timestamp);
Trond Myklebusta08a8cd2015-02-26 17:36:09 -05004242 nfs_writeback_update_inode(hdr);
Trond Myklebust4f9838c2005-10-27 22:12:44 -04004243 }
Trond Myklebust788e7a82006-03-20 13:44:27 -05004244 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004245}
4246
Trond Myklebust5521abf2013-03-16 20:54:34 -04004247static bool nfs4_write_stateid_changed(struct rpc_task *task,
Anna Schumaker3c6b8992014-05-06 09:12:24 -04004248 struct nfs_pgio_args *args)
Trond Myklebust5521abf2013-03-16 20:54:34 -04004249{
4250
4251 if (!nfs4_error_stateid_expired(task->tk_status) ||
4252 nfs4_stateid_is_current(&args->stateid,
4253 args->context,
4254 args->lock_context,
4255 FMODE_WRITE))
4256 return false;
4257 rpc_restart_call_prepare(task);
4258 return true;
4259}
4260
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004261static int nfs4_write_done(struct rpc_task *task, struct nfs_pgio_header *hdr)
Fred Isamanb029bc92011-03-03 15:13:42 +00004262{
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004263 if (!nfs4_sequence_done(task, &hdr->res.seq_res))
Fred Isamanb029bc92011-03-03 15:13:42 +00004264 return -EAGAIN;
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004265 if (nfs4_write_stateid_changed(task, &hdr->args))
Trond Myklebust5521abf2013-03-16 20:54:34 -04004266 return -EAGAIN;
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004267 return hdr->pgio_done_cb ? hdr->pgio_done_cb(task, hdr) :
4268 nfs4_write_done_cb(task, hdr);
Fred Isamanb029bc92011-03-03 15:13:42 +00004269}
4270
Trond Myklebust5a37f852012-04-28 14:55:16 -04004271static
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004272bool nfs4_write_need_cache_consistency_data(struct nfs_pgio_header *hdr)
Fred Isamana69aef12011-03-03 15:13:47 +00004273{
Trond Myklebust5a37f852012-04-28 14:55:16 -04004274 /* Don't request attributes for pNFS or O_DIRECT writes */
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004275 if (hdr->ds_clp != NULL || hdr->dreq != NULL)
Trond Myklebust5a37f852012-04-28 14:55:16 -04004276 return false;
4277 /* Otherwise, request attributes if and only if we don't hold
4278 * a delegation
4279 */
Bryan Schumaker011e2a72012-06-20 15:53:43 -04004280 return nfs4_have_delegation(hdr->inode, FMODE_READ) == 0;
Fred Isamana69aef12011-03-03 15:13:47 +00004281}
Fred Isamana69aef12011-03-03 15:13:47 +00004282
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004283static void nfs4_proc_write_setup(struct nfs_pgio_header *hdr,
4284 struct rpc_message *msg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004285{
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004286 struct nfs_server *server = NFS_SERVER(hdr->inode);
Trond Myklebustbdc7f022007-07-14 15:40:00 -04004287
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004288 if (!nfs4_write_need_cache_consistency_data(hdr)) {
4289 hdr->args.bitmask = NULL;
4290 hdr->res.fattr = NULL;
Fred Isaman7ffd1062011-03-03 15:13:46 +00004291 } else
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004292 hdr->args.bitmask = server->cache_consistency_bitmask;
Trond Myklebust5a37f852012-04-28 14:55:16 -04004293
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004294 if (!hdr->pgio_done_cb)
4295 hdr->pgio_done_cb = nfs4_write_done_cb;
4296 hdr->res.server = server;
4297 hdr->timestamp = jiffies;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004298
Trond Myklebustbdc7f022007-07-14 15:40:00 -04004299 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_WRITE];
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004300 nfs4_init_sequence(&hdr->args.seq_args, &hdr->res.seq_res, 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004301}
4302
Fred Isaman0b7c0152012-04-20 14:47:39 -04004303static void nfs4_proc_commit_rpc_prepare(struct rpc_task *task, struct nfs_commit_data *data)
4304{
Trond Myklebustd9afbd12012-10-22 20:28:44 -04004305 nfs4_setup_sequence(NFS_SERVER(data->inode),
4306 &data->args.seq_args,
4307 &data->res.seq_res,
4308 task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004309}
4310
Fred Isaman0b7c0152012-04-20 14:47:39 -04004311static int nfs4_commit_done_cb(struct rpc_task *task, struct nfs_commit_data *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004312{
Linus Torvalds1da177e2005-04-16 15:20:36 -07004313 struct inode *inode = data->inode;
Trond Myklebust14516c32010-07-31 14:29:06 -04004314
Trond Myklebustcc668ab2013-08-14 15:31:28 -04004315 trace_nfs4_commit(data, task->tk_status);
NeilBrown8478eaa2014-09-18 16:09:27 +10004316 if (nfs4_async_handle_error(task, NFS_SERVER(inode),
4317 NULL, NULL) == -EAGAIN) {
Trond Myklebustd00c5d42011-10-19 12:17:29 -07004318 rpc_restart_call_prepare(task);
Trond Myklebust788e7a82006-03-20 13:44:27 -05004319 return -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004320 }
Trond Myklebust788e7a82006-03-20 13:44:27 -05004321 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004322}
4323
Fred Isaman0b7c0152012-04-20 14:47:39 -04004324static int nfs4_commit_done(struct rpc_task *task, struct nfs_commit_data *data)
Fred Isaman5f452432011-03-23 13:27:46 +00004325{
4326 if (!nfs4_sequence_done(task, &data->res.seq_res))
4327 return -EAGAIN;
Fred Isaman0b7c0152012-04-20 14:47:39 -04004328 return data->commit_done_cb(task, data);
Fred Isaman5f452432011-03-23 13:27:46 +00004329}
4330
Fred Isaman0b7c0152012-04-20 14:47:39 -04004331static void nfs4_proc_commit_setup(struct nfs_commit_data *data, struct rpc_message *msg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004332{
Trond Myklebust788e7a82006-03-20 13:44:27 -05004333 struct nfs_server *server = NFS_SERVER(data->inode);
Fred Isaman988b6dc2011-03-23 13:27:52 +00004334
Fred Isaman0b7c0152012-04-20 14:47:39 -04004335 if (data->commit_done_cb == NULL)
4336 data->commit_done_cb = nfs4_commit_done_cb;
Trond Myklebust4f9838c2005-10-27 22:12:44 -04004337 data->res.server = server;
Trond Myklebustbdc7f022007-07-14 15:40:00 -04004338 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_COMMIT];
Chuck Levera9c92d62013-08-09 12:48:18 -04004339 nfs4_init_sequence(&data->args.seq_args, &data->res.seq_res, 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004340}
4341
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04004342struct nfs4_renewdata {
4343 struct nfs_client *client;
4344 unsigned long timestamp;
4345};
4346
Linus Torvalds1da177e2005-04-16 15:20:36 -07004347/*
4348 * nfs4_proc_async_renew(): This is not one of the nfs_rpc_ops; it is a special
4349 * standalone procedure for queueing an asynchronous RENEW.
4350 */
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04004351static void nfs4_renew_release(void *calldata)
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08004352{
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04004353 struct nfs4_renewdata *data = calldata;
4354 struct nfs_client *clp = data->client;
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08004355
Alexandros Batsakis0851de062010-02-05 03:45:06 -08004356 if (atomic_read(&clp->cl_count) > 1)
4357 nfs4_schedule_state_renewal(clp);
4358 nfs_put_client(clp);
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04004359 kfree(data);
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08004360}
4361
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04004362static void nfs4_renew_done(struct rpc_task *task, void *calldata)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004363{
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04004364 struct nfs4_renewdata *data = calldata;
4365 struct nfs_client *clp = data->client;
4366 unsigned long timestamp = data->timestamp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004367
Trond Myklebustc6d01c62013-08-09 11:51:26 -04004368 trace_nfs4_renew_async(clp, task->tk_status);
Chuck Leverf8aba1e2013-10-17 14:13:53 -04004369 switch (task->tk_status) {
4370 case 0:
4371 break;
4372 case -NFS4ERR_LEASE_MOVED:
4373 nfs4_schedule_lease_moved_recovery(clp);
4374 break;
4375 default:
Trond Myklebust95baa252009-05-26 14:51:00 -04004376 /* Unless we're shutting down, schedule state recovery! */
Trond Myklebust042b60b2011-08-24 15:07:37 -04004377 if (test_bit(NFS_CS_RENEWD, &clp->cl_res_state) == 0)
4378 return;
4379 if (task->tk_status != NFS4ERR_CB_PATH_DOWN) {
Trond Myklebust0400a6b2011-03-09 16:00:53 -05004380 nfs4_schedule_lease_recovery(clp);
Trond Myklebust042b60b2011-08-24 15:07:37 -04004381 return;
4382 }
4383 nfs4_schedule_path_down_recovery(clp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004384 }
Trond Myklebust452e9352010-07-31 14:29:06 -04004385 do_renew_lease(clp, timestamp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004386}
4387
Trond Myklebust963d8fe2006-01-03 09:55:04 +01004388static const struct rpc_call_ops nfs4_renew_ops = {
4389 .rpc_call_done = nfs4_renew_done,
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08004390 .rpc_release = nfs4_renew_release,
Trond Myklebust963d8fe2006-01-03 09:55:04 +01004391};
4392
Trond Myklebust2f60ea62011-08-24 15:07:37 -04004393static int nfs4_proc_async_renew(struct nfs_client *clp, struct rpc_cred *cred, unsigned renew_flags)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004394{
4395 struct rpc_message msg = {
4396 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RENEW],
4397 .rpc_argp = clp,
Trond Myklebustb4454fe2006-01-03 09:55:25 +01004398 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004399 };
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04004400 struct nfs4_renewdata *data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004401
Trond Myklebust2f60ea62011-08-24 15:07:37 -04004402 if (renew_flags == 0)
4403 return 0;
Alexandros Batsakis0851de062010-02-05 03:45:06 -08004404 if (!atomic_inc_not_zero(&clp->cl_count))
4405 return -EIO;
Trond Myklebustb569ad32011-08-24 15:07:35 -04004406 data = kmalloc(sizeof(*data), GFP_NOFS);
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04004407 if (data == NULL)
4408 return -ENOMEM;
4409 data->client = clp;
4410 data->timestamp = jiffies;
Trond Myklebustbc7a05c2013-04-08 17:50:28 -04004411 return rpc_call_async(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT,
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04004412 &nfs4_renew_ops, data);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004413}
4414
Trond Myklebust8534d4e2011-08-24 15:07:37 -04004415static int nfs4_proc_renew(struct nfs_client *clp, struct rpc_cred *cred)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004416{
4417 struct rpc_message msg = {
4418 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RENEW],
4419 .rpc_argp = clp,
Trond Myklebustb4454fe2006-01-03 09:55:25 +01004420 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004421 };
4422 unsigned long now = jiffies;
4423 int status;
4424
Trond Myklebustbc7a05c2013-04-08 17:50:28 -04004425 status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004426 if (status < 0)
4427 return status;
Trond Myklebust452e9352010-07-31 14:29:06 -04004428 do_renew_lease(clp, now);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004429 return 0;
4430}
4431
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004432static inline int nfs4_server_supports_acls(struct nfs_server *server)
4433{
Malahal Naineni7dd7d952014-01-23 08:54:55 -06004434 return server->caps & NFS_CAP_ACLS;
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004435}
4436
Trond Myklebust21f498c2012-08-24 10:59:25 -04004437/* Assuming that XATTR_SIZE_MAX is a multiple of PAGE_SIZE, and that
4438 * it's OK to put sizeof(void) * (XATTR_SIZE_MAX/PAGE_SIZE) bytes on
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004439 * the stack.
4440 */
Trond Myklebust21f498c2012-08-24 10:59:25 -04004441#define NFS4ACL_MAXPAGES DIV_ROUND_UP(XATTR_SIZE_MAX, PAGE_SIZE)
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004442
Neil Hormane9e3d722011-03-04 19:26:03 -05004443static int buf_to_pages_noslab(const void *buf, size_t buflen,
4444 struct page **pages, unsigned int *pgbase)
4445{
4446 struct page *newpage, **spages;
4447 int rc = 0;
4448 size_t len;
4449 spages = pages;
4450
4451 do {
Trond Myklebust21f498c2012-08-24 10:59:25 -04004452 len = min_t(size_t, PAGE_SIZE, buflen);
Neil Hormane9e3d722011-03-04 19:26:03 -05004453 newpage = alloc_page(GFP_KERNEL);
4454
4455 if (newpage == NULL)
4456 goto unwind;
4457 memcpy(page_address(newpage), buf, len);
4458 buf += len;
4459 buflen -= len;
4460 *pages++ = newpage;
4461 rc++;
4462 } while (buflen != 0);
4463
4464 return rc;
4465
4466unwind:
4467 for(; rc > 0; rc--)
4468 __free_page(spages[rc-1]);
4469 return -ENOMEM;
4470}
4471
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004472struct nfs4_cached_acl {
4473 int cached;
4474 size_t len;
Andrew Morton3e9d4152005-06-22 17:16:28 +00004475 char data[0];
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004476};
4477
4478static void nfs4_set_cached_acl(struct inode *inode, struct nfs4_cached_acl *acl)
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004479{
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004480 struct nfs_inode *nfsi = NFS_I(inode);
4481
4482 spin_lock(&inode->i_lock);
4483 kfree(nfsi->nfs4_acl);
4484 nfsi->nfs4_acl = acl;
4485 spin_unlock(&inode->i_lock);
4486}
4487
4488static void nfs4_zap_acl_attr(struct inode *inode)
4489{
4490 nfs4_set_cached_acl(inode, NULL);
4491}
4492
4493static inline ssize_t nfs4_read_cached_acl(struct inode *inode, char *buf, size_t buflen)
4494{
4495 struct nfs_inode *nfsi = NFS_I(inode);
4496 struct nfs4_cached_acl *acl;
4497 int ret = -ENOENT;
4498
4499 spin_lock(&inode->i_lock);
4500 acl = nfsi->nfs4_acl;
4501 if (acl == NULL)
4502 goto out;
4503 if (buf == NULL) /* user is just asking for length */
4504 goto out_len;
4505 if (acl->cached == 0)
4506 goto out;
4507 ret = -ERANGE; /* see getxattr(2) man page */
4508 if (acl->len > buflen)
4509 goto out;
4510 memcpy(buf, acl->data, acl->len);
4511out_len:
4512 ret = acl->len;
4513out:
4514 spin_unlock(&inode->i_lock);
4515 return ret;
4516}
4517
Sachin Prabhu5794d212012-04-17 14:36:40 +01004518static 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 +00004519{
4520 struct nfs4_cached_acl *acl;
Trond Myklebustb291f1b2012-08-14 18:30:41 -04004521 size_t buflen = sizeof(*acl) + acl_len;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004522
Trond Myklebust1f1ea6c2012-08-26 11:44:43 -07004523 if (buflen <= PAGE_SIZE) {
Trond Myklebustb291f1b2012-08-14 18:30:41 -04004524 acl = kmalloc(buflen, GFP_KERNEL);
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004525 if (acl == NULL)
4526 goto out;
4527 acl->cached = 1;
Sachin Prabhu5794d212012-04-17 14:36:40 +01004528 _copy_from_pages(acl->data, pages, pgbase, acl_len);
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004529 } else {
4530 acl = kmalloc(sizeof(*acl), GFP_KERNEL);
4531 if (acl == NULL)
4532 goto out;
4533 acl->cached = 0;
4534 }
4535 acl->len = acl_len;
4536out:
4537 nfs4_set_cached_acl(inode, acl);
4538}
4539
Andy Adamsonbf118a32011-12-07 11:55:27 -05004540/*
4541 * The getxattr API returns the required buffer length when called with a
4542 * NULL buf. The NFSv4 acl tool then calls getxattr again after allocating
4543 * the required buf. On a NULL buf, we send a page of data to the server
4544 * guessing that the ACL request can be serviced by a page. If so, we cache
4545 * up to the page of ACL data, and the 2nd call to getxattr is serviced by
4546 * the cache. If not so, we throw away the page, and cache the required
4547 * length. The next getxattr call will then produce another round trip to
4548 * the server, this time with the input buf of the required size.
4549 */
Trond Myklebust16b4289c2006-08-24 12:27:15 -04004550static ssize_t __nfs4_get_acl_uncached(struct inode *inode, void *buf, size_t buflen)
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004551{
Andy Adamsonbf118a32011-12-07 11:55:27 -05004552 struct page *pages[NFS4ACL_MAXPAGES] = {NULL, };
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004553 struct nfs_getaclargs args = {
4554 .fh = NFS_FH(inode),
4555 .acl_pages = pages,
4556 .acl_len = buflen,
4557 };
Benny Halevy663c79b2009-04-01 09:21:59 -04004558 struct nfs_getaclres res = {
4559 .acl_len = buflen,
4560 };
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004561 struct rpc_message msg = {
4562 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GETACL],
4563 .rpc_argp = &args,
Benny Halevy663c79b2009-04-01 09:21:59 -04004564 .rpc_resp = &res,
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004565 };
Trond Myklebust21f498c2012-08-24 10:59:25 -04004566 unsigned int npages = DIV_ROUND_UP(buflen, PAGE_SIZE);
4567 int ret = -ENOMEM, i;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004568
Andy Adamsonbf118a32011-12-07 11:55:27 -05004569 /* As long as we're doing a round trip to the server anyway,
4570 * let's be prepared for a page of acl data. */
4571 if (npages == 0)
4572 npages = 1;
Trond Myklebust21f498c2012-08-24 10:59:25 -04004573 if (npages > ARRAY_SIZE(pages))
4574 return -ERANGE;
Sachin Prabhu5a006892012-04-17 14:35:39 +01004575
Andy Adamsonbf118a32011-12-07 11:55:27 -05004576 for (i = 0; i < npages; i++) {
4577 pages[i] = alloc_page(GFP_KERNEL);
4578 if (!pages[i])
4579 goto out_free;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004580 }
Sachin Prabhu5a006892012-04-17 14:35:39 +01004581
4582 /* for decoding across pages */
4583 res.acl_scratch = alloc_page(GFP_KERNEL);
4584 if (!res.acl_scratch)
4585 goto out_free;
4586
Andy Adamsonbf118a32011-12-07 11:55:27 -05004587 args.acl_len = npages * PAGE_SIZE;
4588 args.acl_pgbase = 0;
Sachin Prabhu5a006892012-04-17 14:35:39 +01004589
Peng Taode040be2012-01-10 22:42:47 +08004590 dprintk("%s buf %p buflen %zu npages %d args.acl_len %zu\n",
Andy Adamsonbf118a32011-12-07 11:55:27 -05004591 __func__, buf, buflen, npages, args.acl_len);
4592 ret = nfs4_call_sync(NFS_SERVER(inode)->client, NFS_SERVER(inode),
4593 &msg, &args.seq_args, &res.seq_res, 0);
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004594 if (ret)
4595 goto out_free;
Andy Adamsonbf118a32011-12-07 11:55:27 -05004596
Trond Myklebust1f1ea6c2012-08-26 11:44:43 -07004597 /* Handle the case where the passed-in buffer is too short */
4598 if (res.acl_flags & NFS4_ACL_TRUNC) {
4599 /* Did the user only issue a request for the acl length? */
4600 if (buf == NULL)
4601 goto out_ok;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004602 ret = -ERANGE;
Trond Myklebust1f1ea6c2012-08-26 11:44:43 -07004603 goto out_free;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004604 }
Trond Myklebust1f1ea6c2012-08-26 11:44:43 -07004605 nfs4_write_cached_acl(inode, pages, res.acl_data_offset, res.acl_len);
Sven Wegener7d3e91a2012-12-08 15:30:18 +01004606 if (buf) {
4607 if (res.acl_len > buflen) {
4608 ret = -ERANGE;
4609 goto out_free;
4610 }
Trond Myklebust1f1ea6c2012-08-26 11:44:43 -07004611 _copy_from_pages(buf, pages, res.acl_data_offset, res.acl_len);
Sven Wegener7d3e91a2012-12-08 15:30:18 +01004612 }
Trond Myklebust1f1ea6c2012-08-26 11:44:43 -07004613out_ok:
4614 ret = res.acl_len;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004615out_free:
Andy Adamsonbf118a32011-12-07 11:55:27 -05004616 for (i = 0; i < npages; i++)
4617 if (pages[i])
4618 __free_page(pages[i]);
Trond Myklebust331818f2012-02-03 18:30:53 -05004619 if (res.acl_scratch)
4620 __free_page(res.acl_scratch);
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004621 return ret;
4622}
4623
Trond Myklebust16b4289c2006-08-24 12:27:15 -04004624static ssize_t nfs4_get_acl_uncached(struct inode *inode, void *buf, size_t buflen)
4625{
4626 struct nfs4_exception exception = { };
4627 ssize_t ret;
4628 do {
4629 ret = __nfs4_get_acl_uncached(inode, buf, buflen);
Trond Myklebustc1578b72013-08-12 16:58:42 -04004630 trace_nfs4_get_acl(inode, ret);
Trond Myklebust16b4289c2006-08-24 12:27:15 -04004631 if (ret >= 0)
4632 break;
4633 ret = nfs4_handle_exception(NFS_SERVER(inode), ret, &exception);
4634 } while (exception.retry);
4635 return ret;
4636}
4637
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004638static ssize_t nfs4_proc_get_acl(struct inode *inode, void *buf, size_t buflen)
4639{
4640 struct nfs_server *server = NFS_SERVER(inode);
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004641 int ret;
4642
4643 if (!nfs4_server_supports_acls(server))
4644 return -EOPNOTSUPP;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004645 ret = nfs_revalidate_inode(server, inode);
4646 if (ret < 0)
4647 return ret;
Aneesh Kumar K.V08a22b32010-12-01 10:42:16 +00004648 if (NFS_I(inode)->cache_validity & NFS_INO_INVALID_ACL)
4649 nfs_zap_acl_cache(inode);
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004650 ret = nfs4_read_cached_acl(inode, buf, buflen);
4651 if (ret != -ENOENT)
Andy Adamsonbf118a32011-12-07 11:55:27 -05004652 /* -ENOENT is returned if there is no ACL or if there is an ACL
4653 * but no cached acl data, just the acl length */
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004654 return ret;
4655 return nfs4_get_acl_uncached(inode, buf, buflen);
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004656}
4657
Trond Myklebust16b4289c2006-08-24 12:27:15 -04004658static int __nfs4_proc_set_acl(struct inode *inode, const void *buf, size_t buflen)
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00004659{
4660 struct nfs_server *server = NFS_SERVER(inode);
4661 struct page *pages[NFS4ACL_MAXPAGES];
4662 struct nfs_setaclargs arg = {
4663 .fh = NFS_FH(inode),
4664 .acl_pages = pages,
4665 .acl_len = buflen,
4666 };
Benny Halevy73c403a2009-04-01 09:22:01 -04004667 struct nfs_setaclres res;
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00004668 struct rpc_message msg = {
4669 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETACL],
4670 .rpc_argp = &arg,
Benny Halevy73c403a2009-04-01 09:22:01 -04004671 .rpc_resp = &res,
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00004672 };
Trond Myklebust21f498c2012-08-24 10:59:25 -04004673 unsigned int npages = DIV_ROUND_UP(buflen, PAGE_SIZE);
Neil Hormane9e3d722011-03-04 19:26:03 -05004674 int ret, i;
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00004675
4676 if (!nfs4_server_supports_acls(server))
4677 return -EOPNOTSUPP;
Trond Myklebust21f498c2012-08-24 10:59:25 -04004678 if (npages > ARRAY_SIZE(pages))
4679 return -ERANGE;
Neil Hormane9e3d722011-03-04 19:26:03 -05004680 i = buf_to_pages_noslab(buf, buflen, arg.acl_pages, &arg.acl_pgbase);
4681 if (i < 0)
4682 return i;
Bryan Schumaker57ec14c2012-06-20 15:53:44 -04004683 nfs4_inode_return_delegation(inode);
Bryan Schumaker7c513052011-03-24 17:12:24 +00004684 ret = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, &res.seq_res, 1);
Neil Hormane9e3d722011-03-04 19:26:03 -05004685
4686 /*
4687 * Free each page after tx, so the only ref left is
4688 * held by the network stack
4689 */
4690 for (; i > 0; i--)
4691 put_page(pages[i-1]);
4692
Aneesh Kumar K.V08a22b32010-12-01 10:42:16 +00004693 /*
4694 * Acl update can result in inode attribute update.
4695 * so mark the attribute cache invalid.
4696 */
4697 spin_lock(&inode->i_lock);
4698 NFS_I(inode)->cache_validity |= NFS_INO_INVALID_ATTR;
4699 spin_unlock(&inode->i_lock);
Trond Myklebustf41f7412008-06-11 17:39:04 -04004700 nfs_access_zap_cache(inode);
4701 nfs_zap_acl_cache(inode);
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00004702 return ret;
4703}
4704
Trond Myklebust16b4289c2006-08-24 12:27:15 -04004705static int nfs4_proc_set_acl(struct inode *inode, const void *buf, size_t buflen)
4706{
4707 struct nfs4_exception exception = { };
4708 int err;
4709 do {
Trond Myklebustc1578b72013-08-12 16:58:42 -04004710 err = __nfs4_proc_set_acl(inode, buf, buflen);
4711 trace_nfs4_set_acl(inode, err);
4712 err = nfs4_handle_exception(NFS_SERVER(inode), err,
Trond Myklebust16b4289c2006-08-24 12:27:15 -04004713 &exception);
4714 } while (exception.retry);
4715 return err;
4716}
4717
David Quigleyaa9c2662013-05-22 12:50:44 -04004718#ifdef CONFIG_NFS_V4_SECURITY_LABEL
4719static int _nfs4_get_security_label(struct inode *inode, void *buf,
4720 size_t buflen)
4721{
4722 struct nfs_server *server = NFS_SERVER(inode);
4723 struct nfs_fattr fattr;
4724 struct nfs4_label label = {0, 0, buflen, buf};
4725
4726 u32 bitmask[3] = { 0, 0, FATTR4_WORD2_SECURITY_LABEL };
Trond Myklebustfcb63a92013-11-01 12:42:25 -04004727 struct nfs4_getattr_arg arg = {
David Quigleyaa9c2662013-05-22 12:50:44 -04004728 .fh = NFS_FH(inode),
4729 .bitmask = bitmask,
4730 };
4731 struct nfs4_getattr_res res = {
4732 .fattr = &fattr,
4733 .label = &label,
4734 .server = server,
4735 };
4736 struct rpc_message msg = {
4737 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GETATTR],
Trond Myklebustfcb63a92013-11-01 12:42:25 -04004738 .rpc_argp = &arg,
David Quigleyaa9c2662013-05-22 12:50:44 -04004739 .rpc_resp = &res,
4740 };
4741 int ret;
4742
4743 nfs_fattr_init(&fattr);
4744
Trond Myklebustfcb63a92013-11-01 12:42:25 -04004745 ret = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, &res.seq_res, 0);
David Quigleyaa9c2662013-05-22 12:50:44 -04004746 if (ret)
4747 return ret;
4748 if (!(fattr.valid & NFS_ATTR_FATTR_V4_SECURITY_LABEL))
4749 return -ENOENT;
4750 if (buflen < label.len)
4751 return -ERANGE;
4752 return 0;
4753}
4754
4755static int nfs4_get_security_label(struct inode *inode, void *buf,
4756 size_t buflen)
4757{
4758 struct nfs4_exception exception = { };
4759 int err;
4760
4761 if (!nfs_server_capable(inode, NFS_CAP_SECURITY_LABEL))
4762 return -EOPNOTSUPP;
4763
4764 do {
Trond Myklebustc1578b72013-08-12 16:58:42 -04004765 err = _nfs4_get_security_label(inode, buf, buflen);
4766 trace_nfs4_get_security_label(inode, err);
4767 err = nfs4_handle_exception(NFS_SERVER(inode), err,
David Quigleyaa9c2662013-05-22 12:50:44 -04004768 &exception);
4769 } while (exception.retry);
4770 return err;
4771}
4772
4773static int _nfs4_do_set_security_label(struct inode *inode,
4774 struct nfs4_label *ilabel,
4775 struct nfs_fattr *fattr,
4776 struct nfs4_label *olabel)
4777{
4778
4779 struct iattr sattr = {0};
4780 struct nfs_server *server = NFS_SERVER(inode);
4781 const u32 bitmask[3] = { 0, 0, FATTR4_WORD2_SECURITY_LABEL };
Jeff Layton12207f62013-11-01 10:49:32 -04004782 struct nfs_setattrargs arg = {
David Quigleyaa9c2662013-05-22 12:50:44 -04004783 .fh = NFS_FH(inode),
4784 .iap = &sattr,
4785 .server = server,
4786 .bitmask = bitmask,
4787 .label = ilabel,
4788 };
4789 struct nfs_setattrres res = {
4790 .fattr = fattr,
4791 .label = olabel,
4792 .server = server,
4793 };
4794 struct rpc_message msg = {
4795 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETATTR],
Jeff Layton12207f62013-11-01 10:49:32 -04004796 .rpc_argp = &arg,
David Quigleyaa9c2662013-05-22 12:50:44 -04004797 .rpc_resp = &res,
4798 };
4799 int status;
4800
Jeff Layton12207f62013-11-01 10:49:32 -04004801 nfs4_stateid_copy(&arg.stateid, &zero_stateid);
David Quigleyaa9c2662013-05-22 12:50:44 -04004802
Jeff Layton12207f62013-11-01 10:49:32 -04004803 status = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, &res.seq_res, 1);
David Quigleyaa9c2662013-05-22 12:50:44 -04004804 if (status)
4805 dprintk("%s failed: %d\n", __func__, status);
4806
4807 return status;
4808}
4809
4810static int nfs4_do_set_security_label(struct inode *inode,
4811 struct nfs4_label *ilabel,
4812 struct nfs_fattr *fattr,
4813 struct nfs4_label *olabel)
4814{
4815 struct nfs4_exception exception = { };
4816 int err;
4817
4818 do {
Trond Myklebustc1578b72013-08-12 16:58:42 -04004819 err = _nfs4_do_set_security_label(inode, ilabel,
4820 fattr, olabel);
4821 trace_nfs4_set_security_label(inode, err);
4822 err = nfs4_handle_exception(NFS_SERVER(inode), err,
David Quigleyaa9c2662013-05-22 12:50:44 -04004823 &exception);
4824 } while (exception.retry);
4825 return err;
4826}
4827
4828static int
4829nfs4_set_security_label(struct dentry *dentry, const void *buf, size_t buflen)
4830{
4831 struct nfs4_label ilabel, *olabel = NULL;
4832 struct nfs_fattr fattr;
4833 struct rpc_cred *cred;
David Howells2b0143b2015-03-17 22:25:59 +00004834 struct inode *inode = d_inode(dentry);
David Quigleyaa9c2662013-05-22 12:50:44 -04004835 int status;
4836
4837 if (!nfs_server_capable(inode, NFS_CAP_SECURITY_LABEL))
4838 return -EOPNOTSUPP;
4839
4840 nfs_fattr_init(&fattr);
4841
4842 ilabel.pi = 0;
4843 ilabel.lfs = 0;
4844 ilabel.label = (char *)buf;
4845 ilabel.len = buflen;
4846
4847 cred = rpc_lookup_cred();
4848 if (IS_ERR(cred))
4849 return PTR_ERR(cred);
4850
4851 olabel = nfs4_label_alloc(NFS_SERVER(inode), GFP_KERNEL);
4852 if (IS_ERR(olabel)) {
4853 status = -PTR_ERR(olabel);
4854 goto out;
4855 }
4856
4857 status = nfs4_do_set_security_label(inode, &ilabel, &fattr, olabel);
4858 if (status == 0)
4859 nfs_setsecurity(inode, &fattr, olabel);
4860
4861 nfs4_label_free(olabel);
4862out:
4863 put_rpccred(cred);
4864 return status;
4865}
4866#endif /* CONFIG_NFS_V4_SECURITY_LABEL */
4867
4868
Linus Torvalds1da177e2005-04-16 15:20:36 -07004869static int
NeilBrown8478eaa2014-09-18 16:09:27 +10004870nfs4_async_handle_error(struct rpc_task *task, const struct nfs_server *server,
4871 struct nfs4_state *state, long *timeout)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004872{
Trond Myklebustaa5190d2010-06-16 09:52:25 -04004873 struct nfs_client *clp = server->nfs_client;
4874
4875 if (task->tk_status >= 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004876 return 0;
4877 switch(task->tk_status) {
Trond Myklebusta1d0b5e2012-03-05 19:56:44 -05004878 case -NFS4ERR_DELEG_REVOKED:
Trond Myklebust9e33bed2008-12-23 15:21:46 -05004879 case -NFS4ERR_ADMIN_REVOKED:
4880 case -NFS4ERR_BAD_STATEID:
4881 case -NFS4ERR_OPENMODE:
4882 if (state == NULL)
4883 break;
Trond Myklebust5d422302013-03-14 16:57:48 -04004884 if (nfs4_schedule_stateid_recovery(server, state) < 0)
Chuck Lever9f51a782013-10-17 14:13:13 -04004885 goto recovery_failed;
Trond Myklebust0400a6b2011-03-09 16:00:53 -05004886 goto wait_on_recovery;
Trond Myklebust0ced63d2011-05-26 14:26:35 -04004887 case -NFS4ERR_EXPIRED:
Trond Myklebust5d422302013-03-14 16:57:48 -04004888 if (state != NULL) {
4889 if (nfs4_schedule_stateid_recovery(server, state) < 0)
Chuck Lever9f51a782013-10-17 14:13:13 -04004890 goto recovery_failed;
Trond Myklebust5d422302013-03-14 16:57:48 -04004891 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004892 case -NFS4ERR_STALE_STATEID:
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -05004893 case -NFS4ERR_STALE_CLIENTID:
Trond Myklebust0400a6b2011-03-09 16:00:53 -05004894 nfs4_schedule_lease_recovery(clp);
4895 goto wait_on_recovery;
Chuck Lever519ae252013-10-17 14:13:19 -04004896 case -NFS4ERR_MOVED:
4897 if (nfs4_schedule_migration_recovery(server) < 0)
4898 goto recovery_failed;
4899 goto wait_on_recovery;
Chuck Lever8ef2f8d2013-10-17 14:13:41 -04004900 case -NFS4ERR_LEASE_MOVED:
4901 nfs4_schedule_lease_moved_recovery(clp);
4902 goto wait_on_recovery;
Andy Adamson4745e312009-04-01 09:22:42 -04004903#if defined(CONFIG_NFS_V4_1)
4904 case -NFS4ERR_BADSESSION:
4905 case -NFS4ERR_BADSLOT:
4906 case -NFS4ERR_BAD_HIGH_SLOT:
4907 case -NFS4ERR_DEADSESSION:
4908 case -NFS4ERR_CONN_NOT_BOUND_TO_SESSION:
4909 case -NFS4ERR_SEQ_FALSE_RETRY:
4910 case -NFS4ERR_SEQ_MISORDERED:
4911 dprintk("%s ERROR %d, Reset session\n", __func__,
4912 task->tk_status);
Trond Myklebust9f594792012-05-27 13:02:53 -04004913 nfs4_schedule_session_recovery(clp->cl_session, task->tk_status);
Andy Adamson4a82fd72013-11-15 16:36:16 -05004914 goto wait_on_recovery;
Andy Adamson4745e312009-04-01 09:22:42 -04004915#endif /* CONFIG_NFS_V4_1 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07004916 case -NFS4ERR_DELAY:
Trond Myklebustaa5190d2010-06-16 09:52:25 -04004917 nfs_inc_server_stats(server, NFSIOS_DELAY);
NeilBrown8478eaa2014-09-18 16:09:27 +10004918 rpc_delay(task, nfs4_update_delay(timeout));
4919 goto restart_call;
Chuck Lever006ea732006-03-20 13:44:14 -05004920 case -NFS4ERR_GRACE:
Linus Torvalds1da177e2005-04-16 15:20:36 -07004921 rpc_delay(task, NFS4_POLL_RETRY_MAX);
Andy Adamsona8a4ae32011-05-03 13:43:03 -04004922 case -NFS4ERR_RETRY_UNCACHED_REP:
Linus Torvalds1da177e2005-04-16 15:20:36 -07004923 case -NFS4ERR_OLD_STATEID:
Chuck Leverf1478c12013-10-17 14:13:07 -04004924 goto restart_call;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004925 }
4926 task->tk_status = nfs4_map_errors(task->tk_status);
4927 return 0;
Chuck Lever9f51a782013-10-17 14:13:13 -04004928recovery_failed:
Trond Myklebust5d422302013-03-14 16:57:48 -04004929 task->tk_status = -EIO;
4930 return 0;
Trond Myklebust0400a6b2011-03-09 16:00:53 -05004931wait_on_recovery:
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -05004932 rpc_sleep_on(&clp->cl_rpcwaitq, task, NULL);
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -05004933 if (test_bit(NFS4CLNT_MANAGER_RUNNING, &clp->cl_state) == 0)
4934 rpc_wake_up_queued_task(&clp->cl_rpcwaitq, task);
Chuck Lever519ae252013-10-17 14:13:19 -04004935 if (test_bit(NFS_MIG_FAILED, &server->mig_status))
4936 goto recovery_failed;
Chuck Leverf1478c12013-10-17 14:13:07 -04004937restart_call:
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -05004938 task->tk_status = 0;
4939 return -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004940}
4941
Chuck Leverf0920752012-05-21 22:45:41 -04004942static void nfs4_init_boot_verifier(const struct nfs_client *clp,
4943 nfs4_verifier *bootverf)
Chuck Levercd937102012-03-02 17:14:31 -05004944{
4945 __be32 verf[2];
4946
Chuck Lever2c820d92012-05-21 22:45:33 -04004947 if (test_bit(NFS4CLNT_PURGE_STATE, &clp->cl_state)) {
4948 /* An impossible timestamp guarantees this value
4949 * will never match a generated boot time. */
4950 verf[0] = 0;
Trond Myklebust17f26b12013-08-21 15:48:42 -04004951 verf[1] = cpu_to_be32(NSEC_PER_SEC + 1);
Chuck Lever2c820d92012-05-21 22:45:33 -04004952 } else {
Chuck Leverf0920752012-05-21 22:45:41 -04004953 struct nfs_net *nn = net_generic(clp->cl_net, nfs_net_id);
Trond Myklebust17f26b12013-08-21 15:48:42 -04004954 verf[0] = cpu_to_be32(nn->boot_time.tv_sec);
4955 verf[1] = cpu_to_be32(nn->boot_time.tv_nsec);
Chuck Lever2c820d92012-05-21 22:45:33 -04004956 }
Chuck Levercd937102012-03-02 17:14:31 -05004957 memcpy(bootverf->data, verf, sizeof(bootverf->data));
4958}
4959
Jeff Laytona3192682015-06-09 19:43:59 -04004960static int
4961nfs4_init_nonuniform_client_string(struct nfs_client *clp)
Chuck Levere984a552012-09-14 17:24:21 -04004962{
Jeff Laytona3192682015-06-09 19:43:59 -04004963 int result;
4964 size_t len;
4965 char *str;
4966 bool retried = false;
Chuck Levere984a552012-09-14 17:24:21 -04004967
Trond Myklebustceb3a162015-01-03 15:16:04 -05004968 if (clp->cl_owner_id != NULL)
Jeff Laytona3192682015-06-09 19:43:59 -04004969 return 0;
4970retry:
4971 rcu_read_lock();
4972 len = 10 + strlen(clp->cl_ipaddr) + 1 +
4973 strlen(rpc_peeraddr2str(clp->cl_rpcclient, RPC_DISPLAY_ADDR)) +
4974 1 +
4975 strlen(rpc_peeraddr2str(clp->cl_rpcclient, RPC_DISPLAY_PROTO)) +
4976 1;
4977 rcu_read_unlock();
4978
4979 if (len > NFS4_OPAQUE_LIMIT + 1)
4980 return -EINVAL;
4981
4982 /*
4983 * Since this string is allocated at mount time, and held until the
4984 * nfs_client is destroyed, we can use GFP_KERNEL here w/o worrying
4985 * about a memory-reclaim deadlock.
4986 */
4987 str = kmalloc(len, GFP_KERNEL);
4988 if (!str)
4989 return -ENOMEM;
Trond Myklebustceb3a162015-01-03 15:16:04 -05004990
Chuck Levere984a552012-09-14 17:24:21 -04004991 rcu_read_lock();
Jeff Laytona3192682015-06-09 19:43:59 -04004992 result = scnprintf(str, len, "Linux NFSv4.0 %s/%s %s",
4993 clp->cl_ipaddr,
4994 rpc_peeraddr2str(clp->cl_rpcclient, RPC_DISPLAY_ADDR),
4995 rpc_peeraddr2str(clp->cl_rpcclient, RPC_DISPLAY_PROTO));
Chuck Levere984a552012-09-14 17:24:21 -04004996 rcu_read_unlock();
Jeff Laytona3192682015-06-09 19:43:59 -04004997
4998 /* Did something change? */
4999 if (result >= len) {
5000 kfree(str);
5001 if (retried)
5002 return -EINVAL;
5003 retried = true;
5004 goto retry;
5005 }
5006 clp->cl_owner_id = str;
5007 return 0;
Chuck Levere984a552012-09-14 17:24:21 -04005008}
5009
Jeff Layton873e3852015-06-09 19:44:00 -04005010static int
5011nfs4_init_uniquifier_client_string(struct nfs_client *clp)
Chuck Levere984a552012-09-14 17:24:21 -04005012{
Jeff Layton873e3852015-06-09 19:44:00 -04005013 int result;
5014 size_t len;
5015 char *str;
5016
5017 len = 10 + 10 + 1 + 10 + 1 +
5018 strlen(nfs4_client_id_uniquifier) + 1 +
5019 strlen(clp->cl_rpcclient->cl_nodename) + 1;
5020
5021 if (len > NFS4_OPAQUE_LIMIT + 1)
5022 return -EINVAL;
5023
5024 /*
5025 * Since this string is allocated at mount time, and held until the
5026 * nfs_client is destroyed, we can use GFP_KERNEL here w/o worrying
5027 * about a memory-reclaim deadlock.
5028 */
5029 str = kmalloc(len, GFP_KERNEL);
5030 if (!str)
5031 return -ENOMEM;
5032
5033 result = scnprintf(str, len, "Linux NFSv%u.%u %s/%s",
5034 clp->rpc_ops->version, clp->cl_minorversion,
5035 nfs4_client_id_uniquifier,
5036 clp->cl_rpcclient->cl_nodename);
5037 if (result >= len) {
5038 kfree(str);
5039 return -EINVAL;
5040 }
5041 clp->cl_owner_id = str;
5042 return 0;
5043}
5044
5045static int
5046nfs4_init_uniform_client_string(struct nfs_client *clp)
5047{
5048 int result;
5049 size_t len;
5050 char *str;
Trond Myklebustceb3a162015-01-03 15:16:04 -05005051
5052 if (clp->cl_owner_id != NULL)
Jeff Layton873e3852015-06-09 19:44:00 -04005053 return 0;
Chuck Lever6f2ea7f2012-09-14 17:24:41 -04005054
5055 if (nfs4_client_id_uniquifier[0] != '\0')
Jeff Layton873e3852015-06-09 19:44:00 -04005056 return nfs4_init_uniquifier_client_string(clp);
5057
5058 len = 10 + 10 + 1 + 10 + 1 +
5059 strlen(clp->cl_rpcclient->cl_nodename) + 1;
5060
5061 if (len > NFS4_OPAQUE_LIMIT + 1)
5062 return -EINVAL;
5063
5064 /*
5065 * Since this string is allocated at mount time, and held until the
5066 * nfs_client is destroyed, we can use GFP_KERNEL here w/o worrying
5067 * about a memory-reclaim deadlock.
5068 */
5069 str = kmalloc(len, GFP_KERNEL);
5070 if (!str)
5071 return -ENOMEM;
5072
5073 result = scnprintf(str, len, "Linux NFSv%u.%u %s",
5074 clp->rpc_ops->version, clp->cl_minorversion,
5075 clp->cl_rpcclient->cl_nodename);
5076 if (result >= len) {
5077 kfree(str);
5078 return -EINVAL;
5079 }
5080 clp->cl_owner_id = str;
5081 return 0;
Chuck Levere984a552012-09-14 17:24:21 -04005082}
5083
Chuck Lever706cb8d2014-03-12 12:51:47 -04005084/*
5085 * nfs4_callback_up_net() starts only "tcp" and "tcp6" callback
5086 * services. Advertise one based on the address family of the
5087 * clientaddr.
5088 */
5089static unsigned int
5090nfs4_init_callback_netid(const struct nfs_client *clp, char *buf, size_t len)
5091{
5092 if (strchr(clp->cl_ipaddr, ':') != NULL)
5093 return scnprintf(buf, len, "tcp6");
5094 else
5095 return scnprintf(buf, len, "tcp");
5096}
5097
Jeff Laytonf11b2a12014-06-21 20:52:17 -04005098static void nfs4_setclientid_done(struct rpc_task *task, void *calldata)
5099{
5100 struct nfs4_setclientid *sc = calldata;
5101
5102 if (task->tk_status == 0)
5103 sc->sc_cred = get_rpccred(task->tk_rqstp->rq_cred);
5104}
5105
5106static const struct rpc_call_ops nfs4_setclientid_ops = {
5107 .rpc_call_done = nfs4_setclientid_done,
5108};
5109
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04005110/**
5111 * nfs4_proc_setclientid - Negotiate client ID
5112 * @clp: state data structure
5113 * @program: RPC program for NFSv4 callback service
5114 * @port: IP port number for NFS4 callback service
5115 * @cred: RPC credential to use for this call
5116 * @res: where to place the result
5117 *
5118 * Returns zero, a negative errno, or a negative NFS4ERR status code.
5119 */
Trond Myklebustbb8b27e2010-04-16 16:43:06 -04005120int nfs4_proc_setclientid(struct nfs_client *clp, u32 program,
5121 unsigned short port, struct rpc_cred *cred,
5122 struct nfs4_setclientid_res *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005123{
5124 nfs4_verifier sc_verifier;
5125 struct nfs4_setclientid setclientid = {
5126 .sc_verifier = &sc_verifier,
5127 .sc_prog = program,
Jeff Layton3a6bb732015-06-09 19:43:57 -04005128 .sc_clnt = clp,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005129 };
5130 struct rpc_message msg = {
5131 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETCLIENTID],
5132 .rpc_argp = &setclientid,
Trond Myklebustbb8b27e2010-04-16 16:43:06 -04005133 .rpc_resp = res,
Trond Myklebust286d7d62006-01-03 09:55:26 +01005134 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005135 };
Jeff Laytonf11b2a12014-06-21 20:52:17 -04005136 struct rpc_task *task;
5137 struct rpc_task_setup task_setup_data = {
5138 .rpc_client = clp->cl_rpcclient,
5139 .rpc_message = &msg,
5140 .callback_ops = &nfs4_setclientid_ops,
5141 .callback_data = &setclientid,
5142 .flags = RPC_TASK_TIMEOUT,
5143 };
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04005144 int status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005145
Chuck Leverde734832012-07-11 16:30:50 -04005146 /* nfs_client_id4 */
Chuck Leverf0920752012-05-21 22:45:41 -04005147 nfs4_init_boot_verifier(clp, &sc_verifier);
Jeff Layton873e3852015-06-09 19:44:00 -04005148
5149 if (test_bit(NFS_CS_MIGRATION, &clp->cl_flags))
5150 status = nfs4_init_uniform_client_string(clp);
5151 else
Jeff Laytona3192682015-06-09 19:43:59 -04005152 status = nfs4_init_nonuniform_client_string(clp);
Jeff Layton873e3852015-06-09 19:44:00 -04005153
5154 if (status)
5155 goto out;
Jeff Layton3a6bb732015-06-09 19:43:57 -04005156
Chuck Leverde734832012-07-11 16:30:50 -04005157 /* cb_client4 */
Chuck Lever706cb8d2014-03-12 12:51:47 -04005158 setclientid.sc_netid_len =
5159 nfs4_init_callback_netid(clp,
5160 setclientid.sc_netid,
5161 sizeof(setclientid.sc_netid));
Chuck Leverde734832012-07-11 16:30:50 -04005162 setclientid.sc_uaddr_len = scnprintf(setclientid.sc_uaddr,
Chuck Leverd4d3c502007-12-10 14:57:09 -05005163 sizeof(setclientid.sc_uaddr), "%s.%u.%u",
Linus Torvalds1da177e2005-04-16 15:20:36 -07005164 clp->cl_ipaddr, port >> 8, port & 255);
5165
Jeff Layton3a6bb732015-06-09 19:43:57 -04005166 dprintk("NFS call setclientid auth=%s, '%s'\n",
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04005167 clp->cl_rpcclient->cl_auth->au_ops->au_name,
Jeff Layton3a6bb732015-06-09 19:43:57 -04005168 clp->cl_owner_id);
Jeff Laytonf11b2a12014-06-21 20:52:17 -04005169 task = rpc_run_task(&task_setup_data);
5170 if (IS_ERR(task)) {
5171 status = PTR_ERR(task);
5172 goto out;
5173 }
5174 status = task->tk_status;
5175 if (setclientid.sc_cred) {
5176 clp->cl_acceptor = rpcauth_stringify_acceptor(setclientid.sc_cred);
5177 put_rpccred(setclientid.sc_cred);
5178 }
5179 rpc_put_task(task);
5180out:
Trond Myklebustc6d01c62013-08-09 11:51:26 -04005181 trace_nfs4_setclientid(clp, status);
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04005182 dprintk("NFS reply setclientid: %d\n", status);
5183 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005184}
5185
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04005186/**
5187 * nfs4_proc_setclientid_confirm - Confirm client ID
5188 * @clp: state data structure
5189 * @res: result of a previous SETCLIENTID
5190 * @cred: RPC credential to use for this call
5191 *
5192 * Returns zero, a negative errno, or a negative NFS4ERR status code.
5193 */
Trond Myklebustfd954ae2011-04-24 14:28:18 -04005194int nfs4_proc_setclientid_confirm(struct nfs_client *clp,
Trond Myklebustbb8b27e2010-04-16 16:43:06 -04005195 struct nfs4_setclientid_res *arg,
5196 struct rpc_cred *cred)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005197{
Linus Torvalds1da177e2005-04-16 15:20:36 -07005198 struct rpc_message msg = {
5199 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETCLIENTID_CONFIRM],
Trond Myklebustbb8b27e2010-04-16 16:43:06 -04005200 .rpc_argp = arg,
Trond Myklebust286d7d62006-01-03 09:55:26 +01005201 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005202 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07005203 int status;
5204
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04005205 dprintk("NFS call setclientid_confirm auth=%s, (client ID %llx)\n",
5206 clp->cl_rpcclient->cl_auth->au_ops->au_name,
5207 clp->cl_clientid);
Trond Myklebust1bd714f2011-04-24 14:29:33 -04005208 status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Trond Myklebustc6d01c62013-08-09 11:51:26 -04005209 trace_nfs4_setclientid_confirm(clp, status);
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04005210 dprintk("NFS reply setclientid_confirm: %d\n", status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005211 return status;
5212}
5213
Trond Myklebustfe650402006-01-03 09:55:18 +01005214struct nfs4_delegreturndata {
5215 struct nfs4_delegreturnargs args;
Trond Myklebustfa178f22006-01-03 09:55:38 +01005216 struct nfs4_delegreturnres res;
Trond Myklebustfe650402006-01-03 09:55:18 +01005217 struct nfs_fh fh;
5218 nfs4_stateid stateid;
Trond Myklebust26e976a2006-01-03 09:55:21 +01005219 unsigned long timestamp;
Trond Myklebustfa178f22006-01-03 09:55:38 +01005220 struct nfs_fattr fattr;
Trond Myklebustfe650402006-01-03 09:55:18 +01005221 int rpc_status;
Peng Tao039b7562014-07-03 13:05:02 +08005222 struct inode *inode;
5223 bool roc;
5224 u32 roc_barrier;
Trond Myklebustfe650402006-01-03 09:55:18 +01005225};
5226
Trond Myklebustfe650402006-01-03 09:55:18 +01005227static void nfs4_delegreturn_done(struct rpc_task *task, void *calldata)
5228{
5229 struct nfs4_delegreturndata *data = calldata;
Andy Adamson938e1012009-04-01 09:22:28 -04005230
Trond Myklebust14516c32010-07-31 14:29:06 -04005231 if (!nfs4_sequence_done(task, &data->res.seq_res))
5232 return;
Andy Adamson938e1012009-04-01 09:22:28 -04005233
Trond Myklebustca8acf82013-08-13 10:36:56 -04005234 trace_nfs4_delegreturn_exit(&data->args, &data->res, task->tk_status);
Ricardo Labiaga79708862009-12-07 09:23:21 -05005235 switch (task->tk_status) {
Ricardo Labiaga79708862009-12-07 09:23:21 -05005236 case 0:
Trond Myklebustfa178f22006-01-03 09:55:38 +01005237 renew_lease(data->res.server, data->timestamp);
Trond Myklebustc97cf602013-11-19 16:34:14 -05005238 case -NFS4ERR_ADMIN_REVOKED:
5239 case -NFS4ERR_DELEG_REVOKED:
5240 case -NFS4ERR_BAD_STATEID:
5241 case -NFS4ERR_OLD_STATEID:
5242 case -NFS4ERR_STALE_STATEID:
5243 case -NFS4ERR_EXPIRED:
5244 task->tk_status = 0;
Peng Tao039b7562014-07-03 13:05:02 +08005245 if (data->roc)
5246 pnfs_roc_set_barrier(data->inode, data->roc_barrier);
Trond Myklebustc97cf602013-11-19 16:34:14 -05005247 break;
Ricardo Labiaga79708862009-12-07 09:23:21 -05005248 default:
NeilBrown8478eaa2014-09-18 16:09:27 +10005249 if (nfs4_async_handle_error(task, data->res.server,
5250 NULL, NULL) == -EAGAIN) {
Trond Myklebustd00c5d42011-10-19 12:17:29 -07005251 rpc_restart_call_prepare(task);
Ricardo Labiaga79708862009-12-07 09:23:21 -05005252 return;
5253 }
5254 }
5255 data->rpc_status = task->tk_status;
Trond Myklebustfe650402006-01-03 09:55:18 +01005256}
5257
5258static void nfs4_delegreturn_release(void *calldata)
5259{
Peng Tao039b7562014-07-03 13:05:02 +08005260 struct nfs4_delegreturndata *data = calldata;
Trond Myklebustea7c38f2015-02-05 15:13:24 -05005261 struct inode *inode = data->inode;
Peng Tao039b7562014-07-03 13:05:02 +08005262
Trond Myklebustea7c38f2015-02-05 15:13:24 -05005263 if (inode) {
5264 if (data->roc)
5265 pnfs_roc_release(inode);
5266 nfs_iput_and_deactive(inode);
5267 }
Trond Myklebustfe650402006-01-03 09:55:18 +01005268 kfree(calldata);
5269}
5270
Andy Adamson938e1012009-04-01 09:22:28 -04005271static void nfs4_delegreturn_prepare(struct rpc_task *task, void *data)
5272{
5273 struct nfs4_delegreturndata *d_data;
5274
5275 d_data = (struct nfs4_delegreturndata *)data;
5276
Peng Tao039b7562014-07-03 13:05:02 +08005277 if (d_data->roc &&
5278 pnfs_roc_drain(d_data->inode, &d_data->roc_barrier, task))
5279 return;
5280
Trond Myklebustd9afbd12012-10-22 20:28:44 -04005281 nfs4_setup_sequence(d_data->res.server,
5282 &d_data->args.seq_args,
5283 &d_data->res.seq_res,
5284 task);
Andy Adamson938e1012009-04-01 09:22:28 -04005285}
Andy Adamson938e1012009-04-01 09:22:28 -04005286
Jesper Juhlc8d149f2006-03-20 13:44:07 -05005287static const struct rpc_call_ops nfs4_delegreturn_ops = {
Andy Adamson938e1012009-04-01 09:22:28 -04005288 .rpc_call_prepare = nfs4_delegreturn_prepare,
Trond Myklebustfe650402006-01-03 09:55:18 +01005289 .rpc_call_done = nfs4_delegreturn_done,
5290 .rpc_release = nfs4_delegreturn_release,
5291};
5292
Trond Myklebuste6f81072008-01-24 18:14:34 -05005293static int _nfs4_proc_delegreturn(struct inode *inode, struct rpc_cred *cred, const nfs4_stateid *stateid, int issync)
Trond Myklebustfe650402006-01-03 09:55:18 +01005294{
5295 struct nfs4_delegreturndata *data;
Trond Myklebustfa178f22006-01-03 09:55:38 +01005296 struct nfs_server *server = NFS_SERVER(inode);
Trond Myklebustfe650402006-01-03 09:55:18 +01005297 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04005298 struct rpc_message msg = {
5299 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_DELEGRETURN],
5300 .rpc_cred = cred,
5301 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04005302 struct rpc_task_setup task_setup_data = {
5303 .rpc_client = server->client,
Trond Myklebust5138fde2007-07-14 15:40:01 -04005304 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04005305 .callback_ops = &nfs4_delegreturn_ops,
5306 .flags = RPC_TASK_ASYNC,
5307 };
Trond Myklebuste6f81072008-01-24 18:14:34 -05005308 int status = 0;
Trond Myklebustfe650402006-01-03 09:55:18 +01005309
Trond Myklebust8535b2b2010-05-13 12:51:01 -04005310 data = kzalloc(sizeof(*data), GFP_NOFS);
Trond Myklebustfe650402006-01-03 09:55:18 +01005311 if (data == NULL)
5312 return -ENOMEM;
Chuck Levera9c92d62013-08-09 12:48:18 -04005313 nfs4_init_sequence(&data->args.seq_args, &data->res.seq_res, 1);
Trond Myklebustfe650402006-01-03 09:55:18 +01005314 data->args.fhandle = &data->fh;
5315 data->args.stateid = &data->stateid;
Trond Myklebust9e907fe2012-04-27 13:48:17 -04005316 data->args.bitmask = server->cache_consistency_bitmask;
Trond Myklebustfe650402006-01-03 09:55:18 +01005317 nfs_copy_fh(&data->fh, NFS_FH(inode));
Trond Myklebustf597c532012-03-04 18:13:56 -05005318 nfs4_stateid_copy(&data->stateid, stateid);
Trond Myklebustfa178f22006-01-03 09:55:38 +01005319 data->res.fattr = &data->fattr;
5320 data->res.server = server;
Trond Myklebust5138fde2007-07-14 15:40:01 -04005321 nfs_fattr_init(data->res.fattr);
Trond Myklebust26e976a2006-01-03 09:55:21 +01005322 data->timestamp = jiffies;
Trond Myklebustfe650402006-01-03 09:55:18 +01005323 data->rpc_status = 0;
Trond Myklebustea7c38f2015-02-05 15:13:24 -05005324 data->inode = nfs_igrab_and_active(inode);
5325 if (data->inode)
5326 data->roc = nfs4_roc(inode);
Trond Myklebustfe650402006-01-03 09:55:18 +01005327
Trond Myklebustc970aa82007-07-14 15:39:59 -04005328 task_setup_data.callback_data = data;
Trond Myklebust1174dd12010-12-21 10:52:24 -05005329 msg.rpc_argp = &data->args;
5330 msg.rpc_resp = &data->res;
Trond Myklebustc970aa82007-07-14 15:39:59 -04005331 task = rpc_run_task(&task_setup_data);
Trond Myklebust7a1218a2006-03-20 18:11:10 -05005332 if (IS_ERR(task))
Trond Myklebustfe650402006-01-03 09:55:18 +01005333 return PTR_ERR(task);
Trond Myklebuste6f81072008-01-24 18:14:34 -05005334 if (!issync)
5335 goto out;
Trond Myklebustfe650402006-01-03 09:55:18 +01005336 status = nfs4_wait_for_completion_rpc_task(task);
Trond Myklebuste6f81072008-01-24 18:14:34 -05005337 if (status != 0)
5338 goto out;
5339 status = data->rpc_status;
Trond Myklebuste144cbc2012-04-28 16:05:03 -04005340 if (status == 0)
5341 nfs_post_op_update_inode_force_wcc(inode, &data->fattr);
5342 else
5343 nfs_refresh_inode(inode, &data->fattr);
Trond Myklebuste6f81072008-01-24 18:14:34 -05005344out:
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -05005345 rpc_put_task(task);
Trond Myklebustfe650402006-01-03 09:55:18 +01005346 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005347}
5348
Trond Myklebuste6f81072008-01-24 18:14:34 -05005349int nfs4_proc_delegreturn(struct inode *inode, struct rpc_cred *cred, const nfs4_stateid *stateid, int issync)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005350{
5351 struct nfs_server *server = NFS_SERVER(inode);
5352 struct nfs4_exception exception = { };
5353 int err;
5354 do {
Trond Myklebuste6f81072008-01-24 18:14:34 -05005355 err = _nfs4_proc_delegreturn(inode, cred, stateid, issync);
Trond Myklebustca8acf82013-08-13 10:36:56 -04005356 trace_nfs4_delegreturn(inode, err);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005357 switch (err) {
5358 case -NFS4ERR_STALE_STATEID:
5359 case -NFS4ERR_EXPIRED:
Linus Torvalds1da177e2005-04-16 15:20:36 -07005360 case 0:
5361 return 0;
5362 }
5363 err = nfs4_handle_exception(server, err, &exception);
5364 } while (exception.retry);
5365 return err;
5366}
5367
5368#define NFS4_LOCK_MINTIMEOUT (1 * HZ)
5369#define NFS4_LOCK_MAXTIMEOUT (30 * HZ)
5370
5371/*
5372 * sleep, with exponential backoff, and retry the LOCK operation.
5373 */
5374static unsigned long
5375nfs4_set_lock_task_retry(unsigned long timeout)
5376{
Colin Cross416ad3c2013-05-06 23:50:06 +00005377 freezable_schedule_timeout_killable_unsafe(timeout);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005378 timeout <<= 1;
5379 if (timeout > NFS4_LOCK_MAXTIMEOUT)
5380 return NFS4_LOCK_MAXTIMEOUT;
5381 return timeout;
5382}
5383
Linus Torvalds1da177e2005-04-16 15:20:36 -07005384static int _nfs4_proc_getlk(struct nfs4_state *state, int cmd, struct file_lock *request)
5385{
5386 struct inode *inode = state->inode;
5387 struct nfs_server *server = NFS_SERVER(inode);
David Howells7539bba2006-08-22 20:06:09 -04005388 struct nfs_client *clp = server->nfs_client;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005389 struct nfs_lockt_args arg = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07005390 .fh = NFS_FH(inode),
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005391 .fl = request,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005392 };
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005393 struct nfs_lockt_res res = {
5394 .denied = request,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005395 };
5396 struct rpc_message msg = {
5397 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOCKT],
5398 .rpc_argp = &arg,
5399 .rpc_resp = &res,
5400 .rpc_cred = state->owner->so_cred,
5401 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07005402 struct nfs4_lock_state *lsp;
5403 int status;
5404
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005405 arg.lock_owner.clientid = clp->cl_clientid;
Trond Myklebust8d0a8a92005-06-22 17:16:32 +00005406 status = nfs4_set_lock_state(state, request);
5407 if (status != 0)
5408 goto out;
5409 lsp = request->fl_u.nfs4_fl.owner;
Trond Myklebust48c22eb2012-01-17 22:04:25 -05005410 arg.lock_owner.id = lsp->ls_seqid.owner_id;
Trond Myklebustd035c362010-12-21 10:45:27 -05005411 arg.lock_owner.s_dev = server->s_dev;
Bryan Schumaker7c513052011-03-24 17:12:24 +00005412 status = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, &res.seq_res, 1);
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005413 switch (status) {
5414 case 0:
5415 request->fl_type = F_UNLCK;
5416 break;
5417 case -NFS4ERR_DENIED:
5418 status = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005419 }
J. Bruce Fields70cc6482007-02-22 18:48:53 -05005420 request->fl_ops->fl_release_private(request);
Trond Myklebusta6f951d2013-10-01 14:24:58 -04005421 request->fl_ops = NULL;
Trond Myklebust8d0a8a92005-06-22 17:16:32 +00005422out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07005423 return status;
5424}
5425
5426static int nfs4_proc_getlk(struct nfs4_state *state, int cmd, struct file_lock *request)
5427{
5428 struct nfs4_exception exception = { };
5429 int err;
5430
5431 do {
Trond Myklebustd1b748a2013-08-12 16:35:20 -04005432 err = _nfs4_proc_getlk(state, cmd, request);
5433 trace_nfs4_get_lock(request, state, cmd, err);
5434 err = nfs4_handle_exception(NFS_SERVER(state->inode), err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005435 &exception);
5436 } while (exception.retry);
5437 return err;
5438}
5439
5440static int do_vfs_lock(struct file *file, struct file_lock *fl)
5441{
5442 int res = 0;
5443 switch (fl->fl_flags & (FL_POSIX|FL_FLOCK)) {
5444 case FL_POSIX:
5445 res = posix_lock_file_wait(file, fl);
5446 break;
5447 case FL_FLOCK:
5448 res = flock_lock_file_wait(file, fl);
5449 break;
5450 default:
5451 BUG();
5452 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07005453 return res;
5454}
5455
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005456struct nfs4_unlockdata {
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005457 struct nfs_locku_args arg;
5458 struct nfs_locku_res res;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005459 struct nfs4_lock_state *lsp;
5460 struct nfs_open_context *ctx;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005461 struct file_lock fl;
5462 const struct nfs_server *server;
Trond Myklebust26e976a2006-01-03 09:55:21 +01005463 unsigned long timestamp;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005464};
5465
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005466static struct nfs4_unlockdata *nfs4_alloc_unlockdata(struct file_lock *fl,
5467 struct nfs_open_context *ctx,
5468 struct nfs4_lock_state *lsp,
5469 struct nfs_seqid *seqid)
5470{
5471 struct nfs4_unlockdata *p;
5472 struct inode *inode = lsp->ls_state->inode;
5473
Trond Myklebust8535b2b2010-05-13 12:51:01 -04005474 p = kzalloc(sizeof(*p), GFP_NOFS);
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005475 if (p == NULL)
5476 return NULL;
5477 p->arg.fh = NFS_FH(inode);
5478 p->arg.fl = &p->fl;
5479 p->arg.seqid = seqid;
Trond Myklebustc1d51932008-04-07 13:20:54 -04005480 p->res.seqid = seqid;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005481 p->lsp = lsp;
5482 atomic_inc(&lsp->ls_count);
5483 /* Ensure we don't close file until we're done freeing locks! */
5484 p->ctx = get_nfs_open_context(ctx);
5485 memcpy(&p->fl, fl, sizeof(p->fl));
5486 p->server = NFS_SERVER(inode);
5487 return p;
5488}
5489
Trond Myklebust06f814a2006-01-03 09:55:07 +01005490static void nfs4_locku_release_calldata(void *data)
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005491{
Trond Myklebust963d8fe2006-01-03 09:55:04 +01005492 struct nfs4_unlockdata *calldata = data;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005493 nfs_free_seqid(calldata->arg.seqid);
Trond Myklebust06f814a2006-01-03 09:55:07 +01005494 nfs4_put_lock_state(calldata->lsp);
5495 put_nfs_open_context(calldata->ctx);
5496 kfree(calldata);
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005497}
5498
Trond Myklebust963d8fe2006-01-03 09:55:04 +01005499static void nfs4_locku_done(struct rpc_task *task, void *data)
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005500{
Trond Myklebust963d8fe2006-01-03 09:55:04 +01005501 struct nfs4_unlockdata *calldata = data;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005502
Trond Myklebust14516c32010-07-31 14:29:06 -04005503 if (!nfs4_sequence_done(task, &calldata->res.seq_res))
5504 return;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005505 switch (task->tk_status) {
5506 case 0:
Trond Myklebust26e976a2006-01-03 09:55:21 +01005507 renew_lease(calldata->server, calldata->timestamp);
Trond Myklebustc69899a2015-01-24 16:03:52 -05005508 do_vfs_lock(calldata->fl.fl_file, &calldata->fl);
5509 if (nfs4_update_lock_stateid(calldata->lsp,
5510 &calldata->res.stateid))
5511 break;
Trond Myklebust9e33bed2008-12-23 15:21:46 -05005512 case -NFS4ERR_BAD_STATEID:
5513 case -NFS4ERR_OLD_STATEID:
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005514 case -NFS4ERR_STALE_STATEID:
5515 case -NFS4ERR_EXPIRED:
Trond Myklebust425c1d42015-01-24 14:57:53 -05005516 if (!nfs4_stateid_match(&calldata->arg.stateid,
5517 &calldata->lsp->ls_stateid))
5518 rpc_restart_call_prepare(task);
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005519 break;
5520 default:
NeilBrown8478eaa2014-09-18 16:09:27 +10005521 if (nfs4_async_handle_error(task, calldata->server,
5522 NULL, NULL) == -EAGAIN)
Trond Myklebustd00c5d42011-10-19 12:17:29 -07005523 rpc_restart_call_prepare(task);
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005524 }
Trond Myklebust2b1bc302012-10-29 18:53:23 -04005525 nfs_release_seqid(calldata->arg.seqid);
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005526}
5527
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01005528static void nfs4_locku_prepare(struct rpc_task *task, void *data)
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005529{
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01005530 struct nfs4_unlockdata *calldata = data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005531
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005532 if (nfs_wait_on_sequence(calldata->arg.seqid, task) != 0)
Trond Myklebustc8da19b2013-02-11 19:01:21 -05005533 goto out_wait;
Trond Myklebust425c1d42015-01-24 14:57:53 -05005534 nfs4_stateid_copy(&calldata->arg.stateid, &calldata->lsp->ls_stateid);
Trond Myklebust795a88c2012-09-10 13:26:49 -04005535 if (test_bit(NFS_LOCK_INITIALIZED, &calldata->lsp->ls_flags) == 0) {
Trond Myklebust963d8fe2006-01-03 09:55:04 +01005536 /* Note: exit _without_ running nfs4_locku_done */
Trond Myklebustc8da19b2013-02-11 19:01:21 -05005537 goto out_no_action;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005538 }
Trond Myklebust26e976a2006-01-03 09:55:21 +01005539 calldata->timestamp = jiffies;
Trond Myklebust035168a2010-06-16 09:52:26 -04005540 if (nfs4_setup_sequence(calldata->server,
Andy Adamsona8936932009-04-01 09:22:23 -04005541 &calldata->arg.seq_args,
Trond Myklebust2240a9e2012-10-29 18:37:40 -04005542 &calldata->res.seq_res,
5543 task) != 0)
5544 nfs_release_seqid(calldata->arg.seqid);
Trond Myklebustc8da19b2013-02-11 19:01:21 -05005545 return;
5546out_no_action:
5547 task->tk_action = NULL;
5548out_wait:
5549 nfs4_sequence_done(task, &calldata->res.seq_res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005550}
5551
Trond Myklebust963d8fe2006-01-03 09:55:04 +01005552static const struct rpc_call_ops nfs4_locku_ops = {
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01005553 .rpc_call_prepare = nfs4_locku_prepare,
Trond Myklebust963d8fe2006-01-03 09:55:04 +01005554 .rpc_call_done = nfs4_locku_done,
Trond Myklebust06f814a2006-01-03 09:55:07 +01005555 .rpc_release = nfs4_locku_release_calldata,
Trond Myklebust963d8fe2006-01-03 09:55:04 +01005556};
5557
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005558static struct rpc_task *nfs4_do_unlck(struct file_lock *fl,
5559 struct nfs_open_context *ctx,
5560 struct nfs4_lock_state *lsp,
5561 struct nfs_seqid *seqid)
5562{
5563 struct nfs4_unlockdata *data;
Trond Myklebust5138fde2007-07-14 15:40:01 -04005564 struct rpc_message msg = {
5565 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOCKU],
5566 .rpc_cred = ctx->cred,
5567 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04005568 struct rpc_task_setup task_setup_data = {
5569 .rpc_client = NFS_CLIENT(lsp->ls_state->inode),
Trond Myklebust5138fde2007-07-14 15:40:01 -04005570 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04005571 .callback_ops = &nfs4_locku_ops,
Trond Myklebust101070c2008-02-19 20:04:23 -05005572 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04005573 .flags = RPC_TASK_ASYNC,
5574 };
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005575
Weston Andros Adamsonfa940722013-08-13 16:37:34 -04005576 nfs4_state_protect(NFS_SERVER(lsp->ls_state->inode)->nfs_client,
5577 NFS_SP4_MACH_CRED_CLEANUP, &task_setup_data.rpc_client, &msg);
5578
Frank Filz137d6ac2007-07-09 15:32:29 -07005579 /* Ensure this is an unlock - when canceling a lock, the
5580 * canceled lock is passed in, and it won't be an unlock.
5581 */
5582 fl->fl_type = F_UNLCK;
5583
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005584 data = nfs4_alloc_unlockdata(fl, ctx, lsp, seqid);
5585 if (data == NULL) {
5586 nfs_free_seqid(seqid);
5587 return ERR_PTR(-ENOMEM);
5588 }
5589
Chuck Levera9c92d62013-08-09 12:48:18 -04005590 nfs4_init_sequence(&data->arg.seq_args, &data->res.seq_res, 1);
Trond Myklebust1174dd12010-12-21 10:52:24 -05005591 msg.rpc_argp = &data->arg;
5592 msg.rpc_resp = &data->res;
Trond Myklebustc970aa82007-07-14 15:39:59 -04005593 task_setup_data.callback_data = data;
5594 return rpc_run_task(&task_setup_data);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005595}
5596
Linus Torvalds1da177e2005-04-16 15:20:36 -07005597static int nfs4_proc_unlck(struct nfs4_state *state, int cmd, struct file_lock *request)
5598{
Trond Myklebust65b62a22013-02-07 10:54:07 -05005599 struct inode *inode = state->inode;
5600 struct nfs4_state_owner *sp = state->owner;
5601 struct nfs_inode *nfsi = NFS_I(inode);
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005602 struct nfs_seqid *seqid;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005603 struct nfs4_lock_state *lsp;
Trond Myklebust06f814a2006-01-03 09:55:07 +01005604 struct rpc_task *task;
Trond Myklebustb4019c02015-01-24 14:19:19 -05005605 struct nfs_seqid *(*alloc_seqid)(struct nfs_seqid_counter *, gfp_t);
Trond Myklebust06f814a2006-01-03 09:55:07 +01005606 int status = 0;
Trond Myklebust536ff0f2008-04-04 15:08:02 -04005607 unsigned char fl_flags = request->fl_flags;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005608
Trond Myklebust9b073572006-06-29 16:38:34 -04005609 status = nfs4_set_lock_state(state, request);
5610 /* Unlock _before_ we do the RPC call */
5611 request->fl_flags |= FL_EXISTS;
Trond Myklebust65b62a22013-02-07 10:54:07 -05005612 /* Exclude nfs_delegation_claim_locks() */
5613 mutex_lock(&sp->so_delegreturn_mutex);
5614 /* Exclude nfs4_reclaim_open_stateid() - note nesting! */
Trond Myklebust19e03c52008-12-23 15:21:44 -05005615 down_read(&nfsi->rwsem);
5616 if (do_vfs_lock(request->fl_file, request) == -ENOENT) {
5617 up_read(&nfsi->rwsem);
Trond Myklebust65b62a22013-02-07 10:54:07 -05005618 mutex_unlock(&sp->so_delegreturn_mutex);
Trond Myklebust9b073572006-06-29 16:38:34 -04005619 goto out;
Trond Myklebust19e03c52008-12-23 15:21:44 -05005620 }
5621 up_read(&nfsi->rwsem);
Trond Myklebust65b62a22013-02-07 10:54:07 -05005622 mutex_unlock(&sp->so_delegreturn_mutex);
Trond Myklebust9b073572006-06-29 16:38:34 -04005623 if (status != 0)
5624 goto out;
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05005625 /* Is this a delegated lock? */
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005626 lsp = request->fl_u.nfs4_fl.owner;
Trond Myklebustc5a2a152013-04-30 12:43:42 -04005627 if (test_bit(NFS_LOCK_INITIALIZED, &lsp->ls_flags) == 0)
5628 goto out;
Trond Myklebustb4019c02015-01-24 14:19:19 -05005629 alloc_seqid = NFS_SERVER(inode)->nfs_client->cl_mvops->alloc_seqid;
5630 seqid = alloc_seqid(&lsp->ls_seqid, GFP_KERNEL);
Trond Myklebust9b073572006-06-29 16:38:34 -04005631 status = -ENOMEM;
Trond Myklebustbadc76d2015-01-23 18:48:00 -05005632 if (IS_ERR(seqid))
Trond Myklebust9b073572006-06-29 16:38:34 -04005633 goto out;
Trond Myklebustcd3758e2007-08-10 17:44:32 -04005634 task = nfs4_do_unlck(request, nfs_file_open_context(request->fl_file), lsp, seqid);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005635 status = PTR_ERR(task);
5636 if (IS_ERR(task))
Trond Myklebust9b073572006-06-29 16:38:34 -04005637 goto out;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005638 status = nfs4_wait_for_completion_rpc_task(task);
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -05005639 rpc_put_task(task);
Trond Myklebust9b073572006-06-29 16:38:34 -04005640out:
Trond Myklebust536ff0f2008-04-04 15:08:02 -04005641 request->fl_flags = fl_flags;
Trond Myklebustd1b748a2013-08-12 16:35:20 -04005642 trace_nfs4_unlock(request, state, F_SETLK, status);
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005643 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005644}
5645
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005646struct nfs4_lockdata {
5647 struct nfs_lock_args arg;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005648 struct nfs_lock_res res;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005649 struct nfs4_lock_state *lsp;
5650 struct nfs_open_context *ctx;
5651 struct file_lock fl;
Trond Myklebust26e976a2006-01-03 09:55:21 +01005652 unsigned long timestamp;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005653 int rpc_status;
5654 int cancelled;
Andy Adamson66179ef2009-04-01 09:22:22 -04005655 struct nfs_server *server;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005656};
5657
5658static struct nfs4_lockdata *nfs4_alloc_lockdata(struct file_lock *fl,
Trond Myklebust8535b2b2010-05-13 12:51:01 -04005659 struct nfs_open_context *ctx, struct nfs4_lock_state *lsp,
5660 gfp_t gfp_mask)
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005661{
5662 struct nfs4_lockdata *p;
5663 struct inode *inode = lsp->ls_state->inode;
5664 struct nfs_server *server = NFS_SERVER(inode);
Trond Myklebustb4019c02015-01-24 14:19:19 -05005665 struct nfs_seqid *(*alloc_seqid)(struct nfs_seqid_counter *, gfp_t);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005666
Trond Myklebust8535b2b2010-05-13 12:51:01 -04005667 p = kzalloc(sizeof(*p), gfp_mask);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005668 if (p == NULL)
5669 return NULL;
5670
5671 p->arg.fh = NFS_FH(inode);
5672 p->arg.fl = &p->fl;
Trond Myklebust8535b2b2010-05-13 12:51:01 -04005673 p->arg.open_seqid = nfs_alloc_seqid(&lsp->ls_state->owner->so_seqid, gfp_mask);
Trond Myklebustbadc76d2015-01-23 18:48:00 -05005674 if (IS_ERR(p->arg.open_seqid))
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05005675 goto out_free;
Trond Myklebustb4019c02015-01-24 14:19:19 -05005676 alloc_seqid = server->nfs_client->cl_mvops->alloc_seqid;
5677 p->arg.lock_seqid = alloc_seqid(&lsp->ls_seqid, gfp_mask);
Trond Myklebustbadc76d2015-01-23 18:48:00 -05005678 if (IS_ERR(p->arg.lock_seqid))
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05005679 goto out_free_seqid;
David Howells7539bba2006-08-22 20:06:09 -04005680 p->arg.lock_owner.clientid = server->nfs_client->cl_clientid;
Trond Myklebust48c22eb2012-01-17 22:04:25 -05005681 p->arg.lock_owner.id = lsp->ls_seqid.owner_id;
Trond Myklebustd035c362010-12-21 10:45:27 -05005682 p->arg.lock_owner.s_dev = server->s_dev;
Trond Myklebustc1d51932008-04-07 13:20:54 -04005683 p->res.lock_seqid = p->arg.lock_seqid;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005684 p->lsp = lsp;
Andy Adamson66179ef2009-04-01 09:22:22 -04005685 p->server = server;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005686 atomic_inc(&lsp->ls_count);
5687 p->ctx = get_nfs_open_context(ctx);
Jeff Laytonfeaff8e2015-05-12 15:48:10 -04005688 get_file(fl->fl_file);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005689 memcpy(&p->fl, fl, sizeof(p->fl));
5690 return p;
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05005691out_free_seqid:
5692 nfs_free_seqid(p->arg.open_seqid);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005693out_free:
5694 kfree(p);
5695 return NULL;
5696}
5697
5698static void nfs4_lock_prepare(struct rpc_task *task, void *calldata)
5699{
5700 struct nfs4_lockdata *data = calldata;
5701 struct nfs4_state *state = data->lsp->ls_state;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005702
Harvey Harrison3110ff82008-05-02 13:42:44 -07005703 dprintk("%s: begin!\n", __func__);
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05005704 if (nfs_wait_on_sequence(data->arg.lock_seqid, task) != 0)
Trond Myklebustc8da19b2013-02-11 19:01:21 -05005705 goto out_wait;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005706 /* Do we need to do an open_to_lock_owner? */
Trond Myklebust6b447532015-01-24 18:38:15 -05005707 if (!test_bit(NFS_LOCK_INITIALIZED, &data->lsp->ls_flags)) {
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04005708 if (nfs_wait_on_sequence(data->arg.open_seqid, task) != 0) {
Trond Myklebust2240a9e2012-10-29 18:37:40 -04005709 goto out_release_lock_seqid;
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04005710 }
Trond Myklebust425c1d42015-01-24 14:57:53 -05005711 nfs4_stateid_copy(&data->arg.open_stateid,
5712 &state->open_stateid);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005713 data->arg.new_lock_owner = 1;
Trond Myklebustc1d51932008-04-07 13:20:54 -04005714 data->res.open_seqid = data->arg.open_seqid;
Trond Myklebust425c1d42015-01-24 14:57:53 -05005715 } else {
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05005716 data->arg.new_lock_owner = 0;
Trond Myklebust425c1d42015-01-24 14:57:53 -05005717 nfs4_stateid_copy(&data->arg.lock_stateid,
5718 &data->lsp->ls_stateid);
5719 }
Trond Myklebust5d422302013-03-14 16:57:48 -04005720 if (!nfs4_valid_open_stateid(state)) {
5721 data->rpc_status = -EBADF;
5722 task->tk_action = NULL;
5723 goto out_release_open_seqid;
5724 }
Trond Myklebust26e976a2006-01-03 09:55:21 +01005725 data->timestamp = jiffies;
Trond Myklebust035168a2010-06-16 09:52:26 -04005726 if (nfs4_setup_sequence(data->server,
5727 &data->arg.seq_args,
Trond Myklebust2240a9e2012-10-29 18:37:40 -04005728 &data->res.seq_res,
Trond Myklebustd9afbd12012-10-22 20:28:44 -04005729 task) == 0)
Andy Adamson66179ef2009-04-01 09:22:22 -04005730 return;
Trond Myklebust5d422302013-03-14 16:57:48 -04005731out_release_open_seqid:
Trond Myklebust2240a9e2012-10-29 18:37:40 -04005732 nfs_release_seqid(data->arg.open_seqid);
5733out_release_lock_seqid:
5734 nfs_release_seqid(data->arg.lock_seqid);
Trond Myklebustc8da19b2013-02-11 19:01:21 -05005735out_wait:
5736 nfs4_sequence_done(task, &data->res.seq_res);
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04005737 dprintk("%s: done!, ret = %d\n", __func__, data->rpc_status);
Alexandros Batsakisb2579572009-12-14 21:27:57 -08005738}
5739
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005740static void nfs4_lock_done(struct rpc_task *task, void *calldata)
5741{
5742 struct nfs4_lockdata *data = calldata;
Trond Myklebust39071e62015-01-24 15:07:56 -05005743 struct nfs4_lock_state *lsp = data->lsp;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005744
Harvey Harrison3110ff82008-05-02 13:42:44 -07005745 dprintk("%s: begin!\n", __func__);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005746
Trond Myklebust14516c32010-07-31 14:29:06 -04005747 if (!nfs4_sequence_done(task, &data->res.seq_res))
5748 return;
Andy Adamson66179ef2009-04-01 09:22:22 -04005749
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005750 data->rpc_status = task->tk_status;
Trond Myklebust425c1d42015-01-24 14:57:53 -05005751 switch (task->tk_status) {
5752 case 0:
David Howells2b0143b2015-03-17 22:25:59 +00005753 renew_lease(NFS_SERVER(d_inode(data->ctx->dentry)),
Trond Myklebust39071e62015-01-24 15:07:56 -05005754 data->timestamp);
Trond Myklebustc69899a2015-01-24 16:03:52 -05005755 if (data->arg.new_lock) {
5756 data->fl.fl_flags &= ~(FL_SLEEP | FL_ACCESS);
5757 if (do_vfs_lock(data->fl.fl_file, &data->fl) < 0) {
5758 rpc_restart_call_prepare(task);
5759 break;
5760 }
5761 }
Trond Myklebust39071e62015-01-24 15:07:56 -05005762 if (data->arg.new_lock_owner != 0) {
5763 nfs_confirm_seqid(&lsp->ls_seqid, 0);
5764 nfs4_stateid_copy(&lsp->ls_stateid, &data->res.stateid);
5765 set_bit(NFS_LOCK_INITIALIZED, &lsp->ls_flags);
5766 } else if (!nfs4_update_lock_stateid(lsp, &data->res.stateid))
5767 rpc_restart_call_prepare(task);
Trond Myklebust425c1d42015-01-24 14:57:53 -05005768 break;
5769 case -NFS4ERR_BAD_STATEID:
5770 case -NFS4ERR_OLD_STATEID:
5771 case -NFS4ERR_STALE_STATEID:
5772 case -NFS4ERR_EXPIRED:
5773 if (data->arg.new_lock_owner != 0) {
5774 if (!nfs4_stateid_match(&data->arg.open_stateid,
5775 &lsp->ls_state->open_stateid))
5776 rpc_restart_call_prepare(task);
5777 } else if (!nfs4_stateid_match(&data->arg.lock_stateid,
5778 &lsp->ls_stateid))
5779 rpc_restart_call_prepare(task);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005780 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07005781 dprintk("%s: done, ret = %d!\n", __func__, data->rpc_status);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005782}
5783
5784static void nfs4_lock_release(void *calldata)
5785{
5786 struct nfs4_lockdata *data = calldata;
5787
Harvey Harrison3110ff82008-05-02 13:42:44 -07005788 dprintk("%s: begin!\n", __func__);
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05005789 nfs_free_seqid(data->arg.open_seqid);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005790 if (data->cancelled != 0) {
5791 struct rpc_task *task;
5792 task = nfs4_do_unlck(&data->fl, data->ctx, data->lsp,
5793 data->arg.lock_seqid);
5794 if (!IS_ERR(task))
Trond Myklebustbf294b42011-02-21 11:05:41 -08005795 rpc_put_task_async(task);
Harvey Harrison3110ff82008-05-02 13:42:44 -07005796 dprintk("%s: cancelling lock!\n", __func__);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005797 } else
5798 nfs_free_seqid(data->arg.lock_seqid);
5799 nfs4_put_lock_state(data->lsp);
5800 put_nfs_open_context(data->ctx);
Jeff Laytonfeaff8e2015-05-12 15:48:10 -04005801 fput(data->fl.fl_file);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005802 kfree(data);
Harvey Harrison3110ff82008-05-02 13:42:44 -07005803 dprintk("%s: done!\n", __func__);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005804}
5805
5806static const struct rpc_call_ops nfs4_lock_ops = {
5807 .rpc_call_prepare = nfs4_lock_prepare,
5808 .rpc_call_done = nfs4_lock_done,
5809 .rpc_release = nfs4_lock_release,
5810};
5811
Trond Myklebust2bee72a2010-01-26 15:42:21 -05005812static void nfs4_handle_setlk_error(struct nfs_server *server, struct nfs4_lock_state *lsp, int new_lock_owner, int error)
5813{
Trond Myklebust2bee72a2010-01-26 15:42:21 -05005814 switch (error) {
5815 case -NFS4ERR_ADMIN_REVOKED:
5816 case -NFS4ERR_BAD_STATEID:
Trond Myklebustecac7992011-03-09 16:00:56 -05005817 lsp->ls_seqid.flags &= ~NFS_SEQID_CONFIRMED;
Trond Myklebust2bee72a2010-01-26 15:42:21 -05005818 if (new_lock_owner != 0 ||
Trond Myklebust795a88c2012-09-10 13:26:49 -04005819 test_bit(NFS_LOCK_INITIALIZED, &lsp->ls_flags) != 0)
Trond Myklebustecac7992011-03-09 16:00:56 -05005820 nfs4_schedule_stateid_recovery(server, lsp->ls_state);
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -05005821 break;
5822 case -NFS4ERR_STALE_STATEID:
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -05005823 lsp->ls_seqid.flags &= ~NFS_SEQID_CONFIRMED;
Trond Myklebustecac7992011-03-09 16:00:56 -05005824 case -NFS4ERR_EXPIRED:
5825 nfs4_schedule_lease_recovery(server->nfs_client);
Trond Myklebust2bee72a2010-01-26 15:42:21 -05005826 };
5827}
5828
Alexandros Batsakisafe6c272009-12-09 01:50:14 -08005829static int _nfs4_do_setlk(struct nfs4_state *state, int cmd, struct file_lock *fl, int recovery_type)
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005830{
5831 struct nfs4_lockdata *data;
5832 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04005833 struct rpc_message msg = {
5834 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOCK],
5835 .rpc_cred = state->owner->so_cred,
5836 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04005837 struct rpc_task_setup task_setup_data = {
5838 .rpc_client = NFS_CLIENT(state->inode),
Trond Myklebust5138fde2007-07-14 15:40:01 -04005839 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04005840 .callback_ops = &nfs4_lock_ops,
Trond Myklebust101070c2008-02-19 20:04:23 -05005841 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04005842 .flags = RPC_TASK_ASYNC,
5843 };
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005844 int ret;
5845
Harvey Harrison3110ff82008-05-02 13:42:44 -07005846 dprintk("%s: begin!\n", __func__);
Trond Myklebustcd3758e2007-08-10 17:44:32 -04005847 data = nfs4_alloc_lockdata(fl, nfs_file_open_context(fl->fl_file),
Trond Myklebust8535b2b2010-05-13 12:51:01 -04005848 fl->fl_u.nfs4_fl.owner,
5849 recovery_type == NFS_LOCK_NEW ? GFP_KERNEL : GFP_NOFS);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005850 if (data == NULL)
5851 return -ENOMEM;
5852 if (IS_SETLKW(cmd))
5853 data->arg.block = 1;
Chuck Levera9c92d62013-08-09 12:48:18 -04005854 nfs4_init_sequence(&data->arg.seq_args, &data->res.seq_res, 1);
Trond Myklebust1174dd12010-12-21 10:52:24 -05005855 msg.rpc_argp = &data->arg;
5856 msg.rpc_resp = &data->res;
Trond Myklebustc970aa82007-07-14 15:39:59 -04005857 task_setup_data.callback_data = data;
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04005858 if (recovery_type > NFS_LOCK_NEW) {
5859 if (recovery_type == NFS_LOCK_RECLAIM)
5860 data->arg.reclaim = NFS_LOCK_RECLAIM;
5861 nfs4_set_sequence_privileged(&data->arg.seq_args);
Trond Myklebustc69899a2015-01-24 16:03:52 -05005862 } else
5863 data->arg.new_lock = 1;
Trond Myklebustc970aa82007-07-14 15:39:59 -04005864 task = rpc_run_task(&task_setup_data);
Trond Myklebust7a1218a2006-03-20 18:11:10 -05005865 if (IS_ERR(task))
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005866 return PTR_ERR(task);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005867 ret = nfs4_wait_for_completion_rpc_task(task);
5868 if (ret == 0) {
5869 ret = data->rpc_status;
Trond Myklebust2bee72a2010-01-26 15:42:21 -05005870 if (ret)
5871 nfs4_handle_setlk_error(data->server, data->lsp,
5872 data->arg.new_lock_owner, ret);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005873 } else
5874 data->cancelled = 1;
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -05005875 rpc_put_task(task);
Harvey Harrison3110ff82008-05-02 13:42:44 -07005876 dprintk("%s: done, ret = %d!\n", __func__, ret);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005877 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005878}
5879
5880static int nfs4_lock_reclaim(struct nfs4_state *state, struct file_lock *request)
5881{
Trond Myklebust202b50d2005-06-22 17:16:29 +00005882 struct nfs_server *server = NFS_SERVER(state->inode);
Trond Myklebust05ffe242012-04-18 12:20:10 -04005883 struct nfs4_exception exception = {
5884 .inode = state->inode,
5885 };
Trond Myklebust202b50d2005-06-22 17:16:29 +00005886 int err;
5887
5888 do {
Trond Myklebust42a2d132006-06-29 16:38:36 -04005889 /* Cache the lock if possible... */
5890 if (test_bit(NFS_DELEGATED_STATE, &state->flags) != 0)
5891 return 0;
Alexandros Batsakisafe6c272009-12-09 01:50:14 -08005892 err = _nfs4_do_setlk(state, F_SETLK, request, NFS_LOCK_RECLAIM);
Trond Myklebustd1b748a2013-08-12 16:35:20 -04005893 trace_nfs4_lock_reclaim(request, state, F_SETLK, err);
Trond Myklebust168667c2010-10-19 19:47:49 -04005894 if (err != -NFS4ERR_DELAY)
Trond Myklebust202b50d2005-06-22 17:16:29 +00005895 break;
5896 nfs4_handle_exception(server, err, &exception);
5897 } while (exception.retry);
5898 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005899}
5900
5901static int nfs4_lock_expired(struct nfs4_state *state, struct file_lock *request)
5902{
Trond Myklebust202b50d2005-06-22 17:16:29 +00005903 struct nfs_server *server = NFS_SERVER(state->inode);
Trond Myklebust05ffe242012-04-18 12:20:10 -04005904 struct nfs4_exception exception = {
5905 .inode = state->inode,
5906 };
Trond Myklebust202b50d2005-06-22 17:16:29 +00005907 int err;
5908
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05005909 err = nfs4_set_lock_state(state, request);
5910 if (err != 0)
5911 return err;
Trond Myklebustf6de7a32013-09-04 10:08:54 -04005912 if (!recover_lost_locks) {
NeilBrownef1820f2013-09-04 17:04:49 +10005913 set_bit(NFS_LOCK_LOST, &request->fl_u.nfs4_fl.owner->ls_flags);
5914 return 0;
5915 }
Trond Myklebust202b50d2005-06-22 17:16:29 +00005916 do {
Trond Myklebust42a2d132006-06-29 16:38:36 -04005917 if (test_bit(NFS_DELEGATED_STATE, &state->flags) != 0)
5918 return 0;
Alexandros Batsakisafe6c272009-12-09 01:50:14 -08005919 err = _nfs4_do_setlk(state, F_SETLK, request, NFS_LOCK_EXPIRED);
Trond Myklebustd1b748a2013-08-12 16:35:20 -04005920 trace_nfs4_lock_expired(request, state, F_SETLK, err);
Trond Myklebusta9ed2e22009-12-03 15:53:21 -05005921 switch (err) {
5922 default:
5923 goto out;
5924 case -NFS4ERR_GRACE:
5925 case -NFS4ERR_DELAY:
5926 nfs4_handle_exception(server, err, &exception);
5927 err = 0;
5928 }
Trond Myklebust202b50d2005-06-22 17:16:29 +00005929 } while (exception.retry);
Trond Myklebusta9ed2e22009-12-03 15:53:21 -05005930out:
Trond Myklebust202b50d2005-06-22 17:16:29 +00005931 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005932}
5933
Bryan Schumakerf062eb62011-06-02 14:59:10 -04005934#if defined(CONFIG_NFS_V4_1)
Chuck Lever3e60ffd2012-07-11 16:30:14 -04005935/**
5936 * nfs41_check_expired_locks - possibly free a lock stateid
5937 *
5938 * @state: NFSv4 state for an inode
5939 *
5940 * Returns NFS_OK if recovery for this stateid is now finished.
5941 * Otherwise a negative NFS4ERR value is returned.
5942 */
Bryan Schumakerb01dd1d2012-01-31 10:39:30 -05005943static int nfs41_check_expired_locks(struct nfs4_state *state)
Bryan Schumakerf062eb62011-06-02 14:59:10 -04005944{
Chuck Levereb64cf92012-07-11 16:30:05 -04005945 int status, ret = -NFS4ERR_BAD_STATEID;
Bryan Schumakerb01dd1d2012-01-31 10:39:30 -05005946 struct nfs4_lock_state *lsp;
Bryan Schumakerf062eb62011-06-02 14:59:10 -04005947 struct nfs_server *server = NFS_SERVER(state->inode);
5948
Bryan Schumakerb01dd1d2012-01-31 10:39:30 -05005949 list_for_each_entry(lsp, &state->lock_states, ls_locks) {
Trond Myklebust795a88c2012-09-10 13:26:49 -04005950 if (test_bit(NFS_LOCK_INITIALIZED, &lsp->ls_flags)) {
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04005951 struct rpc_cred *cred = lsp->ls_state->owner->so_cred;
5952
5953 status = nfs41_test_stateid(server,
5954 &lsp->ls_stateid,
5955 cred);
Trond Myklebust08cb47f2013-08-20 21:59:40 -04005956 trace_nfs4_test_lock_stateid(state, lsp, status);
Bryan Schumakerb01dd1d2012-01-31 10:39:30 -05005957 if (status != NFS_OK) {
Chuck Lever3e60ffd2012-07-11 16:30:14 -04005958 /* Free the stateid unless the server
5959 * informs us the stateid is unrecognized. */
Chuck Lever89af2732012-07-11 16:29:56 -04005960 if (status != -NFS4ERR_BAD_STATEID)
5961 nfs41_free_stateid(server,
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04005962 &lsp->ls_stateid,
5963 cred);
Trond Myklebust795a88c2012-09-10 13:26:49 -04005964 clear_bit(NFS_LOCK_INITIALIZED, &lsp->ls_flags);
Bryan Schumakerb01dd1d2012-01-31 10:39:30 -05005965 ret = status;
5966 }
5967 }
5968 };
5969
5970 return ret;
5971}
5972
5973static int nfs41_lock_expired(struct nfs4_state *state, struct file_lock *request)
5974{
5975 int status = NFS_OK;
5976
5977 if (test_bit(LK_STATE_IN_USE, &state->flags))
5978 status = nfs41_check_expired_locks(state);
Chuck Levereb64cf92012-07-11 16:30:05 -04005979 if (status != NFS_OK)
5980 status = nfs4_lock_expired(state, request);
5981 return status;
Bryan Schumakerf062eb62011-06-02 14:59:10 -04005982}
5983#endif
5984
Linus Torvalds1da177e2005-04-16 15:20:36 -07005985static int _nfs4_proc_setlk(struct nfs4_state *state, int cmd, struct file_lock *request)
5986{
Trond Myklebust19e03c52008-12-23 15:21:44 -05005987 struct nfs_inode *nfsi = NFS_I(state->inode);
Trond Myklebust01c3b862006-06-29 16:38:39 -04005988 unsigned char fl_flags = request->fl_flags;
Trond Myklebust8e469eb2010-01-26 15:42:30 -05005989 int status = -ENOLCK;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005990
Trond Myklebust8e469eb2010-01-26 15:42:30 -05005991 if ((fl_flags & FL_POSIX) &&
5992 !test_bit(NFS_STATE_POSIX_LOCKS, &state->flags))
5993 goto out;
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05005994 /* Is this a delegated open? */
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05005995 status = nfs4_set_lock_state(state, request);
5996 if (status != 0)
5997 goto out;
Trond Myklebust01c3b862006-06-29 16:38:39 -04005998 request->fl_flags |= FL_ACCESS;
5999 status = do_vfs_lock(request->fl_file, request);
6000 if (status < 0)
6001 goto out;
Trond Myklebust19e03c52008-12-23 15:21:44 -05006002 down_read(&nfsi->rwsem);
Trond Myklebust01c3b862006-06-29 16:38:39 -04006003 if (test_bit(NFS_DELEGATED_STATE, &state->flags)) {
Trond Myklebust01c3b862006-06-29 16:38:39 -04006004 /* Yes: cache locks! */
Trond Myklebust01c3b862006-06-29 16:38:39 -04006005 /* ...but avoid races with delegation recall... */
Trond Myklebust19e03c52008-12-23 15:21:44 -05006006 request->fl_flags = fl_flags & ~FL_SLEEP;
6007 status = do_vfs_lock(request->fl_file, request);
Trond Myklebustc69899a2015-01-24 16:03:52 -05006008 up_read(&nfsi->rwsem);
6009 goto out;
Trond Myklebust01c3b862006-06-29 16:38:39 -04006010 }
Trond Myklebust9a99af492013-02-04 20:17:49 -05006011 up_read(&nfsi->rwsem);
Alexandros Batsakisafe6c272009-12-09 01:50:14 -08006012 status = _nfs4_do_setlk(state, cmd, request, NFS_LOCK_NEW);
Trond Myklebust01c3b862006-06-29 16:38:39 -04006013out:
6014 request->fl_flags = fl_flags;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006015 return status;
6016}
6017
6018static int nfs4_proc_setlk(struct nfs4_state *state, int cmd, struct file_lock *request)
6019{
Trond Myklebusta1d0b5e2012-03-05 19:56:44 -05006020 struct nfs4_exception exception = {
6021 .state = state,
Trond Myklebust05ffe242012-04-18 12:20:10 -04006022 .inode = state->inode,
Trond Myklebusta1d0b5e2012-03-05 19:56:44 -05006023 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07006024 int err;
6025
6026 do {
Trond Myklebust965b5d62009-06-17 13:22:59 -07006027 err = _nfs4_proc_setlk(state, cmd, request);
Trond Myklebustd1b748a2013-08-12 16:35:20 -04006028 trace_nfs4_set_lock(request, state, cmd, err);
Trond Myklebust965b5d62009-06-17 13:22:59 -07006029 if (err == -NFS4ERR_DENIED)
6030 err = -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006031 err = nfs4_handle_exception(NFS_SERVER(state->inode),
Trond Myklebust965b5d62009-06-17 13:22:59 -07006032 err, &exception);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006033 } while (exception.retry);
6034 return err;
6035}
6036
6037static int
6038nfs4_proc_lock(struct file *filp, int cmd, struct file_lock *request)
6039{
6040 struct nfs_open_context *ctx;
6041 struct nfs4_state *state;
6042 unsigned long timeout = NFS4_LOCK_MINTIMEOUT;
6043 int status;
6044
6045 /* verify open state */
Trond Myklebustcd3758e2007-08-10 17:44:32 -04006046 ctx = nfs_file_open_context(filp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006047 state = ctx->state;
6048
6049 if (request->fl_start < 0 || request->fl_end < 0)
6050 return -EINVAL;
6051
Trond Myklebustd9531262009-07-21 19:22:38 -04006052 if (IS_GETLK(cmd)) {
6053 if (state != NULL)
6054 return nfs4_proc_getlk(state, F_GETLK, request);
6055 return 0;
6056 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07006057
6058 if (!(IS_SETLK(cmd) || IS_SETLKW(cmd)))
6059 return -EINVAL;
6060
Trond Myklebustd9531262009-07-21 19:22:38 -04006061 if (request->fl_type == F_UNLCK) {
6062 if (state != NULL)
6063 return nfs4_proc_unlck(state, cmd, request);
6064 return 0;
6065 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07006066
Trond Myklebustd9531262009-07-21 19:22:38 -04006067 if (state == NULL)
6068 return -ENOLCK;
Trond Myklebust55725512012-04-18 12:48:35 -04006069 /*
6070 * Don't rely on the VFS having checked the file open mode,
6071 * since it won't do this for flock() locks.
6072 */
Jeff Laytonf44106e2012-07-23 15:49:56 -04006073 switch (request->fl_type) {
Trond Myklebust55725512012-04-18 12:48:35 -04006074 case F_RDLCK:
6075 if (!(filp->f_mode & FMODE_READ))
6076 return -EBADF;
6077 break;
6078 case F_WRLCK:
6079 if (!(filp->f_mode & FMODE_WRITE))
6080 return -EBADF;
6081 }
6082
Linus Torvalds1da177e2005-04-16 15:20:36 -07006083 do {
6084 status = nfs4_proc_setlk(state, cmd, request);
6085 if ((status != -EAGAIN) || IS_SETLK(cmd))
6086 break;
6087 timeout = nfs4_set_lock_task_retry(timeout);
6088 status = -ERESTARTSYS;
6089 if (signalled())
6090 break;
6091 } while(status < 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006092 return status;
6093}
6094
Trond Myklebustdb4f2e632013-04-01 15:56:46 -04006095int nfs4_lock_delegation_recall(struct file_lock *fl, struct nfs4_state *state, const nfs4_stateid *stateid)
Trond Myklebust888e6942005-11-04 15:38:11 -05006096{
6097 struct nfs_server *server = NFS_SERVER(state->inode);
Trond Myklebust888e6942005-11-04 15:38:11 -05006098 int err;
6099
6100 err = nfs4_set_lock_state(state, fl);
6101 if (err != 0)
Trond Myklebustdb4f2e632013-04-01 15:56:46 -04006102 return err;
Trond Myklebust4a706fa2013-04-01 14:47:22 -04006103 err = _nfs4_do_setlk(state, F_SETLK, fl, NFS_LOCK_NEW);
Trond Myklebustdb4f2e632013-04-01 15:56:46 -04006104 return nfs4_handle_delegation_recall_error(server, state, stateid, err);
Trond Myklebust888e6942005-11-04 15:38:11 -05006105}
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00006106
Trond Myklebustcf470c32012-03-07 13:49:12 -05006107struct nfs_release_lockowner_data {
6108 struct nfs4_lock_state *lsp;
Trond Myklebust5ae67c42012-03-19 16:17:18 -04006109 struct nfs_server *server;
Trond Myklebustcf470c32012-03-07 13:49:12 -05006110 struct nfs_release_lockowner_args args;
Trond Myklebustb7e63a12014-02-26 11:19:14 -08006111 struct nfs_release_lockowner_res res;
Chuck Lever60ea6812013-10-17 14:13:47 -04006112 unsigned long timestamp;
Trond Myklebustcf470c32012-03-07 13:49:12 -05006113};
6114
Chuck Leverfbd4bfd2013-08-09 12:49:38 -04006115static void nfs4_release_lockowner_prepare(struct rpc_task *task, void *calldata)
6116{
6117 struct nfs_release_lockowner_data *data = calldata;
Kinglong Mee5b53dc82014-08-04 16:18:16 +08006118 struct nfs_server *server = data->server;
Peng Taocb04ad22014-06-11 05:24:15 +08006119 nfs40_setup_sequence(server->nfs_client->cl_slot_tbl,
6120 &data->args.seq_args, &data->res.seq_res, task);
Kinglong Mee5b53dc82014-08-04 16:18:16 +08006121 data->args.lock_owner.clientid = server->nfs_client->cl_clientid;
Chuck Lever60ea6812013-10-17 14:13:47 -04006122 data->timestamp = jiffies;
Chuck Leverfbd4bfd2013-08-09 12:49:38 -04006123}
6124
6125static void nfs4_release_lockowner_done(struct rpc_task *task, void *calldata)
6126{
6127 struct nfs_release_lockowner_data *data = calldata;
Chuck Lever60ea6812013-10-17 14:13:47 -04006128 struct nfs_server *server = data->server;
6129
Trond Myklebustb7e63a12014-02-26 11:19:14 -08006130 nfs40_sequence_done(task, &data->res.seq_res);
Chuck Lever60ea6812013-10-17 14:13:47 -04006131
6132 switch (task->tk_status) {
6133 case 0:
6134 renew_lease(server, data->timestamp);
6135 break;
6136 case -NFS4ERR_STALE_CLIENTID:
6137 case -NFS4ERR_EXPIRED:
Kinglong Mee5b53dc82014-08-04 16:18:16 +08006138 nfs4_schedule_lease_recovery(server->nfs_client);
6139 break;
Chuck Lever60ea6812013-10-17 14:13:47 -04006140 case -NFS4ERR_LEASE_MOVED:
6141 case -NFS4ERR_DELAY:
NeilBrown8478eaa2014-09-18 16:09:27 +10006142 if (nfs4_async_handle_error(task, server,
6143 NULL, NULL) == -EAGAIN)
Chuck Lever60ea6812013-10-17 14:13:47 -04006144 rpc_restart_call_prepare(task);
6145 }
Chuck Leverfbd4bfd2013-08-09 12:49:38 -04006146}
6147
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04006148static void nfs4_release_lockowner_release(void *calldata)
6149{
Trond Myklebustcf470c32012-03-07 13:49:12 -05006150 struct nfs_release_lockowner_data *data = calldata;
Trond Myklebust5ae67c42012-03-19 16:17:18 -04006151 nfs4_free_lock_state(data->server, data->lsp);
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04006152 kfree(calldata);
6153}
6154
Trond Myklebust17280172012-03-11 13:11:00 -04006155static const struct rpc_call_ops nfs4_release_lockowner_ops = {
Chuck Leverfbd4bfd2013-08-09 12:49:38 -04006156 .rpc_call_prepare = nfs4_release_lockowner_prepare,
6157 .rpc_call_done = nfs4_release_lockowner_done,
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04006158 .rpc_release = nfs4_release_lockowner_release,
6159};
6160
Jeff Laytonf1cdae82014-05-01 06:28:47 -04006161static void
6162nfs4_release_lockowner(struct nfs_server *server, struct nfs4_lock_state *lsp)
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04006163{
Trond Myklebustcf470c32012-03-07 13:49:12 -05006164 struct nfs_release_lockowner_data *data;
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04006165 struct rpc_message msg = {
6166 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RELEASE_LOCKOWNER],
6167 };
6168
6169 if (server->nfs_client->cl_mvops->minor_version != 0)
Jeff Laytonf1cdae82014-05-01 06:28:47 -04006170 return;
Chuck Leverfbd4bfd2013-08-09 12:49:38 -04006171
Trond Myklebustcf470c32012-03-07 13:49:12 -05006172 data = kmalloc(sizeof(*data), GFP_NOFS);
6173 if (!data)
Jeff Laytonf1cdae82014-05-01 06:28:47 -04006174 return;
Trond Myklebustcf470c32012-03-07 13:49:12 -05006175 data->lsp = lsp;
Trond Myklebust5ae67c42012-03-19 16:17:18 -04006176 data->server = server;
Trond Myklebustcf470c32012-03-07 13:49:12 -05006177 data->args.lock_owner.clientid = server->nfs_client->cl_clientid;
6178 data->args.lock_owner.id = lsp->ls_seqid.owner_id;
6179 data->args.lock_owner.s_dev = server->s_dev;
Chuck Leverfbd4bfd2013-08-09 12:49:38 -04006180
Trond Myklebustcf470c32012-03-07 13:49:12 -05006181 msg.rpc_argp = &data->args;
Trond Myklebustb7e63a12014-02-26 11:19:14 -08006182 msg.rpc_resp = &data->res;
6183 nfs4_init_sequence(&data->args.seq_args, &data->res.seq_res, 0);
Trond Myklebustcf470c32012-03-07 13:49:12 -05006184 rpc_call_async(server->client, &msg, 0, &nfs4_release_lockowner_ops, data);
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04006185}
6186
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00006187#define XATTR_NAME_NFSV4_ACL "system.nfs4_acl"
6188
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00006189static int nfs4_xattr_set_nfs4_acl(struct dentry *dentry, const char *key,
6190 const void *buf, size_t buflen,
6191 int flags, int type)
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00006192{
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00006193 if (strcmp(key, "") != 0)
6194 return -EINVAL;
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00006195
David Howells2b0143b2015-03-17 22:25:59 +00006196 return nfs4_proc_set_acl(d_inode(dentry), buf, buflen);
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00006197}
6198
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00006199static int nfs4_xattr_get_nfs4_acl(struct dentry *dentry, const char *key,
6200 void *buf, size_t buflen, int type)
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00006201{
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00006202 if (strcmp(key, "") != 0)
6203 return -EINVAL;
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00006204
David Howells2b0143b2015-03-17 22:25:59 +00006205 return nfs4_proc_get_acl(d_inode(dentry), buf, buflen);
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00006206}
6207
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00006208static size_t nfs4_xattr_list_nfs4_acl(struct dentry *dentry, char *list,
6209 size_t list_len, const char *name,
6210 size_t name_len, int type)
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00006211{
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00006212 size_t len = sizeof(XATTR_NAME_NFSV4_ACL);
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00006213
David Howells2b0143b2015-03-17 22:25:59 +00006214 if (!nfs4_server_supports_acls(NFS_SERVER(d_inode(dentry))))
J. Bruce Fields096455a2006-03-20 23:23:42 -05006215 return 0;
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00006216
6217 if (list && len <= list_len)
6218 memcpy(list, XATTR_NAME_NFSV4_ACL, len);
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00006219 return len;
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00006220}
6221
David Quigleyc9bccef2013-05-22 12:50:45 -04006222#ifdef CONFIG_NFS_V4_SECURITY_LABEL
6223static inline int nfs4_server_supports_labels(struct nfs_server *server)
6224{
6225 return server->caps & NFS_CAP_SECURITY_LABEL;
6226}
6227
6228static int nfs4_xattr_set_nfs4_label(struct dentry *dentry, const char *key,
6229 const void *buf, size_t buflen,
6230 int flags, int type)
6231{
6232 if (security_ismaclabel(key))
6233 return nfs4_set_security_label(dentry, buf, buflen);
6234
6235 return -EOPNOTSUPP;
6236}
6237
6238static int nfs4_xattr_get_nfs4_label(struct dentry *dentry, const char *key,
6239 void *buf, size_t buflen, int type)
6240{
6241 if (security_ismaclabel(key))
David Howells2b0143b2015-03-17 22:25:59 +00006242 return nfs4_get_security_label(d_inode(dentry), buf, buflen);
David Quigleyc9bccef2013-05-22 12:50:45 -04006243 return -EOPNOTSUPP;
6244}
6245
6246static size_t nfs4_xattr_list_nfs4_label(struct dentry *dentry, char *list,
6247 size_t list_len, const char *name,
6248 size_t name_len, int type)
6249{
6250 size_t len = 0;
6251
David Howells2b0143b2015-03-17 22:25:59 +00006252 if (nfs_server_capable(d_inode(dentry), NFS_CAP_SECURITY_LABEL)) {
6253 len = security_inode_listsecurity(d_inode(dentry), NULL, 0);
David Quigleyc9bccef2013-05-22 12:50:45 -04006254 if (list && len <= list_len)
David Howells2b0143b2015-03-17 22:25:59 +00006255 security_inode_listsecurity(d_inode(dentry), list, len);
David Quigleyc9bccef2013-05-22 12:50:45 -04006256 }
6257 return len;
6258}
6259
6260static const struct xattr_handler nfs4_xattr_nfs4_label_handler = {
6261 .prefix = XATTR_SECURITY_PREFIX,
6262 .list = nfs4_xattr_list_nfs4_label,
6263 .get = nfs4_xattr_get_nfs4_label,
6264 .set = nfs4_xattr_set_nfs4_label,
6265};
6266#endif
6267
6268
Andy Adamson533eb462011-06-13 18:25:56 -04006269/*
6270 * nfs_fhget will use either the mounted_on_fileid or the fileid
6271 */
Trond Myklebust69aaaae2009-03-11 14:10:28 -04006272static void nfs_fixup_referral_attributes(struct nfs_fattr *fattr)
6273{
Andy Adamson533eb462011-06-13 18:25:56 -04006274 if (!(((fattr->valid & NFS_ATTR_FATTR_MOUNTED_ON_FILEID) ||
6275 (fattr->valid & NFS_ATTR_FATTR_FILEID)) &&
6276 (fattr->valid & NFS_ATTR_FATTR_FSID) &&
Chuck Lever81934dd2012-03-01 17:01:57 -05006277 (fattr->valid & NFS_ATTR_FATTR_V4_LOCATIONS)))
Trond Myklebust69aaaae2009-03-11 14:10:28 -04006278 return;
6279
6280 fattr->valid |= NFS_ATTR_FATTR_TYPE | NFS_ATTR_FATTR_MODE |
Chuck Lever81934dd2012-03-01 17:01:57 -05006281 NFS_ATTR_FATTR_NLINK | NFS_ATTR_FATTR_V4_REFERRAL;
Trond Myklebust69aaaae2009-03-11 14:10:28 -04006282 fattr->mode = S_IFDIR | S_IRUGO | S_IXUGO;
6283 fattr->nlink = 2;
6284}
6285
Bryan Schumakerf05d1472012-04-27 13:27:41 -04006286static int _nfs4_proc_fs_locations(struct rpc_clnt *client, struct inode *dir,
6287 const struct qstr *name,
6288 struct nfs4_fs_locations *fs_locations,
6289 struct page *page)
Trond Myklebust683b57b2006-06-09 09:34:22 -04006290{
6291 struct nfs_server *server = NFS_SERVER(dir);
David Quigleya09df2c2013-05-22 12:50:41 -04006292 u32 bitmask[3] = {
Manoj Naik361e6242006-06-09 09:34:24 -04006293 [0] = FATTR4_WORD0_FSID | FATTR4_WORD0_FS_LOCATIONS,
Trond Myklebust683b57b2006-06-09 09:34:22 -04006294 };
6295 struct nfs4_fs_locations_arg args = {
6296 .dir_fh = NFS_FH(dir),
Trond Myklebustc228fd32007-01-13 02:28:11 -05006297 .name = name,
Trond Myklebust683b57b2006-06-09 09:34:22 -04006298 .page = page,
6299 .bitmask = bitmask,
6300 };
Benny Halevy22958462009-04-01 09:22:02 -04006301 struct nfs4_fs_locations_res res = {
6302 .fs_locations = fs_locations,
6303 };
Trond Myklebust683b57b2006-06-09 09:34:22 -04006304 struct rpc_message msg = {
6305 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FS_LOCATIONS],
6306 .rpc_argp = &args,
Benny Halevy22958462009-04-01 09:22:02 -04006307 .rpc_resp = &res,
Trond Myklebust683b57b2006-06-09 09:34:22 -04006308 };
6309 int status;
6310
Harvey Harrison3110ff82008-05-02 13:42:44 -07006311 dprintk("%s: start\n", __func__);
Andy Adamson533eb462011-06-13 18:25:56 -04006312
6313 /* Ask for the fileid of the absent filesystem if mounted_on_fileid
6314 * is not supported */
6315 if (NFS_SERVER(dir)->attr_bitmask[1] & FATTR4_WORD1_MOUNTED_ON_FILEID)
6316 bitmask[1] |= FATTR4_WORD1_MOUNTED_ON_FILEID;
6317 else
6318 bitmask[0] |= FATTR4_WORD0_FILEID;
6319
Trond Myklebustc228fd32007-01-13 02:28:11 -05006320 nfs_fattr_init(&fs_locations->fattr);
Trond Myklebust683b57b2006-06-09 09:34:22 -04006321 fs_locations->server = server;
Manoj Naik830b8e32006-06-09 09:34:25 -04006322 fs_locations->nlocations = 0;
Bryan Schumakerf05d1472012-04-27 13:27:41 -04006323 status = nfs4_call_sync(client, server, &msg, &args.seq_args, &res.seq_res, 0);
Harvey Harrison3110ff82008-05-02 13:42:44 -07006324 dprintk("%s: returned status = %d\n", __func__, status);
Trond Myklebust683b57b2006-06-09 09:34:22 -04006325 return status;
6326}
6327
Bryan Schumakerf05d1472012-04-27 13:27:41 -04006328int nfs4_proc_fs_locations(struct rpc_clnt *client, struct inode *dir,
6329 const struct qstr *name,
6330 struct nfs4_fs_locations *fs_locations,
6331 struct page *page)
Bryan Schumakerdb0a9592012-04-27 13:27:39 -04006332{
6333 struct nfs4_exception exception = { };
6334 int err;
6335 do {
Trond Myklebust078ea3d2013-08-12 16:45:55 -04006336 err = _nfs4_proc_fs_locations(client, dir, name,
6337 fs_locations, page);
6338 trace_nfs4_get_fs_locations(dir, name, err);
6339 err = nfs4_handle_exception(NFS_SERVER(dir), err,
Bryan Schumakerdb0a9592012-04-27 13:27:39 -04006340 &exception);
6341 } while (exception.retry);
6342 return err;
6343}
6344
Chuck Leverb03d7352013-10-17 14:12:50 -04006345/*
6346 * This operation also signals the server that this client is
6347 * performing migration recovery. The server can stop returning
6348 * NFS4ERR_LEASE_MOVED to this client. A RENEW operation is
6349 * appended to this compound to identify the client ID which is
6350 * performing recovery.
6351 */
6352static int _nfs40_proc_get_locations(struct inode *inode,
6353 struct nfs4_fs_locations *locations,
6354 struct page *page, struct rpc_cred *cred)
6355{
6356 struct nfs_server *server = NFS_SERVER(inode);
6357 struct rpc_clnt *clnt = server->client;
6358 u32 bitmask[2] = {
6359 [0] = FATTR4_WORD0_FSID | FATTR4_WORD0_FS_LOCATIONS,
6360 };
6361 struct nfs4_fs_locations_arg args = {
6362 .clientid = server->nfs_client->cl_clientid,
6363 .fh = NFS_FH(inode),
6364 .page = page,
6365 .bitmask = bitmask,
6366 .migration = 1, /* skip LOOKUP */
6367 .renew = 1, /* append RENEW */
6368 };
6369 struct nfs4_fs_locations_res res = {
6370 .fs_locations = locations,
6371 .migration = 1,
6372 .renew = 1,
6373 };
6374 struct rpc_message msg = {
6375 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FS_LOCATIONS],
6376 .rpc_argp = &args,
6377 .rpc_resp = &res,
6378 .rpc_cred = cred,
6379 };
6380 unsigned long now = jiffies;
6381 int status;
6382
6383 nfs_fattr_init(&locations->fattr);
6384 locations->server = server;
6385 locations->nlocations = 0;
6386
6387 nfs4_init_sequence(&args.seq_args, &res.seq_res, 0);
6388 nfs4_set_sequence_privileged(&args.seq_args);
6389 status = nfs4_call_sync_sequence(clnt, server, &msg,
6390 &args.seq_args, &res.seq_res);
6391 if (status)
6392 return status;
6393
6394 renew_lease(server, now);
6395 return 0;
6396}
6397
6398#ifdef CONFIG_NFS_V4_1
6399
6400/*
6401 * This operation also signals the server that this client is
6402 * performing migration recovery. The server can stop asserting
6403 * SEQ4_STATUS_LEASE_MOVED for this client. The client ID
6404 * performing this operation is identified in the SEQUENCE
6405 * operation in this compound.
6406 *
6407 * When the client supports GETATTR(fs_locations_info), it can
6408 * be plumbed in here.
6409 */
6410static int _nfs41_proc_get_locations(struct inode *inode,
6411 struct nfs4_fs_locations *locations,
6412 struct page *page, struct rpc_cred *cred)
6413{
6414 struct nfs_server *server = NFS_SERVER(inode);
6415 struct rpc_clnt *clnt = server->client;
6416 u32 bitmask[2] = {
6417 [0] = FATTR4_WORD0_FSID | FATTR4_WORD0_FS_LOCATIONS,
6418 };
6419 struct nfs4_fs_locations_arg args = {
6420 .fh = NFS_FH(inode),
6421 .page = page,
6422 .bitmask = bitmask,
6423 .migration = 1, /* skip LOOKUP */
6424 };
6425 struct nfs4_fs_locations_res res = {
6426 .fs_locations = locations,
6427 .migration = 1,
6428 };
6429 struct rpc_message msg = {
6430 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FS_LOCATIONS],
6431 .rpc_argp = &args,
6432 .rpc_resp = &res,
6433 .rpc_cred = cred,
6434 };
6435 int status;
6436
6437 nfs_fattr_init(&locations->fattr);
6438 locations->server = server;
6439 locations->nlocations = 0;
6440
6441 nfs4_init_sequence(&args.seq_args, &res.seq_res, 0);
6442 nfs4_set_sequence_privileged(&args.seq_args);
6443 status = nfs4_call_sync_sequence(clnt, server, &msg,
6444 &args.seq_args, &res.seq_res);
6445 if (status == NFS4_OK &&
6446 res.seq_res.sr_status_flags & SEQ4_STATUS_LEASE_MOVED)
6447 status = -NFS4ERR_LEASE_MOVED;
6448 return status;
6449}
6450
6451#endif /* CONFIG_NFS_V4_1 */
6452
6453/**
6454 * nfs4_proc_get_locations - discover locations for a migrated FSID
6455 * @inode: inode on FSID that is migrating
6456 * @locations: result of query
6457 * @page: buffer
6458 * @cred: credential to use for this operation
6459 *
6460 * Returns NFS4_OK on success, a negative NFS4ERR status code if the
6461 * operation failed, or a negative errno if a local error occurred.
6462 *
6463 * On success, "locations" is filled in, but if the server has
6464 * no locations information, NFS_ATTR_FATTR_V4_LOCATIONS is not
6465 * asserted.
6466 *
6467 * -NFS4ERR_LEASE_MOVED is returned if the server still has leases
6468 * from this client that require migration recovery.
6469 */
6470int nfs4_proc_get_locations(struct inode *inode,
6471 struct nfs4_fs_locations *locations,
6472 struct page *page, struct rpc_cred *cred)
6473{
6474 struct nfs_server *server = NFS_SERVER(inode);
6475 struct nfs_client *clp = server->nfs_client;
6476 const struct nfs4_mig_recovery_ops *ops =
6477 clp->cl_mvops->mig_recovery_ops;
6478 struct nfs4_exception exception = { };
6479 int status;
6480
6481 dprintk("%s: FSID %llx:%llx on \"%s\"\n", __func__,
6482 (unsigned long long)server->fsid.major,
6483 (unsigned long long)server->fsid.minor,
6484 clp->cl_hostname);
6485 nfs_display_fhandle(NFS_FH(inode), __func__);
6486
6487 do {
6488 status = ops->get_locations(inode, locations, page, cred);
6489 if (status != -NFS4ERR_DELAY)
6490 break;
6491 nfs4_handle_exception(server, status, &exception);
6492 } while (exception.retry);
6493 return status;
6494}
6495
Chuck Lever44c99932013-10-17 14:13:30 -04006496/*
6497 * This operation also signals the server that this client is
6498 * performing "lease moved" recovery. The server can stop
6499 * returning NFS4ERR_LEASE_MOVED to this client. A RENEW operation
6500 * is appended to this compound to identify the client ID which is
6501 * performing recovery.
6502 */
6503static int _nfs40_proc_fsid_present(struct inode *inode, struct rpc_cred *cred)
6504{
6505 struct nfs_server *server = NFS_SERVER(inode);
6506 struct nfs_client *clp = NFS_SERVER(inode)->nfs_client;
6507 struct rpc_clnt *clnt = server->client;
6508 struct nfs4_fsid_present_arg args = {
6509 .fh = NFS_FH(inode),
6510 .clientid = clp->cl_clientid,
6511 .renew = 1, /* append RENEW */
6512 };
6513 struct nfs4_fsid_present_res res = {
6514 .renew = 1,
6515 };
6516 struct rpc_message msg = {
6517 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FSID_PRESENT],
6518 .rpc_argp = &args,
6519 .rpc_resp = &res,
6520 .rpc_cred = cred,
6521 };
6522 unsigned long now = jiffies;
6523 int status;
6524
6525 res.fh = nfs_alloc_fhandle();
6526 if (res.fh == NULL)
6527 return -ENOMEM;
6528
6529 nfs4_init_sequence(&args.seq_args, &res.seq_res, 0);
6530 nfs4_set_sequence_privileged(&args.seq_args);
6531 status = nfs4_call_sync_sequence(clnt, server, &msg,
6532 &args.seq_args, &res.seq_res);
6533 nfs_free_fhandle(res.fh);
6534 if (status)
6535 return status;
6536
6537 do_renew_lease(clp, now);
6538 return 0;
6539}
6540
6541#ifdef CONFIG_NFS_V4_1
6542
6543/*
6544 * This operation also signals the server that this client is
6545 * performing "lease moved" recovery. The server can stop asserting
6546 * SEQ4_STATUS_LEASE_MOVED for this client. The client ID performing
6547 * this operation is identified in the SEQUENCE operation in this
6548 * compound.
6549 */
6550static int _nfs41_proc_fsid_present(struct inode *inode, struct rpc_cred *cred)
6551{
6552 struct nfs_server *server = NFS_SERVER(inode);
6553 struct rpc_clnt *clnt = server->client;
6554 struct nfs4_fsid_present_arg args = {
6555 .fh = NFS_FH(inode),
6556 };
6557 struct nfs4_fsid_present_res res = {
6558 };
6559 struct rpc_message msg = {
6560 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FSID_PRESENT],
6561 .rpc_argp = &args,
6562 .rpc_resp = &res,
6563 .rpc_cred = cred,
6564 };
6565 int status;
6566
6567 res.fh = nfs_alloc_fhandle();
6568 if (res.fh == NULL)
6569 return -ENOMEM;
6570
6571 nfs4_init_sequence(&args.seq_args, &res.seq_res, 0);
6572 nfs4_set_sequence_privileged(&args.seq_args);
6573 status = nfs4_call_sync_sequence(clnt, server, &msg,
6574 &args.seq_args, &res.seq_res);
6575 nfs_free_fhandle(res.fh);
6576 if (status == NFS4_OK &&
6577 res.seq_res.sr_status_flags & SEQ4_STATUS_LEASE_MOVED)
6578 status = -NFS4ERR_LEASE_MOVED;
6579 return status;
6580}
6581
6582#endif /* CONFIG_NFS_V4_1 */
6583
6584/**
6585 * nfs4_proc_fsid_present - Is this FSID present or absent on server?
6586 * @inode: inode on FSID to check
6587 * @cred: credential to use for this operation
6588 *
6589 * Server indicates whether the FSID is present, moved, or not
6590 * recognized. This operation is necessary to clear a LEASE_MOVED
6591 * condition for this client ID.
6592 *
6593 * Returns NFS4_OK if the FSID is present on this server,
6594 * -NFS4ERR_MOVED if the FSID is no longer present, a negative
6595 * NFS4ERR code if some error occurred on the server, or a
6596 * negative errno if a local failure occurred.
6597 */
6598int nfs4_proc_fsid_present(struct inode *inode, struct rpc_cred *cred)
6599{
6600 struct nfs_server *server = NFS_SERVER(inode);
6601 struct nfs_client *clp = server->nfs_client;
6602 const struct nfs4_mig_recovery_ops *ops =
6603 clp->cl_mvops->mig_recovery_ops;
6604 struct nfs4_exception exception = { };
6605 int status;
6606
6607 dprintk("%s: FSID %llx:%llx on \"%s\"\n", __func__,
6608 (unsigned long long)server->fsid.major,
6609 (unsigned long long)server->fsid.minor,
6610 clp->cl_hostname);
6611 nfs_display_fhandle(NFS_FH(inode), __func__);
6612
6613 do {
6614 status = ops->fsid_present(inode, cred);
6615 if (status != -NFS4ERR_DELAY)
6616 break;
6617 nfs4_handle_exception(server, status, &exception);
6618 } while (exception.retry);
6619 return status;
6620}
6621
Andy Adamson5ec16a82013-08-08 10:57:55 -04006622/**
Weston Andros Adamsona5250de2013-09-03 15:18:49 -04006623 * If 'use_integrity' is true and the state managment nfs_client
6624 * cl_rpcclient is using krb5i/p, use the integrity protected cl_rpcclient
6625 * and the machine credential as per RFC3530bis and RFC5661 Security
6626 * Considerations sections. Otherwise, just use the user cred with the
6627 * filesystem's rpc_client.
Andy Adamson5ec16a82013-08-08 10:57:55 -04006628 */
Weston Andros Adamsona5250de2013-09-03 15:18:49 -04006629static int _nfs4_proc_secinfo(struct inode *dir, const struct qstr *name, struct nfs4_secinfo_flavors *flavors, bool use_integrity)
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00006630{
6631 int status;
6632 struct nfs4_secinfo_arg args = {
6633 .dir_fh = NFS_FH(dir),
6634 .name = name,
6635 };
6636 struct nfs4_secinfo_res res = {
6637 .flavors = flavors,
6638 };
6639 struct rpc_message msg = {
6640 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SECINFO],
6641 .rpc_argp = &args,
6642 .rpc_resp = &res,
6643 };
Weston Andros Adamsona5250de2013-09-03 15:18:49 -04006644 struct rpc_clnt *clnt = NFS_SERVER(dir)->client;
Weston Andros Adamson7cb852d2013-09-10 18:44:31 -04006645 struct rpc_cred *cred = NULL;
Weston Andros Adamsona5250de2013-09-03 15:18:49 -04006646
6647 if (use_integrity) {
6648 clnt = NFS_SERVER(dir)->nfs_client->cl_rpcclient;
Weston Andros Adamson7cb852d2013-09-10 18:44:31 -04006649 cred = nfs4_get_clid_cred(NFS_SERVER(dir)->nfs_client);
6650 msg.rpc_cred = cred;
Weston Andros Adamsona5250de2013-09-03 15:18:49 -04006651 }
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00006652
6653 dprintk("NFS call secinfo %s\n", name->name);
Weston Andros Adamson8b5bee22013-08-13 16:37:35 -04006654
6655 nfs4_state_protect(NFS_SERVER(dir)->nfs_client,
6656 NFS_SP4_MACH_CRED_SECINFO, &clnt, &msg);
6657
Weston Andros Adamsona5250de2013-09-03 15:18:49 -04006658 status = nfs4_call_sync(clnt, NFS_SERVER(dir), &msg, &args.seq_args,
6659 &res.seq_res, 0);
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00006660 dprintk("NFS reply secinfo: %d\n", status);
Weston Andros Adamsona5250de2013-09-03 15:18:49 -04006661
Weston Andros Adamson7cb852d2013-09-10 18:44:31 -04006662 if (cred)
6663 put_rpccred(cred);
Weston Andros Adamsona5250de2013-09-03 15:18:49 -04006664
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00006665 return status;
6666}
6667
Bryan Schumaker72de53e2012-04-27 13:27:40 -04006668int nfs4_proc_secinfo(struct inode *dir, const struct qstr *name,
6669 struct nfs4_secinfo_flavors *flavors)
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00006670{
6671 struct nfs4_exception exception = { };
6672 int err;
6673 do {
Weston Andros Adamsona5250de2013-09-03 15:18:49 -04006674 err = -NFS4ERR_WRONGSEC;
6675
6676 /* try to use integrity protection with machine cred */
6677 if (_nfs4_is_integrity_protected(NFS_SERVER(dir)->nfs_client))
6678 err = _nfs4_proc_secinfo(dir, name, flavors, true);
6679
6680 /*
6681 * if unable to use integrity protection, or SECINFO with
6682 * integrity protection returns NFS4ERR_WRONGSEC (which is
6683 * disallowed by spec, but exists in deployed servers) use
6684 * the current filesystem's rpc_client and the user cred.
6685 */
6686 if (err == -NFS4ERR_WRONGSEC)
6687 err = _nfs4_proc_secinfo(dir, name, flavors, false);
6688
Trond Myklebust078ea3d2013-08-12 16:45:55 -04006689 trace_nfs4_secinfo(dir, name, err);
6690 err = nfs4_handle_exception(NFS_SERVER(dir), err,
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00006691 &exception);
6692 } while (exception.retry);
6693 return err;
6694}
6695
Andy Adamson557134a2009-04-01 09:21:53 -04006696#ifdef CONFIG_NFS_V4_1
Benny Halevy99fe60d2009-04-01 09:22:29 -04006697/*
Andy Adamson357f54d2010-12-14 10:11:57 -05006698 * Check the exchange flags returned by the server for invalid flags, having
6699 * both PNFS and NON_PNFS flags set, and not having one of NON_PNFS, PNFS, or
6700 * DS flags set.
6701 */
6702static int nfs4_check_cl_exchange_flags(u32 flags)
6703{
6704 if (flags & ~EXCHGID4_FLAG_MASK_R)
6705 goto out_inval;
6706 if ((flags & EXCHGID4_FLAG_USE_PNFS_MDS) &&
6707 (flags & EXCHGID4_FLAG_USE_NON_PNFS))
6708 goto out_inval;
6709 if (!(flags & (EXCHGID4_FLAG_MASK_PNFS)))
6710 goto out_inval;
6711 return NFS_OK;
6712out_inval:
6713 return -NFS4ERR_INVAL;
6714}
6715
Weston Andros Adamson78fe0f42011-05-31 19:05:47 -04006716static bool
Chuck Lever79d4e1f2012-05-21 22:44:31 -04006717nfs41_same_server_scope(struct nfs41_server_scope *a,
6718 struct nfs41_server_scope *b)
Weston Andros Adamson78fe0f42011-05-31 19:05:47 -04006719{
6720 if (a->server_scope_sz == b->server_scope_sz &&
6721 memcmp(a->server_scope, b->server_scope, a->server_scope_sz) == 0)
6722 return true;
6723
6724 return false;
6725}
6726
Andy Adamson357f54d2010-12-14 10:11:57 -05006727/*
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006728 * nfs4_proc_bind_conn_to_session()
6729 *
6730 * The 4.1 client currently uses the same TCP connection for the
6731 * fore and backchannel.
6732 */
Trond Myklebust2cf047c2012-05-25 17:57:41 -04006733int nfs4_proc_bind_conn_to_session(struct nfs_client *clp, struct rpc_cred *cred)
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006734{
6735 int status;
Trond Myklebust71a097c2015-02-18 09:27:18 -08006736 struct nfs41_bind_conn_to_session_args args = {
6737 .client = clp,
6738 .dir = NFS4_CDFC4_FORE_OR_BOTH,
6739 };
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006740 struct nfs41_bind_conn_to_session_res res;
6741 struct rpc_message msg = {
6742 .rpc_proc =
6743 &nfs4_procedures[NFSPROC4_CLNT_BIND_CONN_TO_SESSION],
Trond Myklebust71a097c2015-02-18 09:27:18 -08006744 .rpc_argp = &args,
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006745 .rpc_resp = &res,
Trond Myklebust2cf047c2012-05-25 17:57:41 -04006746 .rpc_cred = cred,
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006747 };
6748
6749 dprintk("--> %s\n", __func__);
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006750
Trond Myklebust71a097c2015-02-18 09:27:18 -08006751 nfs4_copy_sessionid(&args.sessionid, &clp->cl_session->sess_id);
6752 if (!(clp->cl_session->flags & SESSION4_BACK_CHAN))
6753 args.dir = NFS4_CDFC4_FORE;
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006754
6755 status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Trond Myklebustc6d01c62013-08-09 11:51:26 -04006756 trace_nfs4_bind_conn_to_session(clp, status);
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006757 if (status == 0) {
Trond Myklebust71a097c2015-02-18 09:27:18 -08006758 if (memcmp(res.sessionid.data,
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006759 clp->cl_session->sess_id.data, NFS4_MAX_SESSIONID_LEN)) {
6760 dprintk("NFS: %s: Session ID mismatch\n", __func__);
6761 status = -EIO;
Trond Myklebust71a097c2015-02-18 09:27:18 -08006762 goto out;
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006763 }
Trond Myklebust71a097c2015-02-18 09:27:18 -08006764 if ((res.dir & args.dir) != res.dir || res.dir == 0) {
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006765 dprintk("NFS: %s: Unexpected direction from server\n",
6766 __func__);
6767 status = -EIO;
Trond Myklebust71a097c2015-02-18 09:27:18 -08006768 goto out;
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006769 }
Trond Myklebust71a097c2015-02-18 09:27:18 -08006770 if (res.use_conn_in_rdma_mode != args.use_conn_in_rdma_mode) {
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006771 dprintk("NFS: %s: Server returned RDMA mode = true\n",
6772 __func__);
6773 status = -EIO;
Trond Myklebust71a097c2015-02-18 09:27:18 -08006774 goto out;
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006775 }
6776 }
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006777out:
6778 dprintk("<-- %s status= %d\n", __func__, status);
6779 return status;
6780}
6781
6782/*
Weston Andros Adamsonfa940722013-08-13 16:37:34 -04006783 * Minimum set of SP4_MACH_CRED operations from RFC 5661 in the enforce map
6784 * and operations we'd like to see to enable certain features in the allow map
Benny Halevy99fe60d2009-04-01 09:22:29 -04006785 */
Weston Andros Adamson2031cd12013-08-13 16:37:32 -04006786static const struct nfs41_state_protection nfs4_sp4_mach_cred_request = {
6787 .how = SP4_MACH_CRED,
6788 .enforce.u.words = {
6789 [1] = 1 << (OP_BIND_CONN_TO_SESSION - 32) |
6790 1 << (OP_EXCHANGE_ID - 32) |
6791 1 << (OP_CREATE_SESSION - 32) |
6792 1 << (OP_DESTROY_SESSION - 32) |
6793 1 << (OP_DESTROY_CLIENTID - 32)
Weston Andros Adamsonfa940722013-08-13 16:37:34 -04006794 },
6795 .allow.u.words = {
6796 [0] = 1 << (OP_CLOSE) |
Weston Andros Adamsona0279622013-09-10 18:44:30 -04006797 1 << (OP_LOCKU) |
6798 1 << (OP_COMMIT),
Weston Andros Adamson8b5bee22013-08-13 16:37:35 -04006799 [1] = 1 << (OP_SECINFO - 32) |
Weston Andros Adamson3787d502013-08-13 16:37:36 -04006800 1 << (OP_SECINFO_NO_NAME - 32) |
6801 1 << (OP_TEST_STATEID - 32) |
Weston Andros Adamsona0279622013-09-10 18:44:30 -04006802 1 << (OP_FREE_STATEID - 32) |
6803 1 << (OP_WRITE - 32)
Weston Andros Adamson2031cd12013-08-13 16:37:32 -04006804 }
6805};
6806
6807/*
6808 * Select the state protection mode for client `clp' given the server results
6809 * from exchange_id in `sp'.
6810 *
6811 * Returns 0 on success, negative errno otherwise.
6812 */
6813static int nfs4_sp4_select_mode(struct nfs_client *clp,
6814 struct nfs41_state_protection *sp)
6815{
6816 static const u32 supported_enforce[NFS4_OP_MAP_NUM_WORDS] = {
6817 [1] = 1 << (OP_BIND_CONN_TO_SESSION - 32) |
6818 1 << (OP_EXCHANGE_ID - 32) |
6819 1 << (OP_CREATE_SESSION - 32) |
6820 1 << (OP_DESTROY_SESSION - 32) |
6821 1 << (OP_DESTROY_CLIENTID - 32)
6822 };
6823 unsigned int i;
6824
6825 if (sp->how == SP4_MACH_CRED) {
6826 /* Print state protect result */
6827 dfprintk(MOUNT, "Server SP4_MACH_CRED support:\n");
6828 for (i = 0; i <= LAST_NFS4_OP; i++) {
6829 if (test_bit(i, sp->enforce.u.longs))
6830 dfprintk(MOUNT, " enforce op %d\n", i);
6831 if (test_bit(i, sp->allow.u.longs))
6832 dfprintk(MOUNT, " allow op %d\n", i);
6833 }
6834
6835 /* make sure nothing is on enforce list that isn't supported */
6836 for (i = 0; i < NFS4_OP_MAP_NUM_WORDS; i++) {
6837 if (sp->enforce.u.words[i] & ~supported_enforce[i]) {
6838 dfprintk(MOUNT, "sp4_mach_cred: disabled\n");
6839 return -EINVAL;
6840 }
6841 }
6842
6843 /*
6844 * Minimal mode - state operations are allowed to use machine
6845 * credential. Note this already happens by default, so the
6846 * client doesn't have to do anything more than the negotiation.
6847 *
6848 * NOTE: we don't care if EXCHANGE_ID is in the list -
6849 * we're already using the machine cred for exchange_id
6850 * and will never use a different cred.
6851 */
6852 if (test_bit(OP_BIND_CONN_TO_SESSION, sp->enforce.u.longs) &&
6853 test_bit(OP_CREATE_SESSION, sp->enforce.u.longs) &&
6854 test_bit(OP_DESTROY_SESSION, sp->enforce.u.longs) &&
6855 test_bit(OP_DESTROY_CLIENTID, sp->enforce.u.longs)) {
6856 dfprintk(MOUNT, "sp4_mach_cred:\n");
6857 dfprintk(MOUNT, " minimal mode enabled\n");
6858 set_bit(NFS_SP4_MACH_CRED_MINIMAL, &clp->cl_sp4_flags);
6859 } else {
6860 dfprintk(MOUNT, "sp4_mach_cred: disabled\n");
6861 return -EINVAL;
6862 }
Weston Andros Adamsonfa940722013-08-13 16:37:34 -04006863
6864 if (test_bit(OP_CLOSE, sp->allow.u.longs) &&
6865 test_bit(OP_LOCKU, sp->allow.u.longs)) {
6866 dfprintk(MOUNT, " cleanup mode enabled\n");
6867 set_bit(NFS_SP4_MACH_CRED_CLEANUP, &clp->cl_sp4_flags);
6868 }
Weston Andros Adamson8b5bee22013-08-13 16:37:35 -04006869
6870 if (test_bit(OP_SECINFO, sp->allow.u.longs) &&
6871 test_bit(OP_SECINFO_NO_NAME, sp->allow.u.longs)) {
6872 dfprintk(MOUNT, " secinfo mode enabled\n");
6873 set_bit(NFS_SP4_MACH_CRED_SECINFO, &clp->cl_sp4_flags);
6874 }
Weston Andros Adamson3787d502013-08-13 16:37:36 -04006875
6876 if (test_bit(OP_TEST_STATEID, sp->allow.u.longs) &&
6877 test_bit(OP_FREE_STATEID, sp->allow.u.longs)) {
6878 dfprintk(MOUNT, " stateid mode enabled\n");
6879 set_bit(NFS_SP4_MACH_CRED_STATEID, &clp->cl_sp4_flags);
6880 }
Weston Andros Adamson8c21c622013-08-13 16:37:37 -04006881
6882 if (test_bit(OP_WRITE, sp->allow.u.longs)) {
6883 dfprintk(MOUNT, " write mode enabled\n");
6884 set_bit(NFS_SP4_MACH_CRED_WRITE, &clp->cl_sp4_flags);
6885 }
6886
6887 if (test_bit(OP_COMMIT, sp->allow.u.longs)) {
6888 dfprintk(MOUNT, " commit mode enabled\n");
6889 set_bit(NFS_SP4_MACH_CRED_COMMIT, &clp->cl_sp4_flags);
6890 }
Weston Andros Adamson2031cd12013-08-13 16:37:32 -04006891 }
6892
6893 return 0;
6894}
6895
6896/*
6897 * _nfs4_proc_exchange_id()
6898 *
6899 * Wrapper for EXCHANGE_ID operation.
6900 */
6901static int _nfs4_proc_exchange_id(struct nfs_client *clp, struct rpc_cred *cred,
6902 u32 sp4_how)
Benny Halevy99fe60d2009-04-01 09:22:29 -04006903{
6904 nfs4_verifier verifier;
6905 struct nfs41_exchange_id_args args = {
Chuck Levercd937102012-03-02 17:14:31 -05006906 .verifier = &verifier,
Benny Halevy99fe60d2009-04-01 09:22:29 -04006907 .client = clp,
Chuck Levercd3fade2013-10-17 14:14:04 -04006908#ifdef CONFIG_NFS_V4_1_MIGRATION
Trond Myklebust4f0b4292013-05-20 12:24:03 -04006909 .flags = EXCHGID4_FLAG_SUPP_MOVED_REFER |
Chuck Levercd3fade2013-10-17 14:14:04 -04006910 EXCHGID4_FLAG_BIND_PRINC_STATEID |
6911 EXCHGID4_FLAG_SUPP_MOVED_MIGR,
6912#else
6913 .flags = EXCHGID4_FLAG_SUPP_MOVED_REFER |
6914 EXCHGID4_FLAG_BIND_PRINC_STATEID,
6915#endif
Benny Halevy99fe60d2009-04-01 09:22:29 -04006916 };
6917 struct nfs41_exchange_id_res res = {
Trond Myklebust32b01312012-05-26 13:41:04 -04006918 0
Benny Halevy99fe60d2009-04-01 09:22:29 -04006919 };
6920 int status;
6921 struct rpc_message msg = {
6922 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_EXCHANGE_ID],
6923 .rpc_argp = &args,
6924 .rpc_resp = &res,
6925 .rpc_cred = cred,
6926 };
Benny Halevy99fe60d2009-04-01 09:22:29 -04006927
Chuck Leverf0920752012-05-21 22:45:41 -04006928 nfs4_init_boot_verifier(clp, &verifier);
Jeff Layton873e3852015-06-09 19:44:00 -04006929
6930 status = nfs4_init_uniform_client_string(clp);
6931 if (status)
Jeff Layton3a6bb732015-06-09 19:43:57 -04006932 goto out;
Jeff Layton3a6bb732015-06-09 19:43:57 -04006933
6934 dprintk("NFS call exchange_id auth=%s, '%s'\n",
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04006935 clp->cl_rpcclient->cl_auth->au_ops->au_name,
Jeff Layton3a6bb732015-06-09 19:43:57 -04006936 clp->cl_owner_id);
Benny Halevy99fe60d2009-04-01 09:22:29 -04006937
Chuck Leveracdeb692012-05-21 22:46:16 -04006938 res.server_owner = kzalloc(sizeof(struct nfs41_server_owner),
Trond Myklebustbbafffd2012-05-24 16:31:39 -04006939 GFP_NOFS);
Chuck Leveracdeb692012-05-21 22:46:16 -04006940 if (unlikely(res.server_owner == NULL)) {
Weston Andros Adamsonabe9a6d2012-02-16 11:17:05 -05006941 status = -ENOMEM;
6942 goto out;
6943 }
Weston Andros Adamson78fe0f42011-05-31 19:05:47 -04006944
Chuck Lever79d4e1f2012-05-21 22:44:31 -04006945 res.server_scope = kzalloc(sizeof(struct nfs41_server_scope),
Trond Myklebustbbafffd2012-05-24 16:31:39 -04006946 GFP_NOFS);
Chuck Lever177313f2012-05-21 22:44:58 -04006947 if (unlikely(res.server_scope == NULL)) {
Benny Halevy99fe60d2009-04-01 09:22:29 -04006948 status = -ENOMEM;
Chuck Leveracdeb692012-05-21 22:46:16 -04006949 goto out_server_owner;
Benny Halevy99fe60d2009-04-01 09:22:29 -04006950 }
6951
Trond Myklebustbbafffd2012-05-24 16:31:39 -04006952 res.impl_id = kzalloc(sizeof(struct nfs41_impl_id), GFP_NOFS);
Chuck Lever177313f2012-05-21 22:44:58 -04006953 if (unlikely(res.impl_id == NULL)) {
Weston Andros Adamson7d2ed9a2012-02-17 15:20:26 -05006954 status = -ENOMEM;
6955 goto out_server_scope;
6956 }
6957
Weston Andros Adamson2031cd12013-08-13 16:37:32 -04006958 switch (sp4_how) {
6959 case SP4_NONE:
6960 args.state_protect.how = SP4_NONE;
6961 break;
6962
6963 case SP4_MACH_CRED:
6964 args.state_protect = nfs4_sp4_mach_cred_request;
6965 break;
6966
6967 default:
6968 /* unsupported! */
6969 WARN_ON_ONCE(1);
6970 status = -EINVAL;
6971 goto out_server_scope;
6972 }
6973
Trond Myklebust1bd714f2011-04-24 14:29:33 -04006974 status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Trond Myklebustc6d01c62013-08-09 11:51:26 -04006975 trace_nfs4_exchange_id(clp, status);
Chuck Lever177313f2012-05-21 22:44:58 -04006976 if (status == 0)
Trond Myklebust32b01312012-05-26 13:41:04 -04006977 status = nfs4_check_cl_exchange_flags(res.flags);
Weston Andros Adamson78fe0f42011-05-31 19:05:47 -04006978
Weston Andros Adamson2031cd12013-08-13 16:37:32 -04006979 if (status == 0)
6980 status = nfs4_sp4_select_mode(clp, &res.state_protect);
6981
Chuck Lever177313f2012-05-21 22:44:58 -04006982 if (status == 0) {
Trond Myklebust32b01312012-05-26 13:41:04 -04006983 clp->cl_clientid = res.clientid;
Trond Myklebuste11259f2015-03-03 20:35:31 -05006984 clp->cl_exchange_flags = res.flags;
6985 /* Client ID is not confirmed */
6986 if (!(res.flags & EXCHGID4_FLAG_CONFIRMED_R)) {
6987 clear_bit(NFS4_SESSION_ESTABLISHED,
6988 &clp->cl_session->session_state);
Trond Myklebust32b01312012-05-26 13:41:04 -04006989 clp->cl_seqid = res.seqid;
Trond Myklebuste11259f2015-03-03 20:35:31 -05006990 }
Trond Myklebust32b01312012-05-26 13:41:04 -04006991
Chuck Leveracdeb692012-05-21 22:46:16 -04006992 kfree(clp->cl_serverowner);
6993 clp->cl_serverowner = res.server_owner;
6994 res.server_owner = NULL;
Chuck Leveracdeb692012-05-21 22:46:16 -04006995
Weston Andros Adamson7d2ed9a2012-02-17 15:20:26 -05006996 /* use the most recent implementation id */
Chuck Lever59155542012-05-21 22:44:41 -04006997 kfree(clp->cl_implid);
6998 clp->cl_implid = res.impl_id;
Weston Andros Adamson7d2ed9a2012-02-17 15:20:26 -05006999
Chuck Lever177313f2012-05-21 22:44:58 -04007000 if (clp->cl_serverscope != NULL &&
Chuck Lever79d4e1f2012-05-21 22:44:31 -04007001 !nfs41_same_server_scope(clp->cl_serverscope,
Weston Andros Adamson78fe0f42011-05-31 19:05:47 -04007002 res.server_scope)) {
7003 dprintk("%s: server_scope mismatch detected\n",
7004 __func__);
7005 set_bit(NFS4CLNT_SERVER_SCOPE_MISMATCH, &clp->cl_state);
Chuck Lever79d4e1f2012-05-21 22:44:31 -04007006 kfree(clp->cl_serverscope);
7007 clp->cl_serverscope = NULL;
Weston Andros Adamson78fe0f42011-05-31 19:05:47 -04007008 }
7009
Chuck Lever177313f2012-05-21 22:44:58 -04007010 if (clp->cl_serverscope == NULL) {
Chuck Lever79d4e1f2012-05-21 22:44:31 -04007011 clp->cl_serverscope = res.server_scope;
Weston Andros Adamsonabe9a6d2012-02-16 11:17:05 -05007012 goto out;
7013 }
Trond Myklebust32b01312012-05-26 13:41:04 -04007014 } else
7015 kfree(res.impl_id);
Weston Andros Adamson7d2ed9a2012-02-17 15:20:26 -05007016
Chuck Leveracdeb692012-05-21 22:46:16 -04007017out_server_owner:
7018 kfree(res.server_owner);
Weston Andros Adamson7d2ed9a2012-02-17 15:20:26 -05007019out_server_scope:
Weston Andros Adamsonabe9a6d2012-02-16 11:17:05 -05007020 kfree(res.server_scope);
7021out:
Chuck Lever177313f2012-05-21 22:44:58 -04007022 if (clp->cl_implid != NULL)
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04007023 dprintk("NFS reply exchange_id: Server Implementation ID: "
Weston Andros Adamson7d2ed9a2012-02-17 15:20:26 -05007024 "domain: %s, name: %s, date: %llu,%u\n",
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04007025 clp->cl_implid->domain, clp->cl_implid->name,
Chuck Lever59155542012-05-21 22:44:41 -04007026 clp->cl_implid->date.seconds,
7027 clp->cl_implid->date.nseconds);
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04007028 dprintk("NFS reply exchange_id: %d\n", status);
Benny Halevy99fe60d2009-04-01 09:22:29 -04007029 return status;
7030}
7031
Weston Andros Adamson2031cd12013-08-13 16:37:32 -04007032/*
7033 * nfs4_proc_exchange_id()
7034 *
7035 * Returns zero, a negative errno, or a negative NFS4ERR status code.
7036 *
7037 * Since the clientid has expired, all compounds using sessions
7038 * associated with the stale clientid will be returning
7039 * NFS4ERR_BADSESSION in the sequence operation, and will therefore
7040 * be in some phase of session reset.
7041 *
7042 * Will attempt to negotiate SP4_MACH_CRED if krb5i / krb5p auth is used.
7043 */
7044int nfs4_proc_exchange_id(struct nfs_client *clp, struct rpc_cred *cred)
7045{
7046 rpc_authflavor_t authflavor = clp->cl_rpcclient->cl_auth->au_flavor;
7047 int status;
7048
7049 /* try SP4_MACH_CRED if krb5i/p */
7050 if (authflavor == RPC_AUTH_GSS_KRB5I ||
7051 authflavor == RPC_AUTH_GSS_KRB5P) {
7052 status = _nfs4_proc_exchange_id(clp, cred, SP4_MACH_CRED);
7053 if (!status)
7054 return 0;
7055 }
7056
7057 /* try SP4_NONE */
7058 return _nfs4_proc_exchange_id(clp, cred, SP4_NONE);
7059}
7060
Trond Myklebust66245532012-05-25 17:18:09 -04007061static int _nfs4_proc_destroy_clientid(struct nfs_client *clp,
7062 struct rpc_cred *cred)
7063{
7064 struct rpc_message msg = {
7065 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_DESTROY_CLIENTID],
7066 .rpc_argp = clp,
7067 .rpc_cred = cred,
7068 };
7069 int status;
7070
7071 status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Trond Myklebustc6d01c62013-08-09 11:51:26 -04007072 trace_nfs4_destroy_clientid(clp, status);
Trond Myklebust66245532012-05-25 17:18:09 -04007073 if (status)
Trond Myklebust02c67522012-06-07 13:45:53 -04007074 dprintk("NFS: Got error %d from the server %s on "
Trond Myklebust66245532012-05-25 17:18:09 -04007075 "DESTROY_CLIENTID.", status, clp->cl_hostname);
7076 return status;
7077}
7078
7079static int nfs4_proc_destroy_clientid(struct nfs_client *clp,
7080 struct rpc_cred *cred)
7081{
7082 unsigned int loop;
7083 int ret;
7084
7085 for (loop = NFS4_MAX_LOOP_ON_RECOVER; loop != 0; loop--) {
7086 ret = _nfs4_proc_destroy_clientid(clp, cred);
7087 switch (ret) {
7088 case -NFS4ERR_DELAY:
7089 case -NFS4ERR_CLIENTID_BUSY:
7090 ssleep(1);
7091 break;
7092 default:
7093 return ret;
7094 }
7095 }
7096 return 0;
7097}
7098
7099int nfs4_destroy_clientid(struct nfs_client *clp)
7100{
7101 struct rpc_cred *cred;
7102 int ret = 0;
7103
7104 if (clp->cl_mvops->minor_version < 1)
7105 goto out;
7106 if (clp->cl_exchange_flags == 0)
7107 goto out;
Chuck Lever05f4c352012-09-14 17:24:32 -04007108 if (clp->cl_preserve_clid)
7109 goto out;
Chuck Lever73d8bde2013-07-24 12:28:37 -04007110 cred = nfs4_get_clid_cred(clp);
Trond Myklebust66245532012-05-25 17:18:09 -04007111 ret = nfs4_proc_destroy_clientid(clp, cred);
7112 if (cred)
7113 put_rpccred(cred);
7114 switch (ret) {
7115 case 0:
7116 case -NFS4ERR_STALE_CLIENTID:
7117 clp->cl_exchange_flags = 0;
7118 }
7119out:
7120 return ret;
7121}
7122
Andy Adamson2050f0c2009-04-01 09:22:30 -04007123struct nfs4_get_lease_time_data {
7124 struct nfs4_get_lease_time_args *args;
7125 struct nfs4_get_lease_time_res *res;
7126 struct nfs_client *clp;
7127};
7128
7129static void nfs4_get_lease_time_prepare(struct rpc_task *task,
7130 void *calldata)
7131{
Andy Adamson2050f0c2009-04-01 09:22:30 -04007132 struct nfs4_get_lease_time_data *data =
7133 (struct nfs4_get_lease_time_data *)calldata;
7134
7135 dprintk("--> %s\n", __func__);
7136 /* just setup sequence, do not trigger session recovery
7137 since we're invoked within one */
Trond Myklebustd9afbd12012-10-22 20:28:44 -04007138 nfs41_setup_sequence(data->clp->cl_session,
7139 &data->args->la_seq_args,
7140 &data->res->lr_seq_res,
7141 task);
Andy Adamson2050f0c2009-04-01 09:22:30 -04007142 dprintk("<-- %s\n", __func__);
7143}
7144
7145/*
7146 * Called from nfs4_state_manager thread for session setup, so don't recover
7147 * from sequence operation or clientid errors.
7148 */
7149static void nfs4_get_lease_time_done(struct rpc_task *task, void *calldata)
7150{
7151 struct nfs4_get_lease_time_data *data =
7152 (struct nfs4_get_lease_time_data *)calldata;
7153
7154 dprintk("--> %s\n", __func__);
Trond Myklebust14516c32010-07-31 14:29:06 -04007155 if (!nfs41_sequence_done(task, &data->res->lr_seq_res))
7156 return;
Andy Adamson2050f0c2009-04-01 09:22:30 -04007157 switch (task->tk_status) {
7158 case -NFS4ERR_DELAY:
7159 case -NFS4ERR_GRACE:
7160 dprintk("%s Retry: tk_status %d\n", __func__, task->tk_status);
7161 rpc_delay(task, NFS4_POLL_RETRY_MIN);
7162 task->tk_status = 0;
Andy Adamsona8a4ae32011-05-03 13:43:03 -04007163 /* fall through */
7164 case -NFS4ERR_RETRY_UNCACHED_REP:
Trond Myklebustd00c5d42011-10-19 12:17:29 -07007165 rpc_restart_call_prepare(task);
Andy Adamson2050f0c2009-04-01 09:22:30 -04007166 return;
7167 }
Andy Adamson2050f0c2009-04-01 09:22:30 -04007168 dprintk("<-- %s\n", __func__);
7169}
7170
Trond Myklebust17280172012-03-11 13:11:00 -04007171static const struct rpc_call_ops nfs4_get_lease_time_ops = {
Andy Adamson2050f0c2009-04-01 09:22:30 -04007172 .rpc_call_prepare = nfs4_get_lease_time_prepare,
7173 .rpc_call_done = nfs4_get_lease_time_done,
7174};
7175
7176int nfs4_proc_get_lease_time(struct nfs_client *clp, struct nfs_fsinfo *fsinfo)
7177{
7178 struct rpc_task *task;
7179 struct nfs4_get_lease_time_args args;
7180 struct nfs4_get_lease_time_res res = {
7181 .lr_fsinfo = fsinfo,
7182 };
7183 struct nfs4_get_lease_time_data data = {
7184 .args = &args,
7185 .res = &res,
7186 .clp = clp,
7187 };
7188 struct rpc_message msg = {
7189 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GET_LEASE_TIME],
7190 .rpc_argp = &args,
7191 .rpc_resp = &res,
7192 };
7193 struct rpc_task_setup task_setup = {
7194 .rpc_client = clp->cl_rpcclient,
7195 .rpc_message = &msg,
7196 .callback_ops = &nfs4_get_lease_time_ops,
Trond Myklebust1bd714f2011-04-24 14:29:33 -04007197 .callback_data = &data,
7198 .flags = RPC_TASK_TIMEOUT,
Andy Adamson2050f0c2009-04-01 09:22:30 -04007199 };
7200 int status;
7201
Chuck Levera9c92d62013-08-09 12:48:18 -04007202 nfs4_init_sequence(&args.la_seq_args, &res.lr_seq_res, 0);
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04007203 nfs4_set_sequence_privileged(&args.la_seq_args);
Andy Adamson2050f0c2009-04-01 09:22:30 -04007204 dprintk("--> %s\n", __func__);
7205 task = rpc_run_task(&task_setup);
7206
7207 if (IS_ERR(task))
7208 status = PTR_ERR(task);
7209 else {
7210 status = task->tk_status;
7211 rpc_put_task(task);
7212 }
7213 dprintk("<-- %s return %d\n", __func__, status);
7214
7215 return status;
7216}
7217
Andy Adamsonfc931582009-04-01 09:22:31 -04007218/*
7219 * Initialize the values to be used by the client in CREATE_SESSION
7220 * If nfs4_init_session set the fore channel request and response sizes,
7221 * use them.
7222 *
7223 * Set the back channel max_resp_sz_cached to zero to force the client to
7224 * always set csa_cachethis to FALSE because the current implementation
7225 * of the back channel DRC only supports caching the CB_SEQUENCE operation.
7226 */
7227static void nfs4_init_channel_attrs(struct nfs41_create_session_args *args)
7228{
Andy Adamson18aad3d2013-06-26 12:21:49 -04007229 unsigned int max_rqst_sz, max_resp_sz;
Andy Adamsonfc931582009-04-01 09:22:31 -04007230
Andy Adamson18aad3d2013-06-26 12:21:49 -04007231 max_rqst_sz = NFS_MAX_FILE_IO_SIZE + nfs41_maxwrite_overhead;
7232 max_resp_sz = NFS_MAX_FILE_IO_SIZE + nfs41_maxread_overhead;
7233
Andy Adamsonfc931582009-04-01 09:22:31 -04007234 /* Fore channel attributes */
Andy Adamson18aad3d2013-06-26 12:21:49 -04007235 args->fc_attrs.max_rqst_sz = max_rqst_sz;
7236 args->fc_attrs.max_resp_sz = max_resp_sz;
Andy Adamsonfc931582009-04-01 09:22:31 -04007237 args->fc_attrs.max_ops = NFS4_MAX_OPS;
Trond Myklebustef159e92012-02-06 19:50:40 -05007238 args->fc_attrs.max_reqs = max_session_slots;
Andy Adamsonfc931582009-04-01 09:22:31 -04007239
7240 dprintk("%s: Fore Channel : max_rqst_sz=%u max_resp_sz=%u "
Mike Sager8e0d46e2009-12-17 12:06:26 -05007241 "max_ops=%u max_reqs=%u\n",
Andy Adamsonfc931582009-04-01 09:22:31 -04007242 __func__,
7243 args->fc_attrs.max_rqst_sz, args->fc_attrs.max_resp_sz,
Mike Sager8e0d46e2009-12-17 12:06:26 -05007244 args->fc_attrs.max_ops, args->fc_attrs.max_reqs);
Andy Adamsonfc931582009-04-01 09:22:31 -04007245
7246 /* Back channel attributes */
Andy Adamsonfc931582009-04-01 09:22:31 -04007247 args->bc_attrs.max_rqst_sz = PAGE_SIZE;
7248 args->bc_attrs.max_resp_sz = PAGE_SIZE;
7249 args->bc_attrs.max_resp_sz_cached = 0;
7250 args->bc_attrs.max_ops = NFS4_MAX_BACK_CHANNEL_OPS;
7251 args->bc_attrs.max_reqs = 1;
7252
7253 dprintk("%s: Back Channel : max_rqst_sz=%u max_resp_sz=%u "
7254 "max_resp_sz_cached=%u max_ops=%u max_reqs=%u\n",
7255 __func__,
7256 args->bc_attrs.max_rqst_sz, args->bc_attrs.max_resp_sz,
7257 args->bc_attrs.max_resp_sz_cached, args->bc_attrs.max_ops,
7258 args->bc_attrs.max_reqs);
7259}
7260
Trond Myklebust79969dd2015-02-18 11:30:18 -08007261static int nfs4_verify_fore_channel_attrs(struct nfs41_create_session_args *args,
7262 struct nfs41_create_session_res *res)
Andy Adamson8d353012009-04-01 09:22:32 -04007263{
J. Bruce Fields43c2e882010-10-02 15:19:01 -04007264 struct nfs4_channel_attrs *sent = &args->fc_attrs;
Trond Myklebust79969dd2015-02-18 11:30:18 -08007265 struct nfs4_channel_attrs *rcvd = &res->fc_attrs;
J. Bruce Fields43c2e882010-10-02 15:19:01 -04007266
J. Bruce Fields43c2e882010-10-02 15:19:01 -04007267 if (rcvd->max_resp_sz > sent->max_resp_sz)
7268 return -EINVAL;
7269 /*
7270 * Our requested max_ops is the minimum we need; we're not
7271 * prepared to break up compounds into smaller pieces than that.
7272 * So, no point even trying to continue if the server won't
7273 * cooperate:
7274 */
7275 if (rcvd->max_ops < sent->max_ops)
7276 return -EINVAL;
7277 if (rcvd->max_reqs == 0)
7278 return -EINVAL;
Vitaliy Gusevb4b9a0c2012-02-15 19:38:25 +04007279 if (rcvd->max_reqs > NFS4_MAX_SLOT_TABLE)
7280 rcvd->max_reqs = NFS4_MAX_SLOT_TABLE;
J. Bruce Fields43c2e882010-10-02 15:19:01 -04007281 return 0;
Andy Adamson8d353012009-04-01 09:22:32 -04007282}
7283
Trond Myklebust79969dd2015-02-18 11:30:18 -08007284static int nfs4_verify_back_channel_attrs(struct nfs41_create_session_args *args,
7285 struct nfs41_create_session_res *res)
J. Bruce Fields43c2e882010-10-02 15:19:01 -04007286{
7287 struct nfs4_channel_attrs *sent = &args->bc_attrs;
Trond Myklebust79969dd2015-02-18 11:30:18 -08007288 struct nfs4_channel_attrs *rcvd = &res->bc_attrs;
Andy Adamson8d353012009-04-01 09:22:32 -04007289
Trond Myklebustb1c0df52015-02-18 11:34:58 -08007290 if (!(res->flags & SESSION4_BACK_CHAN))
7291 goto out;
J. Bruce Fields43c2e882010-10-02 15:19:01 -04007292 if (rcvd->max_rqst_sz > sent->max_rqst_sz)
7293 return -EINVAL;
7294 if (rcvd->max_resp_sz < sent->max_resp_sz)
7295 return -EINVAL;
7296 if (rcvd->max_resp_sz_cached > sent->max_resp_sz_cached)
7297 return -EINVAL;
7298 /* These would render the backchannel useless: */
Vitaliy Gusevb4b9a0c2012-02-15 19:38:25 +04007299 if (rcvd->max_ops != sent->max_ops)
J. Bruce Fields43c2e882010-10-02 15:19:01 -04007300 return -EINVAL;
Vitaliy Gusevb4b9a0c2012-02-15 19:38:25 +04007301 if (rcvd->max_reqs != sent->max_reqs)
J. Bruce Fields43c2e882010-10-02 15:19:01 -04007302 return -EINVAL;
Trond Myklebustb1c0df52015-02-18 11:34:58 -08007303out:
J. Bruce Fields43c2e882010-10-02 15:19:01 -04007304 return 0;
7305}
Andy Adamson8d353012009-04-01 09:22:32 -04007306
Andy Adamson8d353012009-04-01 09:22:32 -04007307static int nfs4_verify_channel_attrs(struct nfs41_create_session_args *args,
Trond Myklebust79969dd2015-02-18 11:30:18 -08007308 struct nfs41_create_session_res *res)
Andy Adamson8d353012009-04-01 09:22:32 -04007309{
J. Bruce Fields43c2e882010-10-02 15:19:01 -04007310 int ret;
Andy Adamson8d353012009-04-01 09:22:32 -04007311
Trond Myklebust79969dd2015-02-18 11:30:18 -08007312 ret = nfs4_verify_fore_channel_attrs(args, res);
J. Bruce Fields43c2e882010-10-02 15:19:01 -04007313 if (ret)
7314 return ret;
Trond Myklebust79969dd2015-02-18 11:30:18 -08007315 return nfs4_verify_back_channel_attrs(args, res);
7316}
7317
7318static void nfs4_update_session(struct nfs4_session *session,
7319 struct nfs41_create_session_res *res)
7320{
7321 nfs4_copy_sessionid(&session->sess_id, &res->sessionid);
Trond Myklebuste11259f2015-03-03 20:35:31 -05007322 /* Mark client id and session as being confirmed */
7323 session->clp->cl_exchange_flags |= EXCHGID4_FLAG_CONFIRMED_R;
7324 set_bit(NFS4_SESSION_ESTABLISHED, &session->session_state);
Trond Myklebust79969dd2015-02-18 11:30:18 -08007325 session->flags = res->flags;
7326 memcpy(&session->fc_attrs, &res->fc_attrs, sizeof(session->fc_attrs));
Trond Myklebustb1c0df52015-02-18 11:34:58 -08007327 if (res->flags & SESSION4_BACK_CHAN)
7328 memcpy(&session->bc_attrs, &res->bc_attrs,
7329 sizeof(session->bc_attrs));
Andy Adamson8d353012009-04-01 09:22:32 -04007330}
7331
Trond Myklebust848f5bd2012-05-25 17:51:23 -04007332static int _nfs4_proc_create_session(struct nfs_client *clp,
7333 struct rpc_cred *cred)
Andy Adamsonfc931582009-04-01 09:22:31 -04007334{
7335 struct nfs4_session *session = clp->cl_session;
7336 struct nfs41_create_session_args args = {
7337 .client = clp,
Trond Myklebust79969dd2015-02-18 11:30:18 -08007338 .clientid = clp->cl_clientid,
7339 .seqid = clp->cl_seqid,
Andy Adamsonfc931582009-04-01 09:22:31 -04007340 .cb_program = NFS4_CALLBACK,
7341 };
Trond Myklebust79969dd2015-02-18 11:30:18 -08007342 struct nfs41_create_session_res res;
7343
Andy Adamsonfc931582009-04-01 09:22:31 -04007344 struct rpc_message msg = {
7345 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_CREATE_SESSION],
7346 .rpc_argp = &args,
7347 .rpc_resp = &res,
Trond Myklebust848f5bd2012-05-25 17:51:23 -04007348 .rpc_cred = cred,
Andy Adamsonfc931582009-04-01 09:22:31 -04007349 };
7350 int status;
7351
7352 nfs4_init_channel_attrs(&args);
Andy Adamson0f914212009-04-01 09:23:16 -04007353 args.flags = (SESSION4_PERSIST | SESSION4_BACK_CHAN);
Andy Adamsonfc931582009-04-01 09:22:31 -04007354
Trond Myklebust1bd714f2011-04-24 14:29:33 -04007355 status = rpc_call_sync(session->clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Trond Myklebustc6d01c62013-08-09 11:51:26 -04007356 trace_nfs4_create_session(clp, status);
Andy Adamsonfc931582009-04-01 09:22:31 -04007357
Trond Myklebust43095d32012-11-20 11:13:12 -05007358 if (!status) {
Andy Adamson8d353012009-04-01 09:22:32 -04007359 /* Verify the session's negotiated channel_attrs values */
Trond Myklebust79969dd2015-02-18 11:30:18 -08007360 status = nfs4_verify_channel_attrs(&args, &res);
Andy Adamsonfc931582009-04-01 09:22:31 -04007361 /* Increment the clientid slot sequence id */
Trond Myklebust79969dd2015-02-18 11:30:18 -08007362 if (clp->cl_seqid == res.seqid)
7363 clp->cl_seqid++;
7364 if (status)
7365 goto out;
7366 nfs4_update_session(session, &res);
Andy Adamsonfc931582009-04-01 09:22:31 -04007367 }
Trond Myklebust79969dd2015-02-18 11:30:18 -08007368out:
Andy Adamsonfc931582009-04-01 09:22:31 -04007369 return status;
7370}
7371
7372/*
7373 * Issues a CREATE_SESSION operation to the server.
7374 * It is the responsibility of the caller to verify the session is
7375 * expired before calling this routine.
7376 */
Trond Myklebust848f5bd2012-05-25 17:51:23 -04007377int nfs4_proc_create_session(struct nfs_client *clp, struct rpc_cred *cred)
Andy Adamsonfc931582009-04-01 09:22:31 -04007378{
7379 int status;
7380 unsigned *ptr;
Andy Adamsonfc931582009-04-01 09:22:31 -04007381 struct nfs4_session *session = clp->cl_session;
7382
7383 dprintk("--> %s clp=%p session=%p\n", __func__, clp, session);
7384
Trond Myklebust848f5bd2012-05-25 17:51:23 -04007385 status = _nfs4_proc_create_session(clp, cred);
Andy Adamsonfc931582009-04-01 09:22:31 -04007386 if (status)
7387 goto out;
7388
Andy Adamsonaacd5532011-11-09 13:58:21 -05007389 /* Init or reset the session slot tables */
7390 status = nfs4_setup_session_slot_tables(session);
7391 dprintk("slot table setup returned %d\n", status);
Andy Adamsonfc931582009-04-01 09:22:31 -04007392 if (status)
7393 goto out;
7394
7395 ptr = (unsigned *)&session->sess_id.data[0];
7396 dprintk("%s client>seqid %d sessionid %u:%u:%u:%u\n", __func__,
7397 clp->cl_seqid, ptr[0], ptr[1], ptr[2], ptr[3]);
Andy Adamsonfc931582009-04-01 09:22:31 -04007398out:
7399 dprintk("<-- %s\n", __func__);
7400 return status;
7401}
7402
Andy Adamson0f3e66c2009-04-01 09:22:34 -04007403/*
7404 * Issue the over-the-wire RPC DESTROY_SESSION.
7405 * The caller must serialize access to this routine.
7406 */
Trond Myklebust848f5bd2012-05-25 17:51:23 -04007407int nfs4_proc_destroy_session(struct nfs4_session *session,
7408 struct rpc_cred *cred)
Andy Adamson0f3e66c2009-04-01 09:22:34 -04007409{
Trond Myklebust848f5bd2012-05-25 17:51:23 -04007410 struct rpc_message msg = {
7411 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_DESTROY_SESSION],
7412 .rpc_argp = session,
7413 .rpc_cred = cred,
7414 };
Andy Adamson0f3e66c2009-04-01 09:22:34 -04007415 int status = 0;
Andy Adamson0f3e66c2009-04-01 09:22:34 -04007416
7417 dprintk("--> nfs4_proc_destroy_session\n");
7418
7419 /* session is still being setup */
Trond Myklebuste11259f2015-03-03 20:35:31 -05007420 if (!test_and_clear_bit(NFS4_SESSION_ESTABLISHED, &session->session_state))
7421 return 0;
Andy Adamson0f3e66c2009-04-01 09:22:34 -04007422
Trond Myklebust1bd714f2011-04-24 14:29:33 -04007423 status = rpc_call_sync(session->clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Trond Myklebustc6d01c62013-08-09 11:51:26 -04007424 trace_nfs4_destroy_session(session->clp, status);
Andy Adamson0f3e66c2009-04-01 09:22:34 -04007425
7426 if (status)
Trond Myklebust08106ac2012-06-05 10:08:24 -04007427 dprintk("NFS: Got error %d from the server on DESTROY_SESSION. "
Andy Adamson0f3e66c2009-04-01 09:22:34 -04007428 "Session has been destroyed regardless...\n", status);
7429
7430 dprintk("<-- nfs4_proc_destroy_session\n");
7431 return status;
7432}
7433
Trond Myklebust7b38c362012-05-23 13:23:31 -04007434/*
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007435 * Renew the cl_session lease.
7436 */
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04007437struct nfs4_sequence_data {
7438 struct nfs_client *clp;
7439 struct nfs4_sequence_args args;
7440 struct nfs4_sequence_res res;
7441};
7442
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08007443static void nfs41_sequence_release(void *data)
7444{
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04007445 struct nfs4_sequence_data *calldata = data;
7446 struct nfs_client *clp = calldata->clp;
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08007447
Alexandros Batsakis71358402010-02-05 03:45:05 -08007448 if (atomic_read(&clp->cl_count) > 1)
7449 nfs4_schedule_state_renewal(clp);
7450 nfs_put_client(clp);
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04007451 kfree(calldata);
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08007452}
7453
Trond Myklebustaa5190d2010-06-16 09:52:25 -04007454static int nfs41_sequence_handle_errors(struct rpc_task *task, struct nfs_client *clp)
7455{
7456 switch(task->tk_status) {
7457 case -NFS4ERR_DELAY:
Trond Myklebustaa5190d2010-06-16 09:52:25 -04007458 rpc_delay(task, NFS4_POLL_RETRY_MAX);
7459 return -EAGAIN;
7460 default:
Trond Myklebust0400a6b2011-03-09 16:00:53 -05007461 nfs4_schedule_lease_recovery(clp);
Trond Myklebustaa5190d2010-06-16 09:52:25 -04007462 }
7463 return 0;
7464}
7465
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08007466static void nfs41_sequence_call_done(struct rpc_task *task, void *data)
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007467{
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04007468 struct nfs4_sequence_data *calldata = data;
7469 struct nfs_client *clp = calldata->clp;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007470
Trond Myklebust14516c32010-07-31 14:29:06 -04007471 if (!nfs41_sequence_done(task, task->tk_msg.rpc_resp))
7472 return;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007473
Trond Myklebustc6d01c62013-08-09 11:51:26 -04007474 trace_nfs4_sequence(clp, task->tk_status);
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007475 if (task->tk_status < 0) {
7476 dprintk("%s ERROR %d\n", __func__, task->tk_status);
Alexandros Batsakis71358402010-02-05 03:45:05 -08007477 if (atomic_read(&clp->cl_count) == 1)
7478 goto out;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007479
Trond Myklebustaa5190d2010-06-16 09:52:25 -04007480 if (nfs41_sequence_handle_errors(task, clp) == -EAGAIN) {
7481 rpc_restart_call_prepare(task);
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007482 return;
7483 }
7484 }
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007485 dprintk("%s rpc_cred %p\n", __func__, task->tk_msg.rpc_cred);
Alexandros Batsakis71358402010-02-05 03:45:05 -08007486out:
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007487 dprintk("<-- %s\n", __func__);
7488}
7489
7490static void nfs41_sequence_prepare(struct rpc_task *task, void *data)
7491{
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04007492 struct nfs4_sequence_data *calldata = data;
7493 struct nfs_client *clp = calldata->clp;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007494 struct nfs4_sequence_args *args;
7495 struct nfs4_sequence_res *res;
7496
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007497 args = task->tk_msg.rpc_argp;
7498 res = task->tk_msg.rpc_resp;
7499
Trond Myklebustd9afbd12012-10-22 20:28:44 -04007500 nfs41_setup_sequence(clp->cl_session, args, res, task);
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007501}
7502
7503static const struct rpc_call_ops nfs41_sequence_ops = {
7504 .rpc_call_done = nfs41_sequence_call_done,
7505 .rpc_call_prepare = nfs41_sequence_prepare,
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08007506 .rpc_release = nfs41_sequence_release,
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007507};
7508
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04007509static struct rpc_task *_nfs41_proc_sequence(struct nfs_client *clp,
7510 struct rpc_cred *cred,
7511 bool is_privileged)
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007512{
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04007513 struct nfs4_sequence_data *calldata;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007514 struct rpc_message msg = {
7515 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SEQUENCE],
7516 .rpc_cred = cred,
7517 };
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007518 struct rpc_task_setup task_setup_data = {
7519 .rpc_client = clp->cl_rpcclient,
7520 .rpc_message = &msg,
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04007521 .callback_ops = &nfs41_sequence_ops,
Trond Myklebustbc7a05c2013-04-08 17:50:28 -04007522 .flags = RPC_TASK_ASYNC | RPC_TASK_TIMEOUT,
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007523 };
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007524
Alexandros Batsakis71358402010-02-05 03:45:05 -08007525 if (!atomic_inc_not_zero(&clp->cl_count))
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007526 return ERR_PTR(-EIO);
Benny Halevydfb4f3092010-09-24 09:17:01 -04007527 calldata = kzalloc(sizeof(*calldata), GFP_NOFS);
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04007528 if (calldata == NULL) {
Alexandros Batsakis71358402010-02-05 03:45:05 -08007529 nfs_put_client(clp);
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007530 return ERR_PTR(-ENOMEM);
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007531 }
Chuck Levera9c92d62013-08-09 12:48:18 -04007532 nfs4_init_sequence(&calldata->args, &calldata->res, 0);
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04007533 if (is_privileged)
7534 nfs4_set_sequence_privileged(&calldata->args);
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04007535 msg.rpc_argp = &calldata->args;
7536 msg.rpc_resp = &calldata->res;
7537 calldata->clp = clp;
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007538 task_setup_data.callback_data = calldata;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007539
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007540 return rpc_run_task(&task_setup_data);
7541}
7542
Trond Myklebust2f60ea62011-08-24 15:07:37 -04007543static int nfs41_proc_async_sequence(struct nfs_client *clp, struct rpc_cred *cred, unsigned renew_flags)
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007544{
7545 struct rpc_task *task;
7546 int ret = 0;
7547
Trond Myklebust2f60ea62011-08-24 15:07:37 -04007548 if ((renew_flags & NFS4_RENEW_TIMEOUT) == 0)
Andy Adamsond1f456b2014-09-29 12:31:57 -04007549 return -EAGAIN;
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04007550 task = _nfs41_proc_sequence(clp, cred, false);
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007551 if (IS_ERR(task))
7552 ret = PTR_ERR(task);
7553 else
Trond Myklebustbf294b42011-02-21 11:05:41 -08007554 rpc_put_task_async(task);
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007555 dprintk("<-- %s status=%d\n", __func__, ret);
7556 return ret;
7557}
7558
7559static int nfs4_proc_sequence(struct nfs_client *clp, struct rpc_cred *cred)
7560{
7561 struct rpc_task *task;
7562 int ret;
7563
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04007564 task = _nfs41_proc_sequence(clp, cred, true);
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007565 if (IS_ERR(task)) {
7566 ret = PTR_ERR(task);
7567 goto out;
7568 }
7569 ret = rpc_wait_for_completion_task(task);
Trond Myklebustb4410c22011-03-09 16:00:55 -05007570 if (!ret) {
7571 struct nfs4_sequence_res *res = task->tk_msg.rpc_resp;
7572
7573 if (task->tk_status == 0)
7574 nfs41_handle_sequence_flag_errors(clp, res->sr_status_flags);
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007575 ret = task->tk_status;
Trond Myklebustb4410c22011-03-09 16:00:55 -05007576 }
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007577 rpc_put_task(task);
7578out:
7579 dprintk("<-- %s status=%d\n", __func__, ret);
7580 return ret;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007581}
7582
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007583struct nfs4_reclaim_complete_data {
7584 struct nfs_client *clp;
7585 struct nfs41_reclaim_complete_args arg;
7586 struct nfs41_reclaim_complete_res res;
7587};
7588
7589static void nfs4_reclaim_complete_prepare(struct rpc_task *task, void *data)
7590{
7591 struct nfs4_reclaim_complete_data *calldata = data;
7592
Trond Myklebustd9afbd12012-10-22 20:28:44 -04007593 nfs41_setup_sequence(calldata->clp->cl_session,
7594 &calldata->arg.seq_args,
7595 &calldata->res.seq_res,
7596 task);
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007597}
7598
Trond Myklebustaa5190d2010-06-16 09:52:25 -04007599static int nfs41_reclaim_complete_handle_errors(struct rpc_task *task, struct nfs_client *clp)
7600{
7601 switch(task->tk_status) {
7602 case 0:
7603 case -NFS4ERR_COMPLETE_ALREADY:
7604 case -NFS4ERR_WRONG_CRED: /* What to do here? */
7605 break;
7606 case -NFS4ERR_DELAY:
Trond Myklebustaa5190d2010-06-16 09:52:25 -04007607 rpc_delay(task, NFS4_POLL_RETRY_MAX);
Andy Adamsona8a4ae32011-05-03 13:43:03 -04007608 /* fall through */
7609 case -NFS4ERR_RETRY_UNCACHED_REP:
Trond Myklebustaa5190d2010-06-16 09:52:25 -04007610 return -EAGAIN;
7611 default:
Trond Myklebust0400a6b2011-03-09 16:00:53 -05007612 nfs4_schedule_lease_recovery(clp);
Trond Myklebustaa5190d2010-06-16 09:52:25 -04007613 }
7614 return 0;
7615}
7616
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007617static void nfs4_reclaim_complete_done(struct rpc_task *task, void *data)
7618{
7619 struct nfs4_reclaim_complete_data *calldata = data;
7620 struct nfs_client *clp = calldata->clp;
7621 struct nfs4_sequence_res *res = &calldata->res.seq_res;
7622
7623 dprintk("--> %s\n", __func__);
Trond Myklebust14516c32010-07-31 14:29:06 -04007624 if (!nfs41_sequence_done(task, res))
7625 return;
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007626
Trond Myklebustc6d01c62013-08-09 11:51:26 -04007627 trace_nfs4_reclaim_complete(clp, task->tk_status);
Trond Myklebustaa5190d2010-06-16 09:52:25 -04007628 if (nfs41_reclaim_complete_handle_errors(task, clp) == -EAGAIN) {
7629 rpc_restart_call_prepare(task);
7630 return;
7631 }
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007632 dprintk("<-- %s\n", __func__);
7633}
7634
7635static void nfs4_free_reclaim_complete_data(void *data)
7636{
7637 struct nfs4_reclaim_complete_data *calldata = data;
7638
7639 kfree(calldata);
7640}
7641
7642static const struct rpc_call_ops nfs4_reclaim_complete_call_ops = {
7643 .rpc_call_prepare = nfs4_reclaim_complete_prepare,
7644 .rpc_call_done = nfs4_reclaim_complete_done,
7645 .rpc_release = nfs4_free_reclaim_complete_data,
7646};
7647
7648/*
7649 * Issue a global reclaim complete.
7650 */
Trond Myklebust965e9c22013-05-20 11:05:17 -04007651static int nfs41_proc_reclaim_complete(struct nfs_client *clp,
7652 struct rpc_cred *cred)
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007653{
7654 struct nfs4_reclaim_complete_data *calldata;
7655 struct rpc_task *task;
7656 struct rpc_message msg = {
7657 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RECLAIM_COMPLETE],
Trond Myklebust965e9c22013-05-20 11:05:17 -04007658 .rpc_cred = cred,
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007659 };
7660 struct rpc_task_setup task_setup_data = {
7661 .rpc_client = clp->cl_rpcclient,
7662 .rpc_message = &msg,
7663 .callback_ops = &nfs4_reclaim_complete_call_ops,
7664 .flags = RPC_TASK_ASYNC,
7665 };
7666 int status = -ENOMEM;
7667
7668 dprintk("--> %s\n", __func__);
Trond Myklebust8535b2b2010-05-13 12:51:01 -04007669 calldata = kzalloc(sizeof(*calldata), GFP_NOFS);
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007670 if (calldata == NULL)
7671 goto out;
7672 calldata->clp = clp;
7673 calldata->arg.one_fs = 0;
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007674
Chuck Levera9c92d62013-08-09 12:48:18 -04007675 nfs4_init_sequence(&calldata->arg.seq_args, &calldata->res.seq_res, 0);
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04007676 nfs4_set_sequence_privileged(&calldata->arg.seq_args);
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007677 msg.rpc_argp = &calldata->arg;
7678 msg.rpc_resp = &calldata->res;
7679 task_setup_data.callback_data = calldata;
7680 task = rpc_run_task(&task_setup_data);
Dan Carpenteracf82b82010-04-22 11:28:39 +02007681 if (IS_ERR(task)) {
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007682 status = PTR_ERR(task);
Dan Carpenteracf82b82010-04-22 11:28:39 +02007683 goto out;
7684 }
Andy Adamsonc34c32e2011-03-09 13:13:46 -05007685 status = nfs4_wait_for_completion_rpc_task(task);
7686 if (status == 0)
7687 status = task->tk_status;
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007688 rpc_put_task(task);
Dan Carpenteracf82b82010-04-22 11:28:39 +02007689 return 0;
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007690out:
7691 dprintk("<-- %s status=%d\n", __func__, status);
7692 return status;
7693}
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007694
7695static void
7696nfs4_layoutget_prepare(struct rpc_task *task, void *calldata)
7697{
7698 struct nfs4_layoutget *lgp = calldata;
Fred Isamanc31663d2011-01-06 11:36:24 +00007699 struct nfs_server *server = NFS_SERVER(lgp->args.inode);
Trond Myklebust6ba7db32012-10-22 20:07:20 -04007700 struct nfs4_session *session = nfs4_get_session(server);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007701
7702 dprintk("--> %s\n", __func__);
Fred Isamanc31663d2011-01-06 11:36:24 +00007703 /* Note the is a race here, where a CB_LAYOUTRECALL can come in
7704 * right now covering the LAYOUTGET we are about to send.
7705 * However, that is not so catastrophic, and there seems
7706 * to be no way to prevent it completely.
7707 */
Trond Myklebust6ba7db32012-10-22 20:07:20 -04007708 if (nfs41_setup_sequence(session, &lgp->args.seq_args,
Trond Myklebust9d12b212012-01-17 22:04:25 -05007709 &lgp->res.seq_res, task))
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007710 return;
Fred Isamancf7d63f2011-01-06 11:36:25 +00007711 if (pnfs_choose_layoutget_stateid(&lgp->args.stateid,
7712 NFS_I(lgp->args.inode)->layout,
Peng Taoce6ab4f2014-09-06 00:53:24 +08007713 &lgp->args.range,
Fred Isamancf7d63f2011-01-06 11:36:25 +00007714 lgp->args.ctx->state)) {
7715 rpc_exit(task, NFS4_OK);
Fred Isamancf7d63f2011-01-06 11:36:25 +00007716 }
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007717}
7718
7719static void nfs4_layoutget_done(struct rpc_task *task, void *calldata)
7720{
7721 struct nfs4_layoutget *lgp = calldata;
Trond Myklebustee314c22012-10-01 17:25:48 -07007722 struct inode *inode = lgp->args.inode;
7723 struct nfs_server *server = NFS_SERVER(inode);
7724 struct pnfs_layout_hdr *lo;
7725 struct nfs4_state *state = NULL;
Boaz Harroshed7e5422014-01-22 20:34:54 +02007726 unsigned long timeo, now, giveup;
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007727
Boaz Harroshed7e5422014-01-22 20:34:54 +02007728 dprintk("--> %s tk_status => %d\n", __func__, -task->tk_status);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007729
Trond Myklebust6ba7db32012-10-22 20:07:20 -04007730 if (!nfs41_sequence_done(task, &lgp->res.seq_res))
Trond Myklebustee314c22012-10-01 17:25:48 -07007731 goto out;
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007732
7733 switch (task->tk_status) {
7734 case 0:
Trond Myklebustee314c22012-10-01 17:25:48 -07007735 goto out;
Boaz Harroshed7e5422014-01-22 20:34:54 +02007736 /*
7737 * NFS4ERR_LAYOUTTRYLATER is a conflict with another client
7738 * (or clients) writing to the same RAID stripe
7739 */
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007740 case -NFS4ERR_LAYOUTTRYLATER:
Boaz Harroshed7e5422014-01-22 20:34:54 +02007741 /*
7742 * NFS4ERR_RECALLCONFLICT is when conflict with self (must recall
7743 * existing layout before getting a new one).
7744 */
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007745 case -NFS4ERR_RECALLCONFLICT:
Weston Andros Adamson30005122013-02-28 20:30:10 -05007746 timeo = rpc_get_timeout(task->tk_client);
7747 giveup = lgp->args.timestamp + timeo;
Boaz Harroshed7e5422014-01-22 20:34:54 +02007748 now = jiffies;
7749 if (time_after(giveup, now)) {
7750 unsigned long delay;
7751
7752 /* Delay for:
7753 * - Not less then NFS4_POLL_RETRY_MIN.
7754 * - One last time a jiffie before we give up
7755 * - exponential backoff (time_now minus start_attempt)
7756 */
7757 delay = max_t(unsigned long, NFS4_POLL_RETRY_MIN,
7758 min((giveup - now - 1),
7759 now - lgp->args.timestamp));
7760
7761 dprintk("%s: NFS4ERR_RECALLCONFLICT waiting %lu\n",
7762 __func__, delay);
7763 rpc_delay(task, delay);
7764 task->tk_status = 0;
7765 rpc_restart_call_prepare(task);
7766 goto out; /* Do not call nfs4_async_handle_error() */
7767 }
Trond Myklebustee314c22012-10-01 17:25:48 -07007768 break;
7769 case -NFS4ERR_EXPIRED:
7770 case -NFS4ERR_BAD_STATEID:
7771 spin_lock(&inode->i_lock);
7772 lo = NFS_I(inode)->layout;
7773 if (!lo || list_empty(&lo->plh_segs)) {
7774 spin_unlock(&inode->i_lock);
7775 /* If the open stateid was bad, then recover it. */
7776 state = lgp->args.ctx->state;
7777 } else {
7778 LIST_HEAD(head);
7779
Christoph Hellwigdefb8462014-08-21 11:09:21 -05007780 /*
7781 * Mark the bad layout state as invalid, then retry
7782 * with the current stateid.
7783 */
Trond Myklebustee314c22012-10-01 17:25:48 -07007784 pnfs_mark_matching_lsegs_invalid(lo, &head, NULL);
7785 spin_unlock(&inode->i_lock);
Trond Myklebustee314c22012-10-01 17:25:48 -07007786 pnfs_free_lseg_list(&head);
Christoph Hellwigdefb8462014-08-21 11:09:21 -05007787
7788 task->tk_status = 0;
7789 rpc_restart_call_prepare(task);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007790 }
7791 }
NeilBrown8478eaa2014-09-18 16:09:27 +10007792 if (nfs4_async_handle_error(task, server, state, NULL) == -EAGAIN)
Trond Myklebustee314c22012-10-01 17:25:48 -07007793 rpc_restart_call_prepare(task);
7794out:
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007795 dprintk("<-- %s\n", __func__);
7796}
7797
Idan Kedar85541162012-08-02 11:47:10 +03007798static size_t max_response_pages(struct nfs_server *server)
7799{
7800 u32 max_resp_sz = server->nfs_client->cl_session->fc_attrs.max_resp_sz;
7801 return nfs_page_array_len(0, max_resp_sz);
7802}
7803
7804static void nfs4_free_pages(struct page **pages, size_t size)
7805{
7806 int i;
7807
7808 if (!pages)
7809 return;
7810
7811 for (i = 0; i < size; i++) {
7812 if (!pages[i])
7813 break;
7814 __free_page(pages[i]);
7815 }
7816 kfree(pages);
7817}
7818
7819static struct page **nfs4_alloc_pages(size_t size, gfp_t gfp_flags)
7820{
7821 struct page **pages;
7822 int i;
7823
7824 pages = kcalloc(size, sizeof(struct page *), gfp_flags);
7825 if (!pages) {
7826 dprintk("%s: can't alloc array of %zu pages\n", __func__, size);
7827 return NULL;
7828 }
7829
7830 for (i = 0; i < size; i++) {
7831 pages[i] = alloc_page(gfp_flags);
7832 if (!pages[i]) {
7833 dprintk("%s: failed to allocate page\n", __func__);
7834 nfs4_free_pages(pages, size);
7835 return NULL;
7836 }
7837 }
7838
7839 return pages;
7840}
7841
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007842static void nfs4_layoutget_release(void *calldata)
7843{
7844 struct nfs4_layoutget *lgp = calldata;
Weston Andros Adamsona47970f2013-02-25 21:27:33 -05007845 struct inode *inode = lgp->args.inode;
7846 struct nfs_server *server = NFS_SERVER(inode);
Idan Kedar85541162012-08-02 11:47:10 +03007847 size_t max_pages = max_response_pages(server);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007848
7849 dprintk("--> %s\n", __func__);
Idan Kedar85541162012-08-02 11:47:10 +03007850 nfs4_free_pages(lgp->args.layout.pages, max_pages);
Weston Andros Adamsona47970f2013-02-25 21:27:33 -05007851 pnfs_put_layout_hdr(NFS_I(inode)->layout);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007852 put_nfs_open_context(lgp->args.ctx);
7853 kfree(calldata);
7854 dprintk("<-- %s\n", __func__);
7855}
7856
7857static const struct rpc_call_ops nfs4_layoutget_call_ops = {
7858 .rpc_call_prepare = nfs4_layoutget_prepare,
7859 .rpc_call_done = nfs4_layoutget_done,
7860 .rpc_release = nfs4_layoutget_release,
7861};
7862
Trond Myklebusta0b0a6e2012-09-17 17:12:15 -04007863struct pnfs_layout_segment *
7864nfs4_proc_layoutget(struct nfs4_layoutget *lgp, gfp_t gfp_flags)
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007865{
Weston Andros Adamsona47970f2013-02-25 21:27:33 -05007866 struct inode *inode = lgp->args.inode;
7867 struct nfs_server *server = NFS_SERVER(inode);
Idan Kedar85541162012-08-02 11:47:10 +03007868 size_t max_pages = max_response_pages(server);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007869 struct rpc_task *task;
7870 struct rpc_message msg = {
7871 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LAYOUTGET],
7872 .rpc_argp = &lgp->args,
7873 .rpc_resp = &lgp->res,
Trond Myklebust6ab59342013-05-20 10:49:34 -04007874 .rpc_cred = lgp->cred,
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007875 };
7876 struct rpc_task_setup task_setup_data = {
7877 .rpc_client = server->client,
7878 .rpc_message = &msg,
7879 .callback_ops = &nfs4_layoutget_call_ops,
7880 .callback_data = lgp,
7881 .flags = RPC_TASK_ASYNC,
7882 };
Trond Myklebusta0b0a6e2012-09-17 17:12:15 -04007883 struct pnfs_layout_segment *lseg = NULL;
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007884 int status = 0;
7885
7886 dprintk("--> %s\n", __func__);
7887
Peng Tao4bd5a982014-11-17 11:05:17 +08007888 /* nfs4_layoutget_release calls pnfs_put_layout_hdr */
7889 pnfs_get_layout_hdr(NFS_I(inode)->layout);
7890
Idan Kedar85541162012-08-02 11:47:10 +03007891 lgp->args.layout.pages = nfs4_alloc_pages(max_pages, gfp_flags);
7892 if (!lgp->args.layout.pages) {
7893 nfs4_layoutget_release(lgp);
Trond Myklebusta0b0a6e2012-09-17 17:12:15 -04007894 return ERR_PTR(-ENOMEM);
Idan Kedar85541162012-08-02 11:47:10 +03007895 }
7896 lgp->args.layout.pglen = max_pages * PAGE_SIZE;
Weston Andros Adamson30005122013-02-28 20:30:10 -05007897 lgp->args.timestamp = jiffies;
Idan Kedar85541162012-08-02 11:47:10 +03007898
Weston Andros Adamson35124a02011-03-24 16:48:21 -04007899 lgp->res.layoutp = &lgp->args.layout;
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007900 lgp->res.seq_res.sr_slot = NULL;
Chuck Levera9c92d62013-08-09 12:48:18 -04007901 nfs4_init_sequence(&lgp->args.seq_args, &lgp->res.seq_res, 0);
Weston Andros Adamsona47970f2013-02-25 21:27:33 -05007902
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007903 task = rpc_run_task(&task_setup_data);
7904 if (IS_ERR(task))
Trond Myklebusta0b0a6e2012-09-17 17:12:15 -04007905 return ERR_CAST(task);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007906 status = nfs4_wait_for_completion_rpc_task(task);
Fred Isamanc31663d2011-01-06 11:36:24 +00007907 if (status == 0)
7908 status = task->tk_status;
Trond Myklebust1037e6e2013-08-14 16:36:51 -04007909 trace_nfs4_layoutget(lgp->args.ctx,
7910 &lgp->args.range,
7911 &lgp->res.range,
7912 status);
Weston Andros Adamson085b7a42013-02-15 16:03:46 -05007913 /* if layoutp->len is 0, nfs4_layoutget_prepare called rpc_exit */
7914 if (status == 0 && lgp->res.layoutp->len)
Trond Myklebusta0b0a6e2012-09-17 17:12:15 -04007915 lseg = pnfs_layout_process(lgp);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007916 rpc_put_task(task);
7917 dprintk("<-- %s status=%d\n", __func__, status);
Trond Myklebusta0b0a6e2012-09-17 17:12:15 -04007918 if (status)
7919 return ERR_PTR(status);
7920 return lseg;
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007921}
7922
Benny Halevycbe82602011-05-22 19:52:37 +03007923static void
7924nfs4_layoutreturn_prepare(struct rpc_task *task, void *calldata)
7925{
7926 struct nfs4_layoutreturn *lrp = calldata;
7927
7928 dprintk("--> %s\n", __func__);
Trond Myklebustd9afbd12012-10-22 20:28:44 -04007929 nfs41_setup_sequence(lrp->clp->cl_session,
7930 &lrp->args.seq_args,
7931 &lrp->res.seq_res,
7932 task);
Benny Halevycbe82602011-05-22 19:52:37 +03007933}
7934
7935static void nfs4_layoutreturn_done(struct rpc_task *task, void *calldata)
7936{
7937 struct nfs4_layoutreturn *lrp = calldata;
7938 struct nfs_server *server;
7939
7940 dprintk("--> %s\n", __func__);
7941
Trond Myklebust6ba7db32012-10-22 20:07:20 -04007942 if (!nfs41_sequence_done(task, &lrp->res.seq_res))
Benny Halevycbe82602011-05-22 19:52:37 +03007943 return;
7944
7945 server = NFS_SERVER(lrp->args.inode);
Trond Myklebustf22e5ed2013-12-04 12:09:45 -05007946 switch (task->tk_status) {
7947 default:
7948 task->tk_status = 0;
7949 case 0:
7950 break;
7951 case -NFS4ERR_DELAY:
NeilBrown8478eaa2014-09-18 16:09:27 +10007952 if (nfs4_async_handle_error(task, server, NULL, NULL) != -EAGAIN)
Trond Myklebustf22e5ed2013-12-04 12:09:45 -05007953 break;
Trond Myklebustd00c5d42011-10-19 12:17:29 -07007954 rpc_restart_call_prepare(task);
Benny Halevycbe82602011-05-22 19:52:37 +03007955 return;
7956 }
Benny Halevycbe82602011-05-22 19:52:37 +03007957 dprintk("<-- %s\n", __func__);
7958}
7959
7960static void nfs4_layoutreturn_release(void *calldata)
7961{
7962 struct nfs4_layoutreturn *lrp = calldata;
Trond Myklebust849b2862012-09-24 14:18:39 -04007963 struct pnfs_layout_hdr *lo = lrp->args.layout;
Benny Halevycbe82602011-05-22 19:52:37 +03007964
7965 dprintk("--> %s\n", __func__);
Trond Myklebust849b2862012-09-24 14:18:39 -04007966 spin_lock(&lo->plh_inode->i_lock);
7967 if (lrp->res.lrs_present)
7968 pnfs_set_layout_stateid(lo, &lrp->res.stateid, true);
Tom Haynesd67ae822014-12-11 17:02:04 -05007969 pnfs_clear_layoutreturn_waitbit(lo);
Peng Tao193e3aa2014-11-17 09:30:41 +08007970 clear_bit(NFS_LAYOUT_RETURN_BEFORE_CLOSE, &lo->plh_flags);
7971 rpc_wake_up(&NFS_SERVER(lo->plh_inode)->roc_rpcwaitq);
Trond Myklebust849b2862012-09-24 14:18:39 -04007972 lo->plh_block_lgets--;
7973 spin_unlock(&lo->plh_inode->i_lock);
Trond Myklebust70c3bd22012-09-18 20:51:13 -04007974 pnfs_put_layout_hdr(lrp->args.layout);
Trond Myklebust5a0ec8ac2015-02-05 16:35:16 -05007975 nfs_iput_and_deactive(lrp->inode);
Benny Halevycbe82602011-05-22 19:52:37 +03007976 kfree(calldata);
7977 dprintk("<-- %s\n", __func__);
7978}
7979
7980static const struct rpc_call_ops nfs4_layoutreturn_call_ops = {
7981 .rpc_call_prepare = nfs4_layoutreturn_prepare,
7982 .rpc_call_done = nfs4_layoutreturn_done,
7983 .rpc_release = nfs4_layoutreturn_release,
7984};
7985
Peng Tao6c166052014-11-17 09:30:40 +08007986int nfs4_proc_layoutreturn(struct nfs4_layoutreturn *lrp, bool sync)
Benny Halevycbe82602011-05-22 19:52:37 +03007987{
7988 struct rpc_task *task;
7989 struct rpc_message msg = {
7990 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LAYOUTRETURN],
7991 .rpc_argp = &lrp->args,
7992 .rpc_resp = &lrp->res,
Trond Myklebust95560002013-05-20 10:43:47 -04007993 .rpc_cred = lrp->cred,
Benny Halevycbe82602011-05-22 19:52:37 +03007994 };
7995 struct rpc_task_setup task_setup_data = {
Andy Adamson1771c572013-07-22 12:42:05 -04007996 .rpc_client = NFS_SERVER(lrp->args.inode)->client,
Benny Halevycbe82602011-05-22 19:52:37 +03007997 .rpc_message = &msg,
7998 .callback_ops = &nfs4_layoutreturn_call_ops,
7999 .callback_data = lrp,
8000 };
Peng Tao6c166052014-11-17 09:30:40 +08008001 int status = 0;
Benny Halevycbe82602011-05-22 19:52:37 +03008002
8003 dprintk("--> %s\n", __func__);
Trond Myklebust5a0ec8ac2015-02-05 16:35:16 -05008004 if (!sync) {
8005 lrp->inode = nfs_igrab_and_active(lrp->args.inode);
8006 if (!lrp->inode) {
8007 nfs4_layoutreturn_release(lrp);
8008 return -EAGAIN;
8009 }
8010 task_setup_data.flags |= RPC_TASK_ASYNC;
8011 }
Chuck Levera9c92d62013-08-09 12:48:18 -04008012 nfs4_init_sequence(&lrp->args.seq_args, &lrp->res.seq_res, 1);
Benny Halevycbe82602011-05-22 19:52:37 +03008013 task = rpc_run_task(&task_setup_data);
8014 if (IS_ERR(task))
8015 return PTR_ERR(task);
Trond Myklebust5a0ec8ac2015-02-05 16:35:16 -05008016 if (sync)
8017 status = task->tk_status;
Trond Myklebust1037e6e2013-08-14 16:36:51 -04008018 trace_nfs4_layoutreturn(lrp->args.inode, status);
Benny Halevycbe82602011-05-22 19:52:37 +03008019 dprintk("<-- %s status=%d\n", __func__, status);
8020 rpc_put_task(task);
8021 return status;
8022}
8023
Andy Adamsonb1f69b72010-10-20 00:18:03 -04008024static int
Trond Myklebustcd5875f2013-05-20 11:42:54 -04008025_nfs4_proc_getdeviceinfo(struct nfs_server *server,
8026 struct pnfs_device *pdev,
8027 struct rpc_cred *cred)
Andy Adamsonb1f69b72010-10-20 00:18:03 -04008028{
8029 struct nfs4_getdeviceinfo_args args = {
8030 .pdev = pdev,
Trond Myklebust4e590802015-03-09 14:01:25 -04008031 .notify_types = NOTIFY_DEVICEID4_CHANGE |
8032 NOTIFY_DEVICEID4_DELETE,
Andy Adamsonb1f69b72010-10-20 00:18:03 -04008033 };
8034 struct nfs4_getdeviceinfo_res res = {
8035 .pdev = pdev,
8036 };
8037 struct rpc_message msg = {
8038 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GETDEVICEINFO],
8039 .rpc_argp = &args,
8040 .rpc_resp = &res,
Trond Myklebustcd5875f2013-05-20 11:42:54 -04008041 .rpc_cred = cred,
Andy Adamsonb1f69b72010-10-20 00:18:03 -04008042 };
8043 int status;
8044
8045 dprintk("--> %s\n", __func__);
Bryan Schumaker7c513052011-03-24 17:12:24 +00008046 status = nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Trond Myklebust4e590802015-03-09 14:01:25 -04008047 if (res.notification & ~args.notify_types)
8048 dprintk("%s: unsupported notification\n", __func__);
Trond Myklebustdf526992015-03-09 14:48:32 -04008049 if (res.notification != args.notify_types)
8050 pdev->nocache = 1;
Trond Myklebust4e590802015-03-09 14:01:25 -04008051
Andy Adamsonb1f69b72010-10-20 00:18:03 -04008052 dprintk("<-- %s status=%d\n", __func__, status);
8053
8054 return status;
8055}
8056
Trond Myklebustcd5875f2013-05-20 11:42:54 -04008057int nfs4_proc_getdeviceinfo(struct nfs_server *server,
8058 struct pnfs_device *pdev,
8059 struct rpc_cred *cred)
Andy Adamsonb1f69b72010-10-20 00:18:03 -04008060{
8061 struct nfs4_exception exception = { };
8062 int err;
8063
8064 do {
8065 err = nfs4_handle_exception(server,
Trond Myklebustcd5875f2013-05-20 11:42:54 -04008066 _nfs4_proc_getdeviceinfo(server, pdev, cred),
Andy Adamsonb1f69b72010-10-20 00:18:03 -04008067 &exception);
8068 } while (exception.retry);
8069 return err;
8070}
8071EXPORT_SYMBOL_GPL(nfs4_proc_getdeviceinfo);
8072
Andy Adamson863a3c62011-03-23 13:27:54 +00008073static void nfs4_layoutcommit_prepare(struct rpc_task *task, void *calldata)
8074{
8075 struct nfs4_layoutcommit_data *data = calldata;
8076 struct nfs_server *server = NFS_SERVER(data->args.inode);
Trond Myklebust6ba7db32012-10-22 20:07:20 -04008077 struct nfs4_session *session = nfs4_get_session(server);
Andy Adamson863a3c62011-03-23 13:27:54 +00008078
Trond Myklebustd9afbd12012-10-22 20:28:44 -04008079 nfs41_setup_sequence(session,
8080 &data->args.seq_args,
8081 &data->res.seq_res,
8082 task);
Andy Adamson863a3c62011-03-23 13:27:54 +00008083}
8084
8085static void
8086nfs4_layoutcommit_done(struct rpc_task *task, void *calldata)
8087{
8088 struct nfs4_layoutcommit_data *data = calldata;
8089 struct nfs_server *server = NFS_SERVER(data->args.inode);
8090
Trond Myklebust6ba7db32012-10-22 20:07:20 -04008091 if (!nfs41_sequence_done(task, &data->res.seq_res))
Andy Adamson863a3c62011-03-23 13:27:54 +00008092 return;
8093
8094 switch (task->tk_status) { /* Just ignore these failures */
Trond Myklebuste59d27e2012-03-27 18:22:19 -04008095 case -NFS4ERR_DELEG_REVOKED: /* layout was recalled */
8096 case -NFS4ERR_BADIOMODE: /* no IOMODE_RW layout for range */
8097 case -NFS4ERR_BADLAYOUT: /* no layout */
8098 case -NFS4ERR_GRACE: /* loca_recalim always false */
Andy Adamson863a3c62011-03-23 13:27:54 +00008099 task->tk_status = 0;
Trond Myklebuste59d27e2012-03-27 18:22:19 -04008100 case 0:
Trond Myklebuste59d27e2012-03-27 18:22:19 -04008101 break;
8102 default:
NeilBrown8478eaa2014-09-18 16:09:27 +10008103 if (nfs4_async_handle_error(task, server, NULL, NULL) == -EAGAIN) {
Trond Myklebuste59d27e2012-03-27 18:22:19 -04008104 rpc_restart_call_prepare(task);
8105 return;
8106 }
8107 }
Andy Adamson863a3c62011-03-23 13:27:54 +00008108}
8109
8110static void nfs4_layoutcommit_release(void *calldata)
8111{
8112 struct nfs4_layoutcommit_data *data = calldata;
8113
Andy Adamsondb29c082011-07-30 20:52:38 -04008114 pnfs_cleanup_layoutcommit(data);
Trond Myklebustd8c951c2014-01-13 12:08:11 -05008115 nfs_post_op_update_inode_force_wcc(data->args.inode,
8116 data->res.fattr);
Andy Adamson863a3c62011-03-23 13:27:54 +00008117 put_rpccred(data->cred);
Trond Myklebust472e2592015-02-05 16:50:30 -05008118 nfs_iput_and_deactive(data->inode);
Andy Adamson863a3c62011-03-23 13:27:54 +00008119 kfree(data);
8120}
8121
8122static const struct rpc_call_ops nfs4_layoutcommit_ops = {
8123 .rpc_call_prepare = nfs4_layoutcommit_prepare,
8124 .rpc_call_done = nfs4_layoutcommit_done,
8125 .rpc_release = nfs4_layoutcommit_release,
8126};
8127
8128int
Andy Adamsonef311532011-03-12 02:58:10 -05008129nfs4_proc_layoutcommit(struct nfs4_layoutcommit_data *data, bool sync)
Andy Adamson863a3c62011-03-23 13:27:54 +00008130{
8131 struct rpc_message msg = {
8132 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LAYOUTCOMMIT],
8133 .rpc_argp = &data->args,
8134 .rpc_resp = &data->res,
8135 .rpc_cred = data->cred,
8136 };
8137 struct rpc_task_setup task_setup_data = {
8138 .task = &data->task,
8139 .rpc_client = NFS_CLIENT(data->args.inode),
8140 .rpc_message = &msg,
8141 .callback_ops = &nfs4_layoutcommit_ops,
8142 .callback_data = data,
Andy Adamson863a3c62011-03-23 13:27:54 +00008143 };
8144 struct rpc_task *task;
8145 int status = 0;
8146
8147 dprintk("NFS: %4d initiating layoutcommit call. sync %d "
8148 "lbw: %llu inode %lu\n",
8149 data->task.tk_pid, sync,
8150 data->args.lastbytewritten,
8151 data->args.inode->i_ino);
8152
Trond Myklebust472e2592015-02-05 16:50:30 -05008153 if (!sync) {
8154 data->inode = nfs_igrab_and_active(data->args.inode);
8155 if (data->inode == NULL) {
8156 nfs4_layoutcommit_release(data);
8157 return -EAGAIN;
8158 }
8159 task_setup_data.flags = RPC_TASK_ASYNC;
8160 }
Chuck Levera9c92d62013-08-09 12:48:18 -04008161 nfs4_init_sequence(&data->args.seq_args, &data->res.seq_res, 1);
Andy Adamson863a3c62011-03-23 13:27:54 +00008162 task = rpc_run_task(&task_setup_data);
8163 if (IS_ERR(task))
8164 return PTR_ERR(task);
Trond Myklebust472e2592015-02-05 16:50:30 -05008165 if (sync)
8166 status = task->tk_status;
Trond Myklebust1037e6e2013-08-14 16:36:51 -04008167 trace_nfs4_layoutcommit(data->args.inode, status);
Andy Adamson863a3c62011-03-23 13:27:54 +00008168 dprintk("%s: status %d\n", __func__, status);
8169 rpc_put_task(task);
8170 return status;
8171}
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008172
Andy Adamson97431202013-08-08 10:57:56 -04008173/**
8174 * Use the state managment nfs_client cl_rpcclient, which uses krb5i (if
8175 * possible) as per RFC3530bis and RFC5661 Security Considerations sections
8176 */
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008177static int
8178_nfs41_proc_secinfo_no_name(struct nfs_server *server, struct nfs_fh *fhandle,
Weston Andros Adamsonb1b3e132013-09-04 12:13:19 -04008179 struct nfs_fsinfo *info,
8180 struct nfs4_secinfo_flavors *flavors, bool use_integrity)
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008181{
8182 struct nfs41_secinfo_no_name_args args = {
8183 .style = SECINFO_STYLE_CURRENT_FH,
8184 };
8185 struct nfs4_secinfo_res res = {
8186 .flavors = flavors,
8187 };
8188 struct rpc_message msg = {
8189 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SECINFO_NO_NAME],
8190 .rpc_argp = &args,
8191 .rpc_resp = &res,
8192 };
Weston Andros Adamsonb1b3e132013-09-04 12:13:19 -04008193 struct rpc_clnt *clnt = server->client;
Weston Andros Adamson7cb852d2013-09-10 18:44:31 -04008194 struct rpc_cred *cred = NULL;
Weston Andros Adamsonb1b3e132013-09-04 12:13:19 -04008195 int status;
8196
8197 if (use_integrity) {
8198 clnt = server->nfs_client->cl_rpcclient;
Weston Andros Adamson7cb852d2013-09-10 18:44:31 -04008199 cred = nfs4_get_clid_cred(server->nfs_client);
8200 msg.rpc_cred = cred;
Weston Andros Adamsonb1b3e132013-09-04 12:13:19 -04008201 }
8202
8203 dprintk("--> %s\n", __func__);
8204 status = nfs4_call_sync(clnt, server, &msg, &args.seq_args,
8205 &res.seq_res, 0);
8206 dprintk("<-- %s status=%d\n", __func__, status);
8207
Weston Andros Adamson7cb852d2013-09-10 18:44:31 -04008208 if (cred)
8209 put_rpccred(cred);
Weston Andros Adamsonb1b3e132013-09-04 12:13:19 -04008210
8211 return status;
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008212}
8213
8214static int
8215nfs41_proc_secinfo_no_name(struct nfs_server *server, struct nfs_fh *fhandle,
8216 struct nfs_fsinfo *info, struct nfs4_secinfo_flavors *flavors)
8217{
8218 struct nfs4_exception exception = { };
8219 int err;
8220 do {
Weston Andros Adamsonb1b3e132013-09-04 12:13:19 -04008221 /* first try using integrity protection */
8222 err = -NFS4ERR_WRONGSEC;
8223
8224 /* try to use integrity protection with machine cred */
8225 if (_nfs4_is_integrity_protected(server->nfs_client))
8226 err = _nfs41_proc_secinfo_no_name(server, fhandle, info,
8227 flavors, true);
8228
8229 /*
8230 * if unable to use integrity protection, or SECINFO with
8231 * integrity protection returns NFS4ERR_WRONGSEC (which is
8232 * disallowed by spec, but exists in deployed servers) use
8233 * the current filesystem's rpc_client and the user cred.
8234 */
8235 if (err == -NFS4ERR_WRONGSEC)
8236 err = _nfs41_proc_secinfo_no_name(server, fhandle, info,
8237 flavors, false);
8238
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008239 switch (err) {
8240 case 0:
8241 case -NFS4ERR_WRONGSEC:
Weston Andros Adamson78b19ba2014-01-13 16:54:45 -05008242 case -ENOTSUPP:
Trond Myklebust05e9cfb2012-03-27 18:13:02 -04008243 goto out;
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008244 default:
8245 err = nfs4_handle_exception(server, err, &exception);
8246 }
8247 } while (exception.retry);
Trond Myklebust05e9cfb2012-03-27 18:13:02 -04008248out:
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008249 return err;
8250}
8251
8252static int
8253nfs41_find_root_sec(struct nfs_server *server, struct nfs_fh *fhandle,
8254 struct nfs_fsinfo *info)
8255{
8256 int err;
8257 struct page *page;
Anna Schumaker367156d2013-09-25 17:02:48 -04008258 rpc_authflavor_t flavor = RPC_AUTH_MAXFLAVOR;
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008259 struct nfs4_secinfo_flavors *flavors;
Weston Andros Adamson58a8cf12013-09-24 13:58:02 -04008260 struct nfs4_secinfo4 *secinfo;
8261 int i;
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008262
8263 page = alloc_page(GFP_KERNEL);
8264 if (!page) {
8265 err = -ENOMEM;
8266 goto out;
8267 }
8268
8269 flavors = page_address(page);
8270 err = nfs41_proc_secinfo_no_name(server, fhandle, info, flavors);
8271
8272 /*
8273 * Fall back on "guess and check" method if
8274 * the server doesn't support SECINFO_NO_NAME
8275 */
Weston Andros Adamson78b19ba2014-01-13 16:54:45 -05008276 if (err == -NFS4ERR_WRONGSEC || err == -ENOTSUPP) {
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008277 err = nfs4_find_root_sec(server, fhandle, info);
8278 goto out_freepage;
8279 }
8280 if (err)
8281 goto out_freepage;
8282
Weston Andros Adamson58a8cf12013-09-24 13:58:02 -04008283 for (i = 0; i < flavors->num_flavors; i++) {
8284 secinfo = &flavors->flavors[i];
8285
8286 switch (secinfo->flavor) {
8287 case RPC_AUTH_NULL:
8288 case RPC_AUTH_UNIX:
8289 case RPC_AUTH_GSS:
8290 flavor = rpcauth_get_pseudoflavor(secinfo->flavor,
8291 &secinfo->flavor_info);
8292 break;
8293 default:
8294 flavor = RPC_AUTH_MAXFLAVOR;
8295 break;
8296 }
8297
Weston Andros Adamson4d4b69d2013-10-18 15:15:19 -04008298 if (!nfs_auth_info_match(&server->auth_info, flavor))
8299 flavor = RPC_AUTH_MAXFLAVOR;
8300
Weston Andros Adamson58a8cf12013-09-24 13:58:02 -04008301 if (flavor != RPC_AUTH_MAXFLAVOR) {
8302 err = nfs4_lookup_root_sec(server, fhandle,
8303 info, flavor);
8304 if (!err)
8305 break;
8306 }
8307 }
8308
8309 if (flavor == RPC_AUTH_MAXFLAVOR)
8310 err = -EPERM;
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008311
8312out_freepage:
8313 put_page(page);
8314 if (err == -EACCES)
8315 return -EPERM;
8316out:
8317 return err;
8318}
Bryan Schumaker1cab0652012-01-31 10:39:29 -05008319
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008320static int _nfs41_test_stateid(struct nfs_server *server,
8321 nfs4_stateid *stateid,
8322 struct rpc_cred *cred)
Bryan Schumaker7d974792011-06-02 14:59:08 -04008323{
8324 int status;
8325 struct nfs41_test_stateid_args args = {
Bryan Schumaker1cab0652012-01-31 10:39:29 -05008326 .stateid = stateid,
Bryan Schumaker7d974792011-06-02 14:59:08 -04008327 };
8328 struct nfs41_test_stateid_res res;
8329 struct rpc_message msg = {
8330 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_TEST_STATEID],
8331 .rpc_argp = &args,
8332 .rpc_resp = &res,
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008333 .rpc_cred = cred,
Bryan Schumaker7d974792011-06-02 14:59:08 -04008334 };
Weston Andros Adamson3787d502013-08-13 16:37:36 -04008335 struct rpc_clnt *rpc_client = server->client;
8336
8337 nfs4_state_protect(server->nfs_client, NFS_SP4_MACH_CRED_STATEID,
8338 &rpc_client, &msg);
Bryan Schumaker1cab0652012-01-31 10:39:29 -05008339
Chuck Lever38527b12012-07-11 16:30:23 -04008340 dprintk("NFS call test_stateid %p\n", stateid);
Chuck Levera9c92d62013-08-09 12:48:18 -04008341 nfs4_init_sequence(&args.seq_args, &res.seq_res, 0);
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04008342 nfs4_set_sequence_privileged(&args.seq_args);
Weston Andros Adamson3787d502013-08-13 16:37:36 -04008343 status = nfs4_call_sync_sequence(rpc_client, server, &msg,
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04008344 &args.seq_args, &res.seq_res);
Chuck Lever38527b12012-07-11 16:30:23 -04008345 if (status != NFS_OK) {
8346 dprintk("NFS reply test_stateid: failed, %d\n", status);
Chuck Lever377e5072012-07-11 16:29:45 -04008347 return status;
Chuck Lever38527b12012-07-11 16:30:23 -04008348 }
8349 dprintk("NFS reply test_stateid: succeeded, %d\n", -res.status);
Chuck Lever377e5072012-07-11 16:29:45 -04008350 return -res.status;
Bryan Schumaker7d974792011-06-02 14:59:08 -04008351}
8352
Chuck Lever38527b12012-07-11 16:30:23 -04008353/**
8354 * nfs41_test_stateid - perform a TEST_STATEID operation
8355 *
8356 * @server: server / transport on which to perform the operation
8357 * @stateid: state ID to test
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008358 * @cred: credential
Chuck Lever38527b12012-07-11 16:30:23 -04008359 *
8360 * Returns NFS_OK if the server recognizes that "stateid" is valid.
8361 * Otherwise a negative NFS4ERR value is returned if the operation
8362 * failed or the state ID is not currently valid.
8363 */
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008364static int nfs41_test_stateid(struct nfs_server *server,
8365 nfs4_stateid *stateid,
8366 struct rpc_cred *cred)
Bryan Schumaker7d974792011-06-02 14:59:08 -04008367{
8368 struct nfs4_exception exception = { };
8369 int err;
8370 do {
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008371 err = _nfs41_test_stateid(server, stateid, cred);
Chuck Lever377e5072012-07-11 16:29:45 -04008372 if (err != -NFS4ERR_DELAY)
8373 break;
8374 nfs4_handle_exception(server, err, &exception);
Bryan Schumaker7d974792011-06-02 14:59:08 -04008375 } while (exception.retry);
8376 return err;
8377}
Bryan Schumaker9aeda352011-06-02 14:59:09 -04008378
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04008379struct nfs_free_stateid_data {
8380 struct nfs_server *server;
8381 struct nfs41_free_stateid_args args;
Bryan Schumaker9aeda352011-06-02 14:59:09 -04008382 struct nfs41_free_stateid_res res;
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04008383};
8384
8385static void nfs41_free_stateid_prepare(struct rpc_task *task, void *calldata)
8386{
8387 struct nfs_free_stateid_data *data = calldata;
8388 nfs41_setup_sequence(nfs4_get_session(data->server),
8389 &data->args.seq_args,
8390 &data->res.seq_res,
8391 task);
8392}
8393
8394static void nfs41_free_stateid_done(struct rpc_task *task, void *calldata)
8395{
8396 struct nfs_free_stateid_data *data = calldata;
8397
8398 nfs41_sequence_done(task, &data->res.seq_res);
8399
8400 switch (task->tk_status) {
8401 case -NFS4ERR_DELAY:
NeilBrown8478eaa2014-09-18 16:09:27 +10008402 if (nfs4_async_handle_error(task, data->server, NULL, NULL) == -EAGAIN)
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04008403 rpc_restart_call_prepare(task);
8404 }
8405}
8406
8407static void nfs41_free_stateid_release(void *calldata)
8408{
8409 kfree(calldata);
8410}
8411
Trond Myklebust17f26b12013-08-21 15:48:42 -04008412static const struct rpc_call_ops nfs41_free_stateid_ops = {
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04008413 .rpc_call_prepare = nfs41_free_stateid_prepare,
8414 .rpc_call_done = nfs41_free_stateid_done,
8415 .rpc_release = nfs41_free_stateid_release,
8416};
8417
8418static struct rpc_task *_nfs41_free_stateid(struct nfs_server *server,
8419 nfs4_stateid *stateid,
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008420 struct rpc_cred *cred,
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04008421 bool privileged)
8422{
Bryan Schumaker9aeda352011-06-02 14:59:09 -04008423 struct rpc_message msg = {
8424 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FREE_STATEID],
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008425 .rpc_cred = cred,
Bryan Schumaker9aeda352011-06-02 14:59:09 -04008426 };
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04008427 struct rpc_task_setup task_setup = {
8428 .rpc_client = server->client,
8429 .rpc_message = &msg,
8430 .callback_ops = &nfs41_free_stateid_ops,
8431 .flags = RPC_TASK_ASYNC,
8432 };
8433 struct nfs_free_stateid_data *data;
Bryan Schumaker9aeda352011-06-02 14:59:09 -04008434
Weston Andros Adamson3787d502013-08-13 16:37:36 -04008435 nfs4_state_protect(server->nfs_client, NFS_SP4_MACH_CRED_STATEID,
8436 &task_setup.rpc_client, &msg);
8437
Chuck Lever38527b12012-07-11 16:30:23 -04008438 dprintk("NFS call free_stateid %p\n", stateid);
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04008439 data = kmalloc(sizeof(*data), GFP_NOFS);
8440 if (!data)
8441 return ERR_PTR(-ENOMEM);
8442 data->server = server;
8443 nfs4_stateid_copy(&data->args.stateid, stateid);
8444
8445 task_setup.callback_data = data;
8446
8447 msg.rpc_argp = &data->args;
8448 msg.rpc_resp = &data->res;
Chuck Levera9c92d62013-08-09 12:48:18 -04008449 nfs4_init_sequence(&data->args.seq_args, &data->res.seq_res, 0);
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04008450 if (privileged)
8451 nfs4_set_sequence_privileged(&data->args.seq_args);
8452
8453 return rpc_run_task(&task_setup);
Bryan Schumaker9aeda352011-06-02 14:59:09 -04008454}
8455
Chuck Lever38527b12012-07-11 16:30:23 -04008456/**
8457 * nfs41_free_stateid - perform a FREE_STATEID operation
8458 *
8459 * @server: server / transport on which to perform the operation
8460 * @stateid: state ID to release
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008461 * @cred: credential
Chuck Lever38527b12012-07-11 16:30:23 -04008462 *
8463 * Returns NFS_OK if the server freed "stateid". Otherwise a
8464 * negative NFS4ERR value is returned.
8465 */
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008466static int nfs41_free_stateid(struct nfs_server *server,
8467 nfs4_stateid *stateid,
8468 struct rpc_cred *cred)
Bryan Schumaker9aeda352011-06-02 14:59:09 -04008469{
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04008470 struct rpc_task *task;
8471 int ret;
8472
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008473 task = _nfs41_free_stateid(server, stateid, cred, true);
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04008474 if (IS_ERR(task))
8475 return PTR_ERR(task);
8476 ret = rpc_wait_for_completion_task(task);
8477 if (!ret)
8478 ret = task->tk_status;
8479 rpc_put_task(task);
8480 return ret;
Bryan Schumaker9aeda352011-06-02 14:59:09 -04008481}
Trond Myklebust36281ca2012-03-04 18:13:56 -05008482
Jeff Laytonf1cdae82014-05-01 06:28:47 -04008483static void
8484nfs41_free_lock_state(struct nfs_server *server, struct nfs4_lock_state *lsp)
Trond Myklebustc8b2d0b2013-05-03 16:22:55 -04008485{
8486 struct rpc_task *task;
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008487 struct rpc_cred *cred = lsp->ls_state->owner->so_cred;
Trond Myklebustc8b2d0b2013-05-03 16:22:55 -04008488
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008489 task = _nfs41_free_stateid(server, &lsp->ls_stateid, cred, false);
Trond Myklebustc8b2d0b2013-05-03 16:22:55 -04008490 nfs4_free_lock_state(server, lsp);
8491 if (IS_ERR(task))
Jeff Laytonf1cdae82014-05-01 06:28:47 -04008492 return;
Trond Myklebustc8b2d0b2013-05-03 16:22:55 -04008493 rpc_put_task(task);
Trond Myklebustc8b2d0b2013-05-03 16:22:55 -04008494}
8495
Trond Myklebust36281ca2012-03-04 18:13:56 -05008496static bool nfs41_match_stateid(const nfs4_stateid *s1,
8497 const nfs4_stateid *s2)
8498{
Trond Myklebust2d2f24a2012-03-04 18:13:57 -05008499 if (memcmp(s1->other, s2->other, sizeof(s1->other)) != 0)
Trond Myklebust36281ca2012-03-04 18:13:56 -05008500 return false;
8501
Trond Myklebust2d2f24a2012-03-04 18:13:57 -05008502 if (s1->seqid == s2->seqid)
Trond Myklebust36281ca2012-03-04 18:13:56 -05008503 return true;
Trond Myklebust2d2f24a2012-03-04 18:13:57 -05008504 if (s1->seqid == 0 || s2->seqid == 0)
Trond Myklebust36281ca2012-03-04 18:13:56 -05008505 return true;
8506
8507 return false;
8508}
8509
Andy Adamson557134a2009-04-01 09:21:53 -04008510#endif /* CONFIG_NFS_V4_1 */
8511
Trond Myklebust36281ca2012-03-04 18:13:56 -05008512static bool nfs4_match_stateid(const nfs4_stateid *s1,
8513 const nfs4_stateid *s2)
8514{
Trond Myklebustf597c532012-03-04 18:13:56 -05008515 return nfs4_stateid_match(s1, s2);
Trond Myklebust36281ca2012-03-04 18:13:56 -05008516}
8517
8518
Trond Myklebust17280172012-03-11 13:11:00 -04008519static const struct nfs4_state_recovery_ops nfs40_reboot_recovery_ops = {
Trond Myklebust7eff03a2008-12-23 15:21:43 -05008520 .owner_flag_bit = NFS_OWNER_RECLAIM_REBOOT,
Trond Myklebustb79a4a12008-12-23 15:21:41 -05008521 .state_flag_bit = NFS_STATE_RECLAIM_REBOOT,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008522 .recover_open = nfs4_open_reclaim,
8523 .recover_lock = nfs4_lock_reclaim,
Andy Adamson591d71c2009-04-01 09:22:47 -04008524 .establish_clid = nfs4_init_clientid,
Chuck Lever05f4c352012-09-14 17:24:32 -04008525 .detect_trunking = nfs40_discover_server_trunking,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008526};
8527
Andy Adamson591d71c2009-04-01 09:22:47 -04008528#if defined(CONFIG_NFS_V4_1)
Trond Myklebust17280172012-03-11 13:11:00 -04008529static const struct nfs4_state_recovery_ops nfs41_reboot_recovery_ops = {
Andy Adamson591d71c2009-04-01 09:22:47 -04008530 .owner_flag_bit = NFS_OWNER_RECLAIM_REBOOT,
8531 .state_flag_bit = NFS_STATE_RECLAIM_REBOOT,
8532 .recover_open = nfs4_open_reclaim,
8533 .recover_lock = nfs4_lock_reclaim,
Andy Adamson4d643d12009-12-04 15:52:24 -05008534 .establish_clid = nfs41_init_clientid,
Ricardo Labiagafce5c832009-12-05 16:08:41 -05008535 .reclaim_complete = nfs41_proc_reclaim_complete,
Chuck Lever05f4c352012-09-14 17:24:32 -04008536 .detect_trunking = nfs41_discover_server_trunking,
Andy Adamson591d71c2009-04-01 09:22:47 -04008537};
8538#endif /* CONFIG_NFS_V4_1 */
8539
Trond Myklebust17280172012-03-11 13:11:00 -04008540static const struct nfs4_state_recovery_ops nfs40_nograce_recovery_ops = {
Trond Myklebust7eff03a2008-12-23 15:21:43 -05008541 .owner_flag_bit = NFS_OWNER_RECLAIM_NOGRACE,
Trond Myklebustb79a4a12008-12-23 15:21:41 -05008542 .state_flag_bit = NFS_STATE_RECLAIM_NOGRACE,
Trond Myklebust4dfd4f72014-10-17 15:10:25 +03008543 .recover_open = nfs40_open_expired,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008544 .recover_lock = nfs4_lock_expired,
Andy Adamson591d71c2009-04-01 09:22:47 -04008545 .establish_clid = nfs4_init_clientid,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008546};
8547
Andy Adamson591d71c2009-04-01 09:22:47 -04008548#if defined(CONFIG_NFS_V4_1)
Trond Myklebust17280172012-03-11 13:11:00 -04008549static const struct nfs4_state_recovery_ops nfs41_nograce_recovery_ops = {
Andy Adamson591d71c2009-04-01 09:22:47 -04008550 .owner_flag_bit = NFS_OWNER_RECLAIM_NOGRACE,
8551 .state_flag_bit = NFS_STATE_RECLAIM_NOGRACE,
Bryan Schumakerf062eb62011-06-02 14:59:10 -04008552 .recover_open = nfs41_open_expired,
8553 .recover_lock = nfs41_lock_expired,
Andy Adamson4d643d12009-12-04 15:52:24 -05008554 .establish_clid = nfs41_init_clientid,
Andy Adamson591d71c2009-04-01 09:22:47 -04008555};
8556#endif /* CONFIG_NFS_V4_1 */
8557
Trond Myklebust17280172012-03-11 13:11:00 -04008558static const struct nfs4_state_maintenance_ops nfs40_state_renewal_ops = {
Benny Halevy29fba382009-04-01 09:22:44 -04008559 .sched_state_renewal = nfs4_proc_async_renew,
Andy Adamsona7b72102009-04-01 09:22:46 -04008560 .get_state_renewal_cred_locked = nfs4_get_renew_cred_locked,
Benny Halevy8e69514f2009-04-01 09:22:45 -04008561 .renew_lease = nfs4_proc_renew,
Benny Halevy29fba382009-04-01 09:22:44 -04008562};
8563
8564#if defined(CONFIG_NFS_V4_1)
Trond Myklebust17280172012-03-11 13:11:00 -04008565static const struct nfs4_state_maintenance_ops nfs41_state_renewal_ops = {
Benny Halevy29fba382009-04-01 09:22:44 -04008566 .sched_state_renewal = nfs41_proc_async_sequence,
Andy Adamsona7b72102009-04-01 09:22:46 -04008567 .get_state_renewal_cred_locked = nfs4_get_machine_cred_locked,
Benny Halevy8e69514f2009-04-01 09:22:45 -04008568 .renew_lease = nfs4_proc_sequence,
Benny Halevy29fba382009-04-01 09:22:44 -04008569};
8570#endif
8571
Chuck Leverec011fe2013-10-17 14:12:39 -04008572static const struct nfs4_mig_recovery_ops nfs40_mig_recovery_ops = {
Chuck Leverb03d7352013-10-17 14:12:50 -04008573 .get_locations = _nfs40_proc_get_locations,
Chuck Lever44c99932013-10-17 14:13:30 -04008574 .fsid_present = _nfs40_proc_fsid_present,
Chuck Leverec011fe2013-10-17 14:12:39 -04008575};
8576
8577#if defined(CONFIG_NFS_V4_1)
8578static const struct nfs4_mig_recovery_ops nfs41_mig_recovery_ops = {
Chuck Leverb03d7352013-10-17 14:12:50 -04008579 .get_locations = _nfs41_proc_get_locations,
Chuck Lever44c99932013-10-17 14:13:30 -04008580 .fsid_present = _nfs41_proc_fsid_present,
Chuck Leverec011fe2013-10-17 14:12:39 -04008581};
8582#endif /* CONFIG_NFS_V4_1 */
8583
Trond Myklebust97dc1352010-06-16 09:52:26 -04008584static const struct nfs4_minor_version_ops nfs_v4_0_minor_ops = {
8585 .minor_version = 0,
Trond Myklebust39c6daa2013-03-15 16:11:57 -04008586 .init_caps = NFS_CAP_READDIRPLUS
8587 | NFS_CAP_ATOMIC_OPEN
8588 | NFS_CAP_CHANGE_ATTR
8589 | NFS_CAP_POSIX_LOCK,
Chuck Leverabf79bb2013-08-09 12:49:11 -04008590 .init_client = nfs40_init_client,
8591 .shutdown_client = nfs40_shutdown_client,
Trond Myklebust36281ca2012-03-04 18:13:56 -05008592 .match_stateid = nfs4_match_stateid,
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008593 .find_root_sec = nfs4_find_root_sec,
Trond Myklebustc8b2d0b2013-05-03 16:22:55 -04008594 .free_lock_state = nfs4_release_lockowner,
Trond Myklebust63f5f792015-01-23 19:19:25 -05008595 .alloc_seqid = nfs_alloc_seqid,
Chuck Lever9915ea72013-08-09 12:48:27 -04008596 .call_sync_ops = &nfs40_call_sync_ops,
Trond Myklebustc48f4f32010-06-16 09:52:27 -04008597 .reboot_recovery_ops = &nfs40_reboot_recovery_ops,
8598 .nograce_recovery_ops = &nfs40_nograce_recovery_ops,
8599 .state_renewal_ops = &nfs40_state_renewal_ops,
Chuck Leverec011fe2013-10-17 14:12:39 -04008600 .mig_recovery_ops = &nfs40_mig_recovery_ops,
Trond Myklebust97dc1352010-06-16 09:52:26 -04008601};
8602
8603#if defined(CONFIG_NFS_V4_1)
Trond Myklebust63f5f792015-01-23 19:19:25 -05008604static struct nfs_seqid *
8605nfs_alloc_no_seqid(struct nfs_seqid_counter *arg1, gfp_t arg2)
8606{
8607 return NULL;
8608}
8609
Trond Myklebust97dc1352010-06-16 09:52:26 -04008610static const struct nfs4_minor_version_ops nfs_v4_1_minor_ops = {
8611 .minor_version = 1,
Trond Myklebust39c6daa2013-03-15 16:11:57 -04008612 .init_caps = NFS_CAP_READDIRPLUS
8613 | NFS_CAP_ATOMIC_OPEN
8614 | NFS_CAP_CHANGE_ATTR
Trond Myklebust3b664862013-03-17 15:31:15 -04008615 | NFS_CAP_POSIX_LOCK
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04008616 | NFS_CAP_STATEID_NFSV41
Anna Schumakere9831202014-10-22 15:53:10 -04008617 | NFS_CAP_ATOMIC_OPEN_V1,
Chuck Leverabf79bb2013-08-09 12:49:11 -04008618 .init_client = nfs41_init_client,
8619 .shutdown_client = nfs41_shutdown_client,
Trond Myklebust36281ca2012-03-04 18:13:56 -05008620 .match_stateid = nfs41_match_stateid,
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008621 .find_root_sec = nfs41_find_root_sec,
Trond Myklebustc8b2d0b2013-05-03 16:22:55 -04008622 .free_lock_state = nfs41_free_lock_state,
Trond Myklebust63f5f792015-01-23 19:19:25 -05008623 .alloc_seqid = nfs_alloc_no_seqid,
Chuck Lever9915ea72013-08-09 12:48:27 -04008624 .call_sync_ops = &nfs41_call_sync_ops,
Trond Myklebustc48f4f32010-06-16 09:52:27 -04008625 .reboot_recovery_ops = &nfs41_reboot_recovery_ops,
8626 .nograce_recovery_ops = &nfs41_nograce_recovery_ops,
8627 .state_renewal_ops = &nfs41_state_renewal_ops,
Chuck Leverec011fe2013-10-17 14:12:39 -04008628 .mig_recovery_ops = &nfs41_mig_recovery_ops,
Trond Myklebust97dc1352010-06-16 09:52:26 -04008629};
8630#endif
8631
Steve Dickson42c2c422013-05-22 12:50:38 -04008632#if defined(CONFIG_NFS_V4_2)
8633static const struct nfs4_minor_version_ops nfs_v4_2_minor_ops = {
8634 .minor_version = 2,
Bryan Schumaker70173102013-06-19 13:41:43 -04008635 .init_caps = NFS_CAP_READDIRPLUS
8636 | NFS_CAP_ATOMIC_OPEN
8637 | NFS_CAP_CHANGE_ATTR
8638 | NFS_CAP_POSIX_LOCK
8639 | NFS_CAP_STATEID_NFSV41
Anna Schumakere9831202014-10-22 15:53:10 -04008640 | NFS_CAP_ATOMIC_OPEN_V1
Anna Schumakerf4ac1672014-11-25 13:18:15 -05008641 | NFS_CAP_ALLOCATE
Anna Schumaker624bd5b2014-11-25 13:18:16 -05008642 | NFS_CAP_DEALLOCATE
Anna Schumakere9831202014-10-22 15:53:10 -04008643 | NFS_CAP_SEEK,
Chuck Leverabf79bb2013-08-09 12:49:11 -04008644 .init_client = nfs41_init_client,
8645 .shutdown_client = nfs41_shutdown_client,
Steve Dickson42c2c422013-05-22 12:50:38 -04008646 .match_stateid = nfs41_match_stateid,
8647 .find_root_sec = nfs41_find_root_sec,
Bryan Schumaker70173102013-06-19 13:41:43 -04008648 .free_lock_state = nfs41_free_lock_state,
Chuck Lever9915ea72013-08-09 12:48:27 -04008649 .call_sync_ops = &nfs41_call_sync_ops,
Trond Myklebust63f5f792015-01-23 19:19:25 -05008650 .alloc_seqid = nfs_alloc_no_seqid,
Steve Dickson42c2c422013-05-22 12:50:38 -04008651 .reboot_recovery_ops = &nfs41_reboot_recovery_ops,
8652 .nograce_recovery_ops = &nfs41_nograce_recovery_ops,
8653 .state_renewal_ops = &nfs41_state_renewal_ops,
8654};
8655#endif
8656
Trond Myklebust97dc1352010-06-16 09:52:26 -04008657const struct nfs4_minor_version_ops *nfs_v4_minor_ops[] = {
8658 [0] = &nfs_v4_0_minor_ops,
8659#if defined(CONFIG_NFS_V4_1)
8660 [1] = &nfs_v4_1_minor_ops,
8661#endif
Steve Dickson42c2c422013-05-22 12:50:38 -04008662#if defined(CONFIG_NFS_V4_2)
8663 [2] = &nfs_v4_2_minor_ops,
8664#endif
Trond Myklebust97dc1352010-06-16 09:52:26 -04008665};
8666
Trond Myklebust17f26b12013-08-21 15:48:42 -04008667static const struct inode_operations nfs4_dir_inode_operations = {
Bryan Schumaker73a79702012-07-16 16:39:12 -04008668 .create = nfs_create,
8669 .lookup = nfs_lookup,
8670 .atomic_open = nfs_atomic_open,
8671 .link = nfs_link,
8672 .unlink = nfs_unlink,
8673 .symlink = nfs_symlink,
8674 .mkdir = nfs_mkdir,
8675 .rmdir = nfs_rmdir,
8676 .mknod = nfs_mknod,
8677 .rename = nfs_rename,
8678 .permission = nfs_permission,
8679 .getattr = nfs_getattr,
8680 .setattr = nfs_setattr,
8681 .getxattr = generic_getxattr,
8682 .setxattr = generic_setxattr,
8683 .listxattr = generic_listxattr,
8684 .removexattr = generic_removexattr,
8685};
8686
Arjan van de Ven92e1d5b2007-02-12 00:55:39 -08008687static const struct inode_operations nfs4_file_inode_operations = {
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00008688 .permission = nfs_permission,
8689 .getattr = nfs_getattr,
8690 .setattr = nfs_setattr,
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00008691 .getxattr = generic_getxattr,
8692 .setxattr = generic_setxattr,
8693 .listxattr = generic_listxattr,
8694 .removexattr = generic_removexattr,
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00008695};
8696
David Howells509de812006-08-22 20:06:11 -04008697const struct nfs_rpc_ops nfs_v4_clientops = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07008698 .version = 4, /* protocol version */
8699 .dentry_ops = &nfs4_dentry_operations,
8700 .dir_inode_ops = &nfs4_dir_inode_operations,
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00008701 .file_inode_ops = &nfs4_file_inode_operations,
Jeff Layton1788ea62011-11-04 13:31:21 -04008702 .file_ops = &nfs4_file_operations,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008703 .getroot = nfs4_proc_get_root,
Bryan Schumaker281cad42012-04-27 13:27:45 -04008704 .submount = nfs4_submount,
Bryan Schumakerff9099f22012-07-30 16:05:18 -04008705 .try_mount = nfs4_try_mount,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008706 .getattr = nfs4_proc_getattr,
8707 .setattr = nfs4_proc_setattr,
8708 .lookup = nfs4_proc_lookup,
8709 .access = nfs4_proc_access,
8710 .readlink = nfs4_proc_readlink,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008711 .create = nfs4_proc_create,
8712 .remove = nfs4_proc_remove,
8713 .unlink_setup = nfs4_proc_unlink_setup,
Bryan Schumaker34e137c2012-03-19 14:54:41 -04008714 .unlink_rpc_prepare = nfs4_proc_unlink_rpc_prepare,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008715 .unlink_done = nfs4_proc_unlink_done,
Jeff Laytond3d41522010-09-17 17:31:57 -04008716 .rename_setup = nfs4_proc_rename_setup,
Bryan Schumakerc6bfa1a2012-03-19 14:54:42 -04008717 .rename_rpc_prepare = nfs4_proc_rename_rpc_prepare,
Jeff Laytond3d41522010-09-17 17:31:57 -04008718 .rename_done = nfs4_proc_rename_done,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008719 .link = nfs4_proc_link,
8720 .symlink = nfs4_proc_symlink,
8721 .mkdir = nfs4_proc_mkdir,
8722 .rmdir = nfs4_proc_remove,
8723 .readdir = nfs4_proc_readdir,
8724 .mknod = nfs4_proc_mknod,
8725 .statfs = nfs4_proc_statfs,
8726 .fsinfo = nfs4_proc_fsinfo,
8727 .pathconf = nfs4_proc_pathconf,
David Howellse9326dc2006-08-22 20:06:10 -04008728 .set_capabilities = nfs4_server_capabilities,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008729 .decode_dirent = nfs4_decode_dirent,
Anna Schumakera4cdda52014-05-06 09:12:31 -04008730 .pgio_rpc_prepare = nfs4_proc_pgio_rpc_prepare,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008731 .read_setup = nfs4_proc_read_setup,
Trond Myklebustec06c092006-03-20 13:44:27 -05008732 .read_done = nfs4_read_done,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008733 .write_setup = nfs4_proc_write_setup,
Trond Myklebust788e7a82006-03-20 13:44:27 -05008734 .write_done = nfs4_write_done,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008735 .commit_setup = nfs4_proc_commit_setup,
Fred Isaman0b7c0152012-04-20 14:47:39 -04008736 .commit_rpc_prepare = nfs4_proc_commit_rpc_prepare,
Trond Myklebust788e7a82006-03-20 13:44:27 -05008737 .commit_done = nfs4_commit_done,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008738 .lock = nfs4_proc_lock,
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00008739 .clear_acl_cache = nfs4_zap_acl_attr,
Trond Myklebust7fe5c392009-03-19 15:35:50 -04008740 .close_context = nfs4_close_context,
Trond Myklebust2b484292010-09-17 10:56:51 -04008741 .open_context = nfs4_atomic_open,
Bryan Schumaker011e2a72012-06-20 15:53:43 -04008742 .have_delegation = nfs4_have_delegation,
Bryan Schumaker57ec14c2012-06-20 15:53:44 -04008743 .return_delegation = nfs4_inode_return_delegation,
Bryan Schumaker6663ee72012-06-20 15:53:46 -04008744 .alloc_client = nfs4_alloc_client,
Andy Adamson45a52a02011-03-01 01:34:08 +00008745 .init_client = nfs4_init_client,
Bryan Schumakercdb7ece2012-06-20 15:53:45 -04008746 .free_client = nfs4_free_client,
Bryan Schumaker1179acc2012-07-30 16:05:19 -04008747 .create_server = nfs4_create_server,
8748 .clone_server = nfs_clone_server,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008749};
8750
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00008751static const struct xattr_handler nfs4_xattr_nfs4_acl_handler = {
8752 .prefix = XATTR_NAME_NFSV4_ACL,
8753 .list = nfs4_xattr_list_nfs4_acl,
8754 .get = nfs4_xattr_get_nfs4_acl,
8755 .set = nfs4_xattr_set_nfs4_acl,
8756};
8757
8758const struct xattr_handler *nfs4_xattr_handlers[] = {
8759 &nfs4_xattr_nfs4_acl_handler,
David Quigleyc9bccef2013-05-22 12:50:45 -04008760#ifdef CONFIG_NFS_V4_SECURITY_LABEL
8761 &nfs4_xattr_nfs4_label_handler,
8762#endif
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00008763 NULL
8764};
8765
Linus Torvalds1da177e2005-04-16 15:20:36 -07008766/*
8767 * Local variables:
8768 * c-basic-offset: 8
8769 * End:
8770 */