blob: 9e9f7816cf2409f63b356302646111ce799ccc77 [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:
Trond Myklebust5ba12442015-06-16 11:26:35 -0400359 case -NFS4ERR_DELEG_REVOKED:
360 case -NFS4ERR_ADMIN_REVOKED:
361 case -NFS4ERR_BAD_STATEID:
Bryan Schumaker011e2a72012-06-20 15:53:43 -0400362 if (inode && nfs4_have_delegation(inode, FMODE_READ)) {
Bryan Schumaker57ec14c2012-06-20 15:53:44 -0400363 nfs4_inode_return_delegation(inode);
Trond Myklebust3114ea72012-03-07 16:39:06 -0500364 exception->retry = 1;
365 return 0;
366 }
367 if (state == NULL)
368 break;
Trond Myklebust5d422302013-03-14 16:57:48 -0400369 ret = nfs4_schedule_stateid_recovery(server, state);
370 if (ret < 0)
371 break;
Trond Myklebust3114ea72012-03-07 16:39:06 -0500372 goto wait_on_recovery;
Trond Myklebust0ced63d2011-05-26 14:26:35 -0400373 case -NFS4ERR_EXPIRED:
Trond Myklebust5d422302013-03-14 16:57:48 -0400374 if (state != NULL) {
375 ret = nfs4_schedule_stateid_recovery(server, state);
376 if (ret < 0)
377 break;
378 }
Trond Myklebust65de8722008-12-23 15:21:44 -0500379 case -NFS4ERR_STALE_STATEID:
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -0500380 case -NFS4ERR_STALE_CLIENTID:
Trond Myklebust0400a6b2011-03-09 16:00:53 -0500381 nfs4_schedule_lease_recovery(clp);
382 goto wait_on_recovery;
Chuck Lever519ae252013-10-17 14:13:19 -0400383 case -NFS4ERR_MOVED:
384 ret = nfs4_schedule_migration_recovery(server);
385 if (ret < 0)
386 break;
387 goto wait_on_recovery;
Chuck Lever8ef2f8d2013-10-17 14:13:41 -0400388 case -NFS4ERR_LEASE_MOVED:
389 nfs4_schedule_lease_moved_recovery(clp);
390 goto wait_on_recovery;
Trond Myklebust03391692010-01-26 15:42:38 -0500391#if defined(CONFIG_NFS_V4_1)
Andy Adamson4745e312009-04-01 09:22:42 -0400392 case -NFS4ERR_BADSESSION:
393 case -NFS4ERR_BADSLOT:
394 case -NFS4ERR_BAD_HIGH_SLOT:
395 case -NFS4ERR_CONN_NOT_BOUND_TO_SESSION:
396 case -NFS4ERR_DEADSESSION:
397 case -NFS4ERR_SEQ_FALSE_RETRY:
398 case -NFS4ERR_SEQ_MISORDERED:
399 dprintk("%s ERROR: %d Reset session\n", __func__,
400 errorcode);
Trond Myklebust9f594792012-05-27 13:02:53 -0400401 nfs4_schedule_session_recovery(clp->cl_session, errorcode);
Bryan Schumaker399f11c2012-10-30 16:06:35 -0400402 goto wait_on_recovery;
Trond Myklebust03391692010-01-26 15:42:38 -0500403#endif /* defined(CONFIG_NFS_V4_1) */
Trond Myklebust65de8722008-12-23 15:21:44 -0500404 case -NFS4ERR_FILE_OPEN:
NeilBrown44ed3552009-12-03 15:58:56 -0500405 if (exception->timeout > HZ) {
406 /* We have retried a decent amount, time to
407 * fail
408 */
409 ret = -EBUSY;
410 break;
411 }
Trond Myklebust65de8722008-12-23 15:21:44 -0500412 case -NFS4ERR_GRACE:
413 case -NFS4ERR_DELAY:
414 ret = nfs4_delay(server->client, &exception->timeout);
415 if (ret != 0)
416 break;
Andy Adamsona8a4ae32011-05-03 13:43:03 -0400417 case -NFS4ERR_RETRY_UNCACHED_REP:
Trond Myklebust65de8722008-12-23 15:21:44 -0500418 case -NFS4ERR_OLD_STATEID:
419 exception->retry = 1;
Trond Myklebustb064eca22011-02-22 15:44:32 -0800420 break;
421 case -NFS4ERR_BADOWNER:
422 /* The following works around a Linux server bug! */
423 case -NFS4ERR_BADNAME:
424 if (server->caps & NFS_CAP_UIDGID_NOMAP) {
425 server->caps &= ~NFS_CAP_UIDGID_NOMAP;
426 exception->retry = 1;
427 printk(KERN_WARNING "NFS: v4 server %s "
428 "does not accept raw "
429 "uid/gids. "
430 "Reenabling the idmapper.\n",
431 server->nfs_client->cl_hostname);
432 }
Trond Myklebust65de8722008-12-23 15:21:44 -0500433 }
434 /* We failed to handle the error */
435 return nfs4_map_errors(ret);
Trond Myklebust0400a6b2011-03-09 16:00:53 -0500436wait_on_recovery:
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -0500437 ret = nfs4_wait_clnt_recover(clp);
Chuck Lever519ae252013-10-17 14:13:19 -0400438 if (test_bit(NFS_MIG_FAILED, &server->mig_status))
439 return -EIO;
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -0500440 if (ret == 0)
441 exception->retry = 1;
442 return ret;
Trond Myklebust65de8722008-12-23 15:21:44 -0500443}
444
Weston Andros Adamsona5250de2013-09-03 15:18:49 -0400445/*
446 * Return 'true' if 'clp' is using an rpc_client that is integrity protected
447 * or 'false' otherwise.
448 */
449static bool _nfs4_is_integrity_protected(struct nfs_client *clp)
450{
451 rpc_authflavor_t flavor = clp->cl_rpcclient->cl_auth->au_flavor;
452
453 if (flavor == RPC_AUTH_GSS_KRB5I ||
454 flavor == RPC_AUTH_GSS_KRB5P)
455 return true;
456
457 return false;
458}
Trond Myklebust65de8722008-12-23 15:21:44 -0500459
Trond Myklebust452e9352010-07-31 14:29:06 -0400460static void do_renew_lease(struct nfs_client *clp, unsigned long timestamp)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700461{
Linus Torvalds1da177e2005-04-16 15:20:36 -0700462 spin_lock(&clp->cl_lock);
463 if (time_before(clp->cl_last_renewal,timestamp))
464 clp->cl_last_renewal = timestamp;
465 spin_unlock(&clp->cl_lock);
466}
467
Trond Myklebust452e9352010-07-31 14:29:06 -0400468static void renew_lease(const struct nfs_server *server, unsigned long timestamp)
469{
Trond Myklebustbe824162015-07-05 14:50:46 -0400470 struct nfs_client *clp = server->nfs_client;
471
472 if (!nfs4_has_session(clp))
473 do_renew_lease(clp, timestamp);
Trond Myklebust452e9352010-07-31 14:29:06 -0400474}
475
Chuck Lever2a3eb2b2013-08-09 12:48:00 -0400476struct nfs4_call_sync_data {
477 const struct nfs_server *seq_server;
478 struct nfs4_sequence_args *seq_args;
479 struct nfs4_sequence_res *seq_res;
480};
481
Trond Myklebustbe3a5d22015-06-23 19:51:55 +0800482void nfs4_init_sequence(struct nfs4_sequence_args *args,
483 struct nfs4_sequence_res *res, int cache_reply)
Chuck Levera9c92d62013-08-09 12:48:18 -0400484{
485 args->sa_slot = NULL;
486 args->sa_cache_this = cache_reply;
487 args->sa_privileged = 0;
488
489 res->sr_slot = NULL;
490}
491
492static void nfs4_set_sequence_privileged(struct nfs4_sequence_args *args)
493{
494 args->sa_privileged = 1;
495}
496
Peng Taocb04ad22014-06-11 05:24:15 +0800497int nfs40_setup_sequence(struct nfs4_slot_table *tbl,
498 struct nfs4_sequence_args *args,
499 struct nfs4_sequence_res *res,
500 struct rpc_task *task)
Chuck Lever3bd23842013-08-09 12:49:19 -0400501{
Chuck Lever3bd23842013-08-09 12:49:19 -0400502 struct nfs4_slot *slot;
503
504 /* slot already allocated? */
505 if (res->sr_slot != NULL)
506 goto out_start;
507
508 spin_lock(&tbl->slot_tbl_lock);
509 if (nfs4_slot_tbl_draining(tbl) && !args->sa_privileged)
510 goto out_sleep;
511
512 slot = nfs4_alloc_slot(tbl);
513 if (IS_ERR(slot)) {
514 if (slot == ERR_PTR(-ENOMEM))
515 task->tk_timeout = HZ >> 2;
516 goto out_sleep;
517 }
518 spin_unlock(&tbl->slot_tbl_lock);
519
520 args->sa_slot = slot;
521 res->sr_slot = slot;
522
523out_start:
524 rpc_call_start(task);
525 return 0;
526
527out_sleep:
528 if (args->sa_privileged)
529 rpc_sleep_on_priority(&tbl->slot_tbl_waitq, task,
530 NULL, RPC_PRIORITY_PRIVILEGED);
531 else
532 rpc_sleep_on(&tbl->slot_tbl_waitq, task, NULL);
533 spin_unlock(&tbl->slot_tbl_lock);
534 return -EAGAIN;
535}
Peng Taocb04ad22014-06-11 05:24:15 +0800536EXPORT_SYMBOL_GPL(nfs40_setup_sequence);
Chuck Lever3bd23842013-08-09 12:49:19 -0400537
538static int nfs40_sequence_done(struct rpc_task *task,
539 struct nfs4_sequence_res *res)
540{
541 struct nfs4_slot *slot = res->sr_slot;
542 struct nfs4_slot_table *tbl;
543
Trond Myklebustcab92c12014-01-29 12:12:15 -0500544 if (slot == NULL)
Chuck Lever3bd23842013-08-09 12:49:19 -0400545 goto out;
546
547 tbl = slot->table;
548 spin_lock(&tbl->slot_tbl_lock);
549 if (!nfs41_wake_and_assign_slot(tbl, slot))
550 nfs4_free_slot(tbl, slot);
551 spin_unlock(&tbl->slot_tbl_lock);
552
553 res->sr_slot = NULL;
554out:
555 return 1;
556}
557
Andy Adamsoncccef3b2009-04-01 09:22:03 -0400558#if defined(CONFIG_NFS_V4_1)
559
Trond Myklebustd185a332010-06-16 09:52:25 -0400560static void nfs41_sequence_free_slot(struct nfs4_sequence_res *res)
Andy Adamson13615872009-04-01 09:22:17 -0400561{
Trond Myklebuste3725ec2012-11-16 12:25:01 -0500562 struct nfs4_session *session;
Andy Adamson13615872009-04-01 09:22:17 -0400563 struct nfs4_slot_table *tbl;
Trond Myklebusta13ce7c2014-01-29 12:24:03 -0500564 struct nfs4_slot *slot = res->sr_slot;
Trond Myklebustc10e4492012-11-26 16:16:54 -0500565 bool send_new_highest_used_slotid = false;
Andy Adamson13615872009-04-01 09:22:17 -0400566
Trond Myklebusta13ce7c2014-01-29 12:24:03 -0500567 tbl = slot->table;
Trond Myklebuste3725ec2012-11-16 12:25:01 -0500568 session = tbl->session;
Andy Adamsonea028ac2009-12-04 15:55:38 -0500569
Trond Myklebust35dc1d72009-12-05 19:32:19 -0500570 spin_lock(&tbl->slot_tbl_lock);
Trond Myklebustc10e4492012-11-26 16:16:54 -0500571 /* Be nice to the server: try to ensure that the last transmitted
572 * value for highest_user_slotid <= target_highest_slotid
573 */
574 if (tbl->highest_used_slotid > tbl->target_highest_slotid)
575 send_new_highest_used_slotid = true;
576
Trond Myklebusta13ce7c2014-01-29 12:24:03 -0500577 if (nfs41_wake_and_assign_slot(tbl, slot)) {
Trond Myklebustb75ad4c2012-11-29 17:27:47 -0500578 send_new_highest_used_slotid = false;
579 goto out_unlock;
580 }
Trond Myklebusta13ce7c2014-01-29 12:24:03 -0500581 nfs4_free_slot(tbl, slot);
Trond Myklebustc10e4492012-11-26 16:16:54 -0500582
583 if (tbl->highest_used_slotid != NFS4_NO_SLOT)
584 send_new_highest_used_slotid = false;
Trond Myklebustb75ad4c2012-11-29 17:27:47 -0500585out_unlock:
Trond Myklebust35dc1d72009-12-05 19:32:19 -0500586 spin_unlock(&tbl->slot_tbl_lock);
Benny Halevydfb4f3092010-09-24 09:17:01 -0400587 res->sr_slot = NULL;
Trond Myklebustc10e4492012-11-26 16:16:54 -0500588 if (send_new_highest_used_slotid)
Anna Schumaker3f10a6a2015-07-13 14:01:31 -0400589 nfs41_notify_server(session->clp);
Andy Adamson13615872009-04-01 09:22:17 -0400590}
591
Andy Adamsonf9c96fc2014-01-29 11:34:38 -0500592int nfs41_sequence_done(struct rpc_task *task, struct nfs4_sequence_res *res)
Andy Adamsonb0df8062009-04-01 09:22:18 -0400593{
Trond Myklebuste3725ec2012-11-16 12:25:01 -0500594 struct nfs4_session *session;
Trond Myklebusta13ce7c2014-01-29 12:24:03 -0500595 struct nfs4_slot *slot = res->sr_slot;
Trond Myklebust14516c32010-07-31 14:29:06 -0400596 struct nfs_client *clp;
Trond Myklebustac20d162012-12-15 15:36:07 -0500597 bool interrupted = false;
Trond Myklebust85563072012-12-11 10:31:12 -0500598 int ret = 1;
Andy Adamsonb0df8062009-04-01 09:22:18 -0400599
Trond Myklebusta13ce7c2014-01-29 12:24:03 -0500600 if (slot == NULL)
601 goto out_noaction;
Bryan Schumaker468f8612011-04-18 15:57:32 -0400602 /* don't increment the sequence number if the task wasn't sent */
603 if (!RPC_WAS_SENT(task))
Andy Adamsonb0df8062009-04-01 09:22:18 -0400604 goto out;
605
Trond Myklebuste3725ec2012-11-16 12:25:01 -0500606 session = slot->table->session;
Trond Myklebust933602e2012-11-16 12:12:38 -0500607
Trond Myklebustac20d162012-12-15 15:36:07 -0500608 if (slot->interrupted) {
609 slot->interrupted = 0;
610 interrupted = true;
611 }
612
Trond Myklebust2f92ae32013-08-14 17:58:28 -0400613 trace_nfs4_sequence_done(session, res);
Andy Adamson691daf32009-12-04 15:55:39 -0500614 /* Check the SEQUENCE operation status */
Trond Myklebust14516c32010-07-31 14:29:06 -0400615 switch (res->sr_status) {
616 case 0:
Andy Adamsonb0df8062009-04-01 09:22:18 -0400617 /* Update the slot's sequence and clientid lease timer */
Trond Myklebust933602e2012-11-16 12:12:38 -0500618 ++slot->seq_nr;
Trond Myklebuste3725ec2012-11-16 12:25:01 -0500619 clp = session->clp;
Trond Myklebust8e63b6a2012-12-15 15:21:52 -0500620 do_renew_lease(clp, res->sr_timestamp);
Alexandros Batsakis0629e372009-12-05 13:46:14 -0500621 /* Check sequence flags */
Trond Myklebustb15c7cd2015-07-05 15:01:36 -0400622 nfs41_handle_sequence_flag_errors(clp, res->sr_status_flags);
Trond Myklebust464ee9f2012-11-20 12:49:27 -0500623 nfs41_update_target_slotid(slot->table, slot, res);
Trond Myklebust14516c32010-07-31 14:29:06 -0400624 break;
Trond Myklebustac20d162012-12-15 15:36:07 -0500625 case 1:
626 /*
627 * sr_status remains 1 if an RPC level error occurred.
628 * The server may or may not have processed the sequence
629 * operation..
630 * Mark the slot as having hosted an interrupted RPC call.
631 */
632 slot->interrupted = 1;
633 goto out;
Trond Myklebust14516c32010-07-31 14:29:06 -0400634 case -NFS4ERR_DELAY:
635 /* The server detected a resend of the RPC call and
636 * returned NFS4ERR_DELAY as per Section 2.10.6.2
637 * of RFC5661.
638 */
Trond Myklebustdf2fabf2012-11-16 12:45:06 -0500639 dprintk("%s: slot=%u seq=%u: Operation in progress\n",
Benny Halevydfb4f3092010-09-24 09:17:01 -0400640 __func__,
Trond Myklebustdf2fabf2012-11-16 12:45:06 -0500641 slot->slot_nr,
Trond Myklebust933602e2012-11-16 12:12:38 -0500642 slot->seq_nr);
Trond Myklebust14516c32010-07-31 14:29:06 -0400643 goto out_retry;
Trond Myklebust85563072012-12-11 10:31:12 -0500644 case -NFS4ERR_BADSLOT:
645 /*
646 * The slot id we used was probably retired. Try again
647 * using a different slot id.
648 */
Trond Myklebuste8794442012-12-15 13:56:18 -0500649 goto retry_nowait;
650 case -NFS4ERR_SEQ_MISORDERED:
651 /*
Trond Myklebustac20d162012-12-15 15:36:07 -0500652 * Was the last operation on this sequence interrupted?
653 * If so, retry after bumping the sequence number.
654 */
655 if (interrupted) {
656 ++slot->seq_nr;
657 goto retry_nowait;
658 }
659 /*
Trond Myklebuste8794442012-12-15 13:56:18 -0500660 * Could this slot have been previously retired?
661 * If so, then the server may be expecting seq_nr = 1!
662 */
Trond Myklebust8e63b6a2012-12-15 15:21:52 -0500663 if (slot->seq_nr != 1) {
664 slot->seq_nr = 1;
665 goto retry_nowait;
666 }
667 break;
Trond Myklebuste8794442012-12-15 13:56:18 -0500668 case -NFS4ERR_SEQ_FALSE_RETRY:
669 ++slot->seq_nr;
670 goto retry_nowait;
Trond Myklebust14516c32010-07-31 14:29:06 -0400671 default:
672 /* Just update the slot sequence no. */
Trond Myklebust933602e2012-11-16 12:12:38 -0500673 ++slot->seq_nr;
Andy Adamsonb0df8062009-04-01 09:22:18 -0400674 }
675out:
676 /* The session may be reset by one of the error handlers. */
677 dprintk("%s: Error %d free the slot \n", __func__, res->sr_status);
Trond Myklebustd185a332010-06-16 09:52:25 -0400678 nfs41_sequence_free_slot(res);
Trond Myklebusta13ce7c2014-01-29 12:24:03 -0500679out_noaction:
Trond Myklebust85563072012-12-11 10:31:12 -0500680 return ret;
Trond Myklebuste8794442012-12-15 13:56:18 -0500681retry_nowait:
682 if (rpc_restart_call_prepare(task)) {
683 task->tk_status = 0;
684 ret = 0;
685 }
686 goto out;
Trond Myklebust14516c32010-07-31 14:29:06 -0400687out_retry:
Trond Myklebustd05dd4e2010-07-31 14:29:07 -0400688 if (!rpc_restart_call(task))
Trond Myklebust14516c32010-07-31 14:29:06 -0400689 goto out;
690 rpc_delay(task, NFS4_POLL_RETRY_MAX);
691 return 0;
Andy Adamsonb0df8062009-04-01 09:22:18 -0400692}
Andy Adamsonf9c96fc2014-01-29 11:34:38 -0500693EXPORT_SYMBOL_GPL(nfs41_sequence_done);
Andy Adamsonb0df8062009-04-01 09:22:18 -0400694
Peng Tao2c4b1312014-06-11 05:24:16 +0800695int nfs4_sequence_done(struct rpc_task *task, struct nfs4_sequence_res *res)
Trond Myklebustdf896452010-06-16 09:52:26 -0400696{
Trond Myklebuste3725ec2012-11-16 12:25:01 -0500697 if (res->sr_slot == NULL)
Trond Myklebust14516c32010-07-31 14:29:06 -0400698 return 1;
Chuck Lever3bd23842013-08-09 12:49:19 -0400699 if (!res->sr_slot->table->session)
700 return nfs40_sequence_done(task, res);
Trond Myklebust14516c32010-07-31 14:29:06 -0400701 return nfs41_sequence_done(task, res);
Trond Myklebustdf896452010-06-16 09:52:26 -0400702}
Peng Tao2c4b1312014-06-11 05:24:16 +0800703EXPORT_SYMBOL_GPL(nfs4_sequence_done);
Trond Myklebustdf896452010-06-16 09:52:26 -0400704
Andy Adamsondc70d7b2011-03-01 01:34:19 +0000705int nfs41_setup_sequence(struct nfs4_session *session,
Andy Adamsonce5039c2009-04-01 09:22:13 -0400706 struct nfs4_sequence_args *args,
707 struct nfs4_sequence_res *res,
Andy Adamsonce5039c2009-04-01 09:22:13 -0400708 struct rpc_task *task)
709{
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400710 struct nfs4_slot *slot;
711 struct nfs4_slot_table *tbl;
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400712
713 dprintk("--> %s\n", __func__);
Andy Adamsonce5039c2009-04-01 09:22:13 -0400714 /* slot already allocated? */
Benny Halevydfb4f3092010-09-24 09:17:01 -0400715 if (res->sr_slot != NULL)
Trond Myklebustd9afbd12012-10-22 20:28:44 -0400716 goto out_success;
Andy Adamsonce5039c2009-04-01 09:22:13 -0400717
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400718 tbl = &session->fc_slot_table;
719
Trond Myklebust69d206b2012-11-22 13:21:02 -0500720 task->tk_timeout = 0;
721
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400722 spin_lock(&tbl->slot_tbl_lock);
Andy Adamson774d5f12013-05-20 14:13:50 -0400723 if (test_bit(NFS4_SLOT_TBL_DRAINING, &tbl->slot_tbl_state) &&
Trond Myklebust8fe72ba2012-10-29 19:02:20 -0400724 !args->sa_privileged) {
Andy Adamson0b1c8fc2011-11-09 13:58:26 -0500725 /* The state manager will wait until the slot table is empty */
Andy Adamson0b1c8fc2011-11-09 13:58:26 -0500726 dprintk("%s session is draining\n", __func__);
Trond Myklebust7b939a32012-11-01 15:19:46 -0400727 goto out_sleep;
Andy Adamsonb069d942009-04-01 09:22:43 -0400728 }
729
Trond Myklebust2dc03b72012-11-16 16:10:11 -0500730 slot = nfs4_alloc_slot(tbl);
Trond Myklebust69d206b2012-11-22 13:21:02 -0500731 if (IS_ERR(slot)) {
732 /* If out of memory, try again in 1/4 second */
733 if (slot == ERR_PTR(-ENOMEM))
734 task->tk_timeout = HZ >> 2;
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400735 dprintk("<-- %s: no free slots\n", __func__);
Trond Myklebust7b939a32012-11-01 15:19:46 -0400736 goto out_sleep;
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400737 }
738 spin_unlock(&tbl->slot_tbl_lock);
739
Trond Myklebust2b2fa712012-11-16 12:58:36 -0500740 args->sa_slot = slot;
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400741
Chuck Levere8d92382013-08-09 12:47:51 -0400742 dprintk("<-- %s slotid=%u seqid=%u\n", __func__,
Trond Myklebust2dc03b72012-11-16 16:10:11 -0500743 slot->slot_nr, slot->seq_nr);
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400744
Benny Halevydfb4f3092010-09-24 09:17:01 -0400745 res->sr_slot = slot;
Trond Myklebust8e63b6a2012-12-15 15:21:52 -0500746 res->sr_timestamp = jiffies;
Trond Myklebust2a6e26c2010-06-16 09:52:25 -0400747 res->sr_status_flags = 0;
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400748 /*
749 * sr_status is only set in decode_sequence, and so will remain
750 * set to 1 if an rpc level failure occurs.
751 */
752 res->sr_status = 1;
Trond Myklebust2f92ae32013-08-14 17:58:28 -0400753 trace_nfs4_setup_sequence(session, args);
Trond Myklebustd9afbd12012-10-22 20:28:44 -0400754out_success:
755 rpc_call_start(task);
Andy Adamsonce5039c2009-04-01 09:22:13 -0400756 return 0;
Trond Myklebust7b939a32012-11-01 15:19:46 -0400757out_sleep:
Trond Myklebust8fe72ba2012-10-29 19:02:20 -0400758 /* Privileged tasks are queued with top priority */
759 if (args->sa_privileged)
Trond Myklebust1e1093c2012-11-01 16:44:05 -0400760 rpc_sleep_on_priority(&tbl->slot_tbl_waitq, task,
761 NULL, RPC_PRIORITY_PRIVILEGED);
762 else
763 rpc_sleep_on(&tbl->slot_tbl_waitq, task, NULL);
Trond Myklebust7b939a32012-11-01 15:19:46 -0400764 spin_unlock(&tbl->slot_tbl_lock);
765 return -EAGAIN;
Andy Adamsonce5039c2009-04-01 09:22:13 -0400766}
Andy Adamsondc70d7b2011-03-01 01:34:19 +0000767EXPORT_SYMBOL_GPL(nfs41_setup_sequence);
Andy Adamsonce5039c2009-04-01 09:22:13 -0400768
Chuck Lever5a580e02013-08-09 12:48:09 -0400769static int nfs4_setup_sequence(const struct nfs_server *server,
770 struct nfs4_sequence_args *args,
771 struct nfs4_sequence_res *res,
772 struct rpc_task *task)
Andy Adamsonce5039c2009-04-01 09:22:13 -0400773{
Trond Myklebust035168a2010-06-16 09:52:26 -0400774 struct nfs4_session *session = nfs4_get_session(server);
Andy Adamsonce5039c2009-04-01 09:22:13 -0400775 int ret = 0;
776
Chuck Lever3bd23842013-08-09 12:49:19 -0400777 if (!session)
Peng Taocb04ad22014-06-11 05:24:15 +0800778 return nfs40_setup_sequence(server->nfs_client->cl_slot_tbl,
779 args, res, task);
Trond Myklebust035168a2010-06-16 09:52:26 -0400780
Chuck Levere8d92382013-08-09 12:47:51 -0400781 dprintk("--> %s clp %p session %p sr_slot %u\n",
Benny Halevydfb4f3092010-09-24 09:17:01 -0400782 __func__, session->clp, session, res->sr_slot ?
Chuck Levere8d92382013-08-09 12:47:51 -0400783 res->sr_slot->slot_nr : NFS4_NO_SLOT);
Trond Myklebust035168a2010-06-16 09:52:26 -0400784
Trond Myklebust9d12b212012-01-17 22:04:25 -0500785 ret = nfs41_setup_sequence(session, args, res, task);
Chuck Lever3bd23842013-08-09 12:49:19 -0400786
Andy Adamsonce5039c2009-04-01 09:22:13 -0400787 dprintk("<-- %s status=%d\n", __func__, ret);
788 return ret;
789}
790
Andy Adamsonce5039c2009-04-01 09:22:13 -0400791static void nfs41_call_sync_prepare(struct rpc_task *task, void *calldata)
792{
Chuck Lever2a3eb2b2013-08-09 12:48:00 -0400793 struct nfs4_call_sync_data *data = calldata;
Trond Myklebust6ba7db32012-10-22 20:07:20 -0400794 struct nfs4_session *session = nfs4_get_session(data->seq_server);
Andy Adamsonce5039c2009-04-01 09:22:13 -0400795
Trond Myklebust035168a2010-06-16 09:52:26 -0400796 dprintk("--> %s data->seq_server %p\n", __func__, data->seq_server);
797
Trond Myklebustd9afbd12012-10-22 20:28:44 -0400798 nfs41_setup_sequence(session, data->seq_args, data->seq_res, task);
Andy Adamsonce5039c2009-04-01 09:22:13 -0400799}
800
Andy Adamson69ab40c2009-04-01 09:22:19 -0400801static void nfs41_call_sync_done(struct rpc_task *task, void *calldata)
802{
Chuck Lever2a3eb2b2013-08-09 12:48:00 -0400803 struct nfs4_call_sync_data *data = calldata;
Andy Adamson69ab40c2009-04-01 09:22:19 -0400804
Trond Myklebust14516c32010-07-31 14:29:06 -0400805 nfs41_sequence_done(task, data->seq_res);
Andy Adamson69ab40c2009-04-01 09:22:19 -0400806}
807
Trond Myklebust17280172012-03-11 13:11:00 -0400808static const struct rpc_call_ops nfs41_call_sync_ops = {
Andy Adamsonce5039c2009-04-01 09:22:13 -0400809 .rpc_call_prepare = nfs41_call_sync_prepare,
Andy Adamson69ab40c2009-04-01 09:22:19 -0400810 .rpc_call_done = nfs41_call_sync_done,
Andy Adamsonce5039c2009-04-01 09:22:13 -0400811};
812
Chuck Lever3bd23842013-08-09 12:49:19 -0400813#else /* !CONFIG_NFS_V4_1 */
814
Chuck Lever5a580e02013-08-09 12:48:09 -0400815static int nfs4_setup_sequence(const struct nfs_server *server,
816 struct nfs4_sequence_args *args,
817 struct nfs4_sequence_res *res,
818 struct rpc_task *task)
819{
Peng Taocb04ad22014-06-11 05:24:15 +0800820 return nfs40_setup_sequence(server->nfs_client->cl_slot_tbl,
821 args, res, task);
Chuck Lever5a580e02013-08-09 12:48:09 -0400822}
Trond Myklebust8fe72ba2012-10-29 19:02:20 -0400823
Peng Tao2c4b1312014-06-11 05:24:16 +0800824int nfs4_sequence_done(struct rpc_task *task,
825 struct nfs4_sequence_res *res)
Trond Myklebustdf896452010-06-16 09:52:26 -0400826{
Chuck Lever3bd23842013-08-09 12:49:19 -0400827 return nfs40_sequence_done(task, res);
Trond Myklebustdf896452010-06-16 09:52:26 -0400828}
Peng Tao2c4b1312014-06-11 05:24:16 +0800829EXPORT_SYMBOL_GPL(nfs4_sequence_done);
Chuck Lever3bd23842013-08-09 12:49:19 -0400830
831#endif /* !CONFIG_NFS_V4_1 */
Andy Adamsoncccef3b2009-04-01 09:22:03 -0400832
Chuck Lever9915ea72013-08-09 12:48:27 -0400833static void nfs40_call_sync_prepare(struct rpc_task *task, void *calldata)
834{
835 struct nfs4_call_sync_data *data = calldata;
836 nfs4_setup_sequence(data->seq_server,
837 data->seq_args, data->seq_res, task);
838}
839
840static void nfs40_call_sync_done(struct rpc_task *task, void *calldata)
841{
842 struct nfs4_call_sync_data *data = calldata;
843 nfs4_sequence_done(task, data->seq_res);
844}
845
846static const struct rpc_call_ops nfs40_call_sync_ops = {
847 .rpc_call_prepare = nfs40_call_sync_prepare,
848 .rpc_call_done = nfs40_call_sync_done,
849};
850
Trond Myklebust2ced46c2007-07-03 23:48:13 -0400851static int nfs4_call_sync_sequence(struct rpc_clnt *clnt,
Trond Myklebustad389da2007-06-05 12:30:00 -0400852 struct nfs_server *server,
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500853 struct rpc_message *msg,
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100854 struct nfs4_sequence_args *args,
855 struct nfs4_sequence_res *res)
Trond Myklebustad389da2007-06-05 12:30:00 -0400856{
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100857 int ret;
858 struct rpc_task *task;
Chuck Lever9915ea72013-08-09 12:48:27 -0400859 struct nfs_client *clp = server->nfs_client;
860 struct nfs4_call_sync_data data = {
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100861 .seq_server = server,
862 .seq_args = args,
863 .seq_res = res,
864 };
865 struct rpc_task_setup task_setup = {
866 .rpc_client = clnt,
867 .rpc_message = msg,
Chuck Lever9915ea72013-08-09 12:48:27 -0400868 .callback_ops = clp->cl_mvops->call_sync_ops,
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100869 .callback_data = &data
870 };
871
872 task = rpc_run_task(&task_setup);
873 if (IS_ERR(task))
874 ret = PTR_ERR(task);
875 else {
876 ret = task->tk_status;
Trond Myklebustad389da2007-06-05 12:30:00 -0400877 rpc_put_task(task);
878 }
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100879 return ret;
880}
881
Bryan Schumaker7c513052011-03-24 17:12:24 +0000882int nfs4_call_sync(struct rpc_clnt *clnt,
883 struct nfs_server *server,
Bryan Schumakere73b83f2011-03-24 17:12:23 +0000884 struct rpc_message *msg,
885 struct nfs4_sequence_args *args,
886 struct nfs4_sequence_res *res,
887 int cache_reply)
888{
Chuck Levera9c92d62013-08-09 12:48:18 -0400889 nfs4_init_sequence(args, res, cache_reply);
Chuck Lever9915ea72013-08-09 12:48:27 -0400890 return nfs4_call_sync_sequence(clnt, server, msg, args, res);
Bryan Schumakere73b83f2011-03-24 17:12:23 +0000891}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700892
893static void update_changeattr(struct inode *dir, struct nfs4_change_info *cinfo)
894{
895 struct nfs_inode *nfsi = NFS_I(dir);
896
897 spin_lock(&dir->i_lock);
Trond Myklebust359d7d12012-05-28 10:01:34 -0400898 nfsi->cache_validity |= NFS_INO_INVALID_ATTR|NFS_INO_INVALID_DATA;
Trond Myklebusta9a4a872011-10-17 16:08:46 -0700899 if (!cinfo->atomic || cinfo->before != dir->i_version)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700900 nfs_force_lookup_revalidate(dir);
Trond Myklebusta9a4a872011-10-17 16:08:46 -0700901 dir->i_version = cinfo->after;
Trond Myklebust3235b402015-02-26 19:52:06 -0500902 nfsi->attr_gencount = nfs_inc_attr_generation_counter();
David Howellsde242c02012-12-20 21:52:38 +0000903 nfs_fscache_invalidate(dir);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700904 spin_unlock(&dir->i_lock);
905}
906
907struct nfs4_opendata {
908 struct kref kref;
909 struct nfs_openargs o_arg;
910 struct nfs_openres o_res;
911 struct nfs_open_confirmargs c_arg;
912 struct nfs_open_confirmres c_res;
Trond Myklebust6926afd2012-01-07 13:22:46 -0500913 struct nfs4_string owner_name;
914 struct nfs4_string group_name;
Kinglong Meea49c2692015-07-27 15:31:38 +0800915 struct nfs4_label *a_label;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700916 struct nfs_fattr f_attr;
David Quigley1775fd32013-05-22 12:50:42 -0400917 struct nfs4_label *f_label;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700918 struct dentry *dir;
Al Viro82a2c1b2011-06-22 18:30:55 -0400919 struct dentry *dentry;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700920 struct nfs4_state_owner *owner;
921 struct nfs4_state *state;
922 struct iattr attrs;
923 unsigned long timestamp;
Trond Myklebustdecf4912005-10-27 22:12:39 -0400924 unsigned int rpc_done : 1;
Trond Myklebust5bc2afc2013-09-23 18:01:28 -0400925 unsigned int file_created : 1;
Trond Myklebustbdeca1b2013-04-23 14:52:44 -0400926 unsigned int is_recover : 1;
Trond Myklebustdecf4912005-10-27 22:12:39 -0400927 int rpc_status;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700928 int cancelled;
929};
Trond Myklebustdecf4912005-10-27 22:12:39 -0400930
Trond Myklebust49f9a0f2013-03-15 16:44:28 -0400931static bool nfs4_clear_cap_atomic_open_v1(struct nfs_server *server,
932 int err, struct nfs4_exception *exception)
933{
934 if (err != -EINVAL)
935 return false;
936 if (!(server->caps & NFS_CAP_ATOMIC_OPEN_V1))
937 return false;
938 server->caps &= ~NFS_CAP_ATOMIC_OPEN_V1;
939 exception->retry = 1;
940 return true;
941}
942
Trond Myklebust6ae37332015-01-30 14:21:14 -0500943static u32
944nfs4_map_atomic_open_share(struct nfs_server *server,
945 fmode_t fmode, int openflags)
946{
947 u32 res = 0;
948
949 switch (fmode & (FMODE_READ | FMODE_WRITE)) {
950 case FMODE_READ:
951 res = NFS4_SHARE_ACCESS_READ;
952 break;
953 case FMODE_WRITE:
954 res = NFS4_SHARE_ACCESS_WRITE;
955 break;
956 case FMODE_READ|FMODE_WRITE:
957 res = NFS4_SHARE_ACCESS_BOTH;
958 }
959 if (!(server->caps & NFS_CAP_ATOMIC_OPEN_V1))
960 goto out;
961 /* Want no delegation if we're using O_DIRECT */
962 if (openflags & O_DIRECT)
963 res |= NFS4_SHARE_WANT_NO_DELEG;
964out:
965 return res;
966}
967
Trond Myklebust49f9a0f2013-03-15 16:44:28 -0400968static enum open_claim_type4
969nfs4_map_atomic_open_claim(struct nfs_server *server,
970 enum open_claim_type4 claim)
971{
972 if (server->caps & NFS_CAP_ATOMIC_OPEN_V1)
973 return claim;
974 switch (claim) {
975 default:
976 return claim;
977 case NFS4_OPEN_CLAIM_FH:
978 return NFS4_OPEN_CLAIM_NULL;
979 case NFS4_OPEN_CLAIM_DELEG_CUR_FH:
980 return NFS4_OPEN_CLAIM_DELEGATE_CUR;
981 case NFS4_OPEN_CLAIM_DELEG_PREV_FH:
982 return NFS4_OPEN_CLAIM_DELEGATE_PREV;
983 }
984}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700985
986static void nfs4_init_opendata_res(struct nfs4_opendata *p)
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100987{
988 p->o_res.f_attr = &p->f_attr;
David Quigley1775fd32013-05-22 12:50:42 -0400989 p->o_res.f_label = p->f_label;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100990 p->o_res.seqid = p->o_arg.seqid;
991 p->c_res.seqid = p->c_arg.seqid;
992 p->o_res.server = p->o_arg.server;
Andy Adamson5f657532012-10-03 02:39:34 -0400993 p->o_res.access_request = p->o_arg.access;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100994 nfs_fattr_init(&p->f_attr);
Trond Myklebust6926afd2012-01-07 13:22:46 -0500995 nfs_fattr_init_names(&p->f_attr, &p->owner_name, &p->group_name);
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100996}
997
Al Viro82a2c1b2011-06-22 18:30:55 -0400998static struct nfs4_opendata *nfs4_opendata_alloc(struct dentry *dentry,
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100999 struct nfs4_state_owner *sp, fmode_t fmode, int flags,
Trond Myklebust8535b2b2010-05-13 12:51:01 -04001000 const struct iattr *attrs,
David Quigley1775fd32013-05-22 12:50:42 -04001001 struct nfs4_label *label,
Trond Myklebust4a1c0892013-03-15 14:57:33 -04001002 enum open_claim_type4 claim,
Trond Myklebust8535b2b2010-05-13 12:51:01 -04001003 gfp_t gfp_mask)
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001004{
Al Viro82a2c1b2011-06-22 18:30:55 -04001005 struct dentry *parent = dget_parent(dentry);
David Howells2b0143b2015-03-17 22:25:59 +00001006 struct inode *dir = d_inode(parent);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001007 struct nfs_server *server = NFS_SERVER(dir);
Trond Myklebust63f5f792015-01-23 19:19:25 -05001008 struct nfs_seqid *(*alloc_seqid)(struct nfs_seqid_counter *, gfp_t);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001009 struct nfs4_opendata *p;
1010
Trond Myklebust8535b2b2010-05-13 12:51:01 -04001011 p = kzalloc(sizeof(*p), gfp_mask);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001012 if (p == NULL)
1013 goto err;
David Quigley14c43f72013-05-22 12:50:43 -04001014
1015 p->f_label = nfs4_label_alloc(server, gfp_mask);
1016 if (IS_ERR(p->f_label))
1017 goto err_free_p;
1018
Kinglong Meea49c2692015-07-27 15:31:38 +08001019 p->a_label = nfs4_label_alloc(server, gfp_mask);
1020 if (IS_ERR(p->a_label))
1021 goto err_free_f;
1022
Trond Myklebust63f5f792015-01-23 19:19:25 -05001023 alloc_seqid = server->nfs_client->cl_mvops->alloc_seqid;
1024 p->o_arg.seqid = alloc_seqid(&sp->so_seqid, gfp_mask);
Trond Myklebustbadc76d2015-01-23 18:48:00 -05001025 if (IS_ERR(p->o_arg.seqid))
David Quigley14c43f72013-05-22 12:50:43 -04001026 goto err_free_label;
Al Viro82a2c1b2011-06-22 18:30:55 -04001027 nfs_sb_active(dentry->d_sb);
1028 p->dentry = dget(dentry);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001029 p->dir = parent;
1030 p->owner = sp;
1031 atomic_inc(&sp->so_count);
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001032 p->o_arg.open_flags = flags;
1033 p->o_arg.fmode = fmode & (FMODE_READ|FMODE_WRITE);
Trond Myklebust6ae37332015-01-30 14:21:14 -05001034 p->o_arg.share_access = nfs4_map_atomic_open_share(server,
1035 fmode, flags);
Weston Andros Adamsonae2bb032012-10-02 14:49:52 -07001036 /* don't put an ACCESS op in OPEN compound if O_EXCL, because ACCESS
1037 * will return permission denied for all bits until close */
1038 if (!(flags & O_EXCL)) {
1039 /* ask server to check for all possible rights as results
1040 * are cached */
1041 p->o_arg.access = NFS4_ACCESS_READ | NFS4_ACCESS_MODIFY |
1042 NFS4_ACCESS_EXTEND | NFS4_ACCESS_EXECUTE;
Weston Andros Adamsonae2bb032012-10-02 14:49:52 -07001043 }
David Howells7539bba2006-08-22 20:06:09 -04001044 p->o_arg.clientid = server->nfs_client->cl_clientid;
Trond Myklebust95b72eb2012-04-20 19:24:51 -04001045 p->o_arg.id.create_time = ktime_to_ns(sp->so_seqid.create_time);
1046 p->o_arg.id.uniquifier = sp->so_seqid.owner_id;
Al Viro82a2c1b2011-06-22 18:30:55 -04001047 p->o_arg.name = &dentry->d_name;
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001048 p->o_arg.server = server;
David Quigleyaa9c2662013-05-22 12:50:44 -04001049 p->o_arg.bitmask = nfs4_bitmask(server, label);
Trond Myklebust1549210f2012-06-05 09:16:47 -04001050 p->o_arg.open_bitmap = &nfs4_fattr_bitmap[0];
Kinglong Meea49c2692015-07-27 15:31:38 +08001051 p->o_arg.label = nfs4_label_copy(p->a_label, label);
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04001052 p->o_arg.claim = nfs4_map_atomic_open_claim(server, claim);
1053 switch (p->o_arg.claim) {
Trond Myklebust4a1c0892013-03-15 14:57:33 -04001054 case NFS4_OPEN_CLAIM_NULL:
1055 case NFS4_OPEN_CLAIM_DELEGATE_CUR:
1056 case NFS4_OPEN_CLAIM_DELEGATE_PREV:
1057 p->o_arg.fh = NFS_FH(dir);
1058 break;
1059 case NFS4_OPEN_CLAIM_PREVIOUS:
1060 case NFS4_OPEN_CLAIM_FH:
1061 case NFS4_OPEN_CLAIM_DELEG_CUR_FH:
1062 case NFS4_OPEN_CLAIM_DELEG_PREV_FH:
David Howells2b0143b2015-03-17 22:25:59 +00001063 p->o_arg.fh = NFS_FH(d_inode(dentry));
Trond Myklebust4a1c0892013-03-15 14:57:33 -04001064 }
Trond Myklebust536e43d2012-01-17 22:04:26 -05001065 if (attrs != NULL && attrs->ia_valid != 0) {
Trond Myklebustc281fa9c2013-08-20 21:06:49 -04001066 __u32 verf[2];
Trond Myklebustd77d76f2010-06-16 09:52:27 -04001067
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001068 p->o_arg.u.attrs = &p->attrs;
1069 memcpy(&p->attrs, attrs, sizeof(p->attrs));
Chuck Levercd937102012-03-02 17:14:31 -05001070
1071 verf[0] = jiffies;
1072 verf[1] = current->pid;
1073 memcpy(p->o_arg.u.verifier.data, verf,
1074 sizeof(p->o_arg.u.verifier.data));
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001075 }
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001076 p->c_arg.fh = &p->o_res.fh;
1077 p->c_arg.stateid = &p->o_res.stateid;
1078 p->c_arg.seqid = p->o_arg.seqid;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001079 nfs4_init_opendata_res(p);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001080 kref_init(&p->kref);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001081 return p;
David Quigley14c43f72013-05-22 12:50:43 -04001082
1083err_free_label:
Kinglong Meea49c2692015-07-27 15:31:38 +08001084 nfs4_label_free(p->a_label);
1085err_free_f:
David Quigley14c43f72013-05-22 12:50:43 -04001086 nfs4_label_free(p->f_label);
1087err_free_p:
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001088 kfree(p);
1089err:
1090 dput(parent);
1091 return NULL;
1092}
1093
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001094static void nfs4_opendata_free(struct kref *kref)
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001095{
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001096 struct nfs4_opendata *p = container_of(kref,
1097 struct nfs4_opendata, kref);
Al Viro82a2c1b2011-06-22 18:30:55 -04001098 struct super_block *sb = p->dentry->d_sb;
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001099
1100 nfs_free_seqid(p->o_arg.seqid);
Trond Myklebustaac00a82007-07-05 19:02:21 -04001101 if (p->state != NULL)
1102 nfs4_put_open_state(p->state);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001103 nfs4_put_state_owner(p->owner);
David Quigley14c43f72013-05-22 12:50:43 -04001104
Kinglong Meea49c2692015-07-27 15:31:38 +08001105 nfs4_label_free(p->a_label);
David Quigley14c43f72013-05-22 12:50:43 -04001106 nfs4_label_free(p->f_label);
1107
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001108 dput(p->dir);
Al Viro82a2c1b2011-06-22 18:30:55 -04001109 dput(p->dentry);
1110 nfs_sb_deactive(sb);
Trond Myklebust6926afd2012-01-07 13:22:46 -05001111 nfs_fattr_free_names(&p->f_attr);
Trond Myklebuste911b812014-03-26 13:24:37 -07001112 kfree(p->f_attr.mdsthreshold);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001113 kfree(p);
1114}
1115
1116static void nfs4_opendata_put(struct nfs4_opendata *p)
1117{
1118 if (p != NULL)
1119 kref_put(&p->kref, nfs4_opendata_free);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001120}
1121
Trond Myklebust06f814a2006-01-03 09:55:07 +01001122static int nfs4_wait_for_completion_rpc_task(struct rpc_task *task)
1123{
Trond Myklebust06f814a2006-01-03 09:55:07 +01001124 int ret;
1125
Trond Myklebust06f814a2006-01-03 09:55:07 +01001126 ret = rpc_wait_for_completion_task(task);
Trond Myklebust06f814a2006-01-03 09:55:07 +01001127 return ret;
1128}
1129
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001130static int can_open_cached(struct nfs4_state *state, fmode_t mode, int open_mode)
Trond Myklebust6ee41262007-07-08 14:11:36 -04001131{
1132 int ret = 0;
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001133
Trond Myklebust536e43d2012-01-17 22:04:26 -05001134 if (open_mode & (O_EXCL|O_TRUNC))
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001135 goto out;
1136 switch (mode & (FMODE_READ|FMODE_WRITE)) {
Trond Myklebust6ee41262007-07-08 14:11:36 -04001137 case FMODE_READ:
Trond Myklebust88069f72009-12-08 08:33:16 -05001138 ret |= test_bit(NFS_O_RDONLY_STATE, &state->flags) != 0
1139 && state->n_rdonly != 0;
Trond Myklebust6ee41262007-07-08 14:11:36 -04001140 break;
1141 case FMODE_WRITE:
Trond Myklebust88069f72009-12-08 08:33:16 -05001142 ret |= test_bit(NFS_O_WRONLY_STATE, &state->flags) != 0
1143 && state->n_wronly != 0;
Trond Myklebust6ee41262007-07-08 14:11:36 -04001144 break;
1145 case FMODE_READ|FMODE_WRITE:
Trond Myklebust88069f72009-12-08 08:33:16 -05001146 ret |= test_bit(NFS_O_RDWR_STATE, &state->flags) != 0
1147 && state->n_rdwr != 0;
Trond Myklebust6ee41262007-07-08 14:11:36 -04001148 }
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001149out:
Trond Myklebust6ee41262007-07-08 14:11:36 -04001150 return ret;
1151}
1152
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001153static int can_open_delegated(struct nfs_delegation *delegation, fmode_t fmode)
Trond Myklebustaac00a82007-07-05 19:02:21 -04001154{
Trond Myklebust652f89f2011-12-09 19:05:58 -05001155 if (delegation == NULL)
1156 return 0;
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001157 if ((delegation->type & fmode) != fmode)
Trond Myklebustaac00a82007-07-05 19:02:21 -04001158 return 0;
Trond Myklebustd25be542013-02-05 11:43:28 -05001159 if (test_bit(NFS_DELEGATION_RETURNING, &delegation->flags))
1160 return 0;
Trond Myklebustb7391f42008-12-23 15:21:52 -05001161 nfs_mark_delegation_referenced(delegation);
Trond Myklebustaac00a82007-07-05 19:02:21 -04001162 return 1;
1163}
1164
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001165static void update_open_stateflags(struct nfs4_state *state, fmode_t fmode)
Trond Myklebuste7616922006-01-03 09:55:13 +01001166{
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001167 switch (fmode) {
Trond Myklebuste7616922006-01-03 09:55:13 +01001168 case FMODE_WRITE:
1169 state->n_wronly++;
1170 break;
1171 case FMODE_READ:
1172 state->n_rdonly++;
1173 break;
1174 case FMODE_READ|FMODE_WRITE:
1175 state->n_rdwr++;
1176 }
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001177 nfs4_state_set_mode_locked(state, state->state | fmode);
Trond Myklebuste7616922006-01-03 09:55:13 +01001178}
1179
Trond Myklebust4f14c192014-02-12 19:15:06 -05001180static void nfs_test_and_clear_all_open_stateid(struct nfs4_state *state)
Trond Myklebust003707c2007-07-05 18:07:55 -04001181{
Trond Myklebust4f14c192014-02-12 19:15:06 -05001182 struct nfs_client *clp = state->owner->so_server->nfs_client;
1183 bool need_recover = false;
1184
1185 if (test_and_clear_bit(NFS_O_RDONLY_STATE, &state->flags) && state->n_rdonly)
1186 need_recover = true;
1187 if (test_and_clear_bit(NFS_O_WRONLY_STATE, &state->flags) && state->n_wronly)
1188 need_recover = true;
1189 if (test_and_clear_bit(NFS_O_RDWR_STATE, &state->flags) && state->n_rdwr)
1190 need_recover = true;
1191 if (need_recover)
1192 nfs4_state_mark_reclaim_nograce(clp, state);
1193}
1194
Trond Myklebuste999e802014-02-10 18:20:47 -05001195static bool nfs_need_update_open_stateid(struct nfs4_state *state,
1196 nfs4_stateid *stateid)
1197{
1198 if (test_and_set_bit(NFS_OPEN_STATE, &state->flags) == 0)
1199 return true;
Trond Myklebust4f14c192014-02-12 19:15:06 -05001200 if (!nfs4_stateid_match_other(stateid, &state->open_stateid)) {
1201 nfs_test_and_clear_all_open_stateid(state);
Trond Myklebuste999e802014-02-10 18:20:47 -05001202 return true;
Trond Myklebust4f14c192014-02-12 19:15:06 -05001203 }
Trond Myklebuste999e802014-02-10 18:20:47 -05001204 if (nfs4_stateid_is_newer(stateid, &state->open_stateid))
1205 return true;
1206 return false;
1207}
1208
Trond Myklebustf95549c2015-01-23 18:06:09 -05001209static void nfs_resync_open_stateid_locked(struct nfs4_state *state)
1210{
Trond Myklebust3c38cbe2015-07-22 13:46:13 -04001211 if (!(state->n_wronly || state->n_rdonly || state->n_rdwr))
1212 return;
Trond Myklebustf95549c2015-01-23 18:06:09 -05001213 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);
Trond Myklebust3c38cbe2015-07-22 13:46:13 -04001219 set_bit(NFS_OPEN_STATE, &state->flags);
Trond Myklebustf95549c2015-01-23 18:06:09 -05001220}
1221
Trond Myklebust226056c2014-02-11 10:41:07 -05001222static void nfs_clear_open_stateid_locked(struct nfs4_state *state,
1223 nfs4_stateid *stateid, fmode_t fmode)
1224{
1225 clear_bit(NFS_O_RDWR_STATE, &state->flags);
1226 switch (fmode & (FMODE_READ|FMODE_WRITE)) {
1227 case FMODE_WRITE:
1228 clear_bit(NFS_O_RDONLY_STATE, &state->flags);
1229 break;
1230 case FMODE_READ:
1231 clear_bit(NFS_O_WRONLY_STATE, &state->flags);
1232 break;
1233 case 0:
1234 clear_bit(NFS_O_RDONLY_STATE, &state->flags);
1235 clear_bit(NFS_O_WRONLY_STATE, &state->flags);
1236 clear_bit(NFS_OPEN_STATE, &state->flags);
1237 }
1238 if (stateid == NULL)
1239 return;
Trond Myklebustf95549c2015-01-23 18:06:09 -05001240 /* Handle races with OPEN */
1241 if (!nfs4_stateid_match_other(stateid, &state->open_stateid) ||
1242 !nfs4_stateid_is_newer(stateid, &state->open_stateid)) {
1243 nfs_resync_open_stateid_locked(state);
Trond Myklebust226056c2014-02-11 10:41:07 -05001244 return;
Trond Myklebustf95549c2015-01-23 18:06:09 -05001245 }
Trond Myklebust003707c2007-07-05 18:07:55 -04001246 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0)
Trond Myklebustf597c532012-03-04 18:13:56 -05001247 nfs4_stateid_copy(&state->stateid, stateid);
1248 nfs4_stateid_copy(&state->open_stateid, stateid);
Trond Myklebust226056c2014-02-11 10:41:07 -05001249}
1250
1251static void nfs_clear_open_stateid(struct nfs4_state *state, nfs4_stateid *stateid, fmode_t fmode)
1252{
1253 write_seqlock(&state->seqlock);
1254 nfs_clear_open_stateid_locked(state, stateid, fmode);
1255 write_sequnlock(&state->seqlock);
Trond Myklebust4f14c192014-02-12 19:15:06 -05001256 if (test_bit(NFS_STATE_RECLAIM_NOGRACE, &state->flags))
1257 nfs4_schedule_state_manager(state->owner->so_server->nfs_client);
Trond Myklebust226056c2014-02-11 10:41:07 -05001258}
1259
Trond Myklebust003707c2007-07-05 18:07:55 -04001260static void nfs_set_open_stateid_locked(struct nfs4_state *state, nfs4_stateid *stateid, fmode_t fmode)
1261{
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001262 switch (fmode) {
Trond Myklebust003707c2007-07-05 18:07:55 -04001263 case FMODE_READ:
1264 set_bit(NFS_O_RDONLY_STATE, &state->flags);
1265 break;
1266 case FMODE_WRITE:
1267 set_bit(NFS_O_WRONLY_STATE, &state->flags);
1268 break;
1269 case FMODE_READ|FMODE_WRITE:
1270 set_bit(NFS_O_RDWR_STATE, &state->flags);
1271 }
Trond Myklebuste999e802014-02-10 18:20:47 -05001272 if (!nfs_need_update_open_stateid(state, stateid))
1273 return;
1274 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0)
1275 nfs4_stateid_copy(&state->stateid, stateid);
1276 nfs4_stateid_copy(&state->open_stateid, stateid);
Trond Myklebust003707c2007-07-05 18:07:55 -04001277}
1278
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001279static 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 -07001280{
Trond Myklebust8bda4e42007-07-09 10:45:42 -04001281 /*
1282 * Protect the call to nfs4_state_set_mode_locked and
1283 * serialise the stateid update
1284 */
1285 write_seqlock(&state->seqlock);
Trond Myklebust003707c2007-07-05 18:07:55 -04001286 if (deleg_stateid != NULL) {
Trond Myklebustf597c532012-03-04 18:13:56 -05001287 nfs4_stateid_copy(&state->stateid, deleg_stateid);
Trond Myklebust003707c2007-07-05 18:07:55 -04001288 set_bit(NFS_DELEGATED_STATE, &state->flags);
1289 }
1290 if (open_stateid != NULL)
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001291 nfs_set_open_stateid_locked(state, open_stateid, fmode);
Trond Myklebust8bda4e42007-07-09 10:45:42 -04001292 write_sequnlock(&state->seqlock);
1293 spin_lock(&state->owner->so_lock);
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001294 update_open_stateflags(state, fmode);
Trond Myklebustec073422005-10-20 14:22:47 -07001295 spin_unlock(&state->owner->so_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001296}
1297
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001298static 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 -05001299{
1300 struct nfs_inode *nfsi = NFS_I(state->inode);
1301 struct nfs_delegation *deleg_cur;
1302 int ret = 0;
1303
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001304 fmode &= (FMODE_READ|FMODE_WRITE);
Trond Myklebust34310432008-12-23 15:21:38 -05001305
1306 rcu_read_lock();
1307 deleg_cur = rcu_dereference(nfsi->delegation);
1308 if (deleg_cur == NULL)
1309 goto no_delegation;
1310
1311 spin_lock(&deleg_cur->lock);
Trond Myklebust17f26b12013-08-21 15:48:42 -04001312 if (rcu_dereference(nfsi->delegation) != deleg_cur ||
Trond Myklebustd25be542013-02-05 11:43:28 -05001313 test_bit(NFS_DELEGATION_RETURNING, &deleg_cur->flags) ||
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001314 (deleg_cur->type & fmode) != fmode)
Trond Myklebust34310432008-12-23 15:21:38 -05001315 goto no_delegation_unlock;
1316
1317 if (delegation == NULL)
1318 delegation = &deleg_cur->stateid;
Trond Myklebustf597c532012-03-04 18:13:56 -05001319 else if (!nfs4_stateid_match(&deleg_cur->stateid, delegation))
Trond Myklebust34310432008-12-23 15:21:38 -05001320 goto no_delegation_unlock;
1321
Trond Myklebustb7391f42008-12-23 15:21:52 -05001322 nfs_mark_delegation_referenced(deleg_cur);
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001323 __update_open_stateid(state, open_stateid, &deleg_cur->stateid, fmode);
Trond Myklebust34310432008-12-23 15:21:38 -05001324 ret = 1;
1325no_delegation_unlock:
1326 spin_unlock(&deleg_cur->lock);
1327no_delegation:
1328 rcu_read_unlock();
1329
1330 if (!ret && open_stateid != NULL) {
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001331 __update_open_stateid(state, open_stateid, NULL, fmode);
Trond Myklebust34310432008-12-23 15:21:38 -05001332 ret = 1;
1333 }
Trond Myklebust4f14c192014-02-12 19:15:06 -05001334 if (test_bit(NFS_STATE_RECLAIM_NOGRACE, &state->flags))
1335 nfs4_schedule_state_manager(state->owner->so_server->nfs_client);
Trond Myklebust34310432008-12-23 15:21:38 -05001336
1337 return ret;
1338}
1339
Trond Myklebust39071e62015-01-24 15:07:56 -05001340static bool nfs4_update_lock_stateid(struct nfs4_lock_state *lsp,
1341 const nfs4_stateid *stateid)
1342{
1343 struct nfs4_state *state = lsp->ls_state;
1344 bool ret = false;
1345
1346 spin_lock(&state->state_lock);
1347 if (!nfs4_stateid_match_other(stateid, &lsp->ls_stateid))
1348 goto out_noupdate;
1349 if (!nfs4_stateid_is_newer(stateid, &lsp->ls_stateid))
1350 goto out_noupdate;
1351 nfs4_stateid_copy(&lsp->ls_stateid, stateid);
1352 ret = true;
1353out_noupdate:
1354 spin_unlock(&state->state_lock);
1355 return ret;
1356}
Trond Myklebust34310432008-12-23 15:21:38 -05001357
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001358static void nfs4_return_incompatible_delegation(struct inode *inode, fmode_t fmode)
Trond Myklebustaac00a82007-07-05 19:02:21 -04001359{
1360 struct nfs_delegation *delegation;
1361
1362 rcu_read_lock();
1363 delegation = rcu_dereference(NFS_I(inode)->delegation);
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001364 if (delegation == NULL || (delegation->type & fmode) == fmode) {
Trond Myklebustaac00a82007-07-05 19:02:21 -04001365 rcu_read_unlock();
1366 return;
1367 }
1368 rcu_read_unlock();
Bryan Schumaker57ec14c2012-06-20 15:53:44 -04001369 nfs4_inode_return_delegation(inode);
Trond Myklebustaac00a82007-07-05 19:02:21 -04001370}
1371
Trond Myklebust6ee41262007-07-08 14:11:36 -04001372static struct nfs4_state *nfs4_try_open_cached(struct nfs4_opendata *opendata)
Trond Myklebustaac00a82007-07-05 19:02:21 -04001373{
1374 struct nfs4_state *state = opendata->state;
1375 struct nfs_inode *nfsi = NFS_I(state->inode);
1376 struct nfs_delegation *delegation;
Trond Myklebustf448bad2013-05-29 15:36:40 -04001377 int open_mode = opendata->o_arg.open_flags;
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001378 fmode_t fmode = opendata->o_arg.fmode;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001379 nfs4_stateid stateid;
1380 int ret = -EAGAIN;
1381
Trond Myklebustaac00a82007-07-05 19:02:21 -04001382 for (;;) {
Anna Schumaker61beef752014-09-03 14:15:40 -04001383 spin_lock(&state->owner->so_lock);
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001384 if (can_open_cached(state, fmode, open_mode)) {
Anna Schumaker61beef752014-09-03 14:15:40 -04001385 update_open_stateflags(state, fmode);
Trond Myklebust6ee41262007-07-08 14:11:36 -04001386 spin_unlock(&state->owner->so_lock);
Anna Schumaker61beef752014-09-03 14:15:40 -04001387 goto out_return_state;
Trond Myklebust6ee41262007-07-08 14:11:36 -04001388 }
Anna Schumaker61beef752014-09-03 14:15:40 -04001389 spin_unlock(&state->owner->so_lock);
Trond Myklebust34310432008-12-23 15:21:38 -05001390 rcu_read_lock();
1391 delegation = rcu_dereference(nfsi->delegation);
Trond Myklebust652f89f2011-12-09 19:05:58 -05001392 if (!can_open_delegated(delegation, fmode)) {
Trond Myklebust34310432008-12-23 15:21:38 -05001393 rcu_read_unlock();
Trond Myklebust6ee41262007-07-08 14:11:36 -04001394 break;
Trond Myklebust34310432008-12-23 15:21:38 -05001395 }
Trond Myklebustaac00a82007-07-05 19:02:21 -04001396 /* Save the delegation */
Trond Myklebustf597c532012-03-04 18:13:56 -05001397 nfs4_stateid_copy(&stateid, &delegation->stateid);
Trond Myklebustaac00a82007-07-05 19:02:21 -04001398 rcu_read_unlock();
Trond Myklebustfa332942013-04-09 12:56:52 -04001399 nfs_release_seqid(opendata->o_arg.seqid);
Trond Myklebustbdeca1b2013-04-23 14:52:44 -04001400 if (!opendata->is_recover) {
1401 ret = nfs_may_open(state->inode, state->owner->so_cred, open_mode);
1402 if (ret != 0)
1403 goto out;
1404 }
Trond Myklebustaac00a82007-07-05 19:02:21 -04001405 ret = -EAGAIN;
Trond Myklebust34310432008-12-23 15:21:38 -05001406
1407 /* Try to update the stateid using the delegation */
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001408 if (update_open_stateid(state, NULL, &stateid, fmode))
Trond Myklebust34310432008-12-23 15:21:38 -05001409 goto out_return_state;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001410 }
Trond Myklebustaac00a82007-07-05 19:02:21 -04001411out:
1412 return ERR_PTR(ret);
1413out_return_state:
1414 atomic_inc(&state->count);
1415 return state;
1416}
1417
Andy Adamsone23008e2012-10-02 21:07:32 -04001418static void
1419nfs4_opendata_check_deleg(struct nfs4_opendata *data, struct nfs4_state *state)
1420{
1421 struct nfs_client *clp = NFS_SERVER(state->inode)->nfs_client;
1422 struct nfs_delegation *delegation;
1423 int delegation_flags = 0;
1424
1425 rcu_read_lock();
1426 delegation = rcu_dereference(NFS_I(state->inode)->delegation);
1427 if (delegation)
1428 delegation_flags = delegation->flags;
1429 rcu_read_unlock();
1430 if (data->o_arg.claim == NFS4_OPEN_CLAIM_DELEGATE_CUR) {
1431 pr_err_ratelimited("NFS: Broken NFSv4 server %s is "
1432 "returning a delegation for "
1433 "OPEN(CLAIM_DELEGATE_CUR)\n",
1434 clp->cl_hostname);
1435 } else if ((delegation_flags & 1UL<<NFS_DELEGATION_NEED_RECLAIM) == 0)
1436 nfs_inode_set_delegation(state->inode,
1437 data->owner->so_cred,
1438 &data->o_res);
1439 else
1440 nfs_inode_reclaim_delegation(state->inode,
1441 data->owner->so_cred,
1442 &data->o_res);
1443}
1444
1445/*
1446 * Check the inode attributes against the CLAIM_PREVIOUS returned attributes
1447 * and update the nfs4_state.
1448 */
1449static struct nfs4_state *
1450_nfs4_opendata_reclaim_to_nfs4_state(struct nfs4_opendata *data)
1451{
1452 struct inode *inode = data->state->inode;
1453 struct nfs4_state *state = data->state;
1454 int ret;
1455
Weston Andros Adamsond2bfda22013-10-21 13:10:13 -04001456 if (!data->rpc_done) {
1457 if (data->rpc_status) {
1458 ret = data->rpc_status;
1459 goto err;
1460 }
1461 /* cached opens have already been processed */
1462 goto update;
Andy Adamsone23008e2012-10-02 21:07:32 -04001463 }
1464
Andy Adamsone23008e2012-10-02 21:07:32 -04001465 ret = nfs_refresh_inode(inode, &data->f_attr);
1466 if (ret)
1467 goto err;
1468
1469 if (data->o_res.delegation_type != 0)
1470 nfs4_opendata_check_deleg(data, state);
Weston Andros Adamsond2bfda22013-10-21 13:10:13 -04001471update:
Andy Adamsone23008e2012-10-02 21:07:32 -04001472 update_open_stateid(state, &data->o_res.stateid, NULL,
1473 data->o_arg.fmode);
Trond Myklebustd49f0422013-10-28 14:57:12 -04001474 atomic_inc(&state->count);
Andy Adamsone23008e2012-10-02 21:07:32 -04001475
1476 return state;
1477err:
1478 return ERR_PTR(ret);
1479
1480}
1481
1482static struct nfs4_state *
1483_nfs4_opendata_to_nfs4_state(struct nfs4_opendata *data)
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001484{
1485 struct inode *inode;
1486 struct nfs4_state *state = NULL;
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001487 int ret;
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001488
Trond Myklebustaac00a82007-07-05 19:02:21 -04001489 if (!data->rpc_done) {
Trond Myklebust6ee41262007-07-08 14:11:36 -04001490 state = nfs4_try_open_cached(data);
Trond Myklebustaac00a82007-07-05 19:02:21 -04001491 goto out;
1492 }
1493
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001494 ret = -EAGAIN;
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001495 if (!(data->f_attr.valid & NFS_ATTR_FATTR))
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001496 goto err;
David Quigley1775fd32013-05-22 12:50:42 -04001497 inode = nfs_fhget(data->dir->d_sb, &data->o_res.fh, &data->f_attr, data->f_label);
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001498 ret = PTR_ERR(inode);
Trond Myklebust03f28e32006-03-20 13:44:48 -05001499 if (IS_ERR(inode))
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001500 goto err;
1501 ret = -ENOMEM;
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001502 state = nfs4_get_open_state(inode, data->owner);
1503 if (state == NULL)
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001504 goto err_put_inode;
Andy Adamsone23008e2012-10-02 21:07:32 -04001505 if (data->o_res.delegation_type != 0)
1506 nfs4_opendata_check_deleg(data, state);
Trond Myklebust34310432008-12-23 15:21:38 -05001507 update_open_stateid(state, &data->o_res.stateid, NULL,
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001508 data->o_arg.fmode);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001509 iput(inode);
Trond Myklebustaac00a82007-07-05 19:02:21 -04001510out:
Trond Myklebust7aa262b52013-02-28 16:19:59 -08001511 nfs_release_seqid(data->o_arg.seqid);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001512 return state;
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001513err_put_inode:
1514 iput(inode);
1515err:
1516 return ERR_PTR(ret);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001517}
1518
Andy Adamsone23008e2012-10-02 21:07:32 -04001519static struct nfs4_state *
1520nfs4_opendata_to_nfs4_state(struct nfs4_opendata *data)
1521{
1522 if (data->o_arg.claim == NFS4_OPEN_CLAIM_PREVIOUS)
1523 return _nfs4_opendata_reclaim_to_nfs4_state(data);
1524 return _nfs4_opendata_to_nfs4_state(data);
1525}
1526
Trond Myklebust864472e2006-01-03 09:55:15 +01001527static struct nfs_open_context *nfs4_state_find_open_context(struct nfs4_state *state)
1528{
1529 struct nfs_inode *nfsi = NFS_I(state->inode);
1530 struct nfs_open_context *ctx;
1531
1532 spin_lock(&state->inode->i_lock);
1533 list_for_each_entry(ctx, &nfsi->open_files, list) {
1534 if (ctx->state != state)
1535 continue;
1536 get_nfs_open_context(ctx);
1537 spin_unlock(&state->inode->i_lock);
1538 return ctx;
1539 }
1540 spin_unlock(&state->inode->i_lock);
1541 return ERR_PTR(-ENOENT);
1542}
1543
Trond Myklebust4a1c0892013-03-15 14:57:33 -04001544static struct nfs4_opendata *nfs4_open_recoverdata_alloc(struct nfs_open_context *ctx,
1545 struct nfs4_state *state, enum open_claim_type4 claim)
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001546{
1547 struct nfs4_opendata *opendata;
1548
Trond Myklebust4a1c0892013-03-15 14:57:33 -04001549 opendata = nfs4_opendata_alloc(ctx->dentry, state->owner, 0, 0,
David Quigley1775fd32013-05-22 12:50:42 -04001550 NULL, NULL, claim, GFP_NOFS);
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001551 if (opendata == NULL)
1552 return ERR_PTR(-ENOMEM);
1553 opendata->state = state;
1554 atomic_inc(&state->count);
1555 return opendata;
1556}
1557
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001558static int nfs4_open_recover_helper(struct nfs4_opendata *opendata, fmode_t fmode, struct nfs4_state **res)
Trond Myklebust864472e2006-01-03 09:55:15 +01001559{
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001560 struct nfs4_state *newstate;
Trond Myklebust864472e2006-01-03 09:55:15 +01001561 int ret;
1562
NeilBrown39f897f2015-06-29 14:28:54 +10001563 if ((opendata->o_arg.claim == NFS4_OPEN_CLAIM_DELEGATE_CUR ||
1564 opendata->o_arg.claim == NFS4_OPEN_CLAIM_DELEG_CUR_FH) &&
1565 (opendata->o_arg.u.delegation_type & fmode) != fmode)
1566 /* This mode can't have been delegated, so we must have
1567 * a valid open_stateid to cover it - not need to reclaim.
1568 */
1569 return 0;
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001570 opendata->o_arg.open_flags = 0;
1571 opendata->o_arg.fmode = fmode;
Trond Myklebustbe36e182015-02-27 17:04:17 -05001572 opendata->o_arg.share_access = nfs4_map_atomic_open_share(
1573 NFS_SB(opendata->dentry->d_sb),
1574 fmode, 0);
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001575 memset(&opendata->o_res, 0, sizeof(opendata->o_res));
1576 memset(&opendata->c_res, 0, sizeof(opendata->c_res));
1577 nfs4_init_opendata_res(opendata);
Alexandros Batsakisb2579572009-12-14 21:27:57 -08001578 ret = _nfs4_recover_proc_open(opendata);
Trond Myklebust864472e2006-01-03 09:55:15 +01001579 if (ret != 0)
1580 return ret;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001581 newstate = nfs4_opendata_to_nfs4_state(opendata);
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001582 if (IS_ERR(newstate))
1583 return PTR_ERR(newstate);
Al Viro643168c2011-06-22 18:20:23 -04001584 nfs4_close_state(newstate, fmode);
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001585 *res = newstate;
Trond Myklebust864472e2006-01-03 09:55:15 +01001586 return 0;
1587}
1588
1589static int nfs4_open_recover(struct nfs4_opendata *opendata, struct nfs4_state *state)
1590{
Trond Myklebust864472e2006-01-03 09:55:15 +01001591 struct nfs4_state *newstate;
Trond Myklebust864472e2006-01-03 09:55:15 +01001592 int ret;
1593
Trond Myklebust4f14c192014-02-12 19:15:06 -05001594 /* Don't trigger recovery in nfs_test_and_clear_all_open_stateid */
1595 clear_bit(NFS_O_RDWR_STATE, &state->flags);
1596 clear_bit(NFS_O_WRONLY_STATE, &state->flags);
1597 clear_bit(NFS_O_RDONLY_STATE, &state->flags);
Trond Myklebust864472e2006-01-03 09:55:15 +01001598 /* memory barrier prior to reading state->n_* */
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001599 clear_bit(NFS_DELEGATED_STATE, &state->flags);
Trond Myklebustfd068b22013-04-22 11:29:51 -04001600 clear_bit(NFS_OPEN_STATE, &state->flags);
Trond Myklebust864472e2006-01-03 09:55:15 +01001601 smp_rmb();
1602 if (state->n_rdwr != 0) {
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001603 ret = nfs4_open_recover_helper(opendata, FMODE_READ|FMODE_WRITE, &newstate);
Trond Myklebust864472e2006-01-03 09:55:15 +01001604 if (ret != 0)
1605 return ret;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001606 if (newstate != state)
1607 return -ESTALE;
Trond Myklebust864472e2006-01-03 09:55:15 +01001608 }
1609 if (state->n_wronly != 0) {
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001610 ret = nfs4_open_recover_helper(opendata, FMODE_WRITE, &newstate);
Trond Myklebust864472e2006-01-03 09:55:15 +01001611 if (ret != 0)
1612 return ret;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001613 if (newstate != state)
1614 return -ESTALE;
Trond Myklebust864472e2006-01-03 09:55:15 +01001615 }
1616 if (state->n_rdonly != 0) {
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001617 ret = nfs4_open_recover_helper(opendata, FMODE_READ, &newstate);
Trond Myklebust864472e2006-01-03 09:55:15 +01001618 if (ret != 0)
1619 return ret;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001620 if (newstate != state)
1621 return -ESTALE;
Trond Myklebust864472e2006-01-03 09:55:15 +01001622 }
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001623 /*
1624 * We may have performed cached opens for all three recoveries.
1625 * Check if we need to update the current stateid.
1626 */
1627 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0 &&
Trond Myklebustf597c532012-03-04 18:13:56 -05001628 !nfs4_stateid_match(&state->stateid, &state->open_stateid)) {
Trond Myklebust8bda4e42007-07-09 10:45:42 -04001629 write_seqlock(&state->seqlock);
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001630 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0)
Trond Myklebustf597c532012-03-04 18:13:56 -05001631 nfs4_stateid_copy(&state->stateid, &state->open_stateid);
Trond Myklebust8bda4e42007-07-09 10:45:42 -04001632 write_sequnlock(&state->seqlock);
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001633 }
Trond Myklebust864472e2006-01-03 09:55:15 +01001634 return 0;
1635}
1636
Linus Torvalds1da177e2005-04-16 15:20:36 -07001637/*
1638 * OPEN_RECLAIM:
1639 * reclaim state on the server after a reboot.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001640 */
Trond Myklebust539cd032007-06-05 11:46:42 -04001641static int _nfs4_do_open_reclaim(struct nfs_open_context *ctx, struct nfs4_state *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001642{
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001643 struct nfs_delegation *delegation;
Trond Myklebust864472e2006-01-03 09:55:15 +01001644 struct nfs4_opendata *opendata;
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001645 fmode_t delegation_type = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001646 int status;
1647
Trond Myklebust4a1c0892013-03-15 14:57:33 -04001648 opendata = nfs4_open_recoverdata_alloc(ctx, state,
1649 NFS4_OPEN_CLAIM_PREVIOUS);
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001650 if (IS_ERR(opendata))
1651 return PTR_ERR(opendata);
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001652 rcu_read_lock();
1653 delegation = rcu_dereference(NFS_I(state->inode)->delegation);
Trond Myklebust15c831b2008-12-23 15:21:39 -05001654 if (delegation != NULL && test_bit(NFS_DELEGATION_NEED_RECLAIM, &delegation->flags) != 0)
Trond Myklebust65bbf6b2007-08-27 09:57:46 -04001655 delegation_type = delegation->type;
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001656 rcu_read_unlock();
Trond Myklebust864472e2006-01-03 09:55:15 +01001657 opendata->o_arg.u.delegation_type = delegation_type;
1658 status = nfs4_open_recover(opendata, state);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001659 nfs4_opendata_put(opendata);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001660 return status;
1661}
1662
Trond Myklebust539cd032007-06-05 11:46:42 -04001663static int nfs4_do_open_reclaim(struct nfs_open_context *ctx, struct nfs4_state *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001664{
1665 struct nfs_server *server = NFS_SERVER(state->inode);
1666 struct nfs4_exception exception = { };
1667 int err;
1668 do {
Trond Myklebust539cd032007-06-05 11:46:42 -04001669 err = _nfs4_do_open_reclaim(ctx, state);
Trond Myklebust42113a72013-08-12 16:19:27 -04001670 trace_nfs4_open_reclaim(ctx, 0, err);
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04001671 if (nfs4_clear_cap_atomic_open_v1(server, err, &exception))
1672 continue;
Trond Myklebust168667c2010-10-19 19:47:49 -04001673 if (err != -NFS4ERR_DELAY)
Trond Myklebust202b50d2005-06-22 17:16:29 +00001674 break;
1675 nfs4_handle_exception(server, err, &exception);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001676 } while (exception.retry);
1677 return err;
1678}
1679
Trond Myklebust864472e2006-01-03 09:55:15 +01001680static int nfs4_open_reclaim(struct nfs4_state_owner *sp, struct nfs4_state *state)
1681{
1682 struct nfs_open_context *ctx;
1683 int ret;
1684
1685 ctx = nfs4_state_find_open_context(state);
1686 if (IS_ERR(ctx))
Trond Myklebust91876b12013-03-28 14:01:33 -04001687 return -EAGAIN;
Trond Myklebust539cd032007-06-05 11:46:42 -04001688 ret = nfs4_do_open_reclaim(ctx, state);
Trond Myklebust864472e2006-01-03 09:55:15 +01001689 put_nfs_open_context(ctx);
1690 return ret;
1691}
1692
Trond Myklebustdb4f2e632013-04-01 15:56:46 -04001693static 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 -07001694{
Trond Myklebustbe76b5b2013-04-01 15:40:44 -04001695 switch (err) {
1696 default:
1697 printk(KERN_ERR "NFS: %s: unhandled error "
1698 "%d.\n", __func__, err);
1699 case 0:
1700 case -ENOENT:
Trond Myklebust8eee52a2015-06-04 13:51:13 -04001701 case -EAGAIN:
Trond Myklebustbe76b5b2013-04-01 15:40:44 -04001702 case -ESTALE:
1703 break;
1704 case -NFS4ERR_BADSESSION:
1705 case -NFS4ERR_BADSLOT:
1706 case -NFS4ERR_BAD_HIGH_SLOT:
1707 case -NFS4ERR_CONN_NOT_BOUND_TO_SESSION:
1708 case -NFS4ERR_DEADSESSION:
1709 set_bit(NFS_DELEGATED_STATE, &state->flags);
1710 nfs4_schedule_session_recovery(server->nfs_client->cl_session, err);
1711 return -EAGAIN;
1712 case -NFS4ERR_STALE_CLIENTID:
1713 case -NFS4ERR_STALE_STATEID:
1714 set_bit(NFS_DELEGATED_STATE, &state->flags);
1715 case -NFS4ERR_EXPIRED:
1716 /* Don't recall a delegation if it was lost */
1717 nfs4_schedule_lease_recovery(server->nfs_client);
1718 return -EAGAIN;
Chuck Lever352297b2013-10-17 14:13:24 -04001719 case -NFS4ERR_MOVED:
1720 nfs4_schedule_migration_recovery(server);
1721 return -EAGAIN;
Chuck Lever8ef2f8d2013-10-17 14:13:41 -04001722 case -NFS4ERR_LEASE_MOVED:
1723 nfs4_schedule_lease_moved_recovery(server->nfs_client);
1724 return -EAGAIN;
Trond Myklebustbe76b5b2013-04-01 15:40:44 -04001725 case -NFS4ERR_DELEG_REVOKED:
1726 case -NFS4ERR_ADMIN_REVOKED:
1727 case -NFS4ERR_BAD_STATEID:
Trond Myklebustdb4f2e632013-04-01 15:56:46 -04001728 case -NFS4ERR_OPENMODE:
Trond Myklebustbe76b5b2013-04-01 15:40:44 -04001729 nfs_inode_find_state_and_recover(state->inode,
1730 stateid);
1731 nfs4_schedule_stateid_recovery(server, state);
Trond Myklebust869f9df2014-11-10 18:43:56 -05001732 return -EAGAIN;
Trond Myklebustbe76b5b2013-04-01 15:40:44 -04001733 case -NFS4ERR_DELAY:
1734 case -NFS4ERR_GRACE:
1735 set_bit(NFS_DELEGATED_STATE, &state->flags);
1736 ssleep(1);
1737 return -EAGAIN;
Trond Myklebustdb4f2e632013-04-01 15:56:46 -04001738 case -ENOMEM:
1739 case -NFS4ERR_DENIED:
1740 /* kill_proc(fl->fl_pid, SIGLOST, 1); */
1741 return 0;
Trond Myklebustbe76b5b2013-04-01 15:40:44 -04001742 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001743 return err;
1744}
1745
Trond Myklebustdb4f2e632013-04-01 15:56:46 -04001746int nfs4_open_delegation_recall(struct nfs_open_context *ctx, struct nfs4_state *state, const nfs4_stateid *stateid)
1747{
1748 struct nfs_server *server = NFS_SERVER(state->inode);
1749 struct nfs4_opendata *opendata;
1750 int err;
1751
1752 opendata = nfs4_open_recoverdata_alloc(ctx, state,
1753 NFS4_OPEN_CLAIM_DELEG_CUR_FH);
1754 if (IS_ERR(opendata))
1755 return PTR_ERR(opendata);
1756 nfs4_stateid_copy(&opendata->o_arg.u.delegation, stateid);
1757 err = nfs4_open_recover(opendata, state);
1758 nfs4_opendata_put(opendata);
1759 return nfs4_handle_delegation_recall_error(server, state, stateid, err);
1760}
1761
Chuck Leverbe05c862013-08-09 12:49:47 -04001762static void nfs4_open_confirm_prepare(struct rpc_task *task, void *calldata)
1763{
1764 struct nfs4_opendata *data = calldata;
1765
Peng Taocb04ad22014-06-11 05:24:15 +08001766 nfs40_setup_sequence(data->o_arg.server->nfs_client->cl_slot_tbl,
1767 &data->c_arg.seq_args, &data->c_res.seq_res, task);
Chuck Leverbe05c862013-08-09 12:49:47 -04001768}
1769
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001770static void nfs4_open_confirm_done(struct rpc_task *task, void *calldata)
1771{
1772 struct nfs4_opendata *data = calldata;
1773
Trond Myklebust17ead6c2014-02-01 14:53:23 -05001774 nfs40_sequence_done(task, &data->c_res.seq_res);
Chuck Leverbe05c862013-08-09 12:49:47 -04001775
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001776 data->rpc_status = task->tk_status;
Trond Myklebust26e976a2006-01-03 09:55:21 +01001777 if (data->rpc_status == 0) {
Trond Myklebustf597c532012-03-04 18:13:56 -05001778 nfs4_stateid_copy(&data->o_res.stateid, &data->c_res.stateid);
Trond Myklebustbb226292008-01-02 15:19:18 -05001779 nfs_confirm_seqid(&data->owner->so_seqid, 0);
Trond Myklebust26e976a2006-01-03 09:55:21 +01001780 renew_lease(data->o_res.server, data->timestamp);
Trond Myklebust3e309912007-07-07 13:19:59 -04001781 data->rpc_done = 1;
Trond Myklebust26e976a2006-01-03 09:55:21 +01001782 }
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001783}
1784
1785static void nfs4_open_confirm_release(void *calldata)
1786{
1787 struct nfs4_opendata *data = calldata;
1788 struct nfs4_state *state = NULL;
1789
1790 /* If this request hasn't been cancelled, do nothing */
1791 if (data->cancelled == 0)
1792 goto out_free;
1793 /* In case of error, no cleanup! */
Trond Myklebust3e309912007-07-07 13:19:59 -04001794 if (!data->rpc_done)
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001795 goto out_free;
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001796 state = nfs4_opendata_to_nfs4_state(data);
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001797 if (!IS_ERR(state))
Al Viro643168c2011-06-22 18:20:23 -04001798 nfs4_close_state(state, data->o_arg.fmode);
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001799out_free:
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001800 nfs4_opendata_put(data);
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001801}
1802
1803static const struct rpc_call_ops nfs4_open_confirm_ops = {
Chuck Leverbe05c862013-08-09 12:49:47 -04001804 .rpc_call_prepare = nfs4_open_confirm_prepare,
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001805 .rpc_call_done = nfs4_open_confirm_done,
1806 .rpc_release = nfs4_open_confirm_release,
1807};
1808
1809/*
1810 * Note: On error, nfs4_proc_open_confirm will free the struct nfs4_opendata
1811 */
1812static int _nfs4_proc_open_confirm(struct nfs4_opendata *data)
1813{
David Howells2b0143b2015-03-17 22:25:59 +00001814 struct nfs_server *server = NFS_SERVER(d_inode(data->dir));
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001815 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001816 struct rpc_message msg = {
1817 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN_CONFIRM],
1818 .rpc_argp = &data->c_arg,
1819 .rpc_resp = &data->c_res,
1820 .rpc_cred = data->owner->so_cred,
1821 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04001822 struct rpc_task_setup task_setup_data = {
1823 .rpc_client = server->client,
Trond Myklebust5138fde2007-07-14 15:40:01 -04001824 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04001825 .callback_ops = &nfs4_open_confirm_ops,
1826 .callback_data = data,
Trond Myklebust101070c2008-02-19 20:04:23 -05001827 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04001828 .flags = RPC_TASK_ASYNC,
1829 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07001830 int status;
1831
Trond Myklebust17ead6c2014-02-01 14:53:23 -05001832 nfs4_init_sequence(&data->c_arg.seq_args, &data->c_res.seq_res, 1);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001833 kref_get(&data->kref);
Trond Myklebust3e309912007-07-07 13:19:59 -04001834 data->rpc_done = 0;
1835 data->rpc_status = 0;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001836 data->timestamp = jiffies;
Trond Myklebustc970aa82007-07-14 15:39:59 -04001837 task = rpc_run_task(&task_setup_data);
Trond Myklebust7a1218a2006-03-20 18:11:10 -05001838 if (IS_ERR(task))
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001839 return PTR_ERR(task);
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001840 status = nfs4_wait_for_completion_rpc_task(task);
1841 if (status != 0) {
1842 data->cancelled = 1;
1843 smp_wmb();
1844 } else
1845 status = data->rpc_status;
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -05001846 rpc_put_task(task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001847 return status;
1848}
1849
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001850static void nfs4_open_prepare(struct rpc_task *task, void *calldata)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001851{
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001852 struct nfs4_opendata *data = calldata;
1853 struct nfs4_state_owner *sp = data->owner;
Trond Myklebust549b19c2013-04-16 18:42:34 -04001854 struct nfs_client *clp = sp->so_server->nfs_client;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001855
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001856 if (nfs_wait_on_sequence(data->o_arg.seqid, task) != 0)
Trond Myklebustc8da19b2013-02-11 19:01:21 -05001857 goto out_wait;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001858 /*
1859 * Check if we still need to send an OPEN call, or if we can use
1860 * a delegation instead.
1861 */
1862 if (data->state != NULL) {
1863 struct nfs_delegation *delegation;
1864
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001865 if (can_open_cached(data->state, data->o_arg.fmode, data->o_arg.open_flags))
Trond Myklebust6ee41262007-07-08 14:11:36 -04001866 goto out_no_action;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001867 rcu_read_lock();
1868 delegation = rcu_dereference(NFS_I(data->state->inode)->delegation);
Trond Myklebust652f89f2011-12-09 19:05:58 -05001869 if (data->o_arg.claim != NFS4_OPEN_CLAIM_DELEGATE_CUR &&
Trond Myklebustcd4c9be2013-04-23 14:46:25 -04001870 data->o_arg.claim != NFS4_OPEN_CLAIM_DELEG_CUR_FH &&
Trond Myklebust652f89f2011-12-09 19:05:58 -05001871 can_open_delegated(delegation, data->o_arg.fmode))
1872 goto unlock_no_action;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001873 rcu_read_unlock();
1874 }
Trond Myklebust95b72eb2012-04-20 19:24:51 -04001875 /* Update client id. */
Trond Myklebust549b19c2013-04-16 18:42:34 -04001876 data->o_arg.clientid = clp->cl_clientid;
Trond Myklebust8188df12013-04-23 14:31:19 -04001877 switch (data->o_arg.claim) {
1878 case NFS4_OPEN_CLAIM_PREVIOUS:
1879 case NFS4_OPEN_CLAIM_DELEG_CUR_FH:
1880 case NFS4_OPEN_CLAIM_DELEG_PREV_FH:
Andy Adamsone23008e2012-10-02 21:07:32 -04001881 data->o_arg.open_bitmap = &nfs4_open_noattr_bitmap[0];
Trond Myklebust8188df12013-04-23 14:31:19 -04001882 case NFS4_OPEN_CLAIM_FH:
1883 task->tk_msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN_NOATTR];
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001884 nfs_copy_fh(&data->o_res.fh, data->o_arg.fh);
1885 }
Trond Myklebust26e976a2006-01-03 09:55:21 +01001886 data->timestamp = jiffies;
Trond Myklebust035168a2010-06-16 09:52:26 -04001887 if (nfs4_setup_sequence(data->o_arg.server,
Andy Adamsond8985282009-04-01 09:22:21 -04001888 &data->o_arg.seq_args,
Trond Myklebust2240a9e2012-10-29 18:37:40 -04001889 &data->o_res.seq_res,
1890 task) != 0)
1891 nfs_release_seqid(data->o_arg.seqid);
Trond Myklebust549b19c2013-04-16 18:42:34 -04001892
1893 /* Set the create mode (note dependency on the session type) */
1894 data->o_arg.createmode = NFS4_CREATE_UNCHECKED;
1895 if (data->o_arg.open_flags & O_EXCL) {
1896 data->o_arg.createmode = NFS4_CREATE_EXCLUSIVE;
1897 if (nfs4_has_persistent_session(clp))
1898 data->o_arg.createmode = NFS4_CREATE_GUARDED;
1899 else if (clp->cl_mvops->minor_version > 0)
1900 data->o_arg.createmode = NFS4_CREATE_EXCLUSIVE4_1;
1901 }
Trond Myklebust6ee41262007-07-08 14:11:36 -04001902 return;
Trond Myklebust652f89f2011-12-09 19:05:58 -05001903unlock_no_action:
1904 rcu_read_unlock();
Trond Myklebust6ee41262007-07-08 14:11:36 -04001905out_no_action:
1906 task->tk_action = NULL;
Trond Myklebustc8da19b2013-02-11 19:01:21 -05001907out_wait:
Trond Myklebustb75ad4c2012-11-29 17:27:47 -05001908 nfs4_sequence_done(task, &data->o_res.seq_res);
Alexandros Batsakisb2579572009-12-14 21:27:57 -08001909}
1910
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001911static void nfs4_open_done(struct rpc_task *task, void *calldata)
1912{
1913 struct nfs4_opendata *data = calldata;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001914
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001915 data->rpc_status = task->tk_status;
Andy Adamsond8985282009-04-01 09:22:21 -04001916
Trond Myklebust14516c32010-07-31 14:29:06 -04001917 if (!nfs4_sequence_done(task, &data->o_res.seq_res))
1918 return;
Andy Adamsond8985282009-04-01 09:22:21 -04001919
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001920 if (task->tk_status == 0) {
Trond Myklebust807d66d82012-10-02 17:09:00 -07001921 if (data->o_res.f_attr->valid & NFS_ATTR_FATTR_TYPE) {
1922 switch (data->o_res.f_attr->mode & S_IFMT) {
Trond Myklebust6f926b52005-10-18 14:20:18 -07001923 case S_IFREG:
1924 break;
1925 case S_IFLNK:
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001926 data->rpc_status = -ELOOP;
Trond Myklebust6f926b52005-10-18 14:20:18 -07001927 break;
1928 case S_IFDIR:
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001929 data->rpc_status = -EISDIR;
Trond Myklebust6f926b52005-10-18 14:20:18 -07001930 break;
1931 default:
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001932 data->rpc_status = -ENOTDIR;
Trond Myklebust807d66d82012-10-02 17:09:00 -07001933 }
Trond Myklebust6f926b52005-10-18 14:20:18 -07001934 }
Trond Myklebust26e976a2006-01-03 09:55:21 +01001935 renew_lease(data->o_res.server, data->timestamp);
Trond Myklebust0f9f95e2007-07-08 16:19:56 -04001936 if (!(data->o_res.rflags & NFS4_OPEN_RESULT_CONFIRM))
1937 nfs_confirm_seqid(&data->owner->so_seqid, 0);
Trond Myklebust6f926b52005-10-18 14:20:18 -07001938 }
Trond Myklebust3e309912007-07-07 13:19:59 -04001939 data->rpc_done = 1;
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001940}
Trond Myklebust6f926b52005-10-18 14:20:18 -07001941
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001942static void nfs4_open_release(void *calldata)
1943{
1944 struct nfs4_opendata *data = calldata;
1945 struct nfs4_state *state = NULL;
1946
1947 /* If this request hasn't been cancelled, do nothing */
1948 if (data->cancelled == 0)
1949 goto out_free;
1950 /* In case of error, no cleanup! */
Trond Myklebust3e309912007-07-07 13:19:59 -04001951 if (data->rpc_status != 0 || !data->rpc_done)
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001952 goto out_free;
1953 /* In case we need an open_confirm, no cleanup! */
1954 if (data->o_res.rflags & NFS4_OPEN_RESULT_CONFIRM)
1955 goto out_free;
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001956 state = nfs4_opendata_to_nfs4_state(data);
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001957 if (!IS_ERR(state))
Al Viro643168c2011-06-22 18:20:23 -04001958 nfs4_close_state(state, data->o_arg.fmode);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001959out_free:
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001960 nfs4_opendata_put(data);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001961}
1962
1963static const struct rpc_call_ops nfs4_open_ops = {
1964 .rpc_call_prepare = nfs4_open_prepare,
1965 .rpc_call_done = nfs4_open_done,
1966 .rpc_release = nfs4_open_release,
1967};
1968
Alexandros Batsakisb2579572009-12-14 21:27:57 -08001969static int nfs4_run_open_task(struct nfs4_opendata *data, int isrecover)
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001970{
David Howells2b0143b2015-03-17 22:25:59 +00001971 struct inode *dir = d_inode(data->dir);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001972 struct nfs_server *server = NFS_SERVER(dir);
1973 struct nfs_openargs *o_arg = &data->o_arg;
1974 struct nfs_openres *o_res = &data->o_res;
1975 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001976 struct rpc_message msg = {
1977 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN],
1978 .rpc_argp = o_arg,
1979 .rpc_resp = o_res,
1980 .rpc_cred = data->owner->so_cred,
1981 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04001982 struct rpc_task_setup task_setup_data = {
1983 .rpc_client = server->client,
Trond Myklebust5138fde2007-07-14 15:40:01 -04001984 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04001985 .callback_ops = &nfs4_open_ops,
1986 .callback_data = data,
Trond Myklebust101070c2008-02-19 20:04:23 -05001987 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04001988 .flags = RPC_TASK_ASYNC,
1989 };
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001990 int status;
1991
Chuck Levera9c92d62013-08-09 12:48:18 -04001992 nfs4_init_sequence(&o_arg->seq_args, &o_res->seq_res, 1);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001993 kref_get(&data->kref);
Trond Myklebust3e309912007-07-07 13:19:59 -04001994 data->rpc_done = 0;
1995 data->rpc_status = 0;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001996 data->cancelled = 0;
Trond Myklebustbdeca1b2013-04-23 14:52:44 -04001997 data->is_recover = 0;
1998 if (isrecover) {
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04001999 nfs4_set_sequence_privileged(&o_arg->seq_args);
Trond Myklebustbdeca1b2013-04-23 14:52:44 -04002000 data->is_recover = 1;
2001 }
Trond Myklebustc970aa82007-07-14 15:39:59 -04002002 task = rpc_run_task(&task_setup_data);
Alexandros Batsakisb2579572009-12-14 21:27:57 -08002003 if (IS_ERR(task))
2004 return PTR_ERR(task);
2005 status = nfs4_wait_for_completion_rpc_task(task);
2006 if (status != 0) {
2007 data->cancelled = 1;
2008 smp_wmb();
2009 } else
2010 status = data->rpc_status;
2011 rpc_put_task(task);
2012
2013 return status;
2014}
2015
2016static int _nfs4_recover_proc_open(struct nfs4_opendata *data)
2017{
David Howells2b0143b2015-03-17 22:25:59 +00002018 struct inode *dir = d_inode(data->dir);
Alexandros Batsakisb2579572009-12-14 21:27:57 -08002019 struct nfs_openres *o_res = &data->o_res;
2020 int status;
2021
2022 status = nfs4_run_open_task(data, 1);
2023 if (status != 0 || !data->rpc_done)
2024 return status;
2025
Trond Myklebust6926afd2012-01-07 13:22:46 -05002026 nfs_fattr_map_and_free_names(NFS_SERVER(dir), &data->f_attr);
2027
Alexandros Batsakisb2579572009-12-14 21:27:57 -08002028 if (o_res->rflags & NFS4_OPEN_RESULT_CONFIRM) {
2029 status = _nfs4_proc_open_confirm(data);
2030 if (status != 0)
2031 return status;
2032 }
2033
2034 return status;
2035}
2036
Trond Myklebustf3792d62014-07-10 08:54:32 -04002037/*
2038 * Additional permission checks in order to distinguish between an
2039 * open for read, and an open for execute. This works around the
2040 * fact that NFSv4 OPEN treats read and execute permissions as being
2041 * the same.
2042 * Note that in the non-execute case, we want to turn off permission
2043 * checking if we just created a new file (POSIX open() semantics).
2044 */
Weston Andros Adamson6168f622012-09-10 14:00:46 -04002045static int nfs4_opendata_access(struct rpc_cred *cred,
2046 struct nfs4_opendata *opendata,
Weston Andros Adamsonf8d9a892013-01-03 16:42:29 -05002047 struct nfs4_state *state, fmode_t fmode,
2048 int openflags)
Weston Andros Adamson6168f622012-09-10 14:00:46 -04002049{
2050 struct nfs_access_entry cache;
2051 u32 mask;
2052
2053 /* access call failed or for some reason the server doesn't
2054 * support any access modes -- defer access call until later */
2055 if (opendata->o_res.access_supported == 0)
2056 return 0;
2057
2058 mask = 0;
Trond Myklebustf3792d62014-07-10 08:54:32 -04002059 /*
2060 * Use openflags to check for exec, because fmode won't
2061 * always have FMODE_EXEC set when file open for exec.
2062 */
Weston Andros Adamsonf8d9a892013-01-03 16:42:29 -05002063 if (openflags & __FMODE_EXEC) {
2064 /* ONLY check for exec rights */
2065 mask = MAY_EXEC;
Trond Myklebustf3792d62014-07-10 08:54:32 -04002066 } else if ((fmode & FMODE_READ) && !opendata->file_created)
Weston Andros Adamsonf8d9a892013-01-03 16:42:29 -05002067 mask = MAY_READ;
Weston Andros Adamson6168f622012-09-10 14:00:46 -04002068
2069 cache.cred = cred;
2070 cache.jiffies = jiffies;
2071 nfs_access_set_mask(&cache, opendata->o_res.access_result);
2072 nfs_access_add_cache(state->inode, &cache);
2073
Weston Andros Adamsonbbd3a8e2012-10-02 14:49:51 -07002074 if ((mask & ~cache.mask & (MAY_READ | MAY_EXEC)) == 0)
Weston Andros Adamson6168f622012-09-10 14:00:46 -04002075 return 0;
2076
2077 /* even though OPEN succeeded, access is denied. Close the file */
2078 nfs4_close_state(state, fmode);
Weston Andros Adamson998f40b2012-11-02 18:00:56 -04002079 return -EACCES;
Weston Andros Adamson6168f622012-09-10 14:00:46 -04002080}
2081
Alexandros Batsakisb2579572009-12-14 21:27:57 -08002082/*
2083 * Note: On error, nfs4_proc_open will free the struct nfs4_opendata
2084 */
2085static int _nfs4_proc_open(struct nfs4_opendata *data)
2086{
David Howells2b0143b2015-03-17 22:25:59 +00002087 struct inode *dir = d_inode(data->dir);
Alexandros Batsakisb2579572009-12-14 21:27:57 -08002088 struct nfs_server *server = NFS_SERVER(dir);
2089 struct nfs_openargs *o_arg = &data->o_arg;
2090 struct nfs_openres *o_res = &data->o_res;
2091 int status;
2092
2093 status = nfs4_run_open_task(data, 0);
Trond Myklebust08ef7bd2011-10-18 16:11:49 -07002094 if (!data->rpc_done)
Trond Myklebust24ac23a2006-01-03 09:55:11 +01002095 return status;
Trond Myklebust08ef7bd2011-10-18 16:11:49 -07002096 if (status != 0) {
2097 if (status == -NFS4ERR_BADNAME &&
2098 !(o_arg->open_flags & O_CREAT))
2099 return -ENOENT;
2100 return status;
2101 }
Trond Myklebust24ac23a2006-01-03 09:55:11 +01002102
Trond Myklebust6926afd2012-01-07 13:22:46 -05002103 nfs_fattr_map_and_free_names(server, &data->f_attr);
2104
Trond Myklebust5bc2afc2013-09-23 18:01:28 -04002105 if (o_arg->open_flags & O_CREAT) {
Trond Myklebust56ae19f2005-10-27 22:12:40 -04002106 update_changeattr(dir, &o_res->cinfo);
Trond Myklebust5bc2afc2013-09-23 18:01:28 -04002107 if (o_arg->open_flags & O_EXCL)
2108 data->file_created = 1;
2109 else if (o_res->cinfo.before != o_res->cinfo.after)
2110 data->file_created = 1;
2111 }
Trond Myklebust0df5dd42010-04-11 16:48:44 -04002112 if ((o_res->rflags & NFS4_OPEN_RESULT_LOCKTYPE_POSIX) == 0)
2113 server->caps &= ~NFS_CAP_POSIX_LOCK;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002114 if(o_res->rflags & NFS4_OPEN_RESULT_CONFIRM) {
Trond Myklebustcdd4e682006-01-03 09:55:12 +01002115 status = _nfs4_proc_open_confirm(data);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002116 if (status != 0)
Trond Myklebust24ac23a2006-01-03 09:55:11 +01002117 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002118 }
2119 if (!(o_res->f_attr->valid & NFS_ATTR_FATTR))
Andy Adamson8935ef62014-05-23 06:22:59 -07002120 nfs4_proc_getattr(server, &o_res->fh, o_res->f_attr, o_res->f_label);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01002121 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002122}
2123
Andy Adamsond83217c2011-03-01 01:34:17 +00002124static int nfs4_recover_expired_lease(struct nfs_server *server)
2125{
2126 return nfs4_client_recover_expired_lease(server->nfs_client);
2127}
2128
Linus Torvalds1da177e2005-04-16 15:20:36 -07002129/*
2130 * OPEN_EXPIRED:
2131 * reclaim state on the server after a network partition.
2132 * Assumes caller holds the appropriate lock
2133 */
Trond Myklebust539cd032007-06-05 11:46:42 -04002134static int _nfs4_open_expired(struct nfs_open_context *ctx, struct nfs4_state *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002135{
Trond Myklebuste56e0b782006-01-03 09:55:08 +01002136 struct nfs4_opendata *opendata;
Trond Myklebust864472e2006-01-03 09:55:15 +01002137 int ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002138
Trond Myklebust4a1c0892013-03-15 14:57:33 -04002139 opendata = nfs4_open_recoverdata_alloc(ctx, state,
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04002140 NFS4_OPEN_CLAIM_FH);
Trond Myklebust6f220ed2007-07-17 21:50:45 -04002141 if (IS_ERR(opendata))
2142 return PTR_ERR(opendata);
Trond Myklebust864472e2006-01-03 09:55:15 +01002143 ret = nfs4_open_recover(opendata, state);
Trond Myklebust35d05772008-04-05 15:54:17 -04002144 if (ret == -ESTALE)
Al Viro3d4ff432011-06-22 18:40:12 -04002145 d_drop(ctx->dentry);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04002146 nfs4_opendata_put(opendata);
Trond Myklebust864472e2006-01-03 09:55:15 +01002147 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002148}
2149
Trond Myklebusta9ed2e22009-12-03 15:53:21 -05002150static int nfs4_do_open_expired(struct nfs_open_context *ctx, struct nfs4_state *state)
Trond Myklebust202b50d2005-06-22 17:16:29 +00002151{
Trond Myklebust539cd032007-06-05 11:46:42 -04002152 struct nfs_server *server = NFS_SERVER(state->inode);
Trond Myklebust202b50d2005-06-22 17:16:29 +00002153 struct nfs4_exception exception = { };
2154 int err;
2155
2156 do {
Trond Myklebust539cd032007-06-05 11:46:42 -04002157 err = _nfs4_open_expired(ctx, state);
Trond Myklebust42113a72013-08-12 16:19:27 -04002158 trace_nfs4_open_expired(ctx, 0, err);
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04002159 if (nfs4_clear_cap_atomic_open_v1(server, err, &exception))
2160 continue;
Trond Myklebusta9ed2e22009-12-03 15:53:21 -05002161 switch (err) {
2162 default:
2163 goto out;
2164 case -NFS4ERR_GRACE:
2165 case -NFS4ERR_DELAY:
2166 nfs4_handle_exception(server, err, &exception);
2167 err = 0;
2168 }
Trond Myklebust202b50d2005-06-22 17:16:29 +00002169 } while (exception.retry);
Trond Myklebusta9ed2e22009-12-03 15:53:21 -05002170out:
Trond Myklebust202b50d2005-06-22 17:16:29 +00002171 return err;
2172}
2173
Linus Torvalds1da177e2005-04-16 15:20:36 -07002174static int nfs4_open_expired(struct nfs4_state_owner *sp, struct nfs4_state *state)
2175{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002176 struct nfs_open_context *ctx;
Trond Myklebust864472e2006-01-03 09:55:15 +01002177 int ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002178
Trond Myklebust864472e2006-01-03 09:55:15 +01002179 ctx = nfs4_state_find_open_context(state);
2180 if (IS_ERR(ctx))
Trond Myklebust91876b12013-03-28 14:01:33 -04002181 return -EAGAIN;
Trond Myklebust539cd032007-06-05 11:46:42 -04002182 ret = nfs4_do_open_expired(ctx, state);
Trond Myklebust864472e2006-01-03 09:55:15 +01002183 put_nfs_open_context(ctx);
2184 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002185}
2186
Trond Myklebust4dfd4f72014-10-17 15:10:25 +03002187static void nfs_finish_clear_delegation_stateid(struct nfs4_state *state)
2188{
2189 nfs_remove_bad_delegation(state->inode);
2190 write_seqlock(&state->seqlock);
2191 nfs4_stateid_copy(&state->stateid, &state->open_stateid);
2192 write_sequnlock(&state->seqlock);
2193 clear_bit(NFS_DELEGATED_STATE, &state->flags);
2194}
2195
2196static void nfs40_clear_delegation_stateid(struct nfs4_state *state)
2197{
2198 if (rcu_access_pointer(NFS_I(state->inode)->delegation) != NULL)
2199 nfs_finish_clear_delegation_stateid(state);
2200}
2201
2202static int nfs40_open_expired(struct nfs4_state_owner *sp, struct nfs4_state *state)
2203{
2204 /* NFSv4.0 doesn't allow for delegation recovery on open expire */
2205 nfs40_clear_delegation_stateid(state);
2206 return nfs4_open_expired(sp, state);
2207}
2208
Bryan Schumakerf062eb62011-06-02 14:59:10 -04002209#if defined(CONFIG_NFS_V4_1)
Trond Myklebust0c116ca2014-11-12 14:44:49 -05002210static void nfs41_check_delegation_stateid(struct nfs4_state *state)
Bryan Schumakerf062eb62011-06-02 14:59:10 -04002211{
Bryan Schumakerf062eb62011-06-02 14:59:10 -04002212 struct nfs_server *server = NFS_SERVER(state->inode);
Trond Myklebust0c116ca2014-11-12 14:44:49 -05002213 nfs4_stateid stateid;
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04002214 struct nfs_delegation *delegation;
Trond Myklebust0c116ca2014-11-12 14:44:49 -05002215 struct rpc_cred *cred;
2216 int status;
Chuck Lever3e60ffd2012-07-11 16:30:14 -04002217
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04002218 /* Get the delegation credential for use by test/free_stateid */
2219 rcu_read_lock();
2220 delegation = rcu_dereference(NFS_I(state->inode)->delegation);
Trond Myklebust0c116ca2014-11-12 14:44:49 -05002221 if (delegation == NULL) {
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04002222 rcu_read_unlock();
Trond Myklebust0c116ca2014-11-12 14:44:49 -05002223 return;
2224 }
2225
2226 nfs4_stateid_copy(&stateid, &delegation->stateid);
2227 cred = get_rpccred(delegation->cred);
2228 rcu_read_unlock();
2229 status = nfs41_test_stateid(server, &stateid, cred);
2230 trace_nfs4_test_delegation_stateid(state, NULL, status);
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04002231
Chuck Lever3e60ffd2012-07-11 16:30:14 -04002232 if (status != NFS_OK) {
2233 /* Free the stateid unless the server explicitly
2234 * informs us the stateid is unrecognized. */
2235 if (status != -NFS4ERR_BAD_STATEID)
Trond Myklebust0c116ca2014-11-12 14:44:49 -05002236 nfs41_free_stateid(server, &stateid, cred);
2237 nfs_finish_clear_delegation_stateid(state);
Chuck Lever3e60ffd2012-07-11 16:30:14 -04002238 }
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04002239
Trond Myklebust0c116ca2014-11-12 14:44:49 -05002240 put_rpccred(cred);
Chuck Lever3e60ffd2012-07-11 16:30:14 -04002241}
2242
2243/**
2244 * nfs41_check_open_stateid - possibly free an open stateid
2245 *
2246 * @state: NFSv4 state for an inode
2247 *
2248 * Returns NFS_OK if recovery for this stateid is now finished.
2249 * Otherwise a negative NFS4ERR value is returned.
2250 */
2251static int nfs41_check_open_stateid(struct nfs4_state *state)
2252{
2253 struct nfs_server *server = NFS_SERVER(state->inode);
Bryan Schumakerfcb6d9c2012-09-26 15:25:53 -04002254 nfs4_stateid *stateid = &state->open_stateid;
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04002255 struct rpc_cred *cred = state->owner->so_cred;
Chuck Lever3e60ffd2012-07-11 16:30:14 -04002256 int status;
2257
2258 /* If a state reset has been done, test_stateid is unneeded */
2259 if ((test_bit(NFS_O_RDONLY_STATE, &state->flags) == 0) &&
2260 (test_bit(NFS_O_WRONLY_STATE, &state->flags) == 0) &&
2261 (test_bit(NFS_O_RDWR_STATE, &state->flags) == 0))
2262 return -NFS4ERR_BAD_STATEID;
2263
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04002264 status = nfs41_test_stateid(server, stateid, cred);
Trond Myklebust08cb47f2013-08-20 21:59:40 -04002265 trace_nfs4_test_open_stateid(state, NULL, status);
Chuck Lever3e60ffd2012-07-11 16:30:14 -04002266 if (status != NFS_OK) {
2267 /* Free the stateid unless the server explicitly
2268 * informs us the stateid is unrecognized. */
2269 if (status != -NFS4ERR_BAD_STATEID)
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04002270 nfs41_free_stateid(server, stateid, cred);
Chuck Lever3e60ffd2012-07-11 16:30:14 -04002271
2272 clear_bit(NFS_O_RDONLY_STATE, &state->flags);
2273 clear_bit(NFS_O_WRONLY_STATE, &state->flags);
2274 clear_bit(NFS_O_RDWR_STATE, &state->flags);
Trond Myklebustfd068b22013-04-22 11:29:51 -04002275 clear_bit(NFS_OPEN_STATE, &state->flags);
Bryan Schumakerb01dd1d2012-01-31 10:39:30 -05002276 }
2277 return status;
2278}
2279
2280static int nfs41_open_expired(struct nfs4_state_owner *sp, struct nfs4_state *state)
2281{
Chuck Levereb64cf92012-07-11 16:30:05 -04002282 int status;
Bryan Schumakerb01dd1d2012-01-31 10:39:30 -05002283
Trond Myklebust0c116ca2014-11-12 14:44:49 -05002284 nfs41_check_delegation_stateid(state);
Chuck Lever3e60ffd2012-07-11 16:30:14 -04002285 status = nfs41_check_open_stateid(state);
Chuck Levereb64cf92012-07-11 16:30:05 -04002286 if (status != NFS_OK)
2287 status = nfs4_open_expired(sp, state);
2288 return status;
Bryan Schumakerf062eb62011-06-02 14:59:10 -04002289}
2290#endif
2291
Linus Torvalds1da177e2005-04-16 15:20:36 -07002292/*
Jeff Laytonaa53ed52007-06-05 14:49:03 -04002293 * on an EXCLUSIVE create, the server should send back a bitmask with FATTR4-*
2294 * fields corresponding to attributes that were used to store the verifier.
2295 * Make sure we clobber those fields in the later setattr call
2296 */
2297static inline void nfs4_exclusive_attrset(struct nfs4_opendata *opendata, struct iattr *sattr)
2298{
2299 if ((opendata->o_res.attrset[1] & FATTR4_WORD1_TIME_ACCESS) &&
2300 !(sattr->ia_valid & ATTR_ATIME_SET))
2301 sattr->ia_valid |= ATTR_ATIME;
2302
2303 if ((opendata->o_res.attrset[1] & FATTR4_WORD1_TIME_MODIFY) &&
2304 !(sattr->ia_valid & ATTR_MTIME_SET))
2305 sattr->ia_valid |= ATTR_MTIME;
2306}
2307
Trond Myklebustc21443c2013-02-07 14:26:21 -05002308static int _nfs4_open_and_get_state(struct nfs4_opendata *opendata,
2309 fmode_t fmode,
2310 int flags,
Trond Myklebust3efb9722013-05-29 13:17:04 -04002311 struct nfs_open_context *ctx)
Trond Myklebustc21443c2013-02-07 14:26:21 -05002312{
2313 struct nfs4_state_owner *sp = opendata->owner;
2314 struct nfs_server *server = sp->so_server;
Trond Myklebust275bb302013-05-29 13:11:28 -04002315 struct dentry *dentry;
Trond Myklebustc21443c2013-02-07 14:26:21 -05002316 struct nfs4_state *state;
2317 unsigned int seq;
2318 int ret;
2319
2320 seq = raw_seqcount_begin(&sp->so_reclaim_seqcount);
2321
2322 ret = _nfs4_proc_open(opendata);
Trond Myklebustdca780012014-10-23 19:23:03 +03002323 if (ret != 0)
Trond Myklebustc21443c2013-02-07 14:26:21 -05002324 goto out;
2325
2326 state = nfs4_opendata_to_nfs4_state(opendata);
2327 ret = PTR_ERR(state);
2328 if (IS_ERR(state))
2329 goto out;
2330 if (server->caps & NFS_CAP_POSIX_LOCK)
2331 set_bit(NFS_STATE_POSIX_LOCKS, &state->flags);
2332
Trond Myklebust275bb302013-05-29 13:11:28 -04002333 dentry = opendata->dentry;
David Howells2b0143b2015-03-17 22:25:59 +00002334 if (d_really_is_negative(dentry)) {
Trond Myklebust275bb302013-05-29 13:11:28 -04002335 /* FIXME: Is this d_drop() ever needed? */
2336 d_drop(dentry);
2337 dentry = d_add_unique(dentry, igrab(state->inode));
2338 if (dentry == NULL) {
2339 dentry = opendata->dentry;
2340 } else if (dentry != ctx->dentry) {
2341 dput(ctx->dentry);
2342 ctx->dentry = dget(dentry);
2343 }
2344 nfs_set_verifier(dentry,
David Howells2b0143b2015-03-17 22:25:59 +00002345 nfs_save_change_attribute(d_inode(opendata->dir)));
Trond Myklebust275bb302013-05-29 13:11:28 -04002346 }
2347
Trond Myklebustc21443c2013-02-07 14:26:21 -05002348 ret = nfs4_opendata_access(sp->so_cred, opendata, state, fmode, flags);
2349 if (ret != 0)
2350 goto out;
2351
Trond Myklebust3efb9722013-05-29 13:17:04 -04002352 ctx->state = state;
David Howells2b0143b2015-03-17 22:25:59 +00002353 if (d_inode(dentry) == state->inode) {
Trond Myklebustc45ffdd2013-05-29 13:34:46 -04002354 nfs_inode_attach_open_context(ctx);
2355 if (read_seqcount_retry(&sp->so_reclaim_seqcount, seq))
2356 nfs4_schedule_stateid_recovery(server, state);
2357 }
Trond Myklebustc21443c2013-02-07 14:26:21 -05002358out:
2359 return ret;
2360}
2361
Jeff Laytonaa53ed52007-06-05 14:49:03 -04002362/*
Trond Myklebust24ac23a2006-01-03 09:55:11 +01002363 * Returns a referenced nfs4_state
Linus Torvalds1da177e2005-04-16 15:20:36 -07002364 */
Andy Adamson82be4172012-05-23 05:02:35 -04002365static int _nfs4_do_open(struct inode *dir,
Trond Myklebust4197a052013-05-29 12:37:49 -04002366 struct nfs_open_context *ctx,
Andy Adamson82be4172012-05-23 05:02:35 -04002367 int flags,
2368 struct iattr *sattr,
Trond Myklebust5bc2afc2013-09-23 18:01:28 -04002369 struct nfs4_label *label,
2370 int *opened)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002371{
2372 struct nfs4_state_owner *sp;
2373 struct nfs4_state *state = NULL;
2374 struct nfs_server *server = NFS_SERVER(dir);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01002375 struct nfs4_opendata *opendata;
Trond Myklebust4197a052013-05-29 12:37:49 -04002376 struct dentry *dentry = ctx->dentry;
2377 struct rpc_cred *cred = ctx->cred;
2378 struct nfs4_threshold **ctx_th = &ctx->mdsthreshold;
2379 fmode_t fmode = ctx->mode & (FMODE_READ|FMODE_WRITE|FMODE_EXEC);
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04002380 enum open_claim_type4 claim = NFS4_OPEN_CLAIM_NULL;
David Quigley1775fd32013-05-22 12:50:42 -04002381 struct nfs4_label *olabel = NULL;
Trond Myklebustaac00a82007-07-05 19:02:21 -04002382 int status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002383
2384 /* Protect against reboot recovery conflicts */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002385 status = -ENOMEM;
Trond Myklebustd1e284d2012-01-17 22:04:24 -05002386 sp = nfs4_get_state_owner(server, cred, GFP_KERNEL);
2387 if (sp == NULL) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002388 dprintk("nfs4_do_open: nfs4_get_state_owner failed!\n");
2389 goto out_err;
2390 }
Trond Myklebust58d97142006-01-03 09:55:24 +01002391 status = nfs4_recover_expired_lease(server);
2392 if (status != 0)
Trond Myklebustb4454fe2006-01-03 09:55:25 +01002393 goto err_put_state_owner;
David Howells2b0143b2015-03-17 22:25:59 +00002394 if (d_really_is_positive(dentry))
2395 nfs4_return_incompatible_delegation(d_inode(dentry), fmode);
Trond Myklebust58d97142006-01-03 09:55:24 +01002396 status = -ENOMEM;
David Howells2b0143b2015-03-17 22:25:59 +00002397 if (d_really_is_positive(dentry))
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04002398 claim = NFS4_OPEN_CLAIM_FH;
Trond Myklebust4a1c0892013-03-15 14:57:33 -04002399 opendata = nfs4_opendata_alloc(dentry, sp, fmode, flags, sattr,
David Quigley1775fd32013-05-22 12:50:42 -04002400 label, claim, GFP_KERNEL);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01002401 if (opendata == NULL)
Trond Myklebust95d35cb2008-12-23 15:21:45 -05002402 goto err_put_state_owner;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002403
David Quigley14c43f72013-05-22 12:50:43 -04002404 if (label) {
2405 olabel = nfs4_label_alloc(server, GFP_KERNEL);
2406 if (IS_ERR(olabel)) {
2407 status = PTR_ERR(olabel);
2408 goto err_opendata_put;
2409 }
2410 }
2411
Trond Myklebuste911b812014-03-26 13:24:37 -07002412 if (server->attr_bitmask[2] & FATTR4_WORD2_MDSTHRESHOLD) {
2413 if (!opendata->f_attr.mdsthreshold) {
2414 opendata->f_attr.mdsthreshold = pnfs_mdsthreshold_alloc();
2415 if (!opendata->f_attr.mdsthreshold)
2416 goto err_free_label;
2417 }
Trond Myklebust1549210f2012-06-05 09:16:47 -04002418 opendata->o_arg.open_bitmap = &nfs4_pnfs_open_bitmap[0];
Andy Adamson82be4172012-05-23 05:02:35 -04002419 }
David Howells2b0143b2015-03-17 22:25:59 +00002420 if (d_really_is_positive(dentry))
2421 opendata->state = nfs4_get_open_state(d_inode(dentry), sp);
Trond Myklebustaac00a82007-07-05 19:02:21 -04002422
Trond Myklebust3efb9722013-05-29 13:17:04 -04002423 status = _nfs4_open_and_get_state(opendata, fmode, flags, ctx);
Weston Andros Adamson6168f622012-09-10 14:00:46 -04002424 if (status != 0)
David Quigley14c43f72013-05-22 12:50:43 -04002425 goto err_free_label;
Trond Myklebust3efb9722013-05-29 13:17:04 -04002426 state = ctx->state;
Weston Andros Adamson6168f622012-09-10 14:00:46 -04002427
NeilBrownefcbc042015-07-30 13:00:56 +10002428 if ((opendata->o_arg.open_flags & (O_CREAT|O_EXCL)) == (O_CREAT|O_EXCL) &&
Trond Myklebust549b19c2013-04-16 18:42:34 -04002429 (opendata->o_arg.createmode != NFS4_CREATE_GUARDED)) {
Trond Myklebust0ab64e02010-04-16 16:22:51 -04002430 nfs4_exclusive_attrset(opendata, sattr);
2431
2432 nfs_fattr_init(opendata->o_res.f_attr);
2433 status = nfs4_do_setattr(state->inode, cred,
2434 opendata->o_res.f_attr, sattr,
David Quigley1775fd32013-05-22 12:50:42 -04002435 state, label, olabel);
2436 if (status == 0) {
Trond Myklebustf0446362015-02-26 16:09:04 -05002437 nfs_setattr_update_inode(state->inode, sattr,
2438 opendata->o_res.f_attr);
David Quigleyaa9c2662013-05-22 12:50:44 -04002439 nfs_setsecurity(state->inode, opendata->o_res.f_attr, olabel);
David Quigley1775fd32013-05-22 12:50:42 -04002440 }
Trond Myklebust0ab64e02010-04-16 16:22:51 -04002441 }
Trond Myklebust5bc2afc2013-09-23 18:01:28 -04002442 if (opendata->file_created)
2443 *opened |= FILE_CREATED;
Andy Adamson82be4172012-05-23 05:02:35 -04002444
Trond Myklebuste911b812014-03-26 13:24:37 -07002445 if (pnfs_use_threshold(ctx_th, opendata->f_attr.mdsthreshold, server)) {
Andy Adamson82be4172012-05-23 05:02:35 -04002446 *ctx_th = opendata->f_attr.mdsthreshold;
Trond Myklebuste911b812014-03-26 13:24:37 -07002447 opendata->f_attr.mdsthreshold = NULL;
2448 }
Andy Adamson82be4172012-05-23 05:02:35 -04002449
David Quigley14c43f72013-05-22 12:50:43 -04002450 nfs4_label_free(olabel);
2451
Trond Myklebustc6d00e62007-06-17 16:02:44 -04002452 nfs4_opendata_put(opendata);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002453 nfs4_put_state_owner(sp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002454 return 0;
David Quigley14c43f72013-05-22 12:50:43 -04002455err_free_label:
2456 nfs4_label_free(olabel);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04002457err_opendata_put:
2458 nfs4_opendata_put(opendata);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01002459err_put_state_owner:
2460 nfs4_put_state_owner(sp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002461out_err:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002462 return status;
2463}
2464
2465
Andy Adamson82be4172012-05-23 05:02:35 -04002466static struct nfs4_state *nfs4_do_open(struct inode *dir,
Trond Myklebust4197a052013-05-29 12:37:49 -04002467 struct nfs_open_context *ctx,
Andy Adamson82be4172012-05-23 05:02:35 -04002468 int flags,
2469 struct iattr *sattr,
Trond Myklebust5bc2afc2013-09-23 18:01:28 -04002470 struct nfs4_label *label,
2471 int *opened)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002472{
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04002473 struct nfs_server *server = NFS_SERVER(dir);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002474 struct nfs4_exception exception = { };
2475 struct nfs4_state *res;
2476 int status;
2477
2478 do {
Trond Myklebust5bc2afc2013-09-23 18:01:28 -04002479 status = _nfs4_do_open(dir, ctx, flags, sattr, label, opened);
Trond Myklebust3efb9722013-05-29 13:17:04 -04002480 res = ctx->state;
Trond Myklebust42113a72013-08-12 16:19:27 -04002481 trace_nfs4_open_file(ctx, flags, status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002482 if (status == 0)
2483 break;
2484 /* NOTE: BAD_SEQID means the server and client disagree about the
2485 * book-keeping w.r.t. state-changing operations
2486 * (OPEN/CLOSE/LOCK/LOCKU...)
2487 * It is actually a sign of a bug on the client or on the server.
2488 *
2489 * If we receive a BAD_SEQID error in the particular case of
Trond Myklebustcee54fc2005-10-18 14:20:12 -07002490 * doing an OPEN, we assume that nfs_increment_open_seqid() will
Linus Torvalds1da177e2005-04-16 15:20:36 -07002491 * have unhashed the old state_owner for us, and that we can
2492 * therefore safely retry using a new one. We should still warn
2493 * the user though...
2494 */
2495 if (status == -NFS4ERR_BAD_SEQID) {
Trond Myklebust9a3ba432012-03-12 18:01:48 -04002496 pr_warn_ratelimited("NFS: v4 server %s "
Trond Myklebust6f43ddc2007-07-08 16:49:11 -04002497 " returned a bad sequence-id error!\n",
2498 NFS_SERVER(dir)->nfs_client->cl_hostname);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002499 exception.retry = 1;
2500 continue;
2501 }
Trond Myklebust550f5742005-10-18 14:20:21 -07002502 /*
2503 * BAD_STATEID on OPEN means that the server cancelled our
2504 * state before it received the OPEN_CONFIRM.
2505 * Recover by retrying the request as per the discussion
2506 * on Page 181 of RFC3530.
2507 */
2508 if (status == -NFS4ERR_BAD_STATEID) {
2509 exception.retry = 1;
2510 continue;
2511 }
Trond Myklebustaac00a82007-07-05 19:02:21 -04002512 if (status == -EAGAIN) {
2513 /* We must have found a delegation */
2514 exception.retry = 1;
2515 continue;
2516 }
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04002517 if (nfs4_clear_cap_atomic_open_v1(server, status, &exception))
2518 continue;
2519 res = ERR_PTR(nfs4_handle_exception(server,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002520 status, &exception));
2521 } while (exception.retry);
2522 return res;
2523}
2524
Trond Myklebust659bfcd2008-06-10 19:39:41 -04002525static int _nfs4_do_setattr(struct inode *inode, struct rpc_cred *cred,
2526 struct nfs_fattr *fattr, struct iattr *sattr,
David Quigley1775fd32013-05-22 12:50:42 -04002527 struct nfs4_state *state, struct nfs4_label *ilabel,
2528 struct nfs4_label *olabel)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002529{
Trond Myklebust3e4f6292006-03-20 13:44:46 -05002530 struct nfs_server *server = NFS_SERVER(inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002531 struct nfs_setattrargs arg = {
Trond Myklebust3e4f6292006-03-20 13:44:46 -05002532 .fh = NFS_FH(inode),
Linus Torvalds1da177e2005-04-16 15:20:36 -07002533 .iap = sattr,
2534 .server = server,
2535 .bitmask = server->attr_bitmask,
David Quigley1775fd32013-05-22 12:50:42 -04002536 .label = ilabel,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002537 };
2538 struct nfs_setattrres res = {
2539 .fattr = fattr,
David Quigley1775fd32013-05-22 12:50:42 -04002540 .label = olabel,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002541 .server = server,
2542 };
2543 struct rpc_message msg = {
Trond Myklebust659bfcd2008-06-10 19:39:41 -04002544 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETATTR],
2545 .rpc_argp = &arg,
2546 .rpc_resp = &res,
2547 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002548 };
Trond Myklebust26e976a2006-01-03 09:55:21 +01002549 unsigned long timestamp = jiffies;
Trond Myklebustee3ae842013-04-29 10:35:36 -04002550 fmode_t fmode;
2551 bool truncate;
Trond Myklebust65e43082005-08-16 11:49:44 -04002552 int status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002553
David Quigleyaa9c2662013-05-22 12:50:44 -04002554 arg.bitmask = nfs4_bitmask(server, ilabel);
2555 if (ilabel)
2556 arg.bitmask = nfs4_bitmask(server, olabel);
2557
Trond Myklebust0e574af2005-10-27 22:12:38 -04002558 nfs_fattr_init(fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002559
Trond Myklebustee3ae842013-04-29 10:35:36 -04002560 /* Servers should only apply open mode checks for file size changes */
2561 truncate = (sattr->ia_valid & ATTR_SIZE) ? true : false;
2562 fmode = truncate ? FMODE_WRITE : FMODE_READ;
2563
2564 if (nfs4_copy_delegation_stateid(&arg.stateid, inode, fmode)) {
2565 /* Use that stateid */
Trond Myklebust0418dae2014-03-04 13:48:16 -05002566 } else if (truncate && state != NULL) {
Trond Myklebust2a369152012-08-13 18:54:45 -04002567 struct nfs_lockowner lockowner = {
2568 .l_owner = current->files,
2569 .l_pid = current->tgid,
2570 };
Trond Myklebust0418dae2014-03-04 13:48:16 -05002571 if (!nfs4_valid_open_stateid(state))
2572 return -EBADF;
2573 if (nfs4_select_rw_stateid(&arg.stateid, state, FMODE_WRITE,
2574 &lockowner) == -EIO)
2575 return -EBADF;
Trond Myklebust08e9eac2005-06-22 17:16:29 +00002576 } else
Trond Myklebustf597c532012-03-04 18:13:56 -05002577 nfs4_stateid_copy(&arg.stateid, &zero_stateid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002578
Bryan Schumaker7c513052011-03-24 17:12:24 +00002579 status = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, &res.seq_res, 1);
Trond Myklebust26e976a2006-01-03 09:55:21 +01002580 if (status == 0 && state != NULL)
2581 renew_lease(server, timestamp);
Trond Myklebust65e43082005-08-16 11:49:44 -04002582 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002583}
2584
Trond Myklebust659bfcd2008-06-10 19:39:41 -04002585static int nfs4_do_setattr(struct inode *inode, struct rpc_cred *cred,
2586 struct nfs_fattr *fattr, struct iattr *sattr,
David Quigley1775fd32013-05-22 12:50:42 -04002587 struct nfs4_state *state, struct nfs4_label *ilabel,
2588 struct nfs4_label *olabel)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002589{
Trond Myklebust3e4f6292006-03-20 13:44:46 -05002590 struct nfs_server *server = NFS_SERVER(inode);
Trond Myklebusta1d0b5e2012-03-05 19:56:44 -05002591 struct nfs4_exception exception = {
2592 .state = state,
Trond Myklebust3114ea72012-03-07 16:39:06 -05002593 .inode = inode,
Trond Myklebusta1d0b5e2012-03-05 19:56:44 -05002594 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002595 int err;
2596 do {
David Quigley1775fd32013-05-22 12:50:42 -04002597 err = _nfs4_do_setattr(inode, cred, fattr, sattr, state, ilabel, olabel);
Trond Myklebustc1578b72013-08-12 16:58:42 -04002598 trace_nfs4_setattr(inode, err);
Trond Myklebust451146b2012-04-18 16:29:11 -04002599 switch (err) {
2600 case -NFS4ERR_OPENMODE:
Trond Myklebust721ccfb2013-04-29 11:11:58 -04002601 if (!(sattr->ia_valid & ATTR_SIZE)) {
2602 pr_warn_once("NFSv4: server %s is incorrectly "
2603 "applying open mode checks to "
2604 "a SETATTR that is not "
2605 "changing file size.\n",
2606 server->nfs_client->cl_hostname);
2607 }
Trond Myklebust451146b2012-04-18 16:29:11 -04002608 if (state && !(state->state & FMODE_WRITE)) {
2609 err = -EBADF;
2610 if (sattr->ia_valid & ATTR_OPEN)
2611 err = -EACCES;
2612 goto out;
2613 }
2614 }
2615 err = nfs4_handle_exception(server, err, &exception);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002616 } while (exception.retry);
Trond Myklebust451146b2012-04-18 16:29:11 -04002617out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002618 return err;
2619}
2620
2621struct nfs4_closedata {
2622 struct inode *inode;
2623 struct nfs4_state *state;
2624 struct nfs_closeargs arg;
2625 struct nfs_closeres res;
Trond Myklebust516a6af2005-10-27 22:12:41 -04002626 struct nfs_fattr fattr;
Trond Myklebust26e976a2006-01-03 09:55:21 +01002627 unsigned long timestamp;
Fred Isamanf7e89172011-01-06 11:36:32 +00002628 bool roc;
2629 u32 roc_barrier;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002630};
2631
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002632static void nfs4_free_closedata(void *data)
Trond Myklebust95121352005-10-18 14:20:12 -07002633{
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002634 struct nfs4_closedata *calldata = data;
2635 struct nfs4_state_owner *sp = calldata->state->owner;
Al Viro643168c2011-06-22 18:20:23 -04002636 struct super_block *sb = calldata->state->inode->i_sb;
Trond Myklebust95121352005-10-18 14:20:12 -07002637
Fred Isamanf7e89172011-01-06 11:36:32 +00002638 if (calldata->roc)
2639 pnfs_roc_release(calldata->state->inode);
Trond Myklebust95121352005-10-18 14:20:12 -07002640 nfs4_put_open_state(calldata->state);
2641 nfs_free_seqid(calldata->arg.seqid);
Trond Myklebust95121352005-10-18 14:20:12 -07002642 nfs4_put_state_owner(sp);
Trond Myklebust322b2b92013-01-11 16:39:51 -05002643 nfs_sb_deactive(sb);
Trond Myklebust95121352005-10-18 14:20:12 -07002644 kfree(calldata);
2645}
2646
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002647static void nfs4_close_done(struct rpc_task *task, void *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002648{
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002649 struct nfs4_closedata *calldata = data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002650 struct nfs4_state *state = calldata->state;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002651 struct nfs_server *server = NFS_SERVER(calldata->inode);
Trond Myklebust412f6c42014-08-25 22:09:08 -04002652 nfs4_stateid *res_stateid = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002653
Chuck Levera3ca5652012-03-01 17:00:40 -05002654 dprintk("%s: begin!\n", __func__);
Trond Myklebust14516c32010-07-31 14:29:06 -04002655 if (!nfs4_sequence_done(task, &calldata->res.seq_res))
2656 return;
Trond Myklebust42113a72013-08-12 16:19:27 -04002657 trace_nfs4_close(state, &calldata->arg, &calldata->res, task->tk_status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002658 /* hmm. we are done with the inode, and in the process of freeing
2659 * the state_owner. we keep this around to process errors
2660 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002661 switch (task->tk_status) {
2662 case 0:
Trond Myklebust412f6c42014-08-25 22:09:08 -04002663 res_stateid = &calldata->res.stateid;
Trond Myklebust3c13cb52015-08-18 23:45:13 -05002664 if (calldata->roc)
Fred Isamanf7e89172011-01-06 11:36:32 +00002665 pnfs_roc_set_barrier(state->inode,
2666 calldata->roc_barrier);
Trond Myklebust26e976a2006-01-03 09:55:21 +01002667 renew_lease(server, calldata->timestamp);
Trond Myklebust412f6c42014-08-25 22:09:08 -04002668 break;
Trond Myklebust69794ad2013-11-20 12:57:19 -05002669 case -NFS4ERR_ADMIN_REVOKED:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002670 case -NFS4ERR_STALE_STATEID:
Trond Myklebust9e33bed2008-12-23 15:21:46 -05002671 case -NFS4ERR_OLD_STATEID:
2672 case -NFS4ERR_BAD_STATEID:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002673 case -NFS4ERR_EXPIRED:
Trond Myklebust566fcec2015-01-23 15:32:46 -05002674 if (!nfs4_stateid_match(&calldata->arg.stateid,
Anna Schumaker369d6b72015-03-02 16:46:09 -05002675 &state->open_stateid)) {
Trond Myklebust566fcec2015-01-23 15:32:46 -05002676 rpc_restart_call_prepare(task);
2677 goto out_release;
2678 }
Trond Myklebustdc0b0272008-12-23 15:21:56 -05002679 if (calldata->arg.fmode == 0)
Trond Myklebust9e33bed2008-12-23 15:21:46 -05002680 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002681 default:
NeilBrown8478eaa2014-09-18 16:09:27 +10002682 if (nfs4_async_handle_error(task, server, state, NULL) == -EAGAIN) {
Trond Myklebust72211db2009-12-15 14:47:36 -05002683 rpc_restart_call_prepare(task);
Trond Myklebust69794ad2013-11-20 12:57:19 -05002684 goto out_release;
2685 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002686 }
Trond Myklebust412f6c42014-08-25 22:09:08 -04002687 nfs_clear_open_stateid(state, res_stateid, calldata->arg.fmode);
Trond Myklebust69794ad2013-11-20 12:57:19 -05002688out_release:
Trond Myklebust72211db2009-12-15 14:47:36 -05002689 nfs_release_seqid(calldata->arg.seqid);
Trond Myklebust516a6af2005-10-27 22:12:41 -04002690 nfs_refresh_inode(calldata->inode, calldata->res.fattr);
Chuck Levera3ca5652012-03-01 17:00:40 -05002691 dprintk("%s: done, ret = %d!\n", __func__, task->tk_status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002692}
2693
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01002694static void nfs4_close_prepare(struct rpc_task *task, void *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002695{
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01002696 struct nfs4_closedata *calldata = data;
Trond Myklebust95121352005-10-18 14:20:12 -07002697 struct nfs4_state *state = calldata->state;
Trond Myklebust7fdab062012-09-20 20:15:57 -04002698 struct inode *inode = calldata->inode;
Trond Myklebustaee7af32014-08-25 22:33:12 -04002699 bool is_rdonly, is_wronly, is_rdwr;
Trond Myklebust88069f72009-12-08 08:33:16 -05002700 int call_close = 0;
Trond Myklebust95121352005-10-18 14:20:12 -07002701
Chuck Levera3ca5652012-03-01 17:00:40 -05002702 dprintk("%s: begin!\n", __func__);
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002703 if (nfs_wait_on_sequence(calldata->arg.seqid, task) != 0)
Trond Myklebustc8da19b2013-02-11 19:01:21 -05002704 goto out_wait;
Trond Myklebust003707c2007-07-05 18:07:55 -04002705
Trond Myklebust88069f72009-12-08 08:33:16 -05002706 task->tk_msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN_DOWNGRADE];
Trond Myklebust4cecb762005-11-04 15:32:58 -05002707 spin_lock(&state->owner->so_lock);
Trond Myklebustaee7af32014-08-25 22:33:12 -04002708 is_rdwr = test_bit(NFS_O_RDWR_STATE, &state->flags);
2709 is_rdonly = test_bit(NFS_O_RDONLY_STATE, &state->flags);
2710 is_wronly = test_bit(NFS_O_WRONLY_STATE, &state->flags);
Anna Schumaker369d6b72015-03-02 16:46:09 -05002711 nfs4_stateid_copy(&calldata->arg.stateid, &state->open_stateid);
Trond Myklebust003707c2007-07-05 18:07:55 -04002712 /* Calculate the change in open mode */
Trond Myklebustcd9288f2014-09-18 11:51:32 -04002713 calldata->arg.fmode = 0;
Trond Myklebuste7616922006-01-03 09:55:13 +01002714 if (state->n_rdwr == 0) {
Trond Myklebustcd9288f2014-09-18 11:51:32 -04002715 if (state->n_rdonly == 0)
2716 call_close |= is_rdonly;
2717 else if (is_rdonly)
2718 calldata->arg.fmode |= FMODE_READ;
2719 if (state->n_wronly == 0)
2720 call_close |= is_wronly;
2721 else if (is_wronly)
2722 calldata->arg.fmode |= FMODE_WRITE;
2723 } else if (is_rdwr)
2724 calldata->arg.fmode |= FMODE_READ|FMODE_WRITE;
2725
2726 if (calldata->arg.fmode == 0)
2727 call_close |= is_rdwr;
2728
Trond Myklebust5d422302013-03-14 16:57:48 -04002729 if (!nfs4_valid_open_stateid(state))
2730 call_close = 0;
Trond Myklebust4cecb762005-11-04 15:32:58 -05002731 spin_unlock(&state->owner->so_lock);
Trond Myklebust88069f72009-12-08 08:33:16 -05002732
2733 if (!call_close) {
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002734 /* Note: exit _without_ calling nfs4_close_done */
Trond Myklebustc8da19b2013-02-11 19:01:21 -05002735 goto out_no_action;
Trond Myklebust95121352005-10-18 14:20:12 -07002736 }
Trond Myklebust88069f72009-12-08 08:33:16 -05002737
Trond Myklebust3c13cb52015-08-18 23:45:13 -05002738 if (calldata->arg.fmode == 0)
Trond Myklebust88069f72009-12-08 08:33:16 -05002739 task->tk_msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_CLOSE];
Trond Myklebust3c13cb52015-08-18 23:45:13 -05002740 if (calldata->roc)
2741 pnfs_roc_get_barrier(inode, &calldata->roc_barrier);
2742
Trond Myklebust6ae37332015-01-30 14:21:14 -05002743 calldata->arg.share_access =
2744 nfs4_map_atomic_open_share(NFS_SERVER(inode),
2745 calldata->arg.fmode, 0);
Trond Myklebust88069f72009-12-08 08:33:16 -05002746
Trond Myklebust516a6af2005-10-27 22:12:41 -04002747 nfs_fattr_init(calldata->res.fattr);
Trond Myklebust26e976a2006-01-03 09:55:21 +01002748 calldata->timestamp = jiffies;
Trond Myklebust7fdab062012-09-20 20:15:57 -04002749 if (nfs4_setup_sequence(NFS_SERVER(inode),
Trond Myklebust9d12b212012-01-17 22:04:25 -05002750 &calldata->arg.seq_args,
2751 &calldata->res.seq_res,
Trond Myklebust2240a9e2012-10-29 18:37:40 -04002752 task) != 0)
2753 nfs_release_seqid(calldata->arg.seqid);
Chuck Levera3ca5652012-03-01 17:00:40 -05002754 dprintk("%s: done!\n", __func__);
Trond Myklebustc8da19b2013-02-11 19:01:21 -05002755 return;
2756out_no_action:
2757 task->tk_action = NULL;
2758out_wait:
2759 nfs4_sequence_done(task, &calldata->res.seq_res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002760}
2761
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002762static const struct rpc_call_ops nfs4_close_ops = {
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01002763 .rpc_call_prepare = nfs4_close_prepare,
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002764 .rpc_call_done = nfs4_close_done,
2765 .rpc_release = nfs4_free_closedata,
2766};
2767
Peng Taofe08c542014-07-03 13:05:01 +08002768static bool nfs4_roc(struct inode *inode)
2769{
Trond Myklebust40dd4b72015-01-24 13:54:37 -05002770 if (!nfs_have_layout(inode))
Peng Taofe08c542014-07-03 13:05:01 +08002771 return false;
Peng Taofe08c542014-07-03 13:05:01 +08002772 return pnfs_roc(inode);
2773}
2774
Linus Torvalds1da177e2005-04-16 15:20:36 -07002775/*
2776 * It is possible for data to be read/written from a mem-mapped file
2777 * after the sys_close call (which hits the vfs layer as a flush).
2778 * This means that we can't safely call nfsv4 close on a file until
2779 * the inode is cleared. This in turn means that we are not good
2780 * NFSv4 citizens - we do not indicate to the server to update the file's
2781 * share state even when we are done with one of the three share
2782 * stateid's in the inode.
2783 *
2784 * NOTE: Caller must be holding the sp->so_owner semaphore!
2785 */
Trond Myklebust1f7977c2012-09-20 20:31:51 -04002786int nfs4_do_close(struct nfs4_state *state, gfp_t gfp_mask, int wait)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002787{
Trond Myklebust4a35bd42007-06-05 10:31:33 -04002788 struct nfs_server *server = NFS_SERVER(state->inode);
Trond Myklebust63f5f792015-01-23 19:19:25 -05002789 struct nfs_seqid *(*alloc_seqid)(struct nfs_seqid_counter *, gfp_t);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002790 struct nfs4_closedata *calldata;
Trond Myklebustb39e6252007-06-11 23:05:07 -04002791 struct nfs4_state_owner *sp = state->owner;
2792 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04002793 struct rpc_message msg = {
2794 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_CLOSE],
2795 .rpc_cred = state->owner->so_cred,
2796 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04002797 struct rpc_task_setup task_setup_data = {
2798 .rpc_client = server->client,
Trond Myklebust5138fde2007-07-14 15:40:01 -04002799 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04002800 .callback_ops = &nfs4_close_ops,
Trond Myklebust101070c2008-02-19 20:04:23 -05002801 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04002802 .flags = RPC_TASK_ASYNC,
2803 };
Trond Myklebust95121352005-10-18 14:20:12 -07002804 int status = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002805
Weston Andros Adamsonfa940722013-08-13 16:37:34 -04002806 nfs4_state_protect(server->nfs_client, NFS_SP4_MACH_CRED_CLEANUP,
2807 &task_setup_data.rpc_client, &msg);
2808
Trond Myklebust8535b2b2010-05-13 12:51:01 -04002809 calldata = kzalloc(sizeof(*calldata), gfp_mask);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002810 if (calldata == NULL)
Trond Myklebust95121352005-10-18 14:20:12 -07002811 goto out;
Chuck Levera9c92d62013-08-09 12:48:18 -04002812 nfs4_init_sequence(&calldata->arg.seq_args, &calldata->res.seq_res, 1);
Trond Myklebust4a35bd42007-06-05 10:31:33 -04002813 calldata->inode = state->inode;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002814 calldata->state = state;
Trond Myklebust4a35bd42007-06-05 10:31:33 -04002815 calldata->arg.fh = NFS_FH(state->inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002816 /* Serialization for the sequence id */
Trond Myklebust63f5f792015-01-23 19:19:25 -05002817 alloc_seqid = server->nfs_client->cl_mvops->alloc_seqid;
2818 calldata->arg.seqid = alloc_seqid(&state->owner->so_seqid, gfp_mask);
Trond Myklebustbadc76d2015-01-23 18:48:00 -05002819 if (IS_ERR(calldata->arg.seqid))
Trond Myklebust95121352005-10-18 14:20:12 -07002820 goto out_free_calldata;
Trond Myklebustdc0b0272008-12-23 15:21:56 -05002821 calldata->arg.fmode = 0;
Trond Myklebusta65318b2009-03-11 14:10:28 -04002822 calldata->arg.bitmask = server->cache_consistency_bitmask;
Trond Myklebust516a6af2005-10-27 22:12:41 -04002823 calldata->res.fattr = &calldata->fattr;
Trond Myklebustc1d51932008-04-07 13:20:54 -04002824 calldata->res.seqid = calldata->arg.seqid;
Trond Myklebust516a6af2005-10-27 22:12:41 -04002825 calldata->res.server = server;
Peng Taofe08c542014-07-03 13:05:01 +08002826 calldata->roc = nfs4_roc(state->inode);
Al Viro643168c2011-06-22 18:20:23 -04002827 nfs_sb_active(calldata->inode->i_sb);
Trond Myklebust95121352005-10-18 14:20:12 -07002828
Trond Myklebust1174dd12010-12-21 10:52:24 -05002829 msg.rpc_argp = &calldata->arg;
2830 msg.rpc_resp = &calldata->res;
Trond Myklebustc970aa82007-07-14 15:39:59 -04002831 task_setup_data.callback_data = calldata;
2832 task = rpc_run_task(&task_setup_data);
Trond Myklebustb39e6252007-06-11 23:05:07 -04002833 if (IS_ERR(task))
2834 return PTR_ERR(task);
Trond Myklebusta49c3c72007-10-18 18:03:27 -04002835 status = 0;
2836 if (wait)
2837 status = rpc_wait_for_completion_task(task);
Trond Myklebustb39e6252007-06-11 23:05:07 -04002838 rpc_put_task(task);
Trond Myklebusta49c3c72007-10-18 18:03:27 -04002839 return status;
Trond Myklebust95121352005-10-18 14:20:12 -07002840out_free_calldata:
2841 kfree(calldata);
2842out:
Trond Myklebustb39e6252007-06-11 23:05:07 -04002843 nfs4_put_open_state(state);
2844 nfs4_put_state_owner(sp);
Trond Myklebust95121352005-10-18 14:20:12 -07002845 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002846}
2847
Trond Myklebust2b484292010-09-17 10:56:51 -04002848static struct inode *
Trond Myklebust5bc2afc2013-09-23 18:01:28 -04002849nfs4_atomic_open(struct inode *dir, struct nfs_open_context *ctx,
2850 int open_flags, struct iattr *attr, int *opened)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002851{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002852 struct nfs4_state *state;
David Quigleyaa9c2662013-05-22 12:50:44 -04002853 struct nfs4_label l = {0, 0, 0, NULL}, *label = NULL;
2854
2855 label = nfs4_label_init_security(dir, ctx->dentry, attr, &l);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002856
Trond Myklebust565277f2007-10-15 18:17:53 -04002857 /* Protect against concurrent sillydeletes */
Trond Myklebust5bc2afc2013-09-23 18:01:28 -04002858 state = nfs4_do_open(dir, ctx, open_flags, attr, label, opened);
David Quigleyaa9c2662013-05-22 12:50:44 -04002859
2860 nfs4_label_release_security(label);
2861
Trond Myklebustf46e0bd2010-09-17 10:56:50 -04002862 if (IS_ERR(state))
2863 return ERR_CAST(state);
Trond Myklebust275bb302013-05-29 13:11:28 -04002864 return state->inode;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002865}
2866
Trond Myklebust1185a552009-12-03 15:54:02 -05002867static void nfs4_close_context(struct nfs_open_context *ctx, int is_sync)
Trond Myklebust7fe5c392009-03-19 15:35:50 -04002868{
2869 if (ctx->state == NULL)
2870 return;
2871 if (is_sync)
Al Viro643168c2011-06-22 18:20:23 -04002872 nfs4_close_sync(ctx->state, ctx->mode);
Trond Myklebust7fe5c392009-03-19 15:35:50 -04002873 else
Al Viro643168c2011-06-22 18:20:23 -04002874 nfs4_close_state(ctx->state, ctx->mode);
Trond Myklebust7fe5c392009-03-19 15:35:50 -04002875}
Linus Torvalds1da177e2005-04-16 15:20:36 -07002876
Trond Myklebustb944dba2013-11-04 15:20:20 -05002877#define FATTR4_WORD1_NFS40_MASK (2*FATTR4_WORD1_MOUNTED_ON_FILEID - 1UL)
2878#define FATTR4_WORD2_NFS41_MASK (2*FATTR4_WORD2_SUPPATTR_EXCLCREAT - 1UL)
J. Bruce Fields999e5682014-06-03 17:33:35 -04002879#define FATTR4_WORD2_NFS42_MASK (2*FATTR4_WORD2_SECURITY_LABEL - 1UL)
Trond Myklebustb944dba2013-11-04 15:20:20 -05002880
Linus Torvalds1da177e2005-04-16 15:20:36 -07002881static int _nfs4_server_capabilities(struct nfs_server *server, struct nfs_fh *fhandle)
2882{
Benny Halevy43652ad2009-04-01 09:21:54 -04002883 struct nfs4_server_caps_arg args = {
2884 .fhandle = fhandle,
2885 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002886 struct nfs4_server_caps_res res = {};
2887 struct rpc_message msg = {
2888 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SERVER_CAPS],
Benny Halevy43652ad2009-04-01 09:21:54 -04002889 .rpc_argp = &args,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002890 .rpc_resp = &res,
2891 };
2892 int status;
2893
Bryan Schumaker7c513052011-03-24 17:12:24 +00002894 status = nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002895 if (status == 0) {
Trond Myklebustb944dba2013-11-04 15:20:20 -05002896 /* Sanity check the server answers */
2897 switch (server->nfs_client->cl_minorversion) {
2898 case 0:
2899 res.attr_bitmask[1] &= FATTR4_WORD1_NFS40_MASK;
2900 res.attr_bitmask[2] = 0;
2901 break;
2902 case 1:
2903 res.attr_bitmask[2] &= FATTR4_WORD2_NFS41_MASK;
2904 break;
2905 case 2:
2906 res.attr_bitmask[2] &= FATTR4_WORD2_NFS42_MASK;
2907 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002908 memcpy(server->attr_bitmask, res.attr_bitmask, sizeof(server->attr_bitmask));
Trond Myklebust62ab460c2009-08-09 15:06:19 -04002909 server->caps &= ~(NFS_CAP_ACLS|NFS_CAP_HARDLINKS|
2910 NFS_CAP_SYMLINKS|NFS_CAP_FILEID|
2911 NFS_CAP_MODE|NFS_CAP_NLINK|NFS_CAP_OWNER|
2912 NFS_CAP_OWNER_GROUP|NFS_CAP_ATIME|
Trond Myklebustb944dba2013-11-04 15:20:20 -05002913 NFS_CAP_CTIME|NFS_CAP_MTIME|
2914 NFS_CAP_SECURITY_LABEL);
Malahal Naineni7dd7d952014-01-23 08:54:55 -06002915 if (res.attr_bitmask[0] & FATTR4_WORD0_ACL &&
2916 res.acl_bitmask & ACL4_SUPPORT_ALLOW_ACL)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002917 server->caps |= NFS_CAP_ACLS;
2918 if (res.has_links != 0)
2919 server->caps |= NFS_CAP_HARDLINKS;
2920 if (res.has_symlinks != 0)
2921 server->caps |= NFS_CAP_SYMLINKS;
Trond Myklebust62ab460c2009-08-09 15:06:19 -04002922 if (res.attr_bitmask[0] & FATTR4_WORD0_FILEID)
2923 server->caps |= NFS_CAP_FILEID;
2924 if (res.attr_bitmask[1] & FATTR4_WORD1_MODE)
2925 server->caps |= NFS_CAP_MODE;
2926 if (res.attr_bitmask[1] & FATTR4_WORD1_NUMLINKS)
2927 server->caps |= NFS_CAP_NLINK;
2928 if (res.attr_bitmask[1] & FATTR4_WORD1_OWNER)
2929 server->caps |= NFS_CAP_OWNER;
2930 if (res.attr_bitmask[1] & FATTR4_WORD1_OWNER_GROUP)
2931 server->caps |= NFS_CAP_OWNER_GROUP;
2932 if (res.attr_bitmask[1] & FATTR4_WORD1_TIME_ACCESS)
2933 server->caps |= NFS_CAP_ATIME;
2934 if (res.attr_bitmask[1] & FATTR4_WORD1_TIME_METADATA)
2935 server->caps |= NFS_CAP_CTIME;
2936 if (res.attr_bitmask[1] & FATTR4_WORD1_TIME_MODIFY)
2937 server->caps |= NFS_CAP_MTIME;
David Quigleyaa9c2662013-05-22 12:50:44 -04002938#ifdef CONFIG_NFS_V4_SECURITY_LABEL
2939 if (res.attr_bitmask[2] & FATTR4_WORD2_SECURITY_LABEL)
2940 server->caps |= NFS_CAP_SECURITY_LABEL;
2941#endif
2942 memcpy(server->attr_bitmask_nl, res.attr_bitmask,
2943 sizeof(server->attr_bitmask));
Trond Myklebustb944dba2013-11-04 15:20:20 -05002944 server->attr_bitmask_nl[2] &= ~FATTR4_WORD2_SECURITY_LABEL;
Trond Myklebust62ab460c2009-08-09 15:06:19 -04002945
Trond Myklebusta65318b2009-03-11 14:10:28 -04002946 memcpy(server->cache_consistency_bitmask, res.attr_bitmask, sizeof(server->cache_consistency_bitmask));
2947 server->cache_consistency_bitmask[0] &= FATTR4_WORD0_CHANGE|FATTR4_WORD0_SIZE;
2948 server->cache_consistency_bitmask[1] &= FATTR4_WORD1_TIME_METADATA|FATTR4_WORD1_TIME_MODIFY;
Trond Myklebustb944dba2013-11-04 15:20:20 -05002949 server->cache_consistency_bitmask[2] = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002950 server->acl_bitmask = res.acl_bitmask;
Chuck Lever264e6352012-03-01 17:02:05 -05002951 server->fh_expire_type = res.fh_expire_type;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002952 }
Andy Adamsoncccef3b2009-04-01 09:22:03 -04002953
Linus Torvalds1da177e2005-04-16 15:20:36 -07002954 return status;
2955}
2956
Trond Myklebust55a97592006-06-09 09:34:19 -04002957int nfs4_server_capabilities(struct nfs_server *server, struct nfs_fh *fhandle)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002958{
2959 struct nfs4_exception exception = { };
2960 int err;
2961 do {
2962 err = nfs4_handle_exception(server,
2963 _nfs4_server_capabilities(server, fhandle),
2964 &exception);
2965 } while (exception.retry);
2966 return err;
2967}
2968
2969static int _nfs4_lookup_root(struct nfs_server *server, struct nfs_fh *fhandle,
2970 struct nfs_fsinfo *info)
2971{
David Quigleyaa9c2662013-05-22 12:50:44 -04002972 u32 bitmask[3];
Linus Torvalds1da177e2005-04-16 15:20:36 -07002973 struct nfs4_lookup_root_arg args = {
David Quigleyaa9c2662013-05-22 12:50:44 -04002974 .bitmask = bitmask,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002975 };
2976 struct nfs4_lookup_res res = {
2977 .server = server,
Trond Myklebust0e574af2005-10-27 22:12:38 -04002978 .fattr = info->fattr,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002979 .fh = fhandle,
2980 };
2981 struct rpc_message msg = {
2982 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOOKUP_ROOT],
2983 .rpc_argp = &args,
2984 .rpc_resp = &res,
2985 };
Benny Halevy008f55d2009-04-01 09:22:50 -04002986
David Quigleyaa9c2662013-05-22 12:50:44 -04002987 bitmask[0] = nfs4_fattr_bitmap[0];
2988 bitmask[1] = nfs4_fattr_bitmap[1];
2989 /*
2990 * Process the label in the upcoming getfattr
2991 */
2992 bitmask[2] = nfs4_fattr_bitmap[2] & ~FATTR4_WORD2_SECURITY_LABEL;
2993
Trond Myklebust0e574af2005-10-27 22:12:38 -04002994 nfs_fattr_init(info->fattr);
Bryan Schumaker7c513052011-03-24 17:12:24 +00002995 return nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002996}
2997
2998static int nfs4_lookup_root(struct nfs_server *server, struct nfs_fh *fhandle,
2999 struct nfs_fsinfo *info)
3000{
3001 struct nfs4_exception exception = { };
3002 int err;
3003 do {
Bryan Schumakerfb8a5ba2011-04-18 16:52:25 -04003004 err = _nfs4_lookup_root(server, fhandle, info);
Trond Myklebustb5f875a2013-08-13 13:01:39 -04003005 trace_nfs4_lookup_root(server, fhandle, info->fattr, err);
Bryan Schumakerfb8a5ba2011-04-18 16:52:25 -04003006 switch (err) {
3007 case 0:
3008 case -NFS4ERR_WRONGSEC:
Trond Myklebust05e9cfb2012-03-27 18:13:02 -04003009 goto out;
Bryan Schumakerfb8a5ba2011-04-18 16:52:25 -04003010 default:
3011 err = nfs4_handle_exception(server, err, &exception);
3012 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003013 } while (exception.retry);
Trond Myklebust05e9cfb2012-03-27 18:13:02 -04003014out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003015 return err;
3016}
3017
Bryan Schumaker8f70e952011-03-24 17:12:31 +00003018static int nfs4_lookup_root_sec(struct nfs_server *server, struct nfs_fh *fhandle,
3019 struct nfs_fsinfo *info, rpc_authflavor_t flavor)
3020{
Trond Myklebustc2190662013-08-26 19:23:04 -04003021 struct rpc_auth_create_args auth_args = {
3022 .pseudoflavor = flavor,
3023 };
Bryan Schumaker8f70e952011-03-24 17:12:31 +00003024 struct rpc_auth *auth;
3025 int ret;
3026
Trond Myklebustc2190662013-08-26 19:23:04 -04003027 auth = rpcauth_create(&auth_args, server->client);
Wei Yongjune8d920c2012-09-21 12:27:41 +08003028 if (IS_ERR(auth)) {
Chuck Lever75bc8822013-03-16 15:55:36 -04003029 ret = -EACCES;
Bryan Schumaker8f70e952011-03-24 17:12:31 +00003030 goto out;
3031 }
3032 ret = nfs4_lookup_root(server, fhandle, info);
Bryan Schumaker8f70e952011-03-24 17:12:31 +00003033out:
3034 return ret;
3035}
3036
Chuck Lever9a744ba2013-03-16 15:56:02 -04003037/*
3038 * Retry pseudoroot lookup with various security flavors. We do this when:
3039 *
3040 * NFSv4.0: the PUTROOTFH operation returns NFS4ERR_WRONGSEC
3041 * NFSv4.1: the server does not support the SECINFO_NO_NAME operation
3042 *
3043 * Returns zero on success, or a negative NFS4ERR value, or a
3044 * negative errno value.
3045 */
Bryan Schumaker801a16dc2011-04-13 14:31:30 -04003046static int nfs4_find_root_sec(struct nfs_server *server, struct nfs_fh *fhandle,
David Howells54ceac42006-08-22 20:06:13 -04003047 struct nfs_fsinfo *info)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003048{
Chuck Lever9a744ba2013-03-16 15:56:02 -04003049 /* Per 3530bis 15.33.5 */
3050 static const rpc_authflavor_t flav_array[] = {
3051 RPC_AUTH_GSS_KRB5P,
3052 RPC_AUTH_GSS_KRB5I,
3053 RPC_AUTH_GSS_KRB5,
Chuck Leverc4eafe12013-03-16 15:56:11 -04003054 RPC_AUTH_UNIX, /* courtesy */
Chuck Lever9a744ba2013-03-16 15:56:02 -04003055 RPC_AUTH_NULL,
3056 };
3057 int status = -EPERM;
3058 size_t i;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003059
Weston Andros Adamson4d4b69d2013-10-18 15:15:19 -04003060 if (server->auth_info.flavor_len > 0) {
3061 /* try each flavor specified by user */
3062 for (i = 0; i < server->auth_info.flavor_len; i++) {
3063 status = nfs4_lookup_root_sec(server, fhandle, info,
3064 server->auth_info.flavors[i]);
3065 if (status == -NFS4ERR_WRONGSEC || status == -EACCES)
3066 continue;
3067 break;
3068 }
3069 } else {
3070 /* no flavors specified by user, try default list */
3071 for (i = 0; i < ARRAY_SIZE(flav_array); i++) {
3072 status = nfs4_lookup_root_sec(server, fhandle, info,
3073 flav_array[i]);
3074 if (status == -NFS4ERR_WRONGSEC || status == -EACCES)
3075 continue;
3076 break;
3077 }
Bryan Schumaker8f70e952011-03-24 17:12:31 +00003078 }
Chuck Lever9a744ba2013-03-16 15:56:02 -04003079
Bryan Schumakerfb8a5ba2011-04-18 16:52:25 -04003080 /*
3081 * -EACCESS could mean that the user doesn't have correct permissions
3082 * to access the mount. It could also mean that we tried to mount
3083 * with a gss auth flavor, but rpc.gssd isn't running. Either way,
3084 * existing mount programs don't handle -EACCES very well so it should
3085 * be mapped to -EPERM instead.
3086 */
3087 if (status == -EACCES)
3088 status = -EPERM;
Bryan Schumaker801a16dc2011-04-13 14:31:30 -04003089 return status;
3090}
3091
Chuck Lever2ed4b95b2013-03-16 15:55:45 -04003092static int nfs4_do_find_root_sec(struct nfs_server *server,
3093 struct nfs_fh *fhandle, struct nfs_fsinfo *info)
3094{
3095 int mv = server->nfs_client->cl_minorversion;
3096 return nfs_v4_minor_ops[mv]->find_root_sec(server, fhandle, info);
3097}
3098
3099/**
3100 * nfs4_proc_get_rootfh - get file handle for server's pseudoroot
3101 * @server: initialized nfs_server handle
3102 * @fhandle: we fill in the pseudo-fs root file handle
3103 * @info: we fill in an FSINFO struct
Trond Myklebust5e6b1992013-09-07 12:58:57 -04003104 * @auth_probe: probe the auth flavours
Chuck Lever2ed4b95b2013-03-16 15:55:45 -04003105 *
3106 * Returns zero on success, or a negative errno.
Bryan Schumaker801a16dc2011-04-13 14:31:30 -04003107 */
Bryan Schumaker3028eb22012-05-10 15:07:30 -04003108int nfs4_proc_get_rootfh(struct nfs_server *server, struct nfs_fh *fhandle,
Trond Myklebust5e6b1992013-09-07 12:58:57 -04003109 struct nfs_fsinfo *info,
3110 bool auth_probe)
Bryan Schumaker801a16dc2011-04-13 14:31:30 -04003111{
Andre Przywarac7757072015-04-23 17:17:40 +01003112 int status = 0;
Chuck Lever2ed4b95b2013-03-16 15:55:45 -04003113
Andre Przywarac7757072015-04-23 17:17:40 +01003114 if (!auth_probe)
Trond Myklebust5e6b1992013-09-07 12:58:57 -04003115 status = nfs4_lookup_root(server, fhandle, info);
Andre Przywarac7757072015-04-23 17:17:40 +01003116
3117 if (auth_probe || status == NFS4ERR_WRONGSEC)
Chuck Lever2ed4b95b2013-03-16 15:55:45 -04003118 status = nfs4_do_find_root_sec(server, fhandle, info);
3119
Linus Torvalds1da177e2005-04-16 15:20:36 -07003120 if (status == 0)
3121 status = nfs4_server_capabilities(server, fhandle);
3122 if (status == 0)
3123 status = nfs4_do_fsinfo(server, fhandle, info);
Chuck Lever2ed4b95b2013-03-16 15:55:45 -04003124
Trond Myklebustc12e87f2006-03-13 21:20:47 -08003125 return nfs4_map_errors(status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003126}
3127
Bryan Schumakerbae36242012-05-10 15:07:31 -04003128static int nfs4_proc_get_root(struct nfs_server *server, struct nfs_fh *mntfh,
3129 struct nfs_fsinfo *info)
3130{
3131 int error;
3132 struct nfs_fattr *fattr = info->fattr;
David Quigley1775fd32013-05-22 12:50:42 -04003133 struct nfs4_label *label = NULL;
Bryan Schumakerbae36242012-05-10 15:07:31 -04003134
3135 error = nfs4_server_capabilities(server, mntfh);
3136 if (error < 0) {
3137 dprintk("nfs4_get_root: getcaps error = %d\n", -error);
3138 return error;
3139 }
3140
David Quigley14c43f72013-05-22 12:50:43 -04003141 label = nfs4_label_alloc(server, GFP_KERNEL);
3142 if (IS_ERR(label))
3143 return PTR_ERR(label);
3144
David Quigley1775fd32013-05-22 12:50:42 -04003145 error = nfs4_proc_getattr(server, mntfh, fattr, label);
Bryan Schumakerbae36242012-05-10 15:07:31 -04003146 if (error < 0) {
3147 dprintk("nfs4_get_root: getattr error = %d\n", -error);
David Quigley14c43f72013-05-22 12:50:43 -04003148 goto err_free_label;
Bryan Schumakerbae36242012-05-10 15:07:31 -04003149 }
3150
3151 if (fattr->valid & NFS_ATTR_FATTR_FSID &&
3152 !nfs_fsid_equal(&server->fsid, &fattr->fsid))
3153 memcpy(&server->fsid, &fattr->fsid, sizeof(server->fsid));
3154
David Quigley14c43f72013-05-22 12:50:43 -04003155err_free_label:
3156 nfs4_label_free(label);
3157
Bryan Schumakerbae36242012-05-10 15:07:31 -04003158 return error;
3159}
3160
Manoj Naik6b97fd32006-06-09 09:34:29 -04003161/*
3162 * Get locations and (maybe) other attributes of a referral.
3163 * Note that we'll actually follow the referral later when
3164 * we detect fsid mismatch in inode revalidation
3165 */
Bryan Schumakerf05d1472012-04-27 13:27:41 -04003166static int nfs4_get_referral(struct rpc_clnt *client, struct inode *dir,
3167 const struct qstr *name, struct nfs_fattr *fattr,
3168 struct nfs_fh *fhandle)
Manoj Naik6b97fd32006-06-09 09:34:29 -04003169{
3170 int status = -ENOMEM;
3171 struct page *page = NULL;
3172 struct nfs4_fs_locations *locations = NULL;
Manoj Naik6b97fd32006-06-09 09:34:29 -04003173
3174 page = alloc_page(GFP_KERNEL);
3175 if (page == NULL)
3176 goto out;
3177 locations = kmalloc(sizeof(struct nfs4_fs_locations), GFP_KERNEL);
3178 if (locations == NULL)
3179 goto out;
3180
Bryan Schumakerf05d1472012-04-27 13:27:41 -04003181 status = nfs4_proc_fs_locations(client, dir, name, locations, page);
Manoj Naik6b97fd32006-06-09 09:34:29 -04003182 if (status != 0)
3183 goto out;
Chuck Lever519ae252013-10-17 14:13:19 -04003184
3185 /*
3186 * If the fsid didn't change, this is a migration event, not a
3187 * referral. Cause us to drop into the exception handler, which
3188 * will kick off migration recovery.
3189 */
Manoj Naik6b97fd32006-06-09 09:34:29 -04003190 if (nfs_fsid_equal(&NFS_SERVER(dir)->fsid, &locations->fattr.fsid)) {
Andy Adamson533eb462011-06-13 18:25:56 -04003191 dprintk("%s: server did not return a different fsid for"
3192 " a referral at %s\n", __func__, name->name);
Chuck Lever519ae252013-10-17 14:13:19 -04003193 status = -NFS4ERR_MOVED;
Manoj Naik6b97fd32006-06-09 09:34:29 -04003194 goto out;
3195 }
Andy Adamson533eb462011-06-13 18:25:56 -04003196 /* Fixup attributes for the nfs_lookup() call to nfs_fhget() */
3197 nfs_fixup_referral_attributes(&locations->fattr);
Manoj Naik6b97fd32006-06-09 09:34:29 -04003198
Andy Adamson533eb462011-06-13 18:25:56 -04003199 /* replace the lookup nfs_fattr with the locations nfs_fattr */
Manoj Naik6b97fd32006-06-09 09:34:29 -04003200 memcpy(fattr, &locations->fattr, sizeof(struct nfs_fattr));
Manoj Naik6b97fd32006-06-09 09:34:29 -04003201 memset(fhandle, 0, sizeof(struct nfs_fh));
3202out:
3203 if (page)
3204 __free_page(page);
Davidlohr Bueso5d7ca352010-08-11 12:42:15 -04003205 kfree(locations);
Manoj Naik6b97fd32006-06-09 09:34:29 -04003206 return status;
3207}
3208
David Quigley1775fd32013-05-22 12:50:42 -04003209static int _nfs4_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle,
3210 struct nfs_fattr *fattr, struct nfs4_label *label)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003211{
3212 struct nfs4_getattr_arg args = {
3213 .fh = fhandle,
3214 .bitmask = server->attr_bitmask,
3215 };
3216 struct nfs4_getattr_res res = {
3217 .fattr = fattr,
David Quigley1775fd32013-05-22 12:50:42 -04003218 .label = label,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003219 .server = server,
3220 };
3221 struct rpc_message msg = {
3222 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GETATTR],
3223 .rpc_argp = &args,
3224 .rpc_resp = &res,
3225 };
David Quigleyaa9c2662013-05-22 12:50:44 -04003226
3227 args.bitmask = nfs4_bitmask(server, label);
3228
Trond Myklebust0e574af2005-10-27 22:12:38 -04003229 nfs_fattr_init(fattr);
Bryan Schumaker7c513052011-03-24 17:12:24 +00003230 return nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003231}
3232
David Quigley1775fd32013-05-22 12:50:42 -04003233static int nfs4_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle,
3234 struct nfs_fattr *fattr, struct nfs4_label *label)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003235{
3236 struct nfs4_exception exception = { };
3237 int err;
3238 do {
Trond Myklebustb5f875a2013-08-13 13:01:39 -04003239 err = _nfs4_proc_getattr(server, fhandle, fattr, label);
3240 trace_nfs4_getattr(server, fhandle, fattr, err);
3241 err = nfs4_handle_exception(server, err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003242 &exception);
3243 } while (exception.retry);
3244 return err;
3245}
3246
3247/*
3248 * The file is not closed if it is opened due to the a request to change
3249 * the size of the file. The open call will not be needed once the
3250 * VFS layer lookup-intents are implemented.
3251 *
3252 * Close is called when the inode is destroyed.
3253 * If we haven't opened the file for O_WRONLY, we
3254 * need to in the size_change case to obtain a stateid.
3255 *
3256 * Got race?
3257 * Because OPEN is always done by name in nfsv4, it is
3258 * possible that we opened a different file by the same
3259 * name. We can recognize this race condition, but we
3260 * can't do anything about it besides returning an error.
3261 *
3262 * This will be fixed with VFS changes (lookup-intent).
3263 */
3264static int
3265nfs4_proc_setattr(struct dentry *dentry, struct nfs_fattr *fattr,
3266 struct iattr *sattr)
3267{
David Howells2b0143b2015-03-17 22:25:59 +00003268 struct inode *inode = d_inode(dentry);
Trond Myklebust659bfcd2008-06-10 19:39:41 -04003269 struct rpc_cred *cred = NULL;
Trond Myklebustd5308382005-11-04 15:33:38 -05003270 struct nfs4_state *state = NULL;
David Quigley14c43f72013-05-22 12:50:43 -04003271 struct nfs4_label *label = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003272 int status;
3273
Peng Tao88ac8152014-09-12 11:04:10 +08003274 if (pnfs_ld_layoutret_on_setattr(inode) &&
3275 sattr->ia_valid & ATTR_SIZE &&
3276 sattr->ia_size < i_size_read(inode))
Trond Myklebust24028672013-03-20 13:23:33 -04003277 pnfs_commit_and_return_layout(inode);
Benny Halevy8a1636c2010-07-14 15:43:57 -04003278
Trond Myklebust0e574af2005-10-27 22:12:38 -04003279 nfs_fattr_init(fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003280
Andy Adamson26699402012-05-30 16:12:24 -04003281 /* Deal with open(O_TRUNC) */
3282 if (sattr->ia_valid & ATTR_OPEN)
Nadav Shemercc7936f2013-07-21 17:21:43 +03003283 sattr->ia_valid &= ~(ATTR_MTIME|ATTR_CTIME);
Andy Adamson26699402012-05-30 16:12:24 -04003284
3285 /* Optimization: if the end result is no change, don't RPC */
Nadav Shemercc7936f2013-07-21 17:21:43 +03003286 if ((sattr->ia_valid & ~(ATTR_FILE|ATTR_OPEN)) == 0)
Andy Adamson26699402012-05-30 16:12:24 -04003287 return 0;
3288
Trond Myklebustd5308382005-11-04 15:33:38 -05003289 /* Search for an existing open(O_WRITE) file */
Trond Myklebust659bfcd2008-06-10 19:39:41 -04003290 if (sattr->ia_valid & ATTR_FILE) {
3291 struct nfs_open_context *ctx;
Trond Myklebust08e9eac2005-06-22 17:16:29 +00003292
Trond Myklebust659bfcd2008-06-10 19:39:41 -04003293 ctx = nfs_file_open_context(sattr->ia_file);
Neil Brown504e5182008-10-16 14:15:16 +11003294 if (ctx) {
3295 cred = ctx->cred;
3296 state = ctx->state;
3297 }
Trond Myklebust659bfcd2008-06-10 19:39:41 -04003298 }
3299
David Quigley14c43f72013-05-22 12:50:43 -04003300 label = nfs4_label_alloc(NFS_SERVER(inode), GFP_KERNEL);
3301 if (IS_ERR(label))
3302 return PTR_ERR(label);
3303
3304 status = nfs4_do_setattr(inode, cred, fattr, sattr, state, NULL, label);
David Quigleyaa9c2662013-05-22 12:50:44 -04003305 if (status == 0) {
Trond Myklebustf0446362015-02-26 16:09:04 -05003306 nfs_setattr_update_inode(inode, sattr, fattr);
David Quigleyaa9c2662013-05-22 12:50:44 -04003307 nfs_setsecurity(inode, fattr, label);
3308 }
David Quigley14c43f72013-05-22 12:50:43 -04003309 nfs4_label_free(label);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003310 return status;
3311}
3312
Trond Myklebust0c2e53f2011-10-18 16:11:22 -07003313static int _nfs4_proc_lookup(struct rpc_clnt *clnt, struct inode *dir,
3314 const struct qstr *name, struct nfs_fh *fhandle,
David Quigley1775fd32013-05-22 12:50:42 -04003315 struct nfs_fattr *fattr, struct nfs4_label *label)
David Howells2b3de442006-08-22 20:06:09 -04003316{
Trond Myklebust0c2e53f2011-10-18 16:11:22 -07003317 struct nfs_server *server = NFS_SERVER(dir);
David Howells2b3de442006-08-22 20:06:09 -04003318 int status;
3319 struct nfs4_lookup_arg args = {
3320 .bitmask = server->attr_bitmask,
Trond Myklebust0c2e53f2011-10-18 16:11:22 -07003321 .dir_fh = NFS_FH(dir),
David Howells2b3de442006-08-22 20:06:09 -04003322 .name = name,
3323 };
3324 struct nfs4_lookup_res res = {
3325 .server = server,
3326 .fattr = fattr,
David Quigleyaa9c2662013-05-22 12:50:44 -04003327 .label = label,
David Howells2b3de442006-08-22 20:06:09 -04003328 .fh = fhandle,
3329 };
3330 struct rpc_message msg = {
3331 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOOKUP],
3332 .rpc_argp = &args,
3333 .rpc_resp = &res,
3334 };
3335
David Quigleyaa9c2662013-05-22 12:50:44 -04003336 args.bitmask = nfs4_bitmask(server, label);
3337
David Howells2b3de442006-08-22 20:06:09 -04003338 nfs_fattr_init(fattr);
3339
Linus Torvalds1da177e2005-04-16 15:20:36 -07003340 dprintk("NFS call lookup %s\n", name->name);
Trond Myklebust0c2e53f2011-10-18 16:11:22 -07003341 status = nfs4_call_sync(clnt, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003342 dprintk("NFS reply lookup: %d\n", status);
3343 return status;
3344}
3345
Bryan Schumaker72de53e2012-04-27 13:27:40 -04003346static void nfs_fixup_secinfo_attributes(struct nfs_fattr *fattr)
Bryan Schumaker7ebb9312011-03-24 17:12:30 +00003347{
Bryan Schumaker7ebb9312011-03-24 17:12:30 +00003348 fattr->valid |= NFS_ATTR_FATTR_TYPE | NFS_ATTR_FATTR_MODE |
Bryan Schumaker72de53e2012-04-27 13:27:40 -04003349 NFS_ATTR_FATTR_NLINK | NFS_ATTR_FATTR_MOUNTPOINT;
Bryan Schumaker7ebb9312011-03-24 17:12:30 +00003350 fattr->mode = S_IFDIR | S_IRUGO | S_IXUGO;
3351 fattr->nlink = 2;
3352}
3353
Bryan Schumaker72de53e2012-04-27 13:27:40 -04003354static int nfs4_proc_lookup_common(struct rpc_clnt **clnt, struct inode *dir,
3355 struct qstr *name, struct nfs_fh *fhandle,
David Quigley1775fd32013-05-22 12:50:42 -04003356 struct nfs_fattr *fattr, struct nfs4_label *label)
Bryan Schumaker72de53e2012-04-27 13:27:40 -04003357{
3358 struct nfs4_exception exception = { };
3359 struct rpc_clnt *client = *clnt;
3360 int err;
3361 do {
David Quigley1775fd32013-05-22 12:50:42 -04003362 err = _nfs4_proc_lookup(client, dir, name, fhandle, fattr, label);
Trond Myklebust078ea3d2013-08-12 16:45:55 -04003363 trace_nfs4_lookup(dir, name, err);
Bryan Schumaker72de53e2012-04-27 13:27:40 -04003364 switch (err) {
3365 case -NFS4ERR_BADNAME:
3366 err = -ENOENT;
3367 goto out;
3368 case -NFS4ERR_MOVED:
Bryan Schumakerf05d1472012-04-27 13:27:41 -04003369 err = nfs4_get_referral(client, dir, name, fattr, fhandle);
Dominique Martinetc86c90c2015-06-04 17:04:17 +02003370 if (err == -NFS4ERR_MOVED)
3371 err = nfs4_handle_exception(NFS_SERVER(dir), err, &exception);
Bryan Schumaker72de53e2012-04-27 13:27:40 -04003372 goto out;
3373 case -NFS4ERR_WRONGSEC:
3374 err = -EPERM;
3375 if (client != *clnt)
3376 goto out;
Andy Adamson66b06862014-06-12 15:02:32 -04003377 client = nfs4_negotiate_security(client, dir, name);
Bryan Schumaker72de53e2012-04-27 13:27:40 -04003378 if (IS_ERR(client))
3379 return PTR_ERR(client);
3380
3381 exception.retry = 1;
3382 break;
3383 default:
3384 err = nfs4_handle_exception(NFS_SERVER(dir), err, &exception);
3385 }
3386 } while (exception.retry);
3387
3388out:
3389 if (err == 0)
3390 *clnt = client;
3391 else if (client != *clnt)
3392 rpc_shutdown_client(client);
3393
3394 return err;
3395}
3396
Bryan Schumaker80a16b22012-04-27 13:27:46 -04003397static int nfs4_proc_lookup(struct inode *dir, struct qstr *name,
David Quigley1775fd32013-05-22 12:50:42 -04003398 struct nfs_fh *fhandle, struct nfs_fattr *fattr,
3399 struct nfs4_label *label)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003400{
Bryan Schumaker72de53e2012-04-27 13:27:40 -04003401 int status;
3402 struct rpc_clnt *client = NFS_CLIENT(dir);
Trond Myklebust0c2e53f2011-10-18 16:11:22 -07003403
David Quigley1775fd32013-05-22 12:50:42 -04003404 status = nfs4_proc_lookup_common(&client, dir, name, fhandle, fattr, label);
Bryan Schumaker72de53e2012-04-27 13:27:40 -04003405 if (client != NFS_CLIENT(dir)) {
3406 rpc_shutdown_client(client);
3407 nfs_fixup_secinfo_attributes(fattr);
3408 }
3409 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003410}
3411
Bryan Schumakerf05d1472012-04-27 13:27:41 -04003412struct rpc_clnt *
3413nfs4_proc_lookup_mountpoint(struct inode *dir, struct qstr *name,
3414 struct nfs_fh *fhandle, struct nfs_fattr *fattr)
3415{
Trond Myklebustb72888c2013-08-07 20:38:07 -04003416 struct rpc_clnt *client = NFS_CLIENT(dir);
Bryan Schumakerf05d1472012-04-27 13:27:41 -04003417 int status;
Bryan Schumakerf05d1472012-04-27 13:27:41 -04003418
David Quigley1775fd32013-05-22 12:50:42 -04003419 status = nfs4_proc_lookup_common(&client, dir, name, fhandle, fattr, NULL);
Trond Myklebustb72888c2013-08-07 20:38:07 -04003420 if (status < 0)
Bryan Schumakerf05d1472012-04-27 13:27:41 -04003421 return ERR_PTR(status);
Trond Myklebustb72888c2013-08-07 20:38:07 -04003422 return (client == NFS_CLIENT(dir)) ? rpc_clone_client(client) : client;
Bryan Schumakerf05d1472012-04-27 13:27:41 -04003423}
3424
Linus Torvalds1da177e2005-04-16 15:20:36 -07003425static int _nfs4_proc_access(struct inode *inode, struct nfs_access_entry *entry)
3426{
Trond Myklebust76b32992007-08-10 17:45:11 -04003427 struct nfs_server *server = NFS_SERVER(inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003428 struct nfs4_accessargs args = {
3429 .fh = NFS_FH(inode),
Trond Myklebusta4980e72012-01-30 15:43:56 -05003430 .bitmask = server->cache_consistency_bitmask,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003431 };
Trond Myklebust76b32992007-08-10 17:45:11 -04003432 struct nfs4_accessres res = {
3433 .server = server,
Trond Myklebust76b32992007-08-10 17:45:11 -04003434 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07003435 struct rpc_message msg = {
3436 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_ACCESS],
3437 .rpc_argp = &args,
3438 .rpc_resp = &res,
3439 .rpc_cred = entry->cred,
3440 };
3441 int mode = entry->mask;
David Quigleyaa9c2662013-05-22 12:50:44 -04003442 int status = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003443
3444 /*
3445 * Determine which access bits we want to ask for...
3446 */
3447 if (mode & MAY_READ)
3448 args.access |= NFS4_ACCESS_READ;
3449 if (S_ISDIR(inode->i_mode)) {
3450 if (mode & MAY_WRITE)
3451 args.access |= NFS4_ACCESS_MODIFY | NFS4_ACCESS_EXTEND | NFS4_ACCESS_DELETE;
3452 if (mode & MAY_EXEC)
3453 args.access |= NFS4_ACCESS_LOOKUP;
3454 } else {
3455 if (mode & MAY_WRITE)
3456 args.access |= NFS4_ACCESS_MODIFY | NFS4_ACCESS_EXTEND;
3457 if (mode & MAY_EXEC)
3458 args.access |= NFS4_ACCESS_EXECUTE;
3459 }
Trond Myklebustc407d412010-04-16 16:22:48 -04003460
3461 res.fattr = nfs_alloc_fattr();
3462 if (res.fattr == NULL)
3463 return -ENOMEM;
3464
Bryan Schumaker7c513052011-03-24 17:12:24 +00003465 status = nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003466 if (!status) {
Weston Andros Adamson6168f622012-09-10 14:00:46 -04003467 nfs_access_set_mask(entry, res.access);
Trond Myklebustc407d412010-04-16 16:22:48 -04003468 nfs_refresh_inode(inode, res.fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003469 }
Trond Myklebustc407d412010-04-16 16:22:48 -04003470 nfs_free_fattr(res.fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003471 return status;
3472}
3473
3474static int nfs4_proc_access(struct inode *inode, struct nfs_access_entry *entry)
3475{
3476 struct nfs4_exception exception = { };
3477 int err;
3478 do {
Trond Myklebustc1578b72013-08-12 16:58:42 -04003479 err = _nfs4_proc_access(inode, entry);
3480 trace_nfs4_access(inode, err);
3481 err = nfs4_handle_exception(NFS_SERVER(inode), err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003482 &exception);
3483 } while (exception.retry);
3484 return err;
3485}
3486
3487/*
3488 * TODO: For the time being, we don't try to get any attributes
3489 * along with any of the zero-copy operations READ, READDIR,
3490 * READLINK, WRITE.
3491 *
3492 * In the case of the first three, we want to put the GETATTR
3493 * after the read-type operation -- this is because it is hard
3494 * to predict the length of a GETATTR response in v4, and thus
3495 * align the READ data correctly. This means that the GETATTR
3496 * may end up partially falling into the page cache, and we should
3497 * shift it into the 'tail' of the xdr_buf before processing.
3498 * To do this efficiently, we need to know the total length
3499 * of data received, which doesn't seem to be available outside
3500 * of the RPC layer.
3501 *
3502 * In the case of WRITE, we also want to put the GETATTR after
3503 * the operation -- in this case because we want to make sure
Trond Myklebust140150d2012-06-05 15:20:25 -04003504 * we get the post-operation mtime and size.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003505 *
3506 * Both of these changes to the XDR layer would in fact be quite
3507 * minor, but I decided to leave them for a subsequent patch.
3508 */
3509static int _nfs4_proc_readlink(struct inode *inode, struct page *page,
3510 unsigned int pgbase, unsigned int pglen)
3511{
3512 struct nfs4_readlink args = {
3513 .fh = NFS_FH(inode),
3514 .pgbase = pgbase,
3515 .pglen = pglen,
3516 .pages = &page,
3517 };
Benny Halevyf50c7002009-04-01 09:21:55 -04003518 struct nfs4_readlink_res res;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003519 struct rpc_message msg = {
3520 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_READLINK],
3521 .rpc_argp = &args,
Benny Halevyf50c7002009-04-01 09:21:55 -04003522 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003523 };
3524
Bryan Schumaker7c513052011-03-24 17:12:24 +00003525 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 -07003526}
3527
3528static int nfs4_proc_readlink(struct inode *inode, struct page *page,
3529 unsigned int pgbase, unsigned int pglen)
3530{
3531 struct nfs4_exception exception = { };
3532 int err;
3533 do {
Trond Myklebustc1578b72013-08-12 16:58:42 -04003534 err = _nfs4_proc_readlink(inode, page, pgbase, pglen);
3535 trace_nfs4_readlink(inode, err);
3536 err = nfs4_handle_exception(NFS_SERVER(inode), err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003537 &exception);
3538 } while (exception.retry);
3539 return err;
3540}
3541
Linus Torvalds1da177e2005-04-16 15:20:36 -07003542/*
Miklos Szeredi8867fe52012-06-05 15:10:19 +02003543 * This is just for mknod. open(O_CREAT) will always do ->open_context().
Linus Torvalds1da177e2005-04-16 15:20:36 -07003544 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003545static int
3546nfs4_proc_create(struct inode *dir, struct dentry *dentry, struct iattr *sattr,
Miklos Szeredi8867fe52012-06-05 15:10:19 +02003547 int flags)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003548{
David Quigleyaa9c2662013-05-22 12:50:44 -04003549 struct nfs4_label l, *ilabel = NULL;
Miklos Szeredi8867fe52012-06-05 15:10:19 +02003550 struct nfs_open_context *ctx;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003551 struct nfs4_state *state;
Trond Myklebust5bc2afc2013-09-23 18:01:28 -04003552 int opened = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003553 int status = 0;
3554
Miklos Szeredi8867fe52012-06-05 15:10:19 +02003555 ctx = alloc_nfs_open_context(dentry, FMODE_READ);
3556 if (IS_ERR(ctx))
3557 return PTR_ERR(ctx);
3558
David Quigleyaa9c2662013-05-22 12:50:44 -04003559 ilabel = nfs4_label_init_security(dir, dentry, sattr, &l);
3560
Aneesh Kumar K.Va8a5da92010-12-09 11:35:14 +00003561 sattr->ia_mode &= ~current_umask();
Trond Myklebust5bc2afc2013-09-23 18:01:28 -04003562 state = nfs4_do_open(dir, ctx, flags, sattr, ilabel, &opened);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003563 if (IS_ERR(state)) {
3564 status = PTR_ERR(state);
Trond Myklebustc0204fd2010-09-17 10:56:51 -04003565 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003566 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003567out:
David Quigleyaa9c2662013-05-22 12:50:44 -04003568 nfs4_label_release_security(ilabel);
Miklos Szeredi8867fe52012-06-05 15:10:19 +02003569 put_nfs_open_context(ctx);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003570 return status;
3571}
3572
3573static int _nfs4_proc_remove(struct inode *dir, struct qstr *name)
3574{
Trond Myklebust16e42952005-10-27 22:12:44 -04003575 struct nfs_server *server = NFS_SERVER(dir);
Trond Myklebust4fdc17b2007-07-14 15:39:57 -04003576 struct nfs_removeargs args = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003577 .fh = NFS_FH(dir),
Linus Torvalds26fe5752012-05-10 13:14:12 -07003578 .name = *name,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003579 };
Trond Myklebust4fdc17b2007-07-14 15:39:57 -04003580 struct nfs_removeres res = {
Trond Myklebust16e42952005-10-27 22:12:44 -04003581 .server = server,
Trond Myklebust16e42952005-10-27 22:12:44 -04003582 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07003583 struct rpc_message msg = {
Trond Myklebust4fdc17b2007-07-14 15:39:57 -04003584 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_REMOVE],
3585 .rpc_argp = &args,
3586 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003587 };
Trond Myklebust778d2812012-04-27 13:48:19 -04003588 int status;
Trond Myklebustd3468902010-04-16 16:22:50 -04003589
Bryan Schumaker7c513052011-03-24 17:12:24 +00003590 status = nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 1);
Trond Myklebust778d2812012-04-27 13:48:19 -04003591 if (status == 0)
Trond Myklebust16e42952005-10-27 22:12:44 -04003592 update_changeattr(dir, &res.cinfo);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003593 return status;
3594}
3595
3596static int nfs4_proc_remove(struct inode *dir, struct qstr *name)
3597{
3598 struct nfs4_exception exception = { };
3599 int err;
3600 do {
Trond Myklebust078ea3d2013-08-12 16:45:55 -04003601 err = _nfs4_proc_remove(dir, name);
3602 trace_nfs4_remove(dir, name, err);
3603 err = nfs4_handle_exception(NFS_SERVER(dir), err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003604 &exception);
3605 } while (exception.retry);
3606 return err;
3607}
3608
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04003609static void nfs4_proc_unlink_setup(struct rpc_message *msg, struct inode *dir)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003610{
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04003611 struct nfs_server *server = NFS_SERVER(dir);
3612 struct nfs_removeargs *args = msg->rpc_argp;
3613 struct nfs_removeres *res = msg->rpc_resp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003614
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04003615 res->server = server;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003616 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_REMOVE];
Chuck Levera9c92d62013-08-09 12:48:18 -04003617 nfs4_init_sequence(&args->seq_args, &res->seq_res, 1);
David Quigleyaa9c2662013-05-22 12:50:44 -04003618
3619 nfs_fattr_init(res->dir_attr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003620}
3621
Bryan Schumaker34e137c2012-03-19 14:54:41 -04003622static void nfs4_proc_unlink_rpc_prepare(struct rpc_task *task, struct nfs_unlinkdata *data)
3623{
Trond Myklebustd9afbd12012-10-22 20:28:44 -04003624 nfs4_setup_sequence(NFS_SERVER(data->dir),
3625 &data->args.seq_args,
3626 &data->res.seq_res,
3627 task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003628}
3629
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04003630static int nfs4_proc_unlink_done(struct rpc_task *task, struct inode *dir)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003631{
Trond Myklebust078ea3d2013-08-12 16:45:55 -04003632 struct nfs_unlinkdata *data = task->tk_calldata;
3633 struct nfs_removeres *res = &data->res;
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04003634
Trond Myklebust14516c32010-07-31 14:29:06 -04003635 if (!nfs4_sequence_done(task, &res->seq_res))
3636 return 0;
NeilBrown8478eaa2014-09-18 16:09:27 +10003637 if (nfs4_async_handle_error(task, res->server, NULL,
3638 &data->timeout) == -EAGAIN)
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04003639 return 0;
3640 update_changeattr(dir, &res->cinfo);
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04003641 return 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003642}
3643
Jeff Laytond3d41522010-09-17 17:31:57 -04003644static void nfs4_proc_rename_setup(struct rpc_message *msg, struct inode *dir)
3645{
3646 struct nfs_server *server = NFS_SERVER(dir);
3647 struct nfs_renameargs *arg = msg->rpc_argp;
3648 struct nfs_renameres *res = msg->rpc_resp;
3649
3650 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RENAME];
Jeff Laytond3d41522010-09-17 17:31:57 -04003651 res->server = server;
Chuck Levera9c92d62013-08-09 12:48:18 -04003652 nfs4_init_sequence(&arg->seq_args, &res->seq_res, 1);
Jeff Laytond3d41522010-09-17 17:31:57 -04003653}
3654
Bryan Schumakerc6bfa1a2012-03-19 14:54:42 -04003655static void nfs4_proc_rename_rpc_prepare(struct rpc_task *task, struct nfs_renamedata *data)
3656{
Trond Myklebustd9afbd12012-10-22 20:28:44 -04003657 nfs4_setup_sequence(NFS_SERVER(data->old_dir),
3658 &data->args.seq_args,
3659 &data->res.seq_res,
3660 task);
Jeff Laytond3d41522010-09-17 17:31:57 -04003661}
3662
3663static int nfs4_proc_rename_done(struct rpc_task *task, struct inode *old_dir,
3664 struct inode *new_dir)
3665{
Trond Myklebustfbc6f7c2013-08-12 17:08:26 -04003666 struct nfs_renamedata *data = task->tk_calldata;
3667 struct nfs_renameres *res = &data->res;
Jeff Laytond3d41522010-09-17 17:31:57 -04003668
3669 if (!nfs4_sequence_done(task, &res->seq_res))
3670 return 0;
NeilBrown8478eaa2014-09-18 16:09:27 +10003671 if (nfs4_async_handle_error(task, res->server, NULL, &data->timeout) == -EAGAIN)
Jeff Laytond3d41522010-09-17 17:31:57 -04003672 return 0;
3673
3674 update_changeattr(old_dir, &res->old_cinfo);
Jeff Laytond3d41522010-09-17 17:31:57 -04003675 update_changeattr(new_dir, &res->new_cinfo);
Jeff Laytond3d41522010-09-17 17:31:57 -04003676 return 1;
3677}
3678
Linus Torvalds1da177e2005-04-16 15:20:36 -07003679static int _nfs4_proc_link(struct inode *inode, struct inode *dir, struct qstr *name)
3680{
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04003681 struct nfs_server *server = NFS_SERVER(inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003682 struct nfs4_link_arg arg = {
3683 .fh = NFS_FH(inode),
3684 .dir_fh = NFS_FH(dir),
3685 .name = name,
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04003686 .bitmask = server->attr_bitmask,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003687 };
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04003688 struct nfs4_link_res res = {
3689 .server = server,
David Quigley1775fd32013-05-22 12:50:42 -04003690 .label = NULL,
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04003691 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07003692 struct rpc_message msg = {
3693 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LINK],
3694 .rpc_argp = &arg,
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04003695 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003696 };
Trond Myklebust136f2622010-04-16 16:22:49 -04003697 int status = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003698
Trond Myklebust136f2622010-04-16 16:22:49 -04003699 res.fattr = nfs_alloc_fattr();
Trond Myklebust778d2812012-04-27 13:48:19 -04003700 if (res.fattr == NULL)
Trond Myklebust136f2622010-04-16 16:22:49 -04003701 goto out;
3702
David Quigley14c43f72013-05-22 12:50:43 -04003703 res.label = nfs4_label_alloc(server, GFP_KERNEL);
3704 if (IS_ERR(res.label)) {
3705 status = PTR_ERR(res.label);
3706 goto out;
3707 }
David Quigleyaa9c2662013-05-22 12:50:44 -04003708 arg.bitmask = nfs4_bitmask(server, res.label);
David Quigley14c43f72013-05-22 12:50:43 -04003709
Bryan Schumaker7c513052011-03-24 17:12:24 +00003710 status = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, &res.seq_res, 1);
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04003711 if (!status) {
3712 update_changeattr(dir, &res.cinfo);
David Quigleyaa9c2662013-05-22 12:50:44 -04003713 status = nfs_post_op_update_inode(inode, res.fattr);
3714 if (!status)
3715 nfs_setsecurity(inode, res.fattr, res.label);
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04003716 }
David Quigley14c43f72013-05-22 12:50:43 -04003717
3718
3719 nfs4_label_free(res.label);
3720
Trond Myklebust136f2622010-04-16 16:22:49 -04003721out:
Trond Myklebust136f2622010-04-16 16:22:49 -04003722 nfs_free_fattr(res.fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003723 return status;
3724}
3725
3726static int nfs4_proc_link(struct inode *inode, struct inode *dir, struct qstr *name)
3727{
3728 struct nfs4_exception exception = { };
3729 int err;
3730 do {
3731 err = nfs4_handle_exception(NFS_SERVER(inode),
3732 _nfs4_proc_link(inode, dir, name),
3733 &exception);
3734 } while (exception.retry);
3735 return err;
3736}
3737
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003738struct nfs4_createdata {
3739 struct rpc_message msg;
3740 struct nfs4_create_arg arg;
3741 struct nfs4_create_res res;
3742 struct nfs_fh fh;
3743 struct nfs_fattr fattr;
David Quigley1775fd32013-05-22 12:50:42 -04003744 struct nfs4_label *label;
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003745};
3746
3747static struct nfs4_createdata *nfs4_alloc_createdata(struct inode *dir,
3748 struct qstr *name, struct iattr *sattr, u32 ftype)
3749{
3750 struct nfs4_createdata *data;
3751
3752 data = kzalloc(sizeof(*data), GFP_KERNEL);
3753 if (data != NULL) {
3754 struct nfs_server *server = NFS_SERVER(dir);
3755
David Quigley14c43f72013-05-22 12:50:43 -04003756 data->label = nfs4_label_alloc(server, GFP_KERNEL);
3757 if (IS_ERR(data->label))
3758 goto out_free;
3759
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003760 data->msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_CREATE];
3761 data->msg.rpc_argp = &data->arg;
3762 data->msg.rpc_resp = &data->res;
3763 data->arg.dir_fh = NFS_FH(dir);
3764 data->arg.server = server;
3765 data->arg.name = name;
3766 data->arg.attrs = sattr;
3767 data->arg.ftype = ftype;
David Quigleyaa9c2662013-05-22 12:50:44 -04003768 data->arg.bitmask = nfs4_bitmask(server, data->label);
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003769 data->res.server = server;
3770 data->res.fh = &data->fh;
3771 data->res.fattr = &data->fattr;
David Quigley1775fd32013-05-22 12:50:42 -04003772 data->res.label = data->label;
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003773 nfs_fattr_init(data->res.fattr);
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003774 }
3775 return data;
David Quigley14c43f72013-05-22 12:50:43 -04003776out_free:
3777 kfree(data);
3778 return NULL;
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003779}
3780
3781static int nfs4_do_create(struct inode *dir, struct dentry *dentry, struct nfs4_createdata *data)
3782{
Bryan Schumaker7c513052011-03-24 17:12:24 +00003783 int status = nfs4_call_sync(NFS_SERVER(dir)->client, NFS_SERVER(dir), &data->msg,
Bryan Schumakere73b83f2011-03-24 17:12:23 +00003784 &data->arg.seq_args, &data->res.seq_res, 1);
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003785 if (status == 0) {
3786 update_changeattr(dir, &data->res.dir_cinfo);
David Quigley1775fd32013-05-22 12:50:42 -04003787 status = nfs_instantiate(dentry, data->res.fh, data->res.fattr, data->res.label);
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003788 }
3789 return status;
3790}
3791
3792static void nfs4_free_createdata(struct nfs4_createdata *data)
3793{
David Quigley14c43f72013-05-22 12:50:43 -04003794 nfs4_label_free(data->label);
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003795 kfree(data);
3796}
3797
Chuck Lever4f390c12006-08-22 20:06:22 -04003798static int _nfs4_proc_symlink(struct inode *dir, struct dentry *dentry,
David Quigley1775fd32013-05-22 12:50:42 -04003799 struct page *page, unsigned int len, struct iattr *sattr,
3800 struct nfs4_label *label)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003801{
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003802 struct nfs4_createdata *data;
3803 int status = -ENAMETOOLONG;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003804
Chuck Lever94a6d752006-08-22 20:06:23 -04003805 if (len > NFS4_MAXPATHLEN)
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003806 goto out;
Chuck Lever4f390c12006-08-22 20:06:22 -04003807
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003808 status = -ENOMEM;
3809 data = nfs4_alloc_createdata(dir, &dentry->d_name, sattr, NF4LNK);
3810 if (data == NULL)
3811 goto out;
3812
3813 data->msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SYMLINK];
3814 data->arg.u.symlink.pages = &page;
3815 data->arg.u.symlink.len = len;
David Quigley1775fd32013-05-22 12:50:42 -04003816 data->arg.label = label;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003817
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003818 status = nfs4_do_create(dir, dentry, data);
3819
3820 nfs4_free_createdata(data);
3821out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003822 return status;
3823}
3824
Chuck Lever4f390c12006-08-22 20:06:22 -04003825static int nfs4_proc_symlink(struct inode *dir, struct dentry *dentry,
Chuck Lever94a6d752006-08-22 20:06:23 -04003826 struct page *page, unsigned int len, struct iattr *sattr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003827{
3828 struct nfs4_exception exception = { };
David Quigleyaa9c2662013-05-22 12:50:44 -04003829 struct nfs4_label l, *label = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003830 int err;
David Quigleyaa9c2662013-05-22 12:50:44 -04003831
3832 label = nfs4_label_init_security(dir, dentry, sattr, &l);
3833
Linus Torvalds1da177e2005-04-16 15:20:36 -07003834 do {
Trond Myklebust078ea3d2013-08-12 16:45:55 -04003835 err = _nfs4_proc_symlink(dir, dentry, page, len, sattr, label);
3836 trace_nfs4_symlink(dir, &dentry->d_name, err);
3837 err = nfs4_handle_exception(NFS_SERVER(dir), err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003838 &exception);
3839 } while (exception.retry);
David Quigleyaa9c2662013-05-22 12:50:44 -04003840
3841 nfs4_label_release_security(label);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003842 return err;
3843}
3844
3845static int _nfs4_proc_mkdir(struct inode *dir, struct dentry *dentry,
David Quigley1775fd32013-05-22 12:50:42 -04003846 struct iattr *sattr, struct nfs4_label *label)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003847{
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003848 struct nfs4_createdata *data;
3849 int status = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003850
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003851 data = nfs4_alloc_createdata(dir, &dentry->d_name, sattr, NF4DIR);
3852 if (data == NULL)
3853 goto out;
3854
David Quigley1775fd32013-05-22 12:50:42 -04003855 data->arg.label = label;
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003856 status = nfs4_do_create(dir, dentry, data);
3857
3858 nfs4_free_createdata(data);
3859out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003860 return status;
3861}
3862
3863static int nfs4_proc_mkdir(struct inode *dir, struct dentry *dentry,
3864 struct iattr *sattr)
3865{
3866 struct nfs4_exception exception = { };
David Quigleyaa9c2662013-05-22 12:50:44 -04003867 struct nfs4_label l, *label = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003868 int err;
Aneesh Kumar K.Va8a5da92010-12-09 11:35:14 +00003869
David Quigleyaa9c2662013-05-22 12:50:44 -04003870 label = nfs4_label_init_security(dir, dentry, sattr, &l);
3871
Aneesh Kumar K.Va8a5da92010-12-09 11:35:14 +00003872 sattr->ia_mode &= ~current_umask();
Linus Torvalds1da177e2005-04-16 15:20:36 -07003873 do {
Trond Myklebust078ea3d2013-08-12 16:45:55 -04003874 err = _nfs4_proc_mkdir(dir, dentry, sattr, label);
3875 trace_nfs4_mkdir(dir, &dentry->d_name, err);
3876 err = nfs4_handle_exception(NFS_SERVER(dir), err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003877 &exception);
3878 } while (exception.retry);
David Quigleyaa9c2662013-05-22 12:50:44 -04003879 nfs4_label_release_security(label);
3880
Linus Torvalds1da177e2005-04-16 15:20:36 -07003881 return err;
3882}
3883
3884static int _nfs4_proc_readdir(struct dentry *dentry, struct rpc_cred *cred,
Bryan Schumaker56e4ebf2010-10-20 15:44:37 -04003885 u64 cookie, struct page **pages, unsigned int count, int plus)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003886{
David Howells2b0143b2015-03-17 22:25:59 +00003887 struct inode *dir = d_inode(dentry);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003888 struct nfs4_readdir_arg args = {
3889 .fh = NFS_FH(dir),
Bryan Schumaker56e4ebf2010-10-20 15:44:37 -04003890 .pages = pages,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003891 .pgbase = 0,
3892 .count = count,
David Howells2b0143b2015-03-17 22:25:59 +00003893 .bitmask = NFS_SERVER(d_inode(dentry))->attr_bitmask,
Bryan Schumaker82f2e542010-10-21 16:33:18 -04003894 .plus = plus,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003895 };
3896 struct nfs4_readdir_res res;
3897 struct rpc_message msg = {
3898 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_READDIR],
3899 .rpc_argp = &args,
3900 .rpc_resp = &res,
3901 .rpc_cred = cred,
3902 };
3903 int status;
3904
Al Viro6de14722013-09-16 10:53:17 -04003905 dprintk("%s: dentry = %pd2, cookie = %Lu\n", __func__,
3906 dentry,
Trond Myklebusteadf4592005-06-22 17:16:39 +00003907 (unsigned long long)cookie);
Trond Myklebustc3f52af2012-09-03 14:56:02 -04003908 nfs4_setup_readdir(cookie, NFS_I(dir)->cookieverf, dentry, &args);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003909 res.pgbase = args.pgbase;
Bryan Schumaker7c513052011-03-24 17:12:24 +00003910 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 -05003911 if (status >= 0) {
Trond Myklebustc3f52af2012-09-03 14:56:02 -04003912 memcpy(NFS_I(dir)->cookieverf, res.verifier.data, NFS4_VERIFIER_SIZE);
Trond Myklebustac396122010-11-15 20:26:22 -05003913 status += args.pgbase;
3914 }
Trond Myklebustc4812992007-09-28 17:11:45 -04003915
3916 nfs_invalidate_atime(dir);
3917
Harvey Harrison3110ff82008-05-02 13:42:44 -07003918 dprintk("%s: returns %d\n", __func__, status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003919 return status;
3920}
3921
3922static int nfs4_proc_readdir(struct dentry *dentry, struct rpc_cred *cred,
Bryan Schumaker56e4ebf2010-10-20 15:44:37 -04003923 u64 cookie, struct page **pages, unsigned int count, int plus)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003924{
3925 struct nfs4_exception exception = { };
3926 int err;
3927 do {
Trond Myklebustc1578b72013-08-12 16:58:42 -04003928 err = _nfs4_proc_readdir(dentry, cred, cookie,
3929 pages, count, plus);
David Howells2b0143b2015-03-17 22:25:59 +00003930 trace_nfs4_readdir(d_inode(dentry), err);
3931 err = nfs4_handle_exception(NFS_SERVER(d_inode(dentry)), err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003932 &exception);
3933 } while (exception.retry);
3934 return err;
3935}
3936
3937static int _nfs4_proc_mknod(struct inode *dir, struct dentry *dentry,
David Quigleyaa9c2662013-05-22 12:50:44 -04003938 struct iattr *sattr, struct nfs4_label *label, dev_t rdev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003939{
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003940 struct nfs4_createdata *data;
3941 int mode = sattr->ia_mode;
3942 int status = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003943
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003944 data = nfs4_alloc_createdata(dir, &dentry->d_name, sattr, NF4SOCK);
3945 if (data == NULL)
3946 goto out;
3947
Linus Torvalds1da177e2005-04-16 15:20:36 -07003948 if (S_ISFIFO(mode))
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003949 data->arg.ftype = NF4FIFO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003950 else if (S_ISBLK(mode)) {
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003951 data->arg.ftype = NF4BLK;
3952 data->arg.u.device.specdata1 = MAJOR(rdev);
3953 data->arg.u.device.specdata2 = MINOR(rdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003954 }
3955 else if (S_ISCHR(mode)) {
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003956 data->arg.ftype = NF4CHR;
3957 data->arg.u.device.specdata1 = MAJOR(rdev);
3958 data->arg.u.device.specdata2 = MINOR(rdev);
Trond Myklebust4ea8fed2012-10-15 15:47:41 -04003959 } else if (!S_ISSOCK(mode)) {
3960 status = -EINVAL;
3961 goto out_free;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003962 }
David Quigley1775fd32013-05-22 12:50:42 -04003963
David Quigleyaa9c2662013-05-22 12:50:44 -04003964 data->arg.label = label;
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003965 status = nfs4_do_create(dir, dentry, data);
Trond Myklebust4ea8fed2012-10-15 15:47:41 -04003966out_free:
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003967 nfs4_free_createdata(data);
3968out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003969 return status;
3970}
3971
3972static int nfs4_proc_mknod(struct inode *dir, struct dentry *dentry,
3973 struct iattr *sattr, dev_t rdev)
3974{
3975 struct nfs4_exception exception = { };
David Quigleyaa9c2662013-05-22 12:50:44 -04003976 struct nfs4_label l, *label = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003977 int err;
Aneesh Kumar K.Va8a5da92010-12-09 11:35:14 +00003978
David Quigleyaa9c2662013-05-22 12:50:44 -04003979 label = nfs4_label_init_security(dir, dentry, sattr, &l);
3980
Aneesh Kumar K.Va8a5da92010-12-09 11:35:14 +00003981 sattr->ia_mode &= ~current_umask();
Linus Torvalds1da177e2005-04-16 15:20:36 -07003982 do {
Trond Myklebust078ea3d2013-08-12 16:45:55 -04003983 err = _nfs4_proc_mknod(dir, dentry, sattr, label, rdev);
3984 trace_nfs4_mknod(dir, &dentry->d_name, err);
3985 err = nfs4_handle_exception(NFS_SERVER(dir), err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003986 &exception);
3987 } while (exception.retry);
David Quigleyaa9c2662013-05-22 12:50:44 -04003988
3989 nfs4_label_release_security(label);
3990
Linus Torvalds1da177e2005-04-16 15:20:36 -07003991 return err;
3992}
3993
3994static int _nfs4_proc_statfs(struct nfs_server *server, struct nfs_fh *fhandle,
3995 struct nfs_fsstat *fsstat)
3996{
3997 struct nfs4_statfs_arg args = {
3998 .fh = fhandle,
3999 .bitmask = server->attr_bitmask,
4000 };
Benny Halevy24ad1482009-04-01 09:21:56 -04004001 struct nfs4_statfs_res res = {
4002 .fsstat = fsstat,
4003 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07004004 struct rpc_message msg = {
4005 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_STATFS],
4006 .rpc_argp = &args,
Benny Halevy24ad1482009-04-01 09:21:56 -04004007 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004008 };
4009
Trond Myklebust0e574af2005-10-27 22:12:38 -04004010 nfs_fattr_init(fsstat->fattr);
Bryan Schumaker7c513052011-03-24 17:12:24 +00004011 return nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004012}
4013
4014static int nfs4_proc_statfs(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fsstat *fsstat)
4015{
4016 struct nfs4_exception exception = { };
4017 int err;
4018 do {
4019 err = nfs4_handle_exception(server,
4020 _nfs4_proc_statfs(server, fhandle, fsstat),
4021 &exception);
4022 } while (exception.retry);
4023 return err;
4024}
4025
4026static int _nfs4_do_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle,
4027 struct nfs_fsinfo *fsinfo)
4028{
4029 struct nfs4_fsinfo_arg args = {
4030 .fh = fhandle,
4031 .bitmask = server->attr_bitmask,
4032 };
Benny Halevy3dda5e42009-04-01 09:21:57 -04004033 struct nfs4_fsinfo_res res = {
4034 .fsinfo = fsinfo,
4035 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07004036 struct rpc_message msg = {
4037 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FSINFO],
4038 .rpc_argp = &args,
Benny Halevy3dda5e42009-04-01 09:21:57 -04004039 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004040 };
4041
Bryan Schumaker7c513052011-03-24 17:12:24 +00004042 return nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004043}
4044
4045static int nfs4_do_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fsinfo *fsinfo)
4046{
4047 struct nfs4_exception exception = { };
Chuck Lever83ca7f52013-03-16 15:55:53 -04004048 unsigned long now = jiffies;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004049 int err;
4050
4051 do {
Chuck Lever83ca7f52013-03-16 15:55:53 -04004052 err = _nfs4_do_fsinfo(server, fhandle, fsinfo);
Trond Myklebustb5f875a2013-08-13 13:01:39 -04004053 trace_nfs4_fsinfo(server, fhandle, fsinfo->fattr, err);
Chuck Lever83ca7f52013-03-16 15:55:53 -04004054 if (err == 0) {
4055 struct nfs_client *clp = server->nfs_client;
4056
4057 spin_lock(&clp->cl_lock);
4058 clp->cl_lease_time = fsinfo->lease_time * HZ;
4059 clp->cl_last_renewal = now;
4060 spin_unlock(&clp->cl_lock);
4061 break;
4062 }
4063 err = nfs4_handle_exception(server, err, &exception);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004064 } while (exception.retry);
4065 return err;
4066}
4067
4068static int nfs4_proc_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fsinfo *fsinfo)
4069{
Bryan Schumakere38eb652012-06-20 15:53:40 -04004070 int error;
4071
Trond Myklebust0e574af2005-10-27 22:12:38 -04004072 nfs_fattr_init(fsinfo->fattr);
Bryan Schumakere38eb652012-06-20 15:53:40 -04004073 error = nfs4_do_fsinfo(server, fhandle, fsinfo);
Peng Taodc182542012-08-24 00:27:49 +08004074 if (error == 0) {
4075 /* block layout checks this! */
4076 server->pnfs_blksize = fsinfo->blksize;
Bryan Schumakere38eb652012-06-20 15:53:40 -04004077 set_pnfs_layoutdriver(server, fhandle, fsinfo->layouttype);
Peng Taodc182542012-08-24 00:27:49 +08004078 }
Bryan Schumakere38eb652012-06-20 15:53:40 -04004079
4080 return error;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004081}
4082
4083static int _nfs4_proc_pathconf(struct nfs_server *server, struct nfs_fh *fhandle,
4084 struct nfs_pathconf *pathconf)
4085{
4086 struct nfs4_pathconf_arg args = {
4087 .fh = fhandle,
4088 .bitmask = server->attr_bitmask,
4089 };
Benny Halevyd45b2982009-04-01 09:21:58 -04004090 struct nfs4_pathconf_res res = {
4091 .pathconf = pathconf,
4092 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07004093 struct rpc_message msg = {
4094 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_PATHCONF],
4095 .rpc_argp = &args,
Benny Halevyd45b2982009-04-01 09:21:58 -04004096 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004097 };
4098
4099 /* None of the pathconf attributes are mandatory to implement */
4100 if ((args.bitmask[0] & nfs4_pathconf_bitmap[0]) == 0) {
4101 memset(pathconf, 0, sizeof(*pathconf));
4102 return 0;
4103 }
4104
Trond Myklebust0e574af2005-10-27 22:12:38 -04004105 nfs_fattr_init(pathconf->fattr);
Bryan Schumaker7c513052011-03-24 17:12:24 +00004106 return nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004107}
4108
4109static int nfs4_proc_pathconf(struct nfs_server *server, struct nfs_fh *fhandle,
4110 struct nfs_pathconf *pathconf)
4111{
4112 struct nfs4_exception exception = { };
4113 int err;
4114
4115 do {
4116 err = nfs4_handle_exception(server,
4117 _nfs4_proc_pathconf(server, fhandle, pathconf),
4118 &exception);
4119 } while (exception.retry);
4120 return err;
4121}
4122
Trond Myklebust5521abf2013-03-16 20:54:34 -04004123int nfs4_set_rw_stateid(nfs4_stateid *stateid,
Trond Myklebust9b206142013-03-17 15:52:00 -04004124 const struct nfs_open_context *ctx,
4125 const struct nfs_lock_context *l_ctx,
4126 fmode_t fmode)
4127{
4128 const struct nfs_lockowner *lockowner = NULL;
4129
4130 if (l_ctx != NULL)
4131 lockowner = &l_ctx->lockowner;
Trond Myklebust5521abf2013-03-16 20:54:34 -04004132 return nfs4_select_rw_stateid(stateid, ctx->state, fmode, lockowner);
Trond Myklebust9b206142013-03-17 15:52:00 -04004133}
4134EXPORT_SYMBOL_GPL(nfs4_set_rw_stateid);
4135
Trond Myklebust5521abf2013-03-16 20:54:34 -04004136static bool nfs4_stateid_is_current(nfs4_stateid *stateid,
4137 const struct nfs_open_context *ctx,
4138 const struct nfs_lock_context *l_ctx,
4139 fmode_t fmode)
4140{
4141 nfs4_stateid current_stateid;
4142
Trond Myklebuste1253be2014-03-05 08:44:23 -05004143 /* If the current stateid represents a lost lock, then exit */
4144 if (nfs4_set_rw_stateid(&current_stateid, ctx, l_ctx, fmode) == -EIO)
4145 return true;
Trond Myklebust5521abf2013-03-16 20:54:34 -04004146 return nfs4_stateid_match(stateid, &current_stateid);
4147}
4148
4149static bool nfs4_error_stateid_expired(int err)
4150{
4151 switch (err) {
4152 case -NFS4ERR_DELEG_REVOKED:
4153 case -NFS4ERR_ADMIN_REVOKED:
4154 case -NFS4ERR_BAD_STATEID:
4155 case -NFS4ERR_STALE_STATEID:
4156 case -NFS4ERR_OLD_STATEID:
4157 case -NFS4ERR_OPENMODE:
4158 case -NFS4ERR_EXPIRED:
4159 return true;
4160 }
4161 return false;
4162}
4163
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004164void __nfs4_read_done_cb(struct nfs_pgio_header *hdr)
Benny Halevyd20581a2011-05-22 19:52:03 +03004165{
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004166 nfs_invalidate_atime(hdr->inode);
Benny Halevyd20581a2011-05-22 19:52:03 +03004167}
4168
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004169static int nfs4_read_done_cb(struct rpc_task *task, struct nfs_pgio_header *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004170{
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004171 struct nfs_server *server = NFS_SERVER(hdr->inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004172
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004173 trace_nfs4_read(hdr, task->tk_status);
4174 if (nfs4_async_handle_error(task, server,
NeilBrown8478eaa2014-09-18 16:09:27 +10004175 hdr->args.context->state,
4176 NULL) == -EAGAIN) {
Trond Myklebustd00c5d42011-10-19 12:17:29 -07004177 rpc_restart_call_prepare(task);
Trond Myklebustec06c092006-03-20 13:44:27 -05004178 return -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004179 }
Trond Myklebust8850df92007-09-28 17:20:07 -04004180
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004181 __nfs4_read_done_cb(hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004182 if (task->tk_status > 0)
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004183 renew_lease(server, hdr->timestamp);
Trond Myklebustec06c092006-03-20 13:44:27 -05004184 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004185}
4186
Trond Myklebust5521abf2013-03-16 20:54:34 -04004187static bool nfs4_read_stateid_changed(struct rpc_task *task,
Anna Schumaker3c6b8992014-05-06 09:12:24 -04004188 struct nfs_pgio_args *args)
Trond Myklebust5521abf2013-03-16 20:54:34 -04004189{
4190
4191 if (!nfs4_error_stateid_expired(task->tk_status) ||
4192 nfs4_stateid_is_current(&args->stateid,
4193 args->context,
4194 args->lock_context,
4195 FMODE_READ))
4196 return false;
4197 rpc_restart_call_prepare(task);
4198 return true;
4199}
4200
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004201static int nfs4_read_done(struct rpc_task *task, struct nfs_pgio_header *hdr)
Andy Adamsoncbdabc7f2011-03-01 01:34:20 +00004202{
4203
4204 dprintk("--> %s\n", __func__);
4205
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004206 if (!nfs4_sequence_done(task, &hdr->res.seq_res))
Andy Adamsoncbdabc7f2011-03-01 01:34:20 +00004207 return -EAGAIN;
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004208 if (nfs4_read_stateid_changed(task, &hdr->args))
Trond Myklebust5521abf2013-03-16 20:54:34 -04004209 return -EAGAIN;
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004210 return hdr->pgio_done_cb ? hdr->pgio_done_cb(task, hdr) :
4211 nfs4_read_done_cb(task, hdr);
Andy Adamsoncbdabc7f2011-03-01 01:34:20 +00004212}
4213
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004214static void nfs4_proc_read_setup(struct nfs_pgio_header *hdr,
4215 struct rpc_message *msg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004216{
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004217 hdr->timestamp = jiffies;
4218 hdr->pgio_done_cb = nfs4_read_done_cb;
Trond Myklebustbdc7f022007-07-14 15:40:00 -04004219 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_READ];
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004220 nfs4_init_sequence(&hdr->args.seq_args, &hdr->res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004221}
4222
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004223static int nfs4_proc_pgio_rpc_prepare(struct rpc_task *task,
4224 struct nfs_pgio_header *hdr)
Bryan Schumakerea7c3302012-03-19 14:54:40 -04004225{
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004226 if (nfs4_setup_sequence(NFS_SERVER(hdr->inode),
4227 &hdr->args.seq_args,
4228 &hdr->res.seq_res,
Trond Myklebust9b206142013-03-17 15:52:00 -04004229 task))
NeilBrownef1820f2013-09-04 17:04:49 +10004230 return 0;
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004231 if (nfs4_set_rw_stateid(&hdr->args.stateid, hdr->args.context,
4232 hdr->args.lock_context,
4233 hdr->rw_ops->rw_mode) == -EIO)
NeilBrownef1820f2013-09-04 17:04:49 +10004234 return -EIO;
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004235 if (unlikely(test_bit(NFS_CONTEXT_BAD, &hdr->args.context->flags)))
NeilBrownef1820f2013-09-04 17:04:49 +10004236 return -EIO;
4237 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004238}
4239
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004240static int nfs4_write_done_cb(struct rpc_task *task,
4241 struct nfs_pgio_header *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004242{
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004243 struct inode *inode = hdr->inode;
NeilBrown8478eaa2014-09-18 16:09:27 +10004244
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004245 trace_nfs4_write(hdr, task->tk_status);
4246 if (nfs4_async_handle_error(task, NFS_SERVER(inode),
NeilBrown8478eaa2014-09-18 16:09:27 +10004247 hdr->args.context->state,
4248 NULL) == -EAGAIN) {
Trond Myklebustd00c5d42011-10-19 12:17:29 -07004249 rpc_restart_call_prepare(task);
Trond Myklebust788e7a82006-03-20 13:44:27 -05004250 return -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004251 }
Trond Myklebust4f9838c2005-10-27 22:12:44 -04004252 if (task->tk_status >= 0) {
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004253 renew_lease(NFS_SERVER(inode), hdr->timestamp);
Trond Myklebusta08a8cd2015-02-26 17:36:09 -05004254 nfs_writeback_update_inode(hdr);
Trond Myklebust4f9838c2005-10-27 22:12:44 -04004255 }
Trond Myklebust788e7a82006-03-20 13:44:27 -05004256 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004257}
4258
Trond Myklebust5521abf2013-03-16 20:54:34 -04004259static bool nfs4_write_stateid_changed(struct rpc_task *task,
Anna Schumaker3c6b8992014-05-06 09:12:24 -04004260 struct nfs_pgio_args *args)
Trond Myklebust5521abf2013-03-16 20:54:34 -04004261{
4262
4263 if (!nfs4_error_stateid_expired(task->tk_status) ||
4264 nfs4_stateid_is_current(&args->stateid,
4265 args->context,
4266 args->lock_context,
4267 FMODE_WRITE))
4268 return false;
4269 rpc_restart_call_prepare(task);
4270 return true;
4271}
4272
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004273static int nfs4_write_done(struct rpc_task *task, struct nfs_pgio_header *hdr)
Fred Isamanb029bc92011-03-03 15:13:42 +00004274{
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004275 if (!nfs4_sequence_done(task, &hdr->res.seq_res))
Fred Isamanb029bc92011-03-03 15:13:42 +00004276 return -EAGAIN;
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004277 if (nfs4_write_stateid_changed(task, &hdr->args))
Trond Myklebust5521abf2013-03-16 20:54:34 -04004278 return -EAGAIN;
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004279 return hdr->pgio_done_cb ? hdr->pgio_done_cb(task, hdr) :
4280 nfs4_write_done_cb(task, hdr);
Fred Isamanb029bc92011-03-03 15:13:42 +00004281}
4282
Trond Myklebust5a37f852012-04-28 14:55:16 -04004283static
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004284bool nfs4_write_need_cache_consistency_data(struct nfs_pgio_header *hdr)
Fred Isamana69aef12011-03-03 15:13:47 +00004285{
Trond Myklebust5a37f852012-04-28 14:55:16 -04004286 /* Don't request attributes for pNFS or O_DIRECT writes */
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004287 if (hdr->ds_clp != NULL || hdr->dreq != NULL)
Trond Myklebust5a37f852012-04-28 14:55:16 -04004288 return false;
4289 /* Otherwise, request attributes if and only if we don't hold
4290 * a delegation
4291 */
Bryan Schumaker011e2a72012-06-20 15:53:43 -04004292 return nfs4_have_delegation(hdr->inode, FMODE_READ) == 0;
Fred Isamana69aef12011-03-03 15:13:47 +00004293}
Fred Isamana69aef12011-03-03 15:13:47 +00004294
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004295static void nfs4_proc_write_setup(struct nfs_pgio_header *hdr,
4296 struct rpc_message *msg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004297{
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004298 struct nfs_server *server = NFS_SERVER(hdr->inode);
Trond Myklebustbdc7f022007-07-14 15:40:00 -04004299
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004300 if (!nfs4_write_need_cache_consistency_data(hdr)) {
4301 hdr->args.bitmask = NULL;
4302 hdr->res.fattr = NULL;
Fred Isaman7ffd1062011-03-03 15:13:46 +00004303 } else
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004304 hdr->args.bitmask = server->cache_consistency_bitmask;
Trond Myklebust5a37f852012-04-28 14:55:16 -04004305
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004306 if (!hdr->pgio_done_cb)
4307 hdr->pgio_done_cb = nfs4_write_done_cb;
4308 hdr->res.server = server;
4309 hdr->timestamp = jiffies;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004310
Trond Myklebustbdc7f022007-07-14 15:40:00 -04004311 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_WRITE];
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004312 nfs4_init_sequence(&hdr->args.seq_args, &hdr->res.seq_res, 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004313}
4314
Fred Isaman0b7c0152012-04-20 14:47:39 -04004315static void nfs4_proc_commit_rpc_prepare(struct rpc_task *task, struct nfs_commit_data *data)
4316{
Trond Myklebustd9afbd12012-10-22 20:28:44 -04004317 nfs4_setup_sequence(NFS_SERVER(data->inode),
4318 &data->args.seq_args,
4319 &data->res.seq_res,
4320 task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004321}
4322
Fred Isaman0b7c0152012-04-20 14:47:39 -04004323static int nfs4_commit_done_cb(struct rpc_task *task, struct nfs_commit_data *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004324{
Linus Torvalds1da177e2005-04-16 15:20:36 -07004325 struct inode *inode = data->inode;
Trond Myklebust14516c32010-07-31 14:29:06 -04004326
Trond Myklebustcc668ab2013-08-14 15:31:28 -04004327 trace_nfs4_commit(data, task->tk_status);
NeilBrown8478eaa2014-09-18 16:09:27 +10004328 if (nfs4_async_handle_error(task, NFS_SERVER(inode),
4329 NULL, NULL) == -EAGAIN) {
Trond Myklebustd00c5d42011-10-19 12:17:29 -07004330 rpc_restart_call_prepare(task);
Trond Myklebust788e7a82006-03-20 13:44:27 -05004331 return -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004332 }
Trond Myklebust788e7a82006-03-20 13:44:27 -05004333 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004334}
4335
Fred Isaman0b7c0152012-04-20 14:47:39 -04004336static int nfs4_commit_done(struct rpc_task *task, struct nfs_commit_data *data)
Fred Isaman5f452432011-03-23 13:27:46 +00004337{
4338 if (!nfs4_sequence_done(task, &data->res.seq_res))
4339 return -EAGAIN;
Fred Isaman0b7c0152012-04-20 14:47:39 -04004340 return data->commit_done_cb(task, data);
Fred Isaman5f452432011-03-23 13:27:46 +00004341}
4342
Fred Isaman0b7c0152012-04-20 14:47:39 -04004343static void nfs4_proc_commit_setup(struct nfs_commit_data *data, struct rpc_message *msg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004344{
Trond Myklebust788e7a82006-03-20 13:44:27 -05004345 struct nfs_server *server = NFS_SERVER(data->inode);
Fred Isaman988b6dc2011-03-23 13:27:52 +00004346
Fred Isaman0b7c0152012-04-20 14:47:39 -04004347 if (data->commit_done_cb == NULL)
4348 data->commit_done_cb = nfs4_commit_done_cb;
Trond Myklebust4f9838c2005-10-27 22:12:44 -04004349 data->res.server = server;
Trond Myklebustbdc7f022007-07-14 15:40:00 -04004350 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_COMMIT];
Chuck Levera9c92d62013-08-09 12:48:18 -04004351 nfs4_init_sequence(&data->args.seq_args, &data->res.seq_res, 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004352}
4353
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04004354struct nfs4_renewdata {
4355 struct nfs_client *client;
4356 unsigned long timestamp;
4357};
4358
Linus Torvalds1da177e2005-04-16 15:20:36 -07004359/*
4360 * nfs4_proc_async_renew(): This is not one of the nfs_rpc_ops; it is a special
4361 * standalone procedure for queueing an asynchronous RENEW.
4362 */
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04004363static void nfs4_renew_release(void *calldata)
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08004364{
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04004365 struct nfs4_renewdata *data = calldata;
4366 struct nfs_client *clp = data->client;
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08004367
Alexandros Batsakis0851de062010-02-05 03:45:06 -08004368 if (atomic_read(&clp->cl_count) > 1)
4369 nfs4_schedule_state_renewal(clp);
4370 nfs_put_client(clp);
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04004371 kfree(data);
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08004372}
4373
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04004374static void nfs4_renew_done(struct rpc_task *task, void *calldata)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004375{
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04004376 struct nfs4_renewdata *data = calldata;
4377 struct nfs_client *clp = data->client;
4378 unsigned long timestamp = data->timestamp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004379
Trond Myklebustc6d01c62013-08-09 11:51:26 -04004380 trace_nfs4_renew_async(clp, task->tk_status);
Chuck Leverf8aba1e2013-10-17 14:13:53 -04004381 switch (task->tk_status) {
4382 case 0:
4383 break;
4384 case -NFS4ERR_LEASE_MOVED:
4385 nfs4_schedule_lease_moved_recovery(clp);
4386 break;
4387 default:
Trond Myklebust95baa252009-05-26 14:51:00 -04004388 /* Unless we're shutting down, schedule state recovery! */
Trond Myklebust042b60b2011-08-24 15:07:37 -04004389 if (test_bit(NFS_CS_RENEWD, &clp->cl_res_state) == 0)
4390 return;
4391 if (task->tk_status != NFS4ERR_CB_PATH_DOWN) {
Trond Myklebust0400a6b2011-03-09 16:00:53 -05004392 nfs4_schedule_lease_recovery(clp);
Trond Myklebust042b60b2011-08-24 15:07:37 -04004393 return;
4394 }
4395 nfs4_schedule_path_down_recovery(clp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004396 }
Trond Myklebust452e9352010-07-31 14:29:06 -04004397 do_renew_lease(clp, timestamp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004398}
4399
Trond Myklebust963d8fe2006-01-03 09:55:04 +01004400static const struct rpc_call_ops nfs4_renew_ops = {
4401 .rpc_call_done = nfs4_renew_done,
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08004402 .rpc_release = nfs4_renew_release,
Trond Myklebust963d8fe2006-01-03 09:55:04 +01004403};
4404
Trond Myklebust2f60ea62011-08-24 15:07:37 -04004405static int nfs4_proc_async_renew(struct nfs_client *clp, struct rpc_cred *cred, unsigned renew_flags)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004406{
4407 struct rpc_message msg = {
4408 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RENEW],
4409 .rpc_argp = clp,
Trond Myklebustb4454fe2006-01-03 09:55:25 +01004410 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004411 };
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04004412 struct nfs4_renewdata *data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004413
Trond Myklebust2f60ea62011-08-24 15:07:37 -04004414 if (renew_flags == 0)
4415 return 0;
Alexandros Batsakis0851de062010-02-05 03:45:06 -08004416 if (!atomic_inc_not_zero(&clp->cl_count))
4417 return -EIO;
Trond Myklebustb569ad32011-08-24 15:07:35 -04004418 data = kmalloc(sizeof(*data), GFP_NOFS);
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04004419 if (data == NULL)
4420 return -ENOMEM;
4421 data->client = clp;
4422 data->timestamp = jiffies;
Trond Myklebustbc7a05c2013-04-08 17:50:28 -04004423 return rpc_call_async(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT,
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04004424 &nfs4_renew_ops, data);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004425}
4426
Trond Myklebust8534d4e2011-08-24 15:07:37 -04004427static int nfs4_proc_renew(struct nfs_client *clp, struct rpc_cred *cred)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004428{
4429 struct rpc_message msg = {
4430 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RENEW],
4431 .rpc_argp = clp,
Trond Myklebustb4454fe2006-01-03 09:55:25 +01004432 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004433 };
4434 unsigned long now = jiffies;
4435 int status;
4436
Trond Myklebustbc7a05c2013-04-08 17:50:28 -04004437 status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004438 if (status < 0)
4439 return status;
Trond Myklebust452e9352010-07-31 14:29:06 -04004440 do_renew_lease(clp, now);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004441 return 0;
4442}
4443
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004444static inline int nfs4_server_supports_acls(struct nfs_server *server)
4445{
Malahal Naineni7dd7d952014-01-23 08:54:55 -06004446 return server->caps & NFS_CAP_ACLS;
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004447}
4448
Trond Myklebust21f498c2012-08-24 10:59:25 -04004449/* Assuming that XATTR_SIZE_MAX is a multiple of PAGE_SIZE, and that
4450 * it's OK to put sizeof(void) * (XATTR_SIZE_MAX/PAGE_SIZE) bytes on
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004451 * the stack.
4452 */
Trond Myklebust21f498c2012-08-24 10:59:25 -04004453#define NFS4ACL_MAXPAGES DIV_ROUND_UP(XATTR_SIZE_MAX, PAGE_SIZE)
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004454
Neil Hormane9e3d722011-03-04 19:26:03 -05004455static int buf_to_pages_noslab(const void *buf, size_t buflen,
4456 struct page **pages, unsigned int *pgbase)
4457{
4458 struct page *newpage, **spages;
4459 int rc = 0;
4460 size_t len;
4461 spages = pages;
4462
4463 do {
Trond Myklebust21f498c2012-08-24 10:59:25 -04004464 len = min_t(size_t, PAGE_SIZE, buflen);
Neil Hormane9e3d722011-03-04 19:26:03 -05004465 newpage = alloc_page(GFP_KERNEL);
4466
4467 if (newpage == NULL)
4468 goto unwind;
4469 memcpy(page_address(newpage), buf, len);
4470 buf += len;
4471 buflen -= len;
4472 *pages++ = newpage;
4473 rc++;
4474 } while (buflen != 0);
4475
4476 return rc;
4477
4478unwind:
4479 for(; rc > 0; rc--)
4480 __free_page(spages[rc-1]);
4481 return -ENOMEM;
4482}
4483
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004484struct nfs4_cached_acl {
4485 int cached;
4486 size_t len;
Andrew Morton3e9d4152005-06-22 17:16:28 +00004487 char data[0];
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004488};
4489
4490static void nfs4_set_cached_acl(struct inode *inode, struct nfs4_cached_acl *acl)
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004491{
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004492 struct nfs_inode *nfsi = NFS_I(inode);
4493
4494 spin_lock(&inode->i_lock);
4495 kfree(nfsi->nfs4_acl);
4496 nfsi->nfs4_acl = acl;
4497 spin_unlock(&inode->i_lock);
4498}
4499
4500static void nfs4_zap_acl_attr(struct inode *inode)
4501{
4502 nfs4_set_cached_acl(inode, NULL);
4503}
4504
4505static inline ssize_t nfs4_read_cached_acl(struct inode *inode, char *buf, size_t buflen)
4506{
4507 struct nfs_inode *nfsi = NFS_I(inode);
4508 struct nfs4_cached_acl *acl;
4509 int ret = -ENOENT;
4510
4511 spin_lock(&inode->i_lock);
4512 acl = nfsi->nfs4_acl;
4513 if (acl == NULL)
4514 goto out;
4515 if (buf == NULL) /* user is just asking for length */
4516 goto out_len;
4517 if (acl->cached == 0)
4518 goto out;
4519 ret = -ERANGE; /* see getxattr(2) man page */
4520 if (acl->len > buflen)
4521 goto out;
4522 memcpy(buf, acl->data, acl->len);
4523out_len:
4524 ret = acl->len;
4525out:
4526 spin_unlock(&inode->i_lock);
4527 return ret;
4528}
4529
Sachin Prabhu5794d212012-04-17 14:36:40 +01004530static 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 +00004531{
4532 struct nfs4_cached_acl *acl;
Trond Myklebustb291f1b2012-08-14 18:30:41 -04004533 size_t buflen = sizeof(*acl) + acl_len;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004534
Trond Myklebust1f1ea6c2012-08-26 11:44:43 -07004535 if (buflen <= PAGE_SIZE) {
Trond Myklebustb291f1b2012-08-14 18:30:41 -04004536 acl = kmalloc(buflen, GFP_KERNEL);
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004537 if (acl == NULL)
4538 goto out;
4539 acl->cached = 1;
Sachin Prabhu5794d212012-04-17 14:36:40 +01004540 _copy_from_pages(acl->data, pages, pgbase, acl_len);
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004541 } else {
4542 acl = kmalloc(sizeof(*acl), GFP_KERNEL);
4543 if (acl == NULL)
4544 goto out;
4545 acl->cached = 0;
4546 }
4547 acl->len = acl_len;
4548out:
4549 nfs4_set_cached_acl(inode, acl);
4550}
4551
Andy Adamsonbf118a32011-12-07 11:55:27 -05004552/*
4553 * The getxattr API returns the required buffer length when called with a
4554 * NULL buf. The NFSv4 acl tool then calls getxattr again after allocating
4555 * the required buf. On a NULL buf, we send a page of data to the server
4556 * guessing that the ACL request can be serviced by a page. If so, we cache
4557 * up to the page of ACL data, and the 2nd call to getxattr is serviced by
4558 * the cache. If not so, we throw away the page, and cache the required
4559 * length. The next getxattr call will then produce another round trip to
4560 * the server, this time with the input buf of the required size.
4561 */
Trond Myklebust16b4289c2006-08-24 12:27:15 -04004562static ssize_t __nfs4_get_acl_uncached(struct inode *inode, void *buf, size_t buflen)
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004563{
Andy Adamsonbf118a32011-12-07 11:55:27 -05004564 struct page *pages[NFS4ACL_MAXPAGES] = {NULL, };
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004565 struct nfs_getaclargs args = {
4566 .fh = NFS_FH(inode),
4567 .acl_pages = pages,
4568 .acl_len = buflen,
4569 };
Benny Halevy663c79b2009-04-01 09:21:59 -04004570 struct nfs_getaclres res = {
4571 .acl_len = buflen,
4572 };
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004573 struct rpc_message msg = {
4574 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GETACL],
4575 .rpc_argp = &args,
Benny Halevy663c79b2009-04-01 09:21:59 -04004576 .rpc_resp = &res,
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004577 };
Trond Myklebust21f498c2012-08-24 10:59:25 -04004578 unsigned int npages = DIV_ROUND_UP(buflen, PAGE_SIZE);
4579 int ret = -ENOMEM, i;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004580
Andy Adamsonbf118a32011-12-07 11:55:27 -05004581 /* As long as we're doing a round trip to the server anyway,
4582 * let's be prepared for a page of acl data. */
4583 if (npages == 0)
4584 npages = 1;
Trond Myklebust21f498c2012-08-24 10:59:25 -04004585 if (npages > ARRAY_SIZE(pages))
4586 return -ERANGE;
Sachin Prabhu5a006892012-04-17 14:35:39 +01004587
Andy Adamsonbf118a32011-12-07 11:55:27 -05004588 for (i = 0; i < npages; i++) {
4589 pages[i] = alloc_page(GFP_KERNEL);
4590 if (!pages[i])
4591 goto out_free;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004592 }
Sachin Prabhu5a006892012-04-17 14:35:39 +01004593
4594 /* for decoding across pages */
4595 res.acl_scratch = alloc_page(GFP_KERNEL);
4596 if (!res.acl_scratch)
4597 goto out_free;
4598
Andy Adamsonbf118a32011-12-07 11:55:27 -05004599 args.acl_len = npages * PAGE_SIZE;
4600 args.acl_pgbase = 0;
Sachin Prabhu5a006892012-04-17 14:35:39 +01004601
Peng Taode040be2012-01-10 22:42:47 +08004602 dprintk("%s buf %p buflen %zu npages %d args.acl_len %zu\n",
Andy Adamsonbf118a32011-12-07 11:55:27 -05004603 __func__, buf, buflen, npages, args.acl_len);
4604 ret = nfs4_call_sync(NFS_SERVER(inode)->client, NFS_SERVER(inode),
4605 &msg, &args.seq_args, &res.seq_res, 0);
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004606 if (ret)
4607 goto out_free;
Andy Adamsonbf118a32011-12-07 11:55:27 -05004608
Trond Myklebust1f1ea6c2012-08-26 11:44:43 -07004609 /* Handle the case where the passed-in buffer is too short */
4610 if (res.acl_flags & NFS4_ACL_TRUNC) {
4611 /* Did the user only issue a request for the acl length? */
4612 if (buf == NULL)
4613 goto out_ok;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004614 ret = -ERANGE;
Trond Myklebust1f1ea6c2012-08-26 11:44:43 -07004615 goto out_free;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004616 }
Trond Myklebust1f1ea6c2012-08-26 11:44:43 -07004617 nfs4_write_cached_acl(inode, pages, res.acl_data_offset, res.acl_len);
Sven Wegener7d3e91a2012-12-08 15:30:18 +01004618 if (buf) {
4619 if (res.acl_len > buflen) {
4620 ret = -ERANGE;
4621 goto out_free;
4622 }
Trond Myklebust1f1ea6c2012-08-26 11:44:43 -07004623 _copy_from_pages(buf, pages, res.acl_data_offset, res.acl_len);
Sven Wegener7d3e91a2012-12-08 15:30:18 +01004624 }
Trond Myklebust1f1ea6c2012-08-26 11:44:43 -07004625out_ok:
4626 ret = res.acl_len;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004627out_free:
Andy Adamsonbf118a32011-12-07 11:55:27 -05004628 for (i = 0; i < npages; i++)
4629 if (pages[i])
4630 __free_page(pages[i]);
Trond Myklebust331818f2012-02-03 18:30:53 -05004631 if (res.acl_scratch)
4632 __free_page(res.acl_scratch);
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004633 return ret;
4634}
4635
Trond Myklebust16b4289c2006-08-24 12:27:15 -04004636static ssize_t nfs4_get_acl_uncached(struct inode *inode, void *buf, size_t buflen)
4637{
4638 struct nfs4_exception exception = { };
4639 ssize_t ret;
4640 do {
4641 ret = __nfs4_get_acl_uncached(inode, buf, buflen);
Trond Myklebustc1578b72013-08-12 16:58:42 -04004642 trace_nfs4_get_acl(inode, ret);
Trond Myklebust16b4289c2006-08-24 12:27:15 -04004643 if (ret >= 0)
4644 break;
4645 ret = nfs4_handle_exception(NFS_SERVER(inode), ret, &exception);
4646 } while (exception.retry);
4647 return ret;
4648}
4649
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004650static ssize_t nfs4_proc_get_acl(struct inode *inode, void *buf, size_t buflen)
4651{
4652 struct nfs_server *server = NFS_SERVER(inode);
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004653 int ret;
4654
4655 if (!nfs4_server_supports_acls(server))
4656 return -EOPNOTSUPP;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004657 ret = nfs_revalidate_inode(server, inode);
4658 if (ret < 0)
4659 return ret;
Aneesh Kumar K.V08a22b32010-12-01 10:42:16 +00004660 if (NFS_I(inode)->cache_validity & NFS_INO_INVALID_ACL)
4661 nfs_zap_acl_cache(inode);
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004662 ret = nfs4_read_cached_acl(inode, buf, buflen);
4663 if (ret != -ENOENT)
Andy Adamsonbf118a32011-12-07 11:55:27 -05004664 /* -ENOENT is returned if there is no ACL or if there is an ACL
4665 * but no cached acl data, just the acl length */
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004666 return ret;
4667 return nfs4_get_acl_uncached(inode, buf, buflen);
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004668}
4669
Trond Myklebust16b4289c2006-08-24 12:27:15 -04004670static int __nfs4_proc_set_acl(struct inode *inode, const void *buf, size_t buflen)
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00004671{
4672 struct nfs_server *server = NFS_SERVER(inode);
4673 struct page *pages[NFS4ACL_MAXPAGES];
4674 struct nfs_setaclargs arg = {
4675 .fh = NFS_FH(inode),
4676 .acl_pages = pages,
4677 .acl_len = buflen,
4678 };
Benny Halevy73c403a2009-04-01 09:22:01 -04004679 struct nfs_setaclres res;
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00004680 struct rpc_message msg = {
4681 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETACL],
4682 .rpc_argp = &arg,
Benny Halevy73c403a2009-04-01 09:22:01 -04004683 .rpc_resp = &res,
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00004684 };
Trond Myklebust21f498c2012-08-24 10:59:25 -04004685 unsigned int npages = DIV_ROUND_UP(buflen, PAGE_SIZE);
Neil Hormane9e3d722011-03-04 19:26:03 -05004686 int ret, i;
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00004687
4688 if (!nfs4_server_supports_acls(server))
4689 return -EOPNOTSUPP;
Trond Myklebust21f498c2012-08-24 10:59:25 -04004690 if (npages > ARRAY_SIZE(pages))
4691 return -ERANGE;
Neil Hormane9e3d722011-03-04 19:26:03 -05004692 i = buf_to_pages_noslab(buf, buflen, arg.acl_pages, &arg.acl_pgbase);
4693 if (i < 0)
4694 return i;
Bryan Schumaker57ec14c2012-06-20 15:53:44 -04004695 nfs4_inode_return_delegation(inode);
Bryan Schumaker7c513052011-03-24 17:12:24 +00004696 ret = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, &res.seq_res, 1);
Neil Hormane9e3d722011-03-04 19:26:03 -05004697
4698 /*
4699 * Free each page after tx, so the only ref left is
4700 * held by the network stack
4701 */
4702 for (; i > 0; i--)
4703 put_page(pages[i-1]);
4704
Aneesh Kumar K.V08a22b32010-12-01 10:42:16 +00004705 /*
4706 * Acl update can result in inode attribute update.
4707 * so mark the attribute cache invalid.
4708 */
4709 spin_lock(&inode->i_lock);
4710 NFS_I(inode)->cache_validity |= NFS_INO_INVALID_ATTR;
4711 spin_unlock(&inode->i_lock);
Trond Myklebustf41f7412008-06-11 17:39:04 -04004712 nfs_access_zap_cache(inode);
4713 nfs_zap_acl_cache(inode);
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00004714 return ret;
4715}
4716
Trond Myklebust16b4289c2006-08-24 12:27:15 -04004717static int nfs4_proc_set_acl(struct inode *inode, const void *buf, size_t buflen)
4718{
4719 struct nfs4_exception exception = { };
4720 int err;
4721 do {
Trond Myklebustc1578b72013-08-12 16:58:42 -04004722 err = __nfs4_proc_set_acl(inode, buf, buflen);
4723 trace_nfs4_set_acl(inode, err);
4724 err = nfs4_handle_exception(NFS_SERVER(inode), err,
Trond Myklebust16b4289c2006-08-24 12:27:15 -04004725 &exception);
4726 } while (exception.retry);
4727 return err;
4728}
4729
David Quigleyaa9c2662013-05-22 12:50:44 -04004730#ifdef CONFIG_NFS_V4_SECURITY_LABEL
4731static int _nfs4_get_security_label(struct inode *inode, void *buf,
4732 size_t buflen)
4733{
4734 struct nfs_server *server = NFS_SERVER(inode);
4735 struct nfs_fattr fattr;
4736 struct nfs4_label label = {0, 0, buflen, buf};
4737
4738 u32 bitmask[3] = { 0, 0, FATTR4_WORD2_SECURITY_LABEL };
Trond Myklebustfcb63a92013-11-01 12:42:25 -04004739 struct nfs4_getattr_arg arg = {
David Quigleyaa9c2662013-05-22 12:50:44 -04004740 .fh = NFS_FH(inode),
4741 .bitmask = bitmask,
4742 };
4743 struct nfs4_getattr_res res = {
4744 .fattr = &fattr,
4745 .label = &label,
4746 .server = server,
4747 };
4748 struct rpc_message msg = {
4749 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GETATTR],
Trond Myklebustfcb63a92013-11-01 12:42:25 -04004750 .rpc_argp = &arg,
David Quigleyaa9c2662013-05-22 12:50:44 -04004751 .rpc_resp = &res,
4752 };
4753 int ret;
4754
4755 nfs_fattr_init(&fattr);
4756
Trond Myklebustfcb63a92013-11-01 12:42:25 -04004757 ret = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, &res.seq_res, 0);
David Quigleyaa9c2662013-05-22 12:50:44 -04004758 if (ret)
4759 return ret;
4760 if (!(fattr.valid & NFS_ATTR_FATTR_V4_SECURITY_LABEL))
4761 return -ENOENT;
4762 if (buflen < label.len)
4763 return -ERANGE;
4764 return 0;
4765}
4766
4767static int nfs4_get_security_label(struct inode *inode, void *buf,
4768 size_t buflen)
4769{
4770 struct nfs4_exception exception = { };
4771 int err;
4772
4773 if (!nfs_server_capable(inode, NFS_CAP_SECURITY_LABEL))
4774 return -EOPNOTSUPP;
4775
4776 do {
Trond Myklebustc1578b72013-08-12 16:58:42 -04004777 err = _nfs4_get_security_label(inode, buf, buflen);
4778 trace_nfs4_get_security_label(inode, err);
4779 err = nfs4_handle_exception(NFS_SERVER(inode), err,
David Quigleyaa9c2662013-05-22 12:50:44 -04004780 &exception);
4781 } while (exception.retry);
4782 return err;
4783}
4784
4785static int _nfs4_do_set_security_label(struct inode *inode,
4786 struct nfs4_label *ilabel,
4787 struct nfs_fattr *fattr,
4788 struct nfs4_label *olabel)
4789{
4790
4791 struct iattr sattr = {0};
4792 struct nfs_server *server = NFS_SERVER(inode);
4793 const u32 bitmask[3] = { 0, 0, FATTR4_WORD2_SECURITY_LABEL };
Jeff Layton12207f62013-11-01 10:49:32 -04004794 struct nfs_setattrargs arg = {
David Quigleyaa9c2662013-05-22 12:50:44 -04004795 .fh = NFS_FH(inode),
4796 .iap = &sattr,
4797 .server = server,
4798 .bitmask = bitmask,
4799 .label = ilabel,
4800 };
4801 struct nfs_setattrres res = {
4802 .fattr = fattr,
4803 .label = olabel,
4804 .server = server,
4805 };
4806 struct rpc_message msg = {
4807 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETATTR],
Jeff Layton12207f62013-11-01 10:49:32 -04004808 .rpc_argp = &arg,
David Quigleyaa9c2662013-05-22 12:50:44 -04004809 .rpc_resp = &res,
4810 };
4811 int status;
4812
Jeff Layton12207f62013-11-01 10:49:32 -04004813 nfs4_stateid_copy(&arg.stateid, &zero_stateid);
David Quigleyaa9c2662013-05-22 12:50:44 -04004814
Jeff Layton12207f62013-11-01 10:49:32 -04004815 status = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, &res.seq_res, 1);
David Quigleyaa9c2662013-05-22 12:50:44 -04004816 if (status)
4817 dprintk("%s failed: %d\n", __func__, status);
4818
4819 return status;
4820}
4821
4822static int nfs4_do_set_security_label(struct inode *inode,
4823 struct nfs4_label *ilabel,
4824 struct nfs_fattr *fattr,
4825 struct nfs4_label *olabel)
4826{
4827 struct nfs4_exception exception = { };
4828 int err;
4829
4830 do {
Trond Myklebustc1578b72013-08-12 16:58:42 -04004831 err = _nfs4_do_set_security_label(inode, ilabel,
4832 fattr, olabel);
4833 trace_nfs4_set_security_label(inode, err);
4834 err = nfs4_handle_exception(NFS_SERVER(inode), err,
David Quigleyaa9c2662013-05-22 12:50:44 -04004835 &exception);
4836 } while (exception.retry);
4837 return err;
4838}
4839
4840static int
4841nfs4_set_security_label(struct dentry *dentry, const void *buf, size_t buflen)
4842{
4843 struct nfs4_label ilabel, *olabel = NULL;
4844 struct nfs_fattr fattr;
4845 struct rpc_cred *cred;
David Howells2b0143b2015-03-17 22:25:59 +00004846 struct inode *inode = d_inode(dentry);
David Quigleyaa9c2662013-05-22 12:50:44 -04004847 int status;
4848
4849 if (!nfs_server_capable(inode, NFS_CAP_SECURITY_LABEL))
4850 return -EOPNOTSUPP;
4851
4852 nfs_fattr_init(&fattr);
4853
4854 ilabel.pi = 0;
4855 ilabel.lfs = 0;
4856 ilabel.label = (char *)buf;
4857 ilabel.len = buflen;
4858
4859 cred = rpc_lookup_cred();
4860 if (IS_ERR(cred))
4861 return PTR_ERR(cred);
4862
4863 olabel = nfs4_label_alloc(NFS_SERVER(inode), GFP_KERNEL);
4864 if (IS_ERR(olabel)) {
4865 status = -PTR_ERR(olabel);
4866 goto out;
4867 }
4868
4869 status = nfs4_do_set_security_label(inode, &ilabel, &fattr, olabel);
4870 if (status == 0)
4871 nfs_setsecurity(inode, &fattr, olabel);
4872
4873 nfs4_label_free(olabel);
4874out:
4875 put_rpccred(cred);
4876 return status;
4877}
4878#endif /* CONFIG_NFS_V4_SECURITY_LABEL */
4879
4880
Linus Torvalds1da177e2005-04-16 15:20:36 -07004881static int
NeilBrown8478eaa2014-09-18 16:09:27 +10004882nfs4_async_handle_error(struct rpc_task *task, const struct nfs_server *server,
4883 struct nfs4_state *state, long *timeout)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004884{
Trond Myklebustaa5190d2010-06-16 09:52:25 -04004885 struct nfs_client *clp = server->nfs_client;
4886
4887 if (task->tk_status >= 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004888 return 0;
4889 switch(task->tk_status) {
Trond Myklebusta1d0b5e2012-03-05 19:56:44 -05004890 case -NFS4ERR_DELEG_REVOKED:
Trond Myklebust9e33bed2008-12-23 15:21:46 -05004891 case -NFS4ERR_ADMIN_REVOKED:
4892 case -NFS4ERR_BAD_STATEID:
4893 case -NFS4ERR_OPENMODE:
4894 if (state == NULL)
4895 break;
Trond Myklebust5d422302013-03-14 16:57:48 -04004896 if (nfs4_schedule_stateid_recovery(server, state) < 0)
Chuck Lever9f51a782013-10-17 14:13:13 -04004897 goto recovery_failed;
Trond Myklebust0400a6b2011-03-09 16:00:53 -05004898 goto wait_on_recovery;
Trond Myklebust0ced63d2011-05-26 14:26:35 -04004899 case -NFS4ERR_EXPIRED:
Trond Myklebust5d422302013-03-14 16:57:48 -04004900 if (state != NULL) {
4901 if (nfs4_schedule_stateid_recovery(server, state) < 0)
Chuck Lever9f51a782013-10-17 14:13:13 -04004902 goto recovery_failed;
Trond Myklebust5d422302013-03-14 16:57:48 -04004903 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004904 case -NFS4ERR_STALE_STATEID:
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -05004905 case -NFS4ERR_STALE_CLIENTID:
Trond Myklebust0400a6b2011-03-09 16:00:53 -05004906 nfs4_schedule_lease_recovery(clp);
4907 goto wait_on_recovery;
Chuck Lever519ae252013-10-17 14:13:19 -04004908 case -NFS4ERR_MOVED:
4909 if (nfs4_schedule_migration_recovery(server) < 0)
4910 goto recovery_failed;
4911 goto wait_on_recovery;
Chuck Lever8ef2f8d2013-10-17 14:13:41 -04004912 case -NFS4ERR_LEASE_MOVED:
4913 nfs4_schedule_lease_moved_recovery(clp);
4914 goto wait_on_recovery;
Andy Adamson4745e312009-04-01 09:22:42 -04004915#if defined(CONFIG_NFS_V4_1)
4916 case -NFS4ERR_BADSESSION:
4917 case -NFS4ERR_BADSLOT:
4918 case -NFS4ERR_BAD_HIGH_SLOT:
4919 case -NFS4ERR_DEADSESSION:
4920 case -NFS4ERR_CONN_NOT_BOUND_TO_SESSION:
4921 case -NFS4ERR_SEQ_FALSE_RETRY:
4922 case -NFS4ERR_SEQ_MISORDERED:
4923 dprintk("%s ERROR %d, Reset session\n", __func__,
4924 task->tk_status);
Trond Myklebust9f594792012-05-27 13:02:53 -04004925 nfs4_schedule_session_recovery(clp->cl_session, task->tk_status);
Andy Adamson4a82fd72013-11-15 16:36:16 -05004926 goto wait_on_recovery;
Andy Adamson4745e312009-04-01 09:22:42 -04004927#endif /* CONFIG_NFS_V4_1 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07004928 case -NFS4ERR_DELAY:
Trond Myklebustaa5190d2010-06-16 09:52:25 -04004929 nfs_inc_server_stats(server, NFSIOS_DELAY);
NeilBrown8478eaa2014-09-18 16:09:27 +10004930 rpc_delay(task, nfs4_update_delay(timeout));
4931 goto restart_call;
Chuck Lever006ea732006-03-20 13:44:14 -05004932 case -NFS4ERR_GRACE:
Linus Torvalds1da177e2005-04-16 15:20:36 -07004933 rpc_delay(task, NFS4_POLL_RETRY_MAX);
Andy Adamsona8a4ae32011-05-03 13:43:03 -04004934 case -NFS4ERR_RETRY_UNCACHED_REP:
Linus Torvalds1da177e2005-04-16 15:20:36 -07004935 case -NFS4ERR_OLD_STATEID:
Chuck Leverf1478c12013-10-17 14:13:07 -04004936 goto restart_call;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004937 }
4938 task->tk_status = nfs4_map_errors(task->tk_status);
4939 return 0;
Chuck Lever9f51a782013-10-17 14:13:13 -04004940recovery_failed:
Trond Myklebust5d422302013-03-14 16:57:48 -04004941 task->tk_status = -EIO;
4942 return 0;
Trond Myklebust0400a6b2011-03-09 16:00:53 -05004943wait_on_recovery:
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -05004944 rpc_sleep_on(&clp->cl_rpcwaitq, task, NULL);
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -05004945 if (test_bit(NFS4CLNT_MANAGER_RUNNING, &clp->cl_state) == 0)
4946 rpc_wake_up_queued_task(&clp->cl_rpcwaitq, task);
Chuck Lever519ae252013-10-17 14:13:19 -04004947 if (test_bit(NFS_MIG_FAILED, &server->mig_status))
4948 goto recovery_failed;
Chuck Leverf1478c12013-10-17 14:13:07 -04004949restart_call:
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -05004950 task->tk_status = 0;
4951 return -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004952}
4953
Chuck Leverf0920752012-05-21 22:45:41 -04004954static void nfs4_init_boot_verifier(const struct nfs_client *clp,
4955 nfs4_verifier *bootverf)
Chuck Levercd937102012-03-02 17:14:31 -05004956{
4957 __be32 verf[2];
4958
Chuck Lever2c820d92012-05-21 22:45:33 -04004959 if (test_bit(NFS4CLNT_PURGE_STATE, &clp->cl_state)) {
4960 /* An impossible timestamp guarantees this value
4961 * will never match a generated boot time. */
4962 verf[0] = 0;
Trond Myklebust17f26b12013-08-21 15:48:42 -04004963 verf[1] = cpu_to_be32(NSEC_PER_SEC + 1);
Chuck Lever2c820d92012-05-21 22:45:33 -04004964 } else {
Chuck Leverf0920752012-05-21 22:45:41 -04004965 struct nfs_net *nn = net_generic(clp->cl_net, nfs_net_id);
Trond Myklebust17f26b12013-08-21 15:48:42 -04004966 verf[0] = cpu_to_be32(nn->boot_time.tv_sec);
4967 verf[1] = cpu_to_be32(nn->boot_time.tv_nsec);
Chuck Lever2c820d92012-05-21 22:45:33 -04004968 }
Chuck Levercd937102012-03-02 17:14:31 -05004969 memcpy(bootverf->data, verf, sizeof(bootverf->data));
4970}
4971
Jeff Laytona3192682015-06-09 19:43:59 -04004972static int
4973nfs4_init_nonuniform_client_string(struct nfs_client *clp)
Chuck Levere984a552012-09-14 17:24:21 -04004974{
Jeff Laytona3192682015-06-09 19:43:59 -04004975 int result;
4976 size_t len;
4977 char *str;
4978 bool retried = false;
Chuck Levere984a552012-09-14 17:24:21 -04004979
Trond Myklebustceb3a162015-01-03 15:16:04 -05004980 if (clp->cl_owner_id != NULL)
Jeff Laytona3192682015-06-09 19:43:59 -04004981 return 0;
4982retry:
4983 rcu_read_lock();
4984 len = 10 + strlen(clp->cl_ipaddr) + 1 +
4985 strlen(rpc_peeraddr2str(clp->cl_rpcclient, RPC_DISPLAY_ADDR)) +
4986 1 +
4987 strlen(rpc_peeraddr2str(clp->cl_rpcclient, RPC_DISPLAY_PROTO)) +
4988 1;
4989 rcu_read_unlock();
4990
4991 if (len > NFS4_OPAQUE_LIMIT + 1)
4992 return -EINVAL;
4993
4994 /*
4995 * Since this string is allocated at mount time, and held until the
4996 * nfs_client is destroyed, we can use GFP_KERNEL here w/o worrying
4997 * about a memory-reclaim deadlock.
4998 */
4999 str = kmalloc(len, GFP_KERNEL);
5000 if (!str)
5001 return -ENOMEM;
Trond Myklebustceb3a162015-01-03 15:16:04 -05005002
Chuck Levere984a552012-09-14 17:24:21 -04005003 rcu_read_lock();
Jeff Laytona3192682015-06-09 19:43:59 -04005004 result = scnprintf(str, len, "Linux NFSv4.0 %s/%s %s",
5005 clp->cl_ipaddr,
5006 rpc_peeraddr2str(clp->cl_rpcclient, RPC_DISPLAY_ADDR),
5007 rpc_peeraddr2str(clp->cl_rpcclient, RPC_DISPLAY_PROTO));
Chuck Levere984a552012-09-14 17:24:21 -04005008 rcu_read_unlock();
Jeff Laytona3192682015-06-09 19:43:59 -04005009
5010 /* Did something change? */
5011 if (result >= len) {
5012 kfree(str);
5013 if (retried)
5014 return -EINVAL;
5015 retried = true;
5016 goto retry;
5017 }
5018 clp->cl_owner_id = str;
5019 return 0;
Chuck Levere984a552012-09-14 17:24:21 -04005020}
5021
Jeff Layton873e3852015-06-09 19:44:00 -04005022static int
5023nfs4_init_uniquifier_client_string(struct nfs_client *clp)
Chuck Levere984a552012-09-14 17:24:21 -04005024{
Jeff Layton873e3852015-06-09 19:44:00 -04005025 int result;
5026 size_t len;
5027 char *str;
5028
5029 len = 10 + 10 + 1 + 10 + 1 +
5030 strlen(nfs4_client_id_uniquifier) + 1 +
5031 strlen(clp->cl_rpcclient->cl_nodename) + 1;
5032
5033 if (len > NFS4_OPAQUE_LIMIT + 1)
5034 return -EINVAL;
5035
5036 /*
5037 * Since this string is allocated at mount time, and held until the
5038 * nfs_client is destroyed, we can use GFP_KERNEL here w/o worrying
5039 * about a memory-reclaim deadlock.
5040 */
5041 str = kmalloc(len, GFP_KERNEL);
5042 if (!str)
5043 return -ENOMEM;
5044
5045 result = scnprintf(str, len, "Linux NFSv%u.%u %s/%s",
5046 clp->rpc_ops->version, clp->cl_minorversion,
5047 nfs4_client_id_uniquifier,
5048 clp->cl_rpcclient->cl_nodename);
5049 if (result >= len) {
5050 kfree(str);
5051 return -EINVAL;
5052 }
5053 clp->cl_owner_id = str;
5054 return 0;
5055}
5056
5057static int
5058nfs4_init_uniform_client_string(struct nfs_client *clp)
5059{
5060 int result;
5061 size_t len;
5062 char *str;
Trond Myklebustceb3a162015-01-03 15:16:04 -05005063
5064 if (clp->cl_owner_id != NULL)
Jeff Layton873e3852015-06-09 19:44:00 -04005065 return 0;
Chuck Lever6f2ea7f2012-09-14 17:24:41 -04005066
5067 if (nfs4_client_id_uniquifier[0] != '\0')
Jeff Layton873e3852015-06-09 19:44:00 -04005068 return nfs4_init_uniquifier_client_string(clp);
5069
5070 len = 10 + 10 + 1 + 10 + 1 +
5071 strlen(clp->cl_rpcclient->cl_nodename) + 1;
5072
5073 if (len > NFS4_OPAQUE_LIMIT + 1)
5074 return -EINVAL;
5075
5076 /*
5077 * Since this string is allocated at mount time, and held until the
5078 * nfs_client is destroyed, we can use GFP_KERNEL here w/o worrying
5079 * about a memory-reclaim deadlock.
5080 */
5081 str = kmalloc(len, GFP_KERNEL);
5082 if (!str)
5083 return -ENOMEM;
5084
5085 result = scnprintf(str, len, "Linux NFSv%u.%u %s",
5086 clp->rpc_ops->version, clp->cl_minorversion,
5087 clp->cl_rpcclient->cl_nodename);
5088 if (result >= len) {
5089 kfree(str);
5090 return -EINVAL;
5091 }
5092 clp->cl_owner_id = str;
5093 return 0;
Chuck Levere984a552012-09-14 17:24:21 -04005094}
5095
Chuck Lever706cb8d2014-03-12 12:51:47 -04005096/*
5097 * nfs4_callback_up_net() starts only "tcp" and "tcp6" callback
5098 * services. Advertise one based on the address family of the
5099 * clientaddr.
5100 */
5101static unsigned int
5102nfs4_init_callback_netid(const struct nfs_client *clp, char *buf, size_t len)
5103{
5104 if (strchr(clp->cl_ipaddr, ':') != NULL)
5105 return scnprintf(buf, len, "tcp6");
5106 else
5107 return scnprintf(buf, len, "tcp");
5108}
5109
Jeff Laytonf11b2a12014-06-21 20:52:17 -04005110static void nfs4_setclientid_done(struct rpc_task *task, void *calldata)
5111{
5112 struct nfs4_setclientid *sc = calldata;
5113
5114 if (task->tk_status == 0)
5115 sc->sc_cred = get_rpccred(task->tk_rqstp->rq_cred);
5116}
5117
5118static const struct rpc_call_ops nfs4_setclientid_ops = {
5119 .rpc_call_done = nfs4_setclientid_done,
5120};
5121
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04005122/**
5123 * nfs4_proc_setclientid - Negotiate client ID
5124 * @clp: state data structure
5125 * @program: RPC program for NFSv4 callback service
5126 * @port: IP port number for NFS4 callback service
5127 * @cred: RPC credential to use for this call
5128 * @res: where to place the result
5129 *
5130 * Returns zero, a negative errno, or a negative NFS4ERR status code.
5131 */
Trond Myklebustbb8b27e2010-04-16 16:43:06 -04005132int nfs4_proc_setclientid(struct nfs_client *clp, u32 program,
5133 unsigned short port, struct rpc_cred *cred,
5134 struct nfs4_setclientid_res *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005135{
5136 nfs4_verifier sc_verifier;
5137 struct nfs4_setclientid setclientid = {
5138 .sc_verifier = &sc_verifier,
5139 .sc_prog = program,
Jeff Layton3a6bb732015-06-09 19:43:57 -04005140 .sc_clnt = clp,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005141 };
5142 struct rpc_message msg = {
5143 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETCLIENTID],
5144 .rpc_argp = &setclientid,
Trond Myklebustbb8b27e2010-04-16 16:43:06 -04005145 .rpc_resp = res,
Trond Myklebust286d7d62006-01-03 09:55:26 +01005146 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005147 };
Jeff Laytonf11b2a12014-06-21 20:52:17 -04005148 struct rpc_task *task;
5149 struct rpc_task_setup task_setup_data = {
5150 .rpc_client = clp->cl_rpcclient,
5151 .rpc_message = &msg,
5152 .callback_ops = &nfs4_setclientid_ops,
5153 .callback_data = &setclientid,
5154 .flags = RPC_TASK_TIMEOUT,
5155 };
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04005156 int status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005157
Chuck Leverde734832012-07-11 16:30:50 -04005158 /* nfs_client_id4 */
Chuck Leverf0920752012-05-21 22:45:41 -04005159 nfs4_init_boot_verifier(clp, &sc_verifier);
Jeff Layton873e3852015-06-09 19:44:00 -04005160
5161 if (test_bit(NFS_CS_MIGRATION, &clp->cl_flags))
5162 status = nfs4_init_uniform_client_string(clp);
5163 else
Jeff Laytona3192682015-06-09 19:43:59 -04005164 status = nfs4_init_nonuniform_client_string(clp);
Jeff Layton873e3852015-06-09 19:44:00 -04005165
5166 if (status)
5167 goto out;
Jeff Layton3a6bb732015-06-09 19:43:57 -04005168
Chuck Leverde734832012-07-11 16:30:50 -04005169 /* cb_client4 */
Chuck Lever706cb8d2014-03-12 12:51:47 -04005170 setclientid.sc_netid_len =
5171 nfs4_init_callback_netid(clp,
5172 setclientid.sc_netid,
5173 sizeof(setclientid.sc_netid));
Chuck Leverde734832012-07-11 16:30:50 -04005174 setclientid.sc_uaddr_len = scnprintf(setclientid.sc_uaddr,
Chuck Leverd4d3c502007-12-10 14:57:09 -05005175 sizeof(setclientid.sc_uaddr), "%s.%u.%u",
Linus Torvalds1da177e2005-04-16 15:20:36 -07005176 clp->cl_ipaddr, port >> 8, port & 255);
5177
Jeff Layton3a6bb732015-06-09 19:43:57 -04005178 dprintk("NFS call setclientid auth=%s, '%s'\n",
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04005179 clp->cl_rpcclient->cl_auth->au_ops->au_name,
Jeff Layton3a6bb732015-06-09 19:43:57 -04005180 clp->cl_owner_id);
Jeff Laytonf11b2a12014-06-21 20:52:17 -04005181 task = rpc_run_task(&task_setup_data);
5182 if (IS_ERR(task)) {
5183 status = PTR_ERR(task);
5184 goto out;
5185 }
5186 status = task->tk_status;
5187 if (setclientid.sc_cred) {
5188 clp->cl_acceptor = rpcauth_stringify_acceptor(setclientid.sc_cred);
5189 put_rpccred(setclientid.sc_cred);
5190 }
5191 rpc_put_task(task);
5192out:
Trond Myklebustc6d01c62013-08-09 11:51:26 -04005193 trace_nfs4_setclientid(clp, status);
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04005194 dprintk("NFS reply setclientid: %d\n", status);
5195 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005196}
5197
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04005198/**
5199 * nfs4_proc_setclientid_confirm - Confirm client ID
5200 * @clp: state data structure
5201 * @res: result of a previous SETCLIENTID
5202 * @cred: RPC credential to use for this call
5203 *
5204 * Returns zero, a negative errno, or a negative NFS4ERR status code.
5205 */
Trond Myklebustfd954ae2011-04-24 14:28:18 -04005206int nfs4_proc_setclientid_confirm(struct nfs_client *clp,
Trond Myklebustbb8b27e2010-04-16 16:43:06 -04005207 struct nfs4_setclientid_res *arg,
5208 struct rpc_cred *cred)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005209{
Linus Torvalds1da177e2005-04-16 15:20:36 -07005210 struct rpc_message msg = {
5211 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETCLIENTID_CONFIRM],
Trond Myklebustbb8b27e2010-04-16 16:43:06 -04005212 .rpc_argp = arg,
Trond Myklebust286d7d62006-01-03 09:55:26 +01005213 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005214 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07005215 int status;
5216
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04005217 dprintk("NFS call setclientid_confirm auth=%s, (client ID %llx)\n",
5218 clp->cl_rpcclient->cl_auth->au_ops->au_name,
5219 clp->cl_clientid);
Trond Myklebust1bd714f2011-04-24 14:29:33 -04005220 status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Trond Myklebustc6d01c62013-08-09 11:51:26 -04005221 trace_nfs4_setclientid_confirm(clp, status);
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04005222 dprintk("NFS reply setclientid_confirm: %d\n", status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005223 return status;
5224}
5225
Trond Myklebustfe650402006-01-03 09:55:18 +01005226struct nfs4_delegreturndata {
5227 struct nfs4_delegreturnargs args;
Trond Myklebustfa178f22006-01-03 09:55:38 +01005228 struct nfs4_delegreturnres res;
Trond Myklebustfe650402006-01-03 09:55:18 +01005229 struct nfs_fh fh;
5230 nfs4_stateid stateid;
Trond Myklebust26e976a2006-01-03 09:55:21 +01005231 unsigned long timestamp;
Trond Myklebustfa178f22006-01-03 09:55:38 +01005232 struct nfs_fattr fattr;
Trond Myklebustfe650402006-01-03 09:55:18 +01005233 int rpc_status;
Peng Tao039b7562014-07-03 13:05:02 +08005234 struct inode *inode;
5235 bool roc;
5236 u32 roc_barrier;
Trond Myklebustfe650402006-01-03 09:55:18 +01005237};
5238
Trond Myklebustfe650402006-01-03 09:55:18 +01005239static void nfs4_delegreturn_done(struct rpc_task *task, void *calldata)
5240{
5241 struct nfs4_delegreturndata *data = calldata;
Andy Adamson938e1012009-04-01 09:22:28 -04005242
Trond Myklebust14516c32010-07-31 14:29:06 -04005243 if (!nfs4_sequence_done(task, &data->res.seq_res))
5244 return;
Andy Adamson938e1012009-04-01 09:22:28 -04005245
Trond Myklebustca8acf82013-08-13 10:36:56 -04005246 trace_nfs4_delegreturn_exit(&data->args, &data->res, task->tk_status);
Ricardo Labiaga79708862009-12-07 09:23:21 -05005247 switch (task->tk_status) {
Ricardo Labiaga79708862009-12-07 09:23:21 -05005248 case 0:
Trond Myklebustfa178f22006-01-03 09:55:38 +01005249 renew_lease(data->res.server, data->timestamp);
Trond Myklebustc97cf602013-11-19 16:34:14 -05005250 case -NFS4ERR_ADMIN_REVOKED:
5251 case -NFS4ERR_DELEG_REVOKED:
5252 case -NFS4ERR_BAD_STATEID:
5253 case -NFS4ERR_OLD_STATEID:
5254 case -NFS4ERR_STALE_STATEID:
5255 case -NFS4ERR_EXPIRED:
5256 task->tk_status = 0;
Peng Tao039b7562014-07-03 13:05:02 +08005257 if (data->roc)
5258 pnfs_roc_set_barrier(data->inode, data->roc_barrier);
Trond Myklebustc97cf602013-11-19 16:34:14 -05005259 break;
Ricardo Labiaga79708862009-12-07 09:23:21 -05005260 default:
NeilBrown8478eaa2014-09-18 16:09:27 +10005261 if (nfs4_async_handle_error(task, data->res.server,
5262 NULL, NULL) == -EAGAIN) {
Trond Myklebustd00c5d42011-10-19 12:17:29 -07005263 rpc_restart_call_prepare(task);
Ricardo Labiaga79708862009-12-07 09:23:21 -05005264 return;
5265 }
5266 }
5267 data->rpc_status = task->tk_status;
Trond Myklebustfe650402006-01-03 09:55:18 +01005268}
5269
5270static void nfs4_delegreturn_release(void *calldata)
5271{
Peng Tao039b7562014-07-03 13:05:02 +08005272 struct nfs4_delegreturndata *data = calldata;
Trond Myklebustea7c38f2015-02-05 15:13:24 -05005273 struct inode *inode = data->inode;
Peng Tao039b7562014-07-03 13:05:02 +08005274
Trond Myklebustea7c38f2015-02-05 15:13:24 -05005275 if (inode) {
5276 if (data->roc)
5277 pnfs_roc_release(inode);
5278 nfs_iput_and_deactive(inode);
5279 }
Trond Myklebustfe650402006-01-03 09:55:18 +01005280 kfree(calldata);
5281}
5282
Andy Adamson938e1012009-04-01 09:22:28 -04005283static void nfs4_delegreturn_prepare(struct rpc_task *task, void *data)
5284{
5285 struct nfs4_delegreturndata *d_data;
5286
5287 d_data = (struct nfs4_delegreturndata *)data;
5288
Trond Myklebust4ff376f2015-08-18 23:23:21 -05005289 if (d_data->roc)
5290 pnfs_roc_get_barrier(d_data->inode, &d_data->roc_barrier);
Peng Tao039b7562014-07-03 13:05:02 +08005291
Trond Myklebustd9afbd12012-10-22 20:28:44 -04005292 nfs4_setup_sequence(d_data->res.server,
5293 &d_data->args.seq_args,
5294 &d_data->res.seq_res,
5295 task);
Andy Adamson938e1012009-04-01 09:22:28 -04005296}
Andy Adamson938e1012009-04-01 09:22:28 -04005297
Jesper Juhlc8d149f2006-03-20 13:44:07 -05005298static const struct rpc_call_ops nfs4_delegreturn_ops = {
Andy Adamson938e1012009-04-01 09:22:28 -04005299 .rpc_call_prepare = nfs4_delegreturn_prepare,
Trond Myklebustfe650402006-01-03 09:55:18 +01005300 .rpc_call_done = nfs4_delegreturn_done,
5301 .rpc_release = nfs4_delegreturn_release,
5302};
5303
Trond Myklebuste6f81072008-01-24 18:14:34 -05005304static int _nfs4_proc_delegreturn(struct inode *inode, struct rpc_cred *cred, const nfs4_stateid *stateid, int issync)
Trond Myklebustfe650402006-01-03 09:55:18 +01005305{
5306 struct nfs4_delegreturndata *data;
Trond Myklebustfa178f22006-01-03 09:55:38 +01005307 struct nfs_server *server = NFS_SERVER(inode);
Trond Myklebustfe650402006-01-03 09:55:18 +01005308 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04005309 struct rpc_message msg = {
5310 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_DELEGRETURN],
5311 .rpc_cred = cred,
5312 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04005313 struct rpc_task_setup task_setup_data = {
5314 .rpc_client = server->client,
Trond Myklebust5138fde2007-07-14 15:40:01 -04005315 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04005316 .callback_ops = &nfs4_delegreturn_ops,
5317 .flags = RPC_TASK_ASYNC,
5318 };
Trond Myklebuste6f81072008-01-24 18:14:34 -05005319 int status = 0;
Trond Myklebustfe650402006-01-03 09:55:18 +01005320
Trond Myklebust8535b2b2010-05-13 12:51:01 -04005321 data = kzalloc(sizeof(*data), GFP_NOFS);
Trond Myklebustfe650402006-01-03 09:55:18 +01005322 if (data == NULL)
5323 return -ENOMEM;
Chuck Levera9c92d62013-08-09 12:48:18 -04005324 nfs4_init_sequence(&data->args.seq_args, &data->res.seq_res, 1);
Trond Myklebustfe650402006-01-03 09:55:18 +01005325 data->args.fhandle = &data->fh;
5326 data->args.stateid = &data->stateid;
Trond Myklebust9e907fe2012-04-27 13:48:17 -04005327 data->args.bitmask = server->cache_consistency_bitmask;
Trond Myklebustfe650402006-01-03 09:55:18 +01005328 nfs_copy_fh(&data->fh, NFS_FH(inode));
Trond Myklebustf597c532012-03-04 18:13:56 -05005329 nfs4_stateid_copy(&data->stateid, stateid);
Trond Myklebustfa178f22006-01-03 09:55:38 +01005330 data->res.fattr = &data->fattr;
5331 data->res.server = server;
Trond Myklebust5138fde2007-07-14 15:40:01 -04005332 nfs_fattr_init(data->res.fattr);
Trond Myklebust26e976a2006-01-03 09:55:21 +01005333 data->timestamp = jiffies;
Trond Myklebustfe650402006-01-03 09:55:18 +01005334 data->rpc_status = 0;
Trond Myklebustea7c38f2015-02-05 15:13:24 -05005335 data->inode = nfs_igrab_and_active(inode);
5336 if (data->inode)
5337 data->roc = nfs4_roc(inode);
Trond Myklebustfe650402006-01-03 09:55:18 +01005338
Trond Myklebustc970aa82007-07-14 15:39:59 -04005339 task_setup_data.callback_data = data;
Trond Myklebust1174dd12010-12-21 10:52:24 -05005340 msg.rpc_argp = &data->args;
5341 msg.rpc_resp = &data->res;
Trond Myklebustc970aa82007-07-14 15:39:59 -04005342 task = rpc_run_task(&task_setup_data);
Trond Myklebust7a1218a2006-03-20 18:11:10 -05005343 if (IS_ERR(task))
Trond Myklebustfe650402006-01-03 09:55:18 +01005344 return PTR_ERR(task);
Trond Myklebuste6f81072008-01-24 18:14:34 -05005345 if (!issync)
5346 goto out;
Trond Myklebustfe650402006-01-03 09:55:18 +01005347 status = nfs4_wait_for_completion_rpc_task(task);
Trond Myklebuste6f81072008-01-24 18:14:34 -05005348 if (status != 0)
5349 goto out;
5350 status = data->rpc_status;
Trond Myklebuste144cbc2012-04-28 16:05:03 -04005351 if (status == 0)
5352 nfs_post_op_update_inode_force_wcc(inode, &data->fattr);
5353 else
5354 nfs_refresh_inode(inode, &data->fattr);
Trond Myklebuste6f81072008-01-24 18:14:34 -05005355out:
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -05005356 rpc_put_task(task);
Trond Myklebustfe650402006-01-03 09:55:18 +01005357 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005358}
5359
Trond Myklebuste6f81072008-01-24 18:14:34 -05005360int nfs4_proc_delegreturn(struct inode *inode, struct rpc_cred *cred, const nfs4_stateid *stateid, int issync)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005361{
5362 struct nfs_server *server = NFS_SERVER(inode);
5363 struct nfs4_exception exception = { };
5364 int err;
5365 do {
Trond Myklebuste6f81072008-01-24 18:14:34 -05005366 err = _nfs4_proc_delegreturn(inode, cred, stateid, issync);
Trond Myklebustca8acf82013-08-13 10:36:56 -04005367 trace_nfs4_delegreturn(inode, err);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005368 switch (err) {
5369 case -NFS4ERR_STALE_STATEID:
5370 case -NFS4ERR_EXPIRED:
Linus Torvalds1da177e2005-04-16 15:20:36 -07005371 case 0:
5372 return 0;
5373 }
5374 err = nfs4_handle_exception(server, err, &exception);
5375 } while (exception.retry);
5376 return err;
5377}
5378
5379#define NFS4_LOCK_MINTIMEOUT (1 * HZ)
5380#define NFS4_LOCK_MAXTIMEOUT (30 * HZ)
5381
5382/*
5383 * sleep, with exponential backoff, and retry the LOCK operation.
5384 */
5385static unsigned long
5386nfs4_set_lock_task_retry(unsigned long timeout)
5387{
Colin Cross416ad3c2013-05-06 23:50:06 +00005388 freezable_schedule_timeout_killable_unsafe(timeout);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005389 timeout <<= 1;
5390 if (timeout > NFS4_LOCK_MAXTIMEOUT)
5391 return NFS4_LOCK_MAXTIMEOUT;
5392 return timeout;
5393}
5394
Linus Torvalds1da177e2005-04-16 15:20:36 -07005395static int _nfs4_proc_getlk(struct nfs4_state *state, int cmd, struct file_lock *request)
5396{
5397 struct inode *inode = state->inode;
5398 struct nfs_server *server = NFS_SERVER(inode);
David Howells7539bba2006-08-22 20:06:09 -04005399 struct nfs_client *clp = server->nfs_client;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005400 struct nfs_lockt_args arg = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07005401 .fh = NFS_FH(inode),
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005402 .fl = request,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005403 };
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005404 struct nfs_lockt_res res = {
5405 .denied = request,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005406 };
5407 struct rpc_message msg = {
5408 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOCKT],
5409 .rpc_argp = &arg,
5410 .rpc_resp = &res,
5411 .rpc_cred = state->owner->so_cred,
5412 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07005413 struct nfs4_lock_state *lsp;
5414 int status;
5415
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005416 arg.lock_owner.clientid = clp->cl_clientid;
Trond Myklebust8d0a8a92005-06-22 17:16:32 +00005417 status = nfs4_set_lock_state(state, request);
5418 if (status != 0)
5419 goto out;
5420 lsp = request->fl_u.nfs4_fl.owner;
Trond Myklebust48c22eb2012-01-17 22:04:25 -05005421 arg.lock_owner.id = lsp->ls_seqid.owner_id;
Trond Myklebustd035c362010-12-21 10:45:27 -05005422 arg.lock_owner.s_dev = server->s_dev;
Bryan Schumaker7c513052011-03-24 17:12:24 +00005423 status = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, &res.seq_res, 1);
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005424 switch (status) {
5425 case 0:
5426 request->fl_type = F_UNLCK;
5427 break;
5428 case -NFS4ERR_DENIED:
5429 status = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005430 }
J. Bruce Fields70cc6482007-02-22 18:48:53 -05005431 request->fl_ops->fl_release_private(request);
Trond Myklebusta6f951d2013-10-01 14:24:58 -04005432 request->fl_ops = NULL;
Trond Myklebust8d0a8a92005-06-22 17:16:32 +00005433out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07005434 return status;
5435}
5436
5437static int nfs4_proc_getlk(struct nfs4_state *state, int cmd, struct file_lock *request)
5438{
5439 struct nfs4_exception exception = { };
5440 int err;
5441
5442 do {
Trond Myklebustd1b748a2013-08-12 16:35:20 -04005443 err = _nfs4_proc_getlk(state, cmd, request);
5444 trace_nfs4_get_lock(request, state, cmd, err);
5445 err = nfs4_handle_exception(NFS_SERVER(state->inode), err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005446 &exception);
5447 } while (exception.retry);
5448 return err;
5449}
5450
Jeff Layton83bfff22015-07-11 06:43:03 -04005451static int do_vfs_lock(struct inode *inode, struct file_lock *fl)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005452{
5453 int res = 0;
5454 switch (fl->fl_flags & (FL_POSIX|FL_FLOCK)) {
5455 case FL_POSIX:
Jeff Layton83bfff22015-07-11 06:43:03 -04005456 res = posix_lock_inode_wait(inode, fl);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005457 break;
5458 case FL_FLOCK:
Jeff Layton83bfff22015-07-11 06:43:03 -04005459 res = flock_lock_inode_wait(inode, fl);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005460 break;
5461 default:
5462 BUG();
5463 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07005464 return res;
5465}
5466
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005467struct nfs4_unlockdata {
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005468 struct nfs_locku_args arg;
5469 struct nfs_locku_res res;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005470 struct nfs4_lock_state *lsp;
5471 struct nfs_open_context *ctx;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005472 struct file_lock fl;
5473 const struct nfs_server *server;
Trond Myklebust26e976a2006-01-03 09:55:21 +01005474 unsigned long timestamp;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005475};
5476
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005477static struct nfs4_unlockdata *nfs4_alloc_unlockdata(struct file_lock *fl,
5478 struct nfs_open_context *ctx,
5479 struct nfs4_lock_state *lsp,
5480 struct nfs_seqid *seqid)
5481{
5482 struct nfs4_unlockdata *p;
5483 struct inode *inode = lsp->ls_state->inode;
5484
Trond Myklebust8535b2b2010-05-13 12:51:01 -04005485 p = kzalloc(sizeof(*p), GFP_NOFS);
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005486 if (p == NULL)
5487 return NULL;
5488 p->arg.fh = NFS_FH(inode);
5489 p->arg.fl = &p->fl;
5490 p->arg.seqid = seqid;
Trond Myklebustc1d51932008-04-07 13:20:54 -04005491 p->res.seqid = seqid;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005492 p->lsp = lsp;
5493 atomic_inc(&lsp->ls_count);
5494 /* Ensure we don't close file until we're done freeing locks! */
5495 p->ctx = get_nfs_open_context(ctx);
5496 memcpy(&p->fl, fl, sizeof(p->fl));
5497 p->server = NFS_SERVER(inode);
5498 return p;
5499}
5500
Trond Myklebust06f814a2006-01-03 09:55:07 +01005501static void nfs4_locku_release_calldata(void *data)
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005502{
Trond Myklebust963d8fe2006-01-03 09:55:04 +01005503 struct nfs4_unlockdata *calldata = data;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005504 nfs_free_seqid(calldata->arg.seqid);
Trond Myklebust06f814a2006-01-03 09:55:07 +01005505 nfs4_put_lock_state(calldata->lsp);
5506 put_nfs_open_context(calldata->ctx);
5507 kfree(calldata);
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005508}
5509
Trond Myklebust963d8fe2006-01-03 09:55:04 +01005510static void nfs4_locku_done(struct rpc_task *task, void *data)
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005511{
Trond Myklebust963d8fe2006-01-03 09:55:04 +01005512 struct nfs4_unlockdata *calldata = data;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005513
Trond Myklebust14516c32010-07-31 14:29:06 -04005514 if (!nfs4_sequence_done(task, &calldata->res.seq_res))
5515 return;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005516 switch (task->tk_status) {
5517 case 0:
Trond Myklebust26e976a2006-01-03 09:55:21 +01005518 renew_lease(calldata->server, calldata->timestamp);
Jeff Layton83bfff22015-07-11 06:43:03 -04005519 do_vfs_lock(calldata->lsp->ls_state->inode, &calldata->fl);
Trond Myklebustc69899a2015-01-24 16:03:52 -05005520 if (nfs4_update_lock_stateid(calldata->lsp,
5521 &calldata->res.stateid))
5522 break;
Trond Myklebust9e33bed2008-12-23 15:21:46 -05005523 case -NFS4ERR_BAD_STATEID:
5524 case -NFS4ERR_OLD_STATEID:
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005525 case -NFS4ERR_STALE_STATEID:
5526 case -NFS4ERR_EXPIRED:
Trond Myklebust425c1d42015-01-24 14:57:53 -05005527 if (!nfs4_stateid_match(&calldata->arg.stateid,
5528 &calldata->lsp->ls_stateid))
5529 rpc_restart_call_prepare(task);
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005530 break;
5531 default:
NeilBrown8478eaa2014-09-18 16:09:27 +10005532 if (nfs4_async_handle_error(task, calldata->server,
5533 NULL, NULL) == -EAGAIN)
Trond Myklebustd00c5d42011-10-19 12:17:29 -07005534 rpc_restart_call_prepare(task);
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005535 }
Trond Myklebust2b1bc302012-10-29 18:53:23 -04005536 nfs_release_seqid(calldata->arg.seqid);
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005537}
5538
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01005539static void nfs4_locku_prepare(struct rpc_task *task, void *data)
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005540{
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01005541 struct nfs4_unlockdata *calldata = data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005542
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005543 if (nfs_wait_on_sequence(calldata->arg.seqid, task) != 0)
Trond Myklebustc8da19b2013-02-11 19:01:21 -05005544 goto out_wait;
Trond Myklebust425c1d42015-01-24 14:57:53 -05005545 nfs4_stateid_copy(&calldata->arg.stateid, &calldata->lsp->ls_stateid);
Trond Myklebust795a88c2012-09-10 13:26:49 -04005546 if (test_bit(NFS_LOCK_INITIALIZED, &calldata->lsp->ls_flags) == 0) {
Trond Myklebust963d8fe2006-01-03 09:55:04 +01005547 /* Note: exit _without_ running nfs4_locku_done */
Trond Myklebustc8da19b2013-02-11 19:01:21 -05005548 goto out_no_action;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005549 }
Trond Myklebust26e976a2006-01-03 09:55:21 +01005550 calldata->timestamp = jiffies;
Trond Myklebust035168a2010-06-16 09:52:26 -04005551 if (nfs4_setup_sequence(calldata->server,
Andy Adamsona8936932009-04-01 09:22:23 -04005552 &calldata->arg.seq_args,
Trond Myklebust2240a9e2012-10-29 18:37:40 -04005553 &calldata->res.seq_res,
5554 task) != 0)
5555 nfs_release_seqid(calldata->arg.seqid);
Trond Myklebustc8da19b2013-02-11 19:01:21 -05005556 return;
5557out_no_action:
5558 task->tk_action = NULL;
5559out_wait:
5560 nfs4_sequence_done(task, &calldata->res.seq_res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005561}
5562
Trond Myklebust963d8fe2006-01-03 09:55:04 +01005563static const struct rpc_call_ops nfs4_locku_ops = {
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01005564 .rpc_call_prepare = nfs4_locku_prepare,
Trond Myklebust963d8fe2006-01-03 09:55:04 +01005565 .rpc_call_done = nfs4_locku_done,
Trond Myklebust06f814a2006-01-03 09:55:07 +01005566 .rpc_release = nfs4_locku_release_calldata,
Trond Myklebust963d8fe2006-01-03 09:55:04 +01005567};
5568
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005569static struct rpc_task *nfs4_do_unlck(struct file_lock *fl,
5570 struct nfs_open_context *ctx,
5571 struct nfs4_lock_state *lsp,
5572 struct nfs_seqid *seqid)
5573{
5574 struct nfs4_unlockdata *data;
Trond Myklebust5138fde2007-07-14 15:40:01 -04005575 struct rpc_message msg = {
5576 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOCKU],
5577 .rpc_cred = ctx->cred,
5578 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04005579 struct rpc_task_setup task_setup_data = {
5580 .rpc_client = NFS_CLIENT(lsp->ls_state->inode),
Trond Myklebust5138fde2007-07-14 15:40:01 -04005581 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04005582 .callback_ops = &nfs4_locku_ops,
Trond Myklebust101070c2008-02-19 20:04:23 -05005583 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04005584 .flags = RPC_TASK_ASYNC,
5585 };
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005586
Weston Andros Adamsonfa940722013-08-13 16:37:34 -04005587 nfs4_state_protect(NFS_SERVER(lsp->ls_state->inode)->nfs_client,
5588 NFS_SP4_MACH_CRED_CLEANUP, &task_setup_data.rpc_client, &msg);
5589
Frank Filz137d6ac2007-07-09 15:32:29 -07005590 /* Ensure this is an unlock - when canceling a lock, the
5591 * canceled lock is passed in, and it won't be an unlock.
5592 */
5593 fl->fl_type = F_UNLCK;
5594
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005595 data = nfs4_alloc_unlockdata(fl, ctx, lsp, seqid);
5596 if (data == NULL) {
5597 nfs_free_seqid(seqid);
5598 return ERR_PTR(-ENOMEM);
5599 }
5600
Chuck Levera9c92d62013-08-09 12:48:18 -04005601 nfs4_init_sequence(&data->arg.seq_args, &data->res.seq_res, 1);
Trond Myklebust1174dd12010-12-21 10:52:24 -05005602 msg.rpc_argp = &data->arg;
5603 msg.rpc_resp = &data->res;
Trond Myklebustc970aa82007-07-14 15:39:59 -04005604 task_setup_data.callback_data = data;
5605 return rpc_run_task(&task_setup_data);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005606}
5607
Linus Torvalds1da177e2005-04-16 15:20:36 -07005608static int nfs4_proc_unlck(struct nfs4_state *state, int cmd, struct file_lock *request)
5609{
Trond Myklebust65b62a22013-02-07 10:54:07 -05005610 struct inode *inode = state->inode;
5611 struct nfs4_state_owner *sp = state->owner;
5612 struct nfs_inode *nfsi = NFS_I(inode);
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005613 struct nfs_seqid *seqid;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005614 struct nfs4_lock_state *lsp;
Trond Myklebust06f814a2006-01-03 09:55:07 +01005615 struct rpc_task *task;
Trond Myklebustb4019c02015-01-24 14:19:19 -05005616 struct nfs_seqid *(*alloc_seqid)(struct nfs_seqid_counter *, gfp_t);
Trond Myklebust06f814a2006-01-03 09:55:07 +01005617 int status = 0;
Trond Myklebust536ff0f2008-04-04 15:08:02 -04005618 unsigned char fl_flags = request->fl_flags;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005619
Trond Myklebust9b073572006-06-29 16:38:34 -04005620 status = nfs4_set_lock_state(state, request);
5621 /* Unlock _before_ we do the RPC call */
5622 request->fl_flags |= FL_EXISTS;
Trond Myklebust65b62a22013-02-07 10:54:07 -05005623 /* Exclude nfs_delegation_claim_locks() */
5624 mutex_lock(&sp->so_delegreturn_mutex);
5625 /* Exclude nfs4_reclaim_open_stateid() - note nesting! */
Trond Myklebust19e03c52008-12-23 15:21:44 -05005626 down_read(&nfsi->rwsem);
Jeff Layton83bfff22015-07-11 06:43:03 -04005627 if (do_vfs_lock(inode, request) == -ENOENT) {
Trond Myklebust19e03c52008-12-23 15:21:44 -05005628 up_read(&nfsi->rwsem);
Trond Myklebust65b62a22013-02-07 10:54:07 -05005629 mutex_unlock(&sp->so_delegreturn_mutex);
Trond Myklebust9b073572006-06-29 16:38:34 -04005630 goto out;
Trond Myklebust19e03c52008-12-23 15:21:44 -05005631 }
5632 up_read(&nfsi->rwsem);
Trond Myklebust65b62a22013-02-07 10:54:07 -05005633 mutex_unlock(&sp->so_delegreturn_mutex);
Trond Myklebust9b073572006-06-29 16:38:34 -04005634 if (status != 0)
5635 goto out;
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05005636 /* Is this a delegated lock? */
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005637 lsp = request->fl_u.nfs4_fl.owner;
Trond Myklebustc5a2a152013-04-30 12:43:42 -04005638 if (test_bit(NFS_LOCK_INITIALIZED, &lsp->ls_flags) == 0)
5639 goto out;
Trond Myklebustb4019c02015-01-24 14:19:19 -05005640 alloc_seqid = NFS_SERVER(inode)->nfs_client->cl_mvops->alloc_seqid;
5641 seqid = alloc_seqid(&lsp->ls_seqid, GFP_KERNEL);
Trond Myklebust9b073572006-06-29 16:38:34 -04005642 status = -ENOMEM;
Trond Myklebustbadc76d2015-01-23 18:48:00 -05005643 if (IS_ERR(seqid))
Trond Myklebust9b073572006-06-29 16:38:34 -04005644 goto out;
Trond Myklebustcd3758e2007-08-10 17:44:32 -04005645 task = nfs4_do_unlck(request, nfs_file_open_context(request->fl_file), lsp, seqid);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005646 status = PTR_ERR(task);
5647 if (IS_ERR(task))
Trond Myklebust9b073572006-06-29 16:38:34 -04005648 goto out;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005649 status = nfs4_wait_for_completion_rpc_task(task);
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -05005650 rpc_put_task(task);
Trond Myklebust9b073572006-06-29 16:38:34 -04005651out:
Trond Myklebust536ff0f2008-04-04 15:08:02 -04005652 request->fl_flags = fl_flags;
Trond Myklebustd1b748a2013-08-12 16:35:20 -04005653 trace_nfs4_unlock(request, state, F_SETLK, status);
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005654 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005655}
5656
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005657struct nfs4_lockdata {
5658 struct nfs_lock_args arg;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005659 struct nfs_lock_res res;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005660 struct nfs4_lock_state *lsp;
5661 struct nfs_open_context *ctx;
5662 struct file_lock fl;
Trond Myklebust26e976a2006-01-03 09:55:21 +01005663 unsigned long timestamp;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005664 int rpc_status;
5665 int cancelled;
Andy Adamson66179ef2009-04-01 09:22:22 -04005666 struct nfs_server *server;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005667};
5668
5669static struct nfs4_lockdata *nfs4_alloc_lockdata(struct file_lock *fl,
Trond Myklebust8535b2b2010-05-13 12:51:01 -04005670 struct nfs_open_context *ctx, struct nfs4_lock_state *lsp,
5671 gfp_t gfp_mask)
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005672{
5673 struct nfs4_lockdata *p;
5674 struct inode *inode = lsp->ls_state->inode;
5675 struct nfs_server *server = NFS_SERVER(inode);
Trond Myklebustb4019c02015-01-24 14:19:19 -05005676 struct nfs_seqid *(*alloc_seqid)(struct nfs_seqid_counter *, gfp_t);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005677
Trond Myklebust8535b2b2010-05-13 12:51:01 -04005678 p = kzalloc(sizeof(*p), gfp_mask);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005679 if (p == NULL)
5680 return NULL;
5681
5682 p->arg.fh = NFS_FH(inode);
5683 p->arg.fl = &p->fl;
Trond Myklebust8535b2b2010-05-13 12:51:01 -04005684 p->arg.open_seqid = nfs_alloc_seqid(&lsp->ls_state->owner->so_seqid, gfp_mask);
Trond Myklebustbadc76d2015-01-23 18:48:00 -05005685 if (IS_ERR(p->arg.open_seqid))
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05005686 goto out_free;
Trond Myklebustb4019c02015-01-24 14:19:19 -05005687 alloc_seqid = server->nfs_client->cl_mvops->alloc_seqid;
5688 p->arg.lock_seqid = alloc_seqid(&lsp->ls_seqid, gfp_mask);
Trond Myklebustbadc76d2015-01-23 18:48:00 -05005689 if (IS_ERR(p->arg.lock_seqid))
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05005690 goto out_free_seqid;
David Howells7539bba2006-08-22 20:06:09 -04005691 p->arg.lock_owner.clientid = server->nfs_client->cl_clientid;
Trond Myklebust48c22eb2012-01-17 22:04:25 -05005692 p->arg.lock_owner.id = lsp->ls_seqid.owner_id;
Trond Myklebustd035c362010-12-21 10:45:27 -05005693 p->arg.lock_owner.s_dev = server->s_dev;
Trond Myklebustc1d51932008-04-07 13:20:54 -04005694 p->res.lock_seqid = p->arg.lock_seqid;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005695 p->lsp = lsp;
Andy Adamson66179ef2009-04-01 09:22:22 -04005696 p->server = server;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005697 atomic_inc(&lsp->ls_count);
5698 p->ctx = get_nfs_open_context(ctx);
Jeff Laytonfeaff8e2015-05-12 15:48:10 -04005699 get_file(fl->fl_file);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005700 memcpy(&p->fl, fl, sizeof(p->fl));
5701 return p;
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05005702out_free_seqid:
5703 nfs_free_seqid(p->arg.open_seqid);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005704out_free:
5705 kfree(p);
5706 return NULL;
5707}
5708
5709static void nfs4_lock_prepare(struct rpc_task *task, void *calldata)
5710{
5711 struct nfs4_lockdata *data = calldata;
5712 struct nfs4_state *state = data->lsp->ls_state;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005713
Harvey Harrison3110ff82008-05-02 13:42:44 -07005714 dprintk("%s: begin!\n", __func__);
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05005715 if (nfs_wait_on_sequence(data->arg.lock_seqid, task) != 0)
Trond Myklebustc8da19b2013-02-11 19:01:21 -05005716 goto out_wait;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005717 /* Do we need to do an open_to_lock_owner? */
Trond Myklebust6b447532015-01-24 18:38:15 -05005718 if (!test_bit(NFS_LOCK_INITIALIZED, &data->lsp->ls_flags)) {
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04005719 if (nfs_wait_on_sequence(data->arg.open_seqid, task) != 0) {
Trond Myklebust2240a9e2012-10-29 18:37:40 -04005720 goto out_release_lock_seqid;
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04005721 }
Trond Myklebust425c1d42015-01-24 14:57:53 -05005722 nfs4_stateid_copy(&data->arg.open_stateid,
5723 &state->open_stateid);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005724 data->arg.new_lock_owner = 1;
Trond Myklebustc1d51932008-04-07 13:20:54 -04005725 data->res.open_seqid = data->arg.open_seqid;
Trond Myklebust425c1d42015-01-24 14:57:53 -05005726 } else {
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05005727 data->arg.new_lock_owner = 0;
Trond Myklebust425c1d42015-01-24 14:57:53 -05005728 nfs4_stateid_copy(&data->arg.lock_stateid,
5729 &data->lsp->ls_stateid);
5730 }
Trond Myklebust5d422302013-03-14 16:57:48 -04005731 if (!nfs4_valid_open_stateid(state)) {
5732 data->rpc_status = -EBADF;
5733 task->tk_action = NULL;
5734 goto out_release_open_seqid;
5735 }
Trond Myklebust26e976a2006-01-03 09:55:21 +01005736 data->timestamp = jiffies;
Trond Myklebust035168a2010-06-16 09:52:26 -04005737 if (nfs4_setup_sequence(data->server,
5738 &data->arg.seq_args,
Trond Myklebust2240a9e2012-10-29 18:37:40 -04005739 &data->res.seq_res,
Trond Myklebustd9afbd12012-10-22 20:28:44 -04005740 task) == 0)
Andy Adamson66179ef2009-04-01 09:22:22 -04005741 return;
Trond Myklebust5d422302013-03-14 16:57:48 -04005742out_release_open_seqid:
Trond Myklebust2240a9e2012-10-29 18:37:40 -04005743 nfs_release_seqid(data->arg.open_seqid);
5744out_release_lock_seqid:
5745 nfs_release_seqid(data->arg.lock_seqid);
Trond Myklebustc8da19b2013-02-11 19:01:21 -05005746out_wait:
5747 nfs4_sequence_done(task, &data->res.seq_res);
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04005748 dprintk("%s: done!, ret = %d\n", __func__, data->rpc_status);
Alexandros Batsakisb2579572009-12-14 21:27:57 -08005749}
5750
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005751static void nfs4_lock_done(struct rpc_task *task, void *calldata)
5752{
5753 struct nfs4_lockdata *data = calldata;
Trond Myklebust39071e62015-01-24 15:07:56 -05005754 struct nfs4_lock_state *lsp = data->lsp;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005755
Harvey Harrison3110ff82008-05-02 13:42:44 -07005756 dprintk("%s: begin!\n", __func__);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005757
Trond Myklebust14516c32010-07-31 14:29:06 -04005758 if (!nfs4_sequence_done(task, &data->res.seq_res))
5759 return;
Andy Adamson66179ef2009-04-01 09:22:22 -04005760
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005761 data->rpc_status = task->tk_status;
Trond Myklebust425c1d42015-01-24 14:57:53 -05005762 switch (task->tk_status) {
5763 case 0:
David Howells2b0143b2015-03-17 22:25:59 +00005764 renew_lease(NFS_SERVER(d_inode(data->ctx->dentry)),
Trond Myklebust39071e62015-01-24 15:07:56 -05005765 data->timestamp);
Trond Myklebustc69899a2015-01-24 16:03:52 -05005766 if (data->arg.new_lock) {
5767 data->fl.fl_flags &= ~(FL_SLEEP | FL_ACCESS);
Jeff Layton83bfff22015-07-11 06:43:03 -04005768 if (do_vfs_lock(lsp->ls_state->inode, &data->fl) < 0) {
Trond Myklebustc69899a2015-01-24 16:03:52 -05005769 rpc_restart_call_prepare(task);
5770 break;
5771 }
5772 }
Trond Myklebust39071e62015-01-24 15:07:56 -05005773 if (data->arg.new_lock_owner != 0) {
5774 nfs_confirm_seqid(&lsp->ls_seqid, 0);
5775 nfs4_stateid_copy(&lsp->ls_stateid, &data->res.stateid);
5776 set_bit(NFS_LOCK_INITIALIZED, &lsp->ls_flags);
5777 } else if (!nfs4_update_lock_stateid(lsp, &data->res.stateid))
5778 rpc_restart_call_prepare(task);
Trond Myklebust425c1d42015-01-24 14:57:53 -05005779 break;
5780 case -NFS4ERR_BAD_STATEID:
5781 case -NFS4ERR_OLD_STATEID:
5782 case -NFS4ERR_STALE_STATEID:
5783 case -NFS4ERR_EXPIRED:
5784 if (data->arg.new_lock_owner != 0) {
5785 if (!nfs4_stateid_match(&data->arg.open_stateid,
5786 &lsp->ls_state->open_stateid))
5787 rpc_restart_call_prepare(task);
5788 } else if (!nfs4_stateid_match(&data->arg.lock_stateid,
5789 &lsp->ls_stateid))
5790 rpc_restart_call_prepare(task);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005791 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07005792 dprintk("%s: done, ret = %d!\n", __func__, data->rpc_status);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005793}
5794
5795static void nfs4_lock_release(void *calldata)
5796{
5797 struct nfs4_lockdata *data = calldata;
5798
Harvey Harrison3110ff82008-05-02 13:42:44 -07005799 dprintk("%s: begin!\n", __func__);
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05005800 nfs_free_seqid(data->arg.open_seqid);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005801 if (data->cancelled != 0) {
5802 struct rpc_task *task;
5803 task = nfs4_do_unlck(&data->fl, data->ctx, data->lsp,
5804 data->arg.lock_seqid);
5805 if (!IS_ERR(task))
Trond Myklebustbf294b42011-02-21 11:05:41 -08005806 rpc_put_task_async(task);
Harvey Harrison3110ff82008-05-02 13:42:44 -07005807 dprintk("%s: cancelling lock!\n", __func__);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005808 } else
5809 nfs_free_seqid(data->arg.lock_seqid);
5810 nfs4_put_lock_state(data->lsp);
5811 put_nfs_open_context(data->ctx);
Jeff Laytonfeaff8e2015-05-12 15:48:10 -04005812 fput(data->fl.fl_file);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005813 kfree(data);
Harvey Harrison3110ff82008-05-02 13:42:44 -07005814 dprintk("%s: done!\n", __func__);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005815}
5816
5817static const struct rpc_call_ops nfs4_lock_ops = {
5818 .rpc_call_prepare = nfs4_lock_prepare,
5819 .rpc_call_done = nfs4_lock_done,
5820 .rpc_release = nfs4_lock_release,
5821};
5822
Trond Myklebust2bee72a2010-01-26 15:42:21 -05005823static void nfs4_handle_setlk_error(struct nfs_server *server, struct nfs4_lock_state *lsp, int new_lock_owner, int error)
5824{
Trond Myklebust2bee72a2010-01-26 15:42:21 -05005825 switch (error) {
5826 case -NFS4ERR_ADMIN_REVOKED:
5827 case -NFS4ERR_BAD_STATEID:
Trond Myklebustecac7992011-03-09 16:00:56 -05005828 lsp->ls_seqid.flags &= ~NFS_SEQID_CONFIRMED;
Trond Myklebust2bee72a2010-01-26 15:42:21 -05005829 if (new_lock_owner != 0 ||
Trond Myklebust795a88c2012-09-10 13:26:49 -04005830 test_bit(NFS_LOCK_INITIALIZED, &lsp->ls_flags) != 0)
Trond Myklebustecac7992011-03-09 16:00:56 -05005831 nfs4_schedule_stateid_recovery(server, lsp->ls_state);
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -05005832 break;
5833 case -NFS4ERR_STALE_STATEID:
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -05005834 lsp->ls_seqid.flags &= ~NFS_SEQID_CONFIRMED;
Trond Myklebustecac7992011-03-09 16:00:56 -05005835 case -NFS4ERR_EXPIRED:
5836 nfs4_schedule_lease_recovery(server->nfs_client);
Trond Myklebust2bee72a2010-01-26 15:42:21 -05005837 };
5838}
5839
Alexandros Batsakisafe6c272009-12-09 01:50:14 -08005840static int _nfs4_do_setlk(struct nfs4_state *state, int cmd, struct file_lock *fl, int recovery_type)
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005841{
5842 struct nfs4_lockdata *data;
5843 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04005844 struct rpc_message msg = {
5845 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOCK],
5846 .rpc_cred = state->owner->so_cred,
5847 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04005848 struct rpc_task_setup task_setup_data = {
5849 .rpc_client = NFS_CLIENT(state->inode),
Trond Myklebust5138fde2007-07-14 15:40:01 -04005850 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04005851 .callback_ops = &nfs4_lock_ops,
Trond Myklebust101070c2008-02-19 20:04:23 -05005852 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04005853 .flags = RPC_TASK_ASYNC,
5854 };
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005855 int ret;
5856
Harvey Harrison3110ff82008-05-02 13:42:44 -07005857 dprintk("%s: begin!\n", __func__);
Trond Myklebustcd3758e2007-08-10 17:44:32 -04005858 data = nfs4_alloc_lockdata(fl, nfs_file_open_context(fl->fl_file),
Trond Myklebust8535b2b2010-05-13 12:51:01 -04005859 fl->fl_u.nfs4_fl.owner,
5860 recovery_type == NFS_LOCK_NEW ? GFP_KERNEL : GFP_NOFS);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005861 if (data == NULL)
5862 return -ENOMEM;
5863 if (IS_SETLKW(cmd))
5864 data->arg.block = 1;
Chuck Levera9c92d62013-08-09 12:48:18 -04005865 nfs4_init_sequence(&data->arg.seq_args, &data->res.seq_res, 1);
Trond Myklebust1174dd12010-12-21 10:52:24 -05005866 msg.rpc_argp = &data->arg;
5867 msg.rpc_resp = &data->res;
Trond Myklebustc970aa82007-07-14 15:39:59 -04005868 task_setup_data.callback_data = data;
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04005869 if (recovery_type > NFS_LOCK_NEW) {
5870 if (recovery_type == NFS_LOCK_RECLAIM)
5871 data->arg.reclaim = NFS_LOCK_RECLAIM;
5872 nfs4_set_sequence_privileged(&data->arg.seq_args);
Trond Myklebustc69899a2015-01-24 16:03:52 -05005873 } else
5874 data->arg.new_lock = 1;
Trond Myklebustc970aa82007-07-14 15:39:59 -04005875 task = rpc_run_task(&task_setup_data);
Trond Myklebust7a1218a2006-03-20 18:11:10 -05005876 if (IS_ERR(task))
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005877 return PTR_ERR(task);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005878 ret = nfs4_wait_for_completion_rpc_task(task);
5879 if (ret == 0) {
5880 ret = data->rpc_status;
Trond Myklebust2bee72a2010-01-26 15:42:21 -05005881 if (ret)
5882 nfs4_handle_setlk_error(data->server, data->lsp,
5883 data->arg.new_lock_owner, ret);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005884 } else
5885 data->cancelled = 1;
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -05005886 rpc_put_task(task);
Harvey Harrison3110ff82008-05-02 13:42:44 -07005887 dprintk("%s: done, ret = %d!\n", __func__, ret);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005888 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005889}
5890
5891static int nfs4_lock_reclaim(struct nfs4_state *state, struct file_lock *request)
5892{
Trond Myklebust202b50d2005-06-22 17:16:29 +00005893 struct nfs_server *server = NFS_SERVER(state->inode);
Trond Myklebust05ffe242012-04-18 12:20:10 -04005894 struct nfs4_exception exception = {
5895 .inode = state->inode,
5896 };
Trond Myklebust202b50d2005-06-22 17:16:29 +00005897 int err;
5898
5899 do {
Trond Myklebust42a2d132006-06-29 16:38:36 -04005900 /* Cache the lock if possible... */
5901 if (test_bit(NFS_DELEGATED_STATE, &state->flags) != 0)
5902 return 0;
Alexandros Batsakisafe6c272009-12-09 01:50:14 -08005903 err = _nfs4_do_setlk(state, F_SETLK, request, NFS_LOCK_RECLAIM);
Trond Myklebustd1b748a2013-08-12 16:35:20 -04005904 trace_nfs4_lock_reclaim(request, state, F_SETLK, err);
Trond Myklebust168667c2010-10-19 19:47:49 -04005905 if (err != -NFS4ERR_DELAY)
Trond Myklebust202b50d2005-06-22 17:16:29 +00005906 break;
5907 nfs4_handle_exception(server, err, &exception);
5908 } while (exception.retry);
5909 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005910}
5911
5912static int nfs4_lock_expired(struct nfs4_state *state, struct file_lock *request)
5913{
Trond Myklebust202b50d2005-06-22 17:16:29 +00005914 struct nfs_server *server = NFS_SERVER(state->inode);
Trond Myklebust05ffe242012-04-18 12:20:10 -04005915 struct nfs4_exception exception = {
5916 .inode = state->inode,
5917 };
Trond Myklebust202b50d2005-06-22 17:16:29 +00005918 int err;
5919
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05005920 err = nfs4_set_lock_state(state, request);
5921 if (err != 0)
5922 return err;
Trond Myklebustf6de7a32013-09-04 10:08:54 -04005923 if (!recover_lost_locks) {
NeilBrownef1820f2013-09-04 17:04:49 +10005924 set_bit(NFS_LOCK_LOST, &request->fl_u.nfs4_fl.owner->ls_flags);
5925 return 0;
5926 }
Trond Myklebust202b50d2005-06-22 17:16:29 +00005927 do {
Trond Myklebust42a2d132006-06-29 16:38:36 -04005928 if (test_bit(NFS_DELEGATED_STATE, &state->flags) != 0)
5929 return 0;
Alexandros Batsakisafe6c272009-12-09 01:50:14 -08005930 err = _nfs4_do_setlk(state, F_SETLK, request, NFS_LOCK_EXPIRED);
Trond Myklebustd1b748a2013-08-12 16:35:20 -04005931 trace_nfs4_lock_expired(request, state, F_SETLK, err);
Trond Myklebusta9ed2e22009-12-03 15:53:21 -05005932 switch (err) {
5933 default:
5934 goto out;
5935 case -NFS4ERR_GRACE:
5936 case -NFS4ERR_DELAY:
5937 nfs4_handle_exception(server, err, &exception);
5938 err = 0;
5939 }
Trond Myklebust202b50d2005-06-22 17:16:29 +00005940 } while (exception.retry);
Trond Myklebusta9ed2e22009-12-03 15:53:21 -05005941out:
Trond Myklebust202b50d2005-06-22 17:16:29 +00005942 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005943}
5944
Bryan Schumakerf062eb62011-06-02 14:59:10 -04005945#if defined(CONFIG_NFS_V4_1)
Chuck Lever3e60ffd2012-07-11 16:30:14 -04005946/**
5947 * nfs41_check_expired_locks - possibly free a lock stateid
5948 *
5949 * @state: NFSv4 state for an inode
5950 *
5951 * Returns NFS_OK if recovery for this stateid is now finished.
5952 * Otherwise a negative NFS4ERR value is returned.
5953 */
Bryan Schumakerb01dd1d2012-01-31 10:39:30 -05005954static int nfs41_check_expired_locks(struct nfs4_state *state)
Bryan Schumakerf062eb62011-06-02 14:59:10 -04005955{
Chuck Levereb64cf92012-07-11 16:30:05 -04005956 int status, ret = -NFS4ERR_BAD_STATEID;
Bryan Schumakerb01dd1d2012-01-31 10:39:30 -05005957 struct nfs4_lock_state *lsp;
Bryan Schumakerf062eb62011-06-02 14:59:10 -04005958 struct nfs_server *server = NFS_SERVER(state->inode);
5959
Bryan Schumakerb01dd1d2012-01-31 10:39:30 -05005960 list_for_each_entry(lsp, &state->lock_states, ls_locks) {
Trond Myklebust795a88c2012-09-10 13:26:49 -04005961 if (test_bit(NFS_LOCK_INITIALIZED, &lsp->ls_flags)) {
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04005962 struct rpc_cred *cred = lsp->ls_state->owner->so_cred;
5963
5964 status = nfs41_test_stateid(server,
5965 &lsp->ls_stateid,
5966 cred);
Trond Myklebust08cb47f2013-08-20 21:59:40 -04005967 trace_nfs4_test_lock_stateid(state, lsp, status);
Bryan Schumakerb01dd1d2012-01-31 10:39:30 -05005968 if (status != NFS_OK) {
Chuck Lever3e60ffd2012-07-11 16:30:14 -04005969 /* Free the stateid unless the server
5970 * informs us the stateid is unrecognized. */
Chuck Lever89af2732012-07-11 16:29:56 -04005971 if (status != -NFS4ERR_BAD_STATEID)
5972 nfs41_free_stateid(server,
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04005973 &lsp->ls_stateid,
5974 cred);
Trond Myklebust795a88c2012-09-10 13:26:49 -04005975 clear_bit(NFS_LOCK_INITIALIZED, &lsp->ls_flags);
Bryan Schumakerb01dd1d2012-01-31 10:39:30 -05005976 ret = status;
5977 }
5978 }
5979 };
5980
5981 return ret;
5982}
5983
5984static int nfs41_lock_expired(struct nfs4_state *state, struct file_lock *request)
5985{
5986 int status = NFS_OK;
5987
5988 if (test_bit(LK_STATE_IN_USE, &state->flags))
5989 status = nfs41_check_expired_locks(state);
Chuck Levereb64cf92012-07-11 16:30:05 -04005990 if (status != NFS_OK)
5991 status = nfs4_lock_expired(state, request);
5992 return status;
Bryan Schumakerf062eb62011-06-02 14:59:10 -04005993}
5994#endif
5995
Linus Torvalds1da177e2005-04-16 15:20:36 -07005996static int _nfs4_proc_setlk(struct nfs4_state *state, int cmd, struct file_lock *request)
5997{
Trond Myklebust19e03c52008-12-23 15:21:44 -05005998 struct nfs_inode *nfsi = NFS_I(state->inode);
Trond Myklebust01c3b862006-06-29 16:38:39 -04005999 unsigned char fl_flags = request->fl_flags;
Trond Myklebust8e469eb2010-01-26 15:42:30 -05006000 int status = -ENOLCK;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006001
Trond Myklebust8e469eb2010-01-26 15:42:30 -05006002 if ((fl_flags & FL_POSIX) &&
6003 !test_bit(NFS_STATE_POSIX_LOCKS, &state->flags))
6004 goto out;
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05006005 /* Is this a delegated open? */
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05006006 status = nfs4_set_lock_state(state, request);
6007 if (status != 0)
6008 goto out;
Trond Myklebust01c3b862006-06-29 16:38:39 -04006009 request->fl_flags |= FL_ACCESS;
Jeff Layton83bfff22015-07-11 06:43:03 -04006010 status = do_vfs_lock(state->inode, request);
Trond Myklebust01c3b862006-06-29 16:38:39 -04006011 if (status < 0)
6012 goto out;
Trond Myklebust19e03c52008-12-23 15:21:44 -05006013 down_read(&nfsi->rwsem);
Trond Myklebust01c3b862006-06-29 16:38:39 -04006014 if (test_bit(NFS_DELEGATED_STATE, &state->flags)) {
Trond Myklebust01c3b862006-06-29 16:38:39 -04006015 /* Yes: cache locks! */
Trond Myklebust01c3b862006-06-29 16:38:39 -04006016 /* ...but avoid races with delegation recall... */
Trond Myklebust19e03c52008-12-23 15:21:44 -05006017 request->fl_flags = fl_flags & ~FL_SLEEP;
Jeff Layton83bfff22015-07-11 06:43:03 -04006018 status = do_vfs_lock(state->inode, request);
Trond Myklebustc69899a2015-01-24 16:03:52 -05006019 up_read(&nfsi->rwsem);
6020 goto out;
Trond Myklebust01c3b862006-06-29 16:38:39 -04006021 }
Trond Myklebust9a99af492013-02-04 20:17:49 -05006022 up_read(&nfsi->rwsem);
Alexandros Batsakisafe6c272009-12-09 01:50:14 -08006023 status = _nfs4_do_setlk(state, cmd, request, NFS_LOCK_NEW);
Trond Myklebust01c3b862006-06-29 16:38:39 -04006024out:
6025 request->fl_flags = fl_flags;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006026 return status;
6027}
6028
6029static int nfs4_proc_setlk(struct nfs4_state *state, int cmd, struct file_lock *request)
6030{
Trond Myklebusta1d0b5e2012-03-05 19:56:44 -05006031 struct nfs4_exception exception = {
6032 .state = state,
Trond Myklebust05ffe242012-04-18 12:20:10 -04006033 .inode = state->inode,
Trond Myklebusta1d0b5e2012-03-05 19:56:44 -05006034 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07006035 int err;
6036
6037 do {
Trond Myklebust965b5d62009-06-17 13:22:59 -07006038 err = _nfs4_proc_setlk(state, cmd, request);
Trond Myklebustd1b748a2013-08-12 16:35:20 -04006039 trace_nfs4_set_lock(request, state, cmd, err);
Trond Myklebust965b5d62009-06-17 13:22:59 -07006040 if (err == -NFS4ERR_DENIED)
6041 err = -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006042 err = nfs4_handle_exception(NFS_SERVER(state->inode),
Trond Myklebust965b5d62009-06-17 13:22:59 -07006043 err, &exception);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006044 } while (exception.retry);
6045 return err;
6046}
6047
6048static int
6049nfs4_proc_lock(struct file *filp, int cmd, struct file_lock *request)
6050{
6051 struct nfs_open_context *ctx;
6052 struct nfs4_state *state;
6053 unsigned long timeout = NFS4_LOCK_MINTIMEOUT;
6054 int status;
6055
6056 /* verify open state */
Trond Myklebustcd3758e2007-08-10 17:44:32 -04006057 ctx = nfs_file_open_context(filp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006058 state = ctx->state;
6059
6060 if (request->fl_start < 0 || request->fl_end < 0)
6061 return -EINVAL;
6062
Trond Myklebustd9531262009-07-21 19:22:38 -04006063 if (IS_GETLK(cmd)) {
6064 if (state != NULL)
6065 return nfs4_proc_getlk(state, F_GETLK, request);
6066 return 0;
6067 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07006068
6069 if (!(IS_SETLK(cmd) || IS_SETLKW(cmd)))
6070 return -EINVAL;
6071
Trond Myklebustd9531262009-07-21 19:22:38 -04006072 if (request->fl_type == F_UNLCK) {
6073 if (state != NULL)
6074 return nfs4_proc_unlck(state, cmd, request);
6075 return 0;
6076 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07006077
Trond Myklebustd9531262009-07-21 19:22:38 -04006078 if (state == NULL)
6079 return -ENOLCK;
Trond Myklebust55725512012-04-18 12:48:35 -04006080 /*
6081 * Don't rely on the VFS having checked the file open mode,
6082 * since it won't do this for flock() locks.
6083 */
Jeff Laytonf44106e2012-07-23 15:49:56 -04006084 switch (request->fl_type) {
Trond Myklebust55725512012-04-18 12:48:35 -04006085 case F_RDLCK:
6086 if (!(filp->f_mode & FMODE_READ))
6087 return -EBADF;
6088 break;
6089 case F_WRLCK:
6090 if (!(filp->f_mode & FMODE_WRITE))
6091 return -EBADF;
6092 }
6093
Linus Torvalds1da177e2005-04-16 15:20:36 -07006094 do {
6095 status = nfs4_proc_setlk(state, cmd, request);
6096 if ((status != -EAGAIN) || IS_SETLK(cmd))
6097 break;
6098 timeout = nfs4_set_lock_task_retry(timeout);
6099 status = -ERESTARTSYS;
6100 if (signalled())
6101 break;
6102 } while(status < 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006103 return status;
6104}
6105
Trond Myklebustdb4f2e632013-04-01 15:56:46 -04006106int nfs4_lock_delegation_recall(struct file_lock *fl, struct nfs4_state *state, const nfs4_stateid *stateid)
Trond Myklebust888e6942005-11-04 15:38:11 -05006107{
6108 struct nfs_server *server = NFS_SERVER(state->inode);
Trond Myklebust888e6942005-11-04 15:38:11 -05006109 int err;
6110
6111 err = nfs4_set_lock_state(state, fl);
6112 if (err != 0)
Trond Myklebustdb4f2e632013-04-01 15:56:46 -04006113 return err;
Trond Myklebust4a706fa2013-04-01 14:47:22 -04006114 err = _nfs4_do_setlk(state, F_SETLK, fl, NFS_LOCK_NEW);
Trond Myklebustdb4f2e632013-04-01 15:56:46 -04006115 return nfs4_handle_delegation_recall_error(server, state, stateid, err);
Trond Myklebust888e6942005-11-04 15:38:11 -05006116}
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00006117
Trond Myklebustcf470c32012-03-07 13:49:12 -05006118struct nfs_release_lockowner_data {
6119 struct nfs4_lock_state *lsp;
Trond Myklebust5ae67c42012-03-19 16:17:18 -04006120 struct nfs_server *server;
Trond Myklebustcf470c32012-03-07 13:49:12 -05006121 struct nfs_release_lockowner_args args;
Trond Myklebustb7e63a12014-02-26 11:19:14 -08006122 struct nfs_release_lockowner_res res;
Chuck Lever60ea6812013-10-17 14:13:47 -04006123 unsigned long timestamp;
Trond Myklebustcf470c32012-03-07 13:49:12 -05006124};
6125
Chuck Leverfbd4bfd2013-08-09 12:49:38 -04006126static void nfs4_release_lockowner_prepare(struct rpc_task *task, void *calldata)
6127{
6128 struct nfs_release_lockowner_data *data = calldata;
Kinglong Mee5b53dc82014-08-04 16:18:16 +08006129 struct nfs_server *server = data->server;
Peng Taocb04ad22014-06-11 05:24:15 +08006130 nfs40_setup_sequence(server->nfs_client->cl_slot_tbl,
6131 &data->args.seq_args, &data->res.seq_res, task);
Kinglong Mee5b53dc82014-08-04 16:18:16 +08006132 data->args.lock_owner.clientid = server->nfs_client->cl_clientid;
Chuck Lever60ea6812013-10-17 14:13:47 -04006133 data->timestamp = jiffies;
Chuck Leverfbd4bfd2013-08-09 12:49:38 -04006134}
6135
6136static void nfs4_release_lockowner_done(struct rpc_task *task, void *calldata)
6137{
6138 struct nfs_release_lockowner_data *data = calldata;
Chuck Lever60ea6812013-10-17 14:13:47 -04006139 struct nfs_server *server = data->server;
6140
Trond Myklebustb7e63a12014-02-26 11:19:14 -08006141 nfs40_sequence_done(task, &data->res.seq_res);
Chuck Lever60ea6812013-10-17 14:13:47 -04006142
6143 switch (task->tk_status) {
6144 case 0:
6145 renew_lease(server, data->timestamp);
6146 break;
6147 case -NFS4ERR_STALE_CLIENTID:
6148 case -NFS4ERR_EXPIRED:
Kinglong Mee5b53dc82014-08-04 16:18:16 +08006149 nfs4_schedule_lease_recovery(server->nfs_client);
6150 break;
Chuck Lever60ea6812013-10-17 14:13:47 -04006151 case -NFS4ERR_LEASE_MOVED:
6152 case -NFS4ERR_DELAY:
NeilBrown8478eaa2014-09-18 16:09:27 +10006153 if (nfs4_async_handle_error(task, server,
6154 NULL, NULL) == -EAGAIN)
Chuck Lever60ea6812013-10-17 14:13:47 -04006155 rpc_restart_call_prepare(task);
6156 }
Chuck Leverfbd4bfd2013-08-09 12:49:38 -04006157}
6158
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04006159static void nfs4_release_lockowner_release(void *calldata)
6160{
Trond Myklebustcf470c32012-03-07 13:49:12 -05006161 struct nfs_release_lockowner_data *data = calldata;
Trond Myklebust5ae67c42012-03-19 16:17:18 -04006162 nfs4_free_lock_state(data->server, data->lsp);
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04006163 kfree(calldata);
6164}
6165
Trond Myklebust17280172012-03-11 13:11:00 -04006166static const struct rpc_call_ops nfs4_release_lockowner_ops = {
Chuck Leverfbd4bfd2013-08-09 12:49:38 -04006167 .rpc_call_prepare = nfs4_release_lockowner_prepare,
6168 .rpc_call_done = nfs4_release_lockowner_done,
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04006169 .rpc_release = nfs4_release_lockowner_release,
6170};
6171
Jeff Laytonf1cdae82014-05-01 06:28:47 -04006172static void
6173nfs4_release_lockowner(struct nfs_server *server, struct nfs4_lock_state *lsp)
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04006174{
Trond Myklebustcf470c32012-03-07 13:49:12 -05006175 struct nfs_release_lockowner_data *data;
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04006176 struct rpc_message msg = {
6177 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RELEASE_LOCKOWNER],
6178 };
6179
6180 if (server->nfs_client->cl_mvops->minor_version != 0)
Jeff Laytonf1cdae82014-05-01 06:28:47 -04006181 return;
Chuck Leverfbd4bfd2013-08-09 12:49:38 -04006182
Trond Myklebustcf470c32012-03-07 13:49:12 -05006183 data = kmalloc(sizeof(*data), GFP_NOFS);
6184 if (!data)
Jeff Laytonf1cdae82014-05-01 06:28:47 -04006185 return;
Trond Myklebustcf470c32012-03-07 13:49:12 -05006186 data->lsp = lsp;
Trond Myklebust5ae67c42012-03-19 16:17:18 -04006187 data->server = server;
Trond Myklebustcf470c32012-03-07 13:49:12 -05006188 data->args.lock_owner.clientid = server->nfs_client->cl_clientid;
6189 data->args.lock_owner.id = lsp->ls_seqid.owner_id;
6190 data->args.lock_owner.s_dev = server->s_dev;
Chuck Leverfbd4bfd2013-08-09 12:49:38 -04006191
Trond Myklebustcf470c32012-03-07 13:49:12 -05006192 msg.rpc_argp = &data->args;
Trond Myklebustb7e63a12014-02-26 11:19:14 -08006193 msg.rpc_resp = &data->res;
6194 nfs4_init_sequence(&data->args.seq_args, &data->res.seq_res, 0);
Trond Myklebustcf470c32012-03-07 13:49:12 -05006195 rpc_call_async(server->client, &msg, 0, &nfs4_release_lockowner_ops, data);
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04006196}
6197
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00006198#define XATTR_NAME_NFSV4_ACL "system.nfs4_acl"
6199
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00006200static int nfs4_xattr_set_nfs4_acl(struct dentry *dentry, const char *key,
6201 const void *buf, size_t buflen,
6202 int flags, int type)
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00006203{
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00006204 if (strcmp(key, "") != 0)
6205 return -EINVAL;
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00006206
David Howells2b0143b2015-03-17 22:25:59 +00006207 return nfs4_proc_set_acl(d_inode(dentry), buf, buflen);
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00006208}
6209
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00006210static int nfs4_xattr_get_nfs4_acl(struct dentry *dentry, const char *key,
6211 void *buf, size_t buflen, int type)
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00006212{
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00006213 if (strcmp(key, "") != 0)
6214 return -EINVAL;
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00006215
David Howells2b0143b2015-03-17 22:25:59 +00006216 return nfs4_proc_get_acl(d_inode(dentry), buf, buflen);
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00006217}
6218
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00006219static size_t nfs4_xattr_list_nfs4_acl(struct dentry *dentry, char *list,
6220 size_t list_len, const char *name,
6221 size_t name_len, int type)
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00006222{
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00006223 size_t len = sizeof(XATTR_NAME_NFSV4_ACL);
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00006224
David Howells2b0143b2015-03-17 22:25:59 +00006225 if (!nfs4_server_supports_acls(NFS_SERVER(d_inode(dentry))))
J. Bruce Fields096455a2006-03-20 23:23:42 -05006226 return 0;
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00006227
6228 if (list && len <= list_len)
6229 memcpy(list, XATTR_NAME_NFSV4_ACL, len);
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00006230 return len;
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00006231}
6232
David Quigleyc9bccef2013-05-22 12:50:45 -04006233#ifdef CONFIG_NFS_V4_SECURITY_LABEL
6234static inline int nfs4_server_supports_labels(struct nfs_server *server)
6235{
6236 return server->caps & NFS_CAP_SECURITY_LABEL;
6237}
6238
6239static int nfs4_xattr_set_nfs4_label(struct dentry *dentry, const char *key,
6240 const void *buf, size_t buflen,
6241 int flags, int type)
6242{
6243 if (security_ismaclabel(key))
6244 return nfs4_set_security_label(dentry, buf, buflen);
6245
6246 return -EOPNOTSUPP;
6247}
6248
6249static int nfs4_xattr_get_nfs4_label(struct dentry *dentry, const char *key,
6250 void *buf, size_t buflen, int type)
6251{
6252 if (security_ismaclabel(key))
David Howells2b0143b2015-03-17 22:25:59 +00006253 return nfs4_get_security_label(d_inode(dentry), buf, buflen);
David Quigleyc9bccef2013-05-22 12:50:45 -04006254 return -EOPNOTSUPP;
6255}
6256
6257static size_t nfs4_xattr_list_nfs4_label(struct dentry *dentry, char *list,
6258 size_t list_len, const char *name,
6259 size_t name_len, int type)
6260{
6261 size_t len = 0;
6262
David Howells2b0143b2015-03-17 22:25:59 +00006263 if (nfs_server_capable(d_inode(dentry), NFS_CAP_SECURITY_LABEL)) {
6264 len = security_inode_listsecurity(d_inode(dentry), NULL, 0);
David Quigleyc9bccef2013-05-22 12:50:45 -04006265 if (list && len <= list_len)
David Howells2b0143b2015-03-17 22:25:59 +00006266 security_inode_listsecurity(d_inode(dentry), list, len);
David Quigleyc9bccef2013-05-22 12:50:45 -04006267 }
6268 return len;
6269}
6270
6271static const struct xattr_handler nfs4_xattr_nfs4_label_handler = {
6272 .prefix = XATTR_SECURITY_PREFIX,
6273 .list = nfs4_xattr_list_nfs4_label,
6274 .get = nfs4_xattr_get_nfs4_label,
6275 .set = nfs4_xattr_set_nfs4_label,
6276};
6277#endif
6278
6279
Andy Adamson533eb462011-06-13 18:25:56 -04006280/*
6281 * nfs_fhget will use either the mounted_on_fileid or the fileid
6282 */
Trond Myklebust69aaaae2009-03-11 14:10:28 -04006283static void nfs_fixup_referral_attributes(struct nfs_fattr *fattr)
6284{
Andy Adamson533eb462011-06-13 18:25:56 -04006285 if (!(((fattr->valid & NFS_ATTR_FATTR_MOUNTED_ON_FILEID) ||
6286 (fattr->valid & NFS_ATTR_FATTR_FILEID)) &&
6287 (fattr->valid & NFS_ATTR_FATTR_FSID) &&
Chuck Lever81934dd2012-03-01 17:01:57 -05006288 (fattr->valid & NFS_ATTR_FATTR_V4_LOCATIONS)))
Trond Myklebust69aaaae2009-03-11 14:10:28 -04006289 return;
6290
6291 fattr->valid |= NFS_ATTR_FATTR_TYPE | NFS_ATTR_FATTR_MODE |
Chuck Lever81934dd2012-03-01 17:01:57 -05006292 NFS_ATTR_FATTR_NLINK | NFS_ATTR_FATTR_V4_REFERRAL;
Trond Myklebust69aaaae2009-03-11 14:10:28 -04006293 fattr->mode = S_IFDIR | S_IRUGO | S_IXUGO;
6294 fattr->nlink = 2;
6295}
6296
Bryan Schumakerf05d1472012-04-27 13:27:41 -04006297static int _nfs4_proc_fs_locations(struct rpc_clnt *client, struct inode *dir,
6298 const struct qstr *name,
6299 struct nfs4_fs_locations *fs_locations,
6300 struct page *page)
Trond Myklebust683b57b2006-06-09 09:34:22 -04006301{
6302 struct nfs_server *server = NFS_SERVER(dir);
David Quigleya09df2c2013-05-22 12:50:41 -04006303 u32 bitmask[3] = {
Manoj Naik361e6242006-06-09 09:34:24 -04006304 [0] = FATTR4_WORD0_FSID | FATTR4_WORD0_FS_LOCATIONS,
Trond Myklebust683b57b2006-06-09 09:34:22 -04006305 };
6306 struct nfs4_fs_locations_arg args = {
6307 .dir_fh = NFS_FH(dir),
Trond Myklebustc228fd32007-01-13 02:28:11 -05006308 .name = name,
Trond Myklebust683b57b2006-06-09 09:34:22 -04006309 .page = page,
6310 .bitmask = bitmask,
6311 };
Benny Halevy22958462009-04-01 09:22:02 -04006312 struct nfs4_fs_locations_res res = {
6313 .fs_locations = fs_locations,
6314 };
Trond Myklebust683b57b2006-06-09 09:34:22 -04006315 struct rpc_message msg = {
6316 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FS_LOCATIONS],
6317 .rpc_argp = &args,
Benny Halevy22958462009-04-01 09:22:02 -04006318 .rpc_resp = &res,
Trond Myklebust683b57b2006-06-09 09:34:22 -04006319 };
6320 int status;
6321
Harvey Harrison3110ff82008-05-02 13:42:44 -07006322 dprintk("%s: start\n", __func__);
Andy Adamson533eb462011-06-13 18:25:56 -04006323
6324 /* Ask for the fileid of the absent filesystem if mounted_on_fileid
6325 * is not supported */
6326 if (NFS_SERVER(dir)->attr_bitmask[1] & FATTR4_WORD1_MOUNTED_ON_FILEID)
6327 bitmask[1] |= FATTR4_WORD1_MOUNTED_ON_FILEID;
6328 else
6329 bitmask[0] |= FATTR4_WORD0_FILEID;
6330
Trond Myklebustc228fd32007-01-13 02:28:11 -05006331 nfs_fattr_init(&fs_locations->fattr);
Trond Myklebust683b57b2006-06-09 09:34:22 -04006332 fs_locations->server = server;
Manoj Naik830b8e32006-06-09 09:34:25 -04006333 fs_locations->nlocations = 0;
Bryan Schumakerf05d1472012-04-27 13:27:41 -04006334 status = nfs4_call_sync(client, server, &msg, &args.seq_args, &res.seq_res, 0);
Harvey Harrison3110ff82008-05-02 13:42:44 -07006335 dprintk("%s: returned status = %d\n", __func__, status);
Trond Myklebust683b57b2006-06-09 09:34:22 -04006336 return status;
6337}
6338
Bryan Schumakerf05d1472012-04-27 13:27:41 -04006339int nfs4_proc_fs_locations(struct rpc_clnt *client, struct inode *dir,
6340 const struct qstr *name,
6341 struct nfs4_fs_locations *fs_locations,
6342 struct page *page)
Bryan Schumakerdb0a9592012-04-27 13:27:39 -04006343{
6344 struct nfs4_exception exception = { };
6345 int err;
6346 do {
Trond Myklebust078ea3d2013-08-12 16:45:55 -04006347 err = _nfs4_proc_fs_locations(client, dir, name,
6348 fs_locations, page);
6349 trace_nfs4_get_fs_locations(dir, name, err);
6350 err = nfs4_handle_exception(NFS_SERVER(dir), err,
Bryan Schumakerdb0a9592012-04-27 13:27:39 -04006351 &exception);
6352 } while (exception.retry);
6353 return err;
6354}
6355
Chuck Leverb03d7352013-10-17 14:12:50 -04006356/*
6357 * This operation also signals the server that this client is
6358 * performing migration recovery. The server can stop returning
6359 * NFS4ERR_LEASE_MOVED to this client. A RENEW operation is
6360 * appended to this compound to identify the client ID which is
6361 * performing recovery.
6362 */
6363static int _nfs40_proc_get_locations(struct inode *inode,
6364 struct nfs4_fs_locations *locations,
6365 struct page *page, struct rpc_cred *cred)
6366{
6367 struct nfs_server *server = NFS_SERVER(inode);
6368 struct rpc_clnt *clnt = server->client;
6369 u32 bitmask[2] = {
6370 [0] = FATTR4_WORD0_FSID | FATTR4_WORD0_FS_LOCATIONS,
6371 };
6372 struct nfs4_fs_locations_arg args = {
6373 .clientid = server->nfs_client->cl_clientid,
6374 .fh = NFS_FH(inode),
6375 .page = page,
6376 .bitmask = bitmask,
6377 .migration = 1, /* skip LOOKUP */
6378 .renew = 1, /* append RENEW */
6379 };
6380 struct nfs4_fs_locations_res res = {
6381 .fs_locations = locations,
6382 .migration = 1,
6383 .renew = 1,
6384 };
6385 struct rpc_message msg = {
6386 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FS_LOCATIONS],
6387 .rpc_argp = &args,
6388 .rpc_resp = &res,
6389 .rpc_cred = cred,
6390 };
6391 unsigned long now = jiffies;
6392 int status;
6393
6394 nfs_fattr_init(&locations->fattr);
6395 locations->server = server;
6396 locations->nlocations = 0;
6397
6398 nfs4_init_sequence(&args.seq_args, &res.seq_res, 0);
6399 nfs4_set_sequence_privileged(&args.seq_args);
6400 status = nfs4_call_sync_sequence(clnt, server, &msg,
6401 &args.seq_args, &res.seq_res);
6402 if (status)
6403 return status;
6404
6405 renew_lease(server, now);
6406 return 0;
6407}
6408
6409#ifdef CONFIG_NFS_V4_1
6410
6411/*
6412 * This operation also signals the server that this client is
6413 * performing migration recovery. The server can stop asserting
6414 * SEQ4_STATUS_LEASE_MOVED for this client. The client ID
6415 * performing this operation is identified in the SEQUENCE
6416 * operation in this compound.
6417 *
6418 * When the client supports GETATTR(fs_locations_info), it can
6419 * be plumbed in here.
6420 */
6421static int _nfs41_proc_get_locations(struct inode *inode,
6422 struct nfs4_fs_locations *locations,
6423 struct page *page, struct rpc_cred *cred)
6424{
6425 struct nfs_server *server = NFS_SERVER(inode);
6426 struct rpc_clnt *clnt = server->client;
6427 u32 bitmask[2] = {
6428 [0] = FATTR4_WORD0_FSID | FATTR4_WORD0_FS_LOCATIONS,
6429 };
6430 struct nfs4_fs_locations_arg args = {
6431 .fh = NFS_FH(inode),
6432 .page = page,
6433 .bitmask = bitmask,
6434 .migration = 1, /* skip LOOKUP */
6435 };
6436 struct nfs4_fs_locations_res res = {
6437 .fs_locations = locations,
6438 .migration = 1,
6439 };
6440 struct rpc_message msg = {
6441 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FS_LOCATIONS],
6442 .rpc_argp = &args,
6443 .rpc_resp = &res,
6444 .rpc_cred = cred,
6445 };
6446 int status;
6447
6448 nfs_fattr_init(&locations->fattr);
6449 locations->server = server;
6450 locations->nlocations = 0;
6451
6452 nfs4_init_sequence(&args.seq_args, &res.seq_res, 0);
6453 nfs4_set_sequence_privileged(&args.seq_args);
6454 status = nfs4_call_sync_sequence(clnt, server, &msg,
6455 &args.seq_args, &res.seq_res);
6456 if (status == NFS4_OK &&
6457 res.seq_res.sr_status_flags & SEQ4_STATUS_LEASE_MOVED)
6458 status = -NFS4ERR_LEASE_MOVED;
6459 return status;
6460}
6461
6462#endif /* CONFIG_NFS_V4_1 */
6463
6464/**
6465 * nfs4_proc_get_locations - discover locations for a migrated FSID
6466 * @inode: inode on FSID that is migrating
6467 * @locations: result of query
6468 * @page: buffer
6469 * @cred: credential to use for this operation
6470 *
6471 * Returns NFS4_OK on success, a negative NFS4ERR status code if the
6472 * operation failed, or a negative errno if a local error occurred.
6473 *
6474 * On success, "locations" is filled in, but if the server has
6475 * no locations information, NFS_ATTR_FATTR_V4_LOCATIONS is not
6476 * asserted.
6477 *
6478 * -NFS4ERR_LEASE_MOVED is returned if the server still has leases
6479 * from this client that require migration recovery.
6480 */
6481int nfs4_proc_get_locations(struct inode *inode,
6482 struct nfs4_fs_locations *locations,
6483 struct page *page, struct rpc_cred *cred)
6484{
6485 struct nfs_server *server = NFS_SERVER(inode);
6486 struct nfs_client *clp = server->nfs_client;
6487 const struct nfs4_mig_recovery_ops *ops =
6488 clp->cl_mvops->mig_recovery_ops;
6489 struct nfs4_exception exception = { };
6490 int status;
6491
6492 dprintk("%s: FSID %llx:%llx on \"%s\"\n", __func__,
6493 (unsigned long long)server->fsid.major,
6494 (unsigned long long)server->fsid.minor,
6495 clp->cl_hostname);
6496 nfs_display_fhandle(NFS_FH(inode), __func__);
6497
6498 do {
6499 status = ops->get_locations(inode, locations, page, cred);
6500 if (status != -NFS4ERR_DELAY)
6501 break;
6502 nfs4_handle_exception(server, status, &exception);
6503 } while (exception.retry);
6504 return status;
6505}
6506
Chuck Lever44c99932013-10-17 14:13:30 -04006507/*
6508 * This operation also signals the server that this client is
6509 * performing "lease moved" recovery. The server can stop
6510 * returning NFS4ERR_LEASE_MOVED to this client. A RENEW operation
6511 * is appended to this compound to identify the client ID which is
6512 * performing recovery.
6513 */
6514static int _nfs40_proc_fsid_present(struct inode *inode, struct rpc_cred *cred)
6515{
6516 struct nfs_server *server = NFS_SERVER(inode);
6517 struct nfs_client *clp = NFS_SERVER(inode)->nfs_client;
6518 struct rpc_clnt *clnt = server->client;
6519 struct nfs4_fsid_present_arg args = {
6520 .fh = NFS_FH(inode),
6521 .clientid = clp->cl_clientid,
6522 .renew = 1, /* append RENEW */
6523 };
6524 struct nfs4_fsid_present_res res = {
6525 .renew = 1,
6526 };
6527 struct rpc_message msg = {
6528 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FSID_PRESENT],
6529 .rpc_argp = &args,
6530 .rpc_resp = &res,
6531 .rpc_cred = cred,
6532 };
6533 unsigned long now = jiffies;
6534 int status;
6535
6536 res.fh = nfs_alloc_fhandle();
6537 if (res.fh == NULL)
6538 return -ENOMEM;
6539
6540 nfs4_init_sequence(&args.seq_args, &res.seq_res, 0);
6541 nfs4_set_sequence_privileged(&args.seq_args);
6542 status = nfs4_call_sync_sequence(clnt, server, &msg,
6543 &args.seq_args, &res.seq_res);
6544 nfs_free_fhandle(res.fh);
6545 if (status)
6546 return status;
6547
6548 do_renew_lease(clp, now);
6549 return 0;
6550}
6551
6552#ifdef CONFIG_NFS_V4_1
6553
6554/*
6555 * This operation also signals the server that this client is
6556 * performing "lease moved" recovery. The server can stop asserting
6557 * SEQ4_STATUS_LEASE_MOVED for this client. The client ID performing
6558 * this operation is identified in the SEQUENCE operation in this
6559 * compound.
6560 */
6561static int _nfs41_proc_fsid_present(struct inode *inode, struct rpc_cred *cred)
6562{
6563 struct nfs_server *server = NFS_SERVER(inode);
6564 struct rpc_clnt *clnt = server->client;
6565 struct nfs4_fsid_present_arg args = {
6566 .fh = NFS_FH(inode),
6567 };
6568 struct nfs4_fsid_present_res res = {
6569 };
6570 struct rpc_message msg = {
6571 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FSID_PRESENT],
6572 .rpc_argp = &args,
6573 .rpc_resp = &res,
6574 .rpc_cred = cred,
6575 };
6576 int status;
6577
6578 res.fh = nfs_alloc_fhandle();
6579 if (res.fh == NULL)
6580 return -ENOMEM;
6581
6582 nfs4_init_sequence(&args.seq_args, &res.seq_res, 0);
6583 nfs4_set_sequence_privileged(&args.seq_args);
6584 status = nfs4_call_sync_sequence(clnt, server, &msg,
6585 &args.seq_args, &res.seq_res);
6586 nfs_free_fhandle(res.fh);
6587 if (status == NFS4_OK &&
6588 res.seq_res.sr_status_flags & SEQ4_STATUS_LEASE_MOVED)
6589 status = -NFS4ERR_LEASE_MOVED;
6590 return status;
6591}
6592
6593#endif /* CONFIG_NFS_V4_1 */
6594
6595/**
6596 * nfs4_proc_fsid_present - Is this FSID present or absent on server?
6597 * @inode: inode on FSID to check
6598 * @cred: credential to use for this operation
6599 *
6600 * Server indicates whether the FSID is present, moved, or not
6601 * recognized. This operation is necessary to clear a LEASE_MOVED
6602 * condition for this client ID.
6603 *
6604 * Returns NFS4_OK if the FSID is present on this server,
6605 * -NFS4ERR_MOVED if the FSID is no longer present, a negative
6606 * NFS4ERR code if some error occurred on the server, or a
6607 * negative errno if a local failure occurred.
6608 */
6609int nfs4_proc_fsid_present(struct inode *inode, struct rpc_cred *cred)
6610{
6611 struct nfs_server *server = NFS_SERVER(inode);
6612 struct nfs_client *clp = server->nfs_client;
6613 const struct nfs4_mig_recovery_ops *ops =
6614 clp->cl_mvops->mig_recovery_ops;
6615 struct nfs4_exception exception = { };
6616 int status;
6617
6618 dprintk("%s: FSID %llx:%llx on \"%s\"\n", __func__,
6619 (unsigned long long)server->fsid.major,
6620 (unsigned long long)server->fsid.minor,
6621 clp->cl_hostname);
6622 nfs_display_fhandle(NFS_FH(inode), __func__);
6623
6624 do {
6625 status = ops->fsid_present(inode, cred);
6626 if (status != -NFS4ERR_DELAY)
6627 break;
6628 nfs4_handle_exception(server, status, &exception);
6629 } while (exception.retry);
6630 return status;
6631}
6632
Andy Adamson5ec16a82013-08-08 10:57:55 -04006633/**
Weston Andros Adamsona5250de2013-09-03 15:18:49 -04006634 * If 'use_integrity' is true and the state managment nfs_client
6635 * cl_rpcclient is using krb5i/p, use the integrity protected cl_rpcclient
6636 * and the machine credential as per RFC3530bis and RFC5661 Security
6637 * Considerations sections. Otherwise, just use the user cred with the
6638 * filesystem's rpc_client.
Andy Adamson5ec16a82013-08-08 10:57:55 -04006639 */
Weston Andros Adamsona5250de2013-09-03 15:18:49 -04006640static 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 +00006641{
6642 int status;
6643 struct nfs4_secinfo_arg args = {
6644 .dir_fh = NFS_FH(dir),
6645 .name = name,
6646 };
6647 struct nfs4_secinfo_res res = {
6648 .flavors = flavors,
6649 };
6650 struct rpc_message msg = {
6651 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SECINFO],
6652 .rpc_argp = &args,
6653 .rpc_resp = &res,
6654 };
Weston Andros Adamsona5250de2013-09-03 15:18:49 -04006655 struct rpc_clnt *clnt = NFS_SERVER(dir)->client;
Weston Andros Adamson7cb852d2013-09-10 18:44:31 -04006656 struct rpc_cred *cred = NULL;
Weston Andros Adamsona5250de2013-09-03 15:18:49 -04006657
6658 if (use_integrity) {
6659 clnt = NFS_SERVER(dir)->nfs_client->cl_rpcclient;
Weston Andros Adamson7cb852d2013-09-10 18:44:31 -04006660 cred = nfs4_get_clid_cred(NFS_SERVER(dir)->nfs_client);
6661 msg.rpc_cred = cred;
Weston Andros Adamsona5250de2013-09-03 15:18:49 -04006662 }
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00006663
6664 dprintk("NFS call secinfo %s\n", name->name);
Weston Andros Adamson8b5bee22013-08-13 16:37:35 -04006665
6666 nfs4_state_protect(NFS_SERVER(dir)->nfs_client,
6667 NFS_SP4_MACH_CRED_SECINFO, &clnt, &msg);
6668
Weston Andros Adamsona5250de2013-09-03 15:18:49 -04006669 status = nfs4_call_sync(clnt, NFS_SERVER(dir), &msg, &args.seq_args,
6670 &res.seq_res, 0);
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00006671 dprintk("NFS reply secinfo: %d\n", status);
Weston Andros Adamsona5250de2013-09-03 15:18:49 -04006672
Weston Andros Adamson7cb852d2013-09-10 18:44:31 -04006673 if (cred)
6674 put_rpccred(cred);
Weston Andros Adamsona5250de2013-09-03 15:18:49 -04006675
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00006676 return status;
6677}
6678
Bryan Schumaker72de53e2012-04-27 13:27:40 -04006679int nfs4_proc_secinfo(struct inode *dir, const struct qstr *name,
6680 struct nfs4_secinfo_flavors *flavors)
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00006681{
6682 struct nfs4_exception exception = { };
6683 int err;
6684 do {
Weston Andros Adamsona5250de2013-09-03 15:18:49 -04006685 err = -NFS4ERR_WRONGSEC;
6686
6687 /* try to use integrity protection with machine cred */
6688 if (_nfs4_is_integrity_protected(NFS_SERVER(dir)->nfs_client))
6689 err = _nfs4_proc_secinfo(dir, name, flavors, true);
6690
6691 /*
6692 * if unable to use integrity protection, or SECINFO with
6693 * integrity protection returns NFS4ERR_WRONGSEC (which is
6694 * disallowed by spec, but exists in deployed servers) use
6695 * the current filesystem's rpc_client and the user cred.
6696 */
6697 if (err == -NFS4ERR_WRONGSEC)
6698 err = _nfs4_proc_secinfo(dir, name, flavors, false);
6699
Trond Myklebust078ea3d2013-08-12 16:45:55 -04006700 trace_nfs4_secinfo(dir, name, err);
6701 err = nfs4_handle_exception(NFS_SERVER(dir), err,
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00006702 &exception);
6703 } while (exception.retry);
6704 return err;
6705}
6706
Andy Adamson557134a2009-04-01 09:21:53 -04006707#ifdef CONFIG_NFS_V4_1
Benny Halevy99fe60d2009-04-01 09:22:29 -04006708/*
Andy Adamson357f54d2010-12-14 10:11:57 -05006709 * Check the exchange flags returned by the server for invalid flags, having
6710 * both PNFS and NON_PNFS flags set, and not having one of NON_PNFS, PNFS, or
6711 * DS flags set.
6712 */
6713static int nfs4_check_cl_exchange_flags(u32 flags)
6714{
6715 if (flags & ~EXCHGID4_FLAG_MASK_R)
6716 goto out_inval;
6717 if ((flags & EXCHGID4_FLAG_USE_PNFS_MDS) &&
6718 (flags & EXCHGID4_FLAG_USE_NON_PNFS))
6719 goto out_inval;
6720 if (!(flags & (EXCHGID4_FLAG_MASK_PNFS)))
6721 goto out_inval;
6722 return NFS_OK;
6723out_inval:
6724 return -NFS4ERR_INVAL;
6725}
6726
Weston Andros Adamson78fe0f42011-05-31 19:05:47 -04006727static bool
Chuck Lever79d4e1f2012-05-21 22:44:31 -04006728nfs41_same_server_scope(struct nfs41_server_scope *a,
6729 struct nfs41_server_scope *b)
Weston Andros Adamson78fe0f42011-05-31 19:05:47 -04006730{
6731 if (a->server_scope_sz == b->server_scope_sz &&
6732 memcmp(a->server_scope, b->server_scope, a->server_scope_sz) == 0)
6733 return true;
6734
6735 return false;
6736}
6737
Andy Adamson357f54d2010-12-14 10:11:57 -05006738/*
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006739 * nfs4_proc_bind_conn_to_session()
6740 *
6741 * The 4.1 client currently uses the same TCP connection for the
6742 * fore and backchannel.
6743 */
Trond Myklebust2cf047c2012-05-25 17:57:41 -04006744int nfs4_proc_bind_conn_to_session(struct nfs_client *clp, struct rpc_cred *cred)
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006745{
6746 int status;
Trond Myklebust71a097c2015-02-18 09:27:18 -08006747 struct nfs41_bind_conn_to_session_args args = {
6748 .client = clp,
6749 .dir = NFS4_CDFC4_FORE_OR_BOTH,
6750 };
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006751 struct nfs41_bind_conn_to_session_res res;
6752 struct rpc_message msg = {
6753 .rpc_proc =
6754 &nfs4_procedures[NFSPROC4_CLNT_BIND_CONN_TO_SESSION],
Trond Myklebust71a097c2015-02-18 09:27:18 -08006755 .rpc_argp = &args,
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006756 .rpc_resp = &res,
Trond Myklebust2cf047c2012-05-25 17:57:41 -04006757 .rpc_cred = cred,
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006758 };
6759
6760 dprintk("--> %s\n", __func__);
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006761
Trond Myklebust71a097c2015-02-18 09:27:18 -08006762 nfs4_copy_sessionid(&args.sessionid, &clp->cl_session->sess_id);
6763 if (!(clp->cl_session->flags & SESSION4_BACK_CHAN))
6764 args.dir = NFS4_CDFC4_FORE;
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006765
6766 status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Trond Myklebustc6d01c62013-08-09 11:51:26 -04006767 trace_nfs4_bind_conn_to_session(clp, status);
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006768 if (status == 0) {
Trond Myklebust71a097c2015-02-18 09:27:18 -08006769 if (memcmp(res.sessionid.data,
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006770 clp->cl_session->sess_id.data, NFS4_MAX_SESSIONID_LEN)) {
6771 dprintk("NFS: %s: Session ID mismatch\n", __func__);
6772 status = -EIO;
Trond Myklebust71a097c2015-02-18 09:27:18 -08006773 goto out;
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006774 }
Trond Myklebust71a097c2015-02-18 09:27:18 -08006775 if ((res.dir & args.dir) != res.dir || res.dir == 0) {
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006776 dprintk("NFS: %s: Unexpected direction from server\n",
6777 __func__);
6778 status = -EIO;
Trond Myklebust71a097c2015-02-18 09:27:18 -08006779 goto out;
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006780 }
Trond Myklebust71a097c2015-02-18 09:27:18 -08006781 if (res.use_conn_in_rdma_mode != args.use_conn_in_rdma_mode) {
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006782 dprintk("NFS: %s: Server returned RDMA mode = true\n",
6783 __func__);
6784 status = -EIO;
Trond Myklebust71a097c2015-02-18 09:27:18 -08006785 goto out;
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006786 }
6787 }
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006788out:
6789 dprintk("<-- %s status= %d\n", __func__, status);
6790 return status;
6791}
6792
6793/*
Weston Andros Adamsonfa940722013-08-13 16:37:34 -04006794 * Minimum set of SP4_MACH_CRED operations from RFC 5661 in the enforce map
6795 * and operations we'd like to see to enable certain features in the allow map
Benny Halevy99fe60d2009-04-01 09:22:29 -04006796 */
Weston Andros Adamson2031cd12013-08-13 16:37:32 -04006797static const struct nfs41_state_protection nfs4_sp4_mach_cred_request = {
6798 .how = SP4_MACH_CRED,
6799 .enforce.u.words = {
6800 [1] = 1 << (OP_BIND_CONN_TO_SESSION - 32) |
6801 1 << (OP_EXCHANGE_ID - 32) |
6802 1 << (OP_CREATE_SESSION - 32) |
6803 1 << (OP_DESTROY_SESSION - 32) |
6804 1 << (OP_DESTROY_CLIENTID - 32)
Weston Andros Adamsonfa940722013-08-13 16:37:34 -04006805 },
6806 .allow.u.words = {
6807 [0] = 1 << (OP_CLOSE) |
Weston Andros Adamsona0279622013-09-10 18:44:30 -04006808 1 << (OP_LOCKU) |
6809 1 << (OP_COMMIT),
Weston Andros Adamson8b5bee22013-08-13 16:37:35 -04006810 [1] = 1 << (OP_SECINFO - 32) |
Weston Andros Adamson3787d502013-08-13 16:37:36 -04006811 1 << (OP_SECINFO_NO_NAME - 32) |
6812 1 << (OP_TEST_STATEID - 32) |
Weston Andros Adamsona0279622013-09-10 18:44:30 -04006813 1 << (OP_FREE_STATEID - 32) |
6814 1 << (OP_WRITE - 32)
Weston Andros Adamson2031cd12013-08-13 16:37:32 -04006815 }
6816};
6817
6818/*
6819 * Select the state protection mode for client `clp' given the server results
6820 * from exchange_id in `sp'.
6821 *
6822 * Returns 0 on success, negative errno otherwise.
6823 */
6824static int nfs4_sp4_select_mode(struct nfs_client *clp,
6825 struct nfs41_state_protection *sp)
6826{
6827 static const u32 supported_enforce[NFS4_OP_MAP_NUM_WORDS] = {
6828 [1] = 1 << (OP_BIND_CONN_TO_SESSION - 32) |
6829 1 << (OP_EXCHANGE_ID - 32) |
6830 1 << (OP_CREATE_SESSION - 32) |
6831 1 << (OP_DESTROY_SESSION - 32) |
6832 1 << (OP_DESTROY_CLIENTID - 32)
6833 };
6834 unsigned int i;
6835
6836 if (sp->how == SP4_MACH_CRED) {
6837 /* Print state protect result */
6838 dfprintk(MOUNT, "Server SP4_MACH_CRED support:\n");
6839 for (i = 0; i <= LAST_NFS4_OP; i++) {
6840 if (test_bit(i, sp->enforce.u.longs))
6841 dfprintk(MOUNT, " enforce op %d\n", i);
6842 if (test_bit(i, sp->allow.u.longs))
6843 dfprintk(MOUNT, " allow op %d\n", i);
6844 }
6845
6846 /* make sure nothing is on enforce list that isn't supported */
6847 for (i = 0; i < NFS4_OP_MAP_NUM_WORDS; i++) {
6848 if (sp->enforce.u.words[i] & ~supported_enforce[i]) {
6849 dfprintk(MOUNT, "sp4_mach_cred: disabled\n");
6850 return -EINVAL;
6851 }
6852 }
6853
6854 /*
6855 * Minimal mode - state operations are allowed to use machine
6856 * credential. Note this already happens by default, so the
6857 * client doesn't have to do anything more than the negotiation.
6858 *
6859 * NOTE: we don't care if EXCHANGE_ID is in the list -
6860 * we're already using the machine cred for exchange_id
6861 * and will never use a different cred.
6862 */
6863 if (test_bit(OP_BIND_CONN_TO_SESSION, sp->enforce.u.longs) &&
6864 test_bit(OP_CREATE_SESSION, sp->enforce.u.longs) &&
6865 test_bit(OP_DESTROY_SESSION, sp->enforce.u.longs) &&
6866 test_bit(OP_DESTROY_CLIENTID, sp->enforce.u.longs)) {
6867 dfprintk(MOUNT, "sp4_mach_cred:\n");
6868 dfprintk(MOUNT, " minimal mode enabled\n");
6869 set_bit(NFS_SP4_MACH_CRED_MINIMAL, &clp->cl_sp4_flags);
6870 } else {
6871 dfprintk(MOUNT, "sp4_mach_cred: disabled\n");
6872 return -EINVAL;
6873 }
Weston Andros Adamsonfa940722013-08-13 16:37:34 -04006874
6875 if (test_bit(OP_CLOSE, sp->allow.u.longs) &&
6876 test_bit(OP_LOCKU, sp->allow.u.longs)) {
6877 dfprintk(MOUNT, " cleanup mode enabled\n");
6878 set_bit(NFS_SP4_MACH_CRED_CLEANUP, &clp->cl_sp4_flags);
6879 }
Weston Andros Adamson8b5bee22013-08-13 16:37:35 -04006880
6881 if (test_bit(OP_SECINFO, sp->allow.u.longs) &&
6882 test_bit(OP_SECINFO_NO_NAME, sp->allow.u.longs)) {
6883 dfprintk(MOUNT, " secinfo mode enabled\n");
6884 set_bit(NFS_SP4_MACH_CRED_SECINFO, &clp->cl_sp4_flags);
6885 }
Weston Andros Adamson3787d502013-08-13 16:37:36 -04006886
6887 if (test_bit(OP_TEST_STATEID, sp->allow.u.longs) &&
6888 test_bit(OP_FREE_STATEID, sp->allow.u.longs)) {
6889 dfprintk(MOUNT, " stateid mode enabled\n");
6890 set_bit(NFS_SP4_MACH_CRED_STATEID, &clp->cl_sp4_flags);
6891 }
Weston Andros Adamson8c21c622013-08-13 16:37:37 -04006892
6893 if (test_bit(OP_WRITE, sp->allow.u.longs)) {
6894 dfprintk(MOUNT, " write mode enabled\n");
6895 set_bit(NFS_SP4_MACH_CRED_WRITE, &clp->cl_sp4_flags);
6896 }
6897
6898 if (test_bit(OP_COMMIT, sp->allow.u.longs)) {
6899 dfprintk(MOUNT, " commit mode enabled\n");
6900 set_bit(NFS_SP4_MACH_CRED_COMMIT, &clp->cl_sp4_flags);
6901 }
Weston Andros Adamson2031cd12013-08-13 16:37:32 -04006902 }
6903
6904 return 0;
6905}
6906
6907/*
6908 * _nfs4_proc_exchange_id()
6909 *
6910 * Wrapper for EXCHANGE_ID operation.
6911 */
6912static int _nfs4_proc_exchange_id(struct nfs_client *clp, struct rpc_cred *cred,
6913 u32 sp4_how)
Benny Halevy99fe60d2009-04-01 09:22:29 -04006914{
6915 nfs4_verifier verifier;
6916 struct nfs41_exchange_id_args args = {
Chuck Levercd937102012-03-02 17:14:31 -05006917 .verifier = &verifier,
Benny Halevy99fe60d2009-04-01 09:22:29 -04006918 .client = clp,
Chuck Levercd3fade2013-10-17 14:14:04 -04006919#ifdef CONFIG_NFS_V4_1_MIGRATION
Trond Myklebust4f0b4292013-05-20 12:24:03 -04006920 .flags = EXCHGID4_FLAG_SUPP_MOVED_REFER |
Chuck Levercd3fade2013-10-17 14:14:04 -04006921 EXCHGID4_FLAG_BIND_PRINC_STATEID |
6922 EXCHGID4_FLAG_SUPP_MOVED_MIGR,
6923#else
6924 .flags = EXCHGID4_FLAG_SUPP_MOVED_REFER |
6925 EXCHGID4_FLAG_BIND_PRINC_STATEID,
6926#endif
Benny Halevy99fe60d2009-04-01 09:22:29 -04006927 };
6928 struct nfs41_exchange_id_res res = {
Trond Myklebust32b01312012-05-26 13:41:04 -04006929 0
Benny Halevy99fe60d2009-04-01 09:22:29 -04006930 };
6931 int status;
6932 struct rpc_message msg = {
6933 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_EXCHANGE_ID],
6934 .rpc_argp = &args,
6935 .rpc_resp = &res,
6936 .rpc_cred = cred,
6937 };
Benny Halevy99fe60d2009-04-01 09:22:29 -04006938
Chuck Leverf0920752012-05-21 22:45:41 -04006939 nfs4_init_boot_verifier(clp, &verifier);
Jeff Layton873e3852015-06-09 19:44:00 -04006940
6941 status = nfs4_init_uniform_client_string(clp);
6942 if (status)
Jeff Layton3a6bb732015-06-09 19:43:57 -04006943 goto out;
Jeff Layton3a6bb732015-06-09 19:43:57 -04006944
6945 dprintk("NFS call exchange_id auth=%s, '%s'\n",
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04006946 clp->cl_rpcclient->cl_auth->au_ops->au_name,
Jeff Layton3a6bb732015-06-09 19:43:57 -04006947 clp->cl_owner_id);
Benny Halevy99fe60d2009-04-01 09:22:29 -04006948
Chuck Leveracdeb692012-05-21 22:46:16 -04006949 res.server_owner = kzalloc(sizeof(struct nfs41_server_owner),
Trond Myklebustbbafffd2012-05-24 16:31:39 -04006950 GFP_NOFS);
Chuck Leveracdeb692012-05-21 22:46:16 -04006951 if (unlikely(res.server_owner == NULL)) {
Weston Andros Adamsonabe9a6d2012-02-16 11:17:05 -05006952 status = -ENOMEM;
6953 goto out;
6954 }
Weston Andros Adamson78fe0f42011-05-31 19:05:47 -04006955
Chuck Lever79d4e1f2012-05-21 22:44:31 -04006956 res.server_scope = kzalloc(sizeof(struct nfs41_server_scope),
Trond Myklebustbbafffd2012-05-24 16:31:39 -04006957 GFP_NOFS);
Chuck Lever177313f2012-05-21 22:44:58 -04006958 if (unlikely(res.server_scope == NULL)) {
Benny Halevy99fe60d2009-04-01 09:22:29 -04006959 status = -ENOMEM;
Chuck Leveracdeb692012-05-21 22:46:16 -04006960 goto out_server_owner;
Benny Halevy99fe60d2009-04-01 09:22:29 -04006961 }
6962
Trond Myklebustbbafffd2012-05-24 16:31:39 -04006963 res.impl_id = kzalloc(sizeof(struct nfs41_impl_id), GFP_NOFS);
Chuck Lever177313f2012-05-21 22:44:58 -04006964 if (unlikely(res.impl_id == NULL)) {
Weston Andros Adamson7d2ed9a2012-02-17 15:20:26 -05006965 status = -ENOMEM;
6966 goto out_server_scope;
6967 }
6968
Weston Andros Adamson2031cd12013-08-13 16:37:32 -04006969 switch (sp4_how) {
6970 case SP4_NONE:
6971 args.state_protect.how = SP4_NONE;
6972 break;
6973
6974 case SP4_MACH_CRED:
6975 args.state_protect = nfs4_sp4_mach_cred_request;
6976 break;
6977
6978 default:
6979 /* unsupported! */
6980 WARN_ON_ONCE(1);
6981 status = -EINVAL;
Kinglong Mee6b559702015-07-01 11:54:53 +08006982 goto out_impl_id;
Weston Andros Adamson2031cd12013-08-13 16:37:32 -04006983 }
6984
Trond Myklebust1bd714f2011-04-24 14:29:33 -04006985 status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Trond Myklebustc6d01c62013-08-09 11:51:26 -04006986 trace_nfs4_exchange_id(clp, status);
Chuck Lever177313f2012-05-21 22:44:58 -04006987 if (status == 0)
Trond Myklebust32b01312012-05-26 13:41:04 -04006988 status = nfs4_check_cl_exchange_flags(res.flags);
Weston Andros Adamson78fe0f42011-05-31 19:05:47 -04006989
Weston Andros Adamson2031cd12013-08-13 16:37:32 -04006990 if (status == 0)
6991 status = nfs4_sp4_select_mode(clp, &res.state_protect);
6992
Chuck Lever177313f2012-05-21 22:44:58 -04006993 if (status == 0) {
Trond Myklebust32b01312012-05-26 13:41:04 -04006994 clp->cl_clientid = res.clientid;
Trond Myklebuste11259f2015-03-03 20:35:31 -05006995 clp->cl_exchange_flags = res.flags;
6996 /* Client ID is not confirmed */
6997 if (!(res.flags & EXCHGID4_FLAG_CONFIRMED_R)) {
6998 clear_bit(NFS4_SESSION_ESTABLISHED,
6999 &clp->cl_session->session_state);
Trond Myklebust32b01312012-05-26 13:41:04 -04007000 clp->cl_seqid = res.seqid;
Trond Myklebuste11259f2015-03-03 20:35:31 -05007001 }
Trond Myklebust32b01312012-05-26 13:41:04 -04007002
Chuck Leveracdeb692012-05-21 22:46:16 -04007003 kfree(clp->cl_serverowner);
7004 clp->cl_serverowner = res.server_owner;
7005 res.server_owner = NULL;
Chuck Leveracdeb692012-05-21 22:46:16 -04007006
Weston Andros Adamson7d2ed9a2012-02-17 15:20:26 -05007007 /* use the most recent implementation id */
Chuck Lever59155542012-05-21 22:44:41 -04007008 kfree(clp->cl_implid);
7009 clp->cl_implid = res.impl_id;
Kinglong Mee6b559702015-07-01 11:54:53 +08007010 res.impl_id = NULL;
Weston Andros Adamson7d2ed9a2012-02-17 15:20:26 -05007011
Chuck Lever177313f2012-05-21 22:44:58 -04007012 if (clp->cl_serverscope != NULL &&
Chuck Lever79d4e1f2012-05-21 22:44:31 -04007013 !nfs41_same_server_scope(clp->cl_serverscope,
Weston Andros Adamson78fe0f42011-05-31 19:05:47 -04007014 res.server_scope)) {
7015 dprintk("%s: server_scope mismatch detected\n",
7016 __func__);
7017 set_bit(NFS4CLNT_SERVER_SCOPE_MISMATCH, &clp->cl_state);
Chuck Lever79d4e1f2012-05-21 22:44:31 -04007018 kfree(clp->cl_serverscope);
7019 clp->cl_serverscope = NULL;
Weston Andros Adamson78fe0f42011-05-31 19:05:47 -04007020 }
7021
Chuck Lever177313f2012-05-21 22:44:58 -04007022 if (clp->cl_serverscope == NULL) {
Chuck Lever79d4e1f2012-05-21 22:44:31 -04007023 clp->cl_serverscope = res.server_scope;
Kinglong Mee6b559702015-07-01 11:54:53 +08007024 res.server_scope = NULL;
Weston Andros Adamsonabe9a6d2012-02-16 11:17:05 -05007025 }
Kinglong Mee6b559702015-07-01 11:54:53 +08007026 }
Weston Andros Adamson7d2ed9a2012-02-17 15:20:26 -05007027
Kinglong Mee6b559702015-07-01 11:54:53 +08007028out_impl_id:
7029 kfree(res.impl_id);
Weston Andros Adamson7d2ed9a2012-02-17 15:20:26 -05007030out_server_scope:
Weston Andros Adamsonabe9a6d2012-02-16 11:17:05 -05007031 kfree(res.server_scope);
Kinglong Mee6b559702015-07-01 11:54:53 +08007032out_server_owner:
7033 kfree(res.server_owner);
Weston Andros Adamsonabe9a6d2012-02-16 11:17:05 -05007034out:
Chuck Lever177313f2012-05-21 22:44:58 -04007035 if (clp->cl_implid != NULL)
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04007036 dprintk("NFS reply exchange_id: Server Implementation ID: "
Weston Andros Adamson7d2ed9a2012-02-17 15:20:26 -05007037 "domain: %s, name: %s, date: %llu,%u\n",
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04007038 clp->cl_implid->domain, clp->cl_implid->name,
Chuck Lever59155542012-05-21 22:44:41 -04007039 clp->cl_implid->date.seconds,
7040 clp->cl_implid->date.nseconds);
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04007041 dprintk("NFS reply exchange_id: %d\n", status);
Benny Halevy99fe60d2009-04-01 09:22:29 -04007042 return status;
7043}
7044
Weston Andros Adamson2031cd12013-08-13 16:37:32 -04007045/*
7046 * nfs4_proc_exchange_id()
7047 *
7048 * Returns zero, a negative errno, or a negative NFS4ERR status code.
7049 *
7050 * Since the clientid has expired, all compounds using sessions
7051 * associated with the stale clientid will be returning
7052 * NFS4ERR_BADSESSION in the sequence operation, and will therefore
7053 * be in some phase of session reset.
7054 *
7055 * Will attempt to negotiate SP4_MACH_CRED if krb5i / krb5p auth is used.
7056 */
7057int nfs4_proc_exchange_id(struct nfs_client *clp, struct rpc_cred *cred)
7058{
7059 rpc_authflavor_t authflavor = clp->cl_rpcclient->cl_auth->au_flavor;
7060 int status;
7061
7062 /* try SP4_MACH_CRED if krb5i/p */
7063 if (authflavor == RPC_AUTH_GSS_KRB5I ||
7064 authflavor == RPC_AUTH_GSS_KRB5P) {
7065 status = _nfs4_proc_exchange_id(clp, cred, SP4_MACH_CRED);
7066 if (!status)
7067 return 0;
7068 }
7069
7070 /* try SP4_NONE */
7071 return _nfs4_proc_exchange_id(clp, cred, SP4_NONE);
7072}
7073
Trond Myklebust66245532012-05-25 17:18:09 -04007074static int _nfs4_proc_destroy_clientid(struct nfs_client *clp,
7075 struct rpc_cred *cred)
7076{
7077 struct rpc_message msg = {
7078 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_DESTROY_CLIENTID],
7079 .rpc_argp = clp,
7080 .rpc_cred = cred,
7081 };
7082 int status;
7083
7084 status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Trond Myklebustc6d01c62013-08-09 11:51:26 -04007085 trace_nfs4_destroy_clientid(clp, status);
Trond Myklebust66245532012-05-25 17:18:09 -04007086 if (status)
Trond Myklebust02c67522012-06-07 13:45:53 -04007087 dprintk("NFS: Got error %d from the server %s on "
Trond Myklebust66245532012-05-25 17:18:09 -04007088 "DESTROY_CLIENTID.", status, clp->cl_hostname);
7089 return status;
7090}
7091
7092static int nfs4_proc_destroy_clientid(struct nfs_client *clp,
7093 struct rpc_cred *cred)
7094{
7095 unsigned int loop;
7096 int ret;
7097
7098 for (loop = NFS4_MAX_LOOP_ON_RECOVER; loop != 0; loop--) {
7099 ret = _nfs4_proc_destroy_clientid(clp, cred);
7100 switch (ret) {
7101 case -NFS4ERR_DELAY:
7102 case -NFS4ERR_CLIENTID_BUSY:
7103 ssleep(1);
7104 break;
7105 default:
7106 return ret;
7107 }
7108 }
7109 return 0;
7110}
7111
7112int nfs4_destroy_clientid(struct nfs_client *clp)
7113{
7114 struct rpc_cred *cred;
7115 int ret = 0;
7116
7117 if (clp->cl_mvops->minor_version < 1)
7118 goto out;
7119 if (clp->cl_exchange_flags == 0)
7120 goto out;
Chuck Lever05f4c352012-09-14 17:24:32 -04007121 if (clp->cl_preserve_clid)
7122 goto out;
Chuck Lever73d8bde2013-07-24 12:28:37 -04007123 cred = nfs4_get_clid_cred(clp);
Trond Myklebust66245532012-05-25 17:18:09 -04007124 ret = nfs4_proc_destroy_clientid(clp, cred);
7125 if (cred)
7126 put_rpccred(cred);
7127 switch (ret) {
7128 case 0:
7129 case -NFS4ERR_STALE_CLIENTID:
7130 clp->cl_exchange_flags = 0;
7131 }
7132out:
7133 return ret;
7134}
7135
Andy Adamson2050f0c2009-04-01 09:22:30 -04007136struct nfs4_get_lease_time_data {
7137 struct nfs4_get_lease_time_args *args;
7138 struct nfs4_get_lease_time_res *res;
7139 struct nfs_client *clp;
7140};
7141
7142static void nfs4_get_lease_time_prepare(struct rpc_task *task,
7143 void *calldata)
7144{
Andy Adamson2050f0c2009-04-01 09:22:30 -04007145 struct nfs4_get_lease_time_data *data =
7146 (struct nfs4_get_lease_time_data *)calldata;
7147
7148 dprintk("--> %s\n", __func__);
7149 /* just setup sequence, do not trigger session recovery
7150 since we're invoked within one */
Trond Myklebustd9afbd12012-10-22 20:28:44 -04007151 nfs41_setup_sequence(data->clp->cl_session,
7152 &data->args->la_seq_args,
7153 &data->res->lr_seq_res,
7154 task);
Andy Adamson2050f0c2009-04-01 09:22:30 -04007155 dprintk("<-- %s\n", __func__);
7156}
7157
7158/*
7159 * Called from nfs4_state_manager thread for session setup, so don't recover
7160 * from sequence operation or clientid errors.
7161 */
7162static void nfs4_get_lease_time_done(struct rpc_task *task, void *calldata)
7163{
7164 struct nfs4_get_lease_time_data *data =
7165 (struct nfs4_get_lease_time_data *)calldata;
7166
7167 dprintk("--> %s\n", __func__);
Trond Myklebust14516c32010-07-31 14:29:06 -04007168 if (!nfs41_sequence_done(task, &data->res->lr_seq_res))
7169 return;
Andy Adamson2050f0c2009-04-01 09:22:30 -04007170 switch (task->tk_status) {
7171 case -NFS4ERR_DELAY:
7172 case -NFS4ERR_GRACE:
7173 dprintk("%s Retry: tk_status %d\n", __func__, task->tk_status);
7174 rpc_delay(task, NFS4_POLL_RETRY_MIN);
7175 task->tk_status = 0;
Andy Adamsona8a4ae32011-05-03 13:43:03 -04007176 /* fall through */
7177 case -NFS4ERR_RETRY_UNCACHED_REP:
Trond Myklebustd00c5d42011-10-19 12:17:29 -07007178 rpc_restart_call_prepare(task);
Andy Adamson2050f0c2009-04-01 09:22:30 -04007179 return;
7180 }
Andy Adamson2050f0c2009-04-01 09:22:30 -04007181 dprintk("<-- %s\n", __func__);
7182}
7183
Trond Myklebust17280172012-03-11 13:11:00 -04007184static const struct rpc_call_ops nfs4_get_lease_time_ops = {
Andy Adamson2050f0c2009-04-01 09:22:30 -04007185 .rpc_call_prepare = nfs4_get_lease_time_prepare,
7186 .rpc_call_done = nfs4_get_lease_time_done,
7187};
7188
7189int nfs4_proc_get_lease_time(struct nfs_client *clp, struct nfs_fsinfo *fsinfo)
7190{
7191 struct rpc_task *task;
7192 struct nfs4_get_lease_time_args args;
7193 struct nfs4_get_lease_time_res res = {
7194 .lr_fsinfo = fsinfo,
7195 };
7196 struct nfs4_get_lease_time_data data = {
7197 .args = &args,
7198 .res = &res,
7199 .clp = clp,
7200 };
7201 struct rpc_message msg = {
7202 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GET_LEASE_TIME],
7203 .rpc_argp = &args,
7204 .rpc_resp = &res,
7205 };
7206 struct rpc_task_setup task_setup = {
7207 .rpc_client = clp->cl_rpcclient,
7208 .rpc_message = &msg,
7209 .callback_ops = &nfs4_get_lease_time_ops,
Trond Myklebust1bd714f2011-04-24 14:29:33 -04007210 .callback_data = &data,
7211 .flags = RPC_TASK_TIMEOUT,
Andy Adamson2050f0c2009-04-01 09:22:30 -04007212 };
7213 int status;
7214
Chuck Levera9c92d62013-08-09 12:48:18 -04007215 nfs4_init_sequence(&args.la_seq_args, &res.lr_seq_res, 0);
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04007216 nfs4_set_sequence_privileged(&args.la_seq_args);
Andy Adamson2050f0c2009-04-01 09:22:30 -04007217 dprintk("--> %s\n", __func__);
7218 task = rpc_run_task(&task_setup);
7219
7220 if (IS_ERR(task))
7221 status = PTR_ERR(task);
7222 else {
7223 status = task->tk_status;
7224 rpc_put_task(task);
7225 }
7226 dprintk("<-- %s return %d\n", __func__, status);
7227
7228 return status;
7229}
7230
Andy Adamsonfc931582009-04-01 09:22:31 -04007231/*
7232 * Initialize the values to be used by the client in CREATE_SESSION
7233 * If nfs4_init_session set the fore channel request and response sizes,
7234 * use them.
7235 *
7236 * Set the back channel max_resp_sz_cached to zero to force the client to
7237 * always set csa_cachethis to FALSE because the current implementation
7238 * of the back channel DRC only supports caching the CB_SEQUENCE operation.
7239 */
7240static void nfs4_init_channel_attrs(struct nfs41_create_session_args *args)
7241{
Andy Adamson18aad3d2013-06-26 12:21:49 -04007242 unsigned int max_rqst_sz, max_resp_sz;
Andy Adamsonfc931582009-04-01 09:22:31 -04007243
Andy Adamson18aad3d2013-06-26 12:21:49 -04007244 max_rqst_sz = NFS_MAX_FILE_IO_SIZE + nfs41_maxwrite_overhead;
7245 max_resp_sz = NFS_MAX_FILE_IO_SIZE + nfs41_maxread_overhead;
7246
Andy Adamsonfc931582009-04-01 09:22:31 -04007247 /* Fore channel attributes */
Andy Adamson18aad3d2013-06-26 12:21:49 -04007248 args->fc_attrs.max_rqst_sz = max_rqst_sz;
7249 args->fc_attrs.max_resp_sz = max_resp_sz;
Andy Adamsonfc931582009-04-01 09:22:31 -04007250 args->fc_attrs.max_ops = NFS4_MAX_OPS;
Trond Myklebustef159e92012-02-06 19:50:40 -05007251 args->fc_attrs.max_reqs = max_session_slots;
Andy Adamsonfc931582009-04-01 09:22:31 -04007252
7253 dprintk("%s: Fore Channel : max_rqst_sz=%u max_resp_sz=%u "
Mike Sager8e0d46e2009-12-17 12:06:26 -05007254 "max_ops=%u max_reqs=%u\n",
Andy Adamsonfc931582009-04-01 09:22:31 -04007255 __func__,
7256 args->fc_attrs.max_rqst_sz, args->fc_attrs.max_resp_sz,
Mike Sager8e0d46e2009-12-17 12:06:26 -05007257 args->fc_attrs.max_ops, args->fc_attrs.max_reqs);
Andy Adamsonfc931582009-04-01 09:22:31 -04007258
7259 /* Back channel attributes */
Andy Adamsonfc931582009-04-01 09:22:31 -04007260 args->bc_attrs.max_rqst_sz = PAGE_SIZE;
7261 args->bc_attrs.max_resp_sz = PAGE_SIZE;
7262 args->bc_attrs.max_resp_sz_cached = 0;
7263 args->bc_attrs.max_ops = NFS4_MAX_BACK_CHANNEL_OPS;
7264 args->bc_attrs.max_reqs = 1;
7265
7266 dprintk("%s: Back Channel : max_rqst_sz=%u max_resp_sz=%u "
7267 "max_resp_sz_cached=%u max_ops=%u max_reqs=%u\n",
7268 __func__,
7269 args->bc_attrs.max_rqst_sz, args->bc_attrs.max_resp_sz,
7270 args->bc_attrs.max_resp_sz_cached, args->bc_attrs.max_ops,
7271 args->bc_attrs.max_reqs);
7272}
7273
Trond Myklebust79969dd2015-02-18 11:30:18 -08007274static int nfs4_verify_fore_channel_attrs(struct nfs41_create_session_args *args,
7275 struct nfs41_create_session_res *res)
Andy Adamson8d353012009-04-01 09:22:32 -04007276{
J. Bruce Fields43c2e882010-10-02 15:19:01 -04007277 struct nfs4_channel_attrs *sent = &args->fc_attrs;
Trond Myklebust79969dd2015-02-18 11:30:18 -08007278 struct nfs4_channel_attrs *rcvd = &res->fc_attrs;
J. Bruce Fields43c2e882010-10-02 15:19:01 -04007279
J. Bruce Fields43c2e882010-10-02 15:19:01 -04007280 if (rcvd->max_resp_sz > sent->max_resp_sz)
7281 return -EINVAL;
7282 /*
7283 * Our requested max_ops is the minimum we need; we're not
7284 * prepared to break up compounds into smaller pieces than that.
7285 * So, no point even trying to continue if the server won't
7286 * cooperate:
7287 */
7288 if (rcvd->max_ops < sent->max_ops)
7289 return -EINVAL;
7290 if (rcvd->max_reqs == 0)
7291 return -EINVAL;
Vitaliy Gusevb4b9a0c2012-02-15 19:38:25 +04007292 if (rcvd->max_reqs > NFS4_MAX_SLOT_TABLE)
7293 rcvd->max_reqs = NFS4_MAX_SLOT_TABLE;
J. Bruce Fields43c2e882010-10-02 15:19:01 -04007294 return 0;
Andy Adamson8d353012009-04-01 09:22:32 -04007295}
7296
Trond Myklebust79969dd2015-02-18 11:30:18 -08007297static int nfs4_verify_back_channel_attrs(struct nfs41_create_session_args *args,
7298 struct nfs41_create_session_res *res)
J. Bruce Fields43c2e882010-10-02 15:19:01 -04007299{
7300 struct nfs4_channel_attrs *sent = &args->bc_attrs;
Trond Myklebust79969dd2015-02-18 11:30:18 -08007301 struct nfs4_channel_attrs *rcvd = &res->bc_attrs;
Andy Adamson8d353012009-04-01 09:22:32 -04007302
Trond Myklebustb1c0df52015-02-18 11:34:58 -08007303 if (!(res->flags & SESSION4_BACK_CHAN))
7304 goto out;
J. Bruce Fields43c2e882010-10-02 15:19:01 -04007305 if (rcvd->max_rqst_sz > sent->max_rqst_sz)
7306 return -EINVAL;
7307 if (rcvd->max_resp_sz < sent->max_resp_sz)
7308 return -EINVAL;
7309 if (rcvd->max_resp_sz_cached > sent->max_resp_sz_cached)
7310 return -EINVAL;
7311 /* These would render the backchannel useless: */
Vitaliy Gusevb4b9a0c2012-02-15 19:38:25 +04007312 if (rcvd->max_ops != sent->max_ops)
J. Bruce Fields43c2e882010-10-02 15:19:01 -04007313 return -EINVAL;
Vitaliy Gusevb4b9a0c2012-02-15 19:38:25 +04007314 if (rcvd->max_reqs != sent->max_reqs)
J. Bruce Fields43c2e882010-10-02 15:19:01 -04007315 return -EINVAL;
Trond Myklebustb1c0df52015-02-18 11:34:58 -08007316out:
J. Bruce Fields43c2e882010-10-02 15:19:01 -04007317 return 0;
7318}
Andy Adamson8d353012009-04-01 09:22:32 -04007319
Andy Adamson8d353012009-04-01 09:22:32 -04007320static int nfs4_verify_channel_attrs(struct nfs41_create_session_args *args,
Trond Myklebust79969dd2015-02-18 11:30:18 -08007321 struct nfs41_create_session_res *res)
Andy Adamson8d353012009-04-01 09:22:32 -04007322{
J. Bruce Fields43c2e882010-10-02 15:19:01 -04007323 int ret;
Andy Adamson8d353012009-04-01 09:22:32 -04007324
Trond Myklebust79969dd2015-02-18 11:30:18 -08007325 ret = nfs4_verify_fore_channel_attrs(args, res);
J. Bruce Fields43c2e882010-10-02 15:19:01 -04007326 if (ret)
7327 return ret;
Trond Myklebust79969dd2015-02-18 11:30:18 -08007328 return nfs4_verify_back_channel_attrs(args, res);
7329}
7330
7331static void nfs4_update_session(struct nfs4_session *session,
7332 struct nfs41_create_session_res *res)
7333{
7334 nfs4_copy_sessionid(&session->sess_id, &res->sessionid);
Trond Myklebuste11259f2015-03-03 20:35:31 -05007335 /* Mark client id and session as being confirmed */
7336 session->clp->cl_exchange_flags |= EXCHGID4_FLAG_CONFIRMED_R;
7337 set_bit(NFS4_SESSION_ESTABLISHED, &session->session_state);
Trond Myklebust79969dd2015-02-18 11:30:18 -08007338 session->flags = res->flags;
7339 memcpy(&session->fc_attrs, &res->fc_attrs, sizeof(session->fc_attrs));
Trond Myklebustb1c0df52015-02-18 11:34:58 -08007340 if (res->flags & SESSION4_BACK_CHAN)
7341 memcpy(&session->bc_attrs, &res->bc_attrs,
7342 sizeof(session->bc_attrs));
Andy Adamson8d353012009-04-01 09:22:32 -04007343}
7344
Trond Myklebust848f5bd2012-05-25 17:51:23 -04007345static int _nfs4_proc_create_session(struct nfs_client *clp,
7346 struct rpc_cred *cred)
Andy Adamsonfc931582009-04-01 09:22:31 -04007347{
7348 struct nfs4_session *session = clp->cl_session;
7349 struct nfs41_create_session_args args = {
7350 .client = clp,
Trond Myklebust79969dd2015-02-18 11:30:18 -08007351 .clientid = clp->cl_clientid,
7352 .seqid = clp->cl_seqid,
Andy Adamsonfc931582009-04-01 09:22:31 -04007353 .cb_program = NFS4_CALLBACK,
7354 };
Trond Myklebust79969dd2015-02-18 11:30:18 -08007355 struct nfs41_create_session_res res;
7356
Andy Adamsonfc931582009-04-01 09:22:31 -04007357 struct rpc_message msg = {
7358 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_CREATE_SESSION],
7359 .rpc_argp = &args,
7360 .rpc_resp = &res,
Trond Myklebust848f5bd2012-05-25 17:51:23 -04007361 .rpc_cred = cred,
Andy Adamsonfc931582009-04-01 09:22:31 -04007362 };
7363 int status;
7364
7365 nfs4_init_channel_attrs(&args);
Andy Adamson0f914212009-04-01 09:23:16 -04007366 args.flags = (SESSION4_PERSIST | SESSION4_BACK_CHAN);
Andy Adamsonfc931582009-04-01 09:22:31 -04007367
Trond Myklebust1bd714f2011-04-24 14:29:33 -04007368 status = rpc_call_sync(session->clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Trond Myklebustc6d01c62013-08-09 11:51:26 -04007369 trace_nfs4_create_session(clp, status);
Andy Adamsonfc931582009-04-01 09:22:31 -04007370
Trond Myklebust43095d32012-11-20 11:13:12 -05007371 if (!status) {
Andy Adamson8d353012009-04-01 09:22:32 -04007372 /* Verify the session's negotiated channel_attrs values */
Trond Myklebust79969dd2015-02-18 11:30:18 -08007373 status = nfs4_verify_channel_attrs(&args, &res);
Andy Adamsonfc931582009-04-01 09:22:31 -04007374 /* Increment the clientid slot sequence id */
Trond Myklebust79969dd2015-02-18 11:30:18 -08007375 if (clp->cl_seqid == res.seqid)
7376 clp->cl_seqid++;
7377 if (status)
7378 goto out;
7379 nfs4_update_session(session, &res);
Andy Adamsonfc931582009-04-01 09:22:31 -04007380 }
Trond Myklebust79969dd2015-02-18 11:30:18 -08007381out:
Andy Adamsonfc931582009-04-01 09:22:31 -04007382 return status;
7383}
7384
7385/*
7386 * Issues a CREATE_SESSION operation to the server.
7387 * It is the responsibility of the caller to verify the session is
7388 * expired before calling this routine.
7389 */
Trond Myklebust848f5bd2012-05-25 17:51:23 -04007390int nfs4_proc_create_session(struct nfs_client *clp, struct rpc_cred *cred)
Andy Adamsonfc931582009-04-01 09:22:31 -04007391{
7392 int status;
7393 unsigned *ptr;
Andy Adamsonfc931582009-04-01 09:22:31 -04007394 struct nfs4_session *session = clp->cl_session;
7395
7396 dprintk("--> %s clp=%p session=%p\n", __func__, clp, session);
7397
Trond Myklebust848f5bd2012-05-25 17:51:23 -04007398 status = _nfs4_proc_create_session(clp, cred);
Andy Adamsonfc931582009-04-01 09:22:31 -04007399 if (status)
7400 goto out;
7401
Andy Adamsonaacd5532011-11-09 13:58:21 -05007402 /* Init or reset the session slot tables */
7403 status = nfs4_setup_session_slot_tables(session);
7404 dprintk("slot table setup returned %d\n", status);
Andy Adamsonfc931582009-04-01 09:22:31 -04007405 if (status)
7406 goto out;
7407
7408 ptr = (unsigned *)&session->sess_id.data[0];
7409 dprintk("%s client>seqid %d sessionid %u:%u:%u:%u\n", __func__,
7410 clp->cl_seqid, ptr[0], ptr[1], ptr[2], ptr[3]);
Andy Adamsonfc931582009-04-01 09:22:31 -04007411out:
7412 dprintk("<-- %s\n", __func__);
7413 return status;
7414}
7415
Andy Adamson0f3e66c2009-04-01 09:22:34 -04007416/*
7417 * Issue the over-the-wire RPC DESTROY_SESSION.
7418 * The caller must serialize access to this routine.
7419 */
Trond Myklebust848f5bd2012-05-25 17:51:23 -04007420int nfs4_proc_destroy_session(struct nfs4_session *session,
7421 struct rpc_cred *cred)
Andy Adamson0f3e66c2009-04-01 09:22:34 -04007422{
Trond Myklebust848f5bd2012-05-25 17:51:23 -04007423 struct rpc_message msg = {
7424 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_DESTROY_SESSION],
7425 .rpc_argp = session,
7426 .rpc_cred = cred,
7427 };
Andy Adamson0f3e66c2009-04-01 09:22:34 -04007428 int status = 0;
Andy Adamson0f3e66c2009-04-01 09:22:34 -04007429
7430 dprintk("--> nfs4_proc_destroy_session\n");
7431
7432 /* session is still being setup */
Trond Myklebuste11259f2015-03-03 20:35:31 -05007433 if (!test_and_clear_bit(NFS4_SESSION_ESTABLISHED, &session->session_state))
7434 return 0;
Andy Adamson0f3e66c2009-04-01 09:22:34 -04007435
Trond Myklebust1bd714f2011-04-24 14:29:33 -04007436 status = rpc_call_sync(session->clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Trond Myklebustc6d01c62013-08-09 11:51:26 -04007437 trace_nfs4_destroy_session(session->clp, status);
Andy Adamson0f3e66c2009-04-01 09:22:34 -04007438
7439 if (status)
Trond Myklebust08106ac2012-06-05 10:08:24 -04007440 dprintk("NFS: Got error %d from the server on DESTROY_SESSION. "
Andy Adamson0f3e66c2009-04-01 09:22:34 -04007441 "Session has been destroyed regardless...\n", status);
7442
7443 dprintk("<-- nfs4_proc_destroy_session\n");
7444 return status;
7445}
7446
Trond Myklebust7b38c362012-05-23 13:23:31 -04007447/*
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007448 * Renew the cl_session lease.
7449 */
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04007450struct nfs4_sequence_data {
7451 struct nfs_client *clp;
7452 struct nfs4_sequence_args args;
7453 struct nfs4_sequence_res res;
7454};
7455
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08007456static void nfs41_sequence_release(void *data)
7457{
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04007458 struct nfs4_sequence_data *calldata = data;
7459 struct nfs_client *clp = calldata->clp;
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08007460
Alexandros Batsakis71358402010-02-05 03:45:05 -08007461 if (atomic_read(&clp->cl_count) > 1)
7462 nfs4_schedule_state_renewal(clp);
7463 nfs_put_client(clp);
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04007464 kfree(calldata);
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08007465}
7466
Trond Myklebustaa5190d2010-06-16 09:52:25 -04007467static int nfs41_sequence_handle_errors(struct rpc_task *task, struct nfs_client *clp)
7468{
7469 switch(task->tk_status) {
7470 case -NFS4ERR_DELAY:
Trond Myklebustaa5190d2010-06-16 09:52:25 -04007471 rpc_delay(task, NFS4_POLL_RETRY_MAX);
7472 return -EAGAIN;
7473 default:
Trond Myklebust0400a6b2011-03-09 16:00:53 -05007474 nfs4_schedule_lease_recovery(clp);
Trond Myklebustaa5190d2010-06-16 09:52:25 -04007475 }
7476 return 0;
7477}
7478
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08007479static void nfs41_sequence_call_done(struct rpc_task *task, void *data)
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007480{
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04007481 struct nfs4_sequence_data *calldata = data;
7482 struct nfs_client *clp = calldata->clp;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007483
Trond Myklebust14516c32010-07-31 14:29:06 -04007484 if (!nfs41_sequence_done(task, task->tk_msg.rpc_resp))
7485 return;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007486
Trond Myklebustc6d01c62013-08-09 11:51:26 -04007487 trace_nfs4_sequence(clp, task->tk_status);
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007488 if (task->tk_status < 0) {
7489 dprintk("%s ERROR %d\n", __func__, task->tk_status);
Alexandros Batsakis71358402010-02-05 03:45:05 -08007490 if (atomic_read(&clp->cl_count) == 1)
7491 goto out;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007492
Trond Myklebustaa5190d2010-06-16 09:52:25 -04007493 if (nfs41_sequence_handle_errors(task, clp) == -EAGAIN) {
7494 rpc_restart_call_prepare(task);
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007495 return;
7496 }
7497 }
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007498 dprintk("%s rpc_cred %p\n", __func__, task->tk_msg.rpc_cred);
Alexandros Batsakis71358402010-02-05 03:45:05 -08007499out:
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007500 dprintk("<-- %s\n", __func__);
7501}
7502
7503static void nfs41_sequence_prepare(struct rpc_task *task, void *data)
7504{
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04007505 struct nfs4_sequence_data *calldata = data;
7506 struct nfs_client *clp = calldata->clp;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007507 struct nfs4_sequence_args *args;
7508 struct nfs4_sequence_res *res;
7509
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007510 args = task->tk_msg.rpc_argp;
7511 res = task->tk_msg.rpc_resp;
7512
Trond Myklebustd9afbd12012-10-22 20:28:44 -04007513 nfs41_setup_sequence(clp->cl_session, args, res, task);
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007514}
7515
7516static const struct rpc_call_ops nfs41_sequence_ops = {
7517 .rpc_call_done = nfs41_sequence_call_done,
7518 .rpc_call_prepare = nfs41_sequence_prepare,
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08007519 .rpc_release = nfs41_sequence_release,
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007520};
7521
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04007522static struct rpc_task *_nfs41_proc_sequence(struct nfs_client *clp,
7523 struct rpc_cred *cred,
7524 bool is_privileged)
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007525{
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04007526 struct nfs4_sequence_data *calldata;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007527 struct rpc_message msg = {
7528 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SEQUENCE],
7529 .rpc_cred = cred,
7530 };
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007531 struct rpc_task_setup task_setup_data = {
7532 .rpc_client = clp->cl_rpcclient,
7533 .rpc_message = &msg,
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04007534 .callback_ops = &nfs41_sequence_ops,
Trond Myklebustbc7a05c2013-04-08 17:50:28 -04007535 .flags = RPC_TASK_ASYNC | RPC_TASK_TIMEOUT,
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007536 };
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007537
Alexandros Batsakis71358402010-02-05 03:45:05 -08007538 if (!atomic_inc_not_zero(&clp->cl_count))
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007539 return ERR_PTR(-EIO);
Benny Halevydfb4f3092010-09-24 09:17:01 -04007540 calldata = kzalloc(sizeof(*calldata), GFP_NOFS);
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04007541 if (calldata == NULL) {
Alexandros Batsakis71358402010-02-05 03:45:05 -08007542 nfs_put_client(clp);
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007543 return ERR_PTR(-ENOMEM);
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007544 }
Chuck Levera9c92d62013-08-09 12:48:18 -04007545 nfs4_init_sequence(&calldata->args, &calldata->res, 0);
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04007546 if (is_privileged)
7547 nfs4_set_sequence_privileged(&calldata->args);
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04007548 msg.rpc_argp = &calldata->args;
7549 msg.rpc_resp = &calldata->res;
7550 calldata->clp = clp;
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007551 task_setup_data.callback_data = calldata;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007552
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007553 return rpc_run_task(&task_setup_data);
7554}
7555
Trond Myklebust2f60ea62011-08-24 15:07:37 -04007556static int nfs41_proc_async_sequence(struct nfs_client *clp, struct rpc_cred *cred, unsigned renew_flags)
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007557{
7558 struct rpc_task *task;
7559 int ret = 0;
7560
Trond Myklebust2f60ea62011-08-24 15:07:37 -04007561 if ((renew_flags & NFS4_RENEW_TIMEOUT) == 0)
Andy Adamsond1f456b2014-09-29 12:31:57 -04007562 return -EAGAIN;
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04007563 task = _nfs41_proc_sequence(clp, cred, false);
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007564 if (IS_ERR(task))
7565 ret = PTR_ERR(task);
7566 else
Trond Myklebustbf294b42011-02-21 11:05:41 -08007567 rpc_put_task_async(task);
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007568 dprintk("<-- %s status=%d\n", __func__, ret);
7569 return ret;
7570}
7571
7572static int nfs4_proc_sequence(struct nfs_client *clp, struct rpc_cred *cred)
7573{
7574 struct rpc_task *task;
7575 int ret;
7576
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04007577 task = _nfs41_proc_sequence(clp, cred, true);
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007578 if (IS_ERR(task)) {
7579 ret = PTR_ERR(task);
7580 goto out;
7581 }
7582 ret = rpc_wait_for_completion_task(task);
Trond Myklebustbe824162015-07-05 14:50:46 -04007583 if (!ret)
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007584 ret = task->tk_status;
7585 rpc_put_task(task);
7586out:
7587 dprintk("<-- %s status=%d\n", __func__, ret);
7588 return ret;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007589}
7590
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007591struct nfs4_reclaim_complete_data {
7592 struct nfs_client *clp;
7593 struct nfs41_reclaim_complete_args arg;
7594 struct nfs41_reclaim_complete_res res;
7595};
7596
7597static void nfs4_reclaim_complete_prepare(struct rpc_task *task, void *data)
7598{
7599 struct nfs4_reclaim_complete_data *calldata = data;
7600
Trond Myklebustd9afbd12012-10-22 20:28:44 -04007601 nfs41_setup_sequence(calldata->clp->cl_session,
7602 &calldata->arg.seq_args,
7603 &calldata->res.seq_res,
7604 task);
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007605}
7606
Trond Myklebustaa5190d2010-06-16 09:52:25 -04007607static int nfs41_reclaim_complete_handle_errors(struct rpc_task *task, struct nfs_client *clp)
7608{
7609 switch(task->tk_status) {
7610 case 0:
7611 case -NFS4ERR_COMPLETE_ALREADY:
7612 case -NFS4ERR_WRONG_CRED: /* What to do here? */
7613 break;
7614 case -NFS4ERR_DELAY:
Trond Myklebustaa5190d2010-06-16 09:52:25 -04007615 rpc_delay(task, NFS4_POLL_RETRY_MAX);
Andy Adamsona8a4ae32011-05-03 13:43:03 -04007616 /* fall through */
7617 case -NFS4ERR_RETRY_UNCACHED_REP:
Trond Myklebustaa5190d2010-06-16 09:52:25 -04007618 return -EAGAIN;
7619 default:
Trond Myklebust0400a6b2011-03-09 16:00:53 -05007620 nfs4_schedule_lease_recovery(clp);
Trond Myklebustaa5190d2010-06-16 09:52:25 -04007621 }
7622 return 0;
7623}
7624
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007625static void nfs4_reclaim_complete_done(struct rpc_task *task, void *data)
7626{
7627 struct nfs4_reclaim_complete_data *calldata = data;
7628 struct nfs_client *clp = calldata->clp;
7629 struct nfs4_sequence_res *res = &calldata->res.seq_res;
7630
7631 dprintk("--> %s\n", __func__);
Trond Myklebust14516c32010-07-31 14:29:06 -04007632 if (!nfs41_sequence_done(task, res))
7633 return;
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007634
Trond Myklebustc6d01c62013-08-09 11:51:26 -04007635 trace_nfs4_reclaim_complete(clp, task->tk_status);
Trond Myklebustaa5190d2010-06-16 09:52:25 -04007636 if (nfs41_reclaim_complete_handle_errors(task, clp) == -EAGAIN) {
7637 rpc_restart_call_prepare(task);
7638 return;
7639 }
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007640 dprintk("<-- %s\n", __func__);
7641}
7642
7643static void nfs4_free_reclaim_complete_data(void *data)
7644{
7645 struct nfs4_reclaim_complete_data *calldata = data;
7646
7647 kfree(calldata);
7648}
7649
7650static const struct rpc_call_ops nfs4_reclaim_complete_call_ops = {
7651 .rpc_call_prepare = nfs4_reclaim_complete_prepare,
7652 .rpc_call_done = nfs4_reclaim_complete_done,
7653 .rpc_release = nfs4_free_reclaim_complete_data,
7654};
7655
7656/*
7657 * Issue a global reclaim complete.
7658 */
Trond Myklebust965e9c22013-05-20 11:05:17 -04007659static int nfs41_proc_reclaim_complete(struct nfs_client *clp,
7660 struct rpc_cred *cred)
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007661{
7662 struct nfs4_reclaim_complete_data *calldata;
7663 struct rpc_task *task;
7664 struct rpc_message msg = {
7665 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RECLAIM_COMPLETE],
Trond Myklebust965e9c22013-05-20 11:05:17 -04007666 .rpc_cred = cred,
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007667 };
7668 struct rpc_task_setup task_setup_data = {
7669 .rpc_client = clp->cl_rpcclient,
7670 .rpc_message = &msg,
7671 .callback_ops = &nfs4_reclaim_complete_call_ops,
7672 .flags = RPC_TASK_ASYNC,
7673 };
7674 int status = -ENOMEM;
7675
7676 dprintk("--> %s\n", __func__);
Trond Myklebust8535b2b2010-05-13 12:51:01 -04007677 calldata = kzalloc(sizeof(*calldata), GFP_NOFS);
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007678 if (calldata == NULL)
7679 goto out;
7680 calldata->clp = clp;
7681 calldata->arg.one_fs = 0;
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007682
Chuck Levera9c92d62013-08-09 12:48:18 -04007683 nfs4_init_sequence(&calldata->arg.seq_args, &calldata->res.seq_res, 0);
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04007684 nfs4_set_sequence_privileged(&calldata->arg.seq_args);
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007685 msg.rpc_argp = &calldata->arg;
7686 msg.rpc_resp = &calldata->res;
7687 task_setup_data.callback_data = calldata;
7688 task = rpc_run_task(&task_setup_data);
Dan Carpenteracf82b82010-04-22 11:28:39 +02007689 if (IS_ERR(task)) {
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007690 status = PTR_ERR(task);
Dan Carpenteracf82b82010-04-22 11:28:39 +02007691 goto out;
7692 }
Andy Adamsonc34c32e2011-03-09 13:13:46 -05007693 status = nfs4_wait_for_completion_rpc_task(task);
7694 if (status == 0)
7695 status = task->tk_status;
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007696 rpc_put_task(task);
Dan Carpenteracf82b82010-04-22 11:28:39 +02007697 return 0;
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007698out:
7699 dprintk("<-- %s status=%d\n", __func__, status);
7700 return status;
7701}
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007702
7703static void
7704nfs4_layoutget_prepare(struct rpc_task *task, void *calldata)
7705{
7706 struct nfs4_layoutget *lgp = calldata;
Fred Isamanc31663d2011-01-06 11:36:24 +00007707 struct nfs_server *server = NFS_SERVER(lgp->args.inode);
Trond Myklebust6ba7db32012-10-22 20:07:20 -04007708 struct nfs4_session *session = nfs4_get_session(server);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007709
7710 dprintk("--> %s\n", __func__);
Fred Isamanc31663d2011-01-06 11:36:24 +00007711 /* Note the is a race here, where a CB_LAYOUTRECALL can come in
7712 * right now covering the LAYOUTGET we are about to send.
7713 * However, that is not so catastrophic, and there seems
7714 * to be no way to prevent it completely.
7715 */
Trond Myklebust6ba7db32012-10-22 20:07:20 -04007716 if (nfs41_setup_sequence(session, &lgp->args.seq_args,
Trond Myklebust9d12b212012-01-17 22:04:25 -05007717 &lgp->res.seq_res, task))
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007718 return;
Fred Isamancf7d63f2011-01-06 11:36:25 +00007719 if (pnfs_choose_layoutget_stateid(&lgp->args.stateid,
7720 NFS_I(lgp->args.inode)->layout,
Peng Taoce6ab4f2014-09-06 00:53:24 +08007721 &lgp->args.range,
Fred Isamancf7d63f2011-01-06 11:36:25 +00007722 lgp->args.ctx->state)) {
7723 rpc_exit(task, NFS4_OK);
Fred Isamancf7d63f2011-01-06 11:36:25 +00007724 }
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007725}
7726
7727static void nfs4_layoutget_done(struct rpc_task *task, void *calldata)
7728{
7729 struct nfs4_layoutget *lgp = calldata;
Trond Myklebustee314c22012-10-01 17:25:48 -07007730 struct inode *inode = lgp->args.inode;
7731 struct nfs_server *server = NFS_SERVER(inode);
7732 struct pnfs_layout_hdr *lo;
7733 struct nfs4_state *state = NULL;
Boaz Harroshed7e5422014-01-22 20:34:54 +02007734 unsigned long timeo, now, giveup;
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007735
Boaz Harroshed7e5422014-01-22 20:34:54 +02007736 dprintk("--> %s tk_status => %d\n", __func__, -task->tk_status);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007737
Trond Myklebust6ba7db32012-10-22 20:07:20 -04007738 if (!nfs41_sequence_done(task, &lgp->res.seq_res))
Trond Myklebustee314c22012-10-01 17:25:48 -07007739 goto out;
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007740
7741 switch (task->tk_status) {
7742 case 0:
Trond Myklebustee314c22012-10-01 17:25:48 -07007743 goto out;
Boaz Harroshed7e5422014-01-22 20:34:54 +02007744 /*
7745 * NFS4ERR_LAYOUTTRYLATER is a conflict with another client
7746 * (or clients) writing to the same RAID stripe
7747 */
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007748 case -NFS4ERR_LAYOUTTRYLATER:
Boaz Harroshed7e5422014-01-22 20:34:54 +02007749 /*
7750 * NFS4ERR_RECALLCONFLICT is when conflict with self (must recall
7751 * existing layout before getting a new one).
7752 */
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007753 case -NFS4ERR_RECALLCONFLICT:
Weston Andros Adamson30005122013-02-28 20:30:10 -05007754 timeo = rpc_get_timeout(task->tk_client);
7755 giveup = lgp->args.timestamp + timeo;
Boaz Harroshed7e5422014-01-22 20:34:54 +02007756 now = jiffies;
7757 if (time_after(giveup, now)) {
7758 unsigned long delay;
7759
7760 /* Delay for:
7761 * - Not less then NFS4_POLL_RETRY_MIN.
7762 * - One last time a jiffie before we give up
7763 * - exponential backoff (time_now minus start_attempt)
7764 */
7765 delay = max_t(unsigned long, NFS4_POLL_RETRY_MIN,
7766 min((giveup - now - 1),
7767 now - lgp->args.timestamp));
7768
7769 dprintk("%s: NFS4ERR_RECALLCONFLICT waiting %lu\n",
7770 __func__, delay);
7771 rpc_delay(task, delay);
7772 task->tk_status = 0;
7773 rpc_restart_call_prepare(task);
7774 goto out; /* Do not call nfs4_async_handle_error() */
7775 }
Trond Myklebustee314c22012-10-01 17:25:48 -07007776 break;
7777 case -NFS4ERR_EXPIRED:
7778 case -NFS4ERR_BAD_STATEID:
7779 spin_lock(&inode->i_lock);
7780 lo = NFS_I(inode)->layout;
7781 if (!lo || list_empty(&lo->plh_segs)) {
7782 spin_unlock(&inode->i_lock);
7783 /* If the open stateid was bad, then recover it. */
7784 state = lgp->args.ctx->state;
7785 } else {
7786 LIST_HEAD(head);
7787
Christoph Hellwigdefb8462014-08-21 11:09:21 -05007788 /*
7789 * Mark the bad layout state as invalid, then retry
7790 * with the current stateid.
7791 */
Trond Myklebustee314c22012-10-01 17:25:48 -07007792 pnfs_mark_matching_lsegs_invalid(lo, &head, NULL);
7793 spin_unlock(&inode->i_lock);
Trond Myklebustee314c22012-10-01 17:25:48 -07007794 pnfs_free_lseg_list(&head);
Christoph Hellwigdefb8462014-08-21 11:09:21 -05007795
7796 task->tk_status = 0;
7797 rpc_restart_call_prepare(task);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007798 }
7799 }
NeilBrown8478eaa2014-09-18 16:09:27 +10007800 if (nfs4_async_handle_error(task, server, state, NULL) == -EAGAIN)
Trond Myklebustee314c22012-10-01 17:25:48 -07007801 rpc_restart_call_prepare(task);
7802out:
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007803 dprintk("<-- %s\n", __func__);
7804}
7805
Idan Kedar85541162012-08-02 11:47:10 +03007806static size_t max_response_pages(struct nfs_server *server)
7807{
7808 u32 max_resp_sz = server->nfs_client->cl_session->fc_attrs.max_resp_sz;
7809 return nfs_page_array_len(0, max_resp_sz);
7810}
7811
7812static void nfs4_free_pages(struct page **pages, size_t size)
7813{
7814 int i;
7815
7816 if (!pages)
7817 return;
7818
7819 for (i = 0; i < size; i++) {
7820 if (!pages[i])
7821 break;
7822 __free_page(pages[i]);
7823 }
7824 kfree(pages);
7825}
7826
7827static struct page **nfs4_alloc_pages(size_t size, gfp_t gfp_flags)
7828{
7829 struct page **pages;
7830 int i;
7831
7832 pages = kcalloc(size, sizeof(struct page *), gfp_flags);
7833 if (!pages) {
7834 dprintk("%s: can't alloc array of %zu pages\n", __func__, size);
7835 return NULL;
7836 }
7837
7838 for (i = 0; i < size; i++) {
7839 pages[i] = alloc_page(gfp_flags);
7840 if (!pages[i]) {
7841 dprintk("%s: failed to allocate page\n", __func__);
7842 nfs4_free_pages(pages, size);
7843 return NULL;
7844 }
7845 }
7846
7847 return pages;
7848}
7849
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007850static void nfs4_layoutget_release(void *calldata)
7851{
7852 struct nfs4_layoutget *lgp = calldata;
Weston Andros Adamsona47970f2013-02-25 21:27:33 -05007853 struct inode *inode = lgp->args.inode;
7854 struct nfs_server *server = NFS_SERVER(inode);
Idan Kedar85541162012-08-02 11:47:10 +03007855 size_t max_pages = max_response_pages(server);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007856
7857 dprintk("--> %s\n", __func__);
Idan Kedar85541162012-08-02 11:47:10 +03007858 nfs4_free_pages(lgp->args.layout.pages, max_pages);
Weston Andros Adamsona47970f2013-02-25 21:27:33 -05007859 pnfs_put_layout_hdr(NFS_I(inode)->layout);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007860 put_nfs_open_context(lgp->args.ctx);
7861 kfree(calldata);
7862 dprintk("<-- %s\n", __func__);
7863}
7864
7865static const struct rpc_call_ops nfs4_layoutget_call_ops = {
7866 .rpc_call_prepare = nfs4_layoutget_prepare,
7867 .rpc_call_done = nfs4_layoutget_done,
7868 .rpc_release = nfs4_layoutget_release,
7869};
7870
Trond Myklebusta0b0a6e2012-09-17 17:12:15 -04007871struct pnfs_layout_segment *
7872nfs4_proc_layoutget(struct nfs4_layoutget *lgp, gfp_t gfp_flags)
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007873{
Weston Andros Adamsona47970f2013-02-25 21:27:33 -05007874 struct inode *inode = lgp->args.inode;
7875 struct nfs_server *server = NFS_SERVER(inode);
Idan Kedar85541162012-08-02 11:47:10 +03007876 size_t max_pages = max_response_pages(server);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007877 struct rpc_task *task;
7878 struct rpc_message msg = {
7879 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LAYOUTGET],
7880 .rpc_argp = &lgp->args,
7881 .rpc_resp = &lgp->res,
Trond Myklebust6ab59342013-05-20 10:49:34 -04007882 .rpc_cred = lgp->cred,
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007883 };
7884 struct rpc_task_setup task_setup_data = {
7885 .rpc_client = server->client,
7886 .rpc_message = &msg,
7887 .callback_ops = &nfs4_layoutget_call_ops,
7888 .callback_data = lgp,
7889 .flags = RPC_TASK_ASYNC,
7890 };
Trond Myklebusta0b0a6e2012-09-17 17:12:15 -04007891 struct pnfs_layout_segment *lseg = NULL;
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007892 int status = 0;
7893
7894 dprintk("--> %s\n", __func__);
7895
Peng Tao4bd5a982014-11-17 11:05:17 +08007896 /* nfs4_layoutget_release calls pnfs_put_layout_hdr */
7897 pnfs_get_layout_hdr(NFS_I(inode)->layout);
7898
Idan Kedar85541162012-08-02 11:47:10 +03007899 lgp->args.layout.pages = nfs4_alloc_pages(max_pages, gfp_flags);
7900 if (!lgp->args.layout.pages) {
7901 nfs4_layoutget_release(lgp);
Trond Myklebusta0b0a6e2012-09-17 17:12:15 -04007902 return ERR_PTR(-ENOMEM);
Idan Kedar85541162012-08-02 11:47:10 +03007903 }
7904 lgp->args.layout.pglen = max_pages * PAGE_SIZE;
Weston Andros Adamson30005122013-02-28 20:30:10 -05007905 lgp->args.timestamp = jiffies;
Idan Kedar85541162012-08-02 11:47:10 +03007906
Weston Andros Adamson35124a02011-03-24 16:48:21 -04007907 lgp->res.layoutp = &lgp->args.layout;
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007908 lgp->res.seq_res.sr_slot = NULL;
Chuck Levera9c92d62013-08-09 12:48:18 -04007909 nfs4_init_sequence(&lgp->args.seq_args, &lgp->res.seq_res, 0);
Weston Andros Adamsona47970f2013-02-25 21:27:33 -05007910
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007911 task = rpc_run_task(&task_setup_data);
7912 if (IS_ERR(task))
Trond Myklebusta0b0a6e2012-09-17 17:12:15 -04007913 return ERR_CAST(task);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007914 status = nfs4_wait_for_completion_rpc_task(task);
Fred Isamanc31663d2011-01-06 11:36:24 +00007915 if (status == 0)
7916 status = task->tk_status;
Trond Myklebust1037e6e2013-08-14 16:36:51 -04007917 trace_nfs4_layoutget(lgp->args.ctx,
7918 &lgp->args.range,
7919 &lgp->res.range,
7920 status);
Weston Andros Adamson085b7a42013-02-15 16:03:46 -05007921 /* if layoutp->len is 0, nfs4_layoutget_prepare called rpc_exit */
7922 if (status == 0 && lgp->res.layoutp->len)
Trond Myklebusta0b0a6e2012-09-17 17:12:15 -04007923 lseg = pnfs_layout_process(lgp);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007924 rpc_put_task(task);
7925 dprintk("<-- %s status=%d\n", __func__, status);
Trond Myklebusta0b0a6e2012-09-17 17:12:15 -04007926 if (status)
7927 return ERR_PTR(status);
7928 return lseg;
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007929}
7930
Benny Halevycbe82602011-05-22 19:52:37 +03007931static void
7932nfs4_layoutreturn_prepare(struct rpc_task *task, void *calldata)
7933{
7934 struct nfs4_layoutreturn *lrp = calldata;
7935
7936 dprintk("--> %s\n", __func__);
Trond Myklebustd9afbd12012-10-22 20:28:44 -04007937 nfs41_setup_sequence(lrp->clp->cl_session,
7938 &lrp->args.seq_args,
7939 &lrp->res.seq_res,
7940 task);
Benny Halevycbe82602011-05-22 19:52:37 +03007941}
7942
7943static void nfs4_layoutreturn_done(struct rpc_task *task, void *calldata)
7944{
7945 struct nfs4_layoutreturn *lrp = calldata;
7946 struct nfs_server *server;
7947
7948 dprintk("--> %s\n", __func__);
7949
Trond Myklebust6ba7db32012-10-22 20:07:20 -04007950 if (!nfs41_sequence_done(task, &lrp->res.seq_res))
Benny Halevycbe82602011-05-22 19:52:37 +03007951 return;
7952
7953 server = NFS_SERVER(lrp->args.inode);
Trond Myklebustf22e5ed2013-12-04 12:09:45 -05007954 switch (task->tk_status) {
7955 default:
7956 task->tk_status = 0;
7957 case 0:
7958 break;
7959 case -NFS4ERR_DELAY:
NeilBrown8478eaa2014-09-18 16:09:27 +10007960 if (nfs4_async_handle_error(task, server, NULL, NULL) != -EAGAIN)
Trond Myklebustf22e5ed2013-12-04 12:09:45 -05007961 break;
Trond Myklebustd00c5d42011-10-19 12:17:29 -07007962 rpc_restart_call_prepare(task);
Benny Halevycbe82602011-05-22 19:52:37 +03007963 return;
7964 }
Benny Halevycbe82602011-05-22 19:52:37 +03007965 dprintk("<-- %s\n", __func__);
7966}
7967
7968static void nfs4_layoutreturn_release(void *calldata)
7969{
7970 struct nfs4_layoutreturn *lrp = calldata;
Trond Myklebust849b2862012-09-24 14:18:39 -04007971 struct pnfs_layout_hdr *lo = lrp->args.layout;
Trond Myklebustc5d73712015-07-09 17:58:39 +02007972 LIST_HEAD(freeme);
Benny Halevycbe82602011-05-22 19:52:37 +03007973
7974 dprintk("--> %s\n", __func__);
Trond Myklebust849b2862012-09-24 14:18:39 -04007975 spin_lock(&lo->plh_inode->i_lock);
7976 if (lrp->res.lrs_present)
7977 pnfs_set_layout_stateid(lo, &lrp->res.stateid, true);
Trond Myklebustc5d73712015-07-09 17:58:39 +02007978 pnfs_mark_matching_lsegs_invalid(lo, &freeme, &lrp->args.range);
Tom Haynesd67ae822014-12-11 17:02:04 -05007979 pnfs_clear_layoutreturn_waitbit(lo);
Trond Myklebust849b2862012-09-24 14:18:39 -04007980 lo->plh_block_lgets--;
7981 spin_unlock(&lo->plh_inode->i_lock);
Trond Myklebustc5d73712015-07-09 17:58:39 +02007982 pnfs_free_lseg_list(&freeme);
Trond Myklebust70c3bd22012-09-18 20:51:13 -04007983 pnfs_put_layout_hdr(lrp->args.layout);
Trond Myklebust5a0ec8ac2015-02-05 16:35:16 -05007984 nfs_iput_and_deactive(lrp->inode);
Benny Halevycbe82602011-05-22 19:52:37 +03007985 kfree(calldata);
7986 dprintk("<-- %s\n", __func__);
7987}
7988
7989static const struct rpc_call_ops nfs4_layoutreturn_call_ops = {
7990 .rpc_call_prepare = nfs4_layoutreturn_prepare,
7991 .rpc_call_done = nfs4_layoutreturn_done,
7992 .rpc_release = nfs4_layoutreturn_release,
7993};
7994
Peng Tao6c166052014-11-17 09:30:40 +08007995int nfs4_proc_layoutreturn(struct nfs4_layoutreturn *lrp, bool sync)
Benny Halevycbe82602011-05-22 19:52:37 +03007996{
7997 struct rpc_task *task;
7998 struct rpc_message msg = {
7999 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LAYOUTRETURN],
8000 .rpc_argp = &lrp->args,
8001 .rpc_resp = &lrp->res,
Trond Myklebust95560002013-05-20 10:43:47 -04008002 .rpc_cred = lrp->cred,
Benny Halevycbe82602011-05-22 19:52:37 +03008003 };
8004 struct rpc_task_setup task_setup_data = {
Andy Adamson1771c572013-07-22 12:42:05 -04008005 .rpc_client = NFS_SERVER(lrp->args.inode)->client,
Benny Halevycbe82602011-05-22 19:52:37 +03008006 .rpc_message = &msg,
8007 .callback_ops = &nfs4_layoutreturn_call_ops,
8008 .callback_data = lrp,
8009 };
Peng Tao6c166052014-11-17 09:30:40 +08008010 int status = 0;
Benny Halevycbe82602011-05-22 19:52:37 +03008011
8012 dprintk("--> %s\n", __func__);
Trond Myklebust5a0ec8ac2015-02-05 16:35:16 -05008013 if (!sync) {
8014 lrp->inode = nfs_igrab_and_active(lrp->args.inode);
8015 if (!lrp->inode) {
8016 nfs4_layoutreturn_release(lrp);
8017 return -EAGAIN;
8018 }
8019 task_setup_data.flags |= RPC_TASK_ASYNC;
8020 }
Chuck Levera9c92d62013-08-09 12:48:18 -04008021 nfs4_init_sequence(&lrp->args.seq_args, &lrp->res.seq_res, 1);
Benny Halevycbe82602011-05-22 19:52:37 +03008022 task = rpc_run_task(&task_setup_data);
8023 if (IS_ERR(task))
8024 return PTR_ERR(task);
Trond Myklebust5a0ec8ac2015-02-05 16:35:16 -05008025 if (sync)
8026 status = task->tk_status;
Trond Myklebust1037e6e2013-08-14 16:36:51 -04008027 trace_nfs4_layoutreturn(lrp->args.inode, status);
Benny Halevycbe82602011-05-22 19:52:37 +03008028 dprintk("<-- %s status=%d\n", __func__, status);
8029 rpc_put_task(task);
8030 return status;
8031}
8032
Andy Adamsonb1f69b72010-10-20 00:18:03 -04008033static int
Trond Myklebustcd5875f2013-05-20 11:42:54 -04008034_nfs4_proc_getdeviceinfo(struct nfs_server *server,
8035 struct pnfs_device *pdev,
8036 struct rpc_cred *cred)
Andy Adamsonb1f69b72010-10-20 00:18:03 -04008037{
8038 struct nfs4_getdeviceinfo_args args = {
8039 .pdev = pdev,
Trond Myklebust4e590802015-03-09 14:01:25 -04008040 .notify_types = NOTIFY_DEVICEID4_CHANGE |
8041 NOTIFY_DEVICEID4_DELETE,
Andy Adamsonb1f69b72010-10-20 00:18:03 -04008042 };
8043 struct nfs4_getdeviceinfo_res res = {
8044 .pdev = pdev,
8045 };
8046 struct rpc_message msg = {
8047 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GETDEVICEINFO],
8048 .rpc_argp = &args,
8049 .rpc_resp = &res,
Trond Myklebustcd5875f2013-05-20 11:42:54 -04008050 .rpc_cred = cred,
Andy Adamsonb1f69b72010-10-20 00:18:03 -04008051 };
8052 int status;
8053
8054 dprintk("--> %s\n", __func__);
Bryan Schumaker7c513052011-03-24 17:12:24 +00008055 status = nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Trond Myklebust4e590802015-03-09 14:01:25 -04008056 if (res.notification & ~args.notify_types)
8057 dprintk("%s: unsupported notification\n", __func__);
Trond Myklebustdf526992015-03-09 14:48:32 -04008058 if (res.notification != args.notify_types)
8059 pdev->nocache = 1;
Trond Myklebust4e590802015-03-09 14:01:25 -04008060
Andy Adamsonb1f69b72010-10-20 00:18:03 -04008061 dprintk("<-- %s status=%d\n", __func__, status);
8062
8063 return status;
8064}
8065
Trond Myklebustcd5875f2013-05-20 11:42:54 -04008066int nfs4_proc_getdeviceinfo(struct nfs_server *server,
8067 struct pnfs_device *pdev,
8068 struct rpc_cred *cred)
Andy Adamsonb1f69b72010-10-20 00:18:03 -04008069{
8070 struct nfs4_exception exception = { };
8071 int err;
8072
8073 do {
8074 err = nfs4_handle_exception(server,
Trond Myklebustcd5875f2013-05-20 11:42:54 -04008075 _nfs4_proc_getdeviceinfo(server, pdev, cred),
Andy Adamsonb1f69b72010-10-20 00:18:03 -04008076 &exception);
8077 } while (exception.retry);
8078 return err;
8079}
8080EXPORT_SYMBOL_GPL(nfs4_proc_getdeviceinfo);
8081
Andy Adamson863a3c62011-03-23 13:27:54 +00008082static void nfs4_layoutcommit_prepare(struct rpc_task *task, void *calldata)
8083{
8084 struct nfs4_layoutcommit_data *data = calldata;
8085 struct nfs_server *server = NFS_SERVER(data->args.inode);
Trond Myklebust6ba7db32012-10-22 20:07:20 -04008086 struct nfs4_session *session = nfs4_get_session(server);
Andy Adamson863a3c62011-03-23 13:27:54 +00008087
Trond Myklebustd9afbd12012-10-22 20:28:44 -04008088 nfs41_setup_sequence(session,
8089 &data->args.seq_args,
8090 &data->res.seq_res,
8091 task);
Andy Adamson863a3c62011-03-23 13:27:54 +00008092}
8093
8094static void
8095nfs4_layoutcommit_done(struct rpc_task *task, void *calldata)
8096{
8097 struct nfs4_layoutcommit_data *data = calldata;
8098 struct nfs_server *server = NFS_SERVER(data->args.inode);
8099
Trond Myklebust6ba7db32012-10-22 20:07:20 -04008100 if (!nfs41_sequence_done(task, &data->res.seq_res))
Andy Adamson863a3c62011-03-23 13:27:54 +00008101 return;
8102
8103 switch (task->tk_status) { /* Just ignore these failures */
Trond Myklebuste59d27e2012-03-27 18:22:19 -04008104 case -NFS4ERR_DELEG_REVOKED: /* layout was recalled */
8105 case -NFS4ERR_BADIOMODE: /* no IOMODE_RW layout for range */
8106 case -NFS4ERR_BADLAYOUT: /* no layout */
8107 case -NFS4ERR_GRACE: /* loca_recalim always false */
Andy Adamson863a3c62011-03-23 13:27:54 +00008108 task->tk_status = 0;
Trond Myklebuste59d27e2012-03-27 18:22:19 -04008109 case 0:
Trond Myklebuste59d27e2012-03-27 18:22:19 -04008110 break;
8111 default:
NeilBrown8478eaa2014-09-18 16:09:27 +10008112 if (nfs4_async_handle_error(task, server, NULL, NULL) == -EAGAIN) {
Trond Myklebuste59d27e2012-03-27 18:22:19 -04008113 rpc_restart_call_prepare(task);
8114 return;
8115 }
8116 }
Andy Adamson863a3c62011-03-23 13:27:54 +00008117}
8118
8119static void nfs4_layoutcommit_release(void *calldata)
8120{
8121 struct nfs4_layoutcommit_data *data = calldata;
8122
Andy Adamsondb29c082011-07-30 20:52:38 -04008123 pnfs_cleanup_layoutcommit(data);
Trond Myklebustd8c951c2014-01-13 12:08:11 -05008124 nfs_post_op_update_inode_force_wcc(data->args.inode,
8125 data->res.fattr);
Andy Adamson863a3c62011-03-23 13:27:54 +00008126 put_rpccred(data->cred);
Trond Myklebust472e2592015-02-05 16:50:30 -05008127 nfs_iput_and_deactive(data->inode);
Andy Adamson863a3c62011-03-23 13:27:54 +00008128 kfree(data);
8129}
8130
8131static const struct rpc_call_ops nfs4_layoutcommit_ops = {
8132 .rpc_call_prepare = nfs4_layoutcommit_prepare,
8133 .rpc_call_done = nfs4_layoutcommit_done,
8134 .rpc_release = nfs4_layoutcommit_release,
8135};
8136
8137int
Andy Adamsonef311532011-03-12 02:58:10 -05008138nfs4_proc_layoutcommit(struct nfs4_layoutcommit_data *data, bool sync)
Andy Adamson863a3c62011-03-23 13:27:54 +00008139{
8140 struct rpc_message msg = {
8141 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LAYOUTCOMMIT],
8142 .rpc_argp = &data->args,
8143 .rpc_resp = &data->res,
8144 .rpc_cred = data->cred,
8145 };
8146 struct rpc_task_setup task_setup_data = {
8147 .task = &data->task,
8148 .rpc_client = NFS_CLIENT(data->args.inode),
8149 .rpc_message = &msg,
8150 .callback_ops = &nfs4_layoutcommit_ops,
8151 .callback_data = data,
Andy Adamson863a3c62011-03-23 13:27:54 +00008152 };
8153 struct rpc_task *task;
8154 int status = 0;
8155
Kinglong Meeb4839eb2015-07-01 12:00:13 +08008156 dprintk("NFS: initiating layoutcommit call. sync %d "
8157 "lbw: %llu inode %lu\n", sync,
Andy Adamson863a3c62011-03-23 13:27:54 +00008158 data->args.lastbytewritten,
8159 data->args.inode->i_ino);
8160
Trond Myklebust472e2592015-02-05 16:50:30 -05008161 if (!sync) {
8162 data->inode = nfs_igrab_and_active(data->args.inode);
8163 if (data->inode == NULL) {
8164 nfs4_layoutcommit_release(data);
8165 return -EAGAIN;
8166 }
8167 task_setup_data.flags = RPC_TASK_ASYNC;
8168 }
Chuck Levera9c92d62013-08-09 12:48:18 -04008169 nfs4_init_sequence(&data->args.seq_args, &data->res.seq_res, 1);
Andy Adamson863a3c62011-03-23 13:27:54 +00008170 task = rpc_run_task(&task_setup_data);
8171 if (IS_ERR(task))
8172 return PTR_ERR(task);
Trond Myklebust472e2592015-02-05 16:50:30 -05008173 if (sync)
8174 status = task->tk_status;
Trond Myklebust1037e6e2013-08-14 16:36:51 -04008175 trace_nfs4_layoutcommit(data->args.inode, status);
Andy Adamson863a3c62011-03-23 13:27:54 +00008176 dprintk("%s: status %d\n", __func__, status);
8177 rpc_put_task(task);
8178 return status;
8179}
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008180
Andy Adamson97431202013-08-08 10:57:56 -04008181/**
8182 * Use the state managment nfs_client cl_rpcclient, which uses krb5i (if
8183 * possible) as per RFC3530bis and RFC5661 Security Considerations sections
8184 */
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008185static int
8186_nfs41_proc_secinfo_no_name(struct nfs_server *server, struct nfs_fh *fhandle,
Weston Andros Adamsonb1b3e132013-09-04 12:13:19 -04008187 struct nfs_fsinfo *info,
8188 struct nfs4_secinfo_flavors *flavors, bool use_integrity)
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008189{
8190 struct nfs41_secinfo_no_name_args args = {
8191 .style = SECINFO_STYLE_CURRENT_FH,
8192 };
8193 struct nfs4_secinfo_res res = {
8194 .flavors = flavors,
8195 };
8196 struct rpc_message msg = {
8197 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SECINFO_NO_NAME],
8198 .rpc_argp = &args,
8199 .rpc_resp = &res,
8200 };
Weston Andros Adamsonb1b3e132013-09-04 12:13:19 -04008201 struct rpc_clnt *clnt = server->client;
Weston Andros Adamson7cb852d2013-09-10 18:44:31 -04008202 struct rpc_cred *cred = NULL;
Weston Andros Adamsonb1b3e132013-09-04 12:13:19 -04008203 int status;
8204
8205 if (use_integrity) {
8206 clnt = server->nfs_client->cl_rpcclient;
Weston Andros Adamson7cb852d2013-09-10 18:44:31 -04008207 cred = nfs4_get_clid_cred(server->nfs_client);
8208 msg.rpc_cred = cred;
Weston Andros Adamsonb1b3e132013-09-04 12:13:19 -04008209 }
8210
8211 dprintk("--> %s\n", __func__);
8212 status = nfs4_call_sync(clnt, server, &msg, &args.seq_args,
8213 &res.seq_res, 0);
8214 dprintk("<-- %s status=%d\n", __func__, status);
8215
Weston Andros Adamson7cb852d2013-09-10 18:44:31 -04008216 if (cred)
8217 put_rpccred(cred);
Weston Andros Adamsonb1b3e132013-09-04 12:13:19 -04008218
8219 return status;
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008220}
8221
8222static int
8223nfs41_proc_secinfo_no_name(struct nfs_server *server, struct nfs_fh *fhandle,
8224 struct nfs_fsinfo *info, struct nfs4_secinfo_flavors *flavors)
8225{
8226 struct nfs4_exception exception = { };
8227 int err;
8228 do {
Weston Andros Adamsonb1b3e132013-09-04 12:13:19 -04008229 /* first try using integrity protection */
8230 err = -NFS4ERR_WRONGSEC;
8231
8232 /* try to use integrity protection with machine cred */
8233 if (_nfs4_is_integrity_protected(server->nfs_client))
8234 err = _nfs41_proc_secinfo_no_name(server, fhandle, info,
8235 flavors, true);
8236
8237 /*
8238 * if unable to use integrity protection, or SECINFO with
8239 * integrity protection returns NFS4ERR_WRONGSEC (which is
8240 * disallowed by spec, but exists in deployed servers) use
8241 * the current filesystem's rpc_client and the user cred.
8242 */
8243 if (err == -NFS4ERR_WRONGSEC)
8244 err = _nfs41_proc_secinfo_no_name(server, fhandle, info,
8245 flavors, false);
8246
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008247 switch (err) {
8248 case 0:
8249 case -NFS4ERR_WRONGSEC:
Weston Andros Adamson78b19ba2014-01-13 16:54:45 -05008250 case -ENOTSUPP:
Trond Myklebust05e9cfb2012-03-27 18:13:02 -04008251 goto out;
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008252 default:
8253 err = nfs4_handle_exception(server, err, &exception);
8254 }
8255 } while (exception.retry);
Trond Myklebust05e9cfb2012-03-27 18:13:02 -04008256out:
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008257 return err;
8258}
8259
8260static int
8261nfs41_find_root_sec(struct nfs_server *server, struct nfs_fh *fhandle,
8262 struct nfs_fsinfo *info)
8263{
8264 int err;
8265 struct page *page;
Anna Schumaker367156d2013-09-25 17:02:48 -04008266 rpc_authflavor_t flavor = RPC_AUTH_MAXFLAVOR;
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008267 struct nfs4_secinfo_flavors *flavors;
Weston Andros Adamson58a8cf12013-09-24 13:58:02 -04008268 struct nfs4_secinfo4 *secinfo;
8269 int i;
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008270
8271 page = alloc_page(GFP_KERNEL);
8272 if (!page) {
8273 err = -ENOMEM;
8274 goto out;
8275 }
8276
8277 flavors = page_address(page);
8278 err = nfs41_proc_secinfo_no_name(server, fhandle, info, flavors);
8279
8280 /*
8281 * Fall back on "guess and check" method if
8282 * the server doesn't support SECINFO_NO_NAME
8283 */
Weston Andros Adamson78b19ba2014-01-13 16:54:45 -05008284 if (err == -NFS4ERR_WRONGSEC || err == -ENOTSUPP) {
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008285 err = nfs4_find_root_sec(server, fhandle, info);
8286 goto out_freepage;
8287 }
8288 if (err)
8289 goto out_freepage;
8290
Weston Andros Adamson58a8cf12013-09-24 13:58:02 -04008291 for (i = 0; i < flavors->num_flavors; i++) {
8292 secinfo = &flavors->flavors[i];
8293
8294 switch (secinfo->flavor) {
8295 case RPC_AUTH_NULL:
8296 case RPC_AUTH_UNIX:
8297 case RPC_AUTH_GSS:
8298 flavor = rpcauth_get_pseudoflavor(secinfo->flavor,
8299 &secinfo->flavor_info);
8300 break;
8301 default:
8302 flavor = RPC_AUTH_MAXFLAVOR;
8303 break;
8304 }
8305
Weston Andros Adamson4d4b69d2013-10-18 15:15:19 -04008306 if (!nfs_auth_info_match(&server->auth_info, flavor))
8307 flavor = RPC_AUTH_MAXFLAVOR;
8308
Weston Andros Adamson58a8cf12013-09-24 13:58:02 -04008309 if (flavor != RPC_AUTH_MAXFLAVOR) {
8310 err = nfs4_lookup_root_sec(server, fhandle,
8311 info, flavor);
8312 if (!err)
8313 break;
8314 }
8315 }
8316
8317 if (flavor == RPC_AUTH_MAXFLAVOR)
8318 err = -EPERM;
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008319
8320out_freepage:
8321 put_page(page);
8322 if (err == -EACCES)
8323 return -EPERM;
8324out:
8325 return err;
8326}
Bryan Schumaker1cab0652012-01-31 10:39:29 -05008327
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008328static int _nfs41_test_stateid(struct nfs_server *server,
8329 nfs4_stateid *stateid,
8330 struct rpc_cred *cred)
Bryan Schumaker7d974792011-06-02 14:59:08 -04008331{
8332 int status;
8333 struct nfs41_test_stateid_args args = {
Bryan Schumaker1cab0652012-01-31 10:39:29 -05008334 .stateid = stateid,
Bryan Schumaker7d974792011-06-02 14:59:08 -04008335 };
8336 struct nfs41_test_stateid_res res;
8337 struct rpc_message msg = {
8338 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_TEST_STATEID],
8339 .rpc_argp = &args,
8340 .rpc_resp = &res,
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008341 .rpc_cred = cred,
Bryan Schumaker7d974792011-06-02 14:59:08 -04008342 };
Weston Andros Adamson3787d502013-08-13 16:37:36 -04008343 struct rpc_clnt *rpc_client = server->client;
8344
8345 nfs4_state_protect(server->nfs_client, NFS_SP4_MACH_CRED_STATEID,
8346 &rpc_client, &msg);
Bryan Schumaker1cab0652012-01-31 10:39:29 -05008347
Chuck Lever38527b12012-07-11 16:30:23 -04008348 dprintk("NFS call test_stateid %p\n", stateid);
Chuck Levera9c92d62013-08-09 12:48:18 -04008349 nfs4_init_sequence(&args.seq_args, &res.seq_res, 0);
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04008350 nfs4_set_sequence_privileged(&args.seq_args);
Weston Andros Adamson3787d502013-08-13 16:37:36 -04008351 status = nfs4_call_sync_sequence(rpc_client, server, &msg,
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04008352 &args.seq_args, &res.seq_res);
Chuck Lever38527b12012-07-11 16:30:23 -04008353 if (status != NFS_OK) {
8354 dprintk("NFS reply test_stateid: failed, %d\n", status);
Chuck Lever377e5072012-07-11 16:29:45 -04008355 return status;
Chuck Lever38527b12012-07-11 16:30:23 -04008356 }
8357 dprintk("NFS reply test_stateid: succeeded, %d\n", -res.status);
Chuck Lever377e5072012-07-11 16:29:45 -04008358 return -res.status;
Bryan Schumaker7d974792011-06-02 14:59:08 -04008359}
8360
Chuck Lever38527b12012-07-11 16:30:23 -04008361/**
8362 * nfs41_test_stateid - perform a TEST_STATEID operation
8363 *
8364 * @server: server / transport on which to perform the operation
8365 * @stateid: state ID to test
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008366 * @cred: credential
Chuck Lever38527b12012-07-11 16:30:23 -04008367 *
8368 * Returns NFS_OK if the server recognizes that "stateid" is valid.
8369 * Otherwise a negative NFS4ERR value is returned if the operation
8370 * failed or the state ID is not currently valid.
8371 */
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008372static int nfs41_test_stateid(struct nfs_server *server,
8373 nfs4_stateid *stateid,
8374 struct rpc_cred *cred)
Bryan Schumaker7d974792011-06-02 14:59:08 -04008375{
8376 struct nfs4_exception exception = { };
8377 int err;
8378 do {
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008379 err = _nfs41_test_stateid(server, stateid, cred);
Chuck Lever377e5072012-07-11 16:29:45 -04008380 if (err != -NFS4ERR_DELAY)
8381 break;
8382 nfs4_handle_exception(server, err, &exception);
Bryan Schumaker7d974792011-06-02 14:59:08 -04008383 } while (exception.retry);
8384 return err;
8385}
Bryan Schumaker9aeda352011-06-02 14:59:09 -04008386
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04008387struct nfs_free_stateid_data {
8388 struct nfs_server *server;
8389 struct nfs41_free_stateid_args args;
Bryan Schumaker9aeda352011-06-02 14:59:09 -04008390 struct nfs41_free_stateid_res res;
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04008391};
8392
8393static void nfs41_free_stateid_prepare(struct rpc_task *task, void *calldata)
8394{
8395 struct nfs_free_stateid_data *data = calldata;
8396 nfs41_setup_sequence(nfs4_get_session(data->server),
8397 &data->args.seq_args,
8398 &data->res.seq_res,
8399 task);
8400}
8401
8402static void nfs41_free_stateid_done(struct rpc_task *task, void *calldata)
8403{
8404 struct nfs_free_stateid_data *data = calldata;
8405
8406 nfs41_sequence_done(task, &data->res.seq_res);
8407
8408 switch (task->tk_status) {
8409 case -NFS4ERR_DELAY:
NeilBrown8478eaa2014-09-18 16:09:27 +10008410 if (nfs4_async_handle_error(task, data->server, NULL, NULL) == -EAGAIN)
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04008411 rpc_restart_call_prepare(task);
8412 }
8413}
8414
8415static void nfs41_free_stateid_release(void *calldata)
8416{
8417 kfree(calldata);
8418}
8419
Trond Myklebust17f26b12013-08-21 15:48:42 -04008420static const struct rpc_call_ops nfs41_free_stateid_ops = {
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04008421 .rpc_call_prepare = nfs41_free_stateid_prepare,
8422 .rpc_call_done = nfs41_free_stateid_done,
8423 .rpc_release = nfs41_free_stateid_release,
8424};
8425
8426static struct rpc_task *_nfs41_free_stateid(struct nfs_server *server,
8427 nfs4_stateid *stateid,
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008428 struct rpc_cred *cred,
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04008429 bool privileged)
8430{
Bryan Schumaker9aeda352011-06-02 14:59:09 -04008431 struct rpc_message msg = {
8432 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FREE_STATEID],
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008433 .rpc_cred = cred,
Bryan Schumaker9aeda352011-06-02 14:59:09 -04008434 };
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04008435 struct rpc_task_setup task_setup = {
8436 .rpc_client = server->client,
8437 .rpc_message = &msg,
8438 .callback_ops = &nfs41_free_stateid_ops,
8439 .flags = RPC_TASK_ASYNC,
8440 };
8441 struct nfs_free_stateid_data *data;
Bryan Schumaker9aeda352011-06-02 14:59:09 -04008442
Weston Andros Adamson3787d502013-08-13 16:37:36 -04008443 nfs4_state_protect(server->nfs_client, NFS_SP4_MACH_CRED_STATEID,
8444 &task_setup.rpc_client, &msg);
8445
Chuck Lever38527b12012-07-11 16:30:23 -04008446 dprintk("NFS call free_stateid %p\n", stateid);
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04008447 data = kmalloc(sizeof(*data), GFP_NOFS);
8448 if (!data)
8449 return ERR_PTR(-ENOMEM);
8450 data->server = server;
8451 nfs4_stateid_copy(&data->args.stateid, stateid);
8452
8453 task_setup.callback_data = data;
8454
8455 msg.rpc_argp = &data->args;
8456 msg.rpc_resp = &data->res;
Chuck Levera9c92d62013-08-09 12:48:18 -04008457 nfs4_init_sequence(&data->args.seq_args, &data->res.seq_res, 0);
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04008458 if (privileged)
8459 nfs4_set_sequence_privileged(&data->args.seq_args);
8460
8461 return rpc_run_task(&task_setup);
Bryan Schumaker9aeda352011-06-02 14:59:09 -04008462}
8463
Chuck Lever38527b12012-07-11 16:30:23 -04008464/**
8465 * nfs41_free_stateid - perform a FREE_STATEID operation
8466 *
8467 * @server: server / transport on which to perform the operation
8468 * @stateid: state ID to release
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008469 * @cred: credential
Chuck Lever38527b12012-07-11 16:30:23 -04008470 *
8471 * Returns NFS_OK if the server freed "stateid". Otherwise a
8472 * negative NFS4ERR value is returned.
8473 */
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008474static int nfs41_free_stateid(struct nfs_server *server,
8475 nfs4_stateid *stateid,
8476 struct rpc_cred *cred)
Bryan Schumaker9aeda352011-06-02 14:59:09 -04008477{
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04008478 struct rpc_task *task;
8479 int ret;
8480
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008481 task = _nfs41_free_stateid(server, stateid, cred, true);
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04008482 if (IS_ERR(task))
8483 return PTR_ERR(task);
8484 ret = rpc_wait_for_completion_task(task);
8485 if (!ret)
8486 ret = task->tk_status;
8487 rpc_put_task(task);
8488 return ret;
Bryan Schumaker9aeda352011-06-02 14:59:09 -04008489}
Trond Myklebust36281ca2012-03-04 18:13:56 -05008490
Jeff Laytonf1cdae82014-05-01 06:28:47 -04008491static void
8492nfs41_free_lock_state(struct nfs_server *server, struct nfs4_lock_state *lsp)
Trond Myklebustc8b2d0b2013-05-03 16:22:55 -04008493{
8494 struct rpc_task *task;
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008495 struct rpc_cred *cred = lsp->ls_state->owner->so_cred;
Trond Myklebustc8b2d0b2013-05-03 16:22:55 -04008496
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008497 task = _nfs41_free_stateid(server, &lsp->ls_stateid, cred, false);
Trond Myklebustc8b2d0b2013-05-03 16:22:55 -04008498 nfs4_free_lock_state(server, lsp);
8499 if (IS_ERR(task))
Jeff Laytonf1cdae82014-05-01 06:28:47 -04008500 return;
Trond Myklebustc8b2d0b2013-05-03 16:22:55 -04008501 rpc_put_task(task);
Trond Myklebustc8b2d0b2013-05-03 16:22:55 -04008502}
8503
Trond Myklebust36281ca2012-03-04 18:13:56 -05008504static bool nfs41_match_stateid(const nfs4_stateid *s1,
8505 const nfs4_stateid *s2)
8506{
Trond Myklebust2d2f24a2012-03-04 18:13:57 -05008507 if (memcmp(s1->other, s2->other, sizeof(s1->other)) != 0)
Trond Myklebust36281ca2012-03-04 18:13:56 -05008508 return false;
8509
Trond Myklebust2d2f24a2012-03-04 18:13:57 -05008510 if (s1->seqid == s2->seqid)
Trond Myklebust36281ca2012-03-04 18:13:56 -05008511 return true;
Trond Myklebust2d2f24a2012-03-04 18:13:57 -05008512 if (s1->seqid == 0 || s2->seqid == 0)
Trond Myklebust36281ca2012-03-04 18:13:56 -05008513 return true;
8514
8515 return false;
8516}
8517
Andy Adamson557134a2009-04-01 09:21:53 -04008518#endif /* CONFIG_NFS_V4_1 */
8519
Trond Myklebust36281ca2012-03-04 18:13:56 -05008520static bool nfs4_match_stateid(const nfs4_stateid *s1,
8521 const nfs4_stateid *s2)
8522{
Trond Myklebustf597c532012-03-04 18:13:56 -05008523 return nfs4_stateid_match(s1, s2);
Trond Myklebust36281ca2012-03-04 18:13:56 -05008524}
8525
8526
Trond Myklebust17280172012-03-11 13:11:00 -04008527static const struct nfs4_state_recovery_ops nfs40_reboot_recovery_ops = {
Trond Myklebust7eff03a2008-12-23 15:21:43 -05008528 .owner_flag_bit = NFS_OWNER_RECLAIM_REBOOT,
Trond Myklebustb79a4a12008-12-23 15:21:41 -05008529 .state_flag_bit = NFS_STATE_RECLAIM_REBOOT,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008530 .recover_open = nfs4_open_reclaim,
8531 .recover_lock = nfs4_lock_reclaim,
Andy Adamson591d71c2009-04-01 09:22:47 -04008532 .establish_clid = nfs4_init_clientid,
Chuck Lever05f4c352012-09-14 17:24:32 -04008533 .detect_trunking = nfs40_discover_server_trunking,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008534};
8535
Andy Adamson591d71c2009-04-01 09:22:47 -04008536#if defined(CONFIG_NFS_V4_1)
Trond Myklebust17280172012-03-11 13:11:00 -04008537static const struct nfs4_state_recovery_ops nfs41_reboot_recovery_ops = {
Andy Adamson591d71c2009-04-01 09:22:47 -04008538 .owner_flag_bit = NFS_OWNER_RECLAIM_REBOOT,
8539 .state_flag_bit = NFS_STATE_RECLAIM_REBOOT,
8540 .recover_open = nfs4_open_reclaim,
8541 .recover_lock = nfs4_lock_reclaim,
Andy Adamson4d643d12009-12-04 15:52:24 -05008542 .establish_clid = nfs41_init_clientid,
Ricardo Labiagafce5c832009-12-05 16:08:41 -05008543 .reclaim_complete = nfs41_proc_reclaim_complete,
Chuck Lever05f4c352012-09-14 17:24:32 -04008544 .detect_trunking = nfs41_discover_server_trunking,
Andy Adamson591d71c2009-04-01 09:22:47 -04008545};
8546#endif /* CONFIG_NFS_V4_1 */
8547
Trond Myklebust17280172012-03-11 13:11:00 -04008548static const struct nfs4_state_recovery_ops nfs40_nograce_recovery_ops = {
Trond Myklebust7eff03a2008-12-23 15:21:43 -05008549 .owner_flag_bit = NFS_OWNER_RECLAIM_NOGRACE,
Trond Myklebustb79a4a12008-12-23 15:21:41 -05008550 .state_flag_bit = NFS_STATE_RECLAIM_NOGRACE,
Trond Myklebust4dfd4f72014-10-17 15:10:25 +03008551 .recover_open = nfs40_open_expired,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008552 .recover_lock = nfs4_lock_expired,
Andy Adamson591d71c2009-04-01 09:22:47 -04008553 .establish_clid = nfs4_init_clientid,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008554};
8555
Andy Adamson591d71c2009-04-01 09:22:47 -04008556#if defined(CONFIG_NFS_V4_1)
Trond Myklebust17280172012-03-11 13:11:00 -04008557static const struct nfs4_state_recovery_ops nfs41_nograce_recovery_ops = {
Andy Adamson591d71c2009-04-01 09:22:47 -04008558 .owner_flag_bit = NFS_OWNER_RECLAIM_NOGRACE,
8559 .state_flag_bit = NFS_STATE_RECLAIM_NOGRACE,
Bryan Schumakerf062eb62011-06-02 14:59:10 -04008560 .recover_open = nfs41_open_expired,
8561 .recover_lock = nfs41_lock_expired,
Andy Adamson4d643d12009-12-04 15:52:24 -05008562 .establish_clid = nfs41_init_clientid,
Andy Adamson591d71c2009-04-01 09:22:47 -04008563};
8564#endif /* CONFIG_NFS_V4_1 */
8565
Trond Myklebust17280172012-03-11 13:11:00 -04008566static const struct nfs4_state_maintenance_ops nfs40_state_renewal_ops = {
Benny Halevy29fba382009-04-01 09:22:44 -04008567 .sched_state_renewal = nfs4_proc_async_renew,
Andy Adamsona7b72102009-04-01 09:22:46 -04008568 .get_state_renewal_cred_locked = nfs4_get_renew_cred_locked,
Benny Halevy8e69514f2009-04-01 09:22:45 -04008569 .renew_lease = nfs4_proc_renew,
Benny Halevy29fba382009-04-01 09:22:44 -04008570};
8571
8572#if defined(CONFIG_NFS_V4_1)
Trond Myklebust17280172012-03-11 13:11:00 -04008573static const struct nfs4_state_maintenance_ops nfs41_state_renewal_ops = {
Benny Halevy29fba382009-04-01 09:22:44 -04008574 .sched_state_renewal = nfs41_proc_async_sequence,
Andy Adamsona7b72102009-04-01 09:22:46 -04008575 .get_state_renewal_cred_locked = nfs4_get_machine_cred_locked,
Benny Halevy8e69514f2009-04-01 09:22:45 -04008576 .renew_lease = nfs4_proc_sequence,
Benny Halevy29fba382009-04-01 09:22:44 -04008577};
8578#endif
8579
Chuck Leverec011fe2013-10-17 14:12:39 -04008580static const struct nfs4_mig_recovery_ops nfs40_mig_recovery_ops = {
Chuck Leverb03d7352013-10-17 14:12:50 -04008581 .get_locations = _nfs40_proc_get_locations,
Chuck Lever44c99932013-10-17 14:13:30 -04008582 .fsid_present = _nfs40_proc_fsid_present,
Chuck Leverec011fe2013-10-17 14:12:39 -04008583};
8584
8585#if defined(CONFIG_NFS_V4_1)
8586static const struct nfs4_mig_recovery_ops nfs41_mig_recovery_ops = {
Chuck Leverb03d7352013-10-17 14:12:50 -04008587 .get_locations = _nfs41_proc_get_locations,
Chuck Lever44c99932013-10-17 14:13:30 -04008588 .fsid_present = _nfs41_proc_fsid_present,
Chuck Leverec011fe2013-10-17 14:12:39 -04008589};
8590#endif /* CONFIG_NFS_V4_1 */
8591
Trond Myklebust97dc1352010-06-16 09:52:26 -04008592static const struct nfs4_minor_version_ops nfs_v4_0_minor_ops = {
8593 .minor_version = 0,
Trond Myklebust39c6daa2013-03-15 16:11:57 -04008594 .init_caps = NFS_CAP_READDIRPLUS
8595 | NFS_CAP_ATOMIC_OPEN
Trond Myklebust39c6daa2013-03-15 16:11:57 -04008596 | NFS_CAP_POSIX_LOCK,
Chuck Leverabf79bb2013-08-09 12:49:11 -04008597 .init_client = nfs40_init_client,
8598 .shutdown_client = nfs40_shutdown_client,
Trond Myklebust36281ca2012-03-04 18:13:56 -05008599 .match_stateid = nfs4_match_stateid,
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008600 .find_root_sec = nfs4_find_root_sec,
Trond Myklebustc8b2d0b2013-05-03 16:22:55 -04008601 .free_lock_state = nfs4_release_lockowner,
Trond Myklebust63f5f792015-01-23 19:19:25 -05008602 .alloc_seqid = nfs_alloc_seqid,
Chuck Lever9915ea72013-08-09 12:48:27 -04008603 .call_sync_ops = &nfs40_call_sync_ops,
Trond Myklebustc48f4f32010-06-16 09:52:27 -04008604 .reboot_recovery_ops = &nfs40_reboot_recovery_ops,
8605 .nograce_recovery_ops = &nfs40_nograce_recovery_ops,
8606 .state_renewal_ops = &nfs40_state_renewal_ops,
Chuck Leverec011fe2013-10-17 14:12:39 -04008607 .mig_recovery_ops = &nfs40_mig_recovery_ops,
Trond Myklebust97dc1352010-06-16 09:52:26 -04008608};
8609
8610#if defined(CONFIG_NFS_V4_1)
Trond Myklebust63f5f792015-01-23 19:19:25 -05008611static struct nfs_seqid *
8612nfs_alloc_no_seqid(struct nfs_seqid_counter *arg1, gfp_t arg2)
8613{
8614 return NULL;
8615}
8616
Trond Myklebust97dc1352010-06-16 09:52:26 -04008617static const struct nfs4_minor_version_ops nfs_v4_1_minor_ops = {
8618 .minor_version = 1,
Trond Myklebust39c6daa2013-03-15 16:11:57 -04008619 .init_caps = NFS_CAP_READDIRPLUS
8620 | NFS_CAP_ATOMIC_OPEN
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
Bryan Schumaker70173102013-06-19 13:41:43 -04008643 | NFS_CAP_POSIX_LOCK
8644 | NFS_CAP_STATEID_NFSV41
Anna Schumakere9831202014-10-22 15:53:10 -04008645 | NFS_CAP_ATOMIC_OPEN_V1
Anna Schumakerf4ac1672014-11-25 13:18:15 -05008646 | NFS_CAP_ALLOCATE
Anna Schumaker624bd5b2014-11-25 13:18:16 -05008647 | NFS_CAP_DEALLOCATE
Trond Myklebust6c5a0d82015-06-27 11:45:46 -04008648 | NFS_CAP_SEEK
8649 | NFS_CAP_LAYOUTSTATS,
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,
Kinglong Mee18e3b732015-08-15 21:52:10 +08008660 .mig_recovery_ops = &nfs41_mig_recovery_ops,
Steve Dickson42c2c422013-05-22 12:50:38 -04008661};
8662#endif
8663
Trond Myklebust97dc1352010-06-16 09:52:26 -04008664const struct nfs4_minor_version_ops *nfs_v4_minor_ops[] = {
8665 [0] = &nfs_v4_0_minor_ops,
8666#if defined(CONFIG_NFS_V4_1)
8667 [1] = &nfs_v4_1_minor_ops,
8668#endif
Steve Dickson42c2c422013-05-22 12:50:38 -04008669#if defined(CONFIG_NFS_V4_2)
8670 [2] = &nfs_v4_2_minor_ops,
8671#endif
Trond Myklebust97dc1352010-06-16 09:52:26 -04008672};
8673
Trond Myklebust17f26b12013-08-21 15:48:42 -04008674static const struct inode_operations nfs4_dir_inode_operations = {
Bryan Schumaker73a79702012-07-16 16:39:12 -04008675 .create = nfs_create,
8676 .lookup = nfs_lookup,
8677 .atomic_open = nfs_atomic_open,
8678 .link = nfs_link,
8679 .unlink = nfs_unlink,
8680 .symlink = nfs_symlink,
8681 .mkdir = nfs_mkdir,
8682 .rmdir = nfs_rmdir,
8683 .mknod = nfs_mknod,
8684 .rename = nfs_rename,
8685 .permission = nfs_permission,
8686 .getattr = nfs_getattr,
8687 .setattr = nfs_setattr,
8688 .getxattr = generic_getxattr,
8689 .setxattr = generic_setxattr,
8690 .listxattr = generic_listxattr,
8691 .removexattr = generic_removexattr,
8692};
8693
Arjan van de Ven92e1d5b2007-02-12 00:55:39 -08008694static const struct inode_operations nfs4_file_inode_operations = {
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00008695 .permission = nfs_permission,
8696 .getattr = nfs_getattr,
8697 .setattr = nfs_setattr,
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00008698 .getxattr = generic_getxattr,
8699 .setxattr = generic_setxattr,
8700 .listxattr = generic_listxattr,
8701 .removexattr = generic_removexattr,
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00008702};
8703
David Howells509de812006-08-22 20:06:11 -04008704const struct nfs_rpc_ops nfs_v4_clientops = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07008705 .version = 4, /* protocol version */
8706 .dentry_ops = &nfs4_dentry_operations,
8707 .dir_inode_ops = &nfs4_dir_inode_operations,
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00008708 .file_inode_ops = &nfs4_file_inode_operations,
Jeff Layton1788ea62011-11-04 13:31:21 -04008709 .file_ops = &nfs4_file_operations,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008710 .getroot = nfs4_proc_get_root,
Bryan Schumaker281cad42012-04-27 13:27:45 -04008711 .submount = nfs4_submount,
Bryan Schumakerff9099f22012-07-30 16:05:18 -04008712 .try_mount = nfs4_try_mount,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008713 .getattr = nfs4_proc_getattr,
8714 .setattr = nfs4_proc_setattr,
8715 .lookup = nfs4_proc_lookup,
8716 .access = nfs4_proc_access,
8717 .readlink = nfs4_proc_readlink,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008718 .create = nfs4_proc_create,
8719 .remove = nfs4_proc_remove,
8720 .unlink_setup = nfs4_proc_unlink_setup,
Bryan Schumaker34e137c2012-03-19 14:54:41 -04008721 .unlink_rpc_prepare = nfs4_proc_unlink_rpc_prepare,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008722 .unlink_done = nfs4_proc_unlink_done,
Jeff Laytond3d41522010-09-17 17:31:57 -04008723 .rename_setup = nfs4_proc_rename_setup,
Bryan Schumakerc6bfa1a2012-03-19 14:54:42 -04008724 .rename_rpc_prepare = nfs4_proc_rename_rpc_prepare,
Jeff Laytond3d41522010-09-17 17:31:57 -04008725 .rename_done = nfs4_proc_rename_done,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008726 .link = nfs4_proc_link,
8727 .symlink = nfs4_proc_symlink,
8728 .mkdir = nfs4_proc_mkdir,
8729 .rmdir = nfs4_proc_remove,
8730 .readdir = nfs4_proc_readdir,
8731 .mknod = nfs4_proc_mknod,
8732 .statfs = nfs4_proc_statfs,
8733 .fsinfo = nfs4_proc_fsinfo,
8734 .pathconf = nfs4_proc_pathconf,
David Howellse9326dc2006-08-22 20:06:10 -04008735 .set_capabilities = nfs4_server_capabilities,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008736 .decode_dirent = nfs4_decode_dirent,
Anna Schumakera4cdda52014-05-06 09:12:31 -04008737 .pgio_rpc_prepare = nfs4_proc_pgio_rpc_prepare,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008738 .read_setup = nfs4_proc_read_setup,
Trond Myklebustec06c092006-03-20 13:44:27 -05008739 .read_done = nfs4_read_done,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008740 .write_setup = nfs4_proc_write_setup,
Trond Myklebust788e7a82006-03-20 13:44:27 -05008741 .write_done = nfs4_write_done,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008742 .commit_setup = nfs4_proc_commit_setup,
Fred Isaman0b7c0152012-04-20 14:47:39 -04008743 .commit_rpc_prepare = nfs4_proc_commit_rpc_prepare,
Trond Myklebust788e7a82006-03-20 13:44:27 -05008744 .commit_done = nfs4_commit_done,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008745 .lock = nfs4_proc_lock,
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00008746 .clear_acl_cache = nfs4_zap_acl_attr,
Trond Myklebust7fe5c392009-03-19 15:35:50 -04008747 .close_context = nfs4_close_context,
Trond Myklebust2b484292010-09-17 10:56:51 -04008748 .open_context = nfs4_atomic_open,
Bryan Schumaker011e2a72012-06-20 15:53:43 -04008749 .have_delegation = nfs4_have_delegation,
Bryan Schumaker57ec14c2012-06-20 15:53:44 -04008750 .return_delegation = nfs4_inode_return_delegation,
Bryan Schumaker6663ee72012-06-20 15:53:46 -04008751 .alloc_client = nfs4_alloc_client,
Andy Adamson45a52a02011-03-01 01:34:08 +00008752 .init_client = nfs4_init_client,
Bryan Schumakercdb7ece2012-06-20 15:53:45 -04008753 .free_client = nfs4_free_client,
Bryan Schumaker1179acc2012-07-30 16:05:19 -04008754 .create_server = nfs4_create_server,
8755 .clone_server = nfs_clone_server,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008756};
8757
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00008758static const struct xattr_handler nfs4_xattr_nfs4_acl_handler = {
8759 .prefix = XATTR_NAME_NFSV4_ACL,
8760 .list = nfs4_xattr_list_nfs4_acl,
8761 .get = nfs4_xattr_get_nfs4_acl,
8762 .set = nfs4_xattr_set_nfs4_acl,
8763};
8764
8765const struct xattr_handler *nfs4_xattr_handlers[] = {
8766 &nfs4_xattr_nfs4_acl_handler,
David Quigleyc9bccef2013-05-22 12:50:45 -04008767#ifdef CONFIG_NFS_V4_SECURITY_LABEL
8768 &nfs4_xattr_nfs4_label_handler,
8769#endif
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00008770 NULL
8771};
8772
Linus Torvalds1da177e2005-04-16 15:20:36 -07008773/*
8774 * Local variables:
8775 * c-basic-offset: 8
8776 * End:
8777 */