blob: 6bcdecd61125b9d74695760a0e2f9e4dfae58322 [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:
Olga Kornievskaiaae2ffef2015-06-12 16:53:30 -0400373 if (state == NULL) {
374 if (inode && nfs4_have_delegation(inode,
375 FMODE_READ)) {
376 nfs4_inode_return_delegation(inode);
377 exception->retry = 1;
378 }
Trond Myklebust9e33bed2008-12-23 15:21:46 -0500379 break;
Olga Kornievskaiaae2ffef2015-06-12 16:53:30 -0400380 }
Trond Myklebust5d422302013-03-14 16:57:48 -0400381 ret = nfs4_schedule_stateid_recovery(server, state);
382 if (ret < 0)
383 break;
Trond Myklebust0400a6b2011-03-09 16:00:53 -0500384 goto wait_on_recovery;
Trond Myklebust0ced63d2011-05-26 14:26:35 -0400385 case -NFS4ERR_EXPIRED:
Trond Myklebust5d422302013-03-14 16:57:48 -0400386 if (state != NULL) {
387 ret = nfs4_schedule_stateid_recovery(server, state);
388 if (ret < 0)
389 break;
390 }
Trond Myklebust65de8722008-12-23 15:21:44 -0500391 case -NFS4ERR_STALE_STATEID:
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -0500392 case -NFS4ERR_STALE_CLIENTID:
Trond Myklebust0400a6b2011-03-09 16:00:53 -0500393 nfs4_schedule_lease_recovery(clp);
394 goto wait_on_recovery;
Chuck Lever519ae252013-10-17 14:13:19 -0400395 case -NFS4ERR_MOVED:
396 ret = nfs4_schedule_migration_recovery(server);
397 if (ret < 0)
398 break;
399 goto wait_on_recovery;
Chuck Lever8ef2f8d2013-10-17 14:13:41 -0400400 case -NFS4ERR_LEASE_MOVED:
401 nfs4_schedule_lease_moved_recovery(clp);
402 goto wait_on_recovery;
Trond Myklebust03391692010-01-26 15:42:38 -0500403#if defined(CONFIG_NFS_V4_1)
Andy Adamson4745e312009-04-01 09:22:42 -0400404 case -NFS4ERR_BADSESSION:
405 case -NFS4ERR_BADSLOT:
406 case -NFS4ERR_BAD_HIGH_SLOT:
407 case -NFS4ERR_CONN_NOT_BOUND_TO_SESSION:
408 case -NFS4ERR_DEADSESSION:
409 case -NFS4ERR_SEQ_FALSE_RETRY:
410 case -NFS4ERR_SEQ_MISORDERED:
411 dprintk("%s ERROR: %d Reset session\n", __func__,
412 errorcode);
Trond Myklebust9f594792012-05-27 13:02:53 -0400413 nfs4_schedule_session_recovery(clp->cl_session, errorcode);
Bryan Schumaker399f11c2012-10-30 16:06:35 -0400414 goto wait_on_recovery;
Trond Myklebust03391692010-01-26 15:42:38 -0500415#endif /* defined(CONFIG_NFS_V4_1) */
Trond Myklebust65de8722008-12-23 15:21:44 -0500416 case -NFS4ERR_FILE_OPEN:
NeilBrown44ed3552009-12-03 15:58:56 -0500417 if (exception->timeout > HZ) {
418 /* We have retried a decent amount, time to
419 * fail
420 */
421 ret = -EBUSY;
422 break;
423 }
Trond Myklebust65de8722008-12-23 15:21:44 -0500424 case -NFS4ERR_GRACE:
425 case -NFS4ERR_DELAY:
426 ret = nfs4_delay(server->client, &exception->timeout);
427 if (ret != 0)
428 break;
Andy Adamsona8a4ae32011-05-03 13:43:03 -0400429 case -NFS4ERR_RETRY_UNCACHED_REP:
Trond Myklebust65de8722008-12-23 15:21:44 -0500430 case -NFS4ERR_OLD_STATEID:
431 exception->retry = 1;
Trond Myklebustb064eca22011-02-22 15:44:32 -0800432 break;
433 case -NFS4ERR_BADOWNER:
434 /* The following works around a Linux server bug! */
435 case -NFS4ERR_BADNAME:
436 if (server->caps & NFS_CAP_UIDGID_NOMAP) {
437 server->caps &= ~NFS_CAP_UIDGID_NOMAP;
438 exception->retry = 1;
439 printk(KERN_WARNING "NFS: v4 server %s "
440 "does not accept raw "
441 "uid/gids. "
442 "Reenabling the idmapper.\n",
443 server->nfs_client->cl_hostname);
444 }
Trond Myklebust65de8722008-12-23 15:21:44 -0500445 }
446 /* We failed to handle the error */
447 return nfs4_map_errors(ret);
Trond Myklebust0400a6b2011-03-09 16:00:53 -0500448wait_on_recovery:
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -0500449 ret = nfs4_wait_clnt_recover(clp);
Chuck Lever519ae252013-10-17 14:13:19 -0400450 if (test_bit(NFS_MIG_FAILED, &server->mig_status))
451 return -EIO;
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -0500452 if (ret == 0)
453 exception->retry = 1;
454 return ret;
Trond Myklebust65de8722008-12-23 15:21:44 -0500455}
456
Weston Andros Adamsona5250de2013-09-03 15:18:49 -0400457/*
458 * Return 'true' if 'clp' is using an rpc_client that is integrity protected
459 * or 'false' otherwise.
460 */
461static bool _nfs4_is_integrity_protected(struct nfs_client *clp)
462{
463 rpc_authflavor_t flavor = clp->cl_rpcclient->cl_auth->au_flavor;
464
465 if (flavor == RPC_AUTH_GSS_KRB5I ||
466 flavor == RPC_AUTH_GSS_KRB5P)
467 return true;
468
469 return false;
470}
Trond Myklebust65de8722008-12-23 15:21:44 -0500471
Trond Myklebust452e9352010-07-31 14:29:06 -0400472static void do_renew_lease(struct nfs_client *clp, unsigned long timestamp)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700473{
Linus Torvalds1da177e2005-04-16 15:20:36 -0700474 spin_lock(&clp->cl_lock);
475 if (time_before(clp->cl_last_renewal,timestamp))
476 clp->cl_last_renewal = timestamp;
477 spin_unlock(&clp->cl_lock);
478}
479
Trond Myklebust452e9352010-07-31 14:29:06 -0400480static void renew_lease(const struct nfs_server *server, unsigned long timestamp)
481{
482 do_renew_lease(server->nfs_client, timestamp);
483}
484
Chuck Lever2a3eb2b2013-08-09 12:48:00 -0400485struct nfs4_call_sync_data {
486 const struct nfs_server *seq_server;
487 struct nfs4_sequence_args *seq_args;
488 struct nfs4_sequence_res *seq_res;
489};
490
Chuck Levera9c92d62013-08-09 12:48:18 -0400491static void nfs4_init_sequence(struct nfs4_sequence_args *args,
492 struct nfs4_sequence_res *res, int cache_reply)
493{
494 args->sa_slot = NULL;
495 args->sa_cache_this = cache_reply;
496 args->sa_privileged = 0;
497
498 res->sr_slot = NULL;
499}
500
501static void nfs4_set_sequence_privileged(struct nfs4_sequence_args *args)
502{
503 args->sa_privileged = 1;
504}
505
Peng Taocb04ad22014-06-11 05:24:15 +0800506int nfs40_setup_sequence(struct nfs4_slot_table *tbl,
507 struct nfs4_sequence_args *args,
508 struct nfs4_sequence_res *res,
509 struct rpc_task *task)
Chuck Lever3bd23842013-08-09 12:49:19 -0400510{
Chuck Lever3bd23842013-08-09 12:49:19 -0400511 struct nfs4_slot *slot;
512
513 /* slot already allocated? */
514 if (res->sr_slot != NULL)
515 goto out_start;
516
517 spin_lock(&tbl->slot_tbl_lock);
518 if (nfs4_slot_tbl_draining(tbl) && !args->sa_privileged)
519 goto out_sleep;
520
521 slot = nfs4_alloc_slot(tbl);
522 if (IS_ERR(slot)) {
523 if (slot == ERR_PTR(-ENOMEM))
524 task->tk_timeout = HZ >> 2;
525 goto out_sleep;
526 }
527 spin_unlock(&tbl->slot_tbl_lock);
528
529 args->sa_slot = slot;
530 res->sr_slot = slot;
531
532out_start:
533 rpc_call_start(task);
534 return 0;
535
536out_sleep:
537 if (args->sa_privileged)
538 rpc_sleep_on_priority(&tbl->slot_tbl_waitq, task,
539 NULL, RPC_PRIORITY_PRIVILEGED);
540 else
541 rpc_sleep_on(&tbl->slot_tbl_waitq, task, NULL);
542 spin_unlock(&tbl->slot_tbl_lock);
543 return -EAGAIN;
544}
Peng Taocb04ad22014-06-11 05:24:15 +0800545EXPORT_SYMBOL_GPL(nfs40_setup_sequence);
Chuck Lever3bd23842013-08-09 12:49:19 -0400546
547static int nfs40_sequence_done(struct rpc_task *task,
548 struct nfs4_sequence_res *res)
549{
550 struct nfs4_slot *slot = res->sr_slot;
551 struct nfs4_slot_table *tbl;
552
Trond Myklebustcab92c12014-01-29 12:12:15 -0500553 if (slot == NULL)
Chuck Lever3bd23842013-08-09 12:49:19 -0400554 goto out;
555
556 tbl = slot->table;
557 spin_lock(&tbl->slot_tbl_lock);
558 if (!nfs41_wake_and_assign_slot(tbl, slot))
559 nfs4_free_slot(tbl, slot);
560 spin_unlock(&tbl->slot_tbl_lock);
561
562 res->sr_slot = NULL;
563out:
564 return 1;
565}
566
Andy Adamsoncccef3b2009-04-01 09:22:03 -0400567#if defined(CONFIG_NFS_V4_1)
568
Trond Myklebustd185a332010-06-16 09:52:25 -0400569static void nfs41_sequence_free_slot(struct nfs4_sequence_res *res)
Andy Adamson13615872009-04-01 09:22:17 -0400570{
Trond Myklebuste3725ec2012-11-16 12:25:01 -0500571 struct nfs4_session *session;
Andy Adamson13615872009-04-01 09:22:17 -0400572 struct nfs4_slot_table *tbl;
Trond Myklebusta13ce7c2014-01-29 12:24:03 -0500573 struct nfs4_slot *slot = res->sr_slot;
Trond Myklebustc10e4492012-11-26 16:16:54 -0500574 bool send_new_highest_used_slotid = false;
Andy Adamson13615872009-04-01 09:22:17 -0400575
Trond Myklebusta13ce7c2014-01-29 12:24:03 -0500576 tbl = slot->table;
Trond Myklebuste3725ec2012-11-16 12:25:01 -0500577 session = tbl->session;
Andy Adamsonea028ac2009-12-04 15:55:38 -0500578
Trond Myklebust35dc1d72009-12-05 19:32:19 -0500579 spin_lock(&tbl->slot_tbl_lock);
Trond Myklebustc10e4492012-11-26 16:16:54 -0500580 /* Be nice to the server: try to ensure that the last transmitted
581 * value for highest_user_slotid <= target_highest_slotid
582 */
583 if (tbl->highest_used_slotid > tbl->target_highest_slotid)
584 send_new_highest_used_slotid = true;
585
Trond Myklebusta13ce7c2014-01-29 12:24:03 -0500586 if (nfs41_wake_and_assign_slot(tbl, slot)) {
Trond Myklebustb75ad4c2012-11-29 17:27:47 -0500587 send_new_highest_used_slotid = false;
588 goto out_unlock;
589 }
Trond Myklebusta13ce7c2014-01-29 12:24:03 -0500590 nfs4_free_slot(tbl, slot);
Trond Myklebustc10e4492012-11-26 16:16:54 -0500591
592 if (tbl->highest_used_slotid != NFS4_NO_SLOT)
593 send_new_highest_used_slotid = false;
Trond Myklebustb75ad4c2012-11-29 17:27:47 -0500594out_unlock:
Trond Myklebust35dc1d72009-12-05 19:32:19 -0500595 spin_unlock(&tbl->slot_tbl_lock);
Benny Halevydfb4f3092010-09-24 09:17:01 -0400596 res->sr_slot = NULL;
Trond Myklebustc10e4492012-11-26 16:16:54 -0500597 if (send_new_highest_used_slotid)
598 nfs41_server_notify_highest_slotid_update(session->clp);
Andy Adamson13615872009-04-01 09:22:17 -0400599}
600
Andy Adamsonf9c96fc2014-01-29 11:34:38 -0500601int nfs41_sequence_done(struct rpc_task *task, struct nfs4_sequence_res *res)
Andy Adamsonb0df8062009-04-01 09:22:18 -0400602{
Trond Myklebuste3725ec2012-11-16 12:25:01 -0500603 struct nfs4_session *session;
Trond Myklebusta13ce7c2014-01-29 12:24:03 -0500604 struct nfs4_slot *slot = res->sr_slot;
Trond Myklebust14516c32010-07-31 14:29:06 -0400605 struct nfs_client *clp;
Trond Myklebustac20d162012-12-15 15:36:07 -0500606 bool interrupted = false;
Trond Myklebust85563072012-12-11 10:31:12 -0500607 int ret = 1;
Andy Adamsonb0df8062009-04-01 09:22:18 -0400608
Trond Myklebusta13ce7c2014-01-29 12:24:03 -0500609 if (slot == NULL)
610 goto out_noaction;
Bryan Schumaker468f8612011-04-18 15:57:32 -0400611 /* don't increment the sequence number if the task wasn't sent */
612 if (!RPC_WAS_SENT(task))
Andy Adamsonb0df8062009-04-01 09:22:18 -0400613 goto out;
614
Trond Myklebuste3725ec2012-11-16 12:25:01 -0500615 session = slot->table->session;
Trond Myklebust933602e2012-11-16 12:12:38 -0500616
Trond Myklebustac20d162012-12-15 15:36:07 -0500617 if (slot->interrupted) {
618 slot->interrupted = 0;
619 interrupted = true;
620 }
621
Trond Myklebust2f92ae32013-08-14 17:58:28 -0400622 trace_nfs4_sequence_done(session, res);
Andy Adamson691daf32009-12-04 15:55:39 -0500623 /* Check the SEQUENCE operation status */
Trond Myklebust14516c32010-07-31 14:29:06 -0400624 switch (res->sr_status) {
625 case 0:
Andy Adamsonb0df8062009-04-01 09:22:18 -0400626 /* Update the slot's sequence and clientid lease timer */
Trond Myklebust933602e2012-11-16 12:12:38 -0500627 ++slot->seq_nr;
Trond Myklebuste3725ec2012-11-16 12:25:01 -0500628 clp = session->clp;
Trond Myklebust8e63b6a2012-12-15 15:21:52 -0500629 do_renew_lease(clp, res->sr_timestamp);
Alexandros Batsakis0629e372009-12-05 13:46:14 -0500630 /* Check sequence flags */
Trond Myklebustb4410c22011-03-09 16:00:55 -0500631 if (res->sr_status_flags != 0)
632 nfs4_schedule_lease_recovery(clp);
Trond Myklebust464ee9f2012-11-20 12:49:27 -0500633 nfs41_update_target_slotid(slot->table, slot, res);
Trond Myklebust14516c32010-07-31 14:29:06 -0400634 break;
Trond Myklebustac20d162012-12-15 15:36:07 -0500635 case 1:
636 /*
637 * sr_status remains 1 if an RPC level error occurred.
638 * The server may or may not have processed the sequence
639 * operation..
640 * Mark the slot as having hosted an interrupted RPC call.
641 */
642 slot->interrupted = 1;
643 goto out;
Trond Myklebust14516c32010-07-31 14:29:06 -0400644 case -NFS4ERR_DELAY:
645 /* The server detected a resend of the RPC call and
646 * returned NFS4ERR_DELAY as per Section 2.10.6.2
647 * of RFC5661.
648 */
Trond Myklebustdf2fabf2012-11-16 12:45:06 -0500649 dprintk("%s: slot=%u seq=%u: Operation in progress\n",
Benny Halevydfb4f3092010-09-24 09:17:01 -0400650 __func__,
Trond Myklebustdf2fabf2012-11-16 12:45:06 -0500651 slot->slot_nr,
Trond Myklebust933602e2012-11-16 12:12:38 -0500652 slot->seq_nr);
Trond Myklebust14516c32010-07-31 14:29:06 -0400653 goto out_retry;
Trond Myklebust85563072012-12-11 10:31:12 -0500654 case -NFS4ERR_BADSLOT:
655 /*
656 * The slot id we used was probably retired. Try again
657 * using a different slot id.
658 */
Trond Myklebuste8794442012-12-15 13:56:18 -0500659 goto retry_nowait;
660 case -NFS4ERR_SEQ_MISORDERED:
661 /*
Trond Myklebustac20d162012-12-15 15:36:07 -0500662 * Was the last operation on this sequence interrupted?
663 * If so, retry after bumping the sequence number.
664 */
665 if (interrupted) {
666 ++slot->seq_nr;
667 goto retry_nowait;
668 }
669 /*
Trond Myklebuste8794442012-12-15 13:56:18 -0500670 * Could this slot have been previously retired?
671 * If so, then the server may be expecting seq_nr = 1!
672 */
Trond Myklebust8e63b6a2012-12-15 15:21:52 -0500673 if (slot->seq_nr != 1) {
674 slot->seq_nr = 1;
675 goto retry_nowait;
676 }
677 break;
Trond Myklebuste8794442012-12-15 13:56:18 -0500678 case -NFS4ERR_SEQ_FALSE_RETRY:
679 ++slot->seq_nr;
680 goto retry_nowait;
Trond Myklebust14516c32010-07-31 14:29:06 -0400681 default:
682 /* Just update the slot sequence no. */
Trond Myklebust933602e2012-11-16 12:12:38 -0500683 ++slot->seq_nr;
Andy Adamsonb0df8062009-04-01 09:22:18 -0400684 }
685out:
686 /* The session may be reset by one of the error handlers. */
687 dprintk("%s: Error %d free the slot \n", __func__, res->sr_status);
Trond Myklebustd185a332010-06-16 09:52:25 -0400688 nfs41_sequence_free_slot(res);
Trond Myklebusta13ce7c2014-01-29 12:24:03 -0500689out_noaction:
Trond Myklebust85563072012-12-11 10:31:12 -0500690 return ret;
Trond Myklebuste8794442012-12-15 13:56:18 -0500691retry_nowait:
692 if (rpc_restart_call_prepare(task)) {
693 task->tk_status = 0;
694 ret = 0;
695 }
696 goto out;
Trond Myklebust14516c32010-07-31 14:29:06 -0400697out_retry:
Trond Myklebustd05dd4e2010-07-31 14:29:07 -0400698 if (!rpc_restart_call(task))
Trond Myklebust14516c32010-07-31 14:29:06 -0400699 goto out;
700 rpc_delay(task, NFS4_POLL_RETRY_MAX);
701 return 0;
Andy Adamsonb0df8062009-04-01 09:22:18 -0400702}
Andy Adamsonf9c96fc2014-01-29 11:34:38 -0500703EXPORT_SYMBOL_GPL(nfs41_sequence_done);
Andy Adamsonb0df8062009-04-01 09:22:18 -0400704
Peng Tao2c4b1312014-06-11 05:24:16 +0800705int nfs4_sequence_done(struct rpc_task *task, struct nfs4_sequence_res *res)
Trond Myklebustdf896452010-06-16 09:52:26 -0400706{
Trond Myklebuste3725ec2012-11-16 12:25:01 -0500707 if (res->sr_slot == NULL)
Trond Myklebust14516c32010-07-31 14:29:06 -0400708 return 1;
Chuck Lever3bd23842013-08-09 12:49:19 -0400709 if (!res->sr_slot->table->session)
710 return nfs40_sequence_done(task, res);
Trond Myklebust14516c32010-07-31 14:29:06 -0400711 return nfs41_sequence_done(task, res);
Trond Myklebustdf896452010-06-16 09:52:26 -0400712}
Peng Tao2c4b1312014-06-11 05:24:16 +0800713EXPORT_SYMBOL_GPL(nfs4_sequence_done);
Trond Myklebustdf896452010-06-16 09:52:26 -0400714
Andy Adamsondc70d7b2011-03-01 01:34:19 +0000715int nfs41_setup_sequence(struct nfs4_session *session,
Andy Adamsonce5039c2009-04-01 09:22:13 -0400716 struct nfs4_sequence_args *args,
717 struct nfs4_sequence_res *res,
Andy Adamsonce5039c2009-04-01 09:22:13 -0400718 struct rpc_task *task)
719{
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400720 struct nfs4_slot *slot;
721 struct nfs4_slot_table *tbl;
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400722
723 dprintk("--> %s\n", __func__);
Andy Adamsonce5039c2009-04-01 09:22:13 -0400724 /* slot already allocated? */
Benny Halevydfb4f3092010-09-24 09:17:01 -0400725 if (res->sr_slot != NULL)
Trond Myklebustd9afbd12012-10-22 20:28:44 -0400726 goto out_success;
Andy Adamsonce5039c2009-04-01 09:22:13 -0400727
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400728 tbl = &session->fc_slot_table;
729
Trond Myklebust69d206b2012-11-22 13:21:02 -0500730 task->tk_timeout = 0;
731
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400732 spin_lock(&tbl->slot_tbl_lock);
Andy Adamson774d5f12013-05-20 14:13:50 -0400733 if (test_bit(NFS4_SLOT_TBL_DRAINING, &tbl->slot_tbl_state) &&
Trond Myklebust8fe72ba2012-10-29 19:02:20 -0400734 !args->sa_privileged) {
Andy Adamson0b1c8fc2011-11-09 13:58:26 -0500735 /* The state manager will wait until the slot table is empty */
Andy Adamson0b1c8fc2011-11-09 13:58:26 -0500736 dprintk("%s session is draining\n", __func__);
Trond Myklebust7b939a32012-11-01 15:19:46 -0400737 goto out_sleep;
Andy Adamsonb069d942009-04-01 09:22:43 -0400738 }
739
Trond Myklebust2dc03b72012-11-16 16:10:11 -0500740 slot = nfs4_alloc_slot(tbl);
Trond Myklebust69d206b2012-11-22 13:21:02 -0500741 if (IS_ERR(slot)) {
742 /* If out of memory, try again in 1/4 second */
743 if (slot == ERR_PTR(-ENOMEM))
744 task->tk_timeout = HZ >> 2;
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400745 dprintk("<-- %s: no free slots\n", __func__);
Trond Myklebust7b939a32012-11-01 15:19:46 -0400746 goto out_sleep;
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400747 }
748 spin_unlock(&tbl->slot_tbl_lock);
749
Trond Myklebust2b2fa712012-11-16 12:58:36 -0500750 args->sa_slot = slot;
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400751
Chuck Levere8d92382013-08-09 12:47:51 -0400752 dprintk("<-- %s slotid=%u seqid=%u\n", __func__,
Trond Myklebust2dc03b72012-11-16 16:10:11 -0500753 slot->slot_nr, slot->seq_nr);
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400754
Benny Halevydfb4f3092010-09-24 09:17:01 -0400755 res->sr_slot = slot;
Trond Myklebust8e63b6a2012-12-15 15:21:52 -0500756 res->sr_timestamp = jiffies;
Trond Myklebust2a6e26c2010-06-16 09:52:25 -0400757 res->sr_status_flags = 0;
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400758 /*
759 * sr_status is only set in decode_sequence, and so will remain
760 * set to 1 if an rpc level failure occurs.
761 */
762 res->sr_status = 1;
Trond Myklebust2f92ae32013-08-14 17:58:28 -0400763 trace_nfs4_setup_sequence(session, args);
Trond Myklebustd9afbd12012-10-22 20:28:44 -0400764out_success:
765 rpc_call_start(task);
Andy Adamsonce5039c2009-04-01 09:22:13 -0400766 return 0;
Trond Myklebust7b939a32012-11-01 15:19:46 -0400767out_sleep:
Trond Myklebust8fe72ba2012-10-29 19:02:20 -0400768 /* Privileged tasks are queued with top priority */
769 if (args->sa_privileged)
Trond Myklebust1e1093c2012-11-01 16:44:05 -0400770 rpc_sleep_on_priority(&tbl->slot_tbl_waitq, task,
771 NULL, RPC_PRIORITY_PRIVILEGED);
772 else
773 rpc_sleep_on(&tbl->slot_tbl_waitq, task, NULL);
Trond Myklebust7b939a32012-11-01 15:19:46 -0400774 spin_unlock(&tbl->slot_tbl_lock);
775 return -EAGAIN;
Andy Adamsonce5039c2009-04-01 09:22:13 -0400776}
Andy Adamsondc70d7b2011-03-01 01:34:19 +0000777EXPORT_SYMBOL_GPL(nfs41_setup_sequence);
Andy Adamsonce5039c2009-04-01 09:22:13 -0400778
Chuck Lever5a580e02013-08-09 12:48:09 -0400779static int nfs4_setup_sequence(const struct nfs_server *server,
780 struct nfs4_sequence_args *args,
781 struct nfs4_sequence_res *res,
782 struct rpc_task *task)
Andy Adamsonce5039c2009-04-01 09:22:13 -0400783{
Trond Myklebust035168ab2010-06-16 09:52:26 -0400784 struct nfs4_session *session = nfs4_get_session(server);
Andy Adamsonce5039c2009-04-01 09:22:13 -0400785 int ret = 0;
786
Chuck Lever3bd23842013-08-09 12:49:19 -0400787 if (!session)
Peng Taocb04ad22014-06-11 05:24:15 +0800788 return nfs40_setup_sequence(server->nfs_client->cl_slot_tbl,
789 args, res, task);
Trond Myklebust035168ab2010-06-16 09:52:26 -0400790
Chuck Levere8d92382013-08-09 12:47:51 -0400791 dprintk("--> %s clp %p session %p sr_slot %u\n",
Benny Halevydfb4f3092010-09-24 09:17:01 -0400792 __func__, session->clp, session, res->sr_slot ?
Chuck Levere8d92382013-08-09 12:47:51 -0400793 res->sr_slot->slot_nr : NFS4_NO_SLOT);
Trond Myklebust035168ab2010-06-16 09:52:26 -0400794
Trond Myklebust9d12b212012-01-17 22:04:25 -0500795 ret = nfs41_setup_sequence(session, args, res, task);
Chuck Lever3bd23842013-08-09 12:49:19 -0400796
Andy Adamsonce5039c2009-04-01 09:22:13 -0400797 dprintk("<-- %s status=%d\n", __func__, ret);
798 return ret;
799}
800
Andy Adamsonce5039c2009-04-01 09:22:13 -0400801static void nfs41_call_sync_prepare(struct rpc_task *task, void *calldata)
802{
Chuck Lever2a3eb2b2013-08-09 12:48:00 -0400803 struct nfs4_call_sync_data *data = calldata;
Trond Myklebust6ba7db32012-10-22 20:07:20 -0400804 struct nfs4_session *session = nfs4_get_session(data->seq_server);
Andy Adamsonce5039c2009-04-01 09:22:13 -0400805
Trond Myklebust035168ab2010-06-16 09:52:26 -0400806 dprintk("--> %s data->seq_server %p\n", __func__, data->seq_server);
807
Trond Myklebustd9afbd12012-10-22 20:28:44 -0400808 nfs41_setup_sequence(session, data->seq_args, data->seq_res, task);
Andy Adamsonce5039c2009-04-01 09:22:13 -0400809}
810
Andy Adamson69ab40c2009-04-01 09:22:19 -0400811static void nfs41_call_sync_done(struct rpc_task *task, void *calldata)
812{
Chuck Lever2a3eb2b2013-08-09 12:48:00 -0400813 struct nfs4_call_sync_data *data = calldata;
Andy Adamson69ab40c2009-04-01 09:22:19 -0400814
Trond Myklebust14516c32010-07-31 14:29:06 -0400815 nfs41_sequence_done(task, data->seq_res);
Andy Adamson69ab40c2009-04-01 09:22:19 -0400816}
817
Trond Myklebust17280172012-03-11 13:11:00 -0400818static const struct rpc_call_ops nfs41_call_sync_ops = {
Andy Adamsonce5039c2009-04-01 09:22:13 -0400819 .rpc_call_prepare = nfs41_call_sync_prepare,
Andy Adamson69ab40c2009-04-01 09:22:19 -0400820 .rpc_call_done = nfs41_call_sync_done,
Andy Adamsonce5039c2009-04-01 09:22:13 -0400821};
822
Chuck Lever3bd23842013-08-09 12:49:19 -0400823#else /* !CONFIG_NFS_V4_1 */
824
Chuck Lever5a580e02013-08-09 12:48:09 -0400825static int nfs4_setup_sequence(const struct nfs_server *server,
826 struct nfs4_sequence_args *args,
827 struct nfs4_sequence_res *res,
828 struct rpc_task *task)
829{
Peng Taocb04ad22014-06-11 05:24:15 +0800830 return nfs40_setup_sequence(server->nfs_client->cl_slot_tbl,
831 args, res, task);
Chuck Lever5a580e02013-08-09 12:48:09 -0400832}
Trond Myklebust8fe72ba2012-10-29 19:02:20 -0400833
Peng Tao2c4b1312014-06-11 05:24:16 +0800834int nfs4_sequence_done(struct rpc_task *task,
835 struct nfs4_sequence_res *res)
Trond Myklebustdf896452010-06-16 09:52:26 -0400836{
Chuck Lever3bd23842013-08-09 12:49:19 -0400837 return nfs40_sequence_done(task, res);
Trond Myklebustdf896452010-06-16 09:52:26 -0400838}
Peng Tao2c4b1312014-06-11 05:24:16 +0800839EXPORT_SYMBOL_GPL(nfs4_sequence_done);
Chuck Lever3bd23842013-08-09 12:49:19 -0400840
841#endif /* !CONFIG_NFS_V4_1 */
Andy Adamsoncccef3b2009-04-01 09:22:03 -0400842
Chuck Lever9915ea72013-08-09 12:48:27 -0400843static void nfs40_call_sync_prepare(struct rpc_task *task, void *calldata)
844{
845 struct nfs4_call_sync_data *data = calldata;
846 nfs4_setup_sequence(data->seq_server,
847 data->seq_args, data->seq_res, task);
848}
849
850static void nfs40_call_sync_done(struct rpc_task *task, void *calldata)
851{
852 struct nfs4_call_sync_data *data = calldata;
853 nfs4_sequence_done(task, data->seq_res);
854}
855
856static const struct rpc_call_ops nfs40_call_sync_ops = {
857 .rpc_call_prepare = nfs40_call_sync_prepare,
858 .rpc_call_done = nfs40_call_sync_done,
859};
860
Trond Myklebust2ced46c2007-07-03 23:48:13 -0400861static int nfs4_call_sync_sequence(struct rpc_clnt *clnt,
Trond Myklebustad389da2007-06-05 12:30:00 -0400862 struct nfs_server *server,
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500863 struct rpc_message *msg,
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100864 struct nfs4_sequence_args *args,
865 struct nfs4_sequence_res *res)
Trond Myklebustad389da2007-06-05 12:30:00 -0400866{
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100867 int ret;
868 struct rpc_task *task;
Chuck Lever9915ea72013-08-09 12:48:27 -0400869 struct nfs_client *clp = server->nfs_client;
870 struct nfs4_call_sync_data data = {
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100871 .seq_server = server,
872 .seq_args = args,
873 .seq_res = res,
874 };
875 struct rpc_task_setup task_setup = {
876 .rpc_client = clnt,
877 .rpc_message = msg,
Chuck Lever9915ea72013-08-09 12:48:27 -0400878 .callback_ops = clp->cl_mvops->call_sync_ops,
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100879 .callback_data = &data
880 };
881
882 task = rpc_run_task(&task_setup);
883 if (IS_ERR(task))
884 ret = PTR_ERR(task);
885 else {
886 ret = task->tk_status;
Trond Myklebustad389da2007-06-05 12:30:00 -0400887 rpc_put_task(task);
888 }
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100889 return ret;
890}
891
Bryan Schumaker7c513052011-03-24 17:12:24 +0000892int nfs4_call_sync(struct rpc_clnt *clnt,
893 struct nfs_server *server,
Bryan Schumakere73b83f2011-03-24 17:12:23 +0000894 struct rpc_message *msg,
895 struct nfs4_sequence_args *args,
896 struct nfs4_sequence_res *res,
897 int cache_reply)
898{
Chuck Levera9c92d62013-08-09 12:48:18 -0400899 nfs4_init_sequence(args, res, cache_reply);
Chuck Lever9915ea72013-08-09 12:48:27 -0400900 return nfs4_call_sync_sequence(clnt, server, msg, args, res);
Bryan Schumakere73b83f2011-03-24 17:12:23 +0000901}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700902
903static void update_changeattr(struct inode *dir, struct nfs4_change_info *cinfo)
904{
905 struct nfs_inode *nfsi = NFS_I(dir);
906
907 spin_lock(&dir->i_lock);
Trond Myklebust359d7d12012-05-28 10:01:34 -0400908 nfsi->cache_validity |= NFS_INO_INVALID_ATTR|NFS_INO_INVALID_DATA;
Trond Myklebusta9a4a872011-10-17 16:08:46 -0700909 if (!cinfo->atomic || cinfo->before != dir->i_version)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700910 nfs_force_lookup_revalidate(dir);
Trond Myklebusta9a4a872011-10-17 16:08:46 -0700911 dir->i_version = cinfo->after;
Trond Myklebust3235b402015-02-26 19:52:06 -0500912 nfsi->attr_gencount = nfs_inc_attr_generation_counter();
David Howellsde242c02012-12-20 21:52:38 +0000913 nfs_fscache_invalidate(dir);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700914 spin_unlock(&dir->i_lock);
915}
916
917struct nfs4_opendata {
918 struct kref kref;
919 struct nfs_openargs o_arg;
920 struct nfs_openres o_res;
921 struct nfs_open_confirmargs c_arg;
922 struct nfs_open_confirmres c_res;
Trond Myklebust6926afd12012-01-07 13:22:46 -0500923 struct nfs4_string owner_name;
924 struct nfs4_string group_name;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700925 struct nfs_fattr f_attr;
David Quigley1775fd32013-05-22 12:50:42 -0400926 struct nfs4_label *f_label;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700927 struct dentry *dir;
Al Viro82a2c1b2011-06-22 18:30:55 -0400928 struct dentry *dentry;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700929 struct nfs4_state_owner *owner;
930 struct nfs4_state *state;
931 struct iattr attrs;
932 unsigned long timestamp;
Trond Myklebustdecf4912005-10-27 22:12:39 -0400933 unsigned int rpc_done : 1;
Trond Myklebust5bc2afc2013-09-23 18:01:28 -0400934 unsigned int file_created : 1;
Trond Myklebustbdeca1b2013-04-23 14:52:44 -0400935 unsigned int is_recover : 1;
Trond Myklebustdecf4912005-10-27 22:12:39 -0400936 int rpc_status;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700937 int cancelled;
938};
Trond Myklebustdecf4912005-10-27 22:12:39 -0400939
Trond Myklebust49f9a0f2013-03-15 16:44:28 -0400940static bool nfs4_clear_cap_atomic_open_v1(struct nfs_server *server,
941 int err, struct nfs4_exception *exception)
942{
943 if (err != -EINVAL)
944 return false;
945 if (!(server->caps & NFS_CAP_ATOMIC_OPEN_V1))
946 return false;
947 server->caps &= ~NFS_CAP_ATOMIC_OPEN_V1;
948 exception->retry = 1;
949 return true;
950}
951
Trond Myklebust6ae37332015-01-30 14:21:14 -0500952static u32
953nfs4_map_atomic_open_share(struct nfs_server *server,
954 fmode_t fmode, int openflags)
955{
956 u32 res = 0;
957
958 switch (fmode & (FMODE_READ | FMODE_WRITE)) {
959 case FMODE_READ:
960 res = NFS4_SHARE_ACCESS_READ;
961 break;
962 case FMODE_WRITE:
963 res = NFS4_SHARE_ACCESS_WRITE;
964 break;
965 case FMODE_READ|FMODE_WRITE:
966 res = NFS4_SHARE_ACCESS_BOTH;
967 }
968 if (!(server->caps & NFS_CAP_ATOMIC_OPEN_V1))
969 goto out;
970 /* Want no delegation if we're using O_DIRECT */
971 if (openflags & O_DIRECT)
972 res |= NFS4_SHARE_WANT_NO_DELEG;
973out:
974 return res;
975}
976
Trond Myklebust49f9a0f2013-03-15 16:44:28 -0400977static enum open_claim_type4
978nfs4_map_atomic_open_claim(struct nfs_server *server,
979 enum open_claim_type4 claim)
980{
981 if (server->caps & NFS_CAP_ATOMIC_OPEN_V1)
982 return claim;
983 switch (claim) {
984 default:
985 return claim;
986 case NFS4_OPEN_CLAIM_FH:
987 return NFS4_OPEN_CLAIM_NULL;
988 case NFS4_OPEN_CLAIM_DELEG_CUR_FH:
989 return NFS4_OPEN_CLAIM_DELEGATE_CUR;
990 case NFS4_OPEN_CLAIM_DELEG_PREV_FH:
991 return NFS4_OPEN_CLAIM_DELEGATE_PREV;
992 }
993}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700994
995static void nfs4_init_opendata_res(struct nfs4_opendata *p)
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100996{
997 p->o_res.f_attr = &p->f_attr;
David Quigley1775fd32013-05-22 12:50:42 -0400998 p->o_res.f_label = p->f_label;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100999 p->o_res.seqid = p->o_arg.seqid;
1000 p->c_res.seqid = p->c_arg.seqid;
1001 p->o_res.server = p->o_arg.server;
Andy Adamson5f657532012-10-03 02:39:34 -04001002 p->o_res.access_request = p->o_arg.access;
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001003 nfs_fattr_init(&p->f_attr);
Trond Myklebust6926afd12012-01-07 13:22:46 -05001004 nfs_fattr_init_names(&p->f_attr, &p->owner_name, &p->group_name);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001005}
1006
Al Viro82a2c1b2011-06-22 18:30:55 -04001007static struct nfs4_opendata *nfs4_opendata_alloc(struct dentry *dentry,
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001008 struct nfs4_state_owner *sp, fmode_t fmode, int flags,
Trond Myklebust8535b2b2010-05-13 12:51:01 -04001009 const struct iattr *attrs,
David Quigley1775fd32013-05-22 12:50:42 -04001010 struct nfs4_label *label,
Trond Myklebust4a1c0892013-03-15 14:57:33 -04001011 enum open_claim_type4 claim,
Trond Myklebust8535b2b2010-05-13 12:51:01 -04001012 gfp_t gfp_mask)
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001013{
Al Viro82a2c1b2011-06-22 18:30:55 -04001014 struct dentry *parent = dget_parent(dentry);
David Howells2b0143b2015-03-17 22:25:59 +00001015 struct inode *dir = d_inode(parent);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001016 struct nfs_server *server = NFS_SERVER(dir);
Trond Myklebust63f5f792015-01-23 19:19:25 -05001017 struct nfs_seqid *(*alloc_seqid)(struct nfs_seqid_counter *, gfp_t);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001018 struct nfs4_opendata *p;
1019
Trond Myklebust8535b2b2010-05-13 12:51:01 -04001020 p = kzalloc(sizeof(*p), gfp_mask);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001021 if (p == NULL)
1022 goto err;
David Quigley14c43f72013-05-22 12:50:43 -04001023
1024 p->f_label = nfs4_label_alloc(server, gfp_mask);
1025 if (IS_ERR(p->f_label))
1026 goto err_free_p;
1027
Trond Myklebust63f5f792015-01-23 19:19:25 -05001028 alloc_seqid = server->nfs_client->cl_mvops->alloc_seqid;
1029 p->o_arg.seqid = alloc_seqid(&sp->so_seqid, gfp_mask);
Trond Myklebustbadc76d2015-01-23 18:48:00 -05001030 if (IS_ERR(p->o_arg.seqid))
David Quigley14c43f72013-05-22 12:50:43 -04001031 goto err_free_label;
Al Viro82a2c1b2011-06-22 18:30:55 -04001032 nfs_sb_active(dentry->d_sb);
1033 p->dentry = dget(dentry);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001034 p->dir = parent;
1035 p->owner = sp;
1036 atomic_inc(&sp->so_count);
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001037 p->o_arg.open_flags = flags;
1038 p->o_arg.fmode = fmode & (FMODE_READ|FMODE_WRITE);
Trond Myklebust6ae37332015-01-30 14:21:14 -05001039 p->o_arg.share_access = nfs4_map_atomic_open_share(server,
1040 fmode, flags);
Weston Andros Adamsonae2bb032012-10-02 14:49:52 -07001041 /* don't put an ACCESS op in OPEN compound if O_EXCL, because ACCESS
1042 * will return permission denied for all bits until close */
1043 if (!(flags & O_EXCL)) {
1044 /* ask server to check for all possible rights as results
1045 * are cached */
1046 p->o_arg.access = NFS4_ACCESS_READ | NFS4_ACCESS_MODIFY |
1047 NFS4_ACCESS_EXTEND | NFS4_ACCESS_EXECUTE;
Weston Andros Adamsonae2bb032012-10-02 14:49:52 -07001048 }
David Howells7539bba2006-08-22 20:06:09 -04001049 p->o_arg.clientid = server->nfs_client->cl_clientid;
Trond Myklebust95b72eb2012-04-20 19:24:51 -04001050 p->o_arg.id.create_time = ktime_to_ns(sp->so_seqid.create_time);
1051 p->o_arg.id.uniquifier = sp->so_seqid.owner_id;
Al Viro82a2c1b2011-06-22 18:30:55 -04001052 p->o_arg.name = &dentry->d_name;
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001053 p->o_arg.server = server;
David Quigleyaa9c2662013-05-22 12:50:44 -04001054 p->o_arg.bitmask = nfs4_bitmask(server, label);
Trond Myklebust1549210f2012-06-05 09:16:47 -04001055 p->o_arg.open_bitmap = &nfs4_fattr_bitmap[0];
David Quigley1775fd32013-05-22 12:50:42 -04001056 p->o_arg.label = label;
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04001057 p->o_arg.claim = nfs4_map_atomic_open_claim(server, claim);
1058 switch (p->o_arg.claim) {
Trond Myklebust4a1c0892013-03-15 14:57:33 -04001059 case NFS4_OPEN_CLAIM_NULL:
1060 case NFS4_OPEN_CLAIM_DELEGATE_CUR:
1061 case NFS4_OPEN_CLAIM_DELEGATE_PREV:
1062 p->o_arg.fh = NFS_FH(dir);
1063 break;
1064 case NFS4_OPEN_CLAIM_PREVIOUS:
1065 case NFS4_OPEN_CLAIM_FH:
1066 case NFS4_OPEN_CLAIM_DELEG_CUR_FH:
1067 case NFS4_OPEN_CLAIM_DELEG_PREV_FH:
David Howells2b0143b2015-03-17 22:25:59 +00001068 p->o_arg.fh = NFS_FH(d_inode(dentry));
Trond Myklebust4a1c0892013-03-15 14:57:33 -04001069 }
Trond Myklebust536e43d2012-01-17 22:04:26 -05001070 if (attrs != NULL && attrs->ia_valid != 0) {
Trond Myklebustc281fa9c2013-08-20 21:06:49 -04001071 __u32 verf[2];
Trond Myklebustd77d76ff2010-06-16 09:52:27 -04001072
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001073 p->o_arg.u.attrs = &p->attrs;
1074 memcpy(&p->attrs, attrs, sizeof(p->attrs));
Chuck Levercd937102012-03-02 17:14:31 -05001075
1076 verf[0] = jiffies;
1077 verf[1] = current->pid;
1078 memcpy(p->o_arg.u.verifier.data, verf,
1079 sizeof(p->o_arg.u.verifier.data));
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001080 }
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001081 p->c_arg.fh = &p->o_res.fh;
1082 p->c_arg.stateid = &p->o_res.stateid;
1083 p->c_arg.seqid = p->o_arg.seqid;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001084 nfs4_init_opendata_res(p);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001085 kref_init(&p->kref);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001086 return p;
David Quigley14c43f72013-05-22 12:50:43 -04001087
1088err_free_label:
1089 nfs4_label_free(p->f_label);
1090err_free_p:
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001091 kfree(p);
1092err:
1093 dput(parent);
1094 return NULL;
1095}
1096
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001097static void nfs4_opendata_free(struct kref *kref)
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001098{
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001099 struct nfs4_opendata *p = container_of(kref,
1100 struct nfs4_opendata, kref);
Al Viro82a2c1b2011-06-22 18:30:55 -04001101 struct super_block *sb = p->dentry->d_sb;
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001102
1103 nfs_free_seqid(p->o_arg.seqid);
Trond Myklebustaac00a82007-07-05 19:02:21 -04001104 if (p->state != NULL)
1105 nfs4_put_open_state(p->state);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001106 nfs4_put_state_owner(p->owner);
David Quigley14c43f72013-05-22 12:50:43 -04001107
1108 nfs4_label_free(p->f_label);
1109
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001110 dput(p->dir);
Al Viro82a2c1b2011-06-22 18:30:55 -04001111 dput(p->dentry);
1112 nfs_sb_deactive(sb);
Trond Myklebust6926afd12012-01-07 13:22:46 -05001113 nfs_fattr_free_names(&p->f_attr);
Trond Myklebuste911b812014-03-26 13:24:37 -07001114 kfree(p->f_attr.mdsthreshold);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001115 kfree(p);
1116}
1117
1118static void nfs4_opendata_put(struct nfs4_opendata *p)
1119{
1120 if (p != NULL)
1121 kref_put(&p->kref, nfs4_opendata_free);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001122}
1123
Trond Myklebust06f814a2006-01-03 09:55:07 +01001124static int nfs4_wait_for_completion_rpc_task(struct rpc_task *task)
1125{
Trond Myklebust06f814a2006-01-03 09:55:07 +01001126 int ret;
1127
Trond Myklebust06f814a2006-01-03 09:55:07 +01001128 ret = rpc_wait_for_completion_task(task);
Trond Myklebust06f814a2006-01-03 09:55:07 +01001129 return ret;
1130}
1131
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001132static int can_open_cached(struct nfs4_state *state, fmode_t mode, int open_mode)
Trond Myklebust6ee41262007-07-08 14:11:36 -04001133{
1134 int ret = 0;
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001135
Trond Myklebust536e43d2012-01-17 22:04:26 -05001136 if (open_mode & (O_EXCL|O_TRUNC))
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001137 goto out;
1138 switch (mode & (FMODE_READ|FMODE_WRITE)) {
Trond Myklebust6ee41262007-07-08 14:11:36 -04001139 case FMODE_READ:
Trond Myklebust88069f72009-12-08 08:33:16 -05001140 ret |= test_bit(NFS_O_RDONLY_STATE, &state->flags) != 0
1141 && state->n_rdonly != 0;
Trond Myklebust6ee41262007-07-08 14:11:36 -04001142 break;
1143 case FMODE_WRITE:
Trond Myklebust88069f72009-12-08 08:33:16 -05001144 ret |= test_bit(NFS_O_WRONLY_STATE, &state->flags) != 0
1145 && state->n_wronly != 0;
Trond Myklebust6ee41262007-07-08 14:11:36 -04001146 break;
1147 case FMODE_READ|FMODE_WRITE:
Trond Myklebust88069f72009-12-08 08:33:16 -05001148 ret |= test_bit(NFS_O_RDWR_STATE, &state->flags) != 0
1149 && state->n_rdwr != 0;
Trond Myklebust6ee41262007-07-08 14:11:36 -04001150 }
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001151out:
Trond Myklebust6ee41262007-07-08 14:11:36 -04001152 return ret;
1153}
1154
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001155static int can_open_delegated(struct nfs_delegation *delegation, fmode_t fmode)
Trond Myklebustaac00a82007-07-05 19:02:21 -04001156{
Trond Myklebust652f89f2011-12-09 19:05:58 -05001157 if (delegation == NULL)
1158 return 0;
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001159 if ((delegation->type & fmode) != fmode)
Trond Myklebustaac00a82007-07-05 19:02:21 -04001160 return 0;
Trond Myklebustd25be542013-02-05 11:43:28 -05001161 if (test_bit(NFS_DELEGATION_RETURNING, &delegation->flags))
1162 return 0;
Trond Myklebustb7391f42008-12-23 15:21:52 -05001163 nfs_mark_delegation_referenced(delegation);
Trond Myklebustaac00a82007-07-05 19:02:21 -04001164 return 1;
1165}
1166
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001167static void update_open_stateflags(struct nfs4_state *state, fmode_t fmode)
Trond Myklebuste7616922006-01-03 09:55:13 +01001168{
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001169 switch (fmode) {
Trond Myklebuste7616922006-01-03 09:55:13 +01001170 case FMODE_WRITE:
1171 state->n_wronly++;
1172 break;
1173 case FMODE_READ:
1174 state->n_rdonly++;
1175 break;
1176 case FMODE_READ|FMODE_WRITE:
1177 state->n_rdwr++;
1178 }
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001179 nfs4_state_set_mode_locked(state, state->state | fmode);
Trond Myklebuste7616922006-01-03 09:55:13 +01001180}
1181
Trond Myklebust4f14c192014-02-12 19:15:06 -05001182static void nfs_test_and_clear_all_open_stateid(struct nfs4_state *state)
Trond Myklebust003707c2007-07-05 18:07:55 -04001183{
Trond Myklebust4f14c192014-02-12 19:15:06 -05001184 struct nfs_client *clp = state->owner->so_server->nfs_client;
1185 bool need_recover = false;
1186
1187 if (test_and_clear_bit(NFS_O_RDONLY_STATE, &state->flags) && state->n_rdonly)
1188 need_recover = true;
1189 if (test_and_clear_bit(NFS_O_WRONLY_STATE, &state->flags) && state->n_wronly)
1190 need_recover = true;
1191 if (test_and_clear_bit(NFS_O_RDWR_STATE, &state->flags) && state->n_rdwr)
1192 need_recover = true;
1193 if (need_recover)
1194 nfs4_state_mark_reclaim_nograce(clp, state);
1195}
1196
Trond Myklebuste999e802014-02-10 18:20:47 -05001197static bool nfs_need_update_open_stateid(struct nfs4_state *state,
1198 nfs4_stateid *stateid)
1199{
1200 if (test_and_set_bit(NFS_OPEN_STATE, &state->flags) == 0)
1201 return true;
Trond Myklebust4f14c192014-02-12 19:15:06 -05001202 if (!nfs4_stateid_match_other(stateid, &state->open_stateid)) {
1203 nfs_test_and_clear_all_open_stateid(state);
Trond Myklebuste999e802014-02-10 18:20:47 -05001204 return true;
Trond Myklebust4f14c192014-02-12 19:15:06 -05001205 }
Trond Myklebuste999e802014-02-10 18:20:47 -05001206 if (nfs4_stateid_is_newer(stateid, &state->open_stateid))
1207 return true;
1208 return false;
1209}
1210
Trond Myklebustf95549c2015-01-23 18:06:09 -05001211static void nfs_resync_open_stateid_locked(struct nfs4_state *state)
1212{
1213 if (state->n_wronly)
1214 set_bit(NFS_O_WRONLY_STATE, &state->flags);
1215 if (state->n_rdonly)
1216 set_bit(NFS_O_RDONLY_STATE, &state->flags);
1217 if (state->n_rdwr)
1218 set_bit(NFS_O_RDWR_STATE, &state->flags);
1219}
1220
Trond Myklebust226056c2014-02-11 10:41:07 -05001221static void nfs_clear_open_stateid_locked(struct nfs4_state *state,
1222 nfs4_stateid *stateid, fmode_t fmode)
1223{
1224 clear_bit(NFS_O_RDWR_STATE, &state->flags);
1225 switch (fmode & (FMODE_READ|FMODE_WRITE)) {
1226 case FMODE_WRITE:
1227 clear_bit(NFS_O_RDONLY_STATE, &state->flags);
1228 break;
1229 case FMODE_READ:
1230 clear_bit(NFS_O_WRONLY_STATE, &state->flags);
1231 break;
1232 case 0:
1233 clear_bit(NFS_O_RDONLY_STATE, &state->flags);
1234 clear_bit(NFS_O_WRONLY_STATE, &state->flags);
1235 clear_bit(NFS_OPEN_STATE, &state->flags);
1236 }
1237 if (stateid == NULL)
1238 return;
Trond Myklebustf95549c2015-01-23 18:06:09 -05001239 /* Handle races with OPEN */
1240 if (!nfs4_stateid_match_other(stateid, &state->open_stateid) ||
1241 !nfs4_stateid_is_newer(stateid, &state->open_stateid)) {
1242 nfs_resync_open_stateid_locked(state);
Trond Myklebust226056c2014-02-11 10:41:07 -05001243 return;
Trond Myklebustf95549c2015-01-23 18:06:09 -05001244 }
Trond Myklebust003707c2007-07-05 18:07:55 -04001245 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0)
Trond Myklebustf597c532012-03-04 18:13:56 -05001246 nfs4_stateid_copy(&state->stateid, stateid);
1247 nfs4_stateid_copy(&state->open_stateid, stateid);
Trond Myklebust226056c2014-02-11 10:41:07 -05001248}
1249
1250static void nfs_clear_open_stateid(struct nfs4_state *state, nfs4_stateid *stateid, fmode_t fmode)
1251{
1252 write_seqlock(&state->seqlock);
1253 nfs_clear_open_stateid_locked(state, stateid, fmode);
1254 write_sequnlock(&state->seqlock);
Trond Myklebust4f14c192014-02-12 19:15:06 -05001255 if (test_bit(NFS_STATE_RECLAIM_NOGRACE, &state->flags))
1256 nfs4_schedule_state_manager(state->owner->so_server->nfs_client);
Trond Myklebust226056c2014-02-11 10:41:07 -05001257}
1258
Trond Myklebust003707c2007-07-05 18:07:55 -04001259static void nfs_set_open_stateid_locked(struct nfs4_state *state, nfs4_stateid *stateid, fmode_t fmode)
1260{
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001261 switch (fmode) {
Trond Myklebust003707c2007-07-05 18:07:55 -04001262 case FMODE_READ:
1263 set_bit(NFS_O_RDONLY_STATE, &state->flags);
1264 break;
1265 case FMODE_WRITE:
1266 set_bit(NFS_O_WRONLY_STATE, &state->flags);
1267 break;
1268 case FMODE_READ|FMODE_WRITE:
1269 set_bit(NFS_O_RDWR_STATE, &state->flags);
1270 }
Trond Myklebuste999e802014-02-10 18:20:47 -05001271 if (!nfs_need_update_open_stateid(state, stateid))
1272 return;
1273 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0)
1274 nfs4_stateid_copy(&state->stateid, stateid);
1275 nfs4_stateid_copy(&state->open_stateid, stateid);
Trond Myklebust003707c2007-07-05 18:07:55 -04001276}
1277
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001278static 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 -07001279{
Trond Myklebust8bda4e42007-07-09 10:45:42 -04001280 /*
1281 * Protect the call to nfs4_state_set_mode_locked and
1282 * serialise the stateid update
1283 */
1284 write_seqlock(&state->seqlock);
Trond Myklebust003707c2007-07-05 18:07:55 -04001285 if (deleg_stateid != NULL) {
Trond Myklebustf597c532012-03-04 18:13:56 -05001286 nfs4_stateid_copy(&state->stateid, deleg_stateid);
Trond Myklebust003707c2007-07-05 18:07:55 -04001287 set_bit(NFS_DELEGATED_STATE, &state->flags);
1288 }
1289 if (open_stateid != NULL)
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001290 nfs_set_open_stateid_locked(state, open_stateid, fmode);
Trond Myklebust8bda4e42007-07-09 10:45:42 -04001291 write_sequnlock(&state->seqlock);
1292 spin_lock(&state->owner->so_lock);
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001293 update_open_stateflags(state, fmode);
Trond Myklebustec073422005-10-20 14:22:47 -07001294 spin_unlock(&state->owner->so_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001295}
1296
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001297static 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 -05001298{
1299 struct nfs_inode *nfsi = NFS_I(state->inode);
1300 struct nfs_delegation *deleg_cur;
1301 int ret = 0;
1302
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001303 fmode &= (FMODE_READ|FMODE_WRITE);
Trond Myklebust34310432008-12-23 15:21:38 -05001304
1305 rcu_read_lock();
1306 deleg_cur = rcu_dereference(nfsi->delegation);
1307 if (deleg_cur == NULL)
1308 goto no_delegation;
1309
1310 spin_lock(&deleg_cur->lock);
Trond Myklebust17f26b12013-08-21 15:48:42 -04001311 if (rcu_dereference(nfsi->delegation) != deleg_cur ||
Trond Myklebustd25be542013-02-05 11:43:28 -05001312 test_bit(NFS_DELEGATION_RETURNING, &deleg_cur->flags) ||
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001313 (deleg_cur->type & fmode) != fmode)
Trond Myklebust34310432008-12-23 15:21:38 -05001314 goto no_delegation_unlock;
1315
1316 if (delegation == NULL)
1317 delegation = &deleg_cur->stateid;
Trond Myklebustf597c532012-03-04 18:13:56 -05001318 else if (!nfs4_stateid_match(&deleg_cur->stateid, delegation))
Trond Myklebust34310432008-12-23 15:21:38 -05001319 goto no_delegation_unlock;
1320
Trond Myklebustb7391f42008-12-23 15:21:52 -05001321 nfs_mark_delegation_referenced(deleg_cur);
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001322 __update_open_stateid(state, open_stateid, &deleg_cur->stateid, fmode);
Trond Myklebust34310432008-12-23 15:21:38 -05001323 ret = 1;
1324no_delegation_unlock:
1325 spin_unlock(&deleg_cur->lock);
1326no_delegation:
1327 rcu_read_unlock();
1328
1329 if (!ret && open_stateid != NULL) {
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001330 __update_open_stateid(state, open_stateid, NULL, fmode);
Trond Myklebust34310432008-12-23 15:21:38 -05001331 ret = 1;
1332 }
Trond Myklebust4f14c192014-02-12 19:15:06 -05001333 if (test_bit(NFS_STATE_RECLAIM_NOGRACE, &state->flags))
1334 nfs4_schedule_state_manager(state->owner->so_server->nfs_client);
Trond Myklebust34310432008-12-23 15:21:38 -05001335
1336 return ret;
1337}
1338
Trond Myklebust39071e62015-01-24 15:07:56 -05001339static bool nfs4_update_lock_stateid(struct nfs4_lock_state *lsp,
1340 const nfs4_stateid *stateid)
1341{
1342 struct nfs4_state *state = lsp->ls_state;
1343 bool ret = false;
1344
1345 spin_lock(&state->state_lock);
1346 if (!nfs4_stateid_match_other(stateid, &lsp->ls_stateid))
1347 goto out_noupdate;
1348 if (!nfs4_stateid_is_newer(stateid, &lsp->ls_stateid))
1349 goto out_noupdate;
1350 nfs4_stateid_copy(&lsp->ls_stateid, stateid);
1351 ret = true;
1352out_noupdate:
1353 spin_unlock(&state->state_lock);
1354 return ret;
1355}
Trond Myklebust34310432008-12-23 15:21:38 -05001356
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001357static void nfs4_return_incompatible_delegation(struct inode *inode, fmode_t fmode)
Trond Myklebustaac00a82007-07-05 19:02:21 -04001358{
1359 struct nfs_delegation *delegation;
1360
1361 rcu_read_lock();
1362 delegation = rcu_dereference(NFS_I(inode)->delegation);
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001363 if (delegation == NULL || (delegation->type & fmode) == fmode) {
Trond Myklebustaac00a82007-07-05 19:02:21 -04001364 rcu_read_unlock();
1365 return;
1366 }
1367 rcu_read_unlock();
Bryan Schumaker57ec14c2012-06-20 15:53:44 -04001368 nfs4_inode_return_delegation(inode);
Trond Myklebustaac00a82007-07-05 19:02:21 -04001369}
1370
Trond Myklebust6ee41262007-07-08 14:11:36 -04001371static struct nfs4_state *nfs4_try_open_cached(struct nfs4_opendata *opendata)
Trond Myklebustaac00a82007-07-05 19:02:21 -04001372{
1373 struct nfs4_state *state = opendata->state;
1374 struct nfs_inode *nfsi = NFS_I(state->inode);
1375 struct nfs_delegation *delegation;
Trond Myklebustf448bad2013-05-29 15:36:40 -04001376 int open_mode = opendata->o_arg.open_flags;
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001377 fmode_t fmode = opendata->o_arg.fmode;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001378 nfs4_stateid stateid;
1379 int ret = -EAGAIN;
1380
Trond Myklebustaac00a82007-07-05 19:02:21 -04001381 for (;;) {
Anna Schumaker61beef72014-09-03 14:15:40 -04001382 spin_lock(&state->owner->so_lock);
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001383 if (can_open_cached(state, fmode, open_mode)) {
Anna Schumaker61beef72014-09-03 14:15:40 -04001384 update_open_stateflags(state, fmode);
Trond Myklebust6ee41262007-07-08 14:11:36 -04001385 spin_unlock(&state->owner->so_lock);
Anna Schumaker61beef72014-09-03 14:15:40 -04001386 goto out_return_state;
Trond Myklebust6ee41262007-07-08 14:11:36 -04001387 }
Anna Schumaker61beef72014-09-03 14:15:40 -04001388 spin_unlock(&state->owner->so_lock);
Trond Myklebust34310432008-12-23 15:21:38 -05001389 rcu_read_lock();
1390 delegation = rcu_dereference(nfsi->delegation);
Trond Myklebust652f89f2011-12-09 19:05:58 -05001391 if (!can_open_delegated(delegation, fmode)) {
Trond Myklebust34310432008-12-23 15:21:38 -05001392 rcu_read_unlock();
Trond Myklebust6ee41262007-07-08 14:11:36 -04001393 break;
Trond Myklebust34310432008-12-23 15:21:38 -05001394 }
Trond Myklebustaac00a82007-07-05 19:02:21 -04001395 /* Save the delegation */
Trond Myklebustf597c532012-03-04 18:13:56 -05001396 nfs4_stateid_copy(&stateid, &delegation->stateid);
Trond Myklebustaac00a82007-07-05 19:02:21 -04001397 rcu_read_unlock();
Trond Myklebustfa332942013-04-09 12:56:52 -04001398 nfs_release_seqid(opendata->o_arg.seqid);
Trond Myklebustbdeca1b2013-04-23 14:52:44 -04001399 if (!opendata->is_recover) {
1400 ret = nfs_may_open(state->inode, state->owner->so_cred, open_mode);
1401 if (ret != 0)
1402 goto out;
1403 }
Trond Myklebustaac00a82007-07-05 19:02:21 -04001404 ret = -EAGAIN;
Trond Myklebust34310432008-12-23 15:21:38 -05001405
1406 /* Try to update the stateid using the delegation */
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001407 if (update_open_stateid(state, NULL, &stateid, fmode))
Trond Myklebust34310432008-12-23 15:21:38 -05001408 goto out_return_state;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001409 }
Trond Myklebustaac00a82007-07-05 19:02:21 -04001410out:
1411 return ERR_PTR(ret);
1412out_return_state:
1413 atomic_inc(&state->count);
1414 return state;
1415}
1416
Andy Adamsone23008e2012-10-02 21:07:32 -04001417static void
1418nfs4_opendata_check_deleg(struct nfs4_opendata *data, struct nfs4_state *state)
1419{
1420 struct nfs_client *clp = NFS_SERVER(state->inode)->nfs_client;
1421 struct nfs_delegation *delegation;
1422 int delegation_flags = 0;
1423
1424 rcu_read_lock();
1425 delegation = rcu_dereference(NFS_I(state->inode)->delegation);
1426 if (delegation)
1427 delegation_flags = delegation->flags;
1428 rcu_read_unlock();
1429 if (data->o_arg.claim == NFS4_OPEN_CLAIM_DELEGATE_CUR) {
1430 pr_err_ratelimited("NFS: Broken NFSv4 server %s is "
1431 "returning a delegation for "
1432 "OPEN(CLAIM_DELEGATE_CUR)\n",
1433 clp->cl_hostname);
1434 } else if ((delegation_flags & 1UL<<NFS_DELEGATION_NEED_RECLAIM) == 0)
1435 nfs_inode_set_delegation(state->inode,
1436 data->owner->so_cred,
1437 &data->o_res);
1438 else
1439 nfs_inode_reclaim_delegation(state->inode,
1440 data->owner->so_cred,
1441 &data->o_res);
1442}
1443
1444/*
1445 * Check the inode attributes against the CLAIM_PREVIOUS returned attributes
1446 * and update the nfs4_state.
1447 */
1448static struct nfs4_state *
1449_nfs4_opendata_reclaim_to_nfs4_state(struct nfs4_opendata *data)
1450{
1451 struct inode *inode = data->state->inode;
1452 struct nfs4_state *state = data->state;
1453 int ret;
1454
Weston Andros Adamsond2bfda22013-10-21 13:10:13 -04001455 if (!data->rpc_done) {
1456 if (data->rpc_status) {
1457 ret = data->rpc_status;
1458 goto err;
1459 }
1460 /* cached opens have already been processed */
1461 goto update;
Andy Adamsone23008e2012-10-02 21:07:32 -04001462 }
1463
Andy Adamsone23008e2012-10-02 21:07:32 -04001464 ret = nfs_refresh_inode(inode, &data->f_attr);
1465 if (ret)
1466 goto err;
1467
1468 if (data->o_res.delegation_type != 0)
1469 nfs4_opendata_check_deleg(data, state);
Weston Andros Adamsond2bfda22013-10-21 13:10:13 -04001470update:
Andy Adamsone23008e2012-10-02 21:07:32 -04001471 update_open_stateid(state, &data->o_res.stateid, NULL,
1472 data->o_arg.fmode);
Trond Myklebustd49f0422013-10-28 14:57:12 -04001473 atomic_inc(&state->count);
Andy Adamsone23008e2012-10-02 21:07:32 -04001474
1475 return state;
1476err:
1477 return ERR_PTR(ret);
1478
1479}
1480
1481static struct nfs4_state *
1482_nfs4_opendata_to_nfs4_state(struct nfs4_opendata *data)
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001483{
1484 struct inode *inode;
1485 struct nfs4_state *state = NULL;
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001486 int ret;
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001487
Trond Myklebustaac00a82007-07-05 19:02:21 -04001488 if (!data->rpc_done) {
Trond Myklebust6ee41262007-07-08 14:11:36 -04001489 state = nfs4_try_open_cached(data);
Trond Myklebustaac00a82007-07-05 19:02:21 -04001490 goto out;
1491 }
1492
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001493 ret = -EAGAIN;
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001494 if (!(data->f_attr.valid & NFS_ATTR_FATTR))
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001495 goto err;
David Quigley1775fd32013-05-22 12:50:42 -04001496 inode = nfs_fhget(data->dir->d_sb, &data->o_res.fh, &data->f_attr, data->f_label);
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001497 ret = PTR_ERR(inode);
Trond Myklebust03f28e32006-03-20 13:44:48 -05001498 if (IS_ERR(inode))
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001499 goto err;
1500 ret = -ENOMEM;
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001501 state = nfs4_get_open_state(inode, data->owner);
1502 if (state == NULL)
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001503 goto err_put_inode;
Andy Adamsone23008e2012-10-02 21:07:32 -04001504 if (data->o_res.delegation_type != 0)
1505 nfs4_opendata_check_deleg(data, state);
Trond Myklebust34310432008-12-23 15:21:38 -05001506 update_open_stateid(state, &data->o_res.stateid, NULL,
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001507 data->o_arg.fmode);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001508 iput(inode);
Trond Myklebustaac00a82007-07-05 19:02:21 -04001509out:
Trond Myklebust7aa262b52013-02-28 16:19:59 -08001510 nfs_release_seqid(data->o_arg.seqid);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001511 return state;
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001512err_put_inode:
1513 iput(inode);
1514err:
1515 return ERR_PTR(ret);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001516}
1517
Andy Adamsone23008e2012-10-02 21:07:32 -04001518static struct nfs4_state *
1519nfs4_opendata_to_nfs4_state(struct nfs4_opendata *data)
1520{
1521 if (data->o_arg.claim == NFS4_OPEN_CLAIM_PREVIOUS)
1522 return _nfs4_opendata_reclaim_to_nfs4_state(data);
1523 return _nfs4_opendata_to_nfs4_state(data);
1524}
1525
Trond Myklebust864472e2006-01-03 09:55:15 +01001526static struct nfs_open_context *nfs4_state_find_open_context(struct nfs4_state *state)
1527{
1528 struct nfs_inode *nfsi = NFS_I(state->inode);
1529 struct nfs_open_context *ctx;
1530
1531 spin_lock(&state->inode->i_lock);
1532 list_for_each_entry(ctx, &nfsi->open_files, list) {
1533 if (ctx->state != state)
1534 continue;
1535 get_nfs_open_context(ctx);
1536 spin_unlock(&state->inode->i_lock);
1537 return ctx;
1538 }
1539 spin_unlock(&state->inode->i_lock);
1540 return ERR_PTR(-ENOENT);
1541}
1542
Trond Myklebust4a1c0892013-03-15 14:57:33 -04001543static struct nfs4_opendata *nfs4_open_recoverdata_alloc(struct nfs_open_context *ctx,
1544 struct nfs4_state *state, enum open_claim_type4 claim)
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001545{
1546 struct nfs4_opendata *opendata;
1547
Trond Myklebust4a1c0892013-03-15 14:57:33 -04001548 opendata = nfs4_opendata_alloc(ctx->dentry, state->owner, 0, 0,
David Quigley1775fd32013-05-22 12:50:42 -04001549 NULL, NULL, claim, GFP_NOFS);
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001550 if (opendata == NULL)
1551 return ERR_PTR(-ENOMEM);
1552 opendata->state = state;
1553 atomic_inc(&state->count);
1554 return opendata;
1555}
1556
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001557static int nfs4_open_recover_helper(struct nfs4_opendata *opendata, fmode_t fmode, struct nfs4_state **res)
Trond Myklebust864472e2006-01-03 09:55:15 +01001558{
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001559 struct nfs4_state *newstate;
Trond Myklebust864472e2006-01-03 09:55:15 +01001560 int ret;
1561
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001562 opendata->o_arg.open_flags = 0;
1563 opendata->o_arg.fmode = fmode;
Trond Myklebustbe36e182015-02-27 17:04:17 -05001564 opendata->o_arg.share_access = nfs4_map_atomic_open_share(
1565 NFS_SB(opendata->dentry->d_sb),
1566 fmode, 0);
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001567 memset(&opendata->o_res, 0, sizeof(opendata->o_res));
1568 memset(&opendata->c_res, 0, sizeof(opendata->c_res));
1569 nfs4_init_opendata_res(opendata);
Alexandros Batsakisb2579572009-12-14 21:27:57 -08001570 ret = _nfs4_recover_proc_open(opendata);
Trond Myklebust864472e2006-01-03 09:55:15 +01001571 if (ret != 0)
1572 return ret;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001573 newstate = nfs4_opendata_to_nfs4_state(opendata);
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001574 if (IS_ERR(newstate))
1575 return PTR_ERR(newstate);
Al Viro643168c2011-06-22 18:20:23 -04001576 nfs4_close_state(newstate, fmode);
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001577 *res = newstate;
Trond Myklebust864472e2006-01-03 09:55:15 +01001578 return 0;
1579}
1580
1581static int nfs4_open_recover(struct nfs4_opendata *opendata, struct nfs4_state *state)
1582{
Trond Myklebust864472e2006-01-03 09:55:15 +01001583 struct nfs4_state *newstate;
Trond Myklebust864472e2006-01-03 09:55:15 +01001584 int ret;
1585
Trond Myklebust4f14c192014-02-12 19:15:06 -05001586 /* Don't trigger recovery in nfs_test_and_clear_all_open_stateid */
1587 clear_bit(NFS_O_RDWR_STATE, &state->flags);
1588 clear_bit(NFS_O_WRONLY_STATE, &state->flags);
1589 clear_bit(NFS_O_RDONLY_STATE, &state->flags);
Trond Myklebust864472e2006-01-03 09:55:15 +01001590 /* memory barrier prior to reading state->n_* */
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001591 clear_bit(NFS_DELEGATED_STATE, &state->flags);
Trond Myklebustfd068b22013-04-22 11:29:51 -04001592 clear_bit(NFS_OPEN_STATE, &state->flags);
Trond Myklebust864472e2006-01-03 09:55:15 +01001593 smp_rmb();
1594 if (state->n_rdwr != 0) {
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001595 ret = nfs4_open_recover_helper(opendata, FMODE_READ|FMODE_WRITE, &newstate);
Trond Myklebust864472e2006-01-03 09:55:15 +01001596 if (ret != 0)
1597 return ret;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001598 if (newstate != state)
1599 return -ESTALE;
Trond Myklebust864472e2006-01-03 09:55:15 +01001600 }
1601 if (state->n_wronly != 0) {
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001602 ret = nfs4_open_recover_helper(opendata, FMODE_WRITE, &newstate);
Trond Myklebust864472e2006-01-03 09:55:15 +01001603 if (ret != 0)
1604 return ret;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001605 if (newstate != state)
1606 return -ESTALE;
Trond Myklebust864472e2006-01-03 09:55:15 +01001607 }
1608 if (state->n_rdonly != 0) {
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001609 ret = nfs4_open_recover_helper(opendata, FMODE_READ, &newstate);
Trond Myklebust864472e2006-01-03 09:55:15 +01001610 if (ret != 0)
1611 return ret;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001612 if (newstate != state)
1613 return -ESTALE;
Trond Myklebust864472e2006-01-03 09:55:15 +01001614 }
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001615 /*
1616 * We may have performed cached opens for all three recoveries.
1617 * Check if we need to update the current stateid.
1618 */
1619 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0 &&
Trond Myklebustf597c532012-03-04 18:13:56 -05001620 !nfs4_stateid_match(&state->stateid, &state->open_stateid)) {
Trond Myklebust8bda4e42007-07-09 10:45:42 -04001621 write_seqlock(&state->seqlock);
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001622 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0)
Trond Myklebustf597c532012-03-04 18:13:56 -05001623 nfs4_stateid_copy(&state->stateid, &state->open_stateid);
Trond Myklebust8bda4e42007-07-09 10:45:42 -04001624 write_sequnlock(&state->seqlock);
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001625 }
Trond Myklebust864472e2006-01-03 09:55:15 +01001626 return 0;
1627}
1628
Linus Torvalds1da177e2005-04-16 15:20:36 -07001629/*
1630 * OPEN_RECLAIM:
1631 * reclaim state on the server after a reboot.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001632 */
Trond Myklebust539cd032007-06-05 11:46:42 -04001633static int _nfs4_do_open_reclaim(struct nfs_open_context *ctx, struct nfs4_state *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001634{
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001635 struct nfs_delegation *delegation;
Trond Myklebust864472e2006-01-03 09:55:15 +01001636 struct nfs4_opendata *opendata;
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001637 fmode_t delegation_type = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001638 int status;
1639
Trond Myklebust4a1c0892013-03-15 14:57:33 -04001640 opendata = nfs4_open_recoverdata_alloc(ctx, state,
1641 NFS4_OPEN_CLAIM_PREVIOUS);
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001642 if (IS_ERR(opendata))
1643 return PTR_ERR(opendata);
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001644 rcu_read_lock();
1645 delegation = rcu_dereference(NFS_I(state->inode)->delegation);
Trond Myklebust15c831b2008-12-23 15:21:39 -05001646 if (delegation != NULL && test_bit(NFS_DELEGATION_NEED_RECLAIM, &delegation->flags) != 0)
Trond Myklebust65bbf6b2007-08-27 09:57:46 -04001647 delegation_type = delegation->type;
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001648 rcu_read_unlock();
Trond Myklebust864472e2006-01-03 09:55:15 +01001649 opendata->o_arg.u.delegation_type = delegation_type;
1650 status = nfs4_open_recover(opendata, state);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001651 nfs4_opendata_put(opendata);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001652 return status;
1653}
1654
Trond Myklebust539cd032007-06-05 11:46:42 -04001655static int nfs4_do_open_reclaim(struct nfs_open_context *ctx, struct nfs4_state *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001656{
1657 struct nfs_server *server = NFS_SERVER(state->inode);
1658 struct nfs4_exception exception = { };
1659 int err;
1660 do {
Trond Myklebust539cd032007-06-05 11:46:42 -04001661 err = _nfs4_do_open_reclaim(ctx, state);
Trond Myklebust42113a72013-08-12 16:19:27 -04001662 trace_nfs4_open_reclaim(ctx, 0, err);
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04001663 if (nfs4_clear_cap_atomic_open_v1(server, err, &exception))
1664 continue;
Trond Myklebust168667c2010-10-19 19:47:49 -04001665 if (err != -NFS4ERR_DELAY)
Trond Myklebust202b50d2005-06-22 17:16:29 +00001666 break;
1667 nfs4_handle_exception(server, err, &exception);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001668 } while (exception.retry);
1669 return err;
1670}
1671
Trond Myklebust864472e2006-01-03 09:55:15 +01001672static int nfs4_open_reclaim(struct nfs4_state_owner *sp, struct nfs4_state *state)
1673{
1674 struct nfs_open_context *ctx;
1675 int ret;
1676
1677 ctx = nfs4_state_find_open_context(state);
1678 if (IS_ERR(ctx))
Trond Myklebust91876b12013-03-28 14:01:33 -04001679 return -EAGAIN;
Trond Myklebust539cd032007-06-05 11:46:42 -04001680 ret = nfs4_do_open_reclaim(ctx, state);
Trond Myklebust864472e2006-01-03 09:55:15 +01001681 put_nfs_open_context(ctx);
1682 return ret;
1683}
1684
Trond Myklebustdb4f2e62013-04-01 15:56:46 -04001685static 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 -07001686{
Trond Myklebustbe76b5b2013-04-01 15:40:44 -04001687 switch (err) {
1688 default:
1689 printk(KERN_ERR "NFS: %s: unhandled error "
1690 "%d.\n", __func__, err);
1691 case 0:
1692 case -ENOENT:
1693 case -ESTALE:
1694 break;
1695 case -NFS4ERR_BADSESSION:
1696 case -NFS4ERR_BADSLOT:
1697 case -NFS4ERR_BAD_HIGH_SLOT:
1698 case -NFS4ERR_CONN_NOT_BOUND_TO_SESSION:
1699 case -NFS4ERR_DEADSESSION:
1700 set_bit(NFS_DELEGATED_STATE, &state->flags);
1701 nfs4_schedule_session_recovery(server->nfs_client->cl_session, err);
1702 return -EAGAIN;
1703 case -NFS4ERR_STALE_CLIENTID:
1704 case -NFS4ERR_STALE_STATEID:
1705 set_bit(NFS_DELEGATED_STATE, &state->flags);
1706 case -NFS4ERR_EXPIRED:
1707 /* Don't recall a delegation if it was lost */
1708 nfs4_schedule_lease_recovery(server->nfs_client);
1709 return -EAGAIN;
Chuck Lever352297b2013-10-17 14:13:24 -04001710 case -NFS4ERR_MOVED:
1711 nfs4_schedule_migration_recovery(server);
1712 return -EAGAIN;
Chuck Lever8ef2f8d2013-10-17 14:13:41 -04001713 case -NFS4ERR_LEASE_MOVED:
1714 nfs4_schedule_lease_moved_recovery(server->nfs_client);
1715 return -EAGAIN;
Trond Myklebustbe76b5b2013-04-01 15:40:44 -04001716 case -NFS4ERR_DELEG_REVOKED:
1717 case -NFS4ERR_ADMIN_REVOKED:
1718 case -NFS4ERR_BAD_STATEID:
Trond Myklebustdb4f2e62013-04-01 15:56:46 -04001719 case -NFS4ERR_OPENMODE:
Trond Myklebustbe76b5b2013-04-01 15:40:44 -04001720 nfs_inode_find_state_and_recover(state->inode,
1721 stateid);
1722 nfs4_schedule_stateid_recovery(server, state);
Trond Myklebust869f9df2014-11-10 18:43:56 -05001723 return -EAGAIN;
Trond Myklebustbe76b5b2013-04-01 15:40:44 -04001724 case -NFS4ERR_DELAY:
1725 case -NFS4ERR_GRACE:
1726 set_bit(NFS_DELEGATED_STATE, &state->flags);
1727 ssleep(1);
1728 return -EAGAIN;
Trond Myklebustdb4f2e62013-04-01 15:56:46 -04001729 case -ENOMEM:
1730 case -NFS4ERR_DENIED:
1731 /* kill_proc(fl->fl_pid, SIGLOST, 1); */
1732 return 0;
Trond Myklebustbe76b5b2013-04-01 15:40:44 -04001733 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001734 return err;
1735}
1736
Trond Myklebustdb4f2e62013-04-01 15:56:46 -04001737int nfs4_open_delegation_recall(struct nfs_open_context *ctx, struct nfs4_state *state, const nfs4_stateid *stateid)
1738{
1739 struct nfs_server *server = NFS_SERVER(state->inode);
1740 struct nfs4_opendata *opendata;
1741 int err;
1742
1743 opendata = nfs4_open_recoverdata_alloc(ctx, state,
1744 NFS4_OPEN_CLAIM_DELEG_CUR_FH);
1745 if (IS_ERR(opendata))
1746 return PTR_ERR(opendata);
1747 nfs4_stateid_copy(&opendata->o_arg.u.delegation, stateid);
1748 err = nfs4_open_recover(opendata, state);
1749 nfs4_opendata_put(opendata);
1750 return nfs4_handle_delegation_recall_error(server, state, stateid, err);
1751}
1752
Chuck Leverbe05c862013-08-09 12:49:47 -04001753static void nfs4_open_confirm_prepare(struct rpc_task *task, void *calldata)
1754{
1755 struct nfs4_opendata *data = calldata;
1756
Peng Taocb04ad22014-06-11 05:24:15 +08001757 nfs40_setup_sequence(data->o_arg.server->nfs_client->cl_slot_tbl,
1758 &data->c_arg.seq_args, &data->c_res.seq_res, task);
Chuck Leverbe05c862013-08-09 12:49:47 -04001759}
1760
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001761static void nfs4_open_confirm_done(struct rpc_task *task, void *calldata)
1762{
1763 struct nfs4_opendata *data = calldata;
1764
Trond Myklebust17ead6c2014-02-01 14:53:23 -05001765 nfs40_sequence_done(task, &data->c_res.seq_res);
Chuck Leverbe05c862013-08-09 12:49:47 -04001766
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001767 data->rpc_status = task->tk_status;
Trond Myklebust26e976a2006-01-03 09:55:21 +01001768 if (data->rpc_status == 0) {
Trond Myklebustf597c532012-03-04 18:13:56 -05001769 nfs4_stateid_copy(&data->o_res.stateid, &data->c_res.stateid);
Trond Myklebustbb226292008-01-02 15:19:18 -05001770 nfs_confirm_seqid(&data->owner->so_seqid, 0);
Trond Myklebust26e976a2006-01-03 09:55:21 +01001771 renew_lease(data->o_res.server, data->timestamp);
Trond Myklebust3e309912007-07-07 13:19:59 -04001772 data->rpc_done = 1;
Trond Myklebust26e976a2006-01-03 09:55:21 +01001773 }
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001774}
1775
1776static void nfs4_open_confirm_release(void *calldata)
1777{
1778 struct nfs4_opendata *data = calldata;
1779 struct nfs4_state *state = NULL;
1780
1781 /* If this request hasn't been cancelled, do nothing */
1782 if (data->cancelled == 0)
1783 goto out_free;
1784 /* In case of error, no cleanup! */
Trond Myklebust3e309912007-07-07 13:19:59 -04001785 if (!data->rpc_done)
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001786 goto out_free;
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001787 state = nfs4_opendata_to_nfs4_state(data);
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001788 if (!IS_ERR(state))
Al Viro643168c2011-06-22 18:20:23 -04001789 nfs4_close_state(state, data->o_arg.fmode);
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001790out_free:
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001791 nfs4_opendata_put(data);
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001792}
1793
1794static const struct rpc_call_ops nfs4_open_confirm_ops = {
Chuck Leverbe05c862013-08-09 12:49:47 -04001795 .rpc_call_prepare = nfs4_open_confirm_prepare,
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001796 .rpc_call_done = nfs4_open_confirm_done,
1797 .rpc_release = nfs4_open_confirm_release,
1798};
1799
1800/*
1801 * Note: On error, nfs4_proc_open_confirm will free the struct nfs4_opendata
1802 */
1803static int _nfs4_proc_open_confirm(struct nfs4_opendata *data)
1804{
David Howells2b0143b2015-03-17 22:25:59 +00001805 struct nfs_server *server = NFS_SERVER(d_inode(data->dir));
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001806 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001807 struct rpc_message msg = {
1808 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN_CONFIRM],
1809 .rpc_argp = &data->c_arg,
1810 .rpc_resp = &data->c_res,
1811 .rpc_cred = data->owner->so_cred,
1812 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04001813 struct rpc_task_setup task_setup_data = {
1814 .rpc_client = server->client,
Trond Myklebust5138fde2007-07-14 15:40:01 -04001815 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04001816 .callback_ops = &nfs4_open_confirm_ops,
1817 .callback_data = data,
Trond Myklebust101070c2008-02-19 20:04:23 -05001818 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04001819 .flags = RPC_TASK_ASYNC,
1820 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07001821 int status;
1822
Trond Myklebust17ead6c2014-02-01 14:53:23 -05001823 nfs4_init_sequence(&data->c_arg.seq_args, &data->c_res.seq_res, 1);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001824 kref_get(&data->kref);
Trond Myklebust3e309912007-07-07 13:19:59 -04001825 data->rpc_done = 0;
1826 data->rpc_status = 0;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001827 data->timestamp = jiffies;
Trond Myklebustc970aa82007-07-14 15:39:59 -04001828 task = rpc_run_task(&task_setup_data);
Trond Myklebust7a1218a2006-03-20 18:11:10 -05001829 if (IS_ERR(task))
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001830 return PTR_ERR(task);
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001831 status = nfs4_wait_for_completion_rpc_task(task);
1832 if (status != 0) {
1833 data->cancelled = 1;
1834 smp_wmb();
1835 } else
1836 status = data->rpc_status;
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -05001837 rpc_put_task(task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001838 return status;
1839}
1840
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001841static void nfs4_open_prepare(struct rpc_task *task, void *calldata)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001842{
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001843 struct nfs4_opendata *data = calldata;
1844 struct nfs4_state_owner *sp = data->owner;
Trond Myklebust549b19c2013-04-16 18:42:34 -04001845 struct nfs_client *clp = sp->so_server->nfs_client;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001846
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001847 if (nfs_wait_on_sequence(data->o_arg.seqid, task) != 0)
Trond Myklebustc8da19b2013-02-11 19:01:21 -05001848 goto out_wait;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001849 /*
1850 * Check if we still need to send an OPEN call, or if we can use
1851 * a delegation instead.
1852 */
1853 if (data->state != NULL) {
1854 struct nfs_delegation *delegation;
1855
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001856 if (can_open_cached(data->state, data->o_arg.fmode, data->o_arg.open_flags))
Trond Myklebust6ee41262007-07-08 14:11:36 -04001857 goto out_no_action;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001858 rcu_read_lock();
1859 delegation = rcu_dereference(NFS_I(data->state->inode)->delegation);
Trond Myklebust652f89f2011-12-09 19:05:58 -05001860 if (data->o_arg.claim != NFS4_OPEN_CLAIM_DELEGATE_CUR &&
Trond Myklebustcd4c9be2013-04-23 14:46:25 -04001861 data->o_arg.claim != NFS4_OPEN_CLAIM_DELEG_CUR_FH &&
Trond Myklebust652f89f2011-12-09 19:05:58 -05001862 can_open_delegated(delegation, data->o_arg.fmode))
1863 goto unlock_no_action;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001864 rcu_read_unlock();
1865 }
Trond Myklebust95b72eb2012-04-20 19:24:51 -04001866 /* Update client id. */
Trond Myklebust549b19c2013-04-16 18:42:34 -04001867 data->o_arg.clientid = clp->cl_clientid;
Trond Myklebust8188df12013-04-23 14:31:19 -04001868 switch (data->o_arg.claim) {
1869 case NFS4_OPEN_CLAIM_PREVIOUS:
1870 case NFS4_OPEN_CLAIM_DELEG_CUR_FH:
1871 case NFS4_OPEN_CLAIM_DELEG_PREV_FH:
Andy Adamsone23008e2012-10-02 21:07:32 -04001872 data->o_arg.open_bitmap = &nfs4_open_noattr_bitmap[0];
Trond Myklebust8188df12013-04-23 14:31:19 -04001873 case NFS4_OPEN_CLAIM_FH:
1874 task->tk_msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN_NOATTR];
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001875 nfs_copy_fh(&data->o_res.fh, data->o_arg.fh);
1876 }
Trond Myklebust26e976a2006-01-03 09:55:21 +01001877 data->timestamp = jiffies;
Trond Myklebust035168ab2010-06-16 09:52:26 -04001878 if (nfs4_setup_sequence(data->o_arg.server,
Andy Adamsond8985282009-04-01 09:22:21 -04001879 &data->o_arg.seq_args,
Trond Myklebust2240a9e2012-10-29 18:37:40 -04001880 &data->o_res.seq_res,
1881 task) != 0)
1882 nfs_release_seqid(data->o_arg.seqid);
Trond Myklebust549b19c2013-04-16 18:42:34 -04001883
1884 /* Set the create mode (note dependency on the session type) */
1885 data->o_arg.createmode = NFS4_CREATE_UNCHECKED;
1886 if (data->o_arg.open_flags & O_EXCL) {
1887 data->o_arg.createmode = NFS4_CREATE_EXCLUSIVE;
1888 if (nfs4_has_persistent_session(clp))
1889 data->o_arg.createmode = NFS4_CREATE_GUARDED;
1890 else if (clp->cl_mvops->minor_version > 0)
1891 data->o_arg.createmode = NFS4_CREATE_EXCLUSIVE4_1;
1892 }
Trond Myklebust6ee41262007-07-08 14:11:36 -04001893 return;
Trond Myklebust652f89f2011-12-09 19:05:58 -05001894unlock_no_action:
1895 rcu_read_unlock();
Trond Myklebust6ee41262007-07-08 14:11:36 -04001896out_no_action:
1897 task->tk_action = NULL;
Trond Myklebustc8da19b2013-02-11 19:01:21 -05001898out_wait:
Trond Myklebustb75ad4c2012-11-29 17:27:47 -05001899 nfs4_sequence_done(task, &data->o_res.seq_res);
Alexandros Batsakisb2579572009-12-14 21:27:57 -08001900}
1901
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001902static void nfs4_open_done(struct rpc_task *task, void *calldata)
1903{
1904 struct nfs4_opendata *data = calldata;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001905
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001906 data->rpc_status = task->tk_status;
Andy Adamsond8985282009-04-01 09:22:21 -04001907
Trond Myklebust14516c32010-07-31 14:29:06 -04001908 if (!nfs4_sequence_done(task, &data->o_res.seq_res))
1909 return;
Andy Adamsond8985282009-04-01 09:22:21 -04001910
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001911 if (task->tk_status == 0) {
Trond Myklebust807d66d82012-10-02 17:09:00 -07001912 if (data->o_res.f_attr->valid & NFS_ATTR_FATTR_TYPE) {
1913 switch (data->o_res.f_attr->mode & S_IFMT) {
Trond Myklebust6f926b52005-10-18 14:20:18 -07001914 case S_IFREG:
1915 break;
1916 case S_IFLNK:
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001917 data->rpc_status = -ELOOP;
Trond Myklebust6f926b52005-10-18 14:20:18 -07001918 break;
1919 case S_IFDIR:
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001920 data->rpc_status = -EISDIR;
Trond Myklebust6f926b52005-10-18 14:20:18 -07001921 break;
1922 default:
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001923 data->rpc_status = -ENOTDIR;
Trond Myklebust807d66d82012-10-02 17:09:00 -07001924 }
Trond Myklebust6f926b52005-10-18 14:20:18 -07001925 }
Trond Myklebust26e976a2006-01-03 09:55:21 +01001926 renew_lease(data->o_res.server, data->timestamp);
Trond Myklebust0f9f95e2007-07-08 16:19:56 -04001927 if (!(data->o_res.rflags & NFS4_OPEN_RESULT_CONFIRM))
1928 nfs_confirm_seqid(&data->owner->so_seqid, 0);
Trond Myklebust6f926b52005-10-18 14:20:18 -07001929 }
Trond Myklebust3e309912007-07-07 13:19:59 -04001930 data->rpc_done = 1;
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001931}
Trond Myklebust6f926b52005-10-18 14:20:18 -07001932
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001933static void nfs4_open_release(void *calldata)
1934{
1935 struct nfs4_opendata *data = calldata;
1936 struct nfs4_state *state = NULL;
1937
1938 /* If this request hasn't been cancelled, do nothing */
1939 if (data->cancelled == 0)
1940 goto out_free;
1941 /* In case of error, no cleanup! */
Trond Myklebust3e309912007-07-07 13:19:59 -04001942 if (data->rpc_status != 0 || !data->rpc_done)
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001943 goto out_free;
1944 /* In case we need an open_confirm, no cleanup! */
1945 if (data->o_res.rflags & NFS4_OPEN_RESULT_CONFIRM)
1946 goto out_free;
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001947 state = nfs4_opendata_to_nfs4_state(data);
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001948 if (!IS_ERR(state))
Al Viro643168c2011-06-22 18:20:23 -04001949 nfs4_close_state(state, data->o_arg.fmode);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001950out_free:
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001951 nfs4_opendata_put(data);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001952}
1953
1954static const struct rpc_call_ops nfs4_open_ops = {
1955 .rpc_call_prepare = nfs4_open_prepare,
1956 .rpc_call_done = nfs4_open_done,
1957 .rpc_release = nfs4_open_release,
1958};
1959
Alexandros Batsakisb2579572009-12-14 21:27:57 -08001960static int nfs4_run_open_task(struct nfs4_opendata *data, int isrecover)
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001961{
David Howells2b0143b2015-03-17 22:25:59 +00001962 struct inode *dir = d_inode(data->dir);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001963 struct nfs_server *server = NFS_SERVER(dir);
1964 struct nfs_openargs *o_arg = &data->o_arg;
1965 struct nfs_openres *o_res = &data->o_res;
1966 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001967 struct rpc_message msg = {
1968 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN],
1969 .rpc_argp = o_arg,
1970 .rpc_resp = o_res,
1971 .rpc_cred = data->owner->so_cred,
1972 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04001973 struct rpc_task_setup task_setup_data = {
1974 .rpc_client = server->client,
Trond Myklebust5138fde2007-07-14 15:40:01 -04001975 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04001976 .callback_ops = &nfs4_open_ops,
1977 .callback_data = data,
Trond Myklebust101070c2008-02-19 20:04:23 -05001978 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04001979 .flags = RPC_TASK_ASYNC,
1980 };
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001981 int status;
1982
Chuck Levera9c92d62013-08-09 12:48:18 -04001983 nfs4_init_sequence(&o_arg->seq_args, &o_res->seq_res, 1);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001984 kref_get(&data->kref);
Trond Myklebust3e309912007-07-07 13:19:59 -04001985 data->rpc_done = 0;
1986 data->rpc_status = 0;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001987 data->cancelled = 0;
Trond Myklebustbdeca1b2013-04-23 14:52:44 -04001988 data->is_recover = 0;
1989 if (isrecover) {
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04001990 nfs4_set_sequence_privileged(&o_arg->seq_args);
Trond Myklebustbdeca1b2013-04-23 14:52:44 -04001991 data->is_recover = 1;
1992 }
Trond Myklebustc970aa82007-07-14 15:39:59 -04001993 task = rpc_run_task(&task_setup_data);
Alexandros Batsakisb2579572009-12-14 21:27:57 -08001994 if (IS_ERR(task))
1995 return PTR_ERR(task);
1996 status = nfs4_wait_for_completion_rpc_task(task);
1997 if (status != 0) {
1998 data->cancelled = 1;
1999 smp_wmb();
2000 } else
2001 status = data->rpc_status;
2002 rpc_put_task(task);
2003
2004 return status;
2005}
2006
2007static int _nfs4_recover_proc_open(struct nfs4_opendata *data)
2008{
David Howells2b0143b2015-03-17 22:25:59 +00002009 struct inode *dir = d_inode(data->dir);
Alexandros Batsakisb2579572009-12-14 21:27:57 -08002010 struct nfs_openres *o_res = &data->o_res;
2011 int status;
2012
2013 status = nfs4_run_open_task(data, 1);
2014 if (status != 0 || !data->rpc_done)
2015 return status;
2016
Trond Myklebust6926afd12012-01-07 13:22:46 -05002017 nfs_fattr_map_and_free_names(NFS_SERVER(dir), &data->f_attr);
2018
Alexandros Batsakisb2579572009-12-14 21:27:57 -08002019 if (o_res->rflags & NFS4_OPEN_RESULT_CONFIRM) {
2020 status = _nfs4_proc_open_confirm(data);
2021 if (status != 0)
2022 return status;
2023 }
2024
2025 return status;
2026}
2027
Trond Myklebustf3792d62014-07-10 08:54:32 -04002028/*
2029 * Additional permission checks in order to distinguish between an
2030 * open for read, and an open for execute. This works around the
2031 * fact that NFSv4 OPEN treats read and execute permissions as being
2032 * the same.
2033 * Note that in the non-execute case, we want to turn off permission
2034 * checking if we just created a new file (POSIX open() semantics).
2035 */
Weston Andros Adamson6168f622012-09-10 14:00:46 -04002036static int nfs4_opendata_access(struct rpc_cred *cred,
2037 struct nfs4_opendata *opendata,
Weston Andros Adamsonf8d9a892013-01-03 16:42:29 -05002038 struct nfs4_state *state, fmode_t fmode,
2039 int openflags)
Weston Andros Adamson6168f622012-09-10 14:00:46 -04002040{
2041 struct nfs_access_entry cache;
2042 u32 mask;
2043
2044 /* access call failed or for some reason the server doesn't
2045 * support any access modes -- defer access call until later */
2046 if (opendata->o_res.access_supported == 0)
2047 return 0;
2048
2049 mask = 0;
Trond Myklebustf3792d62014-07-10 08:54:32 -04002050 /*
2051 * Use openflags to check for exec, because fmode won't
2052 * always have FMODE_EXEC set when file open for exec.
2053 */
Weston Andros Adamsonf8d9a892013-01-03 16:42:29 -05002054 if (openflags & __FMODE_EXEC) {
2055 /* ONLY check for exec rights */
2056 mask = MAY_EXEC;
Trond Myklebustf3792d62014-07-10 08:54:32 -04002057 } else if ((fmode & FMODE_READ) && !opendata->file_created)
Weston Andros Adamsonf8d9a892013-01-03 16:42:29 -05002058 mask = MAY_READ;
Weston Andros Adamson6168f622012-09-10 14:00:46 -04002059
2060 cache.cred = cred;
2061 cache.jiffies = jiffies;
2062 nfs_access_set_mask(&cache, opendata->o_res.access_result);
2063 nfs_access_add_cache(state->inode, &cache);
2064
Weston Andros Adamsonbbd3a8e2012-10-02 14:49:51 -07002065 if ((mask & ~cache.mask & (MAY_READ | MAY_EXEC)) == 0)
Weston Andros Adamson6168f622012-09-10 14:00:46 -04002066 return 0;
2067
2068 /* even though OPEN succeeded, access is denied. Close the file */
2069 nfs4_close_state(state, fmode);
Weston Andros Adamson998f40b2012-11-02 18:00:56 -04002070 return -EACCES;
Weston Andros Adamson6168f622012-09-10 14:00:46 -04002071}
2072
Alexandros Batsakisb2579572009-12-14 21:27:57 -08002073/*
2074 * Note: On error, nfs4_proc_open will free the struct nfs4_opendata
2075 */
2076static int _nfs4_proc_open(struct nfs4_opendata *data)
2077{
David Howells2b0143b2015-03-17 22:25:59 +00002078 struct inode *dir = d_inode(data->dir);
Alexandros Batsakisb2579572009-12-14 21:27:57 -08002079 struct nfs_server *server = NFS_SERVER(dir);
2080 struct nfs_openargs *o_arg = &data->o_arg;
2081 struct nfs_openres *o_res = &data->o_res;
2082 int status;
2083
2084 status = nfs4_run_open_task(data, 0);
Trond Myklebust08ef7bd2011-10-18 16:11:49 -07002085 if (!data->rpc_done)
Trond Myklebust24ac23a2006-01-03 09:55:11 +01002086 return status;
Trond Myklebust08ef7bd2011-10-18 16:11:49 -07002087 if (status != 0) {
2088 if (status == -NFS4ERR_BADNAME &&
2089 !(o_arg->open_flags & O_CREAT))
2090 return -ENOENT;
2091 return status;
2092 }
Trond Myklebust24ac23a2006-01-03 09:55:11 +01002093
Trond Myklebust6926afd12012-01-07 13:22:46 -05002094 nfs_fattr_map_and_free_names(server, &data->f_attr);
2095
Trond Myklebust5bc2afc2013-09-23 18:01:28 -04002096 if (o_arg->open_flags & O_CREAT) {
Trond Myklebust56ae19f2005-10-27 22:12:40 -04002097 update_changeattr(dir, &o_res->cinfo);
Trond Myklebust5bc2afc2013-09-23 18:01:28 -04002098 if (o_arg->open_flags & O_EXCL)
2099 data->file_created = 1;
2100 else if (o_res->cinfo.before != o_res->cinfo.after)
2101 data->file_created = 1;
2102 }
Trond Myklebust0df5dd42010-04-11 16:48:44 -04002103 if ((o_res->rflags & NFS4_OPEN_RESULT_LOCKTYPE_POSIX) == 0)
2104 server->caps &= ~NFS_CAP_POSIX_LOCK;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002105 if(o_res->rflags & NFS4_OPEN_RESULT_CONFIRM) {
Trond Myklebustcdd4e682006-01-03 09:55:12 +01002106 status = _nfs4_proc_open_confirm(data);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002107 if (status != 0)
Trond Myklebust24ac23a2006-01-03 09:55:11 +01002108 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002109 }
2110 if (!(o_res->f_attr->valid & NFS_ATTR_FATTR))
Andy Adamson8935ef62014-05-23 06:22:59 -07002111 nfs4_proc_getattr(server, &o_res->fh, o_res->f_attr, o_res->f_label);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01002112 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002113}
2114
Andy Adamsond83217c2011-03-01 01:34:17 +00002115static int nfs4_recover_expired_lease(struct nfs_server *server)
2116{
2117 return nfs4_client_recover_expired_lease(server->nfs_client);
2118}
2119
Linus Torvalds1da177e2005-04-16 15:20:36 -07002120/*
2121 * OPEN_EXPIRED:
2122 * reclaim state on the server after a network partition.
2123 * Assumes caller holds the appropriate lock
2124 */
Trond Myklebust539cd032007-06-05 11:46:42 -04002125static int _nfs4_open_expired(struct nfs_open_context *ctx, struct nfs4_state *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002126{
Trond Myklebuste56e0b782006-01-03 09:55:08 +01002127 struct nfs4_opendata *opendata;
Trond Myklebust864472e2006-01-03 09:55:15 +01002128 int ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002129
Trond Myklebust4a1c0892013-03-15 14:57:33 -04002130 opendata = nfs4_open_recoverdata_alloc(ctx, state,
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04002131 NFS4_OPEN_CLAIM_FH);
Trond Myklebust6f220ed2007-07-17 21:50:45 -04002132 if (IS_ERR(opendata))
2133 return PTR_ERR(opendata);
Trond Myklebust864472e2006-01-03 09:55:15 +01002134 ret = nfs4_open_recover(opendata, state);
Trond Myklebust35d05772008-04-05 15:54:17 -04002135 if (ret == -ESTALE)
Al Viro3d4ff432011-06-22 18:40:12 -04002136 d_drop(ctx->dentry);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04002137 nfs4_opendata_put(opendata);
Trond Myklebust864472e2006-01-03 09:55:15 +01002138 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002139}
2140
Trond Myklebusta9ed2e22009-12-03 15:53:21 -05002141static int nfs4_do_open_expired(struct nfs_open_context *ctx, struct nfs4_state *state)
Trond Myklebust202b50d2005-06-22 17:16:29 +00002142{
Trond Myklebust539cd032007-06-05 11:46:42 -04002143 struct nfs_server *server = NFS_SERVER(state->inode);
Trond Myklebust202b50d2005-06-22 17:16:29 +00002144 struct nfs4_exception exception = { };
2145 int err;
2146
2147 do {
Trond Myklebust539cd032007-06-05 11:46:42 -04002148 err = _nfs4_open_expired(ctx, state);
Trond Myklebust42113a72013-08-12 16:19:27 -04002149 trace_nfs4_open_expired(ctx, 0, err);
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04002150 if (nfs4_clear_cap_atomic_open_v1(server, err, &exception))
2151 continue;
Trond Myklebusta9ed2e22009-12-03 15:53:21 -05002152 switch (err) {
2153 default:
2154 goto out;
2155 case -NFS4ERR_GRACE:
2156 case -NFS4ERR_DELAY:
2157 nfs4_handle_exception(server, err, &exception);
2158 err = 0;
2159 }
Trond Myklebust202b50d2005-06-22 17:16:29 +00002160 } while (exception.retry);
Trond Myklebusta9ed2e22009-12-03 15:53:21 -05002161out:
Trond Myklebust202b50d2005-06-22 17:16:29 +00002162 return err;
2163}
2164
Linus Torvalds1da177e2005-04-16 15:20:36 -07002165static int nfs4_open_expired(struct nfs4_state_owner *sp, struct nfs4_state *state)
2166{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002167 struct nfs_open_context *ctx;
Trond Myklebust864472e2006-01-03 09:55:15 +01002168 int ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002169
Trond Myklebust864472e2006-01-03 09:55:15 +01002170 ctx = nfs4_state_find_open_context(state);
2171 if (IS_ERR(ctx))
Trond Myklebust91876b12013-03-28 14:01:33 -04002172 return -EAGAIN;
Trond Myklebust539cd032007-06-05 11:46:42 -04002173 ret = nfs4_do_open_expired(ctx, state);
Trond Myklebust864472e2006-01-03 09:55:15 +01002174 put_nfs_open_context(ctx);
2175 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002176}
2177
Trond Myklebust4dfd4f72014-10-17 15:10:25 +03002178static void nfs_finish_clear_delegation_stateid(struct nfs4_state *state)
2179{
2180 nfs_remove_bad_delegation(state->inode);
2181 write_seqlock(&state->seqlock);
2182 nfs4_stateid_copy(&state->stateid, &state->open_stateid);
2183 write_sequnlock(&state->seqlock);
2184 clear_bit(NFS_DELEGATED_STATE, &state->flags);
2185}
2186
2187static void nfs40_clear_delegation_stateid(struct nfs4_state *state)
2188{
2189 if (rcu_access_pointer(NFS_I(state->inode)->delegation) != NULL)
2190 nfs_finish_clear_delegation_stateid(state);
2191}
2192
2193static int nfs40_open_expired(struct nfs4_state_owner *sp, struct nfs4_state *state)
2194{
2195 /* NFSv4.0 doesn't allow for delegation recovery on open expire */
2196 nfs40_clear_delegation_stateid(state);
2197 return nfs4_open_expired(sp, state);
2198}
2199
Bryan Schumakerf062eb62011-06-02 14:59:10 -04002200#if defined(CONFIG_NFS_V4_1)
Trond Myklebust0c116ca2014-11-12 14:44:49 -05002201static void nfs41_check_delegation_stateid(struct nfs4_state *state)
Bryan Schumakerf062eb62011-06-02 14:59:10 -04002202{
Bryan Schumakerf062eb62011-06-02 14:59:10 -04002203 struct nfs_server *server = NFS_SERVER(state->inode);
Trond Myklebust0c116ca2014-11-12 14:44:49 -05002204 nfs4_stateid stateid;
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04002205 struct nfs_delegation *delegation;
Trond Myklebust0c116ca2014-11-12 14:44:49 -05002206 struct rpc_cred *cred;
2207 int status;
Chuck Lever3e60ffd2012-07-11 16:30:14 -04002208
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04002209 /* Get the delegation credential for use by test/free_stateid */
2210 rcu_read_lock();
2211 delegation = rcu_dereference(NFS_I(state->inode)->delegation);
Trond Myklebust0c116ca2014-11-12 14:44:49 -05002212 if (delegation == NULL) {
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04002213 rcu_read_unlock();
Trond Myklebust0c116ca2014-11-12 14:44:49 -05002214 return;
2215 }
2216
2217 nfs4_stateid_copy(&stateid, &delegation->stateid);
2218 cred = get_rpccred(delegation->cred);
2219 rcu_read_unlock();
2220 status = nfs41_test_stateid(server, &stateid, cred);
2221 trace_nfs4_test_delegation_stateid(state, NULL, status);
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04002222
Chuck Lever3e60ffd2012-07-11 16:30:14 -04002223 if (status != NFS_OK) {
2224 /* Free the stateid unless the server explicitly
2225 * informs us the stateid is unrecognized. */
2226 if (status != -NFS4ERR_BAD_STATEID)
Trond Myklebust0c116ca2014-11-12 14:44:49 -05002227 nfs41_free_stateid(server, &stateid, cred);
2228 nfs_finish_clear_delegation_stateid(state);
Chuck Lever3e60ffd2012-07-11 16:30:14 -04002229 }
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04002230
Trond Myklebust0c116ca2014-11-12 14:44:49 -05002231 put_rpccred(cred);
Chuck Lever3e60ffd2012-07-11 16:30:14 -04002232}
2233
2234/**
2235 * nfs41_check_open_stateid - possibly free an open stateid
2236 *
2237 * @state: NFSv4 state for an inode
2238 *
2239 * Returns NFS_OK if recovery for this stateid is now finished.
2240 * Otherwise a negative NFS4ERR value is returned.
2241 */
2242static int nfs41_check_open_stateid(struct nfs4_state *state)
2243{
2244 struct nfs_server *server = NFS_SERVER(state->inode);
Bryan Schumakerfcb6d9c2012-09-26 15:25:53 -04002245 nfs4_stateid *stateid = &state->open_stateid;
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04002246 struct rpc_cred *cred = state->owner->so_cred;
Chuck Lever3e60ffd2012-07-11 16:30:14 -04002247 int status;
2248
2249 /* If a state reset has been done, test_stateid is unneeded */
2250 if ((test_bit(NFS_O_RDONLY_STATE, &state->flags) == 0) &&
2251 (test_bit(NFS_O_WRONLY_STATE, &state->flags) == 0) &&
2252 (test_bit(NFS_O_RDWR_STATE, &state->flags) == 0))
2253 return -NFS4ERR_BAD_STATEID;
2254
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04002255 status = nfs41_test_stateid(server, stateid, cred);
Trond Myklebust08cb47f2013-08-20 21:59:40 -04002256 trace_nfs4_test_open_stateid(state, NULL, status);
Chuck Lever3e60ffd2012-07-11 16:30:14 -04002257 if (status != NFS_OK) {
2258 /* Free the stateid unless the server explicitly
2259 * informs us the stateid is unrecognized. */
2260 if (status != -NFS4ERR_BAD_STATEID)
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04002261 nfs41_free_stateid(server, stateid, cred);
Chuck Lever3e60ffd2012-07-11 16:30:14 -04002262
2263 clear_bit(NFS_O_RDONLY_STATE, &state->flags);
2264 clear_bit(NFS_O_WRONLY_STATE, &state->flags);
2265 clear_bit(NFS_O_RDWR_STATE, &state->flags);
Trond Myklebustfd068b22013-04-22 11:29:51 -04002266 clear_bit(NFS_OPEN_STATE, &state->flags);
Bryan Schumakerb01dd1d2012-01-31 10:39:30 -05002267 }
2268 return status;
2269}
2270
2271static int nfs41_open_expired(struct nfs4_state_owner *sp, struct nfs4_state *state)
2272{
Chuck Levereb64cf92012-07-11 16:30:05 -04002273 int status;
Bryan Schumakerb01dd1d2012-01-31 10:39:30 -05002274
Trond Myklebust0c116ca2014-11-12 14:44:49 -05002275 nfs41_check_delegation_stateid(state);
Chuck Lever3e60ffd2012-07-11 16:30:14 -04002276 status = nfs41_check_open_stateid(state);
Chuck Levereb64cf92012-07-11 16:30:05 -04002277 if (status != NFS_OK)
2278 status = nfs4_open_expired(sp, state);
2279 return status;
Bryan Schumakerf062eb62011-06-02 14:59:10 -04002280}
2281#endif
2282
Linus Torvalds1da177e2005-04-16 15:20:36 -07002283/*
Jeff Laytonaa53ed52007-06-05 14:49:03 -04002284 * on an EXCLUSIVE create, the server should send back a bitmask with FATTR4-*
2285 * fields corresponding to attributes that were used to store the verifier.
2286 * Make sure we clobber those fields in the later setattr call
2287 */
2288static inline void nfs4_exclusive_attrset(struct nfs4_opendata *opendata, struct iattr *sattr)
2289{
2290 if ((opendata->o_res.attrset[1] & FATTR4_WORD1_TIME_ACCESS) &&
2291 !(sattr->ia_valid & ATTR_ATIME_SET))
2292 sattr->ia_valid |= ATTR_ATIME;
2293
2294 if ((opendata->o_res.attrset[1] & FATTR4_WORD1_TIME_MODIFY) &&
2295 !(sattr->ia_valid & ATTR_MTIME_SET))
2296 sattr->ia_valid |= ATTR_MTIME;
2297}
2298
Trond Myklebustc21443c2013-02-07 14:26:21 -05002299static int _nfs4_open_and_get_state(struct nfs4_opendata *opendata,
2300 fmode_t fmode,
2301 int flags,
Trond Myklebust3efb9722013-05-29 13:17:04 -04002302 struct nfs_open_context *ctx)
Trond Myklebustc21443c2013-02-07 14:26:21 -05002303{
2304 struct nfs4_state_owner *sp = opendata->owner;
2305 struct nfs_server *server = sp->so_server;
Trond Myklebust275bb302013-05-29 13:11:28 -04002306 struct dentry *dentry;
Trond Myklebustc21443c2013-02-07 14:26:21 -05002307 struct nfs4_state *state;
2308 unsigned int seq;
2309 int ret;
2310
2311 seq = raw_seqcount_begin(&sp->so_reclaim_seqcount);
2312
2313 ret = _nfs4_proc_open(opendata);
Trond Myklebustdca780012014-10-23 19:23:03 +03002314 if (ret != 0)
Trond Myklebustc21443c2013-02-07 14:26:21 -05002315 goto out;
2316
2317 state = nfs4_opendata_to_nfs4_state(opendata);
2318 ret = PTR_ERR(state);
2319 if (IS_ERR(state))
2320 goto out;
2321 if (server->caps & NFS_CAP_POSIX_LOCK)
2322 set_bit(NFS_STATE_POSIX_LOCKS, &state->flags);
2323
Trond Myklebust275bb302013-05-29 13:11:28 -04002324 dentry = opendata->dentry;
David Howells2b0143b2015-03-17 22:25:59 +00002325 if (d_really_is_negative(dentry)) {
Trond Myklebust275bb302013-05-29 13:11:28 -04002326 /* FIXME: Is this d_drop() ever needed? */
2327 d_drop(dentry);
2328 dentry = d_add_unique(dentry, igrab(state->inode));
2329 if (dentry == NULL) {
2330 dentry = opendata->dentry;
2331 } else if (dentry != ctx->dentry) {
2332 dput(ctx->dentry);
2333 ctx->dentry = dget(dentry);
2334 }
2335 nfs_set_verifier(dentry,
David Howells2b0143b2015-03-17 22:25:59 +00002336 nfs_save_change_attribute(d_inode(opendata->dir)));
Trond Myklebust275bb302013-05-29 13:11:28 -04002337 }
2338
Trond Myklebustc21443c2013-02-07 14:26:21 -05002339 ret = nfs4_opendata_access(sp->so_cred, opendata, state, fmode, flags);
2340 if (ret != 0)
2341 goto out;
2342
Trond Myklebust3efb9722013-05-29 13:17:04 -04002343 ctx->state = state;
David Howells2b0143b2015-03-17 22:25:59 +00002344 if (d_inode(dentry) == state->inode) {
Trond Myklebustc45ffdd2013-05-29 13:34:46 -04002345 nfs_inode_attach_open_context(ctx);
2346 if (read_seqcount_retry(&sp->so_reclaim_seqcount, seq))
2347 nfs4_schedule_stateid_recovery(server, state);
2348 }
Trond Myklebustc21443c2013-02-07 14:26:21 -05002349out:
2350 return ret;
2351}
2352
Jeff Laytonaa53ed52007-06-05 14:49:03 -04002353/*
Trond Myklebust24ac23a2006-01-03 09:55:11 +01002354 * Returns a referenced nfs4_state
Linus Torvalds1da177e2005-04-16 15:20:36 -07002355 */
Andy Adamson82be4172012-05-23 05:02:35 -04002356static int _nfs4_do_open(struct inode *dir,
Trond Myklebust4197a052013-05-29 12:37:49 -04002357 struct nfs_open_context *ctx,
Andy Adamson82be4172012-05-23 05:02:35 -04002358 int flags,
2359 struct iattr *sattr,
Trond Myklebust5bc2afc2013-09-23 18:01:28 -04002360 struct nfs4_label *label,
2361 int *opened)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002362{
2363 struct nfs4_state_owner *sp;
2364 struct nfs4_state *state = NULL;
2365 struct nfs_server *server = NFS_SERVER(dir);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01002366 struct nfs4_opendata *opendata;
Trond Myklebust4197a052013-05-29 12:37:49 -04002367 struct dentry *dentry = ctx->dentry;
2368 struct rpc_cred *cred = ctx->cred;
2369 struct nfs4_threshold **ctx_th = &ctx->mdsthreshold;
2370 fmode_t fmode = ctx->mode & (FMODE_READ|FMODE_WRITE|FMODE_EXEC);
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04002371 enum open_claim_type4 claim = NFS4_OPEN_CLAIM_NULL;
David Quigley1775fd32013-05-22 12:50:42 -04002372 struct nfs4_label *olabel = NULL;
Trond Myklebustaac00a82007-07-05 19:02:21 -04002373 int status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002374
2375 /* Protect against reboot recovery conflicts */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002376 status = -ENOMEM;
Trond Myklebustd1e284d2012-01-17 22:04:24 -05002377 sp = nfs4_get_state_owner(server, cred, GFP_KERNEL);
2378 if (sp == NULL) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002379 dprintk("nfs4_do_open: nfs4_get_state_owner failed!\n");
2380 goto out_err;
2381 }
Trond Myklebust58d97142006-01-03 09:55:24 +01002382 status = nfs4_recover_expired_lease(server);
2383 if (status != 0)
Trond Myklebustb4454fe2006-01-03 09:55:25 +01002384 goto err_put_state_owner;
David Howells2b0143b2015-03-17 22:25:59 +00002385 if (d_really_is_positive(dentry))
2386 nfs4_return_incompatible_delegation(d_inode(dentry), fmode);
Trond Myklebust58d97142006-01-03 09:55:24 +01002387 status = -ENOMEM;
David Howells2b0143b2015-03-17 22:25:59 +00002388 if (d_really_is_positive(dentry))
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04002389 claim = NFS4_OPEN_CLAIM_FH;
Trond Myklebust4a1c0892013-03-15 14:57:33 -04002390 opendata = nfs4_opendata_alloc(dentry, sp, fmode, flags, sattr,
David Quigley1775fd32013-05-22 12:50:42 -04002391 label, claim, GFP_KERNEL);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01002392 if (opendata == NULL)
Trond Myklebust95d35cb2008-12-23 15:21:45 -05002393 goto err_put_state_owner;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002394
David Quigley14c43f72013-05-22 12:50:43 -04002395 if (label) {
2396 olabel = nfs4_label_alloc(server, GFP_KERNEL);
2397 if (IS_ERR(olabel)) {
2398 status = PTR_ERR(olabel);
2399 goto err_opendata_put;
2400 }
2401 }
2402
Trond Myklebuste911b812014-03-26 13:24:37 -07002403 if (server->attr_bitmask[2] & FATTR4_WORD2_MDSTHRESHOLD) {
2404 if (!opendata->f_attr.mdsthreshold) {
2405 opendata->f_attr.mdsthreshold = pnfs_mdsthreshold_alloc();
2406 if (!opendata->f_attr.mdsthreshold)
2407 goto err_free_label;
2408 }
Trond Myklebust1549210f2012-06-05 09:16:47 -04002409 opendata->o_arg.open_bitmap = &nfs4_pnfs_open_bitmap[0];
Andy Adamson82be4172012-05-23 05:02:35 -04002410 }
David Howells2b0143b2015-03-17 22:25:59 +00002411 if (d_really_is_positive(dentry))
2412 opendata->state = nfs4_get_open_state(d_inode(dentry), sp);
Trond Myklebustaac00a82007-07-05 19:02:21 -04002413
Trond Myklebust3efb9722013-05-29 13:17:04 -04002414 status = _nfs4_open_and_get_state(opendata, fmode, flags, ctx);
Weston Andros Adamson6168f622012-09-10 14:00:46 -04002415 if (status != 0)
David Quigley14c43f72013-05-22 12:50:43 -04002416 goto err_free_label;
Trond Myklebust3efb9722013-05-29 13:17:04 -04002417 state = ctx->state;
Weston Andros Adamson6168f622012-09-10 14:00:46 -04002418
Trond Myklebust549b19c2013-04-16 18:42:34 -04002419 if ((opendata->o_arg.open_flags & O_EXCL) &&
2420 (opendata->o_arg.createmode != NFS4_CREATE_GUARDED)) {
Trond Myklebust0ab64e02010-04-16 16:22:51 -04002421 nfs4_exclusive_attrset(opendata, sattr);
2422
2423 nfs_fattr_init(opendata->o_res.f_attr);
2424 status = nfs4_do_setattr(state->inode, cred,
2425 opendata->o_res.f_attr, sattr,
David Quigley1775fd32013-05-22 12:50:42 -04002426 state, label, olabel);
2427 if (status == 0) {
Trond Myklebustf0446362015-02-26 16:09:04 -05002428 nfs_setattr_update_inode(state->inode, sattr,
2429 opendata->o_res.f_attr);
David Quigleyaa9c2662013-05-22 12:50:44 -04002430 nfs_setsecurity(state->inode, opendata->o_res.f_attr, olabel);
David Quigley1775fd32013-05-22 12:50:42 -04002431 }
Trond Myklebust0ab64e02010-04-16 16:22:51 -04002432 }
Trond Myklebust5bc2afc2013-09-23 18:01:28 -04002433 if (opendata->file_created)
2434 *opened |= FILE_CREATED;
Andy Adamson82be4172012-05-23 05:02:35 -04002435
Trond Myklebuste911b812014-03-26 13:24:37 -07002436 if (pnfs_use_threshold(ctx_th, opendata->f_attr.mdsthreshold, server)) {
Andy Adamson82be4172012-05-23 05:02:35 -04002437 *ctx_th = opendata->f_attr.mdsthreshold;
Trond Myklebuste911b812014-03-26 13:24:37 -07002438 opendata->f_attr.mdsthreshold = NULL;
2439 }
Andy Adamson82be4172012-05-23 05:02:35 -04002440
David Quigley14c43f72013-05-22 12:50:43 -04002441 nfs4_label_free(olabel);
2442
Trond Myklebustc6d00e62007-06-17 16:02:44 -04002443 nfs4_opendata_put(opendata);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002444 nfs4_put_state_owner(sp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002445 return 0;
David Quigley14c43f72013-05-22 12:50:43 -04002446err_free_label:
2447 nfs4_label_free(olabel);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04002448err_opendata_put:
2449 nfs4_opendata_put(opendata);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01002450err_put_state_owner:
2451 nfs4_put_state_owner(sp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002452out_err:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002453 return status;
2454}
2455
2456
Andy Adamson82be4172012-05-23 05:02:35 -04002457static struct nfs4_state *nfs4_do_open(struct inode *dir,
Trond Myklebust4197a052013-05-29 12:37:49 -04002458 struct nfs_open_context *ctx,
Andy Adamson82be4172012-05-23 05:02:35 -04002459 int flags,
2460 struct iattr *sattr,
Trond Myklebust5bc2afc2013-09-23 18:01:28 -04002461 struct nfs4_label *label,
2462 int *opened)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002463{
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04002464 struct nfs_server *server = NFS_SERVER(dir);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002465 struct nfs4_exception exception = { };
2466 struct nfs4_state *res;
2467 int status;
2468
2469 do {
Trond Myklebust5bc2afc2013-09-23 18:01:28 -04002470 status = _nfs4_do_open(dir, ctx, flags, sattr, label, opened);
Trond Myklebust3efb9722013-05-29 13:17:04 -04002471 res = ctx->state;
Trond Myklebust42113a72013-08-12 16:19:27 -04002472 trace_nfs4_open_file(ctx, flags, status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002473 if (status == 0)
2474 break;
2475 /* NOTE: BAD_SEQID means the server and client disagree about the
2476 * book-keeping w.r.t. state-changing operations
2477 * (OPEN/CLOSE/LOCK/LOCKU...)
2478 * It is actually a sign of a bug on the client or on the server.
2479 *
2480 * If we receive a BAD_SEQID error in the particular case of
Trond Myklebustcee54fc2005-10-18 14:20:12 -07002481 * doing an OPEN, we assume that nfs_increment_open_seqid() will
Linus Torvalds1da177e2005-04-16 15:20:36 -07002482 * have unhashed the old state_owner for us, and that we can
2483 * therefore safely retry using a new one. We should still warn
2484 * the user though...
2485 */
2486 if (status == -NFS4ERR_BAD_SEQID) {
Trond Myklebust9a3ba432012-03-12 18:01:48 -04002487 pr_warn_ratelimited("NFS: v4 server %s "
Trond Myklebust6f43ddc2007-07-08 16:49:11 -04002488 " returned a bad sequence-id error!\n",
2489 NFS_SERVER(dir)->nfs_client->cl_hostname);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002490 exception.retry = 1;
2491 continue;
2492 }
Trond Myklebust550f5742005-10-18 14:20:21 -07002493 /*
2494 * BAD_STATEID on OPEN means that the server cancelled our
2495 * state before it received the OPEN_CONFIRM.
2496 * Recover by retrying the request as per the discussion
2497 * on Page 181 of RFC3530.
2498 */
2499 if (status == -NFS4ERR_BAD_STATEID) {
2500 exception.retry = 1;
2501 continue;
2502 }
Trond Myklebustaac00a82007-07-05 19:02:21 -04002503 if (status == -EAGAIN) {
2504 /* We must have found a delegation */
2505 exception.retry = 1;
2506 continue;
2507 }
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04002508 if (nfs4_clear_cap_atomic_open_v1(server, status, &exception))
2509 continue;
2510 res = ERR_PTR(nfs4_handle_exception(server,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002511 status, &exception));
2512 } while (exception.retry);
2513 return res;
2514}
2515
Trond Myklebust659bfcd2008-06-10 19:39:41 -04002516static int _nfs4_do_setattr(struct inode *inode, struct rpc_cred *cred,
2517 struct nfs_fattr *fattr, struct iattr *sattr,
David Quigley1775fd32013-05-22 12:50:42 -04002518 struct nfs4_state *state, struct nfs4_label *ilabel,
2519 struct nfs4_label *olabel)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002520{
Trond Myklebust3e4f6292006-03-20 13:44:46 -05002521 struct nfs_server *server = NFS_SERVER(inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002522 struct nfs_setattrargs arg = {
Trond Myklebust3e4f6292006-03-20 13:44:46 -05002523 .fh = NFS_FH(inode),
Linus Torvalds1da177e2005-04-16 15:20:36 -07002524 .iap = sattr,
2525 .server = server,
2526 .bitmask = server->attr_bitmask,
David Quigley1775fd32013-05-22 12:50:42 -04002527 .label = ilabel,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002528 };
2529 struct nfs_setattrres res = {
2530 .fattr = fattr,
David Quigley1775fd32013-05-22 12:50:42 -04002531 .label = olabel,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002532 .server = server,
2533 };
2534 struct rpc_message msg = {
Trond Myklebust659bfcd2008-06-10 19:39:41 -04002535 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETATTR],
2536 .rpc_argp = &arg,
2537 .rpc_resp = &res,
2538 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002539 };
Trond Myklebust26e976a2006-01-03 09:55:21 +01002540 unsigned long timestamp = jiffies;
Trond Myklebustee3ae842013-04-29 10:35:36 -04002541 fmode_t fmode;
2542 bool truncate;
Trond Myklebust65e43082005-08-16 11:49:44 -04002543 int status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002544
David Quigleyaa9c2662013-05-22 12:50:44 -04002545 arg.bitmask = nfs4_bitmask(server, ilabel);
2546 if (ilabel)
2547 arg.bitmask = nfs4_bitmask(server, olabel);
2548
Trond Myklebust0e574af2005-10-27 22:12:38 -04002549 nfs_fattr_init(fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002550
Trond Myklebustee3ae842013-04-29 10:35:36 -04002551 /* Servers should only apply open mode checks for file size changes */
2552 truncate = (sattr->ia_valid & ATTR_SIZE) ? true : false;
2553 fmode = truncate ? FMODE_WRITE : FMODE_READ;
2554
2555 if (nfs4_copy_delegation_stateid(&arg.stateid, inode, fmode)) {
2556 /* Use that stateid */
Trond Myklebust0418dae2014-03-04 13:48:16 -05002557 } else if (truncate && state != NULL) {
Trond Myklebust2a369152012-08-13 18:54:45 -04002558 struct nfs_lockowner lockowner = {
2559 .l_owner = current->files,
2560 .l_pid = current->tgid,
2561 };
Trond Myklebust0418dae2014-03-04 13:48:16 -05002562 if (!nfs4_valid_open_stateid(state))
2563 return -EBADF;
2564 if (nfs4_select_rw_stateid(&arg.stateid, state, FMODE_WRITE,
2565 &lockowner) == -EIO)
2566 return -EBADF;
Trond Myklebust08e9eac2005-06-22 17:16:29 +00002567 } else
Trond Myklebustf597c532012-03-04 18:13:56 -05002568 nfs4_stateid_copy(&arg.stateid, &zero_stateid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002569
Bryan Schumaker7c513052011-03-24 17:12:24 +00002570 status = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, &res.seq_res, 1);
Trond Myklebust26e976a2006-01-03 09:55:21 +01002571 if (status == 0 && state != NULL)
2572 renew_lease(server, timestamp);
Trond Myklebust65e43082005-08-16 11:49:44 -04002573 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002574}
2575
Trond Myklebust659bfcd2008-06-10 19:39:41 -04002576static int nfs4_do_setattr(struct inode *inode, struct rpc_cred *cred,
2577 struct nfs_fattr *fattr, struct iattr *sattr,
David Quigley1775fd32013-05-22 12:50:42 -04002578 struct nfs4_state *state, struct nfs4_label *ilabel,
2579 struct nfs4_label *olabel)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002580{
Trond Myklebust3e4f6292006-03-20 13:44:46 -05002581 struct nfs_server *server = NFS_SERVER(inode);
Trond Myklebusta1d0b5e2012-03-05 19:56:44 -05002582 struct nfs4_exception exception = {
2583 .state = state,
Trond Myklebust3114ea72012-03-07 16:39:06 -05002584 .inode = inode,
Trond Myklebusta1d0b5e2012-03-05 19:56:44 -05002585 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002586 int err;
2587 do {
David Quigley1775fd32013-05-22 12:50:42 -04002588 err = _nfs4_do_setattr(inode, cred, fattr, sattr, state, ilabel, olabel);
Trond Myklebustc1578b72013-08-12 16:58:42 -04002589 trace_nfs4_setattr(inode, err);
Trond Myklebust451146b2012-04-18 16:29:11 -04002590 switch (err) {
2591 case -NFS4ERR_OPENMODE:
Trond Myklebust721ccfb2013-04-29 11:11:58 -04002592 if (!(sattr->ia_valid & ATTR_SIZE)) {
2593 pr_warn_once("NFSv4: server %s is incorrectly "
2594 "applying open mode checks to "
2595 "a SETATTR that is not "
2596 "changing file size.\n",
2597 server->nfs_client->cl_hostname);
2598 }
Trond Myklebust451146b2012-04-18 16:29:11 -04002599 if (state && !(state->state & FMODE_WRITE)) {
2600 err = -EBADF;
2601 if (sattr->ia_valid & ATTR_OPEN)
2602 err = -EACCES;
2603 goto out;
2604 }
2605 }
2606 err = nfs4_handle_exception(server, err, &exception);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002607 } while (exception.retry);
Trond Myklebust451146b2012-04-18 16:29:11 -04002608out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002609 return err;
2610}
2611
2612struct nfs4_closedata {
2613 struct inode *inode;
2614 struct nfs4_state *state;
2615 struct nfs_closeargs arg;
2616 struct nfs_closeres res;
Trond Myklebust516a6af2005-10-27 22:12:41 -04002617 struct nfs_fattr fattr;
Trond Myklebust26e976a2006-01-03 09:55:21 +01002618 unsigned long timestamp;
Fred Isamanf7e89172011-01-06 11:36:32 +00002619 bool roc;
2620 u32 roc_barrier;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002621};
2622
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002623static void nfs4_free_closedata(void *data)
Trond Myklebust95121352005-10-18 14:20:12 -07002624{
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002625 struct nfs4_closedata *calldata = data;
2626 struct nfs4_state_owner *sp = calldata->state->owner;
Al Viro643168c2011-06-22 18:20:23 -04002627 struct super_block *sb = calldata->state->inode->i_sb;
Trond Myklebust95121352005-10-18 14:20:12 -07002628
Fred Isamanf7e89172011-01-06 11:36:32 +00002629 if (calldata->roc)
2630 pnfs_roc_release(calldata->state->inode);
Trond Myklebust95121352005-10-18 14:20:12 -07002631 nfs4_put_open_state(calldata->state);
2632 nfs_free_seqid(calldata->arg.seqid);
Trond Myklebust95121352005-10-18 14:20:12 -07002633 nfs4_put_state_owner(sp);
Trond Myklebust322b2b92013-01-11 16:39:51 -05002634 nfs_sb_deactive(sb);
Trond Myklebust95121352005-10-18 14:20:12 -07002635 kfree(calldata);
2636}
2637
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002638static void nfs4_close_done(struct rpc_task *task, void *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002639{
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002640 struct nfs4_closedata *calldata = data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002641 struct nfs4_state *state = calldata->state;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002642 struct nfs_server *server = NFS_SERVER(calldata->inode);
Trond Myklebust412f6c42014-08-25 22:09:08 -04002643 nfs4_stateid *res_stateid = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002644
Chuck Levera3ca5652012-03-01 17:00:40 -05002645 dprintk("%s: begin!\n", __func__);
Trond Myklebust14516c32010-07-31 14:29:06 -04002646 if (!nfs4_sequence_done(task, &calldata->res.seq_res))
2647 return;
Trond Myklebust42113a72013-08-12 16:19:27 -04002648 trace_nfs4_close(state, &calldata->arg, &calldata->res, task->tk_status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002649 /* hmm. we are done with the inode, and in the process of freeing
2650 * the state_owner. we keep this around to process errors
2651 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002652 switch (task->tk_status) {
2653 case 0:
Trond Myklebust412f6c42014-08-25 22:09:08 -04002654 res_stateid = &calldata->res.stateid;
2655 if (calldata->arg.fmode == 0 && calldata->roc)
Fred Isamanf7e89172011-01-06 11:36:32 +00002656 pnfs_roc_set_barrier(state->inode,
2657 calldata->roc_barrier);
Trond Myklebust26e976a2006-01-03 09:55:21 +01002658 renew_lease(server, calldata->timestamp);
Trond Myklebust412f6c42014-08-25 22:09:08 -04002659 break;
Trond Myklebust69794ad2013-11-20 12:57:19 -05002660 case -NFS4ERR_ADMIN_REVOKED:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002661 case -NFS4ERR_STALE_STATEID:
Trond Myklebust9e33bed2008-12-23 15:21:46 -05002662 case -NFS4ERR_OLD_STATEID:
2663 case -NFS4ERR_BAD_STATEID:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002664 case -NFS4ERR_EXPIRED:
Trond Myklebust566fcec2015-01-23 15:32:46 -05002665 if (!nfs4_stateid_match(&calldata->arg.stateid,
Anna Schumaker369d6b72015-03-02 16:46:09 -05002666 &state->open_stateid)) {
Trond Myklebust566fcec2015-01-23 15:32:46 -05002667 rpc_restart_call_prepare(task);
2668 goto out_release;
2669 }
Trond Myklebustdc0b0272008-12-23 15:21:56 -05002670 if (calldata->arg.fmode == 0)
Trond Myklebust9e33bed2008-12-23 15:21:46 -05002671 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002672 default:
NeilBrown8478eaa2014-09-18 16:09:27 +10002673 if (nfs4_async_handle_error(task, server, state, NULL) == -EAGAIN) {
Trond Myklebust72211db2009-12-15 14:47:36 -05002674 rpc_restart_call_prepare(task);
Trond Myklebust69794ad2013-11-20 12:57:19 -05002675 goto out_release;
2676 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002677 }
Trond Myklebust412f6c42014-08-25 22:09:08 -04002678 nfs_clear_open_stateid(state, res_stateid, calldata->arg.fmode);
Trond Myklebust69794ad2013-11-20 12:57:19 -05002679out_release:
Trond Myklebust72211db2009-12-15 14:47:36 -05002680 nfs_release_seqid(calldata->arg.seqid);
Trond Myklebust516a6af2005-10-27 22:12:41 -04002681 nfs_refresh_inode(calldata->inode, calldata->res.fattr);
Chuck Levera3ca5652012-03-01 17:00:40 -05002682 dprintk("%s: done, ret = %d!\n", __func__, task->tk_status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002683}
2684
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01002685static void nfs4_close_prepare(struct rpc_task *task, void *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002686{
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01002687 struct nfs4_closedata *calldata = data;
Trond Myklebust95121352005-10-18 14:20:12 -07002688 struct nfs4_state *state = calldata->state;
Trond Myklebust7fdab062012-09-20 20:15:57 -04002689 struct inode *inode = calldata->inode;
Trond Myklebustaee7af32014-08-25 22:33:12 -04002690 bool is_rdonly, is_wronly, is_rdwr;
Trond Myklebust88069f72009-12-08 08:33:16 -05002691 int call_close = 0;
Trond Myklebust95121352005-10-18 14:20:12 -07002692
Chuck Levera3ca5652012-03-01 17:00:40 -05002693 dprintk("%s: begin!\n", __func__);
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002694 if (nfs_wait_on_sequence(calldata->arg.seqid, task) != 0)
Trond Myklebustc8da19b2013-02-11 19:01:21 -05002695 goto out_wait;
Trond Myklebust003707c2007-07-05 18:07:55 -04002696
Trond Myklebust88069f72009-12-08 08:33:16 -05002697 task->tk_msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN_DOWNGRADE];
Trond Myklebust4cecb762005-11-04 15:32:58 -05002698 spin_lock(&state->owner->so_lock);
Trond Myklebustaee7af32014-08-25 22:33:12 -04002699 is_rdwr = test_bit(NFS_O_RDWR_STATE, &state->flags);
2700 is_rdonly = test_bit(NFS_O_RDONLY_STATE, &state->flags);
2701 is_wronly = test_bit(NFS_O_WRONLY_STATE, &state->flags);
Anna Schumaker369d6b72015-03-02 16:46:09 -05002702 nfs4_stateid_copy(&calldata->arg.stateid, &state->open_stateid);
Trond Myklebust003707c2007-07-05 18:07:55 -04002703 /* Calculate the change in open mode */
Trond Myklebustcd9288f2014-09-18 11:51:32 -04002704 calldata->arg.fmode = 0;
Trond Myklebuste7616922006-01-03 09:55:13 +01002705 if (state->n_rdwr == 0) {
Trond Myklebustcd9288f2014-09-18 11:51:32 -04002706 if (state->n_rdonly == 0)
2707 call_close |= is_rdonly;
2708 else if (is_rdonly)
2709 calldata->arg.fmode |= FMODE_READ;
2710 if (state->n_wronly == 0)
2711 call_close |= is_wronly;
2712 else if (is_wronly)
2713 calldata->arg.fmode |= FMODE_WRITE;
2714 } else if (is_rdwr)
2715 calldata->arg.fmode |= FMODE_READ|FMODE_WRITE;
2716
2717 if (calldata->arg.fmode == 0)
2718 call_close |= is_rdwr;
2719
Trond Myklebust5d422302013-03-14 16:57:48 -04002720 if (!nfs4_valid_open_stateid(state))
2721 call_close = 0;
Trond Myklebust4cecb762005-11-04 15:32:58 -05002722 spin_unlock(&state->owner->so_lock);
Trond Myklebust88069f72009-12-08 08:33:16 -05002723
2724 if (!call_close) {
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002725 /* Note: exit _without_ calling nfs4_close_done */
Trond Myklebustc8da19b2013-02-11 19:01:21 -05002726 goto out_no_action;
Trond Myklebust95121352005-10-18 14:20:12 -07002727 }
Trond Myklebust88069f72009-12-08 08:33:16 -05002728
Fred Isamanf7e89172011-01-06 11:36:32 +00002729 if (calldata->arg.fmode == 0) {
Trond Myklebust88069f72009-12-08 08:33:16 -05002730 task->tk_msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_CLOSE];
Fred Isamanf7e89172011-01-06 11:36:32 +00002731 if (calldata->roc &&
Andy Adamsonb9536ad2013-04-11 09:28:45 -04002732 pnfs_roc_drain(inode, &calldata->roc_barrier, task)) {
2733 nfs_release_seqid(calldata->arg.seqid);
Trond Myklebustc8da19b2013-02-11 19:01:21 -05002734 goto out_wait;
Andy Adamsonb9536ad2013-04-11 09:28:45 -04002735 }
Fred Isamanf7e89172011-01-06 11:36:32 +00002736 }
Trond Myklebust6ae37332015-01-30 14:21:14 -05002737 calldata->arg.share_access =
2738 nfs4_map_atomic_open_share(NFS_SERVER(inode),
2739 calldata->arg.fmode, 0);
Trond Myklebust88069f72009-12-08 08:33:16 -05002740
Trond Myklebust516a6af2005-10-27 22:12:41 -04002741 nfs_fattr_init(calldata->res.fattr);
Trond Myklebust26e976a2006-01-03 09:55:21 +01002742 calldata->timestamp = jiffies;
Trond Myklebust7fdab062012-09-20 20:15:57 -04002743 if (nfs4_setup_sequence(NFS_SERVER(inode),
Trond Myklebust9d12b212012-01-17 22:04:25 -05002744 &calldata->arg.seq_args,
2745 &calldata->res.seq_res,
Trond Myklebust2240a9e2012-10-29 18:37:40 -04002746 task) != 0)
2747 nfs_release_seqid(calldata->arg.seqid);
Chuck Levera3ca5652012-03-01 17:00:40 -05002748 dprintk("%s: done!\n", __func__);
Trond Myklebustc8da19b2013-02-11 19:01:21 -05002749 return;
2750out_no_action:
2751 task->tk_action = NULL;
2752out_wait:
2753 nfs4_sequence_done(task, &calldata->res.seq_res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002754}
2755
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002756static const struct rpc_call_ops nfs4_close_ops = {
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01002757 .rpc_call_prepare = nfs4_close_prepare,
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002758 .rpc_call_done = nfs4_close_done,
2759 .rpc_release = nfs4_free_closedata,
2760};
2761
Peng Taofe08c542014-07-03 13:05:01 +08002762static bool nfs4_roc(struct inode *inode)
2763{
Trond Myklebust40dd4b72015-01-24 13:54:37 -05002764 if (!nfs_have_layout(inode))
Peng Taofe08c542014-07-03 13:05:01 +08002765 return false;
Peng Taofe08c542014-07-03 13:05:01 +08002766 return pnfs_roc(inode);
2767}
2768
Linus Torvalds1da177e2005-04-16 15:20:36 -07002769/*
2770 * It is possible for data to be read/written from a mem-mapped file
2771 * after the sys_close call (which hits the vfs layer as a flush).
2772 * This means that we can't safely call nfsv4 close on a file until
2773 * the inode is cleared. This in turn means that we are not good
2774 * NFSv4 citizens - we do not indicate to the server to update the file's
2775 * share state even when we are done with one of the three share
2776 * stateid's in the inode.
2777 *
2778 * NOTE: Caller must be holding the sp->so_owner semaphore!
2779 */
Trond Myklebust1f7977c2012-09-20 20:31:51 -04002780int nfs4_do_close(struct nfs4_state *state, gfp_t gfp_mask, int wait)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002781{
Trond Myklebust4a35bd42007-06-05 10:31:33 -04002782 struct nfs_server *server = NFS_SERVER(state->inode);
Trond Myklebust63f5f792015-01-23 19:19:25 -05002783 struct nfs_seqid *(*alloc_seqid)(struct nfs_seqid_counter *, gfp_t);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002784 struct nfs4_closedata *calldata;
Trond Myklebustb39e6252007-06-11 23:05:07 -04002785 struct nfs4_state_owner *sp = state->owner;
2786 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04002787 struct rpc_message msg = {
2788 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_CLOSE],
2789 .rpc_cred = state->owner->so_cred,
2790 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04002791 struct rpc_task_setup task_setup_data = {
2792 .rpc_client = server->client,
Trond Myklebust5138fde2007-07-14 15:40:01 -04002793 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04002794 .callback_ops = &nfs4_close_ops,
Trond Myklebust101070c2008-02-19 20:04:23 -05002795 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04002796 .flags = RPC_TASK_ASYNC,
2797 };
Trond Myklebust95121352005-10-18 14:20:12 -07002798 int status = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002799
Weston Andros Adamsonfa940722013-08-13 16:37:34 -04002800 nfs4_state_protect(server->nfs_client, NFS_SP4_MACH_CRED_CLEANUP,
2801 &task_setup_data.rpc_client, &msg);
2802
Trond Myklebust8535b2b2010-05-13 12:51:01 -04002803 calldata = kzalloc(sizeof(*calldata), gfp_mask);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002804 if (calldata == NULL)
Trond Myklebust95121352005-10-18 14:20:12 -07002805 goto out;
Chuck Levera9c92d62013-08-09 12:48:18 -04002806 nfs4_init_sequence(&calldata->arg.seq_args, &calldata->res.seq_res, 1);
Trond Myklebust4a35bd42007-06-05 10:31:33 -04002807 calldata->inode = state->inode;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002808 calldata->state = state;
Trond Myklebust4a35bd42007-06-05 10:31:33 -04002809 calldata->arg.fh = NFS_FH(state->inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002810 /* Serialization for the sequence id */
Trond Myklebust63f5f792015-01-23 19:19:25 -05002811 alloc_seqid = server->nfs_client->cl_mvops->alloc_seqid;
2812 calldata->arg.seqid = alloc_seqid(&state->owner->so_seqid, gfp_mask);
Trond Myklebustbadc76d2015-01-23 18:48:00 -05002813 if (IS_ERR(calldata->arg.seqid))
Trond Myklebust95121352005-10-18 14:20:12 -07002814 goto out_free_calldata;
Trond Myklebustdc0b0272008-12-23 15:21:56 -05002815 calldata->arg.fmode = 0;
Trond Myklebusta65318b2009-03-11 14:10:28 -04002816 calldata->arg.bitmask = server->cache_consistency_bitmask;
Trond Myklebust516a6af2005-10-27 22:12:41 -04002817 calldata->res.fattr = &calldata->fattr;
Trond Myklebustc1d51932008-04-07 13:20:54 -04002818 calldata->res.seqid = calldata->arg.seqid;
Trond Myklebust516a6af2005-10-27 22:12:41 -04002819 calldata->res.server = server;
Peng Taofe08c542014-07-03 13:05:01 +08002820 calldata->roc = nfs4_roc(state->inode);
Al Viro643168c2011-06-22 18:20:23 -04002821 nfs_sb_active(calldata->inode->i_sb);
Trond Myklebust95121352005-10-18 14:20:12 -07002822
Trond Myklebust1174dd12010-12-21 10:52:24 -05002823 msg.rpc_argp = &calldata->arg;
2824 msg.rpc_resp = &calldata->res;
Trond Myklebustc970aa82007-07-14 15:39:59 -04002825 task_setup_data.callback_data = calldata;
2826 task = rpc_run_task(&task_setup_data);
Trond Myklebustb39e6252007-06-11 23:05:07 -04002827 if (IS_ERR(task))
2828 return PTR_ERR(task);
Trond Myklebusta49c3c72007-10-18 18:03:27 -04002829 status = 0;
2830 if (wait)
2831 status = rpc_wait_for_completion_task(task);
Trond Myklebustb39e6252007-06-11 23:05:07 -04002832 rpc_put_task(task);
Trond Myklebusta49c3c72007-10-18 18:03:27 -04002833 return status;
Trond Myklebust95121352005-10-18 14:20:12 -07002834out_free_calldata:
2835 kfree(calldata);
2836out:
Trond Myklebustb39e6252007-06-11 23:05:07 -04002837 nfs4_put_open_state(state);
2838 nfs4_put_state_owner(sp);
Trond Myklebust95121352005-10-18 14:20:12 -07002839 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002840}
2841
Trond Myklebust2b484292010-09-17 10:56:51 -04002842static struct inode *
Trond Myklebust5bc2afc2013-09-23 18:01:28 -04002843nfs4_atomic_open(struct inode *dir, struct nfs_open_context *ctx,
2844 int open_flags, struct iattr *attr, int *opened)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002845{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002846 struct nfs4_state *state;
David Quigleyaa9c2662013-05-22 12:50:44 -04002847 struct nfs4_label l = {0, 0, 0, NULL}, *label = NULL;
2848
2849 label = nfs4_label_init_security(dir, ctx->dentry, attr, &l);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002850
Trond Myklebust565277f2007-10-15 18:17:53 -04002851 /* Protect against concurrent sillydeletes */
Trond Myklebust5bc2afc2013-09-23 18:01:28 -04002852 state = nfs4_do_open(dir, ctx, open_flags, attr, label, opened);
David Quigleyaa9c2662013-05-22 12:50:44 -04002853
2854 nfs4_label_release_security(label);
2855
Trond Myklebustf46e0bd2010-09-17 10:56:50 -04002856 if (IS_ERR(state))
2857 return ERR_CAST(state);
Trond Myklebust275bb302013-05-29 13:11:28 -04002858 return state->inode;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002859}
2860
Trond Myklebust1185a552009-12-03 15:54:02 -05002861static void nfs4_close_context(struct nfs_open_context *ctx, int is_sync)
Trond Myklebust7fe5c392009-03-19 15:35:50 -04002862{
2863 if (ctx->state == NULL)
2864 return;
2865 if (is_sync)
Al Viro643168c2011-06-22 18:20:23 -04002866 nfs4_close_sync(ctx->state, ctx->mode);
Trond Myklebust7fe5c392009-03-19 15:35:50 -04002867 else
Al Viro643168c2011-06-22 18:20:23 -04002868 nfs4_close_state(ctx->state, ctx->mode);
Trond Myklebust7fe5c392009-03-19 15:35:50 -04002869}
Linus Torvalds1da177e2005-04-16 15:20:36 -07002870
Trond Myklebustb944dba2013-11-04 15:20:20 -05002871#define FATTR4_WORD1_NFS40_MASK (2*FATTR4_WORD1_MOUNTED_ON_FILEID - 1UL)
2872#define FATTR4_WORD2_NFS41_MASK (2*FATTR4_WORD2_SUPPATTR_EXCLCREAT - 1UL)
J. Bruce Fields999e5682014-06-03 17:33:35 -04002873#define FATTR4_WORD2_NFS42_MASK (2*FATTR4_WORD2_SECURITY_LABEL - 1UL)
Trond Myklebustb944dba2013-11-04 15:20:20 -05002874
Linus Torvalds1da177e2005-04-16 15:20:36 -07002875static int _nfs4_server_capabilities(struct nfs_server *server, struct nfs_fh *fhandle)
2876{
Benny Halevy43652ad2009-04-01 09:21:54 -04002877 struct nfs4_server_caps_arg args = {
2878 .fhandle = fhandle,
2879 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002880 struct nfs4_server_caps_res res = {};
2881 struct rpc_message msg = {
2882 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SERVER_CAPS],
Benny Halevy43652ad2009-04-01 09:21:54 -04002883 .rpc_argp = &args,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002884 .rpc_resp = &res,
2885 };
2886 int status;
2887
Bryan Schumaker7c513052011-03-24 17:12:24 +00002888 status = nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002889 if (status == 0) {
Trond Myklebustb944dba2013-11-04 15:20:20 -05002890 /* Sanity check the server answers */
2891 switch (server->nfs_client->cl_minorversion) {
2892 case 0:
2893 res.attr_bitmask[1] &= FATTR4_WORD1_NFS40_MASK;
2894 res.attr_bitmask[2] = 0;
2895 break;
2896 case 1:
2897 res.attr_bitmask[2] &= FATTR4_WORD2_NFS41_MASK;
2898 break;
2899 case 2:
2900 res.attr_bitmask[2] &= FATTR4_WORD2_NFS42_MASK;
2901 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002902 memcpy(server->attr_bitmask, res.attr_bitmask, sizeof(server->attr_bitmask));
Trond Myklebust62ab4602009-08-09 15:06:19 -04002903 server->caps &= ~(NFS_CAP_ACLS|NFS_CAP_HARDLINKS|
2904 NFS_CAP_SYMLINKS|NFS_CAP_FILEID|
2905 NFS_CAP_MODE|NFS_CAP_NLINK|NFS_CAP_OWNER|
2906 NFS_CAP_OWNER_GROUP|NFS_CAP_ATIME|
Trond Myklebustb944dba2013-11-04 15:20:20 -05002907 NFS_CAP_CTIME|NFS_CAP_MTIME|
2908 NFS_CAP_SECURITY_LABEL);
Malahal Naineni7dd7d952014-01-23 08:54:55 -06002909 if (res.attr_bitmask[0] & FATTR4_WORD0_ACL &&
2910 res.acl_bitmask & ACL4_SUPPORT_ALLOW_ACL)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002911 server->caps |= NFS_CAP_ACLS;
2912 if (res.has_links != 0)
2913 server->caps |= NFS_CAP_HARDLINKS;
2914 if (res.has_symlinks != 0)
2915 server->caps |= NFS_CAP_SYMLINKS;
Trond Myklebust62ab4602009-08-09 15:06:19 -04002916 if (res.attr_bitmask[0] & FATTR4_WORD0_FILEID)
2917 server->caps |= NFS_CAP_FILEID;
2918 if (res.attr_bitmask[1] & FATTR4_WORD1_MODE)
2919 server->caps |= NFS_CAP_MODE;
2920 if (res.attr_bitmask[1] & FATTR4_WORD1_NUMLINKS)
2921 server->caps |= NFS_CAP_NLINK;
2922 if (res.attr_bitmask[1] & FATTR4_WORD1_OWNER)
2923 server->caps |= NFS_CAP_OWNER;
2924 if (res.attr_bitmask[1] & FATTR4_WORD1_OWNER_GROUP)
2925 server->caps |= NFS_CAP_OWNER_GROUP;
2926 if (res.attr_bitmask[1] & FATTR4_WORD1_TIME_ACCESS)
2927 server->caps |= NFS_CAP_ATIME;
2928 if (res.attr_bitmask[1] & FATTR4_WORD1_TIME_METADATA)
2929 server->caps |= NFS_CAP_CTIME;
2930 if (res.attr_bitmask[1] & FATTR4_WORD1_TIME_MODIFY)
2931 server->caps |= NFS_CAP_MTIME;
David Quigleyaa9c2662013-05-22 12:50:44 -04002932#ifdef CONFIG_NFS_V4_SECURITY_LABEL
2933 if (res.attr_bitmask[2] & FATTR4_WORD2_SECURITY_LABEL)
2934 server->caps |= NFS_CAP_SECURITY_LABEL;
2935#endif
2936 memcpy(server->attr_bitmask_nl, res.attr_bitmask,
2937 sizeof(server->attr_bitmask));
Trond Myklebustb944dba2013-11-04 15:20:20 -05002938 server->attr_bitmask_nl[2] &= ~FATTR4_WORD2_SECURITY_LABEL;
Trond Myklebust62ab4602009-08-09 15:06:19 -04002939
Trond Myklebusta65318b2009-03-11 14:10:28 -04002940 memcpy(server->cache_consistency_bitmask, res.attr_bitmask, sizeof(server->cache_consistency_bitmask));
2941 server->cache_consistency_bitmask[0] &= FATTR4_WORD0_CHANGE|FATTR4_WORD0_SIZE;
2942 server->cache_consistency_bitmask[1] &= FATTR4_WORD1_TIME_METADATA|FATTR4_WORD1_TIME_MODIFY;
Trond Myklebustb944dba2013-11-04 15:20:20 -05002943 server->cache_consistency_bitmask[2] = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002944 server->acl_bitmask = res.acl_bitmask;
Chuck Lever264e6352012-03-01 17:02:05 -05002945 server->fh_expire_type = res.fh_expire_type;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002946 }
Andy Adamsoncccef3b2009-04-01 09:22:03 -04002947
Linus Torvalds1da177e2005-04-16 15:20:36 -07002948 return status;
2949}
2950
Trond Myklebust55a97592006-06-09 09:34:19 -04002951int nfs4_server_capabilities(struct nfs_server *server, struct nfs_fh *fhandle)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002952{
2953 struct nfs4_exception exception = { };
2954 int err;
2955 do {
2956 err = nfs4_handle_exception(server,
2957 _nfs4_server_capabilities(server, fhandle),
2958 &exception);
2959 } while (exception.retry);
2960 return err;
2961}
2962
2963static int _nfs4_lookup_root(struct nfs_server *server, struct nfs_fh *fhandle,
2964 struct nfs_fsinfo *info)
2965{
David Quigleyaa9c2662013-05-22 12:50:44 -04002966 u32 bitmask[3];
Linus Torvalds1da177e2005-04-16 15:20:36 -07002967 struct nfs4_lookup_root_arg args = {
David Quigleyaa9c2662013-05-22 12:50:44 -04002968 .bitmask = bitmask,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002969 };
2970 struct nfs4_lookup_res res = {
2971 .server = server,
Trond Myklebust0e574af2005-10-27 22:12:38 -04002972 .fattr = info->fattr,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002973 .fh = fhandle,
2974 };
2975 struct rpc_message msg = {
2976 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOOKUP_ROOT],
2977 .rpc_argp = &args,
2978 .rpc_resp = &res,
2979 };
Benny Halevy008f55d2009-04-01 09:22:50 -04002980
David Quigleyaa9c2662013-05-22 12:50:44 -04002981 bitmask[0] = nfs4_fattr_bitmap[0];
2982 bitmask[1] = nfs4_fattr_bitmap[1];
2983 /*
2984 * Process the label in the upcoming getfattr
2985 */
2986 bitmask[2] = nfs4_fattr_bitmap[2] & ~FATTR4_WORD2_SECURITY_LABEL;
2987
Trond Myklebust0e574af2005-10-27 22:12:38 -04002988 nfs_fattr_init(info->fattr);
Bryan Schumaker7c513052011-03-24 17:12:24 +00002989 return nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002990}
2991
2992static int nfs4_lookup_root(struct nfs_server *server, struct nfs_fh *fhandle,
2993 struct nfs_fsinfo *info)
2994{
2995 struct nfs4_exception exception = { };
2996 int err;
2997 do {
Bryan Schumakerfb8a5ba2011-04-18 16:52:25 -04002998 err = _nfs4_lookup_root(server, fhandle, info);
Trond Myklebustb5f875a2013-08-13 13:01:39 -04002999 trace_nfs4_lookup_root(server, fhandle, info->fattr, err);
Bryan Schumakerfb8a5ba2011-04-18 16:52:25 -04003000 switch (err) {
3001 case 0:
3002 case -NFS4ERR_WRONGSEC:
Trond Myklebust05e9cfb2012-03-27 18:13:02 -04003003 goto out;
Bryan Schumakerfb8a5ba2011-04-18 16:52:25 -04003004 default:
3005 err = nfs4_handle_exception(server, err, &exception);
3006 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003007 } while (exception.retry);
Trond Myklebust05e9cfb2012-03-27 18:13:02 -04003008out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003009 return err;
3010}
3011
Bryan Schumaker8f70e952011-03-24 17:12:31 +00003012static int nfs4_lookup_root_sec(struct nfs_server *server, struct nfs_fh *fhandle,
3013 struct nfs_fsinfo *info, rpc_authflavor_t flavor)
3014{
Trond Myklebustc2190662013-08-26 19:23:04 -04003015 struct rpc_auth_create_args auth_args = {
3016 .pseudoflavor = flavor,
3017 };
Bryan Schumaker8f70e952011-03-24 17:12:31 +00003018 struct rpc_auth *auth;
3019 int ret;
3020
Trond Myklebustc2190662013-08-26 19:23:04 -04003021 auth = rpcauth_create(&auth_args, server->client);
Wei Yongjune8d920c2012-09-21 12:27:41 +08003022 if (IS_ERR(auth)) {
Chuck Lever75bc8822013-03-16 15:55:36 -04003023 ret = -EACCES;
Bryan Schumaker8f70e952011-03-24 17:12:31 +00003024 goto out;
3025 }
3026 ret = nfs4_lookup_root(server, fhandle, info);
Bryan Schumaker8f70e952011-03-24 17:12:31 +00003027out:
3028 return ret;
3029}
3030
Chuck Lever9a744ba2013-03-16 15:56:02 -04003031/*
3032 * Retry pseudoroot lookup with various security flavors. We do this when:
3033 *
3034 * NFSv4.0: the PUTROOTFH operation returns NFS4ERR_WRONGSEC
3035 * NFSv4.1: the server does not support the SECINFO_NO_NAME operation
3036 *
3037 * Returns zero on success, or a negative NFS4ERR value, or a
3038 * negative errno value.
3039 */
Bryan Schumaker801a16dc2011-04-13 14:31:30 -04003040static int nfs4_find_root_sec(struct nfs_server *server, struct nfs_fh *fhandle,
David Howells54ceac42006-08-22 20:06:13 -04003041 struct nfs_fsinfo *info)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003042{
Chuck Lever9a744ba2013-03-16 15:56:02 -04003043 /* Per 3530bis 15.33.5 */
3044 static const rpc_authflavor_t flav_array[] = {
3045 RPC_AUTH_GSS_KRB5P,
3046 RPC_AUTH_GSS_KRB5I,
3047 RPC_AUTH_GSS_KRB5,
Chuck Leverc4eafe12013-03-16 15:56:11 -04003048 RPC_AUTH_UNIX, /* courtesy */
Chuck Lever9a744ba2013-03-16 15:56:02 -04003049 RPC_AUTH_NULL,
3050 };
3051 int status = -EPERM;
3052 size_t i;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003053
Weston Andros Adamson4d4b69d2013-10-18 15:15:19 -04003054 if (server->auth_info.flavor_len > 0) {
3055 /* try each flavor specified by user */
3056 for (i = 0; i < server->auth_info.flavor_len; i++) {
3057 status = nfs4_lookup_root_sec(server, fhandle, info,
3058 server->auth_info.flavors[i]);
3059 if (status == -NFS4ERR_WRONGSEC || status == -EACCES)
3060 continue;
3061 break;
3062 }
3063 } else {
3064 /* no flavors specified by user, try default list */
3065 for (i = 0; i < ARRAY_SIZE(flav_array); i++) {
3066 status = nfs4_lookup_root_sec(server, fhandle, info,
3067 flav_array[i]);
3068 if (status == -NFS4ERR_WRONGSEC || status == -EACCES)
3069 continue;
3070 break;
3071 }
Bryan Schumaker8f70e952011-03-24 17:12:31 +00003072 }
Chuck Lever9a744ba2013-03-16 15:56:02 -04003073
Bryan Schumakerfb8a5ba2011-04-18 16:52:25 -04003074 /*
3075 * -EACCESS could mean that the user doesn't have correct permissions
3076 * to access the mount. It could also mean that we tried to mount
3077 * with a gss auth flavor, but rpc.gssd isn't running. Either way,
3078 * existing mount programs don't handle -EACCES very well so it should
3079 * be mapped to -EPERM instead.
3080 */
3081 if (status == -EACCES)
3082 status = -EPERM;
Bryan Schumaker801a16dc2011-04-13 14:31:30 -04003083 return status;
3084}
3085
Chuck Lever2ed4b95b2013-03-16 15:55:45 -04003086static int nfs4_do_find_root_sec(struct nfs_server *server,
3087 struct nfs_fh *fhandle, struct nfs_fsinfo *info)
3088{
3089 int mv = server->nfs_client->cl_minorversion;
3090 return nfs_v4_minor_ops[mv]->find_root_sec(server, fhandle, info);
3091}
3092
3093/**
3094 * nfs4_proc_get_rootfh - get file handle for server's pseudoroot
3095 * @server: initialized nfs_server handle
3096 * @fhandle: we fill in the pseudo-fs root file handle
3097 * @info: we fill in an FSINFO struct
Trond Myklebust5e6b1992013-09-07 12:58:57 -04003098 * @auth_probe: probe the auth flavours
Chuck Lever2ed4b95b2013-03-16 15:55:45 -04003099 *
3100 * Returns zero on success, or a negative errno.
Bryan Schumaker801a16dc2011-04-13 14:31:30 -04003101 */
Bryan Schumaker3028eb22012-05-10 15:07:30 -04003102int nfs4_proc_get_rootfh(struct nfs_server *server, struct nfs_fh *fhandle,
Trond Myklebust5e6b1992013-09-07 12:58:57 -04003103 struct nfs_fsinfo *info,
3104 bool auth_probe)
Bryan Schumaker801a16dc2011-04-13 14:31:30 -04003105{
Andre Przywarac7757072015-04-23 17:17:40 +01003106 int status = 0;
Chuck Lever2ed4b95b2013-03-16 15:55:45 -04003107
Andre Przywarac7757072015-04-23 17:17:40 +01003108 if (!auth_probe)
Trond Myklebust5e6b1992013-09-07 12:58:57 -04003109 status = nfs4_lookup_root(server, fhandle, info);
Andre Przywarac7757072015-04-23 17:17:40 +01003110
3111 if (auth_probe || status == NFS4ERR_WRONGSEC)
Chuck Lever2ed4b95b2013-03-16 15:55:45 -04003112 status = nfs4_do_find_root_sec(server, fhandle, info);
3113
Linus Torvalds1da177e2005-04-16 15:20:36 -07003114 if (status == 0)
3115 status = nfs4_server_capabilities(server, fhandle);
3116 if (status == 0)
3117 status = nfs4_do_fsinfo(server, fhandle, info);
Chuck Lever2ed4b95b2013-03-16 15:55:45 -04003118
Trond Myklebustc12e87f2006-03-13 21:20:47 -08003119 return nfs4_map_errors(status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003120}
3121
Bryan Schumakerbae36242012-05-10 15:07:31 -04003122static int nfs4_proc_get_root(struct nfs_server *server, struct nfs_fh *mntfh,
3123 struct nfs_fsinfo *info)
3124{
3125 int error;
3126 struct nfs_fattr *fattr = info->fattr;
David Quigley1775fd32013-05-22 12:50:42 -04003127 struct nfs4_label *label = NULL;
Bryan Schumakerbae36242012-05-10 15:07:31 -04003128
3129 error = nfs4_server_capabilities(server, mntfh);
3130 if (error < 0) {
3131 dprintk("nfs4_get_root: getcaps error = %d\n", -error);
3132 return error;
3133 }
3134
David Quigley14c43f72013-05-22 12:50:43 -04003135 label = nfs4_label_alloc(server, GFP_KERNEL);
3136 if (IS_ERR(label))
3137 return PTR_ERR(label);
3138
David Quigley1775fd32013-05-22 12:50:42 -04003139 error = nfs4_proc_getattr(server, mntfh, fattr, label);
Bryan Schumakerbae36242012-05-10 15:07:31 -04003140 if (error < 0) {
3141 dprintk("nfs4_get_root: getattr error = %d\n", -error);
David Quigley14c43f72013-05-22 12:50:43 -04003142 goto err_free_label;
Bryan Schumakerbae36242012-05-10 15:07:31 -04003143 }
3144
3145 if (fattr->valid & NFS_ATTR_FATTR_FSID &&
3146 !nfs_fsid_equal(&server->fsid, &fattr->fsid))
3147 memcpy(&server->fsid, &fattr->fsid, sizeof(server->fsid));
3148
David Quigley14c43f72013-05-22 12:50:43 -04003149err_free_label:
3150 nfs4_label_free(label);
3151
Bryan Schumakerbae36242012-05-10 15:07:31 -04003152 return error;
3153}
3154
Manoj Naik6b97fd32006-06-09 09:34:29 -04003155/*
3156 * Get locations and (maybe) other attributes of a referral.
3157 * Note that we'll actually follow the referral later when
3158 * we detect fsid mismatch in inode revalidation
3159 */
Bryan Schumakerf05d1472012-04-27 13:27:41 -04003160static int nfs4_get_referral(struct rpc_clnt *client, struct inode *dir,
3161 const struct qstr *name, struct nfs_fattr *fattr,
3162 struct nfs_fh *fhandle)
Manoj Naik6b97fd32006-06-09 09:34:29 -04003163{
3164 int status = -ENOMEM;
3165 struct page *page = NULL;
3166 struct nfs4_fs_locations *locations = NULL;
Manoj Naik6b97fd32006-06-09 09:34:29 -04003167
3168 page = alloc_page(GFP_KERNEL);
3169 if (page == NULL)
3170 goto out;
3171 locations = kmalloc(sizeof(struct nfs4_fs_locations), GFP_KERNEL);
3172 if (locations == NULL)
3173 goto out;
3174
Bryan Schumakerf05d1472012-04-27 13:27:41 -04003175 status = nfs4_proc_fs_locations(client, dir, name, locations, page);
Manoj Naik6b97fd32006-06-09 09:34:29 -04003176 if (status != 0)
3177 goto out;
Chuck Lever519ae252013-10-17 14:13:19 -04003178
3179 /*
3180 * If the fsid didn't change, this is a migration event, not a
3181 * referral. Cause us to drop into the exception handler, which
3182 * will kick off migration recovery.
3183 */
Manoj Naik6b97fd32006-06-09 09:34:29 -04003184 if (nfs_fsid_equal(&NFS_SERVER(dir)->fsid, &locations->fattr.fsid)) {
Andy Adamson533eb462011-06-13 18:25:56 -04003185 dprintk("%s: server did not return a different fsid for"
3186 " a referral at %s\n", __func__, name->name);
Chuck Lever519ae252013-10-17 14:13:19 -04003187 status = -NFS4ERR_MOVED;
Manoj Naik6b97fd32006-06-09 09:34:29 -04003188 goto out;
3189 }
Andy Adamson533eb462011-06-13 18:25:56 -04003190 /* Fixup attributes for the nfs_lookup() call to nfs_fhget() */
3191 nfs_fixup_referral_attributes(&locations->fattr);
Manoj Naik6b97fd32006-06-09 09:34:29 -04003192
Andy Adamson533eb462011-06-13 18:25:56 -04003193 /* replace the lookup nfs_fattr with the locations nfs_fattr */
Manoj Naik6b97fd32006-06-09 09:34:29 -04003194 memcpy(fattr, &locations->fattr, sizeof(struct nfs_fattr));
Manoj Naik6b97fd32006-06-09 09:34:29 -04003195 memset(fhandle, 0, sizeof(struct nfs_fh));
3196out:
3197 if (page)
3198 __free_page(page);
Davidlohr Bueso5d7ca352010-08-11 12:42:15 -04003199 kfree(locations);
Manoj Naik6b97fd32006-06-09 09:34:29 -04003200 return status;
3201}
3202
David Quigley1775fd32013-05-22 12:50:42 -04003203static int _nfs4_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle,
3204 struct nfs_fattr *fattr, struct nfs4_label *label)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003205{
3206 struct nfs4_getattr_arg args = {
3207 .fh = fhandle,
3208 .bitmask = server->attr_bitmask,
3209 };
3210 struct nfs4_getattr_res res = {
3211 .fattr = fattr,
David Quigley1775fd32013-05-22 12:50:42 -04003212 .label = label,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003213 .server = server,
3214 };
3215 struct rpc_message msg = {
3216 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GETATTR],
3217 .rpc_argp = &args,
3218 .rpc_resp = &res,
3219 };
David Quigleyaa9c2662013-05-22 12:50:44 -04003220
3221 args.bitmask = nfs4_bitmask(server, label);
3222
Trond Myklebust0e574af2005-10-27 22:12:38 -04003223 nfs_fattr_init(fattr);
Bryan Schumaker7c513052011-03-24 17:12:24 +00003224 return nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003225}
3226
David Quigley1775fd32013-05-22 12:50:42 -04003227static int nfs4_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle,
3228 struct nfs_fattr *fattr, struct nfs4_label *label)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003229{
3230 struct nfs4_exception exception = { };
3231 int err;
3232 do {
Trond Myklebustb5f875a2013-08-13 13:01:39 -04003233 err = _nfs4_proc_getattr(server, fhandle, fattr, label);
3234 trace_nfs4_getattr(server, fhandle, fattr, err);
3235 err = nfs4_handle_exception(server, err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003236 &exception);
3237 } while (exception.retry);
3238 return err;
3239}
3240
3241/*
3242 * The file is not closed if it is opened due to the a request to change
3243 * the size of the file. The open call will not be needed once the
3244 * VFS layer lookup-intents are implemented.
3245 *
3246 * Close is called when the inode is destroyed.
3247 * If we haven't opened the file for O_WRONLY, we
3248 * need to in the size_change case to obtain a stateid.
3249 *
3250 * Got race?
3251 * Because OPEN is always done by name in nfsv4, it is
3252 * possible that we opened a different file by the same
3253 * name. We can recognize this race condition, but we
3254 * can't do anything about it besides returning an error.
3255 *
3256 * This will be fixed with VFS changes (lookup-intent).
3257 */
3258static int
3259nfs4_proc_setattr(struct dentry *dentry, struct nfs_fattr *fattr,
3260 struct iattr *sattr)
3261{
David Howells2b0143b2015-03-17 22:25:59 +00003262 struct inode *inode = d_inode(dentry);
Trond Myklebust659bfcd2008-06-10 19:39:41 -04003263 struct rpc_cred *cred = NULL;
Trond Myklebustd5308382005-11-04 15:33:38 -05003264 struct nfs4_state *state = NULL;
David Quigley14c43f72013-05-22 12:50:43 -04003265 struct nfs4_label *label = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003266 int status;
3267
Peng Tao88ac8152014-09-12 11:04:10 +08003268 if (pnfs_ld_layoutret_on_setattr(inode) &&
3269 sattr->ia_valid & ATTR_SIZE &&
3270 sattr->ia_size < i_size_read(inode))
Trond Myklebust24028672013-03-20 13:23:33 -04003271 pnfs_commit_and_return_layout(inode);
Benny Halevy8a1636c2010-07-14 15:43:57 -04003272
Trond Myklebust0e574af2005-10-27 22:12:38 -04003273 nfs_fattr_init(fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003274
Andy Adamson26699402012-05-30 16:12:24 -04003275 /* Deal with open(O_TRUNC) */
3276 if (sattr->ia_valid & ATTR_OPEN)
Nadav Shemercc7936f2013-07-21 17:21:43 +03003277 sattr->ia_valid &= ~(ATTR_MTIME|ATTR_CTIME);
Andy Adamson26699402012-05-30 16:12:24 -04003278
3279 /* Optimization: if the end result is no change, don't RPC */
Nadav Shemercc7936f2013-07-21 17:21:43 +03003280 if ((sattr->ia_valid & ~(ATTR_FILE|ATTR_OPEN)) == 0)
Andy Adamson26699402012-05-30 16:12:24 -04003281 return 0;
3282
Trond Myklebustd5308382005-11-04 15:33:38 -05003283 /* Search for an existing open(O_WRITE) file */
Trond Myklebust659bfcd2008-06-10 19:39:41 -04003284 if (sattr->ia_valid & ATTR_FILE) {
3285 struct nfs_open_context *ctx;
Trond Myklebust08e9eac2005-06-22 17:16:29 +00003286
Trond Myklebust659bfcd2008-06-10 19:39:41 -04003287 ctx = nfs_file_open_context(sattr->ia_file);
Neil Brown504e5182008-10-16 14:15:16 +11003288 if (ctx) {
3289 cred = ctx->cred;
3290 state = ctx->state;
3291 }
Trond Myklebust659bfcd2008-06-10 19:39:41 -04003292 }
3293
David Quigley14c43f72013-05-22 12:50:43 -04003294 label = nfs4_label_alloc(NFS_SERVER(inode), GFP_KERNEL);
3295 if (IS_ERR(label))
3296 return PTR_ERR(label);
3297
3298 status = nfs4_do_setattr(inode, cred, fattr, sattr, state, NULL, label);
David Quigleyaa9c2662013-05-22 12:50:44 -04003299 if (status == 0) {
Trond Myklebustf0446362015-02-26 16:09:04 -05003300 nfs_setattr_update_inode(inode, sattr, fattr);
David Quigleyaa9c2662013-05-22 12:50:44 -04003301 nfs_setsecurity(inode, fattr, label);
3302 }
David Quigley14c43f72013-05-22 12:50:43 -04003303 nfs4_label_free(label);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003304 return status;
3305}
3306
Trond Myklebust0c2e53f2011-10-18 16:11:22 -07003307static int _nfs4_proc_lookup(struct rpc_clnt *clnt, struct inode *dir,
3308 const struct qstr *name, struct nfs_fh *fhandle,
David Quigley1775fd32013-05-22 12:50:42 -04003309 struct nfs_fattr *fattr, struct nfs4_label *label)
David Howells2b3de442006-08-22 20:06:09 -04003310{
Trond Myklebust0c2e53f2011-10-18 16:11:22 -07003311 struct nfs_server *server = NFS_SERVER(dir);
David Howells2b3de442006-08-22 20:06:09 -04003312 int status;
3313 struct nfs4_lookup_arg args = {
3314 .bitmask = server->attr_bitmask,
Trond Myklebust0c2e53f2011-10-18 16:11:22 -07003315 .dir_fh = NFS_FH(dir),
David Howells2b3de442006-08-22 20:06:09 -04003316 .name = name,
3317 };
3318 struct nfs4_lookup_res res = {
3319 .server = server,
3320 .fattr = fattr,
David Quigleyaa9c2662013-05-22 12:50:44 -04003321 .label = label,
David Howells2b3de442006-08-22 20:06:09 -04003322 .fh = fhandle,
3323 };
3324 struct rpc_message msg = {
3325 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOOKUP],
3326 .rpc_argp = &args,
3327 .rpc_resp = &res,
3328 };
3329
David Quigleyaa9c2662013-05-22 12:50:44 -04003330 args.bitmask = nfs4_bitmask(server, label);
3331
David Howells2b3de442006-08-22 20:06:09 -04003332 nfs_fattr_init(fattr);
3333
Linus Torvalds1da177e2005-04-16 15:20:36 -07003334 dprintk("NFS call lookup %s\n", name->name);
Trond Myklebust0c2e53f2011-10-18 16:11:22 -07003335 status = nfs4_call_sync(clnt, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003336 dprintk("NFS reply lookup: %d\n", status);
3337 return status;
3338}
3339
Bryan Schumaker72de53e2012-04-27 13:27:40 -04003340static void nfs_fixup_secinfo_attributes(struct nfs_fattr *fattr)
Bryan Schumaker7ebb9312011-03-24 17:12:30 +00003341{
Bryan Schumaker7ebb9312011-03-24 17:12:30 +00003342 fattr->valid |= NFS_ATTR_FATTR_TYPE | NFS_ATTR_FATTR_MODE |
Bryan Schumaker72de53e2012-04-27 13:27:40 -04003343 NFS_ATTR_FATTR_NLINK | NFS_ATTR_FATTR_MOUNTPOINT;
Bryan Schumaker7ebb9312011-03-24 17:12:30 +00003344 fattr->mode = S_IFDIR | S_IRUGO | S_IXUGO;
3345 fattr->nlink = 2;
3346}
3347
Bryan Schumaker72de53e2012-04-27 13:27:40 -04003348static int nfs4_proc_lookup_common(struct rpc_clnt **clnt, struct inode *dir,
3349 struct qstr *name, struct nfs_fh *fhandle,
David Quigley1775fd32013-05-22 12:50:42 -04003350 struct nfs_fattr *fattr, struct nfs4_label *label)
Bryan Schumaker72de53e2012-04-27 13:27:40 -04003351{
3352 struct nfs4_exception exception = { };
3353 struct rpc_clnt *client = *clnt;
3354 int err;
3355 do {
David Quigley1775fd32013-05-22 12:50:42 -04003356 err = _nfs4_proc_lookup(client, dir, name, fhandle, fattr, label);
Trond Myklebust078ea3d2013-08-12 16:45:55 -04003357 trace_nfs4_lookup(dir, name, err);
Bryan Schumaker72de53e2012-04-27 13:27:40 -04003358 switch (err) {
3359 case -NFS4ERR_BADNAME:
3360 err = -ENOENT;
3361 goto out;
3362 case -NFS4ERR_MOVED:
Bryan Schumakerf05d1472012-04-27 13:27:41 -04003363 err = nfs4_get_referral(client, dir, name, fattr, fhandle);
Dominique Martinetc86c90c2015-06-04 17:04:17 +02003364 if (err == -NFS4ERR_MOVED)
3365 err = nfs4_handle_exception(NFS_SERVER(dir), err, &exception);
Bryan Schumaker72de53e2012-04-27 13:27:40 -04003366 goto out;
3367 case -NFS4ERR_WRONGSEC:
3368 err = -EPERM;
3369 if (client != *clnt)
3370 goto out;
Andy Adamson66b06862014-06-12 15:02:32 -04003371 client = nfs4_negotiate_security(client, dir, name);
Bryan Schumaker72de53e2012-04-27 13:27:40 -04003372 if (IS_ERR(client))
3373 return PTR_ERR(client);
3374
3375 exception.retry = 1;
3376 break;
3377 default:
3378 err = nfs4_handle_exception(NFS_SERVER(dir), err, &exception);
3379 }
3380 } while (exception.retry);
3381
3382out:
3383 if (err == 0)
3384 *clnt = client;
3385 else if (client != *clnt)
3386 rpc_shutdown_client(client);
3387
3388 return err;
3389}
3390
Bryan Schumaker80a16b22012-04-27 13:27:46 -04003391static int nfs4_proc_lookup(struct inode *dir, struct qstr *name,
David Quigley1775fd32013-05-22 12:50:42 -04003392 struct nfs_fh *fhandle, struct nfs_fattr *fattr,
3393 struct nfs4_label *label)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003394{
Bryan Schumaker72de53e2012-04-27 13:27:40 -04003395 int status;
3396 struct rpc_clnt *client = NFS_CLIENT(dir);
Trond Myklebust0c2e53f2011-10-18 16:11:22 -07003397
David Quigley1775fd32013-05-22 12:50:42 -04003398 status = nfs4_proc_lookup_common(&client, dir, name, fhandle, fattr, label);
Bryan Schumaker72de53e2012-04-27 13:27:40 -04003399 if (client != NFS_CLIENT(dir)) {
3400 rpc_shutdown_client(client);
3401 nfs_fixup_secinfo_attributes(fattr);
3402 }
3403 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003404}
3405
Bryan Schumakerf05d1472012-04-27 13:27:41 -04003406struct rpc_clnt *
3407nfs4_proc_lookup_mountpoint(struct inode *dir, struct qstr *name,
3408 struct nfs_fh *fhandle, struct nfs_fattr *fattr)
3409{
Trond Myklebustb72888c2013-08-07 20:38:07 -04003410 struct rpc_clnt *client = NFS_CLIENT(dir);
Bryan Schumakerf05d1472012-04-27 13:27:41 -04003411 int status;
Bryan Schumakerf05d1472012-04-27 13:27:41 -04003412
David Quigley1775fd32013-05-22 12:50:42 -04003413 status = nfs4_proc_lookup_common(&client, dir, name, fhandle, fattr, NULL);
Trond Myklebustb72888c2013-08-07 20:38:07 -04003414 if (status < 0)
Bryan Schumakerf05d1472012-04-27 13:27:41 -04003415 return ERR_PTR(status);
Trond Myklebustb72888c2013-08-07 20:38:07 -04003416 return (client == NFS_CLIENT(dir)) ? rpc_clone_client(client) : client;
Bryan Schumakerf05d1472012-04-27 13:27:41 -04003417}
3418
Linus Torvalds1da177e2005-04-16 15:20:36 -07003419static int _nfs4_proc_access(struct inode *inode, struct nfs_access_entry *entry)
3420{
Trond Myklebust76b32992007-08-10 17:45:11 -04003421 struct nfs_server *server = NFS_SERVER(inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003422 struct nfs4_accessargs args = {
3423 .fh = NFS_FH(inode),
Trond Myklebusta4980e72012-01-30 15:43:56 -05003424 .bitmask = server->cache_consistency_bitmask,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003425 };
Trond Myklebust76b32992007-08-10 17:45:11 -04003426 struct nfs4_accessres res = {
3427 .server = server,
Trond Myklebust76b32992007-08-10 17:45:11 -04003428 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07003429 struct rpc_message msg = {
3430 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_ACCESS],
3431 .rpc_argp = &args,
3432 .rpc_resp = &res,
3433 .rpc_cred = entry->cred,
3434 };
3435 int mode = entry->mask;
David Quigleyaa9c2662013-05-22 12:50:44 -04003436 int status = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003437
3438 /*
3439 * Determine which access bits we want to ask for...
3440 */
3441 if (mode & MAY_READ)
3442 args.access |= NFS4_ACCESS_READ;
3443 if (S_ISDIR(inode->i_mode)) {
3444 if (mode & MAY_WRITE)
3445 args.access |= NFS4_ACCESS_MODIFY | NFS4_ACCESS_EXTEND | NFS4_ACCESS_DELETE;
3446 if (mode & MAY_EXEC)
3447 args.access |= NFS4_ACCESS_LOOKUP;
3448 } else {
3449 if (mode & MAY_WRITE)
3450 args.access |= NFS4_ACCESS_MODIFY | NFS4_ACCESS_EXTEND;
3451 if (mode & MAY_EXEC)
3452 args.access |= NFS4_ACCESS_EXECUTE;
3453 }
Trond Myklebustc407d412010-04-16 16:22:48 -04003454
3455 res.fattr = nfs_alloc_fattr();
3456 if (res.fattr == NULL)
3457 return -ENOMEM;
3458
Bryan Schumaker7c513052011-03-24 17:12:24 +00003459 status = nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003460 if (!status) {
Weston Andros Adamson6168f622012-09-10 14:00:46 -04003461 nfs_access_set_mask(entry, res.access);
Trond Myklebustc407d412010-04-16 16:22:48 -04003462 nfs_refresh_inode(inode, res.fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003463 }
Trond Myklebustc407d412010-04-16 16:22:48 -04003464 nfs_free_fattr(res.fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003465 return status;
3466}
3467
3468static int nfs4_proc_access(struct inode *inode, struct nfs_access_entry *entry)
3469{
3470 struct nfs4_exception exception = { };
3471 int err;
3472 do {
Trond Myklebustc1578b72013-08-12 16:58:42 -04003473 err = _nfs4_proc_access(inode, entry);
3474 trace_nfs4_access(inode, err);
3475 err = nfs4_handle_exception(NFS_SERVER(inode), err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003476 &exception);
3477 } while (exception.retry);
3478 return err;
3479}
3480
3481/*
3482 * TODO: For the time being, we don't try to get any attributes
3483 * along with any of the zero-copy operations READ, READDIR,
3484 * READLINK, WRITE.
3485 *
3486 * In the case of the first three, we want to put the GETATTR
3487 * after the read-type operation -- this is because it is hard
3488 * to predict the length of a GETATTR response in v4, and thus
3489 * align the READ data correctly. This means that the GETATTR
3490 * may end up partially falling into the page cache, and we should
3491 * shift it into the 'tail' of the xdr_buf before processing.
3492 * To do this efficiently, we need to know the total length
3493 * of data received, which doesn't seem to be available outside
3494 * of the RPC layer.
3495 *
3496 * In the case of WRITE, we also want to put the GETATTR after
3497 * the operation -- in this case because we want to make sure
Trond Myklebust140150d2012-06-05 15:20:25 -04003498 * we get the post-operation mtime and size.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003499 *
3500 * Both of these changes to the XDR layer would in fact be quite
3501 * minor, but I decided to leave them for a subsequent patch.
3502 */
3503static int _nfs4_proc_readlink(struct inode *inode, struct page *page,
3504 unsigned int pgbase, unsigned int pglen)
3505{
3506 struct nfs4_readlink args = {
3507 .fh = NFS_FH(inode),
3508 .pgbase = pgbase,
3509 .pglen = pglen,
3510 .pages = &page,
3511 };
Benny Halevyf50c7002009-04-01 09:21:55 -04003512 struct nfs4_readlink_res res;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003513 struct rpc_message msg = {
3514 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_READLINK],
3515 .rpc_argp = &args,
Benny Halevyf50c7002009-04-01 09:21:55 -04003516 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003517 };
3518
Bryan Schumaker7c513052011-03-24 17:12:24 +00003519 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 -07003520}
3521
3522static int nfs4_proc_readlink(struct inode *inode, struct page *page,
3523 unsigned int pgbase, unsigned int pglen)
3524{
3525 struct nfs4_exception exception = { };
3526 int err;
3527 do {
Trond Myklebustc1578b72013-08-12 16:58:42 -04003528 err = _nfs4_proc_readlink(inode, page, pgbase, pglen);
3529 trace_nfs4_readlink(inode, err);
3530 err = nfs4_handle_exception(NFS_SERVER(inode), err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003531 &exception);
3532 } while (exception.retry);
3533 return err;
3534}
3535
Linus Torvalds1da177e2005-04-16 15:20:36 -07003536/*
Miklos Szeredi8867fe52012-06-05 15:10:19 +02003537 * This is just for mknod. open(O_CREAT) will always do ->open_context().
Linus Torvalds1da177e2005-04-16 15:20:36 -07003538 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003539static int
3540nfs4_proc_create(struct inode *dir, struct dentry *dentry, struct iattr *sattr,
Miklos Szeredi8867fe52012-06-05 15:10:19 +02003541 int flags)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003542{
David Quigleyaa9c2662013-05-22 12:50:44 -04003543 struct nfs4_label l, *ilabel = NULL;
Miklos Szeredi8867fe52012-06-05 15:10:19 +02003544 struct nfs_open_context *ctx;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003545 struct nfs4_state *state;
Trond Myklebust5bc2afc2013-09-23 18:01:28 -04003546 int opened = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003547 int status = 0;
3548
Miklos Szeredi8867fe52012-06-05 15:10:19 +02003549 ctx = alloc_nfs_open_context(dentry, FMODE_READ);
3550 if (IS_ERR(ctx))
3551 return PTR_ERR(ctx);
3552
David Quigleyaa9c2662013-05-22 12:50:44 -04003553 ilabel = nfs4_label_init_security(dir, dentry, sattr, &l);
3554
Aneesh Kumar K.Va8a5da92010-12-09 11:35:14 +00003555 sattr->ia_mode &= ~current_umask();
Trond Myklebust5bc2afc2013-09-23 18:01:28 -04003556 state = nfs4_do_open(dir, ctx, flags, sattr, ilabel, &opened);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003557 if (IS_ERR(state)) {
3558 status = PTR_ERR(state);
Trond Myklebustc0204fd2010-09-17 10:56:51 -04003559 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003560 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003561out:
David Quigleyaa9c2662013-05-22 12:50:44 -04003562 nfs4_label_release_security(ilabel);
Miklos Szeredi8867fe52012-06-05 15:10:19 +02003563 put_nfs_open_context(ctx);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003564 return status;
3565}
3566
3567static int _nfs4_proc_remove(struct inode *dir, struct qstr *name)
3568{
Trond Myklebust16e42952005-10-27 22:12:44 -04003569 struct nfs_server *server = NFS_SERVER(dir);
Trond Myklebust4fdc17b2007-07-14 15:39:57 -04003570 struct nfs_removeargs args = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003571 .fh = NFS_FH(dir),
Linus Torvalds26fe5752012-05-10 13:14:12 -07003572 .name = *name,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003573 };
Trond Myklebust4fdc17b2007-07-14 15:39:57 -04003574 struct nfs_removeres res = {
Trond Myklebust16e42952005-10-27 22:12:44 -04003575 .server = server,
Trond Myklebust16e42952005-10-27 22:12:44 -04003576 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07003577 struct rpc_message msg = {
Trond Myklebust4fdc17b2007-07-14 15:39:57 -04003578 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_REMOVE],
3579 .rpc_argp = &args,
3580 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003581 };
Trond Myklebust778d2812012-04-27 13:48:19 -04003582 int status;
Trond Myklebustd3468902010-04-16 16:22:50 -04003583
Bryan Schumaker7c513052011-03-24 17:12:24 +00003584 status = nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 1);
Trond Myklebust778d2812012-04-27 13:48:19 -04003585 if (status == 0)
Trond Myklebust16e42952005-10-27 22:12:44 -04003586 update_changeattr(dir, &res.cinfo);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003587 return status;
3588}
3589
3590static int nfs4_proc_remove(struct inode *dir, struct qstr *name)
3591{
3592 struct nfs4_exception exception = { };
3593 int err;
3594 do {
Trond Myklebust078ea3d2013-08-12 16:45:55 -04003595 err = _nfs4_proc_remove(dir, name);
3596 trace_nfs4_remove(dir, name, err);
3597 err = nfs4_handle_exception(NFS_SERVER(dir), err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003598 &exception);
3599 } while (exception.retry);
3600 return err;
3601}
3602
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04003603static void nfs4_proc_unlink_setup(struct rpc_message *msg, struct inode *dir)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003604{
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04003605 struct nfs_server *server = NFS_SERVER(dir);
3606 struct nfs_removeargs *args = msg->rpc_argp;
3607 struct nfs_removeres *res = msg->rpc_resp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003608
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04003609 res->server = server;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003610 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_REMOVE];
Chuck Levera9c92d62013-08-09 12:48:18 -04003611 nfs4_init_sequence(&args->seq_args, &res->seq_res, 1);
David Quigleyaa9c2662013-05-22 12:50:44 -04003612
3613 nfs_fattr_init(res->dir_attr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003614}
3615
Bryan Schumaker34e137c2012-03-19 14:54:41 -04003616static void nfs4_proc_unlink_rpc_prepare(struct rpc_task *task, struct nfs_unlinkdata *data)
3617{
Trond Myklebustd9afbd12012-10-22 20:28:44 -04003618 nfs4_setup_sequence(NFS_SERVER(data->dir),
3619 &data->args.seq_args,
3620 &data->res.seq_res,
3621 task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003622}
3623
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04003624static int nfs4_proc_unlink_done(struct rpc_task *task, struct inode *dir)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003625{
Trond Myklebust078ea3d2013-08-12 16:45:55 -04003626 struct nfs_unlinkdata *data = task->tk_calldata;
3627 struct nfs_removeres *res = &data->res;
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04003628
Trond Myklebust14516c32010-07-31 14:29:06 -04003629 if (!nfs4_sequence_done(task, &res->seq_res))
3630 return 0;
NeilBrown8478eaa2014-09-18 16:09:27 +10003631 if (nfs4_async_handle_error(task, res->server, NULL,
3632 &data->timeout) == -EAGAIN)
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04003633 return 0;
3634 update_changeattr(dir, &res->cinfo);
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04003635 return 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003636}
3637
Jeff Laytond3d41522010-09-17 17:31:57 -04003638static void nfs4_proc_rename_setup(struct rpc_message *msg, struct inode *dir)
3639{
3640 struct nfs_server *server = NFS_SERVER(dir);
3641 struct nfs_renameargs *arg = msg->rpc_argp;
3642 struct nfs_renameres *res = msg->rpc_resp;
3643
3644 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RENAME];
Jeff Laytond3d41522010-09-17 17:31:57 -04003645 res->server = server;
Chuck Levera9c92d62013-08-09 12:48:18 -04003646 nfs4_init_sequence(&arg->seq_args, &res->seq_res, 1);
Jeff Laytond3d41522010-09-17 17:31:57 -04003647}
3648
Bryan Schumakerc6bfa1a2012-03-19 14:54:42 -04003649static void nfs4_proc_rename_rpc_prepare(struct rpc_task *task, struct nfs_renamedata *data)
3650{
Trond Myklebustd9afbd12012-10-22 20:28:44 -04003651 nfs4_setup_sequence(NFS_SERVER(data->old_dir),
3652 &data->args.seq_args,
3653 &data->res.seq_res,
3654 task);
Jeff Laytond3d41522010-09-17 17:31:57 -04003655}
3656
3657static int nfs4_proc_rename_done(struct rpc_task *task, struct inode *old_dir,
3658 struct inode *new_dir)
3659{
Trond Myklebustfbc6f7c2013-08-12 17:08:26 -04003660 struct nfs_renamedata *data = task->tk_calldata;
3661 struct nfs_renameres *res = &data->res;
Jeff Laytond3d41522010-09-17 17:31:57 -04003662
3663 if (!nfs4_sequence_done(task, &res->seq_res))
3664 return 0;
NeilBrown8478eaa2014-09-18 16:09:27 +10003665 if (nfs4_async_handle_error(task, res->server, NULL, &data->timeout) == -EAGAIN)
Jeff Laytond3d41522010-09-17 17:31:57 -04003666 return 0;
3667
3668 update_changeattr(old_dir, &res->old_cinfo);
Jeff Laytond3d41522010-09-17 17:31:57 -04003669 update_changeattr(new_dir, &res->new_cinfo);
Jeff Laytond3d41522010-09-17 17:31:57 -04003670 return 1;
3671}
3672
Linus Torvalds1da177e2005-04-16 15:20:36 -07003673static int _nfs4_proc_link(struct inode *inode, struct inode *dir, struct qstr *name)
3674{
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04003675 struct nfs_server *server = NFS_SERVER(inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003676 struct nfs4_link_arg arg = {
3677 .fh = NFS_FH(inode),
3678 .dir_fh = NFS_FH(dir),
3679 .name = name,
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04003680 .bitmask = server->attr_bitmask,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003681 };
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04003682 struct nfs4_link_res res = {
3683 .server = server,
David Quigley1775fd32013-05-22 12:50:42 -04003684 .label = NULL,
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04003685 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07003686 struct rpc_message msg = {
3687 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LINK],
3688 .rpc_argp = &arg,
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04003689 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003690 };
Trond Myklebust136f2622010-04-16 16:22:49 -04003691 int status = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003692
Trond Myklebust136f2622010-04-16 16:22:49 -04003693 res.fattr = nfs_alloc_fattr();
Trond Myklebust778d2812012-04-27 13:48:19 -04003694 if (res.fattr == NULL)
Trond Myklebust136f2622010-04-16 16:22:49 -04003695 goto out;
3696
David Quigley14c43f72013-05-22 12:50:43 -04003697 res.label = nfs4_label_alloc(server, GFP_KERNEL);
3698 if (IS_ERR(res.label)) {
3699 status = PTR_ERR(res.label);
3700 goto out;
3701 }
David Quigleyaa9c2662013-05-22 12:50:44 -04003702 arg.bitmask = nfs4_bitmask(server, res.label);
David Quigley14c43f72013-05-22 12:50:43 -04003703
Bryan Schumaker7c513052011-03-24 17:12:24 +00003704 status = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, &res.seq_res, 1);
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04003705 if (!status) {
3706 update_changeattr(dir, &res.cinfo);
David Quigleyaa9c2662013-05-22 12:50:44 -04003707 status = nfs_post_op_update_inode(inode, res.fattr);
3708 if (!status)
3709 nfs_setsecurity(inode, res.fattr, res.label);
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04003710 }
David Quigley14c43f72013-05-22 12:50:43 -04003711
3712
3713 nfs4_label_free(res.label);
3714
Trond Myklebust136f2622010-04-16 16:22:49 -04003715out:
Trond Myklebust136f2622010-04-16 16:22:49 -04003716 nfs_free_fattr(res.fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003717 return status;
3718}
3719
3720static int nfs4_proc_link(struct inode *inode, struct inode *dir, struct qstr *name)
3721{
3722 struct nfs4_exception exception = { };
3723 int err;
3724 do {
3725 err = nfs4_handle_exception(NFS_SERVER(inode),
3726 _nfs4_proc_link(inode, dir, name),
3727 &exception);
3728 } while (exception.retry);
3729 return err;
3730}
3731
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003732struct nfs4_createdata {
3733 struct rpc_message msg;
3734 struct nfs4_create_arg arg;
3735 struct nfs4_create_res res;
3736 struct nfs_fh fh;
3737 struct nfs_fattr fattr;
David Quigley1775fd32013-05-22 12:50:42 -04003738 struct nfs4_label *label;
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003739};
3740
3741static struct nfs4_createdata *nfs4_alloc_createdata(struct inode *dir,
3742 struct qstr *name, struct iattr *sattr, u32 ftype)
3743{
3744 struct nfs4_createdata *data;
3745
3746 data = kzalloc(sizeof(*data), GFP_KERNEL);
3747 if (data != NULL) {
3748 struct nfs_server *server = NFS_SERVER(dir);
3749
David Quigley14c43f72013-05-22 12:50:43 -04003750 data->label = nfs4_label_alloc(server, GFP_KERNEL);
3751 if (IS_ERR(data->label))
3752 goto out_free;
3753
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003754 data->msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_CREATE];
3755 data->msg.rpc_argp = &data->arg;
3756 data->msg.rpc_resp = &data->res;
3757 data->arg.dir_fh = NFS_FH(dir);
3758 data->arg.server = server;
3759 data->arg.name = name;
3760 data->arg.attrs = sattr;
3761 data->arg.ftype = ftype;
David Quigleyaa9c2662013-05-22 12:50:44 -04003762 data->arg.bitmask = nfs4_bitmask(server, data->label);
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003763 data->res.server = server;
3764 data->res.fh = &data->fh;
3765 data->res.fattr = &data->fattr;
David Quigley1775fd32013-05-22 12:50:42 -04003766 data->res.label = data->label;
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003767 nfs_fattr_init(data->res.fattr);
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003768 }
3769 return data;
David Quigley14c43f72013-05-22 12:50:43 -04003770out_free:
3771 kfree(data);
3772 return NULL;
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003773}
3774
3775static int nfs4_do_create(struct inode *dir, struct dentry *dentry, struct nfs4_createdata *data)
3776{
Bryan Schumaker7c513052011-03-24 17:12:24 +00003777 int status = nfs4_call_sync(NFS_SERVER(dir)->client, NFS_SERVER(dir), &data->msg,
Bryan Schumakere73b83f2011-03-24 17:12:23 +00003778 &data->arg.seq_args, &data->res.seq_res, 1);
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003779 if (status == 0) {
3780 update_changeattr(dir, &data->res.dir_cinfo);
David Quigley1775fd32013-05-22 12:50:42 -04003781 status = nfs_instantiate(dentry, data->res.fh, data->res.fattr, data->res.label);
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003782 }
3783 return status;
3784}
3785
3786static void nfs4_free_createdata(struct nfs4_createdata *data)
3787{
David Quigley14c43f72013-05-22 12:50:43 -04003788 nfs4_label_free(data->label);
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003789 kfree(data);
3790}
3791
Chuck Lever4f390c12006-08-22 20:06:22 -04003792static int _nfs4_proc_symlink(struct inode *dir, struct dentry *dentry,
David Quigley1775fd32013-05-22 12:50:42 -04003793 struct page *page, unsigned int len, struct iattr *sattr,
3794 struct nfs4_label *label)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003795{
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003796 struct nfs4_createdata *data;
3797 int status = -ENAMETOOLONG;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003798
Chuck Lever94a6d752006-08-22 20:06:23 -04003799 if (len > NFS4_MAXPATHLEN)
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003800 goto out;
Chuck Lever4f390c12006-08-22 20:06:22 -04003801
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003802 status = -ENOMEM;
3803 data = nfs4_alloc_createdata(dir, &dentry->d_name, sattr, NF4LNK);
3804 if (data == NULL)
3805 goto out;
3806
3807 data->msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SYMLINK];
3808 data->arg.u.symlink.pages = &page;
3809 data->arg.u.symlink.len = len;
David Quigley1775fd32013-05-22 12:50:42 -04003810 data->arg.label = label;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003811
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003812 status = nfs4_do_create(dir, dentry, data);
3813
3814 nfs4_free_createdata(data);
3815out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003816 return status;
3817}
3818
Chuck Lever4f390c12006-08-22 20:06:22 -04003819static int nfs4_proc_symlink(struct inode *dir, struct dentry *dentry,
Chuck Lever94a6d752006-08-22 20:06:23 -04003820 struct page *page, unsigned int len, struct iattr *sattr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003821{
3822 struct nfs4_exception exception = { };
David Quigleyaa9c2662013-05-22 12:50:44 -04003823 struct nfs4_label l, *label = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003824 int err;
David Quigleyaa9c2662013-05-22 12:50:44 -04003825
3826 label = nfs4_label_init_security(dir, dentry, sattr, &l);
3827
Linus Torvalds1da177e2005-04-16 15:20:36 -07003828 do {
Trond Myklebust078ea3d2013-08-12 16:45:55 -04003829 err = _nfs4_proc_symlink(dir, dentry, page, len, sattr, label);
3830 trace_nfs4_symlink(dir, &dentry->d_name, err);
3831 err = nfs4_handle_exception(NFS_SERVER(dir), err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003832 &exception);
3833 } while (exception.retry);
David Quigleyaa9c2662013-05-22 12:50:44 -04003834
3835 nfs4_label_release_security(label);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003836 return err;
3837}
3838
3839static int _nfs4_proc_mkdir(struct inode *dir, struct dentry *dentry,
David Quigley1775fd32013-05-22 12:50:42 -04003840 struct iattr *sattr, struct nfs4_label *label)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003841{
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003842 struct nfs4_createdata *data;
3843 int status = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003844
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003845 data = nfs4_alloc_createdata(dir, &dentry->d_name, sattr, NF4DIR);
3846 if (data == NULL)
3847 goto out;
3848
David Quigley1775fd32013-05-22 12:50:42 -04003849 data->arg.label = label;
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003850 status = nfs4_do_create(dir, dentry, data);
3851
3852 nfs4_free_createdata(data);
3853out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003854 return status;
3855}
3856
3857static int nfs4_proc_mkdir(struct inode *dir, struct dentry *dentry,
3858 struct iattr *sattr)
3859{
3860 struct nfs4_exception exception = { };
David Quigleyaa9c2662013-05-22 12:50:44 -04003861 struct nfs4_label l, *label = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003862 int err;
Aneesh Kumar K.Va8a5da92010-12-09 11:35:14 +00003863
David Quigleyaa9c2662013-05-22 12:50:44 -04003864 label = nfs4_label_init_security(dir, dentry, sattr, &l);
3865
Aneesh Kumar K.Va8a5da92010-12-09 11:35:14 +00003866 sattr->ia_mode &= ~current_umask();
Linus Torvalds1da177e2005-04-16 15:20:36 -07003867 do {
Trond Myklebust078ea3d2013-08-12 16:45:55 -04003868 err = _nfs4_proc_mkdir(dir, dentry, sattr, label);
3869 trace_nfs4_mkdir(dir, &dentry->d_name, err);
3870 err = nfs4_handle_exception(NFS_SERVER(dir), err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003871 &exception);
3872 } while (exception.retry);
David Quigleyaa9c2662013-05-22 12:50:44 -04003873 nfs4_label_release_security(label);
3874
Linus Torvalds1da177e2005-04-16 15:20:36 -07003875 return err;
3876}
3877
3878static int _nfs4_proc_readdir(struct dentry *dentry, struct rpc_cred *cred,
Bryan Schumaker56e4ebf2010-10-20 15:44:37 -04003879 u64 cookie, struct page **pages, unsigned int count, int plus)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003880{
David Howells2b0143b2015-03-17 22:25:59 +00003881 struct inode *dir = d_inode(dentry);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003882 struct nfs4_readdir_arg args = {
3883 .fh = NFS_FH(dir),
Bryan Schumaker56e4ebf2010-10-20 15:44:37 -04003884 .pages = pages,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003885 .pgbase = 0,
3886 .count = count,
David Howells2b0143b2015-03-17 22:25:59 +00003887 .bitmask = NFS_SERVER(d_inode(dentry))->attr_bitmask,
Bryan Schumaker82f2e542010-10-21 16:33:18 -04003888 .plus = plus,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003889 };
3890 struct nfs4_readdir_res res;
3891 struct rpc_message msg = {
3892 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_READDIR],
3893 .rpc_argp = &args,
3894 .rpc_resp = &res,
3895 .rpc_cred = cred,
3896 };
3897 int status;
3898
Al Viro6de14722013-09-16 10:53:17 -04003899 dprintk("%s: dentry = %pd2, cookie = %Lu\n", __func__,
3900 dentry,
Trond Myklebusteadf4592005-06-22 17:16:39 +00003901 (unsigned long long)cookie);
Trond Myklebustc3f52af2012-09-03 14:56:02 -04003902 nfs4_setup_readdir(cookie, NFS_I(dir)->cookieverf, dentry, &args);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003903 res.pgbase = args.pgbase;
Bryan Schumaker7c513052011-03-24 17:12:24 +00003904 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 -05003905 if (status >= 0) {
Trond Myklebustc3f52af2012-09-03 14:56:02 -04003906 memcpy(NFS_I(dir)->cookieverf, res.verifier.data, NFS4_VERIFIER_SIZE);
Trond Myklebustac396122010-11-15 20:26:22 -05003907 status += args.pgbase;
3908 }
Trond Myklebustc4812992007-09-28 17:11:45 -04003909
3910 nfs_invalidate_atime(dir);
3911
Harvey Harrison3110ff82008-05-02 13:42:44 -07003912 dprintk("%s: returns %d\n", __func__, status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003913 return status;
3914}
3915
3916static int nfs4_proc_readdir(struct dentry *dentry, struct rpc_cred *cred,
Bryan Schumaker56e4ebf2010-10-20 15:44:37 -04003917 u64 cookie, struct page **pages, unsigned int count, int plus)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003918{
3919 struct nfs4_exception exception = { };
3920 int err;
3921 do {
Trond Myklebustc1578b72013-08-12 16:58:42 -04003922 err = _nfs4_proc_readdir(dentry, cred, cookie,
3923 pages, count, plus);
David Howells2b0143b2015-03-17 22:25:59 +00003924 trace_nfs4_readdir(d_inode(dentry), err);
3925 err = nfs4_handle_exception(NFS_SERVER(d_inode(dentry)), err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003926 &exception);
3927 } while (exception.retry);
3928 return err;
3929}
3930
3931static int _nfs4_proc_mknod(struct inode *dir, struct dentry *dentry,
David Quigleyaa9c2662013-05-22 12:50:44 -04003932 struct iattr *sattr, struct nfs4_label *label, dev_t rdev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003933{
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003934 struct nfs4_createdata *data;
3935 int mode = sattr->ia_mode;
3936 int status = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003937
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003938 data = nfs4_alloc_createdata(dir, &dentry->d_name, sattr, NF4SOCK);
3939 if (data == NULL)
3940 goto out;
3941
Linus Torvalds1da177e2005-04-16 15:20:36 -07003942 if (S_ISFIFO(mode))
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003943 data->arg.ftype = NF4FIFO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003944 else if (S_ISBLK(mode)) {
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003945 data->arg.ftype = NF4BLK;
3946 data->arg.u.device.specdata1 = MAJOR(rdev);
3947 data->arg.u.device.specdata2 = MINOR(rdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003948 }
3949 else if (S_ISCHR(mode)) {
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003950 data->arg.ftype = NF4CHR;
3951 data->arg.u.device.specdata1 = MAJOR(rdev);
3952 data->arg.u.device.specdata2 = MINOR(rdev);
Trond Myklebust4ea8fed2012-10-15 15:47:41 -04003953 } else if (!S_ISSOCK(mode)) {
3954 status = -EINVAL;
3955 goto out_free;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003956 }
David Quigley1775fd32013-05-22 12:50:42 -04003957
David Quigleyaa9c2662013-05-22 12:50:44 -04003958 data->arg.label = label;
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003959 status = nfs4_do_create(dir, dentry, data);
Trond Myklebust4ea8fed2012-10-15 15:47:41 -04003960out_free:
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003961 nfs4_free_createdata(data);
3962out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003963 return status;
3964}
3965
3966static int nfs4_proc_mknod(struct inode *dir, struct dentry *dentry,
3967 struct iattr *sattr, dev_t rdev)
3968{
3969 struct nfs4_exception exception = { };
David Quigleyaa9c2662013-05-22 12:50:44 -04003970 struct nfs4_label l, *label = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003971 int err;
Aneesh Kumar K.Va8a5da92010-12-09 11:35:14 +00003972
David Quigleyaa9c2662013-05-22 12:50:44 -04003973 label = nfs4_label_init_security(dir, dentry, sattr, &l);
3974
Aneesh Kumar K.Va8a5da92010-12-09 11:35:14 +00003975 sattr->ia_mode &= ~current_umask();
Linus Torvalds1da177e2005-04-16 15:20:36 -07003976 do {
Trond Myklebust078ea3d2013-08-12 16:45:55 -04003977 err = _nfs4_proc_mknod(dir, dentry, sattr, label, rdev);
3978 trace_nfs4_mknod(dir, &dentry->d_name, err);
3979 err = nfs4_handle_exception(NFS_SERVER(dir), err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003980 &exception);
3981 } while (exception.retry);
David Quigleyaa9c2662013-05-22 12:50:44 -04003982
3983 nfs4_label_release_security(label);
3984
Linus Torvalds1da177e2005-04-16 15:20:36 -07003985 return err;
3986}
3987
3988static int _nfs4_proc_statfs(struct nfs_server *server, struct nfs_fh *fhandle,
3989 struct nfs_fsstat *fsstat)
3990{
3991 struct nfs4_statfs_arg args = {
3992 .fh = fhandle,
3993 .bitmask = server->attr_bitmask,
3994 };
Benny Halevy24ad1482009-04-01 09:21:56 -04003995 struct nfs4_statfs_res res = {
3996 .fsstat = fsstat,
3997 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07003998 struct rpc_message msg = {
3999 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_STATFS],
4000 .rpc_argp = &args,
Benny Halevy24ad1482009-04-01 09:21:56 -04004001 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004002 };
4003
Trond Myklebust0e574af2005-10-27 22:12:38 -04004004 nfs_fattr_init(fsstat->fattr);
Bryan Schumaker7c513052011-03-24 17:12:24 +00004005 return nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004006}
4007
4008static int nfs4_proc_statfs(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fsstat *fsstat)
4009{
4010 struct nfs4_exception exception = { };
4011 int err;
4012 do {
4013 err = nfs4_handle_exception(server,
4014 _nfs4_proc_statfs(server, fhandle, fsstat),
4015 &exception);
4016 } while (exception.retry);
4017 return err;
4018}
4019
4020static int _nfs4_do_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle,
4021 struct nfs_fsinfo *fsinfo)
4022{
4023 struct nfs4_fsinfo_arg args = {
4024 .fh = fhandle,
4025 .bitmask = server->attr_bitmask,
4026 };
Benny Halevy3dda5e42009-04-01 09:21:57 -04004027 struct nfs4_fsinfo_res res = {
4028 .fsinfo = fsinfo,
4029 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07004030 struct rpc_message msg = {
4031 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FSINFO],
4032 .rpc_argp = &args,
Benny Halevy3dda5e42009-04-01 09:21:57 -04004033 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004034 };
4035
Bryan Schumaker7c513052011-03-24 17:12:24 +00004036 return nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004037}
4038
4039static int nfs4_do_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fsinfo *fsinfo)
4040{
4041 struct nfs4_exception exception = { };
Chuck Lever83ca7f52013-03-16 15:55:53 -04004042 unsigned long now = jiffies;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004043 int err;
4044
4045 do {
Chuck Lever83ca7f52013-03-16 15:55:53 -04004046 err = _nfs4_do_fsinfo(server, fhandle, fsinfo);
Trond Myklebustb5f875a2013-08-13 13:01:39 -04004047 trace_nfs4_fsinfo(server, fhandle, fsinfo->fattr, err);
Chuck Lever83ca7f52013-03-16 15:55:53 -04004048 if (err == 0) {
4049 struct nfs_client *clp = server->nfs_client;
4050
4051 spin_lock(&clp->cl_lock);
4052 clp->cl_lease_time = fsinfo->lease_time * HZ;
4053 clp->cl_last_renewal = now;
4054 spin_unlock(&clp->cl_lock);
4055 break;
4056 }
4057 err = nfs4_handle_exception(server, err, &exception);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004058 } while (exception.retry);
4059 return err;
4060}
4061
4062static int nfs4_proc_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fsinfo *fsinfo)
4063{
Bryan Schumakere38eb652012-06-20 15:53:40 -04004064 int error;
4065
Trond Myklebust0e574af2005-10-27 22:12:38 -04004066 nfs_fattr_init(fsinfo->fattr);
Bryan Schumakere38eb652012-06-20 15:53:40 -04004067 error = nfs4_do_fsinfo(server, fhandle, fsinfo);
Peng Taodc182542012-08-24 00:27:49 +08004068 if (error == 0) {
4069 /* block layout checks this! */
4070 server->pnfs_blksize = fsinfo->blksize;
Bryan Schumakere38eb652012-06-20 15:53:40 -04004071 set_pnfs_layoutdriver(server, fhandle, fsinfo->layouttype);
Peng Taodc182542012-08-24 00:27:49 +08004072 }
Bryan Schumakere38eb652012-06-20 15:53:40 -04004073
4074 return error;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004075}
4076
4077static int _nfs4_proc_pathconf(struct nfs_server *server, struct nfs_fh *fhandle,
4078 struct nfs_pathconf *pathconf)
4079{
4080 struct nfs4_pathconf_arg args = {
4081 .fh = fhandle,
4082 .bitmask = server->attr_bitmask,
4083 };
Benny Halevyd45b2982009-04-01 09:21:58 -04004084 struct nfs4_pathconf_res res = {
4085 .pathconf = pathconf,
4086 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07004087 struct rpc_message msg = {
4088 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_PATHCONF],
4089 .rpc_argp = &args,
Benny Halevyd45b2982009-04-01 09:21:58 -04004090 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004091 };
4092
4093 /* None of the pathconf attributes are mandatory to implement */
4094 if ((args.bitmask[0] & nfs4_pathconf_bitmap[0]) == 0) {
4095 memset(pathconf, 0, sizeof(*pathconf));
4096 return 0;
4097 }
4098
Trond Myklebust0e574af2005-10-27 22:12:38 -04004099 nfs_fattr_init(pathconf->fattr);
Bryan Schumaker7c513052011-03-24 17:12:24 +00004100 return nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004101}
4102
4103static int nfs4_proc_pathconf(struct nfs_server *server, struct nfs_fh *fhandle,
4104 struct nfs_pathconf *pathconf)
4105{
4106 struct nfs4_exception exception = { };
4107 int err;
4108
4109 do {
4110 err = nfs4_handle_exception(server,
4111 _nfs4_proc_pathconf(server, fhandle, pathconf),
4112 &exception);
4113 } while (exception.retry);
4114 return err;
4115}
4116
Trond Myklebust5521abf2013-03-16 20:54:34 -04004117int nfs4_set_rw_stateid(nfs4_stateid *stateid,
Trond Myklebust9b206142013-03-17 15:52:00 -04004118 const struct nfs_open_context *ctx,
4119 const struct nfs_lock_context *l_ctx,
4120 fmode_t fmode)
4121{
4122 const struct nfs_lockowner *lockowner = NULL;
4123
4124 if (l_ctx != NULL)
4125 lockowner = &l_ctx->lockowner;
Trond Myklebust5521abf2013-03-16 20:54:34 -04004126 return nfs4_select_rw_stateid(stateid, ctx->state, fmode, lockowner);
Trond Myklebust9b206142013-03-17 15:52:00 -04004127}
4128EXPORT_SYMBOL_GPL(nfs4_set_rw_stateid);
4129
Trond Myklebust5521abf2013-03-16 20:54:34 -04004130static bool nfs4_stateid_is_current(nfs4_stateid *stateid,
4131 const struct nfs_open_context *ctx,
4132 const struct nfs_lock_context *l_ctx,
4133 fmode_t fmode)
4134{
4135 nfs4_stateid current_stateid;
4136
Trond Myklebuste1253be2014-03-05 08:44:23 -05004137 /* If the current stateid represents a lost lock, then exit */
4138 if (nfs4_set_rw_stateid(&current_stateid, ctx, l_ctx, fmode) == -EIO)
4139 return true;
Trond Myklebust5521abf2013-03-16 20:54:34 -04004140 return nfs4_stateid_match(stateid, &current_stateid);
4141}
4142
4143static bool nfs4_error_stateid_expired(int err)
4144{
4145 switch (err) {
4146 case -NFS4ERR_DELEG_REVOKED:
4147 case -NFS4ERR_ADMIN_REVOKED:
4148 case -NFS4ERR_BAD_STATEID:
4149 case -NFS4ERR_STALE_STATEID:
4150 case -NFS4ERR_OLD_STATEID:
4151 case -NFS4ERR_OPENMODE:
4152 case -NFS4ERR_EXPIRED:
4153 return true;
4154 }
4155 return false;
4156}
4157
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004158void __nfs4_read_done_cb(struct nfs_pgio_header *hdr)
Benny Halevyd20581a2011-05-22 19:52:03 +03004159{
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004160 nfs_invalidate_atime(hdr->inode);
Benny Halevyd20581a2011-05-22 19:52:03 +03004161}
4162
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004163static int nfs4_read_done_cb(struct rpc_task *task, struct nfs_pgio_header *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004164{
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004165 struct nfs_server *server = NFS_SERVER(hdr->inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004166
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004167 trace_nfs4_read(hdr, task->tk_status);
4168 if (nfs4_async_handle_error(task, server,
NeilBrown8478eaa2014-09-18 16:09:27 +10004169 hdr->args.context->state,
4170 NULL) == -EAGAIN) {
Trond Myklebustd00c5d42011-10-19 12:17:29 -07004171 rpc_restart_call_prepare(task);
Trond Myklebustec06c092006-03-20 13:44:27 -05004172 return -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004173 }
Trond Myklebust8850df92007-09-28 17:20:07 -04004174
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004175 __nfs4_read_done_cb(hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004176 if (task->tk_status > 0)
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004177 renew_lease(server, hdr->timestamp);
Trond Myklebustec06c092006-03-20 13:44:27 -05004178 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004179}
4180
Trond Myklebust5521abf2013-03-16 20:54:34 -04004181static bool nfs4_read_stateid_changed(struct rpc_task *task,
Anna Schumaker3c6b8992014-05-06 09:12:24 -04004182 struct nfs_pgio_args *args)
Trond Myklebust5521abf2013-03-16 20:54:34 -04004183{
4184
4185 if (!nfs4_error_stateid_expired(task->tk_status) ||
4186 nfs4_stateid_is_current(&args->stateid,
4187 args->context,
4188 args->lock_context,
4189 FMODE_READ))
4190 return false;
4191 rpc_restart_call_prepare(task);
4192 return true;
4193}
4194
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004195static int nfs4_read_done(struct rpc_task *task, struct nfs_pgio_header *hdr)
Andy Adamsoncbdabc72011-03-01 01:34:20 +00004196{
4197
4198 dprintk("--> %s\n", __func__);
4199
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004200 if (!nfs4_sequence_done(task, &hdr->res.seq_res))
Andy Adamsoncbdabc72011-03-01 01:34:20 +00004201 return -EAGAIN;
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004202 if (nfs4_read_stateid_changed(task, &hdr->args))
Trond Myklebust5521abf2013-03-16 20:54:34 -04004203 return -EAGAIN;
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004204 return hdr->pgio_done_cb ? hdr->pgio_done_cb(task, hdr) :
4205 nfs4_read_done_cb(task, hdr);
Andy Adamsoncbdabc72011-03-01 01:34:20 +00004206}
4207
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004208static void nfs4_proc_read_setup(struct nfs_pgio_header *hdr,
4209 struct rpc_message *msg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004210{
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004211 hdr->timestamp = jiffies;
4212 hdr->pgio_done_cb = nfs4_read_done_cb;
Trond Myklebustbdc7f022007-07-14 15:40:00 -04004213 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_READ];
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004214 nfs4_init_sequence(&hdr->args.seq_args, &hdr->res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004215}
4216
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004217static int nfs4_proc_pgio_rpc_prepare(struct rpc_task *task,
4218 struct nfs_pgio_header *hdr)
Bryan Schumakerea7c3302012-03-19 14:54:40 -04004219{
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004220 if (nfs4_setup_sequence(NFS_SERVER(hdr->inode),
4221 &hdr->args.seq_args,
4222 &hdr->res.seq_res,
Trond Myklebust9b206142013-03-17 15:52:00 -04004223 task))
NeilBrownef1820f2013-09-04 17:04:49 +10004224 return 0;
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004225 if (nfs4_set_rw_stateid(&hdr->args.stateid, hdr->args.context,
4226 hdr->args.lock_context,
4227 hdr->rw_ops->rw_mode) == -EIO)
NeilBrownef1820f2013-09-04 17:04:49 +10004228 return -EIO;
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004229 if (unlikely(test_bit(NFS_CONTEXT_BAD, &hdr->args.context->flags)))
NeilBrownef1820f2013-09-04 17:04:49 +10004230 return -EIO;
4231 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004232}
4233
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004234static int nfs4_write_done_cb(struct rpc_task *task,
4235 struct nfs_pgio_header *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004236{
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004237 struct inode *inode = hdr->inode;
NeilBrown8478eaa2014-09-18 16:09:27 +10004238
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004239 trace_nfs4_write(hdr, task->tk_status);
4240 if (nfs4_async_handle_error(task, NFS_SERVER(inode),
NeilBrown8478eaa2014-09-18 16:09:27 +10004241 hdr->args.context->state,
4242 NULL) == -EAGAIN) {
Trond Myklebustd00c5d42011-10-19 12:17:29 -07004243 rpc_restart_call_prepare(task);
Trond Myklebust788e7a82006-03-20 13:44:27 -05004244 return -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004245 }
Trond Myklebust4f9838c2005-10-27 22:12:44 -04004246 if (task->tk_status >= 0) {
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004247 renew_lease(NFS_SERVER(inode), hdr->timestamp);
Trond Myklebusta08a8cd2015-02-26 17:36:09 -05004248 nfs_writeback_update_inode(hdr);
Trond Myklebust4f9838c2005-10-27 22:12:44 -04004249 }
Trond Myklebust788e7a82006-03-20 13:44:27 -05004250 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004251}
4252
Trond Myklebust5521abf2013-03-16 20:54:34 -04004253static bool nfs4_write_stateid_changed(struct rpc_task *task,
Anna Schumaker3c6b8992014-05-06 09:12:24 -04004254 struct nfs_pgio_args *args)
Trond Myklebust5521abf2013-03-16 20:54:34 -04004255{
4256
4257 if (!nfs4_error_stateid_expired(task->tk_status) ||
4258 nfs4_stateid_is_current(&args->stateid,
4259 args->context,
4260 args->lock_context,
4261 FMODE_WRITE))
4262 return false;
4263 rpc_restart_call_prepare(task);
4264 return true;
4265}
4266
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004267static int nfs4_write_done(struct rpc_task *task, struct nfs_pgio_header *hdr)
Fred Isamanb029bc92011-03-03 15:13:42 +00004268{
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004269 if (!nfs4_sequence_done(task, &hdr->res.seq_res))
Fred Isamanb029bc92011-03-03 15:13:42 +00004270 return -EAGAIN;
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004271 if (nfs4_write_stateid_changed(task, &hdr->args))
Trond Myklebust5521abf2013-03-16 20:54:34 -04004272 return -EAGAIN;
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004273 return hdr->pgio_done_cb ? hdr->pgio_done_cb(task, hdr) :
4274 nfs4_write_done_cb(task, hdr);
Fred Isamanb029bc92011-03-03 15:13:42 +00004275}
4276
Trond Myklebust5a37f852012-04-28 14:55:16 -04004277static
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004278bool nfs4_write_need_cache_consistency_data(struct nfs_pgio_header *hdr)
Fred Isamana69aef12011-03-03 15:13:47 +00004279{
Trond Myklebust5a37f852012-04-28 14:55:16 -04004280 /* Don't request attributes for pNFS or O_DIRECT writes */
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004281 if (hdr->ds_clp != NULL || hdr->dreq != NULL)
Trond Myklebust5a37f852012-04-28 14:55:16 -04004282 return false;
4283 /* Otherwise, request attributes if and only if we don't hold
4284 * a delegation
4285 */
Bryan Schumaker011e2a72012-06-20 15:53:43 -04004286 return nfs4_have_delegation(hdr->inode, FMODE_READ) == 0;
Fred Isamana69aef12011-03-03 15:13:47 +00004287}
Fred Isamana69aef12011-03-03 15:13:47 +00004288
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004289static void nfs4_proc_write_setup(struct nfs_pgio_header *hdr,
4290 struct rpc_message *msg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004291{
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004292 struct nfs_server *server = NFS_SERVER(hdr->inode);
Trond Myklebustbdc7f022007-07-14 15:40:00 -04004293
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004294 if (!nfs4_write_need_cache_consistency_data(hdr)) {
4295 hdr->args.bitmask = NULL;
4296 hdr->res.fattr = NULL;
Fred Isaman7ffd1062011-03-03 15:13:46 +00004297 } else
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004298 hdr->args.bitmask = server->cache_consistency_bitmask;
Trond Myklebust5a37f852012-04-28 14:55:16 -04004299
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004300 if (!hdr->pgio_done_cb)
4301 hdr->pgio_done_cb = nfs4_write_done_cb;
4302 hdr->res.server = server;
4303 hdr->timestamp = jiffies;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004304
Trond Myklebustbdc7f022007-07-14 15:40:00 -04004305 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_WRITE];
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004306 nfs4_init_sequence(&hdr->args.seq_args, &hdr->res.seq_res, 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004307}
4308
Fred Isaman0b7c0152012-04-20 14:47:39 -04004309static void nfs4_proc_commit_rpc_prepare(struct rpc_task *task, struct nfs_commit_data *data)
4310{
Trond Myklebustd9afbd12012-10-22 20:28:44 -04004311 nfs4_setup_sequence(NFS_SERVER(data->inode),
4312 &data->args.seq_args,
4313 &data->res.seq_res,
4314 task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004315}
4316
Fred Isaman0b7c0152012-04-20 14:47:39 -04004317static int nfs4_commit_done_cb(struct rpc_task *task, struct nfs_commit_data *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004318{
Linus Torvalds1da177e2005-04-16 15:20:36 -07004319 struct inode *inode = data->inode;
Trond Myklebust14516c32010-07-31 14:29:06 -04004320
Trond Myklebustcc668ab2013-08-14 15:31:28 -04004321 trace_nfs4_commit(data, task->tk_status);
NeilBrown8478eaa2014-09-18 16:09:27 +10004322 if (nfs4_async_handle_error(task, NFS_SERVER(inode),
4323 NULL, NULL) == -EAGAIN) {
Trond Myklebustd00c5d42011-10-19 12:17:29 -07004324 rpc_restart_call_prepare(task);
Trond Myklebust788e7a82006-03-20 13:44:27 -05004325 return -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004326 }
Trond Myklebust788e7a82006-03-20 13:44:27 -05004327 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004328}
4329
Fred Isaman0b7c0152012-04-20 14:47:39 -04004330static int nfs4_commit_done(struct rpc_task *task, struct nfs_commit_data *data)
Fred Isaman5f452432011-03-23 13:27:46 +00004331{
4332 if (!nfs4_sequence_done(task, &data->res.seq_res))
4333 return -EAGAIN;
Fred Isaman0b7c0152012-04-20 14:47:39 -04004334 return data->commit_done_cb(task, data);
Fred Isaman5f452432011-03-23 13:27:46 +00004335}
4336
Fred Isaman0b7c0152012-04-20 14:47:39 -04004337static void nfs4_proc_commit_setup(struct nfs_commit_data *data, struct rpc_message *msg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004338{
Trond Myklebust788e7a82006-03-20 13:44:27 -05004339 struct nfs_server *server = NFS_SERVER(data->inode);
Fred Isaman988b6dc2011-03-23 13:27:52 +00004340
Fred Isaman0b7c0152012-04-20 14:47:39 -04004341 if (data->commit_done_cb == NULL)
4342 data->commit_done_cb = nfs4_commit_done_cb;
Trond Myklebust4f9838c2005-10-27 22:12:44 -04004343 data->res.server = server;
Trond Myklebustbdc7f022007-07-14 15:40:00 -04004344 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_COMMIT];
Chuck Levera9c92d62013-08-09 12:48:18 -04004345 nfs4_init_sequence(&data->args.seq_args, &data->res.seq_res, 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004346}
4347
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04004348struct nfs4_renewdata {
4349 struct nfs_client *client;
4350 unsigned long timestamp;
4351};
4352
Linus Torvalds1da177e2005-04-16 15:20:36 -07004353/*
4354 * nfs4_proc_async_renew(): This is not one of the nfs_rpc_ops; it is a special
4355 * standalone procedure for queueing an asynchronous RENEW.
4356 */
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04004357static void nfs4_renew_release(void *calldata)
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08004358{
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04004359 struct nfs4_renewdata *data = calldata;
4360 struct nfs_client *clp = data->client;
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08004361
Alexandros Batsakis0851de062010-02-05 03:45:06 -08004362 if (atomic_read(&clp->cl_count) > 1)
4363 nfs4_schedule_state_renewal(clp);
4364 nfs_put_client(clp);
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04004365 kfree(data);
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08004366}
4367
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04004368static void nfs4_renew_done(struct rpc_task *task, void *calldata)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004369{
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04004370 struct nfs4_renewdata *data = calldata;
4371 struct nfs_client *clp = data->client;
4372 unsigned long timestamp = data->timestamp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004373
Trond Myklebustc6d01c62013-08-09 11:51:26 -04004374 trace_nfs4_renew_async(clp, task->tk_status);
Chuck Leverf8aba1e2013-10-17 14:13:53 -04004375 switch (task->tk_status) {
4376 case 0:
4377 break;
4378 case -NFS4ERR_LEASE_MOVED:
4379 nfs4_schedule_lease_moved_recovery(clp);
4380 break;
4381 default:
Trond Myklebust95baa252009-05-26 14:51:00 -04004382 /* Unless we're shutting down, schedule state recovery! */
Trond Myklebust042b60b2011-08-24 15:07:37 -04004383 if (test_bit(NFS_CS_RENEWD, &clp->cl_res_state) == 0)
4384 return;
4385 if (task->tk_status != NFS4ERR_CB_PATH_DOWN) {
Trond Myklebust0400a6b2011-03-09 16:00:53 -05004386 nfs4_schedule_lease_recovery(clp);
Trond Myklebust042b60b2011-08-24 15:07:37 -04004387 return;
4388 }
4389 nfs4_schedule_path_down_recovery(clp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004390 }
Trond Myklebust452e9352010-07-31 14:29:06 -04004391 do_renew_lease(clp, timestamp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004392}
4393
Trond Myklebust963d8fe2006-01-03 09:55:04 +01004394static const struct rpc_call_ops nfs4_renew_ops = {
4395 .rpc_call_done = nfs4_renew_done,
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08004396 .rpc_release = nfs4_renew_release,
Trond Myklebust963d8fe2006-01-03 09:55:04 +01004397};
4398
Trond Myklebust2f60ea62011-08-24 15:07:37 -04004399static int nfs4_proc_async_renew(struct nfs_client *clp, struct rpc_cred *cred, unsigned renew_flags)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004400{
4401 struct rpc_message msg = {
4402 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RENEW],
4403 .rpc_argp = clp,
Trond Myklebustb4454fe2006-01-03 09:55:25 +01004404 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004405 };
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04004406 struct nfs4_renewdata *data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004407
Trond Myklebust2f60ea62011-08-24 15:07:37 -04004408 if (renew_flags == 0)
4409 return 0;
Alexandros Batsakis0851de062010-02-05 03:45:06 -08004410 if (!atomic_inc_not_zero(&clp->cl_count))
4411 return -EIO;
Trond Myklebustb569ad32011-08-24 15:07:35 -04004412 data = kmalloc(sizeof(*data), GFP_NOFS);
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04004413 if (data == NULL)
4414 return -ENOMEM;
4415 data->client = clp;
4416 data->timestamp = jiffies;
Trond Myklebustbc7a05c2013-04-08 17:50:28 -04004417 return rpc_call_async(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT,
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04004418 &nfs4_renew_ops, data);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004419}
4420
Trond Myklebust8534d4e2011-08-24 15:07:37 -04004421static int nfs4_proc_renew(struct nfs_client *clp, struct rpc_cred *cred)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004422{
4423 struct rpc_message msg = {
4424 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RENEW],
4425 .rpc_argp = clp,
Trond Myklebustb4454fe2006-01-03 09:55:25 +01004426 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004427 };
4428 unsigned long now = jiffies;
4429 int status;
4430
Trond Myklebustbc7a05c2013-04-08 17:50:28 -04004431 status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004432 if (status < 0)
4433 return status;
Trond Myklebust452e9352010-07-31 14:29:06 -04004434 do_renew_lease(clp, now);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004435 return 0;
4436}
4437
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004438static inline int nfs4_server_supports_acls(struct nfs_server *server)
4439{
Malahal Naineni7dd7d952014-01-23 08:54:55 -06004440 return server->caps & NFS_CAP_ACLS;
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004441}
4442
Trond Myklebust21f498c2012-08-24 10:59:25 -04004443/* Assuming that XATTR_SIZE_MAX is a multiple of PAGE_SIZE, and that
4444 * it's OK to put sizeof(void) * (XATTR_SIZE_MAX/PAGE_SIZE) bytes on
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004445 * the stack.
4446 */
Trond Myklebust21f498c2012-08-24 10:59:25 -04004447#define NFS4ACL_MAXPAGES DIV_ROUND_UP(XATTR_SIZE_MAX, PAGE_SIZE)
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004448
Neil Hormane9e3d722011-03-04 19:26:03 -05004449static int buf_to_pages_noslab(const void *buf, size_t buflen,
4450 struct page **pages, unsigned int *pgbase)
4451{
4452 struct page *newpage, **spages;
4453 int rc = 0;
4454 size_t len;
4455 spages = pages;
4456
4457 do {
Trond Myklebust21f498c2012-08-24 10:59:25 -04004458 len = min_t(size_t, PAGE_SIZE, buflen);
Neil Hormane9e3d722011-03-04 19:26:03 -05004459 newpage = alloc_page(GFP_KERNEL);
4460
4461 if (newpage == NULL)
4462 goto unwind;
4463 memcpy(page_address(newpage), buf, len);
4464 buf += len;
4465 buflen -= len;
4466 *pages++ = newpage;
4467 rc++;
4468 } while (buflen != 0);
4469
4470 return rc;
4471
4472unwind:
4473 for(; rc > 0; rc--)
4474 __free_page(spages[rc-1]);
4475 return -ENOMEM;
4476}
4477
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004478struct nfs4_cached_acl {
4479 int cached;
4480 size_t len;
Andrew Morton3e9d4152005-06-22 17:16:28 +00004481 char data[0];
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004482};
4483
4484static void nfs4_set_cached_acl(struct inode *inode, struct nfs4_cached_acl *acl)
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004485{
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004486 struct nfs_inode *nfsi = NFS_I(inode);
4487
4488 spin_lock(&inode->i_lock);
4489 kfree(nfsi->nfs4_acl);
4490 nfsi->nfs4_acl = acl;
4491 spin_unlock(&inode->i_lock);
4492}
4493
4494static void nfs4_zap_acl_attr(struct inode *inode)
4495{
4496 nfs4_set_cached_acl(inode, NULL);
4497}
4498
4499static inline ssize_t nfs4_read_cached_acl(struct inode *inode, char *buf, size_t buflen)
4500{
4501 struct nfs_inode *nfsi = NFS_I(inode);
4502 struct nfs4_cached_acl *acl;
4503 int ret = -ENOENT;
4504
4505 spin_lock(&inode->i_lock);
4506 acl = nfsi->nfs4_acl;
4507 if (acl == NULL)
4508 goto out;
4509 if (buf == NULL) /* user is just asking for length */
4510 goto out_len;
4511 if (acl->cached == 0)
4512 goto out;
4513 ret = -ERANGE; /* see getxattr(2) man page */
4514 if (acl->len > buflen)
4515 goto out;
4516 memcpy(buf, acl->data, acl->len);
4517out_len:
4518 ret = acl->len;
4519out:
4520 spin_unlock(&inode->i_lock);
4521 return ret;
4522}
4523
Sachin Prabhu5794d212012-04-17 14:36:40 +01004524static 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 +00004525{
4526 struct nfs4_cached_acl *acl;
Trond Myklebustb291f1b2012-08-14 18:30:41 -04004527 size_t buflen = sizeof(*acl) + acl_len;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004528
Trond Myklebust1f1ea6c2012-08-26 11:44:43 -07004529 if (buflen <= PAGE_SIZE) {
Trond Myklebustb291f1b2012-08-14 18:30:41 -04004530 acl = kmalloc(buflen, GFP_KERNEL);
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004531 if (acl == NULL)
4532 goto out;
4533 acl->cached = 1;
Sachin Prabhu5794d212012-04-17 14:36:40 +01004534 _copy_from_pages(acl->data, pages, pgbase, acl_len);
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004535 } else {
4536 acl = kmalloc(sizeof(*acl), GFP_KERNEL);
4537 if (acl == NULL)
4538 goto out;
4539 acl->cached = 0;
4540 }
4541 acl->len = acl_len;
4542out:
4543 nfs4_set_cached_acl(inode, acl);
4544}
4545
Andy Adamsonbf118a32011-12-07 11:55:27 -05004546/*
4547 * The getxattr API returns the required buffer length when called with a
4548 * NULL buf. The NFSv4 acl tool then calls getxattr again after allocating
4549 * the required buf. On a NULL buf, we send a page of data to the server
4550 * guessing that the ACL request can be serviced by a page. If so, we cache
4551 * up to the page of ACL data, and the 2nd call to getxattr is serviced by
4552 * the cache. If not so, we throw away the page, and cache the required
4553 * length. The next getxattr call will then produce another round trip to
4554 * the server, this time with the input buf of the required size.
4555 */
Trond Myklebust16b42892006-08-24 12:27:15 -04004556static ssize_t __nfs4_get_acl_uncached(struct inode *inode, void *buf, size_t buflen)
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004557{
Andy Adamsonbf118a32011-12-07 11:55:27 -05004558 struct page *pages[NFS4ACL_MAXPAGES] = {NULL, };
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004559 struct nfs_getaclargs args = {
4560 .fh = NFS_FH(inode),
4561 .acl_pages = pages,
4562 .acl_len = buflen,
4563 };
Benny Halevy663c79b2009-04-01 09:21:59 -04004564 struct nfs_getaclres res = {
4565 .acl_len = buflen,
4566 };
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004567 struct rpc_message msg = {
4568 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GETACL],
4569 .rpc_argp = &args,
Benny Halevy663c79b2009-04-01 09:21:59 -04004570 .rpc_resp = &res,
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004571 };
Trond Myklebust21f498c2012-08-24 10:59:25 -04004572 unsigned int npages = DIV_ROUND_UP(buflen, PAGE_SIZE);
4573 int ret = -ENOMEM, i;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004574
Andy Adamsonbf118a32011-12-07 11:55:27 -05004575 /* As long as we're doing a round trip to the server anyway,
4576 * let's be prepared for a page of acl data. */
4577 if (npages == 0)
4578 npages = 1;
Trond Myklebust21f498c2012-08-24 10:59:25 -04004579 if (npages > ARRAY_SIZE(pages))
4580 return -ERANGE;
Sachin Prabhu5a006892012-04-17 14:35:39 +01004581
Andy Adamsonbf118a32011-12-07 11:55:27 -05004582 for (i = 0; i < npages; i++) {
4583 pages[i] = alloc_page(GFP_KERNEL);
4584 if (!pages[i])
4585 goto out_free;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004586 }
Sachin Prabhu5a006892012-04-17 14:35:39 +01004587
4588 /* for decoding across pages */
4589 res.acl_scratch = alloc_page(GFP_KERNEL);
4590 if (!res.acl_scratch)
4591 goto out_free;
4592
Andy Adamsonbf118a32011-12-07 11:55:27 -05004593 args.acl_len = npages * PAGE_SIZE;
4594 args.acl_pgbase = 0;
Sachin Prabhu5a006892012-04-17 14:35:39 +01004595
Peng Taode040be2012-01-10 22:42:47 +08004596 dprintk("%s buf %p buflen %zu npages %d args.acl_len %zu\n",
Andy Adamsonbf118a32011-12-07 11:55:27 -05004597 __func__, buf, buflen, npages, args.acl_len);
4598 ret = nfs4_call_sync(NFS_SERVER(inode)->client, NFS_SERVER(inode),
4599 &msg, &args.seq_args, &res.seq_res, 0);
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004600 if (ret)
4601 goto out_free;
Andy Adamsonbf118a32011-12-07 11:55:27 -05004602
Trond Myklebust1f1ea6c2012-08-26 11:44:43 -07004603 /* Handle the case where the passed-in buffer is too short */
4604 if (res.acl_flags & NFS4_ACL_TRUNC) {
4605 /* Did the user only issue a request for the acl length? */
4606 if (buf == NULL)
4607 goto out_ok;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004608 ret = -ERANGE;
Trond Myklebust1f1ea6c2012-08-26 11:44:43 -07004609 goto out_free;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004610 }
Trond Myklebust1f1ea6c2012-08-26 11:44:43 -07004611 nfs4_write_cached_acl(inode, pages, res.acl_data_offset, res.acl_len);
Sven Wegener7d3e91a2012-12-08 15:30:18 +01004612 if (buf) {
4613 if (res.acl_len > buflen) {
4614 ret = -ERANGE;
4615 goto out_free;
4616 }
Trond Myklebust1f1ea6c2012-08-26 11:44:43 -07004617 _copy_from_pages(buf, pages, res.acl_data_offset, res.acl_len);
Sven Wegener7d3e91a2012-12-08 15:30:18 +01004618 }
Trond Myklebust1f1ea6c2012-08-26 11:44:43 -07004619out_ok:
4620 ret = res.acl_len;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004621out_free:
Andy Adamsonbf118a32011-12-07 11:55:27 -05004622 for (i = 0; i < npages; i++)
4623 if (pages[i])
4624 __free_page(pages[i]);
Trond Myklebust331818f2012-02-03 18:30:53 -05004625 if (res.acl_scratch)
4626 __free_page(res.acl_scratch);
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004627 return ret;
4628}
4629
Trond Myklebust16b42892006-08-24 12:27:15 -04004630static ssize_t nfs4_get_acl_uncached(struct inode *inode, void *buf, size_t buflen)
4631{
4632 struct nfs4_exception exception = { };
4633 ssize_t ret;
4634 do {
4635 ret = __nfs4_get_acl_uncached(inode, buf, buflen);
Trond Myklebustc1578b72013-08-12 16:58:42 -04004636 trace_nfs4_get_acl(inode, ret);
Trond Myklebust16b42892006-08-24 12:27:15 -04004637 if (ret >= 0)
4638 break;
4639 ret = nfs4_handle_exception(NFS_SERVER(inode), ret, &exception);
4640 } while (exception.retry);
4641 return ret;
4642}
4643
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004644static ssize_t nfs4_proc_get_acl(struct inode *inode, void *buf, size_t buflen)
4645{
4646 struct nfs_server *server = NFS_SERVER(inode);
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004647 int ret;
4648
4649 if (!nfs4_server_supports_acls(server))
4650 return -EOPNOTSUPP;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004651 ret = nfs_revalidate_inode(server, inode);
4652 if (ret < 0)
4653 return ret;
Aneesh Kumar K.V08a22b32010-12-01 10:42:16 +00004654 if (NFS_I(inode)->cache_validity & NFS_INO_INVALID_ACL)
4655 nfs_zap_acl_cache(inode);
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004656 ret = nfs4_read_cached_acl(inode, buf, buflen);
4657 if (ret != -ENOENT)
Andy Adamsonbf118a32011-12-07 11:55:27 -05004658 /* -ENOENT is returned if there is no ACL or if there is an ACL
4659 * but no cached acl data, just the acl length */
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004660 return ret;
4661 return nfs4_get_acl_uncached(inode, buf, buflen);
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004662}
4663
Trond Myklebust16b42892006-08-24 12:27:15 -04004664static int __nfs4_proc_set_acl(struct inode *inode, const void *buf, size_t buflen)
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00004665{
4666 struct nfs_server *server = NFS_SERVER(inode);
4667 struct page *pages[NFS4ACL_MAXPAGES];
4668 struct nfs_setaclargs arg = {
4669 .fh = NFS_FH(inode),
4670 .acl_pages = pages,
4671 .acl_len = buflen,
4672 };
Benny Halevy73c403a2009-04-01 09:22:01 -04004673 struct nfs_setaclres res;
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00004674 struct rpc_message msg = {
4675 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETACL],
4676 .rpc_argp = &arg,
Benny Halevy73c403a2009-04-01 09:22:01 -04004677 .rpc_resp = &res,
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00004678 };
Trond Myklebust21f498c2012-08-24 10:59:25 -04004679 unsigned int npages = DIV_ROUND_UP(buflen, PAGE_SIZE);
Neil Hormane9e3d722011-03-04 19:26:03 -05004680 int ret, i;
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00004681
4682 if (!nfs4_server_supports_acls(server))
4683 return -EOPNOTSUPP;
Trond Myklebust21f498c2012-08-24 10:59:25 -04004684 if (npages > ARRAY_SIZE(pages))
4685 return -ERANGE;
Neil Hormane9e3d722011-03-04 19:26:03 -05004686 i = buf_to_pages_noslab(buf, buflen, arg.acl_pages, &arg.acl_pgbase);
4687 if (i < 0)
4688 return i;
Bryan Schumaker57ec14c2012-06-20 15:53:44 -04004689 nfs4_inode_return_delegation(inode);
Bryan Schumaker7c513052011-03-24 17:12:24 +00004690 ret = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, &res.seq_res, 1);
Neil Hormane9e3d722011-03-04 19:26:03 -05004691
4692 /*
4693 * Free each page after tx, so the only ref left is
4694 * held by the network stack
4695 */
4696 for (; i > 0; i--)
4697 put_page(pages[i-1]);
4698
Aneesh Kumar K.V08a22b32010-12-01 10:42:16 +00004699 /*
4700 * Acl update can result in inode attribute update.
4701 * so mark the attribute cache invalid.
4702 */
4703 spin_lock(&inode->i_lock);
4704 NFS_I(inode)->cache_validity |= NFS_INO_INVALID_ATTR;
4705 spin_unlock(&inode->i_lock);
Trond Myklebustf41f7412008-06-11 17:39:04 -04004706 nfs_access_zap_cache(inode);
4707 nfs_zap_acl_cache(inode);
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00004708 return ret;
4709}
4710
Trond Myklebust16b42892006-08-24 12:27:15 -04004711static int nfs4_proc_set_acl(struct inode *inode, const void *buf, size_t buflen)
4712{
4713 struct nfs4_exception exception = { };
4714 int err;
4715 do {
Trond Myklebustc1578b72013-08-12 16:58:42 -04004716 err = __nfs4_proc_set_acl(inode, buf, buflen);
4717 trace_nfs4_set_acl(inode, err);
4718 err = nfs4_handle_exception(NFS_SERVER(inode), err,
Trond Myklebust16b42892006-08-24 12:27:15 -04004719 &exception);
4720 } while (exception.retry);
4721 return err;
4722}
4723
David Quigleyaa9c2662013-05-22 12:50:44 -04004724#ifdef CONFIG_NFS_V4_SECURITY_LABEL
4725static int _nfs4_get_security_label(struct inode *inode, void *buf,
4726 size_t buflen)
4727{
4728 struct nfs_server *server = NFS_SERVER(inode);
4729 struct nfs_fattr fattr;
4730 struct nfs4_label label = {0, 0, buflen, buf};
4731
4732 u32 bitmask[3] = { 0, 0, FATTR4_WORD2_SECURITY_LABEL };
Trond Myklebustfcb63a92013-11-01 12:42:25 -04004733 struct nfs4_getattr_arg arg = {
David Quigleyaa9c2662013-05-22 12:50:44 -04004734 .fh = NFS_FH(inode),
4735 .bitmask = bitmask,
4736 };
4737 struct nfs4_getattr_res res = {
4738 .fattr = &fattr,
4739 .label = &label,
4740 .server = server,
4741 };
4742 struct rpc_message msg = {
4743 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GETATTR],
Trond Myklebustfcb63a92013-11-01 12:42:25 -04004744 .rpc_argp = &arg,
David Quigleyaa9c2662013-05-22 12:50:44 -04004745 .rpc_resp = &res,
4746 };
4747 int ret;
4748
4749 nfs_fattr_init(&fattr);
4750
Trond Myklebustfcb63a92013-11-01 12:42:25 -04004751 ret = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, &res.seq_res, 0);
David Quigleyaa9c2662013-05-22 12:50:44 -04004752 if (ret)
4753 return ret;
4754 if (!(fattr.valid & NFS_ATTR_FATTR_V4_SECURITY_LABEL))
4755 return -ENOENT;
4756 if (buflen < label.len)
4757 return -ERANGE;
4758 return 0;
4759}
4760
4761static int nfs4_get_security_label(struct inode *inode, void *buf,
4762 size_t buflen)
4763{
4764 struct nfs4_exception exception = { };
4765 int err;
4766
4767 if (!nfs_server_capable(inode, NFS_CAP_SECURITY_LABEL))
4768 return -EOPNOTSUPP;
4769
4770 do {
Trond Myklebustc1578b72013-08-12 16:58:42 -04004771 err = _nfs4_get_security_label(inode, buf, buflen);
4772 trace_nfs4_get_security_label(inode, err);
4773 err = nfs4_handle_exception(NFS_SERVER(inode), err,
David Quigleyaa9c2662013-05-22 12:50:44 -04004774 &exception);
4775 } while (exception.retry);
4776 return err;
4777}
4778
4779static int _nfs4_do_set_security_label(struct inode *inode,
4780 struct nfs4_label *ilabel,
4781 struct nfs_fattr *fattr,
4782 struct nfs4_label *olabel)
4783{
4784
4785 struct iattr sattr = {0};
4786 struct nfs_server *server = NFS_SERVER(inode);
4787 const u32 bitmask[3] = { 0, 0, FATTR4_WORD2_SECURITY_LABEL };
Jeff Layton12207f62013-11-01 10:49:32 -04004788 struct nfs_setattrargs arg = {
David Quigleyaa9c2662013-05-22 12:50:44 -04004789 .fh = NFS_FH(inode),
4790 .iap = &sattr,
4791 .server = server,
4792 .bitmask = bitmask,
4793 .label = ilabel,
4794 };
4795 struct nfs_setattrres res = {
4796 .fattr = fattr,
4797 .label = olabel,
4798 .server = server,
4799 };
4800 struct rpc_message msg = {
4801 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETATTR],
Jeff Layton12207f62013-11-01 10:49:32 -04004802 .rpc_argp = &arg,
David Quigleyaa9c2662013-05-22 12:50:44 -04004803 .rpc_resp = &res,
4804 };
4805 int status;
4806
Jeff Layton12207f62013-11-01 10:49:32 -04004807 nfs4_stateid_copy(&arg.stateid, &zero_stateid);
David Quigleyaa9c2662013-05-22 12:50:44 -04004808
Jeff Layton12207f62013-11-01 10:49:32 -04004809 status = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, &res.seq_res, 1);
David Quigleyaa9c2662013-05-22 12:50:44 -04004810 if (status)
4811 dprintk("%s failed: %d\n", __func__, status);
4812
4813 return status;
4814}
4815
4816static int nfs4_do_set_security_label(struct inode *inode,
4817 struct nfs4_label *ilabel,
4818 struct nfs_fattr *fattr,
4819 struct nfs4_label *olabel)
4820{
4821 struct nfs4_exception exception = { };
4822 int err;
4823
4824 do {
Trond Myklebustc1578b72013-08-12 16:58:42 -04004825 err = _nfs4_do_set_security_label(inode, ilabel,
4826 fattr, olabel);
4827 trace_nfs4_set_security_label(inode, err);
4828 err = nfs4_handle_exception(NFS_SERVER(inode), err,
David Quigleyaa9c2662013-05-22 12:50:44 -04004829 &exception);
4830 } while (exception.retry);
4831 return err;
4832}
4833
4834static int
4835nfs4_set_security_label(struct dentry *dentry, const void *buf, size_t buflen)
4836{
4837 struct nfs4_label ilabel, *olabel = NULL;
4838 struct nfs_fattr fattr;
4839 struct rpc_cred *cred;
David Howells2b0143b2015-03-17 22:25:59 +00004840 struct inode *inode = d_inode(dentry);
David Quigleyaa9c2662013-05-22 12:50:44 -04004841 int status;
4842
4843 if (!nfs_server_capable(inode, NFS_CAP_SECURITY_LABEL))
4844 return -EOPNOTSUPP;
4845
4846 nfs_fattr_init(&fattr);
4847
4848 ilabel.pi = 0;
4849 ilabel.lfs = 0;
4850 ilabel.label = (char *)buf;
4851 ilabel.len = buflen;
4852
4853 cred = rpc_lookup_cred();
4854 if (IS_ERR(cred))
4855 return PTR_ERR(cred);
4856
4857 olabel = nfs4_label_alloc(NFS_SERVER(inode), GFP_KERNEL);
4858 if (IS_ERR(olabel)) {
4859 status = -PTR_ERR(olabel);
4860 goto out;
4861 }
4862
4863 status = nfs4_do_set_security_label(inode, &ilabel, &fattr, olabel);
4864 if (status == 0)
4865 nfs_setsecurity(inode, &fattr, olabel);
4866
4867 nfs4_label_free(olabel);
4868out:
4869 put_rpccred(cred);
4870 return status;
4871}
4872#endif /* CONFIG_NFS_V4_SECURITY_LABEL */
4873
4874
Linus Torvalds1da177e2005-04-16 15:20:36 -07004875static int
NeilBrown8478eaa2014-09-18 16:09:27 +10004876nfs4_async_handle_error(struct rpc_task *task, const struct nfs_server *server,
4877 struct nfs4_state *state, long *timeout)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004878{
Trond Myklebustaa5190d2010-06-16 09:52:25 -04004879 struct nfs_client *clp = server->nfs_client;
4880
4881 if (task->tk_status >= 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004882 return 0;
4883 switch(task->tk_status) {
Trond Myklebusta1d0b5e2012-03-05 19:56:44 -05004884 case -NFS4ERR_DELEG_REVOKED:
Trond Myklebust9e33bed2008-12-23 15:21:46 -05004885 case -NFS4ERR_ADMIN_REVOKED:
4886 case -NFS4ERR_BAD_STATEID:
4887 case -NFS4ERR_OPENMODE:
4888 if (state == NULL)
4889 break;
Trond Myklebust5d422302013-03-14 16:57:48 -04004890 if (nfs4_schedule_stateid_recovery(server, state) < 0)
Chuck Lever9f51a782013-10-17 14:13:13 -04004891 goto recovery_failed;
Trond Myklebust0400a6b2011-03-09 16:00:53 -05004892 goto wait_on_recovery;
Trond Myklebust0ced63d2011-05-26 14:26:35 -04004893 case -NFS4ERR_EXPIRED:
Trond Myklebust5d422302013-03-14 16:57:48 -04004894 if (state != NULL) {
4895 if (nfs4_schedule_stateid_recovery(server, state) < 0)
Chuck Lever9f51a782013-10-17 14:13:13 -04004896 goto recovery_failed;
Trond Myklebust5d422302013-03-14 16:57:48 -04004897 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004898 case -NFS4ERR_STALE_STATEID:
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -05004899 case -NFS4ERR_STALE_CLIENTID:
Trond Myklebust0400a6b2011-03-09 16:00:53 -05004900 nfs4_schedule_lease_recovery(clp);
4901 goto wait_on_recovery;
Chuck Lever519ae252013-10-17 14:13:19 -04004902 case -NFS4ERR_MOVED:
4903 if (nfs4_schedule_migration_recovery(server) < 0)
4904 goto recovery_failed;
4905 goto wait_on_recovery;
Chuck Lever8ef2f8d2013-10-17 14:13:41 -04004906 case -NFS4ERR_LEASE_MOVED:
4907 nfs4_schedule_lease_moved_recovery(clp);
4908 goto wait_on_recovery;
Andy Adamson4745e312009-04-01 09:22:42 -04004909#if defined(CONFIG_NFS_V4_1)
4910 case -NFS4ERR_BADSESSION:
4911 case -NFS4ERR_BADSLOT:
4912 case -NFS4ERR_BAD_HIGH_SLOT:
4913 case -NFS4ERR_DEADSESSION:
4914 case -NFS4ERR_CONN_NOT_BOUND_TO_SESSION:
4915 case -NFS4ERR_SEQ_FALSE_RETRY:
4916 case -NFS4ERR_SEQ_MISORDERED:
4917 dprintk("%s ERROR %d, Reset session\n", __func__,
4918 task->tk_status);
Trond Myklebust9f594792012-05-27 13:02:53 -04004919 nfs4_schedule_session_recovery(clp->cl_session, task->tk_status);
Andy Adamson4a82fd72013-11-15 16:36:16 -05004920 goto wait_on_recovery;
Andy Adamson4745e312009-04-01 09:22:42 -04004921#endif /* CONFIG_NFS_V4_1 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07004922 case -NFS4ERR_DELAY:
Trond Myklebustaa5190d2010-06-16 09:52:25 -04004923 nfs_inc_server_stats(server, NFSIOS_DELAY);
NeilBrown8478eaa2014-09-18 16:09:27 +10004924 rpc_delay(task, nfs4_update_delay(timeout));
4925 goto restart_call;
Chuck Lever006ea732006-03-20 13:44:14 -05004926 case -NFS4ERR_GRACE:
Linus Torvalds1da177e2005-04-16 15:20:36 -07004927 rpc_delay(task, NFS4_POLL_RETRY_MAX);
Andy Adamsona8a4ae32011-05-03 13:43:03 -04004928 case -NFS4ERR_RETRY_UNCACHED_REP:
Linus Torvalds1da177e2005-04-16 15:20:36 -07004929 case -NFS4ERR_OLD_STATEID:
Chuck Leverf1478c12013-10-17 14:13:07 -04004930 goto restart_call;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004931 }
4932 task->tk_status = nfs4_map_errors(task->tk_status);
4933 return 0;
Chuck Lever9f51a782013-10-17 14:13:13 -04004934recovery_failed:
Trond Myklebust5d422302013-03-14 16:57:48 -04004935 task->tk_status = -EIO;
4936 return 0;
Trond Myklebust0400a6b2011-03-09 16:00:53 -05004937wait_on_recovery:
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -05004938 rpc_sleep_on(&clp->cl_rpcwaitq, task, NULL);
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -05004939 if (test_bit(NFS4CLNT_MANAGER_RUNNING, &clp->cl_state) == 0)
4940 rpc_wake_up_queued_task(&clp->cl_rpcwaitq, task);
Chuck Lever519ae252013-10-17 14:13:19 -04004941 if (test_bit(NFS_MIG_FAILED, &server->mig_status))
4942 goto recovery_failed;
Chuck Leverf1478c12013-10-17 14:13:07 -04004943restart_call:
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -05004944 task->tk_status = 0;
4945 return -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004946}
4947
Chuck Leverf0920752012-05-21 22:45:41 -04004948static void nfs4_init_boot_verifier(const struct nfs_client *clp,
4949 nfs4_verifier *bootverf)
Chuck Levercd937102012-03-02 17:14:31 -05004950{
4951 __be32 verf[2];
4952
Chuck Lever2c820d92012-05-21 22:45:33 -04004953 if (test_bit(NFS4CLNT_PURGE_STATE, &clp->cl_state)) {
4954 /* An impossible timestamp guarantees this value
4955 * will never match a generated boot time. */
4956 verf[0] = 0;
Trond Myklebust17f26b12013-08-21 15:48:42 -04004957 verf[1] = cpu_to_be32(NSEC_PER_SEC + 1);
Chuck Lever2c820d92012-05-21 22:45:33 -04004958 } else {
Chuck Leverf0920752012-05-21 22:45:41 -04004959 struct nfs_net *nn = net_generic(clp->cl_net, nfs_net_id);
Trond Myklebust17f26b12013-08-21 15:48:42 -04004960 verf[0] = cpu_to_be32(nn->boot_time.tv_sec);
4961 verf[1] = cpu_to_be32(nn->boot_time.tv_nsec);
Chuck Lever2c820d92012-05-21 22:45:33 -04004962 }
Chuck Levercd937102012-03-02 17:14:31 -05004963 memcpy(bootverf->data, verf, sizeof(bootverf->data));
4964}
4965
Jeff Laytona3192682015-06-09 19:43:59 -04004966static int
4967nfs4_init_nonuniform_client_string(struct nfs_client *clp)
Chuck Levere984a552012-09-14 17:24:21 -04004968{
Jeff Laytona3192682015-06-09 19:43:59 -04004969 int result;
4970 size_t len;
4971 char *str;
4972 bool retried = false;
Chuck Levere984a552012-09-14 17:24:21 -04004973
Trond Myklebustceb3a162015-01-03 15:16:04 -05004974 if (clp->cl_owner_id != NULL)
Jeff Laytona3192682015-06-09 19:43:59 -04004975 return 0;
4976retry:
4977 rcu_read_lock();
4978 len = 10 + strlen(clp->cl_ipaddr) + 1 +
4979 strlen(rpc_peeraddr2str(clp->cl_rpcclient, RPC_DISPLAY_ADDR)) +
4980 1 +
4981 strlen(rpc_peeraddr2str(clp->cl_rpcclient, RPC_DISPLAY_PROTO)) +
4982 1;
4983 rcu_read_unlock();
4984
4985 if (len > NFS4_OPAQUE_LIMIT + 1)
4986 return -EINVAL;
4987
4988 /*
4989 * Since this string is allocated at mount time, and held until the
4990 * nfs_client is destroyed, we can use GFP_KERNEL here w/o worrying
4991 * about a memory-reclaim deadlock.
4992 */
4993 str = kmalloc(len, GFP_KERNEL);
4994 if (!str)
4995 return -ENOMEM;
Trond Myklebustceb3a162015-01-03 15:16:04 -05004996
Chuck Levere984a552012-09-14 17:24:21 -04004997 rcu_read_lock();
Jeff Laytona3192682015-06-09 19:43:59 -04004998 result = scnprintf(str, len, "Linux NFSv4.0 %s/%s %s",
4999 clp->cl_ipaddr,
5000 rpc_peeraddr2str(clp->cl_rpcclient, RPC_DISPLAY_ADDR),
5001 rpc_peeraddr2str(clp->cl_rpcclient, RPC_DISPLAY_PROTO));
Chuck Levere984a552012-09-14 17:24:21 -04005002 rcu_read_unlock();
Jeff Laytona3192682015-06-09 19:43:59 -04005003
5004 /* Did something change? */
5005 if (result >= len) {
5006 kfree(str);
5007 if (retried)
5008 return -EINVAL;
5009 retried = true;
5010 goto retry;
5011 }
5012 clp->cl_owner_id = str;
5013 return 0;
Chuck Levere984a552012-09-14 17:24:21 -04005014}
5015
Jeff Layton873e3852015-06-09 19:44:00 -04005016static int
5017nfs4_init_uniquifier_client_string(struct nfs_client *clp)
Chuck Levere984a552012-09-14 17:24:21 -04005018{
Jeff Layton873e3852015-06-09 19:44:00 -04005019 int result;
5020 size_t len;
5021 char *str;
5022
5023 len = 10 + 10 + 1 + 10 + 1 +
5024 strlen(nfs4_client_id_uniquifier) + 1 +
5025 strlen(clp->cl_rpcclient->cl_nodename) + 1;
5026
5027 if (len > NFS4_OPAQUE_LIMIT + 1)
5028 return -EINVAL;
5029
5030 /*
5031 * Since this string is allocated at mount time, and held until the
5032 * nfs_client is destroyed, we can use GFP_KERNEL here w/o worrying
5033 * about a memory-reclaim deadlock.
5034 */
5035 str = kmalloc(len, GFP_KERNEL);
5036 if (!str)
5037 return -ENOMEM;
5038
5039 result = scnprintf(str, len, "Linux NFSv%u.%u %s/%s",
5040 clp->rpc_ops->version, clp->cl_minorversion,
5041 nfs4_client_id_uniquifier,
5042 clp->cl_rpcclient->cl_nodename);
5043 if (result >= len) {
5044 kfree(str);
5045 return -EINVAL;
5046 }
5047 clp->cl_owner_id = str;
5048 return 0;
5049}
5050
5051static int
5052nfs4_init_uniform_client_string(struct nfs_client *clp)
5053{
5054 int result;
5055 size_t len;
5056 char *str;
Trond Myklebustceb3a162015-01-03 15:16:04 -05005057
5058 if (clp->cl_owner_id != NULL)
Jeff Layton873e3852015-06-09 19:44:00 -04005059 return 0;
Chuck Lever6f2ea7f2012-09-14 17:24:41 -04005060
5061 if (nfs4_client_id_uniquifier[0] != '\0')
Jeff Layton873e3852015-06-09 19:44:00 -04005062 return nfs4_init_uniquifier_client_string(clp);
5063
5064 len = 10 + 10 + 1 + 10 + 1 +
5065 strlen(clp->cl_rpcclient->cl_nodename) + 1;
5066
5067 if (len > NFS4_OPAQUE_LIMIT + 1)
5068 return -EINVAL;
5069
5070 /*
5071 * Since this string is allocated at mount time, and held until the
5072 * nfs_client is destroyed, we can use GFP_KERNEL here w/o worrying
5073 * about a memory-reclaim deadlock.
5074 */
5075 str = kmalloc(len, GFP_KERNEL);
5076 if (!str)
5077 return -ENOMEM;
5078
5079 result = scnprintf(str, len, "Linux NFSv%u.%u %s",
5080 clp->rpc_ops->version, clp->cl_minorversion,
5081 clp->cl_rpcclient->cl_nodename);
5082 if (result >= len) {
5083 kfree(str);
5084 return -EINVAL;
5085 }
5086 clp->cl_owner_id = str;
5087 return 0;
Chuck Levere984a552012-09-14 17:24:21 -04005088}
5089
Chuck Lever706cb8d2014-03-12 12:51:47 -04005090/*
5091 * nfs4_callback_up_net() starts only "tcp" and "tcp6" callback
5092 * services. Advertise one based on the address family of the
5093 * clientaddr.
5094 */
5095static unsigned int
5096nfs4_init_callback_netid(const struct nfs_client *clp, char *buf, size_t len)
5097{
5098 if (strchr(clp->cl_ipaddr, ':') != NULL)
5099 return scnprintf(buf, len, "tcp6");
5100 else
5101 return scnprintf(buf, len, "tcp");
5102}
5103
Jeff Laytonf11b2a12014-06-21 20:52:17 -04005104static void nfs4_setclientid_done(struct rpc_task *task, void *calldata)
5105{
5106 struct nfs4_setclientid *sc = calldata;
5107
5108 if (task->tk_status == 0)
5109 sc->sc_cred = get_rpccred(task->tk_rqstp->rq_cred);
5110}
5111
5112static const struct rpc_call_ops nfs4_setclientid_ops = {
5113 .rpc_call_done = nfs4_setclientid_done,
5114};
5115
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04005116/**
5117 * nfs4_proc_setclientid - Negotiate client ID
5118 * @clp: state data structure
5119 * @program: RPC program for NFSv4 callback service
5120 * @port: IP port number for NFS4 callback service
5121 * @cred: RPC credential to use for this call
5122 * @res: where to place the result
5123 *
5124 * Returns zero, a negative errno, or a negative NFS4ERR status code.
5125 */
Trond Myklebustbb8b27e2010-04-16 16:43:06 -04005126int nfs4_proc_setclientid(struct nfs_client *clp, u32 program,
5127 unsigned short port, struct rpc_cred *cred,
5128 struct nfs4_setclientid_res *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005129{
5130 nfs4_verifier sc_verifier;
5131 struct nfs4_setclientid setclientid = {
5132 .sc_verifier = &sc_verifier,
5133 .sc_prog = program,
Jeff Layton3a6bb732015-06-09 19:43:57 -04005134 .sc_clnt = clp,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005135 };
5136 struct rpc_message msg = {
5137 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETCLIENTID],
5138 .rpc_argp = &setclientid,
Trond Myklebustbb8b27e2010-04-16 16:43:06 -04005139 .rpc_resp = res,
Trond Myklebust286d7d62006-01-03 09:55:26 +01005140 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005141 };
Jeff Laytonf11b2a12014-06-21 20:52:17 -04005142 struct rpc_task *task;
5143 struct rpc_task_setup task_setup_data = {
5144 .rpc_client = clp->cl_rpcclient,
5145 .rpc_message = &msg,
5146 .callback_ops = &nfs4_setclientid_ops,
5147 .callback_data = &setclientid,
5148 .flags = RPC_TASK_TIMEOUT,
5149 };
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04005150 int status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005151
Chuck Leverde734832012-07-11 16:30:50 -04005152 /* nfs_client_id4 */
Chuck Leverf0920752012-05-21 22:45:41 -04005153 nfs4_init_boot_verifier(clp, &sc_verifier);
Jeff Layton873e3852015-06-09 19:44:00 -04005154
5155 if (test_bit(NFS_CS_MIGRATION, &clp->cl_flags))
5156 status = nfs4_init_uniform_client_string(clp);
5157 else
Jeff Laytona3192682015-06-09 19:43:59 -04005158 status = nfs4_init_nonuniform_client_string(clp);
Jeff Layton873e3852015-06-09 19:44:00 -04005159
5160 if (status)
5161 goto out;
Jeff Layton3a6bb732015-06-09 19:43:57 -04005162
Chuck Leverde734832012-07-11 16:30:50 -04005163 /* cb_client4 */
Chuck Lever706cb8d2014-03-12 12:51:47 -04005164 setclientid.sc_netid_len =
5165 nfs4_init_callback_netid(clp,
5166 setclientid.sc_netid,
5167 sizeof(setclientid.sc_netid));
Chuck Leverde734832012-07-11 16:30:50 -04005168 setclientid.sc_uaddr_len = scnprintf(setclientid.sc_uaddr,
Chuck Leverd4d3c502007-12-10 14:57:09 -05005169 sizeof(setclientid.sc_uaddr), "%s.%u.%u",
Linus Torvalds1da177e2005-04-16 15:20:36 -07005170 clp->cl_ipaddr, port >> 8, port & 255);
5171
Jeff Layton3a6bb732015-06-09 19:43:57 -04005172 dprintk("NFS call setclientid auth=%s, '%s'\n",
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04005173 clp->cl_rpcclient->cl_auth->au_ops->au_name,
Jeff Layton3a6bb732015-06-09 19:43:57 -04005174 clp->cl_owner_id);
Jeff Laytonf11b2a12014-06-21 20:52:17 -04005175 task = rpc_run_task(&task_setup_data);
5176 if (IS_ERR(task)) {
5177 status = PTR_ERR(task);
5178 goto out;
5179 }
5180 status = task->tk_status;
5181 if (setclientid.sc_cred) {
5182 clp->cl_acceptor = rpcauth_stringify_acceptor(setclientid.sc_cred);
5183 put_rpccred(setclientid.sc_cred);
5184 }
5185 rpc_put_task(task);
5186out:
Trond Myklebustc6d01c62013-08-09 11:51:26 -04005187 trace_nfs4_setclientid(clp, status);
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04005188 dprintk("NFS reply setclientid: %d\n", status);
5189 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005190}
5191
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04005192/**
5193 * nfs4_proc_setclientid_confirm - Confirm client ID
5194 * @clp: state data structure
5195 * @res: result of a previous SETCLIENTID
5196 * @cred: RPC credential to use for this call
5197 *
5198 * Returns zero, a negative errno, or a negative NFS4ERR status code.
5199 */
Trond Myklebustfd954ae2011-04-24 14:28:18 -04005200int nfs4_proc_setclientid_confirm(struct nfs_client *clp,
Trond Myklebustbb8b27e2010-04-16 16:43:06 -04005201 struct nfs4_setclientid_res *arg,
5202 struct rpc_cred *cred)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005203{
Linus Torvalds1da177e2005-04-16 15:20:36 -07005204 struct rpc_message msg = {
5205 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETCLIENTID_CONFIRM],
Trond Myklebustbb8b27e2010-04-16 16:43:06 -04005206 .rpc_argp = arg,
Trond Myklebust286d7d62006-01-03 09:55:26 +01005207 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005208 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07005209 int status;
5210
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04005211 dprintk("NFS call setclientid_confirm auth=%s, (client ID %llx)\n",
5212 clp->cl_rpcclient->cl_auth->au_ops->au_name,
5213 clp->cl_clientid);
Trond Myklebust1bd714f2011-04-24 14:29:33 -04005214 status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Trond Myklebustc6d01c62013-08-09 11:51:26 -04005215 trace_nfs4_setclientid_confirm(clp, status);
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04005216 dprintk("NFS reply setclientid_confirm: %d\n", status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005217 return status;
5218}
5219
Trond Myklebustfe650402006-01-03 09:55:18 +01005220struct nfs4_delegreturndata {
5221 struct nfs4_delegreturnargs args;
Trond Myklebustfa178f22006-01-03 09:55:38 +01005222 struct nfs4_delegreturnres res;
Trond Myklebustfe650402006-01-03 09:55:18 +01005223 struct nfs_fh fh;
5224 nfs4_stateid stateid;
Trond Myklebust26e976a2006-01-03 09:55:21 +01005225 unsigned long timestamp;
Trond Myklebustfa178f22006-01-03 09:55:38 +01005226 struct nfs_fattr fattr;
Trond Myklebustfe650402006-01-03 09:55:18 +01005227 int rpc_status;
Peng Tao039b7562014-07-03 13:05:02 +08005228 struct inode *inode;
5229 bool roc;
5230 u32 roc_barrier;
Trond Myklebustfe650402006-01-03 09:55:18 +01005231};
5232
Trond Myklebustfe650402006-01-03 09:55:18 +01005233static void nfs4_delegreturn_done(struct rpc_task *task, void *calldata)
5234{
5235 struct nfs4_delegreturndata *data = calldata;
Andy Adamson938e1012009-04-01 09:22:28 -04005236
Trond Myklebust14516c32010-07-31 14:29:06 -04005237 if (!nfs4_sequence_done(task, &data->res.seq_res))
5238 return;
Andy Adamson938e1012009-04-01 09:22:28 -04005239
Trond Myklebustca8acf82013-08-13 10:36:56 -04005240 trace_nfs4_delegreturn_exit(&data->args, &data->res, task->tk_status);
Ricardo Labiaga79708862009-12-07 09:23:21 -05005241 switch (task->tk_status) {
Ricardo Labiaga79708862009-12-07 09:23:21 -05005242 case 0:
Trond Myklebustfa178f22006-01-03 09:55:38 +01005243 renew_lease(data->res.server, data->timestamp);
Trond Myklebustc97cf602013-11-19 16:34:14 -05005244 case -NFS4ERR_ADMIN_REVOKED:
5245 case -NFS4ERR_DELEG_REVOKED:
5246 case -NFS4ERR_BAD_STATEID:
5247 case -NFS4ERR_OLD_STATEID:
5248 case -NFS4ERR_STALE_STATEID:
5249 case -NFS4ERR_EXPIRED:
5250 task->tk_status = 0;
Peng Tao039b7562014-07-03 13:05:02 +08005251 if (data->roc)
5252 pnfs_roc_set_barrier(data->inode, data->roc_barrier);
Trond Myklebustc97cf602013-11-19 16:34:14 -05005253 break;
Ricardo Labiaga79708862009-12-07 09:23:21 -05005254 default:
NeilBrown8478eaa2014-09-18 16:09:27 +10005255 if (nfs4_async_handle_error(task, data->res.server,
5256 NULL, NULL) == -EAGAIN) {
Trond Myklebustd00c5d42011-10-19 12:17:29 -07005257 rpc_restart_call_prepare(task);
Ricardo Labiaga79708862009-12-07 09:23:21 -05005258 return;
5259 }
5260 }
5261 data->rpc_status = task->tk_status;
Trond Myklebustfe650402006-01-03 09:55:18 +01005262}
5263
5264static void nfs4_delegreturn_release(void *calldata)
5265{
Peng Tao039b7562014-07-03 13:05:02 +08005266 struct nfs4_delegreturndata *data = calldata;
Trond Myklebustea7c38f2015-02-05 15:13:24 -05005267 struct inode *inode = data->inode;
Peng Tao039b7562014-07-03 13:05:02 +08005268
Trond Myklebustea7c38f2015-02-05 15:13:24 -05005269 if (inode) {
5270 if (data->roc)
5271 pnfs_roc_release(inode);
5272 nfs_iput_and_deactive(inode);
5273 }
Trond Myklebustfe650402006-01-03 09:55:18 +01005274 kfree(calldata);
5275}
5276
Andy Adamson938e1012009-04-01 09:22:28 -04005277static void nfs4_delegreturn_prepare(struct rpc_task *task, void *data)
5278{
5279 struct nfs4_delegreturndata *d_data;
5280
5281 d_data = (struct nfs4_delegreturndata *)data;
5282
Peng Tao039b7562014-07-03 13:05:02 +08005283 if (d_data->roc &&
5284 pnfs_roc_drain(d_data->inode, &d_data->roc_barrier, task))
5285 return;
5286
Trond Myklebustd9afbd12012-10-22 20:28:44 -04005287 nfs4_setup_sequence(d_data->res.server,
5288 &d_data->args.seq_args,
5289 &d_data->res.seq_res,
5290 task);
Andy Adamson938e1012009-04-01 09:22:28 -04005291}
Andy Adamson938e1012009-04-01 09:22:28 -04005292
Jesper Juhlc8d149f2006-03-20 13:44:07 -05005293static const struct rpc_call_ops nfs4_delegreturn_ops = {
Andy Adamson938e1012009-04-01 09:22:28 -04005294 .rpc_call_prepare = nfs4_delegreturn_prepare,
Trond Myklebustfe650402006-01-03 09:55:18 +01005295 .rpc_call_done = nfs4_delegreturn_done,
5296 .rpc_release = nfs4_delegreturn_release,
5297};
5298
Trond Myklebuste6f81072008-01-24 18:14:34 -05005299static int _nfs4_proc_delegreturn(struct inode *inode, struct rpc_cred *cred, const nfs4_stateid *stateid, int issync)
Trond Myklebustfe650402006-01-03 09:55:18 +01005300{
5301 struct nfs4_delegreturndata *data;
Trond Myklebustfa178f22006-01-03 09:55:38 +01005302 struct nfs_server *server = NFS_SERVER(inode);
Trond Myklebustfe650402006-01-03 09:55:18 +01005303 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04005304 struct rpc_message msg = {
5305 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_DELEGRETURN],
5306 .rpc_cred = cred,
5307 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04005308 struct rpc_task_setup task_setup_data = {
5309 .rpc_client = server->client,
Trond Myklebust5138fde2007-07-14 15:40:01 -04005310 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04005311 .callback_ops = &nfs4_delegreturn_ops,
5312 .flags = RPC_TASK_ASYNC,
5313 };
Trond Myklebuste6f81072008-01-24 18:14:34 -05005314 int status = 0;
Trond Myklebustfe650402006-01-03 09:55:18 +01005315
Trond Myklebust8535b2b2010-05-13 12:51:01 -04005316 data = kzalloc(sizeof(*data), GFP_NOFS);
Trond Myklebustfe650402006-01-03 09:55:18 +01005317 if (data == NULL)
5318 return -ENOMEM;
Chuck Levera9c92d62013-08-09 12:48:18 -04005319 nfs4_init_sequence(&data->args.seq_args, &data->res.seq_res, 1);
Trond Myklebustfe650402006-01-03 09:55:18 +01005320 data->args.fhandle = &data->fh;
5321 data->args.stateid = &data->stateid;
Trond Myklebust9e907fe2012-04-27 13:48:17 -04005322 data->args.bitmask = server->cache_consistency_bitmask;
Trond Myklebustfe650402006-01-03 09:55:18 +01005323 nfs_copy_fh(&data->fh, NFS_FH(inode));
Trond Myklebustf597c532012-03-04 18:13:56 -05005324 nfs4_stateid_copy(&data->stateid, stateid);
Trond Myklebustfa178f22006-01-03 09:55:38 +01005325 data->res.fattr = &data->fattr;
5326 data->res.server = server;
Trond Myklebust5138fde2007-07-14 15:40:01 -04005327 nfs_fattr_init(data->res.fattr);
Trond Myklebust26e976a2006-01-03 09:55:21 +01005328 data->timestamp = jiffies;
Trond Myklebustfe650402006-01-03 09:55:18 +01005329 data->rpc_status = 0;
Trond Myklebustea7c38f2015-02-05 15:13:24 -05005330 data->inode = nfs_igrab_and_active(inode);
5331 if (data->inode)
5332 data->roc = nfs4_roc(inode);
Trond Myklebustfe650402006-01-03 09:55:18 +01005333
Trond Myklebustc970aa82007-07-14 15:39:59 -04005334 task_setup_data.callback_data = data;
Trond Myklebust1174dd12010-12-21 10:52:24 -05005335 msg.rpc_argp = &data->args;
5336 msg.rpc_resp = &data->res;
Trond Myklebustc970aa82007-07-14 15:39:59 -04005337 task = rpc_run_task(&task_setup_data);
Trond Myklebust7a1218a2006-03-20 18:11:10 -05005338 if (IS_ERR(task))
Trond Myklebustfe650402006-01-03 09:55:18 +01005339 return PTR_ERR(task);
Trond Myklebuste6f81072008-01-24 18:14:34 -05005340 if (!issync)
5341 goto out;
Trond Myklebustfe650402006-01-03 09:55:18 +01005342 status = nfs4_wait_for_completion_rpc_task(task);
Trond Myklebuste6f81072008-01-24 18:14:34 -05005343 if (status != 0)
5344 goto out;
5345 status = data->rpc_status;
Trond Myklebuste144cbc2012-04-28 16:05:03 -04005346 if (status == 0)
5347 nfs_post_op_update_inode_force_wcc(inode, &data->fattr);
5348 else
5349 nfs_refresh_inode(inode, &data->fattr);
Trond Myklebuste6f81072008-01-24 18:14:34 -05005350out:
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -05005351 rpc_put_task(task);
Trond Myklebustfe650402006-01-03 09:55:18 +01005352 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005353}
5354
Trond Myklebuste6f81072008-01-24 18:14:34 -05005355int nfs4_proc_delegreturn(struct inode *inode, struct rpc_cred *cred, const nfs4_stateid *stateid, int issync)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005356{
5357 struct nfs_server *server = NFS_SERVER(inode);
5358 struct nfs4_exception exception = { };
5359 int err;
5360 do {
Trond Myklebuste6f81072008-01-24 18:14:34 -05005361 err = _nfs4_proc_delegreturn(inode, cred, stateid, issync);
Trond Myklebustca8acf82013-08-13 10:36:56 -04005362 trace_nfs4_delegreturn(inode, err);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005363 switch (err) {
5364 case -NFS4ERR_STALE_STATEID:
5365 case -NFS4ERR_EXPIRED:
Linus Torvalds1da177e2005-04-16 15:20:36 -07005366 case 0:
5367 return 0;
5368 }
5369 err = nfs4_handle_exception(server, err, &exception);
5370 } while (exception.retry);
5371 return err;
5372}
5373
5374#define NFS4_LOCK_MINTIMEOUT (1 * HZ)
5375#define NFS4_LOCK_MAXTIMEOUT (30 * HZ)
5376
5377/*
5378 * sleep, with exponential backoff, and retry the LOCK operation.
5379 */
5380static unsigned long
5381nfs4_set_lock_task_retry(unsigned long timeout)
5382{
Colin Cross416ad3c2013-05-06 23:50:06 +00005383 freezable_schedule_timeout_killable_unsafe(timeout);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005384 timeout <<= 1;
5385 if (timeout > NFS4_LOCK_MAXTIMEOUT)
5386 return NFS4_LOCK_MAXTIMEOUT;
5387 return timeout;
5388}
5389
Linus Torvalds1da177e2005-04-16 15:20:36 -07005390static int _nfs4_proc_getlk(struct nfs4_state *state, int cmd, struct file_lock *request)
5391{
5392 struct inode *inode = state->inode;
5393 struct nfs_server *server = NFS_SERVER(inode);
David Howells7539bba2006-08-22 20:06:09 -04005394 struct nfs_client *clp = server->nfs_client;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005395 struct nfs_lockt_args arg = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07005396 .fh = NFS_FH(inode),
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005397 .fl = request,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005398 };
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005399 struct nfs_lockt_res res = {
5400 .denied = request,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005401 };
5402 struct rpc_message msg = {
5403 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOCKT],
5404 .rpc_argp = &arg,
5405 .rpc_resp = &res,
5406 .rpc_cred = state->owner->so_cred,
5407 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07005408 struct nfs4_lock_state *lsp;
5409 int status;
5410
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005411 arg.lock_owner.clientid = clp->cl_clientid;
Trond Myklebust8d0a8a92005-06-22 17:16:32 +00005412 status = nfs4_set_lock_state(state, request);
5413 if (status != 0)
5414 goto out;
5415 lsp = request->fl_u.nfs4_fl.owner;
Trond Myklebust48c22eb2012-01-17 22:04:25 -05005416 arg.lock_owner.id = lsp->ls_seqid.owner_id;
Trond Myklebustd035c362010-12-21 10:45:27 -05005417 arg.lock_owner.s_dev = server->s_dev;
Bryan Schumaker7c513052011-03-24 17:12:24 +00005418 status = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, &res.seq_res, 1);
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005419 switch (status) {
5420 case 0:
5421 request->fl_type = F_UNLCK;
5422 break;
5423 case -NFS4ERR_DENIED:
5424 status = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005425 }
J. Bruce Fields70cc6482007-02-22 18:48:53 -05005426 request->fl_ops->fl_release_private(request);
Trond Myklebusta6f951d2013-10-01 14:24:58 -04005427 request->fl_ops = NULL;
Trond Myklebust8d0a8a92005-06-22 17:16:32 +00005428out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07005429 return status;
5430}
5431
5432static int nfs4_proc_getlk(struct nfs4_state *state, int cmd, struct file_lock *request)
5433{
5434 struct nfs4_exception exception = { };
5435 int err;
5436
5437 do {
Trond Myklebustd1b748a2013-08-12 16:35:20 -04005438 err = _nfs4_proc_getlk(state, cmd, request);
5439 trace_nfs4_get_lock(request, state, cmd, err);
5440 err = nfs4_handle_exception(NFS_SERVER(state->inode), err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005441 &exception);
5442 } while (exception.retry);
5443 return err;
5444}
5445
5446static int do_vfs_lock(struct file *file, struct file_lock *fl)
5447{
5448 int res = 0;
5449 switch (fl->fl_flags & (FL_POSIX|FL_FLOCK)) {
5450 case FL_POSIX:
5451 res = posix_lock_file_wait(file, fl);
5452 break;
5453 case FL_FLOCK:
5454 res = flock_lock_file_wait(file, fl);
5455 break;
5456 default:
5457 BUG();
5458 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07005459 return res;
5460}
5461
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005462struct nfs4_unlockdata {
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005463 struct nfs_locku_args arg;
5464 struct nfs_locku_res res;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005465 struct nfs4_lock_state *lsp;
5466 struct nfs_open_context *ctx;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005467 struct file_lock fl;
5468 const struct nfs_server *server;
Trond Myklebust26e976a2006-01-03 09:55:21 +01005469 unsigned long timestamp;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005470};
5471
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005472static struct nfs4_unlockdata *nfs4_alloc_unlockdata(struct file_lock *fl,
5473 struct nfs_open_context *ctx,
5474 struct nfs4_lock_state *lsp,
5475 struct nfs_seqid *seqid)
5476{
5477 struct nfs4_unlockdata *p;
5478 struct inode *inode = lsp->ls_state->inode;
5479
Trond Myklebust8535b2b2010-05-13 12:51:01 -04005480 p = kzalloc(sizeof(*p), GFP_NOFS);
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005481 if (p == NULL)
5482 return NULL;
5483 p->arg.fh = NFS_FH(inode);
5484 p->arg.fl = &p->fl;
5485 p->arg.seqid = seqid;
Trond Myklebustc1d51932008-04-07 13:20:54 -04005486 p->res.seqid = seqid;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005487 p->lsp = lsp;
5488 atomic_inc(&lsp->ls_count);
5489 /* Ensure we don't close file until we're done freeing locks! */
5490 p->ctx = get_nfs_open_context(ctx);
5491 memcpy(&p->fl, fl, sizeof(p->fl));
5492 p->server = NFS_SERVER(inode);
5493 return p;
5494}
5495
Trond Myklebust06f814a2006-01-03 09:55:07 +01005496static void nfs4_locku_release_calldata(void *data)
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005497{
Trond Myklebust963d8fe2006-01-03 09:55:04 +01005498 struct nfs4_unlockdata *calldata = data;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005499 nfs_free_seqid(calldata->arg.seqid);
Trond Myklebust06f814a2006-01-03 09:55:07 +01005500 nfs4_put_lock_state(calldata->lsp);
5501 put_nfs_open_context(calldata->ctx);
5502 kfree(calldata);
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005503}
5504
Trond Myklebust963d8fe2006-01-03 09:55:04 +01005505static void nfs4_locku_done(struct rpc_task *task, void *data)
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005506{
Trond Myklebust963d8fe2006-01-03 09:55:04 +01005507 struct nfs4_unlockdata *calldata = data;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005508
Trond Myklebust14516c32010-07-31 14:29:06 -04005509 if (!nfs4_sequence_done(task, &calldata->res.seq_res))
5510 return;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005511 switch (task->tk_status) {
5512 case 0:
Trond Myklebust26e976a2006-01-03 09:55:21 +01005513 renew_lease(calldata->server, calldata->timestamp);
Trond Myklebustc69899a2015-01-24 16:03:52 -05005514 do_vfs_lock(calldata->fl.fl_file, &calldata->fl);
5515 if (nfs4_update_lock_stateid(calldata->lsp,
5516 &calldata->res.stateid))
5517 break;
Trond Myklebust9e33bed2008-12-23 15:21:46 -05005518 case -NFS4ERR_BAD_STATEID:
5519 case -NFS4ERR_OLD_STATEID:
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005520 case -NFS4ERR_STALE_STATEID:
5521 case -NFS4ERR_EXPIRED:
Trond Myklebust425c1d42015-01-24 14:57:53 -05005522 if (!nfs4_stateid_match(&calldata->arg.stateid,
5523 &calldata->lsp->ls_stateid))
5524 rpc_restart_call_prepare(task);
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005525 break;
5526 default:
NeilBrown8478eaa2014-09-18 16:09:27 +10005527 if (nfs4_async_handle_error(task, calldata->server,
5528 NULL, NULL) == -EAGAIN)
Trond Myklebustd00c5d42011-10-19 12:17:29 -07005529 rpc_restart_call_prepare(task);
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005530 }
Trond Myklebust2b1bc302012-10-29 18:53:23 -04005531 nfs_release_seqid(calldata->arg.seqid);
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005532}
5533
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01005534static void nfs4_locku_prepare(struct rpc_task *task, void *data)
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005535{
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01005536 struct nfs4_unlockdata *calldata = data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005537
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005538 if (nfs_wait_on_sequence(calldata->arg.seqid, task) != 0)
Trond Myklebustc8da19b2013-02-11 19:01:21 -05005539 goto out_wait;
Trond Myklebust425c1d42015-01-24 14:57:53 -05005540 nfs4_stateid_copy(&calldata->arg.stateid, &calldata->lsp->ls_stateid);
Trond Myklebust795a88c2012-09-10 13:26:49 -04005541 if (test_bit(NFS_LOCK_INITIALIZED, &calldata->lsp->ls_flags) == 0) {
Trond Myklebust963d8fe2006-01-03 09:55:04 +01005542 /* Note: exit _without_ running nfs4_locku_done */
Trond Myklebustc8da19b2013-02-11 19:01:21 -05005543 goto out_no_action;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005544 }
Trond Myklebust26e976a2006-01-03 09:55:21 +01005545 calldata->timestamp = jiffies;
Trond Myklebust035168ab2010-06-16 09:52:26 -04005546 if (nfs4_setup_sequence(calldata->server,
Andy Adamsona8936932009-04-01 09:22:23 -04005547 &calldata->arg.seq_args,
Trond Myklebust2240a9e2012-10-29 18:37:40 -04005548 &calldata->res.seq_res,
5549 task) != 0)
5550 nfs_release_seqid(calldata->arg.seqid);
Trond Myklebustc8da19b2013-02-11 19:01:21 -05005551 return;
5552out_no_action:
5553 task->tk_action = NULL;
5554out_wait:
5555 nfs4_sequence_done(task, &calldata->res.seq_res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005556}
5557
Trond Myklebust963d8fe2006-01-03 09:55:04 +01005558static const struct rpc_call_ops nfs4_locku_ops = {
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01005559 .rpc_call_prepare = nfs4_locku_prepare,
Trond Myklebust963d8fe2006-01-03 09:55:04 +01005560 .rpc_call_done = nfs4_locku_done,
Trond Myklebust06f814a2006-01-03 09:55:07 +01005561 .rpc_release = nfs4_locku_release_calldata,
Trond Myklebust963d8fe2006-01-03 09:55:04 +01005562};
5563
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005564static struct rpc_task *nfs4_do_unlck(struct file_lock *fl,
5565 struct nfs_open_context *ctx,
5566 struct nfs4_lock_state *lsp,
5567 struct nfs_seqid *seqid)
5568{
5569 struct nfs4_unlockdata *data;
Trond Myklebust5138fde2007-07-14 15:40:01 -04005570 struct rpc_message msg = {
5571 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOCKU],
5572 .rpc_cred = ctx->cred,
5573 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04005574 struct rpc_task_setup task_setup_data = {
5575 .rpc_client = NFS_CLIENT(lsp->ls_state->inode),
Trond Myklebust5138fde2007-07-14 15:40:01 -04005576 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04005577 .callback_ops = &nfs4_locku_ops,
Trond Myklebust101070c2008-02-19 20:04:23 -05005578 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04005579 .flags = RPC_TASK_ASYNC,
5580 };
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005581
Weston Andros Adamsonfa940722013-08-13 16:37:34 -04005582 nfs4_state_protect(NFS_SERVER(lsp->ls_state->inode)->nfs_client,
5583 NFS_SP4_MACH_CRED_CLEANUP, &task_setup_data.rpc_client, &msg);
5584
Frank Filz137d6ac2007-07-09 15:32:29 -07005585 /* Ensure this is an unlock - when canceling a lock, the
5586 * canceled lock is passed in, and it won't be an unlock.
5587 */
5588 fl->fl_type = F_UNLCK;
5589
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005590 data = nfs4_alloc_unlockdata(fl, ctx, lsp, seqid);
5591 if (data == NULL) {
5592 nfs_free_seqid(seqid);
5593 return ERR_PTR(-ENOMEM);
5594 }
5595
Chuck Levera9c92d62013-08-09 12:48:18 -04005596 nfs4_init_sequence(&data->arg.seq_args, &data->res.seq_res, 1);
Trond Myklebust1174dd12010-12-21 10:52:24 -05005597 msg.rpc_argp = &data->arg;
5598 msg.rpc_resp = &data->res;
Trond Myklebustc970aa82007-07-14 15:39:59 -04005599 task_setup_data.callback_data = data;
5600 return rpc_run_task(&task_setup_data);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005601}
5602
Linus Torvalds1da177e2005-04-16 15:20:36 -07005603static int nfs4_proc_unlck(struct nfs4_state *state, int cmd, struct file_lock *request)
5604{
Trond Myklebust65b62a22013-02-07 10:54:07 -05005605 struct inode *inode = state->inode;
5606 struct nfs4_state_owner *sp = state->owner;
5607 struct nfs_inode *nfsi = NFS_I(inode);
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005608 struct nfs_seqid *seqid;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005609 struct nfs4_lock_state *lsp;
Trond Myklebust06f814a2006-01-03 09:55:07 +01005610 struct rpc_task *task;
Trond Myklebustb4019c02015-01-24 14:19:19 -05005611 struct nfs_seqid *(*alloc_seqid)(struct nfs_seqid_counter *, gfp_t);
Trond Myklebust06f814a2006-01-03 09:55:07 +01005612 int status = 0;
Trond Myklebust536ff0f2008-04-04 15:08:02 -04005613 unsigned char fl_flags = request->fl_flags;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005614
Trond Myklebust9b073572006-06-29 16:38:34 -04005615 status = nfs4_set_lock_state(state, request);
5616 /* Unlock _before_ we do the RPC call */
5617 request->fl_flags |= FL_EXISTS;
Trond Myklebust65b62a22013-02-07 10:54:07 -05005618 /* Exclude nfs_delegation_claim_locks() */
5619 mutex_lock(&sp->so_delegreturn_mutex);
5620 /* Exclude nfs4_reclaim_open_stateid() - note nesting! */
Trond Myklebust19e03c52008-12-23 15:21:44 -05005621 down_read(&nfsi->rwsem);
5622 if (do_vfs_lock(request->fl_file, request) == -ENOENT) {
5623 up_read(&nfsi->rwsem);
Trond Myklebust65b62a22013-02-07 10:54:07 -05005624 mutex_unlock(&sp->so_delegreturn_mutex);
Trond Myklebust9b073572006-06-29 16:38:34 -04005625 goto out;
Trond Myklebust19e03c52008-12-23 15:21:44 -05005626 }
5627 up_read(&nfsi->rwsem);
Trond Myklebust65b62a22013-02-07 10:54:07 -05005628 mutex_unlock(&sp->so_delegreturn_mutex);
Trond Myklebust9b073572006-06-29 16:38:34 -04005629 if (status != 0)
5630 goto out;
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05005631 /* Is this a delegated lock? */
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005632 lsp = request->fl_u.nfs4_fl.owner;
Trond Myklebustc5a2a152013-04-30 12:43:42 -04005633 if (test_bit(NFS_LOCK_INITIALIZED, &lsp->ls_flags) == 0)
5634 goto out;
Trond Myklebustb4019c02015-01-24 14:19:19 -05005635 alloc_seqid = NFS_SERVER(inode)->nfs_client->cl_mvops->alloc_seqid;
5636 seqid = alloc_seqid(&lsp->ls_seqid, GFP_KERNEL);
Trond Myklebust9b073572006-06-29 16:38:34 -04005637 status = -ENOMEM;
Trond Myklebustbadc76d2015-01-23 18:48:00 -05005638 if (IS_ERR(seqid))
Trond Myklebust9b073572006-06-29 16:38:34 -04005639 goto out;
Trond Myklebustcd3758e2007-08-10 17:44:32 -04005640 task = nfs4_do_unlck(request, nfs_file_open_context(request->fl_file), lsp, seqid);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005641 status = PTR_ERR(task);
5642 if (IS_ERR(task))
Trond Myklebust9b073572006-06-29 16:38:34 -04005643 goto out;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005644 status = nfs4_wait_for_completion_rpc_task(task);
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -05005645 rpc_put_task(task);
Trond Myklebust9b073572006-06-29 16:38:34 -04005646out:
Trond Myklebust536ff0f2008-04-04 15:08:02 -04005647 request->fl_flags = fl_flags;
Trond Myklebustd1b748a2013-08-12 16:35:20 -04005648 trace_nfs4_unlock(request, state, F_SETLK, status);
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005649 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005650}
5651
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005652struct nfs4_lockdata {
5653 struct nfs_lock_args arg;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005654 struct nfs_lock_res res;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005655 struct nfs4_lock_state *lsp;
5656 struct nfs_open_context *ctx;
5657 struct file_lock fl;
Trond Myklebust26e976a2006-01-03 09:55:21 +01005658 unsigned long timestamp;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005659 int rpc_status;
5660 int cancelled;
Andy Adamson66179ef2009-04-01 09:22:22 -04005661 struct nfs_server *server;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005662};
5663
5664static struct nfs4_lockdata *nfs4_alloc_lockdata(struct file_lock *fl,
Trond Myklebust8535b2b2010-05-13 12:51:01 -04005665 struct nfs_open_context *ctx, struct nfs4_lock_state *lsp,
5666 gfp_t gfp_mask)
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005667{
5668 struct nfs4_lockdata *p;
5669 struct inode *inode = lsp->ls_state->inode;
5670 struct nfs_server *server = NFS_SERVER(inode);
Trond Myklebustb4019c02015-01-24 14:19:19 -05005671 struct nfs_seqid *(*alloc_seqid)(struct nfs_seqid_counter *, gfp_t);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005672
Trond Myklebust8535b2b2010-05-13 12:51:01 -04005673 p = kzalloc(sizeof(*p), gfp_mask);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005674 if (p == NULL)
5675 return NULL;
5676
5677 p->arg.fh = NFS_FH(inode);
5678 p->arg.fl = &p->fl;
Trond Myklebust8535b2b2010-05-13 12:51:01 -04005679 p->arg.open_seqid = nfs_alloc_seqid(&lsp->ls_state->owner->so_seqid, gfp_mask);
Trond Myklebustbadc76d2015-01-23 18:48:00 -05005680 if (IS_ERR(p->arg.open_seqid))
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05005681 goto out_free;
Trond Myklebustb4019c02015-01-24 14:19:19 -05005682 alloc_seqid = server->nfs_client->cl_mvops->alloc_seqid;
5683 p->arg.lock_seqid = alloc_seqid(&lsp->ls_seqid, gfp_mask);
Trond Myklebustbadc76d2015-01-23 18:48:00 -05005684 if (IS_ERR(p->arg.lock_seqid))
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05005685 goto out_free_seqid;
David Howells7539bba2006-08-22 20:06:09 -04005686 p->arg.lock_owner.clientid = server->nfs_client->cl_clientid;
Trond Myklebust48c22eb2012-01-17 22:04:25 -05005687 p->arg.lock_owner.id = lsp->ls_seqid.owner_id;
Trond Myklebustd035c362010-12-21 10:45:27 -05005688 p->arg.lock_owner.s_dev = server->s_dev;
Trond Myklebustc1d51932008-04-07 13:20:54 -04005689 p->res.lock_seqid = p->arg.lock_seqid;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005690 p->lsp = lsp;
Andy Adamson66179ef2009-04-01 09:22:22 -04005691 p->server = server;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005692 atomic_inc(&lsp->ls_count);
5693 p->ctx = get_nfs_open_context(ctx);
Jeff Laytonfeaff8e2015-05-12 15:48:10 -04005694 get_file(fl->fl_file);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005695 memcpy(&p->fl, fl, sizeof(p->fl));
5696 return p;
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05005697out_free_seqid:
5698 nfs_free_seqid(p->arg.open_seqid);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005699out_free:
5700 kfree(p);
5701 return NULL;
5702}
5703
5704static void nfs4_lock_prepare(struct rpc_task *task, void *calldata)
5705{
5706 struct nfs4_lockdata *data = calldata;
5707 struct nfs4_state *state = data->lsp->ls_state;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005708
Harvey Harrison3110ff82008-05-02 13:42:44 -07005709 dprintk("%s: begin!\n", __func__);
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05005710 if (nfs_wait_on_sequence(data->arg.lock_seqid, task) != 0)
Trond Myklebustc8da19b2013-02-11 19:01:21 -05005711 goto out_wait;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005712 /* Do we need to do an open_to_lock_owner? */
Trond Myklebust6b447532015-01-24 18:38:15 -05005713 if (!test_bit(NFS_LOCK_INITIALIZED, &data->lsp->ls_flags)) {
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04005714 if (nfs_wait_on_sequence(data->arg.open_seqid, task) != 0) {
Trond Myklebust2240a9e2012-10-29 18:37:40 -04005715 goto out_release_lock_seqid;
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04005716 }
Trond Myklebust425c1d42015-01-24 14:57:53 -05005717 nfs4_stateid_copy(&data->arg.open_stateid,
5718 &state->open_stateid);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005719 data->arg.new_lock_owner = 1;
Trond Myklebustc1d51932008-04-07 13:20:54 -04005720 data->res.open_seqid = data->arg.open_seqid;
Trond Myklebust425c1d42015-01-24 14:57:53 -05005721 } else {
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05005722 data->arg.new_lock_owner = 0;
Trond Myklebust425c1d42015-01-24 14:57:53 -05005723 nfs4_stateid_copy(&data->arg.lock_stateid,
5724 &data->lsp->ls_stateid);
5725 }
Trond Myklebust5d422302013-03-14 16:57:48 -04005726 if (!nfs4_valid_open_stateid(state)) {
5727 data->rpc_status = -EBADF;
5728 task->tk_action = NULL;
5729 goto out_release_open_seqid;
5730 }
Trond Myklebust26e976a2006-01-03 09:55:21 +01005731 data->timestamp = jiffies;
Trond Myklebust035168ab2010-06-16 09:52:26 -04005732 if (nfs4_setup_sequence(data->server,
5733 &data->arg.seq_args,
Trond Myklebust2240a9e2012-10-29 18:37:40 -04005734 &data->res.seq_res,
Trond Myklebustd9afbd12012-10-22 20:28:44 -04005735 task) == 0)
Andy Adamson66179ef2009-04-01 09:22:22 -04005736 return;
Trond Myklebust5d422302013-03-14 16:57:48 -04005737out_release_open_seqid:
Trond Myklebust2240a9e2012-10-29 18:37:40 -04005738 nfs_release_seqid(data->arg.open_seqid);
5739out_release_lock_seqid:
5740 nfs_release_seqid(data->arg.lock_seqid);
Trond Myklebustc8da19b2013-02-11 19:01:21 -05005741out_wait:
5742 nfs4_sequence_done(task, &data->res.seq_res);
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04005743 dprintk("%s: done!, ret = %d\n", __func__, data->rpc_status);
Alexandros Batsakisb2579572009-12-14 21:27:57 -08005744}
5745
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005746static void nfs4_lock_done(struct rpc_task *task, void *calldata)
5747{
5748 struct nfs4_lockdata *data = calldata;
Trond Myklebust39071e62015-01-24 15:07:56 -05005749 struct nfs4_lock_state *lsp = data->lsp;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005750
Harvey Harrison3110ff82008-05-02 13:42:44 -07005751 dprintk("%s: begin!\n", __func__);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005752
Trond Myklebust14516c32010-07-31 14:29:06 -04005753 if (!nfs4_sequence_done(task, &data->res.seq_res))
5754 return;
Andy Adamson66179ef2009-04-01 09:22:22 -04005755
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005756 data->rpc_status = task->tk_status;
Trond Myklebust425c1d42015-01-24 14:57:53 -05005757 switch (task->tk_status) {
5758 case 0:
David Howells2b0143b2015-03-17 22:25:59 +00005759 renew_lease(NFS_SERVER(d_inode(data->ctx->dentry)),
Trond Myklebust39071e62015-01-24 15:07:56 -05005760 data->timestamp);
Trond Myklebustc69899a2015-01-24 16:03:52 -05005761 if (data->arg.new_lock) {
5762 data->fl.fl_flags &= ~(FL_SLEEP | FL_ACCESS);
5763 if (do_vfs_lock(data->fl.fl_file, &data->fl) < 0) {
5764 rpc_restart_call_prepare(task);
5765 break;
5766 }
5767 }
Trond Myklebust39071e62015-01-24 15:07:56 -05005768 if (data->arg.new_lock_owner != 0) {
5769 nfs_confirm_seqid(&lsp->ls_seqid, 0);
5770 nfs4_stateid_copy(&lsp->ls_stateid, &data->res.stateid);
5771 set_bit(NFS_LOCK_INITIALIZED, &lsp->ls_flags);
5772 } else if (!nfs4_update_lock_stateid(lsp, &data->res.stateid))
5773 rpc_restart_call_prepare(task);
Trond Myklebust425c1d42015-01-24 14:57:53 -05005774 break;
5775 case -NFS4ERR_BAD_STATEID:
5776 case -NFS4ERR_OLD_STATEID:
5777 case -NFS4ERR_STALE_STATEID:
5778 case -NFS4ERR_EXPIRED:
5779 if (data->arg.new_lock_owner != 0) {
5780 if (!nfs4_stateid_match(&data->arg.open_stateid,
5781 &lsp->ls_state->open_stateid))
5782 rpc_restart_call_prepare(task);
5783 } else if (!nfs4_stateid_match(&data->arg.lock_stateid,
5784 &lsp->ls_stateid))
5785 rpc_restart_call_prepare(task);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005786 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07005787 dprintk("%s: done, ret = %d!\n", __func__, data->rpc_status);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005788}
5789
5790static void nfs4_lock_release(void *calldata)
5791{
5792 struct nfs4_lockdata *data = calldata;
5793
Harvey Harrison3110ff82008-05-02 13:42:44 -07005794 dprintk("%s: begin!\n", __func__);
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05005795 nfs_free_seqid(data->arg.open_seqid);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005796 if (data->cancelled != 0) {
5797 struct rpc_task *task;
5798 task = nfs4_do_unlck(&data->fl, data->ctx, data->lsp,
5799 data->arg.lock_seqid);
5800 if (!IS_ERR(task))
Trond Myklebustbf294b42011-02-21 11:05:41 -08005801 rpc_put_task_async(task);
Harvey Harrison3110ff82008-05-02 13:42:44 -07005802 dprintk("%s: cancelling lock!\n", __func__);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005803 } else
5804 nfs_free_seqid(data->arg.lock_seqid);
5805 nfs4_put_lock_state(data->lsp);
5806 put_nfs_open_context(data->ctx);
Jeff Laytonfeaff8e2015-05-12 15:48:10 -04005807 fput(data->fl.fl_file);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005808 kfree(data);
Harvey Harrison3110ff82008-05-02 13:42:44 -07005809 dprintk("%s: done!\n", __func__);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005810}
5811
5812static const struct rpc_call_ops nfs4_lock_ops = {
5813 .rpc_call_prepare = nfs4_lock_prepare,
5814 .rpc_call_done = nfs4_lock_done,
5815 .rpc_release = nfs4_lock_release,
5816};
5817
Trond Myklebust2bee72a2010-01-26 15:42:21 -05005818static void nfs4_handle_setlk_error(struct nfs_server *server, struct nfs4_lock_state *lsp, int new_lock_owner, int error)
5819{
Trond Myklebust2bee72a2010-01-26 15:42:21 -05005820 switch (error) {
5821 case -NFS4ERR_ADMIN_REVOKED:
5822 case -NFS4ERR_BAD_STATEID:
Trond Myklebustecac7992011-03-09 16:00:56 -05005823 lsp->ls_seqid.flags &= ~NFS_SEQID_CONFIRMED;
Trond Myklebust2bee72a2010-01-26 15:42:21 -05005824 if (new_lock_owner != 0 ||
Trond Myklebust795a88c2012-09-10 13:26:49 -04005825 test_bit(NFS_LOCK_INITIALIZED, &lsp->ls_flags) != 0)
Trond Myklebustecac7992011-03-09 16:00:56 -05005826 nfs4_schedule_stateid_recovery(server, lsp->ls_state);
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -05005827 break;
5828 case -NFS4ERR_STALE_STATEID:
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -05005829 lsp->ls_seqid.flags &= ~NFS_SEQID_CONFIRMED;
Trond Myklebustecac7992011-03-09 16:00:56 -05005830 case -NFS4ERR_EXPIRED:
5831 nfs4_schedule_lease_recovery(server->nfs_client);
Trond Myklebust2bee72a2010-01-26 15:42:21 -05005832 };
5833}
5834
Alexandros Batsakisafe6c272009-12-09 01:50:14 -08005835static int _nfs4_do_setlk(struct nfs4_state *state, int cmd, struct file_lock *fl, int recovery_type)
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005836{
5837 struct nfs4_lockdata *data;
5838 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04005839 struct rpc_message msg = {
5840 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOCK],
5841 .rpc_cred = state->owner->so_cred,
5842 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04005843 struct rpc_task_setup task_setup_data = {
5844 .rpc_client = NFS_CLIENT(state->inode),
Trond Myklebust5138fde2007-07-14 15:40:01 -04005845 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04005846 .callback_ops = &nfs4_lock_ops,
Trond Myklebust101070c2008-02-19 20:04:23 -05005847 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04005848 .flags = RPC_TASK_ASYNC,
5849 };
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005850 int ret;
5851
Harvey Harrison3110ff82008-05-02 13:42:44 -07005852 dprintk("%s: begin!\n", __func__);
Trond Myklebustcd3758e2007-08-10 17:44:32 -04005853 data = nfs4_alloc_lockdata(fl, nfs_file_open_context(fl->fl_file),
Trond Myklebust8535b2b2010-05-13 12:51:01 -04005854 fl->fl_u.nfs4_fl.owner,
5855 recovery_type == NFS_LOCK_NEW ? GFP_KERNEL : GFP_NOFS);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005856 if (data == NULL)
5857 return -ENOMEM;
5858 if (IS_SETLKW(cmd))
5859 data->arg.block = 1;
Chuck Levera9c92d62013-08-09 12:48:18 -04005860 nfs4_init_sequence(&data->arg.seq_args, &data->res.seq_res, 1);
Trond Myklebust1174dd12010-12-21 10:52:24 -05005861 msg.rpc_argp = &data->arg;
5862 msg.rpc_resp = &data->res;
Trond Myklebustc970aa82007-07-14 15:39:59 -04005863 task_setup_data.callback_data = data;
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04005864 if (recovery_type > NFS_LOCK_NEW) {
5865 if (recovery_type == NFS_LOCK_RECLAIM)
5866 data->arg.reclaim = NFS_LOCK_RECLAIM;
5867 nfs4_set_sequence_privileged(&data->arg.seq_args);
Trond Myklebustc69899a2015-01-24 16:03:52 -05005868 } else
5869 data->arg.new_lock = 1;
Trond Myklebustc970aa82007-07-14 15:39:59 -04005870 task = rpc_run_task(&task_setup_data);
Trond Myklebust7a1218a2006-03-20 18:11:10 -05005871 if (IS_ERR(task))
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005872 return PTR_ERR(task);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005873 ret = nfs4_wait_for_completion_rpc_task(task);
5874 if (ret == 0) {
5875 ret = data->rpc_status;
Trond Myklebust2bee72a2010-01-26 15:42:21 -05005876 if (ret)
5877 nfs4_handle_setlk_error(data->server, data->lsp,
5878 data->arg.new_lock_owner, ret);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005879 } else
5880 data->cancelled = 1;
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -05005881 rpc_put_task(task);
Harvey Harrison3110ff82008-05-02 13:42:44 -07005882 dprintk("%s: done, ret = %d!\n", __func__, ret);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005883 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005884}
5885
5886static int nfs4_lock_reclaim(struct nfs4_state *state, struct file_lock *request)
5887{
Trond Myklebust202b50d2005-06-22 17:16:29 +00005888 struct nfs_server *server = NFS_SERVER(state->inode);
Trond Myklebust05ffe242012-04-18 12:20:10 -04005889 struct nfs4_exception exception = {
5890 .inode = state->inode,
5891 };
Trond Myklebust202b50d2005-06-22 17:16:29 +00005892 int err;
5893
5894 do {
Trond Myklebust42a2d132006-06-29 16:38:36 -04005895 /* Cache the lock if possible... */
5896 if (test_bit(NFS_DELEGATED_STATE, &state->flags) != 0)
5897 return 0;
Alexandros Batsakisafe6c272009-12-09 01:50:14 -08005898 err = _nfs4_do_setlk(state, F_SETLK, request, NFS_LOCK_RECLAIM);
Trond Myklebustd1b748a2013-08-12 16:35:20 -04005899 trace_nfs4_lock_reclaim(request, state, F_SETLK, err);
Trond Myklebust168667c2010-10-19 19:47:49 -04005900 if (err != -NFS4ERR_DELAY)
Trond Myklebust202b50d2005-06-22 17:16:29 +00005901 break;
5902 nfs4_handle_exception(server, err, &exception);
5903 } while (exception.retry);
5904 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005905}
5906
5907static int nfs4_lock_expired(struct nfs4_state *state, struct file_lock *request)
5908{
Trond Myklebust202b50d2005-06-22 17:16:29 +00005909 struct nfs_server *server = NFS_SERVER(state->inode);
Trond Myklebust05ffe242012-04-18 12:20:10 -04005910 struct nfs4_exception exception = {
5911 .inode = state->inode,
5912 };
Trond Myklebust202b50d2005-06-22 17:16:29 +00005913 int err;
5914
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05005915 err = nfs4_set_lock_state(state, request);
5916 if (err != 0)
5917 return err;
Trond Myklebustf6de7a32013-09-04 10:08:54 -04005918 if (!recover_lost_locks) {
NeilBrownef1820f2013-09-04 17:04:49 +10005919 set_bit(NFS_LOCK_LOST, &request->fl_u.nfs4_fl.owner->ls_flags);
5920 return 0;
5921 }
Trond Myklebust202b50d2005-06-22 17:16:29 +00005922 do {
Trond Myklebust42a2d132006-06-29 16:38:36 -04005923 if (test_bit(NFS_DELEGATED_STATE, &state->flags) != 0)
5924 return 0;
Alexandros Batsakisafe6c272009-12-09 01:50:14 -08005925 err = _nfs4_do_setlk(state, F_SETLK, request, NFS_LOCK_EXPIRED);
Trond Myklebustd1b748a2013-08-12 16:35:20 -04005926 trace_nfs4_lock_expired(request, state, F_SETLK, err);
Trond Myklebusta9ed2e22009-12-03 15:53:21 -05005927 switch (err) {
5928 default:
5929 goto out;
5930 case -NFS4ERR_GRACE:
5931 case -NFS4ERR_DELAY:
5932 nfs4_handle_exception(server, err, &exception);
5933 err = 0;
5934 }
Trond Myklebust202b50d2005-06-22 17:16:29 +00005935 } while (exception.retry);
Trond Myklebusta9ed2e22009-12-03 15:53:21 -05005936out:
Trond Myklebust202b50d2005-06-22 17:16:29 +00005937 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005938}
5939
Bryan Schumakerf062eb62011-06-02 14:59:10 -04005940#if defined(CONFIG_NFS_V4_1)
Chuck Lever3e60ffd2012-07-11 16:30:14 -04005941/**
5942 * nfs41_check_expired_locks - possibly free a lock stateid
5943 *
5944 * @state: NFSv4 state for an inode
5945 *
5946 * Returns NFS_OK if recovery for this stateid is now finished.
5947 * Otherwise a negative NFS4ERR value is returned.
5948 */
Bryan Schumakerb01dd1d2012-01-31 10:39:30 -05005949static int nfs41_check_expired_locks(struct nfs4_state *state)
Bryan Schumakerf062eb62011-06-02 14:59:10 -04005950{
Chuck Levereb64cf92012-07-11 16:30:05 -04005951 int status, ret = -NFS4ERR_BAD_STATEID;
Bryan Schumakerb01dd1d2012-01-31 10:39:30 -05005952 struct nfs4_lock_state *lsp;
Bryan Schumakerf062eb62011-06-02 14:59:10 -04005953 struct nfs_server *server = NFS_SERVER(state->inode);
5954
Bryan Schumakerb01dd1d2012-01-31 10:39:30 -05005955 list_for_each_entry(lsp, &state->lock_states, ls_locks) {
Trond Myklebust795a88c2012-09-10 13:26:49 -04005956 if (test_bit(NFS_LOCK_INITIALIZED, &lsp->ls_flags)) {
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04005957 struct rpc_cred *cred = lsp->ls_state->owner->so_cred;
5958
5959 status = nfs41_test_stateid(server,
5960 &lsp->ls_stateid,
5961 cred);
Trond Myklebust08cb47f2013-08-20 21:59:40 -04005962 trace_nfs4_test_lock_stateid(state, lsp, status);
Bryan Schumakerb01dd1d2012-01-31 10:39:30 -05005963 if (status != NFS_OK) {
Chuck Lever3e60ffd2012-07-11 16:30:14 -04005964 /* Free the stateid unless the server
5965 * informs us the stateid is unrecognized. */
Chuck Lever89af2732012-07-11 16:29:56 -04005966 if (status != -NFS4ERR_BAD_STATEID)
5967 nfs41_free_stateid(server,
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04005968 &lsp->ls_stateid,
5969 cred);
Trond Myklebust795a88c2012-09-10 13:26:49 -04005970 clear_bit(NFS_LOCK_INITIALIZED, &lsp->ls_flags);
Bryan Schumakerb01dd1d2012-01-31 10:39:30 -05005971 ret = status;
5972 }
5973 }
5974 };
5975
5976 return ret;
5977}
5978
5979static int nfs41_lock_expired(struct nfs4_state *state, struct file_lock *request)
5980{
5981 int status = NFS_OK;
5982
5983 if (test_bit(LK_STATE_IN_USE, &state->flags))
5984 status = nfs41_check_expired_locks(state);
Chuck Levereb64cf92012-07-11 16:30:05 -04005985 if (status != NFS_OK)
5986 status = nfs4_lock_expired(state, request);
5987 return status;
Bryan Schumakerf062eb62011-06-02 14:59:10 -04005988}
5989#endif
5990
Linus Torvalds1da177e2005-04-16 15:20:36 -07005991static int _nfs4_proc_setlk(struct nfs4_state *state, int cmd, struct file_lock *request)
5992{
Trond Myklebust19e03c52008-12-23 15:21:44 -05005993 struct nfs_inode *nfsi = NFS_I(state->inode);
Trond Myklebust01c3b862006-06-29 16:38:39 -04005994 unsigned char fl_flags = request->fl_flags;
Trond Myklebust8e469eb2010-01-26 15:42:30 -05005995 int status = -ENOLCK;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005996
Trond Myklebust8e469eb2010-01-26 15:42:30 -05005997 if ((fl_flags & FL_POSIX) &&
5998 !test_bit(NFS_STATE_POSIX_LOCKS, &state->flags))
5999 goto out;
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05006000 /* Is this a delegated open? */
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05006001 status = nfs4_set_lock_state(state, request);
6002 if (status != 0)
6003 goto out;
Trond Myklebust01c3b862006-06-29 16:38:39 -04006004 request->fl_flags |= FL_ACCESS;
6005 status = do_vfs_lock(request->fl_file, request);
6006 if (status < 0)
6007 goto out;
Trond Myklebust19e03c52008-12-23 15:21:44 -05006008 down_read(&nfsi->rwsem);
Trond Myklebust01c3b862006-06-29 16:38:39 -04006009 if (test_bit(NFS_DELEGATED_STATE, &state->flags)) {
Trond Myklebust01c3b862006-06-29 16:38:39 -04006010 /* Yes: cache locks! */
Trond Myklebust01c3b862006-06-29 16:38:39 -04006011 /* ...but avoid races with delegation recall... */
Trond Myklebust19e03c52008-12-23 15:21:44 -05006012 request->fl_flags = fl_flags & ~FL_SLEEP;
6013 status = do_vfs_lock(request->fl_file, request);
Trond Myklebustc69899a2015-01-24 16:03:52 -05006014 up_read(&nfsi->rwsem);
6015 goto out;
Trond Myklebust01c3b862006-06-29 16:38:39 -04006016 }
Trond Myklebust9a99af42013-02-04 20:17:49 -05006017 up_read(&nfsi->rwsem);
Alexandros Batsakisafe6c272009-12-09 01:50:14 -08006018 status = _nfs4_do_setlk(state, cmd, request, NFS_LOCK_NEW);
Trond Myklebust01c3b862006-06-29 16:38:39 -04006019out:
6020 request->fl_flags = fl_flags;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006021 return status;
6022}
6023
6024static int nfs4_proc_setlk(struct nfs4_state *state, int cmd, struct file_lock *request)
6025{
Trond Myklebusta1d0b5e2012-03-05 19:56:44 -05006026 struct nfs4_exception exception = {
6027 .state = state,
Trond Myklebust05ffe242012-04-18 12:20:10 -04006028 .inode = state->inode,
Trond Myklebusta1d0b5e2012-03-05 19:56:44 -05006029 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07006030 int err;
6031
6032 do {
Trond Myklebust965b5d62009-06-17 13:22:59 -07006033 err = _nfs4_proc_setlk(state, cmd, request);
Trond Myklebustd1b748a2013-08-12 16:35:20 -04006034 trace_nfs4_set_lock(request, state, cmd, err);
Trond Myklebust965b5d62009-06-17 13:22:59 -07006035 if (err == -NFS4ERR_DENIED)
6036 err = -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006037 err = nfs4_handle_exception(NFS_SERVER(state->inode),
Trond Myklebust965b5d62009-06-17 13:22:59 -07006038 err, &exception);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006039 } while (exception.retry);
6040 return err;
6041}
6042
6043static int
6044nfs4_proc_lock(struct file *filp, int cmd, struct file_lock *request)
6045{
6046 struct nfs_open_context *ctx;
6047 struct nfs4_state *state;
6048 unsigned long timeout = NFS4_LOCK_MINTIMEOUT;
6049 int status;
6050
6051 /* verify open state */
Trond Myklebustcd3758e2007-08-10 17:44:32 -04006052 ctx = nfs_file_open_context(filp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006053 state = ctx->state;
6054
6055 if (request->fl_start < 0 || request->fl_end < 0)
6056 return -EINVAL;
6057
Trond Myklebustd9531262009-07-21 19:22:38 -04006058 if (IS_GETLK(cmd)) {
6059 if (state != NULL)
6060 return nfs4_proc_getlk(state, F_GETLK, request);
6061 return 0;
6062 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07006063
6064 if (!(IS_SETLK(cmd) || IS_SETLKW(cmd)))
6065 return -EINVAL;
6066
Trond Myklebustd9531262009-07-21 19:22:38 -04006067 if (request->fl_type == F_UNLCK) {
6068 if (state != NULL)
6069 return nfs4_proc_unlck(state, cmd, request);
6070 return 0;
6071 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07006072
Trond Myklebustd9531262009-07-21 19:22:38 -04006073 if (state == NULL)
6074 return -ENOLCK;
Trond Myklebust55725512012-04-18 12:48:35 -04006075 /*
6076 * Don't rely on the VFS having checked the file open mode,
6077 * since it won't do this for flock() locks.
6078 */
Jeff Laytonf44106e2012-07-23 15:49:56 -04006079 switch (request->fl_type) {
Trond Myklebust55725512012-04-18 12:48:35 -04006080 case F_RDLCK:
6081 if (!(filp->f_mode & FMODE_READ))
6082 return -EBADF;
6083 break;
6084 case F_WRLCK:
6085 if (!(filp->f_mode & FMODE_WRITE))
6086 return -EBADF;
6087 }
6088
Linus Torvalds1da177e2005-04-16 15:20:36 -07006089 do {
6090 status = nfs4_proc_setlk(state, cmd, request);
6091 if ((status != -EAGAIN) || IS_SETLK(cmd))
6092 break;
6093 timeout = nfs4_set_lock_task_retry(timeout);
6094 status = -ERESTARTSYS;
6095 if (signalled())
6096 break;
6097 } while(status < 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006098 return status;
6099}
6100
Trond Myklebustdb4f2e62013-04-01 15:56:46 -04006101int nfs4_lock_delegation_recall(struct file_lock *fl, struct nfs4_state *state, const nfs4_stateid *stateid)
Trond Myklebust888e6942005-11-04 15:38:11 -05006102{
6103 struct nfs_server *server = NFS_SERVER(state->inode);
Trond Myklebust888e6942005-11-04 15:38:11 -05006104 int err;
6105
6106 err = nfs4_set_lock_state(state, fl);
6107 if (err != 0)
Trond Myklebustdb4f2e62013-04-01 15:56:46 -04006108 return err;
Trond Myklebust4a706fa2013-04-01 14:47:22 -04006109 err = _nfs4_do_setlk(state, F_SETLK, fl, NFS_LOCK_NEW);
Trond Myklebustdb4f2e62013-04-01 15:56:46 -04006110 return nfs4_handle_delegation_recall_error(server, state, stateid, err);
Trond Myklebust888e6942005-11-04 15:38:11 -05006111}
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00006112
Trond Myklebustcf470c32012-03-07 13:49:12 -05006113struct nfs_release_lockowner_data {
6114 struct nfs4_lock_state *lsp;
Trond Myklebust5ae67c42012-03-19 16:17:18 -04006115 struct nfs_server *server;
Trond Myklebustcf470c32012-03-07 13:49:12 -05006116 struct nfs_release_lockowner_args args;
Trond Myklebustb7e63a12014-02-26 11:19:14 -08006117 struct nfs_release_lockowner_res res;
Chuck Lever60ea6812013-10-17 14:13:47 -04006118 unsigned long timestamp;
Trond Myklebustcf470c32012-03-07 13:49:12 -05006119};
6120
Chuck Leverfbd4bfd2013-08-09 12:49:38 -04006121static void nfs4_release_lockowner_prepare(struct rpc_task *task, void *calldata)
6122{
6123 struct nfs_release_lockowner_data *data = calldata;
Kinglong Mee5b53dc82014-08-04 16:18:16 +08006124 struct nfs_server *server = data->server;
Peng Taocb04ad22014-06-11 05:24:15 +08006125 nfs40_setup_sequence(server->nfs_client->cl_slot_tbl,
6126 &data->args.seq_args, &data->res.seq_res, task);
Kinglong Mee5b53dc82014-08-04 16:18:16 +08006127 data->args.lock_owner.clientid = server->nfs_client->cl_clientid;
Chuck Lever60ea6812013-10-17 14:13:47 -04006128 data->timestamp = jiffies;
Chuck Leverfbd4bfd2013-08-09 12:49:38 -04006129}
6130
6131static void nfs4_release_lockowner_done(struct rpc_task *task, void *calldata)
6132{
6133 struct nfs_release_lockowner_data *data = calldata;
Chuck Lever60ea6812013-10-17 14:13:47 -04006134 struct nfs_server *server = data->server;
6135
Trond Myklebustb7e63a12014-02-26 11:19:14 -08006136 nfs40_sequence_done(task, &data->res.seq_res);
Chuck Lever60ea6812013-10-17 14:13:47 -04006137
6138 switch (task->tk_status) {
6139 case 0:
6140 renew_lease(server, data->timestamp);
6141 break;
6142 case -NFS4ERR_STALE_CLIENTID:
6143 case -NFS4ERR_EXPIRED:
Kinglong Mee5b53dc82014-08-04 16:18:16 +08006144 nfs4_schedule_lease_recovery(server->nfs_client);
6145 break;
Chuck Lever60ea6812013-10-17 14:13:47 -04006146 case -NFS4ERR_LEASE_MOVED:
6147 case -NFS4ERR_DELAY:
NeilBrown8478eaa2014-09-18 16:09:27 +10006148 if (nfs4_async_handle_error(task, server,
6149 NULL, NULL) == -EAGAIN)
Chuck Lever60ea6812013-10-17 14:13:47 -04006150 rpc_restart_call_prepare(task);
6151 }
Chuck Leverfbd4bfd2013-08-09 12:49:38 -04006152}
6153
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04006154static void nfs4_release_lockowner_release(void *calldata)
6155{
Trond Myklebustcf470c32012-03-07 13:49:12 -05006156 struct nfs_release_lockowner_data *data = calldata;
Trond Myklebust5ae67c42012-03-19 16:17:18 -04006157 nfs4_free_lock_state(data->server, data->lsp);
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04006158 kfree(calldata);
6159}
6160
Trond Myklebust17280172012-03-11 13:11:00 -04006161static const struct rpc_call_ops nfs4_release_lockowner_ops = {
Chuck Leverfbd4bfd2013-08-09 12:49:38 -04006162 .rpc_call_prepare = nfs4_release_lockowner_prepare,
6163 .rpc_call_done = nfs4_release_lockowner_done,
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04006164 .rpc_release = nfs4_release_lockowner_release,
6165};
6166
Jeff Laytonf1cdae82014-05-01 06:28:47 -04006167static void
6168nfs4_release_lockowner(struct nfs_server *server, struct nfs4_lock_state *lsp)
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04006169{
Trond Myklebustcf470c32012-03-07 13:49:12 -05006170 struct nfs_release_lockowner_data *data;
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04006171 struct rpc_message msg = {
6172 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RELEASE_LOCKOWNER],
6173 };
6174
6175 if (server->nfs_client->cl_mvops->minor_version != 0)
Jeff Laytonf1cdae82014-05-01 06:28:47 -04006176 return;
Chuck Leverfbd4bfd2013-08-09 12:49:38 -04006177
Trond Myklebustcf470c32012-03-07 13:49:12 -05006178 data = kmalloc(sizeof(*data), GFP_NOFS);
6179 if (!data)
Jeff Laytonf1cdae82014-05-01 06:28:47 -04006180 return;
Trond Myklebustcf470c32012-03-07 13:49:12 -05006181 data->lsp = lsp;
Trond Myklebust5ae67c42012-03-19 16:17:18 -04006182 data->server = server;
Trond Myklebustcf470c32012-03-07 13:49:12 -05006183 data->args.lock_owner.clientid = server->nfs_client->cl_clientid;
6184 data->args.lock_owner.id = lsp->ls_seqid.owner_id;
6185 data->args.lock_owner.s_dev = server->s_dev;
Chuck Leverfbd4bfd2013-08-09 12:49:38 -04006186
Trond Myklebustcf470c32012-03-07 13:49:12 -05006187 msg.rpc_argp = &data->args;
Trond Myklebustb7e63a12014-02-26 11:19:14 -08006188 msg.rpc_resp = &data->res;
6189 nfs4_init_sequence(&data->args.seq_args, &data->res.seq_res, 0);
Trond Myklebustcf470c32012-03-07 13:49:12 -05006190 rpc_call_async(server->client, &msg, 0, &nfs4_release_lockowner_ops, data);
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04006191}
6192
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00006193#define XATTR_NAME_NFSV4_ACL "system.nfs4_acl"
6194
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00006195static int nfs4_xattr_set_nfs4_acl(struct dentry *dentry, const char *key,
6196 const void *buf, size_t buflen,
6197 int flags, int type)
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00006198{
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00006199 if (strcmp(key, "") != 0)
6200 return -EINVAL;
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00006201
David Howells2b0143b2015-03-17 22:25:59 +00006202 return nfs4_proc_set_acl(d_inode(dentry), buf, buflen);
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00006203}
6204
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00006205static int nfs4_xattr_get_nfs4_acl(struct dentry *dentry, const char *key,
6206 void *buf, size_t buflen, int type)
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00006207{
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00006208 if (strcmp(key, "") != 0)
6209 return -EINVAL;
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00006210
David Howells2b0143b2015-03-17 22:25:59 +00006211 return nfs4_proc_get_acl(d_inode(dentry), buf, buflen);
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00006212}
6213
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00006214static size_t nfs4_xattr_list_nfs4_acl(struct dentry *dentry, char *list,
6215 size_t list_len, const char *name,
6216 size_t name_len, int type)
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00006217{
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00006218 size_t len = sizeof(XATTR_NAME_NFSV4_ACL);
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00006219
David Howells2b0143b2015-03-17 22:25:59 +00006220 if (!nfs4_server_supports_acls(NFS_SERVER(d_inode(dentry))))
J. Bruce Fields096455a2006-03-20 23:23:42 -05006221 return 0;
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00006222
6223 if (list && len <= list_len)
6224 memcpy(list, XATTR_NAME_NFSV4_ACL, len);
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00006225 return len;
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00006226}
6227
David Quigleyc9bccef2013-05-22 12:50:45 -04006228#ifdef CONFIG_NFS_V4_SECURITY_LABEL
6229static inline int nfs4_server_supports_labels(struct nfs_server *server)
6230{
6231 return server->caps & NFS_CAP_SECURITY_LABEL;
6232}
6233
6234static int nfs4_xattr_set_nfs4_label(struct dentry *dentry, const char *key,
6235 const void *buf, size_t buflen,
6236 int flags, int type)
6237{
6238 if (security_ismaclabel(key))
6239 return nfs4_set_security_label(dentry, buf, buflen);
6240
6241 return -EOPNOTSUPP;
6242}
6243
6244static int nfs4_xattr_get_nfs4_label(struct dentry *dentry, const char *key,
6245 void *buf, size_t buflen, int type)
6246{
6247 if (security_ismaclabel(key))
David Howells2b0143b2015-03-17 22:25:59 +00006248 return nfs4_get_security_label(d_inode(dentry), buf, buflen);
David Quigleyc9bccef2013-05-22 12:50:45 -04006249 return -EOPNOTSUPP;
6250}
6251
6252static size_t nfs4_xattr_list_nfs4_label(struct dentry *dentry, char *list,
6253 size_t list_len, const char *name,
6254 size_t name_len, int type)
6255{
6256 size_t len = 0;
6257
David Howells2b0143b2015-03-17 22:25:59 +00006258 if (nfs_server_capable(d_inode(dentry), NFS_CAP_SECURITY_LABEL)) {
6259 len = security_inode_listsecurity(d_inode(dentry), NULL, 0);
David Quigleyc9bccef2013-05-22 12:50:45 -04006260 if (list && len <= list_len)
David Howells2b0143b2015-03-17 22:25:59 +00006261 security_inode_listsecurity(d_inode(dentry), list, len);
David Quigleyc9bccef2013-05-22 12:50:45 -04006262 }
6263 return len;
6264}
6265
6266static const struct xattr_handler nfs4_xattr_nfs4_label_handler = {
6267 .prefix = XATTR_SECURITY_PREFIX,
6268 .list = nfs4_xattr_list_nfs4_label,
6269 .get = nfs4_xattr_get_nfs4_label,
6270 .set = nfs4_xattr_set_nfs4_label,
6271};
6272#endif
6273
6274
Andy Adamson533eb462011-06-13 18:25:56 -04006275/*
6276 * nfs_fhget will use either the mounted_on_fileid or the fileid
6277 */
Trond Myklebust69aaaae2009-03-11 14:10:28 -04006278static void nfs_fixup_referral_attributes(struct nfs_fattr *fattr)
6279{
Andy Adamson533eb462011-06-13 18:25:56 -04006280 if (!(((fattr->valid & NFS_ATTR_FATTR_MOUNTED_ON_FILEID) ||
6281 (fattr->valid & NFS_ATTR_FATTR_FILEID)) &&
6282 (fattr->valid & NFS_ATTR_FATTR_FSID) &&
Chuck Lever81934dd2012-03-01 17:01:57 -05006283 (fattr->valid & NFS_ATTR_FATTR_V4_LOCATIONS)))
Trond Myklebust69aaaae2009-03-11 14:10:28 -04006284 return;
6285
6286 fattr->valid |= NFS_ATTR_FATTR_TYPE | NFS_ATTR_FATTR_MODE |
Chuck Lever81934dd2012-03-01 17:01:57 -05006287 NFS_ATTR_FATTR_NLINK | NFS_ATTR_FATTR_V4_REFERRAL;
Trond Myklebust69aaaae2009-03-11 14:10:28 -04006288 fattr->mode = S_IFDIR | S_IRUGO | S_IXUGO;
6289 fattr->nlink = 2;
6290}
6291
Bryan Schumakerf05d1472012-04-27 13:27:41 -04006292static int _nfs4_proc_fs_locations(struct rpc_clnt *client, struct inode *dir,
6293 const struct qstr *name,
6294 struct nfs4_fs_locations *fs_locations,
6295 struct page *page)
Trond Myklebust683b57b2006-06-09 09:34:22 -04006296{
6297 struct nfs_server *server = NFS_SERVER(dir);
David Quigleya09df2c2013-05-22 12:50:41 -04006298 u32 bitmask[3] = {
Manoj Naik361e6242006-06-09 09:34:24 -04006299 [0] = FATTR4_WORD0_FSID | FATTR4_WORD0_FS_LOCATIONS,
Trond Myklebust683b57b2006-06-09 09:34:22 -04006300 };
6301 struct nfs4_fs_locations_arg args = {
6302 .dir_fh = NFS_FH(dir),
Trond Myklebustc228fd32007-01-13 02:28:11 -05006303 .name = name,
Trond Myklebust683b57b2006-06-09 09:34:22 -04006304 .page = page,
6305 .bitmask = bitmask,
6306 };
Benny Halevy22958462009-04-01 09:22:02 -04006307 struct nfs4_fs_locations_res res = {
6308 .fs_locations = fs_locations,
6309 };
Trond Myklebust683b57b2006-06-09 09:34:22 -04006310 struct rpc_message msg = {
6311 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FS_LOCATIONS],
6312 .rpc_argp = &args,
Benny Halevy22958462009-04-01 09:22:02 -04006313 .rpc_resp = &res,
Trond Myklebust683b57b2006-06-09 09:34:22 -04006314 };
6315 int status;
6316
Harvey Harrison3110ff82008-05-02 13:42:44 -07006317 dprintk("%s: start\n", __func__);
Andy Adamson533eb462011-06-13 18:25:56 -04006318
6319 /* Ask for the fileid of the absent filesystem if mounted_on_fileid
6320 * is not supported */
6321 if (NFS_SERVER(dir)->attr_bitmask[1] & FATTR4_WORD1_MOUNTED_ON_FILEID)
6322 bitmask[1] |= FATTR4_WORD1_MOUNTED_ON_FILEID;
6323 else
6324 bitmask[0] |= FATTR4_WORD0_FILEID;
6325
Trond Myklebustc228fd32007-01-13 02:28:11 -05006326 nfs_fattr_init(&fs_locations->fattr);
Trond Myklebust683b57b2006-06-09 09:34:22 -04006327 fs_locations->server = server;
Manoj Naik830b8e32006-06-09 09:34:25 -04006328 fs_locations->nlocations = 0;
Bryan Schumakerf05d1472012-04-27 13:27:41 -04006329 status = nfs4_call_sync(client, server, &msg, &args.seq_args, &res.seq_res, 0);
Harvey Harrison3110ff82008-05-02 13:42:44 -07006330 dprintk("%s: returned status = %d\n", __func__, status);
Trond Myklebust683b57b2006-06-09 09:34:22 -04006331 return status;
6332}
6333
Bryan Schumakerf05d1472012-04-27 13:27:41 -04006334int nfs4_proc_fs_locations(struct rpc_clnt *client, struct inode *dir,
6335 const struct qstr *name,
6336 struct nfs4_fs_locations *fs_locations,
6337 struct page *page)
Bryan Schumakerdb0a9592012-04-27 13:27:39 -04006338{
6339 struct nfs4_exception exception = { };
6340 int err;
6341 do {
Trond Myklebust078ea3d2013-08-12 16:45:55 -04006342 err = _nfs4_proc_fs_locations(client, dir, name,
6343 fs_locations, page);
6344 trace_nfs4_get_fs_locations(dir, name, err);
6345 err = nfs4_handle_exception(NFS_SERVER(dir), err,
Bryan Schumakerdb0a9592012-04-27 13:27:39 -04006346 &exception);
6347 } while (exception.retry);
6348 return err;
6349}
6350
Chuck Leverb03d7352013-10-17 14:12:50 -04006351/*
6352 * This operation also signals the server that this client is
6353 * performing migration recovery. The server can stop returning
6354 * NFS4ERR_LEASE_MOVED to this client. A RENEW operation is
6355 * appended to this compound to identify the client ID which is
6356 * performing recovery.
6357 */
6358static int _nfs40_proc_get_locations(struct inode *inode,
6359 struct nfs4_fs_locations *locations,
6360 struct page *page, struct rpc_cred *cred)
6361{
6362 struct nfs_server *server = NFS_SERVER(inode);
6363 struct rpc_clnt *clnt = server->client;
6364 u32 bitmask[2] = {
6365 [0] = FATTR4_WORD0_FSID | FATTR4_WORD0_FS_LOCATIONS,
6366 };
6367 struct nfs4_fs_locations_arg args = {
6368 .clientid = server->nfs_client->cl_clientid,
6369 .fh = NFS_FH(inode),
6370 .page = page,
6371 .bitmask = bitmask,
6372 .migration = 1, /* skip LOOKUP */
6373 .renew = 1, /* append RENEW */
6374 };
6375 struct nfs4_fs_locations_res res = {
6376 .fs_locations = locations,
6377 .migration = 1,
6378 .renew = 1,
6379 };
6380 struct rpc_message msg = {
6381 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FS_LOCATIONS],
6382 .rpc_argp = &args,
6383 .rpc_resp = &res,
6384 .rpc_cred = cred,
6385 };
6386 unsigned long now = jiffies;
6387 int status;
6388
6389 nfs_fattr_init(&locations->fattr);
6390 locations->server = server;
6391 locations->nlocations = 0;
6392
6393 nfs4_init_sequence(&args.seq_args, &res.seq_res, 0);
6394 nfs4_set_sequence_privileged(&args.seq_args);
6395 status = nfs4_call_sync_sequence(clnt, server, &msg,
6396 &args.seq_args, &res.seq_res);
6397 if (status)
6398 return status;
6399
6400 renew_lease(server, now);
6401 return 0;
6402}
6403
6404#ifdef CONFIG_NFS_V4_1
6405
6406/*
6407 * This operation also signals the server that this client is
6408 * performing migration recovery. The server can stop asserting
6409 * SEQ4_STATUS_LEASE_MOVED for this client. The client ID
6410 * performing this operation is identified in the SEQUENCE
6411 * operation in this compound.
6412 *
6413 * When the client supports GETATTR(fs_locations_info), it can
6414 * be plumbed in here.
6415 */
6416static int _nfs41_proc_get_locations(struct inode *inode,
6417 struct nfs4_fs_locations *locations,
6418 struct page *page, struct rpc_cred *cred)
6419{
6420 struct nfs_server *server = NFS_SERVER(inode);
6421 struct rpc_clnt *clnt = server->client;
6422 u32 bitmask[2] = {
6423 [0] = FATTR4_WORD0_FSID | FATTR4_WORD0_FS_LOCATIONS,
6424 };
6425 struct nfs4_fs_locations_arg args = {
6426 .fh = NFS_FH(inode),
6427 .page = page,
6428 .bitmask = bitmask,
6429 .migration = 1, /* skip LOOKUP */
6430 };
6431 struct nfs4_fs_locations_res res = {
6432 .fs_locations = locations,
6433 .migration = 1,
6434 };
6435 struct rpc_message msg = {
6436 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FS_LOCATIONS],
6437 .rpc_argp = &args,
6438 .rpc_resp = &res,
6439 .rpc_cred = cred,
6440 };
6441 int status;
6442
6443 nfs_fattr_init(&locations->fattr);
6444 locations->server = server;
6445 locations->nlocations = 0;
6446
6447 nfs4_init_sequence(&args.seq_args, &res.seq_res, 0);
6448 nfs4_set_sequence_privileged(&args.seq_args);
6449 status = nfs4_call_sync_sequence(clnt, server, &msg,
6450 &args.seq_args, &res.seq_res);
6451 if (status == NFS4_OK &&
6452 res.seq_res.sr_status_flags & SEQ4_STATUS_LEASE_MOVED)
6453 status = -NFS4ERR_LEASE_MOVED;
6454 return status;
6455}
6456
6457#endif /* CONFIG_NFS_V4_1 */
6458
6459/**
6460 * nfs4_proc_get_locations - discover locations for a migrated FSID
6461 * @inode: inode on FSID that is migrating
6462 * @locations: result of query
6463 * @page: buffer
6464 * @cred: credential to use for this operation
6465 *
6466 * Returns NFS4_OK on success, a negative NFS4ERR status code if the
6467 * operation failed, or a negative errno if a local error occurred.
6468 *
6469 * On success, "locations" is filled in, but if the server has
6470 * no locations information, NFS_ATTR_FATTR_V4_LOCATIONS is not
6471 * asserted.
6472 *
6473 * -NFS4ERR_LEASE_MOVED is returned if the server still has leases
6474 * from this client that require migration recovery.
6475 */
6476int nfs4_proc_get_locations(struct inode *inode,
6477 struct nfs4_fs_locations *locations,
6478 struct page *page, struct rpc_cred *cred)
6479{
6480 struct nfs_server *server = NFS_SERVER(inode);
6481 struct nfs_client *clp = server->nfs_client;
6482 const struct nfs4_mig_recovery_ops *ops =
6483 clp->cl_mvops->mig_recovery_ops;
6484 struct nfs4_exception exception = { };
6485 int status;
6486
6487 dprintk("%s: FSID %llx:%llx on \"%s\"\n", __func__,
6488 (unsigned long long)server->fsid.major,
6489 (unsigned long long)server->fsid.minor,
6490 clp->cl_hostname);
6491 nfs_display_fhandle(NFS_FH(inode), __func__);
6492
6493 do {
6494 status = ops->get_locations(inode, locations, page, cred);
6495 if (status != -NFS4ERR_DELAY)
6496 break;
6497 nfs4_handle_exception(server, status, &exception);
6498 } while (exception.retry);
6499 return status;
6500}
6501
Chuck Lever44c99932013-10-17 14:13:30 -04006502/*
6503 * This operation also signals the server that this client is
6504 * performing "lease moved" recovery. The server can stop
6505 * returning NFS4ERR_LEASE_MOVED to this client. A RENEW operation
6506 * is appended to this compound to identify the client ID which is
6507 * performing recovery.
6508 */
6509static int _nfs40_proc_fsid_present(struct inode *inode, struct rpc_cred *cred)
6510{
6511 struct nfs_server *server = NFS_SERVER(inode);
6512 struct nfs_client *clp = NFS_SERVER(inode)->nfs_client;
6513 struct rpc_clnt *clnt = server->client;
6514 struct nfs4_fsid_present_arg args = {
6515 .fh = NFS_FH(inode),
6516 .clientid = clp->cl_clientid,
6517 .renew = 1, /* append RENEW */
6518 };
6519 struct nfs4_fsid_present_res res = {
6520 .renew = 1,
6521 };
6522 struct rpc_message msg = {
6523 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FSID_PRESENT],
6524 .rpc_argp = &args,
6525 .rpc_resp = &res,
6526 .rpc_cred = cred,
6527 };
6528 unsigned long now = jiffies;
6529 int status;
6530
6531 res.fh = nfs_alloc_fhandle();
6532 if (res.fh == NULL)
6533 return -ENOMEM;
6534
6535 nfs4_init_sequence(&args.seq_args, &res.seq_res, 0);
6536 nfs4_set_sequence_privileged(&args.seq_args);
6537 status = nfs4_call_sync_sequence(clnt, server, &msg,
6538 &args.seq_args, &res.seq_res);
6539 nfs_free_fhandle(res.fh);
6540 if (status)
6541 return status;
6542
6543 do_renew_lease(clp, now);
6544 return 0;
6545}
6546
6547#ifdef CONFIG_NFS_V4_1
6548
6549/*
6550 * This operation also signals the server that this client is
6551 * performing "lease moved" recovery. The server can stop asserting
6552 * SEQ4_STATUS_LEASE_MOVED for this client. The client ID performing
6553 * this operation is identified in the SEQUENCE operation in this
6554 * compound.
6555 */
6556static int _nfs41_proc_fsid_present(struct inode *inode, struct rpc_cred *cred)
6557{
6558 struct nfs_server *server = NFS_SERVER(inode);
6559 struct rpc_clnt *clnt = server->client;
6560 struct nfs4_fsid_present_arg args = {
6561 .fh = NFS_FH(inode),
6562 };
6563 struct nfs4_fsid_present_res res = {
6564 };
6565 struct rpc_message msg = {
6566 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FSID_PRESENT],
6567 .rpc_argp = &args,
6568 .rpc_resp = &res,
6569 .rpc_cred = cred,
6570 };
6571 int status;
6572
6573 res.fh = nfs_alloc_fhandle();
6574 if (res.fh == NULL)
6575 return -ENOMEM;
6576
6577 nfs4_init_sequence(&args.seq_args, &res.seq_res, 0);
6578 nfs4_set_sequence_privileged(&args.seq_args);
6579 status = nfs4_call_sync_sequence(clnt, server, &msg,
6580 &args.seq_args, &res.seq_res);
6581 nfs_free_fhandle(res.fh);
6582 if (status == NFS4_OK &&
6583 res.seq_res.sr_status_flags & SEQ4_STATUS_LEASE_MOVED)
6584 status = -NFS4ERR_LEASE_MOVED;
6585 return status;
6586}
6587
6588#endif /* CONFIG_NFS_V4_1 */
6589
6590/**
6591 * nfs4_proc_fsid_present - Is this FSID present or absent on server?
6592 * @inode: inode on FSID to check
6593 * @cred: credential to use for this operation
6594 *
6595 * Server indicates whether the FSID is present, moved, or not
6596 * recognized. This operation is necessary to clear a LEASE_MOVED
6597 * condition for this client ID.
6598 *
6599 * Returns NFS4_OK if the FSID is present on this server,
6600 * -NFS4ERR_MOVED if the FSID is no longer present, a negative
6601 * NFS4ERR code if some error occurred on the server, or a
6602 * negative errno if a local failure occurred.
6603 */
6604int nfs4_proc_fsid_present(struct inode *inode, struct rpc_cred *cred)
6605{
6606 struct nfs_server *server = NFS_SERVER(inode);
6607 struct nfs_client *clp = server->nfs_client;
6608 const struct nfs4_mig_recovery_ops *ops =
6609 clp->cl_mvops->mig_recovery_ops;
6610 struct nfs4_exception exception = { };
6611 int status;
6612
6613 dprintk("%s: FSID %llx:%llx on \"%s\"\n", __func__,
6614 (unsigned long long)server->fsid.major,
6615 (unsigned long long)server->fsid.minor,
6616 clp->cl_hostname);
6617 nfs_display_fhandle(NFS_FH(inode), __func__);
6618
6619 do {
6620 status = ops->fsid_present(inode, cred);
6621 if (status != -NFS4ERR_DELAY)
6622 break;
6623 nfs4_handle_exception(server, status, &exception);
6624 } while (exception.retry);
6625 return status;
6626}
6627
Andy Adamson5ec16a82013-08-08 10:57:55 -04006628/**
Weston Andros Adamsona5250de2013-09-03 15:18:49 -04006629 * If 'use_integrity' is true and the state managment nfs_client
6630 * cl_rpcclient is using krb5i/p, use the integrity protected cl_rpcclient
6631 * and the machine credential as per RFC3530bis and RFC5661 Security
6632 * Considerations sections. Otherwise, just use the user cred with the
6633 * filesystem's rpc_client.
Andy Adamson5ec16a82013-08-08 10:57:55 -04006634 */
Weston Andros Adamsona5250de2013-09-03 15:18:49 -04006635static 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 +00006636{
6637 int status;
6638 struct nfs4_secinfo_arg args = {
6639 .dir_fh = NFS_FH(dir),
6640 .name = name,
6641 };
6642 struct nfs4_secinfo_res res = {
6643 .flavors = flavors,
6644 };
6645 struct rpc_message msg = {
6646 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SECINFO],
6647 .rpc_argp = &args,
6648 .rpc_resp = &res,
6649 };
Weston Andros Adamsona5250de2013-09-03 15:18:49 -04006650 struct rpc_clnt *clnt = NFS_SERVER(dir)->client;
Weston Andros Adamson7cb852d2013-09-10 18:44:31 -04006651 struct rpc_cred *cred = NULL;
Weston Andros Adamsona5250de2013-09-03 15:18:49 -04006652
6653 if (use_integrity) {
6654 clnt = NFS_SERVER(dir)->nfs_client->cl_rpcclient;
Weston Andros Adamson7cb852d2013-09-10 18:44:31 -04006655 cred = nfs4_get_clid_cred(NFS_SERVER(dir)->nfs_client);
6656 msg.rpc_cred = cred;
Weston Andros Adamsona5250de2013-09-03 15:18:49 -04006657 }
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00006658
6659 dprintk("NFS call secinfo %s\n", name->name);
Weston Andros Adamson8b5bee22013-08-13 16:37:35 -04006660
6661 nfs4_state_protect(NFS_SERVER(dir)->nfs_client,
6662 NFS_SP4_MACH_CRED_SECINFO, &clnt, &msg);
6663
Weston Andros Adamsona5250de2013-09-03 15:18:49 -04006664 status = nfs4_call_sync(clnt, NFS_SERVER(dir), &msg, &args.seq_args,
6665 &res.seq_res, 0);
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00006666 dprintk("NFS reply secinfo: %d\n", status);
Weston Andros Adamsona5250de2013-09-03 15:18:49 -04006667
Weston Andros Adamson7cb852d2013-09-10 18:44:31 -04006668 if (cred)
6669 put_rpccred(cred);
Weston Andros Adamsona5250de2013-09-03 15:18:49 -04006670
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00006671 return status;
6672}
6673
Bryan Schumaker72de53e2012-04-27 13:27:40 -04006674int nfs4_proc_secinfo(struct inode *dir, const struct qstr *name,
6675 struct nfs4_secinfo_flavors *flavors)
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00006676{
6677 struct nfs4_exception exception = { };
6678 int err;
6679 do {
Weston Andros Adamsona5250de2013-09-03 15:18:49 -04006680 err = -NFS4ERR_WRONGSEC;
6681
6682 /* try to use integrity protection with machine cred */
6683 if (_nfs4_is_integrity_protected(NFS_SERVER(dir)->nfs_client))
6684 err = _nfs4_proc_secinfo(dir, name, flavors, true);
6685
6686 /*
6687 * if unable to use integrity protection, or SECINFO with
6688 * integrity protection returns NFS4ERR_WRONGSEC (which is
6689 * disallowed by spec, but exists in deployed servers) use
6690 * the current filesystem's rpc_client and the user cred.
6691 */
6692 if (err == -NFS4ERR_WRONGSEC)
6693 err = _nfs4_proc_secinfo(dir, name, flavors, false);
6694
Trond Myklebust078ea3d2013-08-12 16:45:55 -04006695 trace_nfs4_secinfo(dir, name, err);
6696 err = nfs4_handle_exception(NFS_SERVER(dir), err,
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00006697 &exception);
6698 } while (exception.retry);
6699 return err;
6700}
6701
Andy Adamson557134a2009-04-01 09:21:53 -04006702#ifdef CONFIG_NFS_V4_1
Benny Halevy99fe60d2009-04-01 09:22:29 -04006703/*
Andy Adamson357f54d2010-12-14 10:11:57 -05006704 * Check the exchange flags returned by the server for invalid flags, having
6705 * both PNFS and NON_PNFS flags set, and not having one of NON_PNFS, PNFS, or
6706 * DS flags set.
6707 */
6708static int nfs4_check_cl_exchange_flags(u32 flags)
6709{
6710 if (flags & ~EXCHGID4_FLAG_MASK_R)
6711 goto out_inval;
6712 if ((flags & EXCHGID4_FLAG_USE_PNFS_MDS) &&
6713 (flags & EXCHGID4_FLAG_USE_NON_PNFS))
6714 goto out_inval;
6715 if (!(flags & (EXCHGID4_FLAG_MASK_PNFS)))
6716 goto out_inval;
6717 return NFS_OK;
6718out_inval:
6719 return -NFS4ERR_INVAL;
6720}
6721
Weston Andros Adamson78fe0f42011-05-31 19:05:47 -04006722static bool
Chuck Lever79d4e1f2012-05-21 22:44:31 -04006723nfs41_same_server_scope(struct nfs41_server_scope *a,
6724 struct nfs41_server_scope *b)
Weston Andros Adamson78fe0f42011-05-31 19:05:47 -04006725{
6726 if (a->server_scope_sz == b->server_scope_sz &&
6727 memcmp(a->server_scope, b->server_scope, a->server_scope_sz) == 0)
6728 return true;
6729
6730 return false;
6731}
6732
Andy Adamson357f54d2010-12-14 10:11:57 -05006733/*
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006734 * nfs4_proc_bind_conn_to_session()
6735 *
6736 * The 4.1 client currently uses the same TCP connection for the
6737 * fore and backchannel.
6738 */
Trond Myklebust2cf047c2012-05-25 17:57:41 -04006739int nfs4_proc_bind_conn_to_session(struct nfs_client *clp, struct rpc_cred *cred)
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006740{
6741 int status;
Trond Myklebust71a097c2015-02-18 09:27:18 -08006742 struct nfs41_bind_conn_to_session_args args = {
6743 .client = clp,
6744 .dir = NFS4_CDFC4_FORE_OR_BOTH,
6745 };
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006746 struct nfs41_bind_conn_to_session_res res;
6747 struct rpc_message msg = {
6748 .rpc_proc =
6749 &nfs4_procedures[NFSPROC4_CLNT_BIND_CONN_TO_SESSION],
Trond Myklebust71a097c2015-02-18 09:27:18 -08006750 .rpc_argp = &args,
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006751 .rpc_resp = &res,
Trond Myklebust2cf047c2012-05-25 17:57:41 -04006752 .rpc_cred = cred,
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006753 };
6754
6755 dprintk("--> %s\n", __func__);
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006756
Trond Myklebust71a097c2015-02-18 09:27:18 -08006757 nfs4_copy_sessionid(&args.sessionid, &clp->cl_session->sess_id);
6758 if (!(clp->cl_session->flags & SESSION4_BACK_CHAN))
6759 args.dir = NFS4_CDFC4_FORE;
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006760
6761 status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Trond Myklebustc6d01c62013-08-09 11:51:26 -04006762 trace_nfs4_bind_conn_to_session(clp, status);
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006763 if (status == 0) {
Trond Myklebust71a097c2015-02-18 09:27:18 -08006764 if (memcmp(res.sessionid.data,
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006765 clp->cl_session->sess_id.data, NFS4_MAX_SESSIONID_LEN)) {
6766 dprintk("NFS: %s: Session ID mismatch\n", __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.dir & args.dir) != res.dir || res.dir == 0) {
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006771 dprintk("NFS: %s: Unexpected direction from server\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 }
Trond Myklebust71a097c2015-02-18 09:27:18 -08006776 if (res.use_conn_in_rdma_mode != args.use_conn_in_rdma_mode) {
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006777 dprintk("NFS: %s: Server returned RDMA mode = true\n",
6778 __func__);
6779 status = -EIO;
Trond Myklebust71a097c2015-02-18 09:27:18 -08006780 goto out;
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006781 }
6782 }
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006783out:
6784 dprintk("<-- %s status= %d\n", __func__, status);
6785 return status;
6786}
6787
6788/*
Weston Andros Adamsonfa940722013-08-13 16:37:34 -04006789 * Minimum set of SP4_MACH_CRED operations from RFC 5661 in the enforce map
6790 * and operations we'd like to see to enable certain features in the allow map
Benny Halevy99fe60d2009-04-01 09:22:29 -04006791 */
Weston Andros Adamson2031cd12013-08-13 16:37:32 -04006792static const struct nfs41_state_protection nfs4_sp4_mach_cred_request = {
6793 .how = SP4_MACH_CRED,
6794 .enforce.u.words = {
6795 [1] = 1 << (OP_BIND_CONN_TO_SESSION - 32) |
6796 1 << (OP_EXCHANGE_ID - 32) |
6797 1 << (OP_CREATE_SESSION - 32) |
6798 1 << (OP_DESTROY_SESSION - 32) |
6799 1 << (OP_DESTROY_CLIENTID - 32)
Weston Andros Adamsonfa940722013-08-13 16:37:34 -04006800 },
6801 .allow.u.words = {
6802 [0] = 1 << (OP_CLOSE) |
Weston Andros Adamsona0279622013-09-10 18:44:30 -04006803 1 << (OP_LOCKU) |
6804 1 << (OP_COMMIT),
Weston Andros Adamson8b5bee22013-08-13 16:37:35 -04006805 [1] = 1 << (OP_SECINFO - 32) |
Weston Andros Adamson3787d502013-08-13 16:37:36 -04006806 1 << (OP_SECINFO_NO_NAME - 32) |
6807 1 << (OP_TEST_STATEID - 32) |
Weston Andros Adamsona0279622013-09-10 18:44:30 -04006808 1 << (OP_FREE_STATEID - 32) |
6809 1 << (OP_WRITE - 32)
Weston Andros Adamson2031cd12013-08-13 16:37:32 -04006810 }
6811};
6812
6813/*
6814 * Select the state protection mode for client `clp' given the server results
6815 * from exchange_id in `sp'.
6816 *
6817 * Returns 0 on success, negative errno otherwise.
6818 */
6819static int nfs4_sp4_select_mode(struct nfs_client *clp,
6820 struct nfs41_state_protection *sp)
6821{
6822 static const u32 supported_enforce[NFS4_OP_MAP_NUM_WORDS] = {
6823 [1] = 1 << (OP_BIND_CONN_TO_SESSION - 32) |
6824 1 << (OP_EXCHANGE_ID - 32) |
6825 1 << (OP_CREATE_SESSION - 32) |
6826 1 << (OP_DESTROY_SESSION - 32) |
6827 1 << (OP_DESTROY_CLIENTID - 32)
6828 };
6829 unsigned int i;
6830
6831 if (sp->how == SP4_MACH_CRED) {
6832 /* Print state protect result */
6833 dfprintk(MOUNT, "Server SP4_MACH_CRED support:\n");
6834 for (i = 0; i <= LAST_NFS4_OP; i++) {
6835 if (test_bit(i, sp->enforce.u.longs))
6836 dfprintk(MOUNT, " enforce op %d\n", i);
6837 if (test_bit(i, sp->allow.u.longs))
6838 dfprintk(MOUNT, " allow op %d\n", i);
6839 }
6840
6841 /* make sure nothing is on enforce list that isn't supported */
6842 for (i = 0; i < NFS4_OP_MAP_NUM_WORDS; i++) {
6843 if (sp->enforce.u.words[i] & ~supported_enforce[i]) {
6844 dfprintk(MOUNT, "sp4_mach_cred: disabled\n");
6845 return -EINVAL;
6846 }
6847 }
6848
6849 /*
6850 * Minimal mode - state operations are allowed to use machine
6851 * credential. Note this already happens by default, so the
6852 * client doesn't have to do anything more than the negotiation.
6853 *
6854 * NOTE: we don't care if EXCHANGE_ID is in the list -
6855 * we're already using the machine cred for exchange_id
6856 * and will never use a different cred.
6857 */
6858 if (test_bit(OP_BIND_CONN_TO_SESSION, sp->enforce.u.longs) &&
6859 test_bit(OP_CREATE_SESSION, sp->enforce.u.longs) &&
6860 test_bit(OP_DESTROY_SESSION, sp->enforce.u.longs) &&
6861 test_bit(OP_DESTROY_CLIENTID, sp->enforce.u.longs)) {
6862 dfprintk(MOUNT, "sp4_mach_cred:\n");
6863 dfprintk(MOUNT, " minimal mode enabled\n");
6864 set_bit(NFS_SP4_MACH_CRED_MINIMAL, &clp->cl_sp4_flags);
6865 } else {
6866 dfprintk(MOUNT, "sp4_mach_cred: disabled\n");
6867 return -EINVAL;
6868 }
Weston Andros Adamsonfa940722013-08-13 16:37:34 -04006869
6870 if (test_bit(OP_CLOSE, sp->allow.u.longs) &&
6871 test_bit(OP_LOCKU, sp->allow.u.longs)) {
6872 dfprintk(MOUNT, " cleanup mode enabled\n");
6873 set_bit(NFS_SP4_MACH_CRED_CLEANUP, &clp->cl_sp4_flags);
6874 }
Weston Andros Adamson8b5bee22013-08-13 16:37:35 -04006875
6876 if (test_bit(OP_SECINFO, sp->allow.u.longs) &&
6877 test_bit(OP_SECINFO_NO_NAME, sp->allow.u.longs)) {
6878 dfprintk(MOUNT, " secinfo mode enabled\n");
6879 set_bit(NFS_SP4_MACH_CRED_SECINFO, &clp->cl_sp4_flags);
6880 }
Weston Andros Adamson3787d502013-08-13 16:37:36 -04006881
6882 if (test_bit(OP_TEST_STATEID, sp->allow.u.longs) &&
6883 test_bit(OP_FREE_STATEID, sp->allow.u.longs)) {
6884 dfprintk(MOUNT, " stateid mode enabled\n");
6885 set_bit(NFS_SP4_MACH_CRED_STATEID, &clp->cl_sp4_flags);
6886 }
Weston Andros Adamson8c21c622013-08-13 16:37:37 -04006887
6888 if (test_bit(OP_WRITE, sp->allow.u.longs)) {
6889 dfprintk(MOUNT, " write mode enabled\n");
6890 set_bit(NFS_SP4_MACH_CRED_WRITE, &clp->cl_sp4_flags);
6891 }
6892
6893 if (test_bit(OP_COMMIT, sp->allow.u.longs)) {
6894 dfprintk(MOUNT, " commit mode enabled\n");
6895 set_bit(NFS_SP4_MACH_CRED_COMMIT, &clp->cl_sp4_flags);
6896 }
Weston Andros Adamson2031cd12013-08-13 16:37:32 -04006897 }
6898
6899 return 0;
6900}
6901
6902/*
6903 * _nfs4_proc_exchange_id()
6904 *
6905 * Wrapper for EXCHANGE_ID operation.
6906 */
6907static int _nfs4_proc_exchange_id(struct nfs_client *clp, struct rpc_cred *cred,
6908 u32 sp4_how)
Benny Halevy99fe60d2009-04-01 09:22:29 -04006909{
6910 nfs4_verifier verifier;
6911 struct nfs41_exchange_id_args args = {
Chuck Levercd937102012-03-02 17:14:31 -05006912 .verifier = &verifier,
Benny Halevy99fe60d2009-04-01 09:22:29 -04006913 .client = clp,
Chuck Levercd3fade2013-10-17 14:14:04 -04006914#ifdef CONFIG_NFS_V4_1_MIGRATION
Trond Myklebust4f0b4292013-05-20 12:24:03 -04006915 .flags = EXCHGID4_FLAG_SUPP_MOVED_REFER |
Chuck Levercd3fade2013-10-17 14:14:04 -04006916 EXCHGID4_FLAG_BIND_PRINC_STATEID |
6917 EXCHGID4_FLAG_SUPP_MOVED_MIGR,
6918#else
6919 .flags = EXCHGID4_FLAG_SUPP_MOVED_REFER |
6920 EXCHGID4_FLAG_BIND_PRINC_STATEID,
6921#endif
Benny Halevy99fe60d2009-04-01 09:22:29 -04006922 };
6923 struct nfs41_exchange_id_res res = {
Trond Myklebust32b01312012-05-26 13:41:04 -04006924 0
Benny Halevy99fe60d2009-04-01 09:22:29 -04006925 };
6926 int status;
6927 struct rpc_message msg = {
6928 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_EXCHANGE_ID],
6929 .rpc_argp = &args,
6930 .rpc_resp = &res,
6931 .rpc_cred = cred,
6932 };
Benny Halevy99fe60d2009-04-01 09:22:29 -04006933
Chuck Leverf0920752012-05-21 22:45:41 -04006934 nfs4_init_boot_verifier(clp, &verifier);
Jeff Layton873e3852015-06-09 19:44:00 -04006935
6936 status = nfs4_init_uniform_client_string(clp);
6937 if (status)
Jeff Layton3a6bb732015-06-09 19:43:57 -04006938 goto out;
Jeff Layton3a6bb732015-06-09 19:43:57 -04006939
6940 dprintk("NFS call exchange_id auth=%s, '%s'\n",
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04006941 clp->cl_rpcclient->cl_auth->au_ops->au_name,
Jeff Layton3a6bb732015-06-09 19:43:57 -04006942 clp->cl_owner_id);
Benny Halevy99fe60d2009-04-01 09:22:29 -04006943
Chuck Leveracdeb692012-05-21 22:46:16 -04006944 res.server_owner = kzalloc(sizeof(struct nfs41_server_owner),
Trond Myklebustbbafffd2012-05-24 16:31:39 -04006945 GFP_NOFS);
Chuck Leveracdeb692012-05-21 22:46:16 -04006946 if (unlikely(res.server_owner == NULL)) {
Weston Andros Adamsonabe9a6d2012-02-16 11:17:05 -05006947 status = -ENOMEM;
6948 goto out;
6949 }
Weston Andros Adamson78fe0f42011-05-31 19:05:47 -04006950
Chuck Lever79d4e1f2012-05-21 22:44:31 -04006951 res.server_scope = kzalloc(sizeof(struct nfs41_server_scope),
Trond Myklebustbbafffd2012-05-24 16:31:39 -04006952 GFP_NOFS);
Chuck Lever177313f2012-05-21 22:44:58 -04006953 if (unlikely(res.server_scope == NULL)) {
Benny Halevy99fe60d2009-04-01 09:22:29 -04006954 status = -ENOMEM;
Chuck Leveracdeb692012-05-21 22:46:16 -04006955 goto out_server_owner;
Benny Halevy99fe60d2009-04-01 09:22:29 -04006956 }
6957
Trond Myklebustbbafffd2012-05-24 16:31:39 -04006958 res.impl_id = kzalloc(sizeof(struct nfs41_impl_id), GFP_NOFS);
Chuck Lever177313f2012-05-21 22:44:58 -04006959 if (unlikely(res.impl_id == NULL)) {
Weston Andros Adamson7d2ed9a2012-02-17 15:20:26 -05006960 status = -ENOMEM;
6961 goto out_server_scope;
6962 }
6963
Weston Andros Adamson2031cd12013-08-13 16:37:32 -04006964 switch (sp4_how) {
6965 case SP4_NONE:
6966 args.state_protect.how = SP4_NONE;
6967 break;
6968
6969 case SP4_MACH_CRED:
6970 args.state_protect = nfs4_sp4_mach_cred_request;
6971 break;
6972
6973 default:
6974 /* unsupported! */
6975 WARN_ON_ONCE(1);
6976 status = -EINVAL;
6977 goto out_server_scope;
6978 }
6979
Trond Myklebust1bd714f2011-04-24 14:29:33 -04006980 status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Trond Myklebustc6d01c62013-08-09 11:51:26 -04006981 trace_nfs4_exchange_id(clp, status);
Chuck Lever177313f2012-05-21 22:44:58 -04006982 if (status == 0)
Trond Myklebust32b01312012-05-26 13:41:04 -04006983 status = nfs4_check_cl_exchange_flags(res.flags);
Weston Andros Adamson78fe0f42011-05-31 19:05:47 -04006984
Weston Andros Adamson2031cd12013-08-13 16:37:32 -04006985 if (status == 0)
6986 status = nfs4_sp4_select_mode(clp, &res.state_protect);
6987
Chuck Lever177313f2012-05-21 22:44:58 -04006988 if (status == 0) {
Trond Myklebust32b01312012-05-26 13:41:04 -04006989 clp->cl_clientid = res.clientid;
Trond Myklebuste11259f2015-03-03 20:35:31 -05006990 clp->cl_exchange_flags = res.flags;
6991 /* Client ID is not confirmed */
6992 if (!(res.flags & EXCHGID4_FLAG_CONFIRMED_R)) {
6993 clear_bit(NFS4_SESSION_ESTABLISHED,
6994 &clp->cl_session->session_state);
Trond Myklebust32b01312012-05-26 13:41:04 -04006995 clp->cl_seqid = res.seqid;
Trond Myklebuste11259f2015-03-03 20:35:31 -05006996 }
Trond Myklebust32b01312012-05-26 13:41:04 -04006997
Chuck Leveracdeb692012-05-21 22:46:16 -04006998 kfree(clp->cl_serverowner);
6999 clp->cl_serverowner = res.server_owner;
7000 res.server_owner = NULL;
Chuck Leveracdeb692012-05-21 22:46:16 -04007001
Weston Andros Adamson7d2ed9a2012-02-17 15:20:26 -05007002 /* use the most recent implementation id */
Chuck Lever59155542012-05-21 22:44:41 -04007003 kfree(clp->cl_implid);
7004 clp->cl_implid = res.impl_id;
Weston Andros Adamson7d2ed9a2012-02-17 15:20:26 -05007005
Chuck Lever177313f2012-05-21 22:44:58 -04007006 if (clp->cl_serverscope != NULL &&
Chuck Lever79d4e1f2012-05-21 22:44:31 -04007007 !nfs41_same_server_scope(clp->cl_serverscope,
Weston Andros Adamson78fe0f42011-05-31 19:05:47 -04007008 res.server_scope)) {
7009 dprintk("%s: server_scope mismatch detected\n",
7010 __func__);
7011 set_bit(NFS4CLNT_SERVER_SCOPE_MISMATCH, &clp->cl_state);
Chuck Lever79d4e1f2012-05-21 22:44:31 -04007012 kfree(clp->cl_serverscope);
7013 clp->cl_serverscope = NULL;
Weston Andros Adamson78fe0f42011-05-31 19:05:47 -04007014 }
7015
Chuck Lever177313f2012-05-21 22:44:58 -04007016 if (clp->cl_serverscope == NULL) {
Chuck Lever79d4e1f2012-05-21 22:44:31 -04007017 clp->cl_serverscope = res.server_scope;
Weston Andros Adamsonabe9a6d2012-02-16 11:17:05 -05007018 goto out;
7019 }
Trond Myklebust32b01312012-05-26 13:41:04 -04007020 } else
7021 kfree(res.impl_id);
Weston Andros Adamson7d2ed9a2012-02-17 15:20:26 -05007022
Chuck Leveracdeb692012-05-21 22:46:16 -04007023out_server_owner:
7024 kfree(res.server_owner);
Weston Andros Adamson7d2ed9a2012-02-17 15:20:26 -05007025out_server_scope:
Weston Andros Adamsonabe9a6d2012-02-16 11:17:05 -05007026 kfree(res.server_scope);
7027out:
Chuck Lever177313f2012-05-21 22:44:58 -04007028 if (clp->cl_implid != NULL)
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04007029 dprintk("NFS reply exchange_id: Server Implementation ID: "
Weston Andros Adamson7d2ed9a2012-02-17 15:20:26 -05007030 "domain: %s, name: %s, date: %llu,%u\n",
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04007031 clp->cl_implid->domain, clp->cl_implid->name,
Chuck Lever59155542012-05-21 22:44:41 -04007032 clp->cl_implid->date.seconds,
7033 clp->cl_implid->date.nseconds);
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04007034 dprintk("NFS reply exchange_id: %d\n", status);
Benny Halevy99fe60d2009-04-01 09:22:29 -04007035 return status;
7036}
7037
Weston Andros Adamson2031cd12013-08-13 16:37:32 -04007038/*
7039 * nfs4_proc_exchange_id()
7040 *
7041 * Returns zero, a negative errno, or a negative NFS4ERR status code.
7042 *
7043 * Since the clientid has expired, all compounds using sessions
7044 * associated with the stale clientid will be returning
7045 * NFS4ERR_BADSESSION in the sequence operation, and will therefore
7046 * be in some phase of session reset.
7047 *
7048 * Will attempt to negotiate SP4_MACH_CRED if krb5i / krb5p auth is used.
7049 */
7050int nfs4_proc_exchange_id(struct nfs_client *clp, struct rpc_cred *cred)
7051{
7052 rpc_authflavor_t authflavor = clp->cl_rpcclient->cl_auth->au_flavor;
7053 int status;
7054
7055 /* try SP4_MACH_CRED if krb5i/p */
7056 if (authflavor == RPC_AUTH_GSS_KRB5I ||
7057 authflavor == RPC_AUTH_GSS_KRB5P) {
7058 status = _nfs4_proc_exchange_id(clp, cred, SP4_MACH_CRED);
7059 if (!status)
7060 return 0;
7061 }
7062
7063 /* try SP4_NONE */
7064 return _nfs4_proc_exchange_id(clp, cred, SP4_NONE);
7065}
7066
Trond Myklebust66245532012-05-25 17:18:09 -04007067static int _nfs4_proc_destroy_clientid(struct nfs_client *clp,
7068 struct rpc_cred *cred)
7069{
7070 struct rpc_message msg = {
7071 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_DESTROY_CLIENTID],
7072 .rpc_argp = clp,
7073 .rpc_cred = cred,
7074 };
7075 int status;
7076
7077 status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Trond Myklebustc6d01c62013-08-09 11:51:26 -04007078 trace_nfs4_destroy_clientid(clp, status);
Trond Myklebust66245532012-05-25 17:18:09 -04007079 if (status)
Trond Myklebust02c67522012-06-07 13:45:53 -04007080 dprintk("NFS: Got error %d from the server %s on "
Trond Myklebust66245532012-05-25 17:18:09 -04007081 "DESTROY_CLIENTID.", status, clp->cl_hostname);
7082 return status;
7083}
7084
7085static int nfs4_proc_destroy_clientid(struct nfs_client *clp,
7086 struct rpc_cred *cred)
7087{
7088 unsigned int loop;
7089 int ret;
7090
7091 for (loop = NFS4_MAX_LOOP_ON_RECOVER; loop != 0; loop--) {
7092 ret = _nfs4_proc_destroy_clientid(clp, cred);
7093 switch (ret) {
7094 case -NFS4ERR_DELAY:
7095 case -NFS4ERR_CLIENTID_BUSY:
7096 ssleep(1);
7097 break;
7098 default:
7099 return ret;
7100 }
7101 }
7102 return 0;
7103}
7104
7105int nfs4_destroy_clientid(struct nfs_client *clp)
7106{
7107 struct rpc_cred *cred;
7108 int ret = 0;
7109
7110 if (clp->cl_mvops->minor_version < 1)
7111 goto out;
7112 if (clp->cl_exchange_flags == 0)
7113 goto out;
Chuck Lever05f4c352012-09-14 17:24:32 -04007114 if (clp->cl_preserve_clid)
7115 goto out;
Chuck Lever73d8bde2013-07-24 12:28:37 -04007116 cred = nfs4_get_clid_cred(clp);
Trond Myklebust66245532012-05-25 17:18:09 -04007117 ret = nfs4_proc_destroy_clientid(clp, cred);
7118 if (cred)
7119 put_rpccred(cred);
7120 switch (ret) {
7121 case 0:
7122 case -NFS4ERR_STALE_CLIENTID:
7123 clp->cl_exchange_flags = 0;
7124 }
7125out:
7126 return ret;
7127}
7128
Andy Adamson2050f0c2009-04-01 09:22:30 -04007129struct nfs4_get_lease_time_data {
7130 struct nfs4_get_lease_time_args *args;
7131 struct nfs4_get_lease_time_res *res;
7132 struct nfs_client *clp;
7133};
7134
7135static void nfs4_get_lease_time_prepare(struct rpc_task *task,
7136 void *calldata)
7137{
Andy Adamson2050f0c2009-04-01 09:22:30 -04007138 struct nfs4_get_lease_time_data *data =
7139 (struct nfs4_get_lease_time_data *)calldata;
7140
7141 dprintk("--> %s\n", __func__);
7142 /* just setup sequence, do not trigger session recovery
7143 since we're invoked within one */
Trond Myklebustd9afbd12012-10-22 20:28:44 -04007144 nfs41_setup_sequence(data->clp->cl_session,
7145 &data->args->la_seq_args,
7146 &data->res->lr_seq_res,
7147 task);
Andy Adamson2050f0c2009-04-01 09:22:30 -04007148 dprintk("<-- %s\n", __func__);
7149}
7150
7151/*
7152 * Called from nfs4_state_manager thread for session setup, so don't recover
7153 * from sequence operation or clientid errors.
7154 */
7155static void nfs4_get_lease_time_done(struct rpc_task *task, void *calldata)
7156{
7157 struct nfs4_get_lease_time_data *data =
7158 (struct nfs4_get_lease_time_data *)calldata;
7159
7160 dprintk("--> %s\n", __func__);
Trond Myklebust14516c32010-07-31 14:29:06 -04007161 if (!nfs41_sequence_done(task, &data->res->lr_seq_res))
7162 return;
Andy Adamson2050f0c2009-04-01 09:22:30 -04007163 switch (task->tk_status) {
7164 case -NFS4ERR_DELAY:
7165 case -NFS4ERR_GRACE:
7166 dprintk("%s Retry: tk_status %d\n", __func__, task->tk_status);
7167 rpc_delay(task, NFS4_POLL_RETRY_MIN);
7168 task->tk_status = 0;
Andy Adamsona8a4ae32011-05-03 13:43:03 -04007169 /* fall through */
7170 case -NFS4ERR_RETRY_UNCACHED_REP:
Trond Myklebustd00c5d42011-10-19 12:17:29 -07007171 rpc_restart_call_prepare(task);
Andy Adamson2050f0c2009-04-01 09:22:30 -04007172 return;
7173 }
Andy Adamson2050f0c2009-04-01 09:22:30 -04007174 dprintk("<-- %s\n", __func__);
7175}
7176
Trond Myklebust17280172012-03-11 13:11:00 -04007177static const struct rpc_call_ops nfs4_get_lease_time_ops = {
Andy Adamson2050f0c2009-04-01 09:22:30 -04007178 .rpc_call_prepare = nfs4_get_lease_time_prepare,
7179 .rpc_call_done = nfs4_get_lease_time_done,
7180};
7181
7182int nfs4_proc_get_lease_time(struct nfs_client *clp, struct nfs_fsinfo *fsinfo)
7183{
7184 struct rpc_task *task;
7185 struct nfs4_get_lease_time_args args;
7186 struct nfs4_get_lease_time_res res = {
7187 .lr_fsinfo = fsinfo,
7188 };
7189 struct nfs4_get_lease_time_data data = {
7190 .args = &args,
7191 .res = &res,
7192 .clp = clp,
7193 };
7194 struct rpc_message msg = {
7195 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GET_LEASE_TIME],
7196 .rpc_argp = &args,
7197 .rpc_resp = &res,
7198 };
7199 struct rpc_task_setup task_setup = {
7200 .rpc_client = clp->cl_rpcclient,
7201 .rpc_message = &msg,
7202 .callback_ops = &nfs4_get_lease_time_ops,
Trond Myklebust1bd714f2011-04-24 14:29:33 -04007203 .callback_data = &data,
7204 .flags = RPC_TASK_TIMEOUT,
Andy Adamson2050f0c2009-04-01 09:22:30 -04007205 };
7206 int status;
7207
Chuck Levera9c92d62013-08-09 12:48:18 -04007208 nfs4_init_sequence(&args.la_seq_args, &res.lr_seq_res, 0);
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04007209 nfs4_set_sequence_privileged(&args.la_seq_args);
Andy Adamson2050f0c2009-04-01 09:22:30 -04007210 dprintk("--> %s\n", __func__);
7211 task = rpc_run_task(&task_setup);
7212
7213 if (IS_ERR(task))
7214 status = PTR_ERR(task);
7215 else {
7216 status = task->tk_status;
7217 rpc_put_task(task);
7218 }
7219 dprintk("<-- %s return %d\n", __func__, status);
7220
7221 return status;
7222}
7223
Andy Adamsonfc931582009-04-01 09:22:31 -04007224/*
7225 * Initialize the values to be used by the client in CREATE_SESSION
7226 * If nfs4_init_session set the fore channel request and response sizes,
7227 * use them.
7228 *
7229 * Set the back channel max_resp_sz_cached to zero to force the client to
7230 * always set csa_cachethis to FALSE because the current implementation
7231 * of the back channel DRC only supports caching the CB_SEQUENCE operation.
7232 */
7233static void nfs4_init_channel_attrs(struct nfs41_create_session_args *args)
7234{
Andy Adamson18aad3d2013-06-26 12:21:49 -04007235 unsigned int max_rqst_sz, max_resp_sz;
Andy Adamsonfc931582009-04-01 09:22:31 -04007236
Andy Adamson18aad3d2013-06-26 12:21:49 -04007237 max_rqst_sz = NFS_MAX_FILE_IO_SIZE + nfs41_maxwrite_overhead;
7238 max_resp_sz = NFS_MAX_FILE_IO_SIZE + nfs41_maxread_overhead;
7239
Andy Adamsonfc931582009-04-01 09:22:31 -04007240 /* Fore channel attributes */
Andy Adamson18aad3d2013-06-26 12:21:49 -04007241 args->fc_attrs.max_rqst_sz = max_rqst_sz;
7242 args->fc_attrs.max_resp_sz = max_resp_sz;
Andy Adamsonfc931582009-04-01 09:22:31 -04007243 args->fc_attrs.max_ops = NFS4_MAX_OPS;
Trond Myklebustef159e92012-02-06 19:50:40 -05007244 args->fc_attrs.max_reqs = max_session_slots;
Andy Adamsonfc931582009-04-01 09:22:31 -04007245
7246 dprintk("%s: Fore Channel : max_rqst_sz=%u max_resp_sz=%u "
Mike Sager8e0d46e2009-12-17 12:06:26 -05007247 "max_ops=%u max_reqs=%u\n",
Andy Adamsonfc931582009-04-01 09:22:31 -04007248 __func__,
7249 args->fc_attrs.max_rqst_sz, args->fc_attrs.max_resp_sz,
Mike Sager8e0d46e2009-12-17 12:06:26 -05007250 args->fc_attrs.max_ops, args->fc_attrs.max_reqs);
Andy Adamsonfc931582009-04-01 09:22:31 -04007251
7252 /* Back channel attributes */
Andy Adamsonfc931582009-04-01 09:22:31 -04007253 args->bc_attrs.max_rqst_sz = PAGE_SIZE;
7254 args->bc_attrs.max_resp_sz = PAGE_SIZE;
7255 args->bc_attrs.max_resp_sz_cached = 0;
7256 args->bc_attrs.max_ops = NFS4_MAX_BACK_CHANNEL_OPS;
7257 args->bc_attrs.max_reqs = 1;
7258
7259 dprintk("%s: Back Channel : max_rqst_sz=%u max_resp_sz=%u "
7260 "max_resp_sz_cached=%u max_ops=%u max_reqs=%u\n",
7261 __func__,
7262 args->bc_attrs.max_rqst_sz, args->bc_attrs.max_resp_sz,
7263 args->bc_attrs.max_resp_sz_cached, args->bc_attrs.max_ops,
7264 args->bc_attrs.max_reqs);
7265}
7266
Trond Myklebust79969dd2015-02-18 11:30:18 -08007267static int nfs4_verify_fore_channel_attrs(struct nfs41_create_session_args *args,
7268 struct nfs41_create_session_res *res)
Andy Adamson8d353012009-04-01 09:22:32 -04007269{
J. Bruce Fields43c2e882010-10-02 15:19:01 -04007270 struct nfs4_channel_attrs *sent = &args->fc_attrs;
Trond Myklebust79969dd2015-02-18 11:30:18 -08007271 struct nfs4_channel_attrs *rcvd = &res->fc_attrs;
J. Bruce Fields43c2e882010-10-02 15:19:01 -04007272
J. Bruce Fields43c2e882010-10-02 15:19:01 -04007273 if (rcvd->max_resp_sz > sent->max_resp_sz)
7274 return -EINVAL;
7275 /*
7276 * Our requested max_ops is the minimum we need; we're not
7277 * prepared to break up compounds into smaller pieces than that.
7278 * So, no point even trying to continue if the server won't
7279 * cooperate:
7280 */
7281 if (rcvd->max_ops < sent->max_ops)
7282 return -EINVAL;
7283 if (rcvd->max_reqs == 0)
7284 return -EINVAL;
Vitaliy Gusevb4b9a0c2012-02-15 19:38:25 +04007285 if (rcvd->max_reqs > NFS4_MAX_SLOT_TABLE)
7286 rcvd->max_reqs = NFS4_MAX_SLOT_TABLE;
J. Bruce Fields43c2e882010-10-02 15:19:01 -04007287 return 0;
Andy Adamson8d353012009-04-01 09:22:32 -04007288}
7289
Trond Myklebust79969dd2015-02-18 11:30:18 -08007290static int nfs4_verify_back_channel_attrs(struct nfs41_create_session_args *args,
7291 struct nfs41_create_session_res *res)
J. Bruce Fields43c2e882010-10-02 15:19:01 -04007292{
7293 struct nfs4_channel_attrs *sent = &args->bc_attrs;
Trond Myklebust79969dd2015-02-18 11:30:18 -08007294 struct nfs4_channel_attrs *rcvd = &res->bc_attrs;
Andy Adamson8d353012009-04-01 09:22:32 -04007295
Trond Myklebustb1c0df52015-02-18 11:34:58 -08007296 if (!(res->flags & SESSION4_BACK_CHAN))
7297 goto out;
J. Bruce Fields43c2e882010-10-02 15:19:01 -04007298 if (rcvd->max_rqst_sz > sent->max_rqst_sz)
7299 return -EINVAL;
7300 if (rcvd->max_resp_sz < sent->max_resp_sz)
7301 return -EINVAL;
7302 if (rcvd->max_resp_sz_cached > sent->max_resp_sz_cached)
7303 return -EINVAL;
7304 /* These would render the backchannel useless: */
Vitaliy Gusevb4b9a0c2012-02-15 19:38:25 +04007305 if (rcvd->max_ops != sent->max_ops)
J. Bruce Fields43c2e882010-10-02 15:19:01 -04007306 return -EINVAL;
Vitaliy Gusevb4b9a0c2012-02-15 19:38:25 +04007307 if (rcvd->max_reqs != sent->max_reqs)
J. Bruce Fields43c2e882010-10-02 15:19:01 -04007308 return -EINVAL;
Trond Myklebustb1c0df52015-02-18 11:34:58 -08007309out:
J. Bruce Fields43c2e882010-10-02 15:19:01 -04007310 return 0;
7311}
Andy Adamson8d353012009-04-01 09:22:32 -04007312
Andy Adamson8d353012009-04-01 09:22:32 -04007313static int nfs4_verify_channel_attrs(struct nfs41_create_session_args *args,
Trond Myklebust79969dd2015-02-18 11:30:18 -08007314 struct nfs41_create_session_res *res)
Andy Adamson8d353012009-04-01 09:22:32 -04007315{
J. Bruce Fields43c2e882010-10-02 15:19:01 -04007316 int ret;
Andy Adamson8d353012009-04-01 09:22:32 -04007317
Trond Myklebust79969dd2015-02-18 11:30:18 -08007318 ret = nfs4_verify_fore_channel_attrs(args, res);
J. Bruce Fields43c2e882010-10-02 15:19:01 -04007319 if (ret)
7320 return ret;
Trond Myklebust79969dd2015-02-18 11:30:18 -08007321 return nfs4_verify_back_channel_attrs(args, res);
7322}
7323
7324static void nfs4_update_session(struct nfs4_session *session,
7325 struct nfs41_create_session_res *res)
7326{
7327 nfs4_copy_sessionid(&session->sess_id, &res->sessionid);
Trond Myklebuste11259f2015-03-03 20:35:31 -05007328 /* Mark client id and session as being confirmed */
7329 session->clp->cl_exchange_flags |= EXCHGID4_FLAG_CONFIRMED_R;
7330 set_bit(NFS4_SESSION_ESTABLISHED, &session->session_state);
Trond Myklebust79969dd2015-02-18 11:30:18 -08007331 session->flags = res->flags;
7332 memcpy(&session->fc_attrs, &res->fc_attrs, sizeof(session->fc_attrs));
Trond Myklebustb1c0df52015-02-18 11:34:58 -08007333 if (res->flags & SESSION4_BACK_CHAN)
7334 memcpy(&session->bc_attrs, &res->bc_attrs,
7335 sizeof(session->bc_attrs));
Andy Adamson8d353012009-04-01 09:22:32 -04007336}
7337
Trond Myklebust848f5bd2012-05-25 17:51:23 -04007338static int _nfs4_proc_create_session(struct nfs_client *clp,
7339 struct rpc_cred *cred)
Andy Adamsonfc931582009-04-01 09:22:31 -04007340{
7341 struct nfs4_session *session = clp->cl_session;
7342 struct nfs41_create_session_args args = {
7343 .client = clp,
Trond Myklebust79969dd2015-02-18 11:30:18 -08007344 .clientid = clp->cl_clientid,
7345 .seqid = clp->cl_seqid,
Andy Adamsonfc931582009-04-01 09:22:31 -04007346 .cb_program = NFS4_CALLBACK,
7347 };
Trond Myklebust79969dd2015-02-18 11:30:18 -08007348 struct nfs41_create_session_res res;
7349
Andy Adamsonfc931582009-04-01 09:22:31 -04007350 struct rpc_message msg = {
7351 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_CREATE_SESSION],
7352 .rpc_argp = &args,
7353 .rpc_resp = &res,
Trond Myklebust848f5bd2012-05-25 17:51:23 -04007354 .rpc_cred = cred,
Andy Adamsonfc931582009-04-01 09:22:31 -04007355 };
7356 int status;
7357
7358 nfs4_init_channel_attrs(&args);
Andy Adamson0f914212009-04-01 09:23:16 -04007359 args.flags = (SESSION4_PERSIST | SESSION4_BACK_CHAN);
Andy Adamsonfc931582009-04-01 09:22:31 -04007360
Trond Myklebust1bd714f2011-04-24 14:29:33 -04007361 status = rpc_call_sync(session->clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Trond Myklebustc6d01c62013-08-09 11:51:26 -04007362 trace_nfs4_create_session(clp, status);
Andy Adamsonfc931582009-04-01 09:22:31 -04007363
Trond Myklebust43095d32012-11-20 11:13:12 -05007364 if (!status) {
Andy Adamson8d353012009-04-01 09:22:32 -04007365 /* Verify the session's negotiated channel_attrs values */
Trond Myklebust79969dd2015-02-18 11:30:18 -08007366 status = nfs4_verify_channel_attrs(&args, &res);
Andy Adamsonfc931582009-04-01 09:22:31 -04007367 /* Increment the clientid slot sequence id */
Trond Myklebust79969dd2015-02-18 11:30:18 -08007368 if (clp->cl_seqid == res.seqid)
7369 clp->cl_seqid++;
7370 if (status)
7371 goto out;
7372 nfs4_update_session(session, &res);
Andy Adamsonfc931582009-04-01 09:22:31 -04007373 }
Trond Myklebust79969dd2015-02-18 11:30:18 -08007374out:
Andy Adamsonfc931582009-04-01 09:22:31 -04007375 return status;
7376}
7377
7378/*
7379 * Issues a CREATE_SESSION operation to the server.
7380 * It is the responsibility of the caller to verify the session is
7381 * expired before calling this routine.
7382 */
Trond Myklebust848f5bd2012-05-25 17:51:23 -04007383int nfs4_proc_create_session(struct nfs_client *clp, struct rpc_cred *cred)
Andy Adamsonfc931582009-04-01 09:22:31 -04007384{
7385 int status;
7386 unsigned *ptr;
Andy Adamsonfc931582009-04-01 09:22:31 -04007387 struct nfs4_session *session = clp->cl_session;
7388
7389 dprintk("--> %s clp=%p session=%p\n", __func__, clp, session);
7390
Trond Myklebust848f5bd2012-05-25 17:51:23 -04007391 status = _nfs4_proc_create_session(clp, cred);
Andy Adamsonfc931582009-04-01 09:22:31 -04007392 if (status)
7393 goto out;
7394
Andy Adamsonaacd5532011-11-09 13:58:21 -05007395 /* Init or reset the session slot tables */
7396 status = nfs4_setup_session_slot_tables(session);
7397 dprintk("slot table setup returned %d\n", status);
Andy Adamsonfc931582009-04-01 09:22:31 -04007398 if (status)
7399 goto out;
7400
7401 ptr = (unsigned *)&session->sess_id.data[0];
7402 dprintk("%s client>seqid %d sessionid %u:%u:%u:%u\n", __func__,
7403 clp->cl_seqid, ptr[0], ptr[1], ptr[2], ptr[3]);
Andy Adamsonfc931582009-04-01 09:22:31 -04007404out:
7405 dprintk("<-- %s\n", __func__);
7406 return status;
7407}
7408
Andy Adamson0f3e66c2009-04-01 09:22:34 -04007409/*
7410 * Issue the over-the-wire RPC DESTROY_SESSION.
7411 * The caller must serialize access to this routine.
7412 */
Trond Myklebust848f5bd2012-05-25 17:51:23 -04007413int nfs4_proc_destroy_session(struct nfs4_session *session,
7414 struct rpc_cred *cred)
Andy Adamson0f3e66c2009-04-01 09:22:34 -04007415{
Trond Myklebust848f5bd2012-05-25 17:51:23 -04007416 struct rpc_message msg = {
7417 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_DESTROY_SESSION],
7418 .rpc_argp = session,
7419 .rpc_cred = cred,
7420 };
Andy Adamson0f3e66c2009-04-01 09:22:34 -04007421 int status = 0;
Andy Adamson0f3e66c2009-04-01 09:22:34 -04007422
7423 dprintk("--> nfs4_proc_destroy_session\n");
7424
7425 /* session is still being setup */
Trond Myklebuste11259f2015-03-03 20:35:31 -05007426 if (!test_and_clear_bit(NFS4_SESSION_ESTABLISHED, &session->session_state))
7427 return 0;
Andy Adamson0f3e66c2009-04-01 09:22:34 -04007428
Trond Myklebust1bd714f2011-04-24 14:29:33 -04007429 status = rpc_call_sync(session->clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Trond Myklebustc6d01c62013-08-09 11:51:26 -04007430 trace_nfs4_destroy_session(session->clp, status);
Andy Adamson0f3e66c2009-04-01 09:22:34 -04007431
7432 if (status)
Trond Myklebust08106ac2012-06-05 10:08:24 -04007433 dprintk("NFS: Got error %d from the server on DESTROY_SESSION. "
Andy Adamson0f3e66c2009-04-01 09:22:34 -04007434 "Session has been destroyed regardless...\n", status);
7435
7436 dprintk("<-- nfs4_proc_destroy_session\n");
7437 return status;
7438}
7439
Trond Myklebust7b38c362012-05-23 13:23:31 -04007440/*
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007441 * Renew the cl_session lease.
7442 */
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04007443struct nfs4_sequence_data {
7444 struct nfs_client *clp;
7445 struct nfs4_sequence_args args;
7446 struct nfs4_sequence_res res;
7447};
7448
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08007449static void nfs41_sequence_release(void *data)
7450{
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04007451 struct nfs4_sequence_data *calldata = data;
7452 struct nfs_client *clp = calldata->clp;
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08007453
Alexandros Batsakis71358402010-02-05 03:45:05 -08007454 if (atomic_read(&clp->cl_count) > 1)
7455 nfs4_schedule_state_renewal(clp);
7456 nfs_put_client(clp);
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04007457 kfree(calldata);
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08007458}
7459
Trond Myklebustaa5190d2010-06-16 09:52:25 -04007460static int nfs41_sequence_handle_errors(struct rpc_task *task, struct nfs_client *clp)
7461{
7462 switch(task->tk_status) {
7463 case -NFS4ERR_DELAY:
Trond Myklebustaa5190d2010-06-16 09:52:25 -04007464 rpc_delay(task, NFS4_POLL_RETRY_MAX);
7465 return -EAGAIN;
7466 default:
Trond Myklebust0400a6b2011-03-09 16:00:53 -05007467 nfs4_schedule_lease_recovery(clp);
Trond Myklebustaa5190d2010-06-16 09:52:25 -04007468 }
7469 return 0;
7470}
7471
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08007472static void nfs41_sequence_call_done(struct rpc_task *task, void *data)
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007473{
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04007474 struct nfs4_sequence_data *calldata = data;
7475 struct nfs_client *clp = calldata->clp;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007476
Trond Myklebust14516c32010-07-31 14:29:06 -04007477 if (!nfs41_sequence_done(task, task->tk_msg.rpc_resp))
7478 return;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007479
Trond Myklebustc6d01c62013-08-09 11:51:26 -04007480 trace_nfs4_sequence(clp, task->tk_status);
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007481 if (task->tk_status < 0) {
7482 dprintk("%s ERROR %d\n", __func__, task->tk_status);
Alexandros Batsakis71358402010-02-05 03:45:05 -08007483 if (atomic_read(&clp->cl_count) == 1)
7484 goto out;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007485
Trond Myklebustaa5190d2010-06-16 09:52:25 -04007486 if (nfs41_sequence_handle_errors(task, clp) == -EAGAIN) {
7487 rpc_restart_call_prepare(task);
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007488 return;
7489 }
7490 }
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007491 dprintk("%s rpc_cred %p\n", __func__, task->tk_msg.rpc_cred);
Alexandros Batsakis71358402010-02-05 03:45:05 -08007492out:
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007493 dprintk("<-- %s\n", __func__);
7494}
7495
7496static void nfs41_sequence_prepare(struct rpc_task *task, void *data)
7497{
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04007498 struct nfs4_sequence_data *calldata = data;
7499 struct nfs_client *clp = calldata->clp;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007500 struct nfs4_sequence_args *args;
7501 struct nfs4_sequence_res *res;
7502
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007503 args = task->tk_msg.rpc_argp;
7504 res = task->tk_msg.rpc_resp;
7505
Trond Myklebustd9afbd12012-10-22 20:28:44 -04007506 nfs41_setup_sequence(clp->cl_session, args, res, task);
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007507}
7508
7509static const struct rpc_call_ops nfs41_sequence_ops = {
7510 .rpc_call_done = nfs41_sequence_call_done,
7511 .rpc_call_prepare = nfs41_sequence_prepare,
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08007512 .rpc_release = nfs41_sequence_release,
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007513};
7514
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04007515static struct rpc_task *_nfs41_proc_sequence(struct nfs_client *clp,
7516 struct rpc_cred *cred,
7517 bool is_privileged)
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007518{
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04007519 struct nfs4_sequence_data *calldata;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007520 struct rpc_message msg = {
7521 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SEQUENCE],
7522 .rpc_cred = cred,
7523 };
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007524 struct rpc_task_setup task_setup_data = {
7525 .rpc_client = clp->cl_rpcclient,
7526 .rpc_message = &msg,
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04007527 .callback_ops = &nfs41_sequence_ops,
Trond Myklebustbc7a05c2013-04-08 17:50:28 -04007528 .flags = RPC_TASK_ASYNC | RPC_TASK_TIMEOUT,
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007529 };
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007530
Alexandros Batsakis71358402010-02-05 03:45:05 -08007531 if (!atomic_inc_not_zero(&clp->cl_count))
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007532 return ERR_PTR(-EIO);
Benny Halevydfb4f3092010-09-24 09:17:01 -04007533 calldata = kzalloc(sizeof(*calldata), GFP_NOFS);
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04007534 if (calldata == NULL) {
Alexandros Batsakis71358402010-02-05 03:45:05 -08007535 nfs_put_client(clp);
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007536 return ERR_PTR(-ENOMEM);
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007537 }
Chuck Levera9c92d62013-08-09 12:48:18 -04007538 nfs4_init_sequence(&calldata->args, &calldata->res, 0);
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04007539 if (is_privileged)
7540 nfs4_set_sequence_privileged(&calldata->args);
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04007541 msg.rpc_argp = &calldata->args;
7542 msg.rpc_resp = &calldata->res;
7543 calldata->clp = clp;
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007544 task_setup_data.callback_data = calldata;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007545
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007546 return rpc_run_task(&task_setup_data);
7547}
7548
Trond Myklebust2f60ea62011-08-24 15:07:37 -04007549static int nfs41_proc_async_sequence(struct nfs_client *clp, struct rpc_cred *cred, unsigned renew_flags)
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007550{
7551 struct rpc_task *task;
7552 int ret = 0;
7553
Trond Myklebust2f60ea62011-08-24 15:07:37 -04007554 if ((renew_flags & NFS4_RENEW_TIMEOUT) == 0)
Andy Adamsond1f456b2014-09-29 12:31:57 -04007555 return -EAGAIN;
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04007556 task = _nfs41_proc_sequence(clp, cred, false);
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007557 if (IS_ERR(task))
7558 ret = PTR_ERR(task);
7559 else
Trond Myklebustbf294b42011-02-21 11:05:41 -08007560 rpc_put_task_async(task);
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007561 dprintk("<-- %s status=%d\n", __func__, ret);
7562 return ret;
7563}
7564
7565static int nfs4_proc_sequence(struct nfs_client *clp, struct rpc_cred *cred)
7566{
7567 struct rpc_task *task;
7568 int ret;
7569
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04007570 task = _nfs41_proc_sequence(clp, cred, true);
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007571 if (IS_ERR(task)) {
7572 ret = PTR_ERR(task);
7573 goto out;
7574 }
7575 ret = rpc_wait_for_completion_task(task);
Trond Myklebustb4410c22011-03-09 16:00:55 -05007576 if (!ret) {
7577 struct nfs4_sequence_res *res = task->tk_msg.rpc_resp;
7578
7579 if (task->tk_status == 0)
7580 nfs41_handle_sequence_flag_errors(clp, res->sr_status_flags);
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007581 ret = task->tk_status;
Trond Myklebustb4410c22011-03-09 16:00:55 -05007582 }
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007583 rpc_put_task(task);
7584out:
7585 dprintk("<-- %s status=%d\n", __func__, ret);
7586 return ret;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007587}
7588
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007589struct nfs4_reclaim_complete_data {
7590 struct nfs_client *clp;
7591 struct nfs41_reclaim_complete_args arg;
7592 struct nfs41_reclaim_complete_res res;
7593};
7594
7595static void nfs4_reclaim_complete_prepare(struct rpc_task *task, void *data)
7596{
7597 struct nfs4_reclaim_complete_data *calldata = data;
7598
Trond Myklebustd9afbd12012-10-22 20:28:44 -04007599 nfs41_setup_sequence(calldata->clp->cl_session,
7600 &calldata->arg.seq_args,
7601 &calldata->res.seq_res,
7602 task);
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007603}
7604
Trond Myklebustaa5190d2010-06-16 09:52:25 -04007605static int nfs41_reclaim_complete_handle_errors(struct rpc_task *task, struct nfs_client *clp)
7606{
7607 switch(task->tk_status) {
7608 case 0:
7609 case -NFS4ERR_COMPLETE_ALREADY:
7610 case -NFS4ERR_WRONG_CRED: /* What to do here? */
7611 break;
7612 case -NFS4ERR_DELAY:
Trond Myklebustaa5190d2010-06-16 09:52:25 -04007613 rpc_delay(task, NFS4_POLL_RETRY_MAX);
Andy Adamsona8a4ae32011-05-03 13:43:03 -04007614 /* fall through */
7615 case -NFS4ERR_RETRY_UNCACHED_REP:
Trond Myklebustaa5190d2010-06-16 09:52:25 -04007616 return -EAGAIN;
7617 default:
Trond Myklebust0400a6b2011-03-09 16:00:53 -05007618 nfs4_schedule_lease_recovery(clp);
Trond Myklebustaa5190d2010-06-16 09:52:25 -04007619 }
7620 return 0;
7621}
7622
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007623static void nfs4_reclaim_complete_done(struct rpc_task *task, void *data)
7624{
7625 struct nfs4_reclaim_complete_data *calldata = data;
7626 struct nfs_client *clp = calldata->clp;
7627 struct nfs4_sequence_res *res = &calldata->res.seq_res;
7628
7629 dprintk("--> %s\n", __func__);
Trond Myklebust14516c32010-07-31 14:29:06 -04007630 if (!nfs41_sequence_done(task, res))
7631 return;
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007632
Trond Myklebustc6d01c62013-08-09 11:51:26 -04007633 trace_nfs4_reclaim_complete(clp, task->tk_status);
Trond Myklebustaa5190d2010-06-16 09:52:25 -04007634 if (nfs41_reclaim_complete_handle_errors(task, clp) == -EAGAIN) {
7635 rpc_restart_call_prepare(task);
7636 return;
7637 }
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007638 dprintk("<-- %s\n", __func__);
7639}
7640
7641static void nfs4_free_reclaim_complete_data(void *data)
7642{
7643 struct nfs4_reclaim_complete_data *calldata = data;
7644
7645 kfree(calldata);
7646}
7647
7648static const struct rpc_call_ops nfs4_reclaim_complete_call_ops = {
7649 .rpc_call_prepare = nfs4_reclaim_complete_prepare,
7650 .rpc_call_done = nfs4_reclaim_complete_done,
7651 .rpc_release = nfs4_free_reclaim_complete_data,
7652};
7653
7654/*
7655 * Issue a global reclaim complete.
7656 */
Trond Myklebust965e9c22013-05-20 11:05:17 -04007657static int nfs41_proc_reclaim_complete(struct nfs_client *clp,
7658 struct rpc_cred *cred)
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007659{
7660 struct nfs4_reclaim_complete_data *calldata;
7661 struct rpc_task *task;
7662 struct rpc_message msg = {
7663 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RECLAIM_COMPLETE],
Trond Myklebust965e9c22013-05-20 11:05:17 -04007664 .rpc_cred = cred,
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007665 };
7666 struct rpc_task_setup task_setup_data = {
7667 .rpc_client = clp->cl_rpcclient,
7668 .rpc_message = &msg,
7669 .callback_ops = &nfs4_reclaim_complete_call_ops,
7670 .flags = RPC_TASK_ASYNC,
7671 };
7672 int status = -ENOMEM;
7673
7674 dprintk("--> %s\n", __func__);
Trond Myklebust8535b2b2010-05-13 12:51:01 -04007675 calldata = kzalloc(sizeof(*calldata), GFP_NOFS);
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007676 if (calldata == NULL)
7677 goto out;
7678 calldata->clp = clp;
7679 calldata->arg.one_fs = 0;
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007680
Chuck Levera9c92d62013-08-09 12:48:18 -04007681 nfs4_init_sequence(&calldata->arg.seq_args, &calldata->res.seq_res, 0);
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04007682 nfs4_set_sequence_privileged(&calldata->arg.seq_args);
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007683 msg.rpc_argp = &calldata->arg;
7684 msg.rpc_resp = &calldata->res;
7685 task_setup_data.callback_data = calldata;
7686 task = rpc_run_task(&task_setup_data);
Dan Carpenteracf82b82010-04-22 11:28:39 +02007687 if (IS_ERR(task)) {
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007688 status = PTR_ERR(task);
Dan Carpenteracf82b82010-04-22 11:28:39 +02007689 goto out;
7690 }
Andy Adamsonc34c32e2011-03-09 13:13:46 -05007691 status = nfs4_wait_for_completion_rpc_task(task);
7692 if (status == 0)
7693 status = task->tk_status;
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007694 rpc_put_task(task);
Dan Carpenteracf82b82010-04-22 11:28:39 +02007695 return 0;
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007696out:
7697 dprintk("<-- %s status=%d\n", __func__, status);
7698 return status;
7699}
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007700
7701static void
7702nfs4_layoutget_prepare(struct rpc_task *task, void *calldata)
7703{
7704 struct nfs4_layoutget *lgp = calldata;
Fred Isamanc31663d2011-01-06 11:36:24 +00007705 struct nfs_server *server = NFS_SERVER(lgp->args.inode);
Trond Myklebust6ba7db32012-10-22 20:07:20 -04007706 struct nfs4_session *session = nfs4_get_session(server);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007707
7708 dprintk("--> %s\n", __func__);
Fred Isamanc31663d2011-01-06 11:36:24 +00007709 /* Note the is a race here, where a CB_LAYOUTRECALL can come in
7710 * right now covering the LAYOUTGET we are about to send.
7711 * However, that is not so catastrophic, and there seems
7712 * to be no way to prevent it completely.
7713 */
Trond Myklebust6ba7db32012-10-22 20:07:20 -04007714 if (nfs41_setup_sequence(session, &lgp->args.seq_args,
Trond Myklebust9d12b212012-01-17 22:04:25 -05007715 &lgp->res.seq_res, task))
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007716 return;
Fred Isamancf7d63f2011-01-06 11:36:25 +00007717 if (pnfs_choose_layoutget_stateid(&lgp->args.stateid,
7718 NFS_I(lgp->args.inode)->layout,
Peng Taoce6ab4f2014-09-06 00:53:24 +08007719 &lgp->args.range,
Fred Isamancf7d63f2011-01-06 11:36:25 +00007720 lgp->args.ctx->state)) {
7721 rpc_exit(task, NFS4_OK);
Fred Isamancf7d63f2011-01-06 11:36:25 +00007722 }
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007723}
7724
7725static void nfs4_layoutget_done(struct rpc_task *task, void *calldata)
7726{
7727 struct nfs4_layoutget *lgp = calldata;
Trond Myklebustee314c22012-10-01 17:25:48 -07007728 struct inode *inode = lgp->args.inode;
7729 struct nfs_server *server = NFS_SERVER(inode);
7730 struct pnfs_layout_hdr *lo;
7731 struct nfs4_state *state = NULL;
Boaz Harroshed7e5422014-01-22 20:34:54 +02007732 unsigned long timeo, now, giveup;
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007733
Boaz Harroshed7e5422014-01-22 20:34:54 +02007734 dprintk("--> %s tk_status => %d\n", __func__, -task->tk_status);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007735
Trond Myklebust6ba7db32012-10-22 20:07:20 -04007736 if (!nfs41_sequence_done(task, &lgp->res.seq_res))
Trond Myklebustee314c22012-10-01 17:25:48 -07007737 goto out;
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007738
7739 switch (task->tk_status) {
7740 case 0:
Trond Myklebustee314c22012-10-01 17:25:48 -07007741 goto out;
Boaz Harroshed7e5422014-01-22 20:34:54 +02007742 /*
7743 * NFS4ERR_LAYOUTTRYLATER is a conflict with another client
7744 * (or clients) writing to the same RAID stripe
7745 */
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007746 case -NFS4ERR_LAYOUTTRYLATER:
Boaz Harroshed7e5422014-01-22 20:34:54 +02007747 /*
7748 * NFS4ERR_RECALLCONFLICT is when conflict with self (must recall
7749 * existing layout before getting a new one).
7750 */
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007751 case -NFS4ERR_RECALLCONFLICT:
Weston Andros Adamson30005122013-02-28 20:30:10 -05007752 timeo = rpc_get_timeout(task->tk_client);
7753 giveup = lgp->args.timestamp + timeo;
Boaz Harroshed7e5422014-01-22 20:34:54 +02007754 now = jiffies;
7755 if (time_after(giveup, now)) {
7756 unsigned long delay;
7757
7758 /* Delay for:
7759 * - Not less then NFS4_POLL_RETRY_MIN.
7760 * - One last time a jiffie before we give up
7761 * - exponential backoff (time_now minus start_attempt)
7762 */
7763 delay = max_t(unsigned long, NFS4_POLL_RETRY_MIN,
7764 min((giveup - now - 1),
7765 now - lgp->args.timestamp));
7766
7767 dprintk("%s: NFS4ERR_RECALLCONFLICT waiting %lu\n",
7768 __func__, delay);
7769 rpc_delay(task, delay);
7770 task->tk_status = 0;
7771 rpc_restart_call_prepare(task);
7772 goto out; /* Do not call nfs4_async_handle_error() */
7773 }
Trond Myklebustee314c22012-10-01 17:25:48 -07007774 break;
7775 case -NFS4ERR_EXPIRED:
7776 case -NFS4ERR_BAD_STATEID:
7777 spin_lock(&inode->i_lock);
7778 lo = NFS_I(inode)->layout;
7779 if (!lo || list_empty(&lo->plh_segs)) {
7780 spin_unlock(&inode->i_lock);
7781 /* If the open stateid was bad, then recover it. */
7782 state = lgp->args.ctx->state;
7783 } else {
7784 LIST_HEAD(head);
7785
Christoph Hellwigdefb8462014-08-21 11:09:21 -05007786 /*
7787 * Mark the bad layout state as invalid, then retry
7788 * with the current stateid.
7789 */
Trond Myklebustee314c22012-10-01 17:25:48 -07007790 pnfs_mark_matching_lsegs_invalid(lo, &head, NULL);
7791 spin_unlock(&inode->i_lock);
Trond Myklebustee314c22012-10-01 17:25:48 -07007792 pnfs_free_lseg_list(&head);
Christoph Hellwigdefb8462014-08-21 11:09:21 -05007793
7794 task->tk_status = 0;
7795 rpc_restart_call_prepare(task);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007796 }
7797 }
NeilBrown8478eaa2014-09-18 16:09:27 +10007798 if (nfs4_async_handle_error(task, server, state, NULL) == -EAGAIN)
Trond Myklebustee314c22012-10-01 17:25:48 -07007799 rpc_restart_call_prepare(task);
7800out:
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007801 dprintk("<-- %s\n", __func__);
7802}
7803
Idan Kedar85541162012-08-02 11:47:10 +03007804static size_t max_response_pages(struct nfs_server *server)
7805{
7806 u32 max_resp_sz = server->nfs_client->cl_session->fc_attrs.max_resp_sz;
7807 return nfs_page_array_len(0, max_resp_sz);
7808}
7809
7810static void nfs4_free_pages(struct page **pages, size_t size)
7811{
7812 int i;
7813
7814 if (!pages)
7815 return;
7816
7817 for (i = 0; i < size; i++) {
7818 if (!pages[i])
7819 break;
7820 __free_page(pages[i]);
7821 }
7822 kfree(pages);
7823}
7824
7825static struct page **nfs4_alloc_pages(size_t size, gfp_t gfp_flags)
7826{
7827 struct page **pages;
7828 int i;
7829
7830 pages = kcalloc(size, sizeof(struct page *), gfp_flags);
7831 if (!pages) {
7832 dprintk("%s: can't alloc array of %zu pages\n", __func__, size);
7833 return NULL;
7834 }
7835
7836 for (i = 0; i < size; i++) {
7837 pages[i] = alloc_page(gfp_flags);
7838 if (!pages[i]) {
7839 dprintk("%s: failed to allocate page\n", __func__);
7840 nfs4_free_pages(pages, size);
7841 return NULL;
7842 }
7843 }
7844
7845 return pages;
7846}
7847
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007848static void nfs4_layoutget_release(void *calldata)
7849{
7850 struct nfs4_layoutget *lgp = calldata;
Weston Andros Adamsona47970f2013-02-25 21:27:33 -05007851 struct inode *inode = lgp->args.inode;
7852 struct nfs_server *server = NFS_SERVER(inode);
Idan Kedar85541162012-08-02 11:47:10 +03007853 size_t max_pages = max_response_pages(server);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007854
7855 dprintk("--> %s\n", __func__);
Idan Kedar85541162012-08-02 11:47:10 +03007856 nfs4_free_pages(lgp->args.layout.pages, max_pages);
Weston Andros Adamsona47970f2013-02-25 21:27:33 -05007857 pnfs_put_layout_hdr(NFS_I(inode)->layout);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007858 put_nfs_open_context(lgp->args.ctx);
7859 kfree(calldata);
7860 dprintk("<-- %s\n", __func__);
7861}
7862
7863static const struct rpc_call_ops nfs4_layoutget_call_ops = {
7864 .rpc_call_prepare = nfs4_layoutget_prepare,
7865 .rpc_call_done = nfs4_layoutget_done,
7866 .rpc_release = nfs4_layoutget_release,
7867};
7868
Trond Myklebusta0b0a6e2012-09-17 17:12:15 -04007869struct pnfs_layout_segment *
7870nfs4_proc_layoutget(struct nfs4_layoutget *lgp, gfp_t gfp_flags)
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007871{
Weston Andros Adamsona47970f2013-02-25 21:27:33 -05007872 struct inode *inode = lgp->args.inode;
7873 struct nfs_server *server = NFS_SERVER(inode);
Idan Kedar85541162012-08-02 11:47:10 +03007874 size_t max_pages = max_response_pages(server);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007875 struct rpc_task *task;
7876 struct rpc_message msg = {
7877 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LAYOUTGET],
7878 .rpc_argp = &lgp->args,
7879 .rpc_resp = &lgp->res,
Trond Myklebust6ab59342013-05-20 10:49:34 -04007880 .rpc_cred = lgp->cred,
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007881 };
7882 struct rpc_task_setup task_setup_data = {
7883 .rpc_client = server->client,
7884 .rpc_message = &msg,
7885 .callback_ops = &nfs4_layoutget_call_ops,
7886 .callback_data = lgp,
7887 .flags = RPC_TASK_ASYNC,
7888 };
Trond Myklebusta0b0a6e2012-09-17 17:12:15 -04007889 struct pnfs_layout_segment *lseg = NULL;
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007890 int status = 0;
7891
7892 dprintk("--> %s\n", __func__);
7893
Peng Tao4bd5a982014-11-17 11:05:17 +08007894 /* nfs4_layoutget_release calls pnfs_put_layout_hdr */
7895 pnfs_get_layout_hdr(NFS_I(inode)->layout);
7896
Idan Kedar85541162012-08-02 11:47:10 +03007897 lgp->args.layout.pages = nfs4_alloc_pages(max_pages, gfp_flags);
7898 if (!lgp->args.layout.pages) {
7899 nfs4_layoutget_release(lgp);
Trond Myklebusta0b0a6e2012-09-17 17:12:15 -04007900 return ERR_PTR(-ENOMEM);
Idan Kedar85541162012-08-02 11:47:10 +03007901 }
7902 lgp->args.layout.pglen = max_pages * PAGE_SIZE;
Weston Andros Adamson30005122013-02-28 20:30:10 -05007903 lgp->args.timestamp = jiffies;
Idan Kedar85541162012-08-02 11:47:10 +03007904
Weston Andros Adamson35124a02011-03-24 16:48:21 -04007905 lgp->res.layoutp = &lgp->args.layout;
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007906 lgp->res.seq_res.sr_slot = NULL;
Chuck Levera9c92d62013-08-09 12:48:18 -04007907 nfs4_init_sequence(&lgp->args.seq_args, &lgp->res.seq_res, 0);
Weston Andros Adamsona47970f2013-02-25 21:27:33 -05007908
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007909 task = rpc_run_task(&task_setup_data);
7910 if (IS_ERR(task))
Trond Myklebusta0b0a6e2012-09-17 17:12:15 -04007911 return ERR_CAST(task);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007912 status = nfs4_wait_for_completion_rpc_task(task);
Fred Isamanc31663d2011-01-06 11:36:24 +00007913 if (status == 0)
7914 status = task->tk_status;
Trond Myklebust1037e6e2013-08-14 16:36:51 -04007915 trace_nfs4_layoutget(lgp->args.ctx,
7916 &lgp->args.range,
7917 &lgp->res.range,
7918 status);
Weston Andros Adamson085b7a42013-02-15 16:03:46 -05007919 /* if layoutp->len is 0, nfs4_layoutget_prepare called rpc_exit */
7920 if (status == 0 && lgp->res.layoutp->len)
Trond Myklebusta0b0a6e2012-09-17 17:12:15 -04007921 lseg = pnfs_layout_process(lgp);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007922 rpc_put_task(task);
7923 dprintk("<-- %s status=%d\n", __func__, status);
Trond Myklebusta0b0a6e2012-09-17 17:12:15 -04007924 if (status)
7925 return ERR_PTR(status);
7926 return lseg;
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007927}
7928
Benny Halevycbe82602011-05-22 19:52:37 +03007929static void
7930nfs4_layoutreturn_prepare(struct rpc_task *task, void *calldata)
7931{
7932 struct nfs4_layoutreturn *lrp = calldata;
7933
7934 dprintk("--> %s\n", __func__);
Trond Myklebustd9afbd12012-10-22 20:28:44 -04007935 nfs41_setup_sequence(lrp->clp->cl_session,
7936 &lrp->args.seq_args,
7937 &lrp->res.seq_res,
7938 task);
Benny Halevycbe82602011-05-22 19:52:37 +03007939}
7940
7941static void nfs4_layoutreturn_done(struct rpc_task *task, void *calldata)
7942{
7943 struct nfs4_layoutreturn *lrp = calldata;
7944 struct nfs_server *server;
7945
7946 dprintk("--> %s\n", __func__);
7947
Trond Myklebust6ba7db32012-10-22 20:07:20 -04007948 if (!nfs41_sequence_done(task, &lrp->res.seq_res))
Benny Halevycbe82602011-05-22 19:52:37 +03007949 return;
7950
7951 server = NFS_SERVER(lrp->args.inode);
Trond Myklebustf22e5ed2013-12-04 12:09:45 -05007952 switch (task->tk_status) {
7953 default:
7954 task->tk_status = 0;
7955 case 0:
7956 break;
7957 case -NFS4ERR_DELAY:
NeilBrown8478eaa2014-09-18 16:09:27 +10007958 if (nfs4_async_handle_error(task, server, NULL, NULL) != -EAGAIN)
Trond Myklebustf22e5ed2013-12-04 12:09:45 -05007959 break;
Trond Myklebustd00c5d42011-10-19 12:17:29 -07007960 rpc_restart_call_prepare(task);
Benny Halevycbe82602011-05-22 19:52:37 +03007961 return;
7962 }
Benny Halevycbe82602011-05-22 19:52:37 +03007963 dprintk("<-- %s\n", __func__);
7964}
7965
7966static void nfs4_layoutreturn_release(void *calldata)
7967{
7968 struct nfs4_layoutreturn *lrp = calldata;
Trond Myklebust849b2862012-09-24 14:18:39 -04007969 struct pnfs_layout_hdr *lo = lrp->args.layout;
Benny Halevycbe82602011-05-22 19:52:37 +03007970
7971 dprintk("--> %s\n", __func__);
Trond Myklebust849b2862012-09-24 14:18:39 -04007972 spin_lock(&lo->plh_inode->i_lock);
7973 if (lrp->res.lrs_present)
7974 pnfs_set_layout_stateid(lo, &lrp->res.stateid, true);
Tom Haynesd67ae822014-12-11 17:02:04 -05007975 pnfs_clear_layoutreturn_waitbit(lo);
Peng Tao193e3aa2014-11-17 09:30:41 +08007976 clear_bit(NFS_LAYOUT_RETURN_BEFORE_CLOSE, &lo->plh_flags);
7977 rpc_wake_up(&NFS_SERVER(lo->plh_inode)->roc_rpcwaitq);
Trond Myklebust849b2862012-09-24 14:18:39 -04007978 lo->plh_block_lgets--;
7979 spin_unlock(&lo->plh_inode->i_lock);
Trond Myklebust70c3bd22012-09-18 20:51:13 -04007980 pnfs_put_layout_hdr(lrp->args.layout);
Trond Myklebust5a0ec8ac2015-02-05 16:35:16 -05007981 nfs_iput_and_deactive(lrp->inode);
Benny Halevycbe82602011-05-22 19:52:37 +03007982 kfree(calldata);
7983 dprintk("<-- %s\n", __func__);
7984}
7985
7986static const struct rpc_call_ops nfs4_layoutreturn_call_ops = {
7987 .rpc_call_prepare = nfs4_layoutreturn_prepare,
7988 .rpc_call_done = nfs4_layoutreturn_done,
7989 .rpc_release = nfs4_layoutreturn_release,
7990};
7991
Peng Tao6c166052014-11-17 09:30:40 +08007992int nfs4_proc_layoutreturn(struct nfs4_layoutreturn *lrp, bool sync)
Benny Halevycbe82602011-05-22 19:52:37 +03007993{
7994 struct rpc_task *task;
7995 struct rpc_message msg = {
7996 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LAYOUTRETURN],
7997 .rpc_argp = &lrp->args,
7998 .rpc_resp = &lrp->res,
Trond Myklebust95560002013-05-20 10:43:47 -04007999 .rpc_cred = lrp->cred,
Benny Halevycbe82602011-05-22 19:52:37 +03008000 };
8001 struct rpc_task_setup task_setup_data = {
Andy Adamson1771c572013-07-22 12:42:05 -04008002 .rpc_client = NFS_SERVER(lrp->args.inode)->client,
Benny Halevycbe82602011-05-22 19:52:37 +03008003 .rpc_message = &msg,
8004 .callback_ops = &nfs4_layoutreturn_call_ops,
8005 .callback_data = lrp,
8006 };
Peng Tao6c166052014-11-17 09:30:40 +08008007 int status = 0;
Benny Halevycbe82602011-05-22 19:52:37 +03008008
8009 dprintk("--> %s\n", __func__);
Trond Myklebust5a0ec8ac2015-02-05 16:35:16 -05008010 if (!sync) {
8011 lrp->inode = nfs_igrab_and_active(lrp->args.inode);
8012 if (!lrp->inode) {
8013 nfs4_layoutreturn_release(lrp);
8014 return -EAGAIN;
8015 }
8016 task_setup_data.flags |= RPC_TASK_ASYNC;
8017 }
Chuck Levera9c92d62013-08-09 12:48:18 -04008018 nfs4_init_sequence(&lrp->args.seq_args, &lrp->res.seq_res, 1);
Benny Halevycbe82602011-05-22 19:52:37 +03008019 task = rpc_run_task(&task_setup_data);
8020 if (IS_ERR(task))
8021 return PTR_ERR(task);
Trond Myklebust5a0ec8ac2015-02-05 16:35:16 -05008022 if (sync)
8023 status = task->tk_status;
Trond Myklebust1037e6e2013-08-14 16:36:51 -04008024 trace_nfs4_layoutreturn(lrp->args.inode, status);
Benny Halevycbe82602011-05-22 19:52:37 +03008025 dprintk("<-- %s status=%d\n", __func__, status);
8026 rpc_put_task(task);
8027 return status;
8028}
8029
Andy Adamsonb1f69b72010-10-20 00:18:03 -04008030static int
Trond Myklebustcd5875f2013-05-20 11:42:54 -04008031_nfs4_proc_getdeviceinfo(struct nfs_server *server,
8032 struct pnfs_device *pdev,
8033 struct rpc_cred *cred)
Andy Adamsonb1f69b72010-10-20 00:18:03 -04008034{
8035 struct nfs4_getdeviceinfo_args args = {
8036 .pdev = pdev,
Trond Myklebust4e590802015-03-09 14:01:25 -04008037 .notify_types = NOTIFY_DEVICEID4_CHANGE |
8038 NOTIFY_DEVICEID4_DELETE,
Andy Adamsonb1f69b72010-10-20 00:18:03 -04008039 };
8040 struct nfs4_getdeviceinfo_res res = {
8041 .pdev = pdev,
8042 };
8043 struct rpc_message msg = {
8044 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GETDEVICEINFO],
8045 .rpc_argp = &args,
8046 .rpc_resp = &res,
Trond Myklebustcd5875f2013-05-20 11:42:54 -04008047 .rpc_cred = cred,
Andy Adamsonb1f69b72010-10-20 00:18:03 -04008048 };
8049 int status;
8050
8051 dprintk("--> %s\n", __func__);
Bryan Schumaker7c513052011-03-24 17:12:24 +00008052 status = nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Trond Myklebust4e590802015-03-09 14:01:25 -04008053 if (res.notification & ~args.notify_types)
8054 dprintk("%s: unsupported notification\n", __func__);
Trond Myklebustdf526992015-03-09 14:48:32 -04008055 if (res.notification != args.notify_types)
8056 pdev->nocache = 1;
Trond Myklebust4e590802015-03-09 14:01:25 -04008057
Andy Adamsonb1f69b72010-10-20 00:18:03 -04008058 dprintk("<-- %s status=%d\n", __func__, status);
8059
8060 return status;
8061}
8062
Trond Myklebustcd5875f2013-05-20 11:42:54 -04008063int nfs4_proc_getdeviceinfo(struct nfs_server *server,
8064 struct pnfs_device *pdev,
8065 struct rpc_cred *cred)
Andy Adamsonb1f69b72010-10-20 00:18:03 -04008066{
8067 struct nfs4_exception exception = { };
8068 int err;
8069
8070 do {
8071 err = nfs4_handle_exception(server,
Trond Myklebustcd5875f2013-05-20 11:42:54 -04008072 _nfs4_proc_getdeviceinfo(server, pdev, cred),
Andy Adamsonb1f69b72010-10-20 00:18:03 -04008073 &exception);
8074 } while (exception.retry);
8075 return err;
8076}
8077EXPORT_SYMBOL_GPL(nfs4_proc_getdeviceinfo);
8078
Andy Adamson863a3c62011-03-23 13:27:54 +00008079static void nfs4_layoutcommit_prepare(struct rpc_task *task, void *calldata)
8080{
8081 struct nfs4_layoutcommit_data *data = calldata;
8082 struct nfs_server *server = NFS_SERVER(data->args.inode);
Trond Myklebust6ba7db32012-10-22 20:07:20 -04008083 struct nfs4_session *session = nfs4_get_session(server);
Andy Adamson863a3c62011-03-23 13:27:54 +00008084
Trond Myklebustd9afbd12012-10-22 20:28:44 -04008085 nfs41_setup_sequence(session,
8086 &data->args.seq_args,
8087 &data->res.seq_res,
8088 task);
Andy Adamson863a3c62011-03-23 13:27:54 +00008089}
8090
8091static void
8092nfs4_layoutcommit_done(struct rpc_task *task, void *calldata)
8093{
8094 struct nfs4_layoutcommit_data *data = calldata;
8095 struct nfs_server *server = NFS_SERVER(data->args.inode);
8096
Trond Myklebust6ba7db32012-10-22 20:07:20 -04008097 if (!nfs41_sequence_done(task, &data->res.seq_res))
Andy Adamson863a3c62011-03-23 13:27:54 +00008098 return;
8099
8100 switch (task->tk_status) { /* Just ignore these failures */
Trond Myklebuste59d27e2012-03-27 18:22:19 -04008101 case -NFS4ERR_DELEG_REVOKED: /* layout was recalled */
8102 case -NFS4ERR_BADIOMODE: /* no IOMODE_RW layout for range */
8103 case -NFS4ERR_BADLAYOUT: /* no layout */
8104 case -NFS4ERR_GRACE: /* loca_recalim always false */
Andy Adamson863a3c62011-03-23 13:27:54 +00008105 task->tk_status = 0;
Trond Myklebuste59d27e2012-03-27 18:22:19 -04008106 case 0:
Trond Myklebuste59d27e2012-03-27 18:22:19 -04008107 break;
8108 default:
NeilBrown8478eaa2014-09-18 16:09:27 +10008109 if (nfs4_async_handle_error(task, server, NULL, NULL) == -EAGAIN) {
Trond Myklebuste59d27e2012-03-27 18:22:19 -04008110 rpc_restart_call_prepare(task);
8111 return;
8112 }
8113 }
Andy Adamson863a3c62011-03-23 13:27:54 +00008114}
8115
8116static void nfs4_layoutcommit_release(void *calldata)
8117{
8118 struct nfs4_layoutcommit_data *data = calldata;
8119
Andy Adamsondb29c082011-07-30 20:52:38 -04008120 pnfs_cleanup_layoutcommit(data);
Trond Myklebustd8c951c2014-01-13 12:08:11 -05008121 nfs_post_op_update_inode_force_wcc(data->args.inode,
8122 data->res.fattr);
Andy Adamson863a3c62011-03-23 13:27:54 +00008123 put_rpccred(data->cred);
Trond Myklebust472e2592015-02-05 16:50:30 -05008124 nfs_iput_and_deactive(data->inode);
Andy Adamson863a3c62011-03-23 13:27:54 +00008125 kfree(data);
8126}
8127
8128static const struct rpc_call_ops nfs4_layoutcommit_ops = {
8129 .rpc_call_prepare = nfs4_layoutcommit_prepare,
8130 .rpc_call_done = nfs4_layoutcommit_done,
8131 .rpc_release = nfs4_layoutcommit_release,
8132};
8133
8134int
Andy Adamsonef311532011-03-12 02:58:10 -05008135nfs4_proc_layoutcommit(struct nfs4_layoutcommit_data *data, bool sync)
Andy Adamson863a3c62011-03-23 13:27:54 +00008136{
8137 struct rpc_message msg = {
8138 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LAYOUTCOMMIT],
8139 .rpc_argp = &data->args,
8140 .rpc_resp = &data->res,
8141 .rpc_cred = data->cred,
8142 };
8143 struct rpc_task_setup task_setup_data = {
8144 .task = &data->task,
8145 .rpc_client = NFS_CLIENT(data->args.inode),
8146 .rpc_message = &msg,
8147 .callback_ops = &nfs4_layoutcommit_ops,
8148 .callback_data = data,
Andy Adamson863a3c62011-03-23 13:27:54 +00008149 };
8150 struct rpc_task *task;
8151 int status = 0;
8152
8153 dprintk("NFS: %4d initiating layoutcommit call. sync %d "
8154 "lbw: %llu inode %lu\n",
8155 data->task.tk_pid, sync,
8156 data->args.lastbytewritten,
8157 data->args.inode->i_ino);
8158
Trond Myklebust472e2592015-02-05 16:50:30 -05008159 if (!sync) {
8160 data->inode = nfs_igrab_and_active(data->args.inode);
8161 if (data->inode == NULL) {
8162 nfs4_layoutcommit_release(data);
8163 return -EAGAIN;
8164 }
8165 task_setup_data.flags = RPC_TASK_ASYNC;
8166 }
Chuck Levera9c92d62013-08-09 12:48:18 -04008167 nfs4_init_sequence(&data->args.seq_args, &data->res.seq_res, 1);
Andy Adamson863a3c62011-03-23 13:27:54 +00008168 task = rpc_run_task(&task_setup_data);
8169 if (IS_ERR(task))
8170 return PTR_ERR(task);
Trond Myklebust472e2592015-02-05 16:50:30 -05008171 if (sync)
8172 status = task->tk_status;
Trond Myklebust1037e6e2013-08-14 16:36:51 -04008173 trace_nfs4_layoutcommit(data->args.inode, status);
Andy Adamson863a3c62011-03-23 13:27:54 +00008174 dprintk("%s: status %d\n", __func__, status);
8175 rpc_put_task(task);
8176 return status;
8177}
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008178
Andy Adamson97431202013-08-08 10:57:56 -04008179/**
8180 * Use the state managment nfs_client cl_rpcclient, which uses krb5i (if
8181 * possible) as per RFC3530bis and RFC5661 Security Considerations sections
8182 */
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008183static int
8184_nfs41_proc_secinfo_no_name(struct nfs_server *server, struct nfs_fh *fhandle,
Weston Andros Adamsonb1b3e132013-09-04 12:13:19 -04008185 struct nfs_fsinfo *info,
8186 struct nfs4_secinfo_flavors *flavors, bool use_integrity)
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008187{
8188 struct nfs41_secinfo_no_name_args args = {
8189 .style = SECINFO_STYLE_CURRENT_FH,
8190 };
8191 struct nfs4_secinfo_res res = {
8192 .flavors = flavors,
8193 };
8194 struct rpc_message msg = {
8195 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SECINFO_NO_NAME],
8196 .rpc_argp = &args,
8197 .rpc_resp = &res,
8198 };
Weston Andros Adamsonb1b3e132013-09-04 12:13:19 -04008199 struct rpc_clnt *clnt = server->client;
Weston Andros Adamson7cb852d2013-09-10 18:44:31 -04008200 struct rpc_cred *cred = NULL;
Weston Andros Adamsonb1b3e132013-09-04 12:13:19 -04008201 int status;
8202
8203 if (use_integrity) {
8204 clnt = server->nfs_client->cl_rpcclient;
Weston Andros Adamson7cb852d2013-09-10 18:44:31 -04008205 cred = nfs4_get_clid_cred(server->nfs_client);
8206 msg.rpc_cred = cred;
Weston Andros Adamsonb1b3e132013-09-04 12:13:19 -04008207 }
8208
8209 dprintk("--> %s\n", __func__);
8210 status = nfs4_call_sync(clnt, server, &msg, &args.seq_args,
8211 &res.seq_res, 0);
8212 dprintk("<-- %s status=%d\n", __func__, status);
8213
Weston Andros Adamson7cb852d2013-09-10 18:44:31 -04008214 if (cred)
8215 put_rpccred(cred);
Weston Andros Adamsonb1b3e132013-09-04 12:13:19 -04008216
8217 return status;
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008218}
8219
8220static int
8221nfs41_proc_secinfo_no_name(struct nfs_server *server, struct nfs_fh *fhandle,
8222 struct nfs_fsinfo *info, struct nfs4_secinfo_flavors *flavors)
8223{
8224 struct nfs4_exception exception = { };
8225 int err;
8226 do {
Weston Andros Adamsonb1b3e132013-09-04 12:13:19 -04008227 /* first try using integrity protection */
8228 err = -NFS4ERR_WRONGSEC;
8229
8230 /* try to use integrity protection with machine cred */
8231 if (_nfs4_is_integrity_protected(server->nfs_client))
8232 err = _nfs41_proc_secinfo_no_name(server, fhandle, info,
8233 flavors, true);
8234
8235 /*
8236 * if unable to use integrity protection, or SECINFO with
8237 * integrity protection returns NFS4ERR_WRONGSEC (which is
8238 * disallowed by spec, but exists in deployed servers) use
8239 * the current filesystem's rpc_client and the user cred.
8240 */
8241 if (err == -NFS4ERR_WRONGSEC)
8242 err = _nfs41_proc_secinfo_no_name(server, fhandle, info,
8243 flavors, false);
8244
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008245 switch (err) {
8246 case 0:
8247 case -NFS4ERR_WRONGSEC:
Weston Andros Adamson78b19ba2014-01-13 16:54:45 -05008248 case -ENOTSUPP:
Trond Myklebust05e9cfb2012-03-27 18:13:02 -04008249 goto out;
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008250 default:
8251 err = nfs4_handle_exception(server, err, &exception);
8252 }
8253 } while (exception.retry);
Trond Myklebust05e9cfb2012-03-27 18:13:02 -04008254out:
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008255 return err;
8256}
8257
8258static int
8259nfs41_find_root_sec(struct nfs_server *server, struct nfs_fh *fhandle,
8260 struct nfs_fsinfo *info)
8261{
8262 int err;
8263 struct page *page;
Anna Schumaker367156d2013-09-25 17:02:48 -04008264 rpc_authflavor_t flavor = RPC_AUTH_MAXFLAVOR;
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008265 struct nfs4_secinfo_flavors *flavors;
Weston Andros Adamson58a8cf12013-09-24 13:58:02 -04008266 struct nfs4_secinfo4 *secinfo;
8267 int i;
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008268
8269 page = alloc_page(GFP_KERNEL);
8270 if (!page) {
8271 err = -ENOMEM;
8272 goto out;
8273 }
8274
8275 flavors = page_address(page);
8276 err = nfs41_proc_secinfo_no_name(server, fhandle, info, flavors);
8277
8278 /*
8279 * Fall back on "guess and check" method if
8280 * the server doesn't support SECINFO_NO_NAME
8281 */
Weston Andros Adamson78b19ba2014-01-13 16:54:45 -05008282 if (err == -NFS4ERR_WRONGSEC || err == -ENOTSUPP) {
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008283 err = nfs4_find_root_sec(server, fhandle, info);
8284 goto out_freepage;
8285 }
8286 if (err)
8287 goto out_freepage;
8288
Weston Andros Adamson58a8cf12013-09-24 13:58:02 -04008289 for (i = 0; i < flavors->num_flavors; i++) {
8290 secinfo = &flavors->flavors[i];
8291
8292 switch (secinfo->flavor) {
8293 case RPC_AUTH_NULL:
8294 case RPC_AUTH_UNIX:
8295 case RPC_AUTH_GSS:
8296 flavor = rpcauth_get_pseudoflavor(secinfo->flavor,
8297 &secinfo->flavor_info);
8298 break;
8299 default:
8300 flavor = RPC_AUTH_MAXFLAVOR;
8301 break;
8302 }
8303
Weston Andros Adamson4d4b69d2013-10-18 15:15:19 -04008304 if (!nfs_auth_info_match(&server->auth_info, flavor))
8305 flavor = RPC_AUTH_MAXFLAVOR;
8306
Weston Andros Adamson58a8cf12013-09-24 13:58:02 -04008307 if (flavor != RPC_AUTH_MAXFLAVOR) {
8308 err = nfs4_lookup_root_sec(server, fhandle,
8309 info, flavor);
8310 if (!err)
8311 break;
8312 }
8313 }
8314
8315 if (flavor == RPC_AUTH_MAXFLAVOR)
8316 err = -EPERM;
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008317
8318out_freepage:
8319 put_page(page);
8320 if (err == -EACCES)
8321 return -EPERM;
8322out:
8323 return err;
8324}
Bryan Schumaker1cab0652012-01-31 10:39:29 -05008325
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008326static int _nfs41_test_stateid(struct nfs_server *server,
8327 nfs4_stateid *stateid,
8328 struct rpc_cred *cred)
Bryan Schumaker7d974792011-06-02 14:59:08 -04008329{
8330 int status;
8331 struct nfs41_test_stateid_args args = {
Bryan Schumaker1cab0652012-01-31 10:39:29 -05008332 .stateid = stateid,
Bryan Schumaker7d974792011-06-02 14:59:08 -04008333 };
8334 struct nfs41_test_stateid_res res;
8335 struct rpc_message msg = {
8336 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_TEST_STATEID],
8337 .rpc_argp = &args,
8338 .rpc_resp = &res,
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008339 .rpc_cred = cred,
Bryan Schumaker7d974792011-06-02 14:59:08 -04008340 };
Weston Andros Adamson3787d502013-08-13 16:37:36 -04008341 struct rpc_clnt *rpc_client = server->client;
8342
8343 nfs4_state_protect(server->nfs_client, NFS_SP4_MACH_CRED_STATEID,
8344 &rpc_client, &msg);
Bryan Schumaker1cab0652012-01-31 10:39:29 -05008345
Chuck Lever38527b12012-07-11 16:30:23 -04008346 dprintk("NFS call test_stateid %p\n", stateid);
Chuck Levera9c92d62013-08-09 12:48:18 -04008347 nfs4_init_sequence(&args.seq_args, &res.seq_res, 0);
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04008348 nfs4_set_sequence_privileged(&args.seq_args);
Weston Andros Adamson3787d502013-08-13 16:37:36 -04008349 status = nfs4_call_sync_sequence(rpc_client, server, &msg,
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04008350 &args.seq_args, &res.seq_res);
Chuck Lever38527b12012-07-11 16:30:23 -04008351 if (status != NFS_OK) {
8352 dprintk("NFS reply test_stateid: failed, %d\n", status);
Chuck Lever377e5072012-07-11 16:29:45 -04008353 return status;
Chuck Lever38527b12012-07-11 16:30:23 -04008354 }
8355 dprintk("NFS reply test_stateid: succeeded, %d\n", -res.status);
Chuck Lever377e5072012-07-11 16:29:45 -04008356 return -res.status;
Bryan Schumaker7d974792011-06-02 14:59:08 -04008357}
8358
Chuck Lever38527b12012-07-11 16:30:23 -04008359/**
8360 * nfs41_test_stateid - perform a TEST_STATEID operation
8361 *
8362 * @server: server / transport on which to perform the operation
8363 * @stateid: state ID to test
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008364 * @cred: credential
Chuck Lever38527b12012-07-11 16:30:23 -04008365 *
8366 * Returns NFS_OK if the server recognizes that "stateid" is valid.
8367 * Otherwise a negative NFS4ERR value is returned if the operation
8368 * failed or the state ID is not currently valid.
8369 */
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008370static int nfs41_test_stateid(struct nfs_server *server,
8371 nfs4_stateid *stateid,
8372 struct rpc_cred *cred)
Bryan Schumaker7d974792011-06-02 14:59:08 -04008373{
8374 struct nfs4_exception exception = { };
8375 int err;
8376 do {
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008377 err = _nfs41_test_stateid(server, stateid, cred);
Chuck Lever377e5072012-07-11 16:29:45 -04008378 if (err != -NFS4ERR_DELAY)
8379 break;
8380 nfs4_handle_exception(server, err, &exception);
Bryan Schumaker7d974792011-06-02 14:59:08 -04008381 } while (exception.retry);
8382 return err;
8383}
Bryan Schumaker9aeda352011-06-02 14:59:09 -04008384
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04008385struct nfs_free_stateid_data {
8386 struct nfs_server *server;
8387 struct nfs41_free_stateid_args args;
Bryan Schumaker9aeda352011-06-02 14:59:09 -04008388 struct nfs41_free_stateid_res res;
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04008389};
8390
8391static void nfs41_free_stateid_prepare(struct rpc_task *task, void *calldata)
8392{
8393 struct nfs_free_stateid_data *data = calldata;
8394 nfs41_setup_sequence(nfs4_get_session(data->server),
8395 &data->args.seq_args,
8396 &data->res.seq_res,
8397 task);
8398}
8399
8400static void nfs41_free_stateid_done(struct rpc_task *task, void *calldata)
8401{
8402 struct nfs_free_stateid_data *data = calldata;
8403
8404 nfs41_sequence_done(task, &data->res.seq_res);
8405
8406 switch (task->tk_status) {
8407 case -NFS4ERR_DELAY:
NeilBrown8478eaa2014-09-18 16:09:27 +10008408 if (nfs4_async_handle_error(task, data->server, NULL, NULL) == -EAGAIN)
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04008409 rpc_restart_call_prepare(task);
8410 }
8411}
8412
8413static void nfs41_free_stateid_release(void *calldata)
8414{
8415 kfree(calldata);
8416}
8417
Trond Myklebust17f26b12013-08-21 15:48:42 -04008418static const struct rpc_call_ops nfs41_free_stateid_ops = {
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04008419 .rpc_call_prepare = nfs41_free_stateid_prepare,
8420 .rpc_call_done = nfs41_free_stateid_done,
8421 .rpc_release = nfs41_free_stateid_release,
8422};
8423
8424static struct rpc_task *_nfs41_free_stateid(struct nfs_server *server,
8425 nfs4_stateid *stateid,
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008426 struct rpc_cred *cred,
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04008427 bool privileged)
8428{
Bryan Schumaker9aeda352011-06-02 14:59:09 -04008429 struct rpc_message msg = {
8430 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FREE_STATEID],
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008431 .rpc_cred = cred,
Bryan Schumaker9aeda352011-06-02 14:59:09 -04008432 };
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04008433 struct rpc_task_setup task_setup = {
8434 .rpc_client = server->client,
8435 .rpc_message = &msg,
8436 .callback_ops = &nfs41_free_stateid_ops,
8437 .flags = RPC_TASK_ASYNC,
8438 };
8439 struct nfs_free_stateid_data *data;
Bryan Schumaker9aeda352011-06-02 14:59:09 -04008440
Weston Andros Adamson3787d502013-08-13 16:37:36 -04008441 nfs4_state_protect(server->nfs_client, NFS_SP4_MACH_CRED_STATEID,
8442 &task_setup.rpc_client, &msg);
8443
Chuck Lever38527b12012-07-11 16:30:23 -04008444 dprintk("NFS call free_stateid %p\n", stateid);
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04008445 data = kmalloc(sizeof(*data), GFP_NOFS);
8446 if (!data)
8447 return ERR_PTR(-ENOMEM);
8448 data->server = server;
8449 nfs4_stateid_copy(&data->args.stateid, stateid);
8450
8451 task_setup.callback_data = data;
8452
8453 msg.rpc_argp = &data->args;
8454 msg.rpc_resp = &data->res;
Chuck Levera9c92d62013-08-09 12:48:18 -04008455 nfs4_init_sequence(&data->args.seq_args, &data->res.seq_res, 0);
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04008456 if (privileged)
8457 nfs4_set_sequence_privileged(&data->args.seq_args);
8458
8459 return rpc_run_task(&task_setup);
Bryan Schumaker9aeda352011-06-02 14:59:09 -04008460}
8461
Chuck Lever38527b12012-07-11 16:30:23 -04008462/**
8463 * nfs41_free_stateid - perform a FREE_STATEID operation
8464 *
8465 * @server: server / transport on which to perform the operation
8466 * @stateid: state ID to release
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008467 * @cred: credential
Chuck Lever38527b12012-07-11 16:30:23 -04008468 *
8469 * Returns NFS_OK if the server freed "stateid". Otherwise a
8470 * negative NFS4ERR value is returned.
8471 */
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008472static int nfs41_free_stateid(struct nfs_server *server,
8473 nfs4_stateid *stateid,
8474 struct rpc_cred *cred)
Bryan Schumaker9aeda352011-06-02 14:59:09 -04008475{
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04008476 struct rpc_task *task;
8477 int ret;
8478
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008479 task = _nfs41_free_stateid(server, stateid, cred, true);
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04008480 if (IS_ERR(task))
8481 return PTR_ERR(task);
8482 ret = rpc_wait_for_completion_task(task);
8483 if (!ret)
8484 ret = task->tk_status;
8485 rpc_put_task(task);
8486 return ret;
Bryan Schumaker9aeda352011-06-02 14:59:09 -04008487}
Trond Myklebust36281ca2012-03-04 18:13:56 -05008488
Jeff Laytonf1cdae82014-05-01 06:28:47 -04008489static void
8490nfs41_free_lock_state(struct nfs_server *server, struct nfs4_lock_state *lsp)
Trond Myklebustc8b2d0b2013-05-03 16:22:55 -04008491{
8492 struct rpc_task *task;
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008493 struct rpc_cred *cred = lsp->ls_state->owner->so_cred;
Trond Myklebustc8b2d0b2013-05-03 16:22:55 -04008494
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008495 task = _nfs41_free_stateid(server, &lsp->ls_stateid, cred, false);
Trond Myklebustc8b2d0b2013-05-03 16:22:55 -04008496 nfs4_free_lock_state(server, lsp);
8497 if (IS_ERR(task))
Jeff Laytonf1cdae82014-05-01 06:28:47 -04008498 return;
Trond Myklebustc8b2d0b2013-05-03 16:22:55 -04008499 rpc_put_task(task);
Trond Myklebustc8b2d0b2013-05-03 16:22:55 -04008500}
8501
Trond Myklebust36281ca2012-03-04 18:13:56 -05008502static bool nfs41_match_stateid(const nfs4_stateid *s1,
8503 const nfs4_stateid *s2)
8504{
Trond Myklebust2d2f24a2012-03-04 18:13:57 -05008505 if (memcmp(s1->other, s2->other, sizeof(s1->other)) != 0)
Trond Myklebust36281ca2012-03-04 18:13:56 -05008506 return false;
8507
Trond Myklebust2d2f24a2012-03-04 18:13:57 -05008508 if (s1->seqid == s2->seqid)
Trond Myklebust36281ca2012-03-04 18:13:56 -05008509 return true;
Trond Myklebust2d2f24a2012-03-04 18:13:57 -05008510 if (s1->seqid == 0 || s2->seqid == 0)
Trond Myklebust36281ca2012-03-04 18:13:56 -05008511 return true;
8512
8513 return false;
8514}
8515
Andy Adamson557134a2009-04-01 09:21:53 -04008516#endif /* CONFIG_NFS_V4_1 */
8517
Trond Myklebust36281ca2012-03-04 18:13:56 -05008518static bool nfs4_match_stateid(const nfs4_stateid *s1,
8519 const nfs4_stateid *s2)
8520{
Trond Myklebustf597c532012-03-04 18:13:56 -05008521 return nfs4_stateid_match(s1, s2);
Trond Myklebust36281ca2012-03-04 18:13:56 -05008522}
8523
8524
Trond Myklebust17280172012-03-11 13:11:00 -04008525static const struct nfs4_state_recovery_ops nfs40_reboot_recovery_ops = {
Trond Myklebust7eff03a2008-12-23 15:21:43 -05008526 .owner_flag_bit = NFS_OWNER_RECLAIM_REBOOT,
Trond Myklebustb79a4a12008-12-23 15:21:41 -05008527 .state_flag_bit = NFS_STATE_RECLAIM_REBOOT,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008528 .recover_open = nfs4_open_reclaim,
8529 .recover_lock = nfs4_lock_reclaim,
Andy Adamson591d71c2009-04-01 09:22:47 -04008530 .establish_clid = nfs4_init_clientid,
Chuck Lever05f4c352012-09-14 17:24:32 -04008531 .detect_trunking = nfs40_discover_server_trunking,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008532};
8533
Andy Adamson591d71c2009-04-01 09:22:47 -04008534#if defined(CONFIG_NFS_V4_1)
Trond Myklebust17280172012-03-11 13:11:00 -04008535static const struct nfs4_state_recovery_ops nfs41_reboot_recovery_ops = {
Andy Adamson591d71c2009-04-01 09:22:47 -04008536 .owner_flag_bit = NFS_OWNER_RECLAIM_REBOOT,
8537 .state_flag_bit = NFS_STATE_RECLAIM_REBOOT,
8538 .recover_open = nfs4_open_reclaim,
8539 .recover_lock = nfs4_lock_reclaim,
Andy Adamson4d643d12009-12-04 15:52:24 -05008540 .establish_clid = nfs41_init_clientid,
Ricardo Labiagafce5c832009-12-05 16:08:41 -05008541 .reclaim_complete = nfs41_proc_reclaim_complete,
Chuck Lever05f4c352012-09-14 17:24:32 -04008542 .detect_trunking = nfs41_discover_server_trunking,
Andy Adamson591d71c2009-04-01 09:22:47 -04008543};
8544#endif /* CONFIG_NFS_V4_1 */
8545
Trond Myklebust17280172012-03-11 13:11:00 -04008546static const struct nfs4_state_recovery_ops nfs40_nograce_recovery_ops = {
Trond Myklebust7eff03a2008-12-23 15:21:43 -05008547 .owner_flag_bit = NFS_OWNER_RECLAIM_NOGRACE,
Trond Myklebustb79a4a12008-12-23 15:21:41 -05008548 .state_flag_bit = NFS_STATE_RECLAIM_NOGRACE,
Trond Myklebust4dfd4f72014-10-17 15:10:25 +03008549 .recover_open = nfs40_open_expired,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008550 .recover_lock = nfs4_lock_expired,
Andy Adamson591d71c2009-04-01 09:22:47 -04008551 .establish_clid = nfs4_init_clientid,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008552};
8553
Andy Adamson591d71c2009-04-01 09:22:47 -04008554#if defined(CONFIG_NFS_V4_1)
Trond Myklebust17280172012-03-11 13:11:00 -04008555static const struct nfs4_state_recovery_ops nfs41_nograce_recovery_ops = {
Andy Adamson591d71c2009-04-01 09:22:47 -04008556 .owner_flag_bit = NFS_OWNER_RECLAIM_NOGRACE,
8557 .state_flag_bit = NFS_STATE_RECLAIM_NOGRACE,
Bryan Schumakerf062eb62011-06-02 14:59:10 -04008558 .recover_open = nfs41_open_expired,
8559 .recover_lock = nfs41_lock_expired,
Andy Adamson4d643d12009-12-04 15:52:24 -05008560 .establish_clid = nfs41_init_clientid,
Andy Adamson591d71c2009-04-01 09:22:47 -04008561};
8562#endif /* CONFIG_NFS_V4_1 */
8563
Trond Myklebust17280172012-03-11 13:11:00 -04008564static const struct nfs4_state_maintenance_ops nfs40_state_renewal_ops = {
Benny Halevy29fba382009-04-01 09:22:44 -04008565 .sched_state_renewal = nfs4_proc_async_renew,
Andy Adamsona7b72102009-04-01 09:22:46 -04008566 .get_state_renewal_cred_locked = nfs4_get_renew_cred_locked,
Benny Halevy8e69514f2009-04-01 09:22:45 -04008567 .renew_lease = nfs4_proc_renew,
Benny Halevy29fba382009-04-01 09:22:44 -04008568};
8569
8570#if defined(CONFIG_NFS_V4_1)
Trond Myklebust17280172012-03-11 13:11:00 -04008571static const struct nfs4_state_maintenance_ops nfs41_state_renewal_ops = {
Benny Halevy29fba382009-04-01 09:22:44 -04008572 .sched_state_renewal = nfs41_proc_async_sequence,
Andy Adamsona7b72102009-04-01 09:22:46 -04008573 .get_state_renewal_cred_locked = nfs4_get_machine_cred_locked,
Benny Halevy8e69514f2009-04-01 09:22:45 -04008574 .renew_lease = nfs4_proc_sequence,
Benny Halevy29fba382009-04-01 09:22:44 -04008575};
8576#endif
8577
Chuck Leverec011fe2013-10-17 14:12:39 -04008578static const struct nfs4_mig_recovery_ops nfs40_mig_recovery_ops = {
Chuck Leverb03d7352013-10-17 14:12:50 -04008579 .get_locations = _nfs40_proc_get_locations,
Chuck Lever44c99932013-10-17 14:13:30 -04008580 .fsid_present = _nfs40_proc_fsid_present,
Chuck Leverec011fe2013-10-17 14:12:39 -04008581};
8582
8583#if defined(CONFIG_NFS_V4_1)
8584static const struct nfs4_mig_recovery_ops nfs41_mig_recovery_ops = {
Chuck Leverb03d7352013-10-17 14:12:50 -04008585 .get_locations = _nfs41_proc_get_locations,
Chuck Lever44c99932013-10-17 14:13:30 -04008586 .fsid_present = _nfs41_proc_fsid_present,
Chuck Leverec011fe2013-10-17 14:12:39 -04008587};
8588#endif /* CONFIG_NFS_V4_1 */
8589
Trond Myklebust97dc1352010-06-16 09:52:26 -04008590static const struct nfs4_minor_version_ops nfs_v4_0_minor_ops = {
8591 .minor_version = 0,
Trond Myklebust39c6daa2013-03-15 16:11:57 -04008592 .init_caps = NFS_CAP_READDIRPLUS
8593 | NFS_CAP_ATOMIC_OPEN
8594 | NFS_CAP_CHANGE_ATTR
8595 | NFS_CAP_POSIX_LOCK,
Chuck Leverabf79bb2013-08-09 12:49:11 -04008596 .init_client = nfs40_init_client,
8597 .shutdown_client = nfs40_shutdown_client,
Trond Myklebust36281ca2012-03-04 18:13:56 -05008598 .match_stateid = nfs4_match_stateid,
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008599 .find_root_sec = nfs4_find_root_sec,
Trond Myklebustc8b2d0b2013-05-03 16:22:55 -04008600 .free_lock_state = nfs4_release_lockowner,
Trond Myklebust63f5f792015-01-23 19:19:25 -05008601 .alloc_seqid = nfs_alloc_seqid,
Chuck Lever9915ea72013-08-09 12:48:27 -04008602 .call_sync_ops = &nfs40_call_sync_ops,
Trond Myklebustc48f4f32010-06-16 09:52:27 -04008603 .reboot_recovery_ops = &nfs40_reboot_recovery_ops,
8604 .nograce_recovery_ops = &nfs40_nograce_recovery_ops,
8605 .state_renewal_ops = &nfs40_state_renewal_ops,
Chuck Leverec011fe2013-10-17 14:12:39 -04008606 .mig_recovery_ops = &nfs40_mig_recovery_ops,
Trond Myklebust97dc1352010-06-16 09:52:26 -04008607};
8608
8609#if defined(CONFIG_NFS_V4_1)
Trond Myklebust63f5f792015-01-23 19:19:25 -05008610static struct nfs_seqid *
8611nfs_alloc_no_seqid(struct nfs_seqid_counter *arg1, gfp_t arg2)
8612{
8613 return NULL;
8614}
8615
Trond Myklebust97dc1352010-06-16 09:52:26 -04008616static const struct nfs4_minor_version_ops nfs_v4_1_minor_ops = {
8617 .minor_version = 1,
Trond Myklebust39c6daa2013-03-15 16:11:57 -04008618 .init_caps = NFS_CAP_READDIRPLUS
8619 | NFS_CAP_ATOMIC_OPEN
8620 | NFS_CAP_CHANGE_ATTR
Trond Myklebust3b664862013-03-17 15:31:15 -04008621 | NFS_CAP_POSIX_LOCK
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04008622 | NFS_CAP_STATEID_NFSV41
Anna Schumakere9831202014-10-22 15:53:10 -04008623 | NFS_CAP_ATOMIC_OPEN_V1,
Chuck Leverabf79bb2013-08-09 12:49:11 -04008624 .init_client = nfs41_init_client,
8625 .shutdown_client = nfs41_shutdown_client,
Trond Myklebust36281ca2012-03-04 18:13:56 -05008626 .match_stateid = nfs41_match_stateid,
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008627 .find_root_sec = nfs41_find_root_sec,
Trond Myklebustc8b2d0b2013-05-03 16:22:55 -04008628 .free_lock_state = nfs41_free_lock_state,
Trond Myklebust63f5f792015-01-23 19:19:25 -05008629 .alloc_seqid = nfs_alloc_no_seqid,
Chuck Lever9915ea72013-08-09 12:48:27 -04008630 .call_sync_ops = &nfs41_call_sync_ops,
Trond Myklebustc48f4f32010-06-16 09:52:27 -04008631 .reboot_recovery_ops = &nfs41_reboot_recovery_ops,
8632 .nograce_recovery_ops = &nfs41_nograce_recovery_ops,
8633 .state_renewal_ops = &nfs41_state_renewal_ops,
Chuck Leverec011fe2013-10-17 14:12:39 -04008634 .mig_recovery_ops = &nfs41_mig_recovery_ops,
Trond Myklebust97dc1352010-06-16 09:52:26 -04008635};
8636#endif
8637
Steve Dickson42c2c422013-05-22 12:50:38 -04008638#if defined(CONFIG_NFS_V4_2)
8639static const struct nfs4_minor_version_ops nfs_v4_2_minor_ops = {
8640 .minor_version = 2,
Bryan Schumaker70173102013-06-19 13:41:43 -04008641 .init_caps = NFS_CAP_READDIRPLUS
8642 | NFS_CAP_ATOMIC_OPEN
8643 | NFS_CAP_CHANGE_ATTR
8644 | NFS_CAP_POSIX_LOCK
8645 | NFS_CAP_STATEID_NFSV41
Anna Schumakere9831202014-10-22 15:53:10 -04008646 | NFS_CAP_ATOMIC_OPEN_V1
Anna Schumakerf4ac1672014-11-25 13:18:15 -05008647 | NFS_CAP_ALLOCATE
Anna Schumaker624bd5b2014-11-25 13:18:16 -05008648 | NFS_CAP_DEALLOCATE
Anna Schumakere9831202014-10-22 15:53:10 -04008649 | NFS_CAP_SEEK,
Chuck Leverabf79bb2013-08-09 12:49:11 -04008650 .init_client = nfs41_init_client,
8651 .shutdown_client = nfs41_shutdown_client,
Steve Dickson42c2c422013-05-22 12:50:38 -04008652 .match_stateid = nfs41_match_stateid,
8653 .find_root_sec = nfs41_find_root_sec,
Bryan Schumaker70173102013-06-19 13:41:43 -04008654 .free_lock_state = nfs41_free_lock_state,
Chuck Lever9915ea72013-08-09 12:48:27 -04008655 .call_sync_ops = &nfs41_call_sync_ops,
Trond Myklebust63f5f792015-01-23 19:19:25 -05008656 .alloc_seqid = nfs_alloc_no_seqid,
Steve Dickson42c2c422013-05-22 12:50:38 -04008657 .reboot_recovery_ops = &nfs41_reboot_recovery_ops,
8658 .nograce_recovery_ops = &nfs41_nograce_recovery_ops,
8659 .state_renewal_ops = &nfs41_state_renewal_ops,
8660};
8661#endif
8662
Trond Myklebust97dc1352010-06-16 09:52:26 -04008663const struct nfs4_minor_version_ops *nfs_v4_minor_ops[] = {
8664 [0] = &nfs_v4_0_minor_ops,
8665#if defined(CONFIG_NFS_V4_1)
8666 [1] = &nfs_v4_1_minor_ops,
8667#endif
Steve Dickson42c2c422013-05-22 12:50:38 -04008668#if defined(CONFIG_NFS_V4_2)
8669 [2] = &nfs_v4_2_minor_ops,
8670#endif
Trond Myklebust97dc1352010-06-16 09:52:26 -04008671};
8672
Trond Myklebust17f26b12013-08-21 15:48:42 -04008673static const struct inode_operations nfs4_dir_inode_operations = {
Bryan Schumaker73a79702012-07-16 16:39:12 -04008674 .create = nfs_create,
8675 .lookup = nfs_lookup,
8676 .atomic_open = nfs_atomic_open,
8677 .link = nfs_link,
8678 .unlink = nfs_unlink,
8679 .symlink = nfs_symlink,
8680 .mkdir = nfs_mkdir,
8681 .rmdir = nfs_rmdir,
8682 .mknod = nfs_mknod,
8683 .rename = nfs_rename,
8684 .permission = nfs_permission,
8685 .getattr = nfs_getattr,
8686 .setattr = nfs_setattr,
8687 .getxattr = generic_getxattr,
8688 .setxattr = generic_setxattr,
8689 .listxattr = generic_listxattr,
8690 .removexattr = generic_removexattr,
8691};
8692
Arjan van de Ven92e1d5b2007-02-12 00:55:39 -08008693static const struct inode_operations nfs4_file_inode_operations = {
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00008694 .permission = nfs_permission,
8695 .getattr = nfs_getattr,
8696 .setattr = nfs_setattr,
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00008697 .getxattr = generic_getxattr,
8698 .setxattr = generic_setxattr,
8699 .listxattr = generic_listxattr,
8700 .removexattr = generic_removexattr,
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00008701};
8702
David Howells509de812006-08-22 20:06:11 -04008703const struct nfs_rpc_ops nfs_v4_clientops = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07008704 .version = 4, /* protocol version */
8705 .dentry_ops = &nfs4_dentry_operations,
8706 .dir_inode_ops = &nfs4_dir_inode_operations,
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00008707 .file_inode_ops = &nfs4_file_inode_operations,
Jeff Layton1788ea62011-11-04 13:31:21 -04008708 .file_ops = &nfs4_file_operations,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008709 .getroot = nfs4_proc_get_root,
Bryan Schumaker281cad42012-04-27 13:27:45 -04008710 .submount = nfs4_submount,
Bryan Schumakerff9099f22012-07-30 16:05:18 -04008711 .try_mount = nfs4_try_mount,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008712 .getattr = nfs4_proc_getattr,
8713 .setattr = nfs4_proc_setattr,
8714 .lookup = nfs4_proc_lookup,
8715 .access = nfs4_proc_access,
8716 .readlink = nfs4_proc_readlink,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008717 .create = nfs4_proc_create,
8718 .remove = nfs4_proc_remove,
8719 .unlink_setup = nfs4_proc_unlink_setup,
Bryan Schumaker34e137c2012-03-19 14:54:41 -04008720 .unlink_rpc_prepare = nfs4_proc_unlink_rpc_prepare,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008721 .unlink_done = nfs4_proc_unlink_done,
Jeff Laytond3d41522010-09-17 17:31:57 -04008722 .rename_setup = nfs4_proc_rename_setup,
Bryan Schumakerc6bfa1a2012-03-19 14:54:42 -04008723 .rename_rpc_prepare = nfs4_proc_rename_rpc_prepare,
Jeff Laytond3d41522010-09-17 17:31:57 -04008724 .rename_done = nfs4_proc_rename_done,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008725 .link = nfs4_proc_link,
8726 .symlink = nfs4_proc_symlink,
8727 .mkdir = nfs4_proc_mkdir,
8728 .rmdir = nfs4_proc_remove,
8729 .readdir = nfs4_proc_readdir,
8730 .mknod = nfs4_proc_mknod,
8731 .statfs = nfs4_proc_statfs,
8732 .fsinfo = nfs4_proc_fsinfo,
8733 .pathconf = nfs4_proc_pathconf,
David Howellse9326dc2006-08-22 20:06:10 -04008734 .set_capabilities = nfs4_server_capabilities,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008735 .decode_dirent = nfs4_decode_dirent,
Anna Schumakera4cdda52014-05-06 09:12:31 -04008736 .pgio_rpc_prepare = nfs4_proc_pgio_rpc_prepare,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008737 .read_setup = nfs4_proc_read_setup,
Trond Myklebustec06c092006-03-20 13:44:27 -05008738 .read_done = nfs4_read_done,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008739 .write_setup = nfs4_proc_write_setup,
Trond Myklebust788e7a82006-03-20 13:44:27 -05008740 .write_done = nfs4_write_done,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008741 .commit_setup = nfs4_proc_commit_setup,
Fred Isaman0b7c0152012-04-20 14:47:39 -04008742 .commit_rpc_prepare = nfs4_proc_commit_rpc_prepare,
Trond Myklebust788e7a82006-03-20 13:44:27 -05008743 .commit_done = nfs4_commit_done,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008744 .lock = nfs4_proc_lock,
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00008745 .clear_acl_cache = nfs4_zap_acl_attr,
Trond Myklebust7fe5c392009-03-19 15:35:50 -04008746 .close_context = nfs4_close_context,
Trond Myklebust2b484292010-09-17 10:56:51 -04008747 .open_context = nfs4_atomic_open,
Bryan Schumaker011e2a72012-06-20 15:53:43 -04008748 .have_delegation = nfs4_have_delegation,
Bryan Schumaker57ec14c2012-06-20 15:53:44 -04008749 .return_delegation = nfs4_inode_return_delegation,
Bryan Schumaker6663ee72012-06-20 15:53:46 -04008750 .alloc_client = nfs4_alloc_client,
Andy Adamson45a52a02011-03-01 01:34:08 +00008751 .init_client = nfs4_init_client,
Bryan Schumakercdb7ece2012-06-20 15:53:45 -04008752 .free_client = nfs4_free_client,
Bryan Schumaker1179acc2012-07-30 16:05:19 -04008753 .create_server = nfs4_create_server,
8754 .clone_server = nfs_clone_server,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008755};
8756
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00008757static const struct xattr_handler nfs4_xattr_nfs4_acl_handler = {
8758 .prefix = XATTR_NAME_NFSV4_ACL,
8759 .list = nfs4_xattr_list_nfs4_acl,
8760 .get = nfs4_xattr_get_nfs4_acl,
8761 .set = nfs4_xattr_set_nfs4_acl,
8762};
8763
8764const struct xattr_handler *nfs4_xattr_handlers[] = {
8765 &nfs4_xattr_nfs4_acl_handler,
David Quigleyc9bccef2013-05-22 12:50:45 -04008766#ifdef CONFIG_NFS_V4_SECURITY_LABEL
8767 &nfs4_xattr_nfs4_label_handler,
8768#endif
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00008769 NULL
8770};
8771
Linus Torvalds1da177e2005-04-16 15:20:36 -07008772/*
8773 * Local variables:
8774 * c-basic-offset: 8
8775 * End:
8776 */