blob: 1607b41a6d849f7abcefa884599d1c65c7940841 [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{
470 do_renew_lease(server->nfs_client, timestamp);
471}
472
Chuck Lever2a3eb2b2013-08-09 12:48:00 -0400473struct nfs4_call_sync_data {
474 const struct nfs_server *seq_server;
475 struct nfs4_sequence_args *seq_args;
476 struct nfs4_sequence_res *seq_res;
477};
478
Trond Myklebustbe3a5d22015-06-23 19:51:55 +0800479void nfs4_init_sequence(struct nfs4_sequence_args *args,
480 struct nfs4_sequence_res *res, int cache_reply)
Chuck Levera9c92d62013-08-09 12:48:18 -0400481{
482 args->sa_slot = NULL;
483 args->sa_cache_this = cache_reply;
484 args->sa_privileged = 0;
485
486 res->sr_slot = NULL;
487}
488
489static void nfs4_set_sequence_privileged(struct nfs4_sequence_args *args)
490{
491 args->sa_privileged = 1;
492}
493
Peng Taocb04ad22014-06-11 05:24:15 +0800494int nfs40_setup_sequence(struct nfs4_slot_table *tbl,
495 struct nfs4_sequence_args *args,
496 struct nfs4_sequence_res *res,
497 struct rpc_task *task)
Chuck Lever3bd23842013-08-09 12:49:19 -0400498{
Chuck Lever3bd23842013-08-09 12:49:19 -0400499 struct nfs4_slot *slot;
500
501 /* slot already allocated? */
502 if (res->sr_slot != NULL)
503 goto out_start;
504
505 spin_lock(&tbl->slot_tbl_lock);
506 if (nfs4_slot_tbl_draining(tbl) && !args->sa_privileged)
507 goto out_sleep;
508
509 slot = nfs4_alloc_slot(tbl);
510 if (IS_ERR(slot)) {
511 if (slot == ERR_PTR(-ENOMEM))
512 task->tk_timeout = HZ >> 2;
513 goto out_sleep;
514 }
515 spin_unlock(&tbl->slot_tbl_lock);
516
517 args->sa_slot = slot;
518 res->sr_slot = slot;
519
520out_start:
521 rpc_call_start(task);
522 return 0;
523
524out_sleep:
525 if (args->sa_privileged)
526 rpc_sleep_on_priority(&tbl->slot_tbl_waitq, task,
527 NULL, RPC_PRIORITY_PRIVILEGED);
528 else
529 rpc_sleep_on(&tbl->slot_tbl_waitq, task, NULL);
530 spin_unlock(&tbl->slot_tbl_lock);
531 return -EAGAIN;
532}
Peng Taocb04ad22014-06-11 05:24:15 +0800533EXPORT_SYMBOL_GPL(nfs40_setup_sequence);
Chuck Lever3bd23842013-08-09 12:49:19 -0400534
535static int nfs40_sequence_done(struct rpc_task *task,
536 struct nfs4_sequence_res *res)
537{
538 struct nfs4_slot *slot = res->sr_slot;
539 struct nfs4_slot_table *tbl;
540
Trond Myklebustcab92c12014-01-29 12:12:15 -0500541 if (slot == NULL)
Chuck Lever3bd23842013-08-09 12:49:19 -0400542 goto out;
543
544 tbl = slot->table;
545 spin_lock(&tbl->slot_tbl_lock);
546 if (!nfs41_wake_and_assign_slot(tbl, slot))
547 nfs4_free_slot(tbl, slot);
548 spin_unlock(&tbl->slot_tbl_lock);
549
550 res->sr_slot = NULL;
551out:
552 return 1;
553}
554
Andy Adamsoncccef3b2009-04-01 09:22:03 -0400555#if defined(CONFIG_NFS_V4_1)
556
Trond Myklebustd185a332010-06-16 09:52:25 -0400557static void nfs41_sequence_free_slot(struct nfs4_sequence_res *res)
Andy Adamson13615872009-04-01 09:22:17 -0400558{
Trond Myklebuste3725ec2012-11-16 12:25:01 -0500559 struct nfs4_session *session;
Andy Adamson13615872009-04-01 09:22:17 -0400560 struct nfs4_slot_table *tbl;
Trond Myklebusta13ce7c2014-01-29 12:24:03 -0500561 struct nfs4_slot *slot = res->sr_slot;
Trond Myklebustc10e4492012-11-26 16:16:54 -0500562 bool send_new_highest_used_slotid = false;
Andy Adamson13615872009-04-01 09:22:17 -0400563
Trond Myklebusta13ce7c2014-01-29 12:24:03 -0500564 tbl = slot->table;
Trond Myklebuste3725ec2012-11-16 12:25:01 -0500565 session = tbl->session;
Andy Adamsonea028ac2009-12-04 15:55:38 -0500566
Trond Myklebust35dc1d72009-12-05 19:32:19 -0500567 spin_lock(&tbl->slot_tbl_lock);
Trond Myklebustc10e4492012-11-26 16:16:54 -0500568 /* Be nice to the server: try to ensure that the last transmitted
569 * value for highest_user_slotid <= target_highest_slotid
570 */
571 if (tbl->highest_used_slotid > tbl->target_highest_slotid)
572 send_new_highest_used_slotid = true;
573
Trond Myklebusta13ce7c2014-01-29 12:24:03 -0500574 if (nfs41_wake_and_assign_slot(tbl, slot)) {
Trond Myklebustb75ad4c2012-11-29 17:27:47 -0500575 send_new_highest_used_slotid = false;
576 goto out_unlock;
577 }
Trond Myklebusta13ce7c2014-01-29 12:24:03 -0500578 nfs4_free_slot(tbl, slot);
Trond Myklebustc10e4492012-11-26 16:16:54 -0500579
580 if (tbl->highest_used_slotid != NFS4_NO_SLOT)
581 send_new_highest_used_slotid = false;
Trond Myklebustb75ad4c2012-11-29 17:27:47 -0500582out_unlock:
Trond Myklebust35dc1d72009-12-05 19:32:19 -0500583 spin_unlock(&tbl->slot_tbl_lock);
Benny Halevydfb4f3092010-09-24 09:17:01 -0400584 res->sr_slot = NULL;
Trond Myklebustc10e4492012-11-26 16:16:54 -0500585 if (send_new_highest_used_slotid)
586 nfs41_server_notify_highest_slotid_update(session->clp);
Andy Adamson13615872009-04-01 09:22:17 -0400587}
588
Andy Adamsonf9c96fc2014-01-29 11:34:38 -0500589int nfs41_sequence_done(struct rpc_task *task, struct nfs4_sequence_res *res)
Andy Adamsonb0df8062009-04-01 09:22:18 -0400590{
Trond Myklebuste3725ec2012-11-16 12:25:01 -0500591 struct nfs4_session *session;
Trond Myklebusta13ce7c2014-01-29 12:24:03 -0500592 struct nfs4_slot *slot = res->sr_slot;
Trond Myklebust14516c32010-07-31 14:29:06 -0400593 struct nfs_client *clp;
Trond Myklebustac20d162012-12-15 15:36:07 -0500594 bool interrupted = false;
Trond Myklebust85563072012-12-11 10:31:12 -0500595 int ret = 1;
Andy Adamsonb0df8062009-04-01 09:22:18 -0400596
Trond Myklebusta13ce7c2014-01-29 12:24:03 -0500597 if (slot == NULL)
598 goto out_noaction;
Bryan Schumaker468f8612011-04-18 15:57:32 -0400599 /* don't increment the sequence number if the task wasn't sent */
600 if (!RPC_WAS_SENT(task))
Andy Adamsonb0df8062009-04-01 09:22:18 -0400601 goto out;
602
Trond Myklebuste3725ec2012-11-16 12:25:01 -0500603 session = slot->table->session;
Trond Myklebust933602e2012-11-16 12:12:38 -0500604
Trond Myklebustac20d162012-12-15 15:36:07 -0500605 if (slot->interrupted) {
606 slot->interrupted = 0;
607 interrupted = true;
608 }
609
Trond Myklebust2f92ae32013-08-14 17:58:28 -0400610 trace_nfs4_sequence_done(session, res);
Andy Adamson691daf32009-12-04 15:55:39 -0500611 /* Check the SEQUENCE operation status */
Trond Myklebust14516c32010-07-31 14:29:06 -0400612 switch (res->sr_status) {
613 case 0:
Andy Adamsonb0df8062009-04-01 09:22:18 -0400614 /* Update the slot's sequence and clientid lease timer */
Trond Myklebust933602e2012-11-16 12:12:38 -0500615 ++slot->seq_nr;
Trond Myklebuste3725ec2012-11-16 12:25:01 -0500616 clp = session->clp;
Trond Myklebust8e63b6a2012-12-15 15:21:52 -0500617 do_renew_lease(clp, res->sr_timestamp);
Alexandros Batsakis0629e372009-12-05 13:46:14 -0500618 /* Check sequence flags */
Trond Myklebustb15c7cd2015-07-05 15:01:36 -0400619 nfs41_handle_sequence_flag_errors(clp, res->sr_status_flags);
Trond Myklebust464ee9f2012-11-20 12:49:27 -0500620 nfs41_update_target_slotid(slot->table, slot, res);
Trond Myklebust14516c32010-07-31 14:29:06 -0400621 break;
Trond Myklebustac20d162012-12-15 15:36:07 -0500622 case 1:
623 /*
624 * sr_status remains 1 if an RPC level error occurred.
625 * The server may or may not have processed the sequence
626 * operation..
627 * Mark the slot as having hosted an interrupted RPC call.
628 */
629 slot->interrupted = 1;
630 goto out;
Trond Myklebust14516c32010-07-31 14:29:06 -0400631 case -NFS4ERR_DELAY:
632 /* The server detected a resend of the RPC call and
633 * returned NFS4ERR_DELAY as per Section 2.10.6.2
634 * of RFC5661.
635 */
Trond Myklebustdf2fabf2012-11-16 12:45:06 -0500636 dprintk("%s: slot=%u seq=%u: Operation in progress\n",
Benny Halevydfb4f3092010-09-24 09:17:01 -0400637 __func__,
Trond Myklebustdf2fabf2012-11-16 12:45:06 -0500638 slot->slot_nr,
Trond Myklebust933602e2012-11-16 12:12:38 -0500639 slot->seq_nr);
Trond Myklebust14516c32010-07-31 14:29:06 -0400640 goto out_retry;
Trond Myklebust85563072012-12-11 10:31:12 -0500641 case -NFS4ERR_BADSLOT:
642 /*
643 * The slot id we used was probably retired. Try again
644 * using a different slot id.
645 */
Trond Myklebuste8794442012-12-15 13:56:18 -0500646 goto retry_nowait;
647 case -NFS4ERR_SEQ_MISORDERED:
648 /*
Trond Myklebustac20d162012-12-15 15:36:07 -0500649 * Was the last operation on this sequence interrupted?
650 * If so, retry after bumping the sequence number.
651 */
652 if (interrupted) {
653 ++slot->seq_nr;
654 goto retry_nowait;
655 }
656 /*
Trond Myklebuste8794442012-12-15 13:56:18 -0500657 * Could this slot have been previously retired?
658 * If so, then the server may be expecting seq_nr = 1!
659 */
Trond Myklebust8e63b6a2012-12-15 15:21:52 -0500660 if (slot->seq_nr != 1) {
661 slot->seq_nr = 1;
662 goto retry_nowait;
663 }
664 break;
Trond Myklebuste8794442012-12-15 13:56:18 -0500665 case -NFS4ERR_SEQ_FALSE_RETRY:
666 ++slot->seq_nr;
667 goto retry_nowait;
Trond Myklebust14516c32010-07-31 14:29:06 -0400668 default:
669 /* Just update the slot sequence no. */
Trond Myklebust933602e2012-11-16 12:12:38 -0500670 ++slot->seq_nr;
Andy Adamsonb0df8062009-04-01 09:22:18 -0400671 }
672out:
673 /* The session may be reset by one of the error handlers. */
674 dprintk("%s: Error %d free the slot \n", __func__, res->sr_status);
Trond Myklebustd185a332010-06-16 09:52:25 -0400675 nfs41_sequence_free_slot(res);
Trond Myklebusta13ce7c2014-01-29 12:24:03 -0500676out_noaction:
Trond Myklebust85563072012-12-11 10:31:12 -0500677 return ret;
Trond Myklebuste8794442012-12-15 13:56:18 -0500678retry_nowait:
679 if (rpc_restart_call_prepare(task)) {
680 task->tk_status = 0;
681 ret = 0;
682 }
683 goto out;
Trond Myklebust14516c32010-07-31 14:29:06 -0400684out_retry:
Trond Myklebustd05dd4e2010-07-31 14:29:07 -0400685 if (!rpc_restart_call(task))
Trond Myklebust14516c32010-07-31 14:29:06 -0400686 goto out;
687 rpc_delay(task, NFS4_POLL_RETRY_MAX);
688 return 0;
Andy Adamsonb0df8062009-04-01 09:22:18 -0400689}
Andy Adamsonf9c96fc2014-01-29 11:34:38 -0500690EXPORT_SYMBOL_GPL(nfs41_sequence_done);
Andy Adamsonb0df8062009-04-01 09:22:18 -0400691
Peng Tao2c4b1312014-06-11 05:24:16 +0800692int nfs4_sequence_done(struct rpc_task *task, struct nfs4_sequence_res *res)
Trond Myklebustdf896452010-06-16 09:52:26 -0400693{
Trond Myklebuste3725ec2012-11-16 12:25:01 -0500694 if (res->sr_slot == NULL)
Trond Myklebust14516c32010-07-31 14:29:06 -0400695 return 1;
Chuck Lever3bd23842013-08-09 12:49:19 -0400696 if (!res->sr_slot->table->session)
697 return nfs40_sequence_done(task, res);
Trond Myklebust14516c32010-07-31 14:29:06 -0400698 return nfs41_sequence_done(task, res);
Trond Myklebustdf896452010-06-16 09:52:26 -0400699}
Peng Tao2c4b1312014-06-11 05:24:16 +0800700EXPORT_SYMBOL_GPL(nfs4_sequence_done);
Trond Myklebustdf896452010-06-16 09:52:26 -0400701
Andy Adamsondc70d7b2011-03-01 01:34:19 +0000702int nfs41_setup_sequence(struct nfs4_session *session,
Andy Adamsonce5039c2009-04-01 09:22:13 -0400703 struct nfs4_sequence_args *args,
704 struct nfs4_sequence_res *res,
Andy Adamsonce5039c2009-04-01 09:22:13 -0400705 struct rpc_task *task)
706{
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400707 struct nfs4_slot *slot;
708 struct nfs4_slot_table *tbl;
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400709
710 dprintk("--> %s\n", __func__);
Andy Adamsonce5039c2009-04-01 09:22:13 -0400711 /* slot already allocated? */
Benny Halevydfb4f3092010-09-24 09:17:01 -0400712 if (res->sr_slot != NULL)
Trond Myklebustd9afbd12012-10-22 20:28:44 -0400713 goto out_success;
Andy Adamsonce5039c2009-04-01 09:22:13 -0400714
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400715 tbl = &session->fc_slot_table;
716
Trond Myklebust69d206b2012-11-22 13:21:02 -0500717 task->tk_timeout = 0;
718
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400719 spin_lock(&tbl->slot_tbl_lock);
Andy Adamson774d5f12013-05-20 14:13:50 -0400720 if (test_bit(NFS4_SLOT_TBL_DRAINING, &tbl->slot_tbl_state) &&
Trond Myklebust8fe72ba2012-10-29 19:02:20 -0400721 !args->sa_privileged) {
Andy Adamson0b1c8fc2011-11-09 13:58:26 -0500722 /* The state manager will wait until the slot table is empty */
Andy Adamson0b1c8fc2011-11-09 13:58:26 -0500723 dprintk("%s session is draining\n", __func__);
Trond Myklebust7b939a32012-11-01 15:19:46 -0400724 goto out_sleep;
Andy Adamsonb069d942009-04-01 09:22:43 -0400725 }
726
Trond Myklebust2dc03b72012-11-16 16:10:11 -0500727 slot = nfs4_alloc_slot(tbl);
Trond Myklebust69d206b2012-11-22 13:21:02 -0500728 if (IS_ERR(slot)) {
729 /* If out of memory, try again in 1/4 second */
730 if (slot == ERR_PTR(-ENOMEM))
731 task->tk_timeout = HZ >> 2;
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400732 dprintk("<-- %s: no free slots\n", __func__);
Trond Myklebust7b939a32012-11-01 15:19:46 -0400733 goto out_sleep;
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400734 }
735 spin_unlock(&tbl->slot_tbl_lock);
736
Trond Myklebust2b2fa712012-11-16 12:58:36 -0500737 args->sa_slot = slot;
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400738
Chuck Levere8d92382013-08-09 12:47:51 -0400739 dprintk("<-- %s slotid=%u seqid=%u\n", __func__,
Trond Myklebust2dc03b72012-11-16 16:10:11 -0500740 slot->slot_nr, slot->seq_nr);
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400741
Benny Halevydfb4f3092010-09-24 09:17:01 -0400742 res->sr_slot = slot;
Trond Myklebust8e63b6a2012-12-15 15:21:52 -0500743 res->sr_timestamp = jiffies;
Trond Myklebust2a6e26c2010-06-16 09:52:25 -0400744 res->sr_status_flags = 0;
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400745 /*
746 * sr_status is only set in decode_sequence, and so will remain
747 * set to 1 if an rpc level failure occurs.
748 */
749 res->sr_status = 1;
Trond Myklebust2f92ae32013-08-14 17:58:28 -0400750 trace_nfs4_setup_sequence(session, args);
Trond Myklebustd9afbd12012-10-22 20:28:44 -0400751out_success:
752 rpc_call_start(task);
Andy Adamsonce5039c2009-04-01 09:22:13 -0400753 return 0;
Trond Myklebust7b939a32012-11-01 15:19:46 -0400754out_sleep:
Trond Myklebust8fe72ba2012-10-29 19:02:20 -0400755 /* Privileged tasks are queued with top priority */
756 if (args->sa_privileged)
Trond Myklebust1e1093c2012-11-01 16:44:05 -0400757 rpc_sleep_on_priority(&tbl->slot_tbl_waitq, task,
758 NULL, RPC_PRIORITY_PRIVILEGED);
759 else
760 rpc_sleep_on(&tbl->slot_tbl_waitq, task, NULL);
Trond Myklebust7b939a32012-11-01 15:19:46 -0400761 spin_unlock(&tbl->slot_tbl_lock);
762 return -EAGAIN;
Andy Adamsonce5039c2009-04-01 09:22:13 -0400763}
Andy Adamsondc70d7b2011-03-01 01:34:19 +0000764EXPORT_SYMBOL_GPL(nfs41_setup_sequence);
Andy Adamsonce5039c2009-04-01 09:22:13 -0400765
Chuck Lever5a580e02013-08-09 12:48:09 -0400766static int nfs4_setup_sequence(const struct nfs_server *server,
767 struct nfs4_sequence_args *args,
768 struct nfs4_sequence_res *res,
769 struct rpc_task *task)
Andy Adamsonce5039c2009-04-01 09:22:13 -0400770{
Trond Myklebust035168a2010-06-16 09:52:26 -0400771 struct nfs4_session *session = nfs4_get_session(server);
Andy Adamsonce5039c2009-04-01 09:22:13 -0400772 int ret = 0;
773
Chuck Lever3bd23842013-08-09 12:49:19 -0400774 if (!session)
Peng Taocb04ad22014-06-11 05:24:15 +0800775 return nfs40_setup_sequence(server->nfs_client->cl_slot_tbl,
776 args, res, task);
Trond Myklebust035168a2010-06-16 09:52:26 -0400777
Chuck Levere8d92382013-08-09 12:47:51 -0400778 dprintk("--> %s clp %p session %p sr_slot %u\n",
Benny Halevydfb4f3092010-09-24 09:17:01 -0400779 __func__, session->clp, session, res->sr_slot ?
Chuck Levere8d92382013-08-09 12:47:51 -0400780 res->sr_slot->slot_nr : NFS4_NO_SLOT);
Trond Myklebust035168a2010-06-16 09:52:26 -0400781
Trond Myklebust9d12b212012-01-17 22:04:25 -0500782 ret = nfs41_setup_sequence(session, args, res, task);
Chuck Lever3bd23842013-08-09 12:49:19 -0400783
Andy Adamsonce5039c2009-04-01 09:22:13 -0400784 dprintk("<-- %s status=%d\n", __func__, ret);
785 return ret;
786}
787
Andy Adamsonce5039c2009-04-01 09:22:13 -0400788static void nfs41_call_sync_prepare(struct rpc_task *task, void *calldata)
789{
Chuck Lever2a3eb2b2013-08-09 12:48:00 -0400790 struct nfs4_call_sync_data *data = calldata;
Trond Myklebust6ba7db32012-10-22 20:07:20 -0400791 struct nfs4_session *session = nfs4_get_session(data->seq_server);
Andy Adamsonce5039c2009-04-01 09:22:13 -0400792
Trond Myklebust035168a2010-06-16 09:52:26 -0400793 dprintk("--> %s data->seq_server %p\n", __func__, data->seq_server);
794
Trond Myklebustd9afbd12012-10-22 20:28:44 -0400795 nfs41_setup_sequence(session, data->seq_args, data->seq_res, task);
Andy Adamsonce5039c2009-04-01 09:22:13 -0400796}
797
Andy Adamson69ab40c2009-04-01 09:22:19 -0400798static void nfs41_call_sync_done(struct rpc_task *task, void *calldata)
799{
Chuck Lever2a3eb2b2013-08-09 12:48:00 -0400800 struct nfs4_call_sync_data *data = calldata;
Andy Adamson69ab40c2009-04-01 09:22:19 -0400801
Trond Myklebust14516c32010-07-31 14:29:06 -0400802 nfs41_sequence_done(task, data->seq_res);
Andy Adamson69ab40c2009-04-01 09:22:19 -0400803}
804
Trond Myklebust17280172012-03-11 13:11:00 -0400805static const struct rpc_call_ops nfs41_call_sync_ops = {
Andy Adamsonce5039c2009-04-01 09:22:13 -0400806 .rpc_call_prepare = nfs41_call_sync_prepare,
Andy Adamson69ab40c2009-04-01 09:22:19 -0400807 .rpc_call_done = nfs41_call_sync_done,
Andy Adamsonce5039c2009-04-01 09:22:13 -0400808};
809
Chuck Lever3bd23842013-08-09 12:49:19 -0400810#else /* !CONFIG_NFS_V4_1 */
811
Chuck Lever5a580e02013-08-09 12:48:09 -0400812static int nfs4_setup_sequence(const struct nfs_server *server,
813 struct nfs4_sequence_args *args,
814 struct nfs4_sequence_res *res,
815 struct rpc_task *task)
816{
Peng Taocb04ad22014-06-11 05:24:15 +0800817 return nfs40_setup_sequence(server->nfs_client->cl_slot_tbl,
818 args, res, task);
Chuck Lever5a580e02013-08-09 12:48:09 -0400819}
Trond Myklebust8fe72ba2012-10-29 19:02:20 -0400820
Peng Tao2c4b1312014-06-11 05:24:16 +0800821int nfs4_sequence_done(struct rpc_task *task,
822 struct nfs4_sequence_res *res)
Trond Myklebustdf896452010-06-16 09:52:26 -0400823{
Chuck Lever3bd23842013-08-09 12:49:19 -0400824 return nfs40_sequence_done(task, res);
Trond Myklebustdf896452010-06-16 09:52:26 -0400825}
Peng Tao2c4b1312014-06-11 05:24:16 +0800826EXPORT_SYMBOL_GPL(nfs4_sequence_done);
Chuck Lever3bd23842013-08-09 12:49:19 -0400827
828#endif /* !CONFIG_NFS_V4_1 */
Andy Adamsoncccef3b2009-04-01 09:22:03 -0400829
Chuck Lever9915ea72013-08-09 12:48:27 -0400830static void nfs40_call_sync_prepare(struct rpc_task *task, void *calldata)
831{
832 struct nfs4_call_sync_data *data = calldata;
833 nfs4_setup_sequence(data->seq_server,
834 data->seq_args, data->seq_res, task);
835}
836
837static void nfs40_call_sync_done(struct rpc_task *task, void *calldata)
838{
839 struct nfs4_call_sync_data *data = calldata;
840 nfs4_sequence_done(task, data->seq_res);
841}
842
843static const struct rpc_call_ops nfs40_call_sync_ops = {
844 .rpc_call_prepare = nfs40_call_sync_prepare,
845 .rpc_call_done = nfs40_call_sync_done,
846};
847
Trond Myklebust2ced46c2007-07-03 23:48:13 -0400848static int nfs4_call_sync_sequence(struct rpc_clnt *clnt,
Trond Myklebustad389da2007-06-05 12:30:00 -0400849 struct nfs_server *server,
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500850 struct rpc_message *msg,
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100851 struct nfs4_sequence_args *args,
852 struct nfs4_sequence_res *res)
Trond Myklebustad389da2007-06-05 12:30:00 -0400853{
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100854 int ret;
855 struct rpc_task *task;
Chuck Lever9915ea72013-08-09 12:48:27 -0400856 struct nfs_client *clp = server->nfs_client;
857 struct nfs4_call_sync_data data = {
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100858 .seq_server = server,
859 .seq_args = args,
860 .seq_res = res,
861 };
862 struct rpc_task_setup task_setup = {
863 .rpc_client = clnt,
864 .rpc_message = msg,
Chuck Lever9915ea72013-08-09 12:48:27 -0400865 .callback_ops = clp->cl_mvops->call_sync_ops,
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100866 .callback_data = &data
867 };
868
869 task = rpc_run_task(&task_setup);
870 if (IS_ERR(task))
871 ret = PTR_ERR(task);
872 else {
873 ret = task->tk_status;
Trond Myklebustad389da2007-06-05 12:30:00 -0400874 rpc_put_task(task);
875 }
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100876 return ret;
877}
878
Bryan Schumaker7c513052011-03-24 17:12:24 +0000879int nfs4_call_sync(struct rpc_clnt *clnt,
880 struct nfs_server *server,
Bryan Schumakere73b83f2011-03-24 17:12:23 +0000881 struct rpc_message *msg,
882 struct nfs4_sequence_args *args,
883 struct nfs4_sequence_res *res,
884 int cache_reply)
885{
Chuck Levera9c92d62013-08-09 12:48:18 -0400886 nfs4_init_sequence(args, res, cache_reply);
Chuck Lever9915ea72013-08-09 12:48:27 -0400887 return nfs4_call_sync_sequence(clnt, server, msg, args, res);
Bryan Schumakere73b83f2011-03-24 17:12:23 +0000888}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700889
890static void update_changeattr(struct inode *dir, struct nfs4_change_info *cinfo)
891{
892 struct nfs_inode *nfsi = NFS_I(dir);
893
894 spin_lock(&dir->i_lock);
Trond Myklebust359d7d12012-05-28 10:01:34 -0400895 nfsi->cache_validity |= NFS_INO_INVALID_ATTR|NFS_INO_INVALID_DATA;
Trond Myklebusta9a4a872011-10-17 16:08:46 -0700896 if (!cinfo->atomic || cinfo->before != dir->i_version)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700897 nfs_force_lookup_revalidate(dir);
Trond Myklebusta9a4a872011-10-17 16:08:46 -0700898 dir->i_version = cinfo->after;
Trond Myklebust3235b402015-02-26 19:52:06 -0500899 nfsi->attr_gencount = nfs_inc_attr_generation_counter();
David Howellsde242c02012-12-20 21:52:38 +0000900 nfs_fscache_invalidate(dir);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700901 spin_unlock(&dir->i_lock);
902}
903
904struct nfs4_opendata {
905 struct kref kref;
906 struct nfs_openargs o_arg;
907 struct nfs_openres o_res;
908 struct nfs_open_confirmargs c_arg;
909 struct nfs_open_confirmres c_res;
Trond Myklebust6926afd2012-01-07 13:22:46 -0500910 struct nfs4_string owner_name;
911 struct nfs4_string group_name;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700912 struct nfs_fattr f_attr;
David Quigley1775fd32013-05-22 12:50:42 -0400913 struct nfs4_label *f_label;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700914 struct dentry *dir;
Al Viro82a2c1b2011-06-22 18:30:55 -0400915 struct dentry *dentry;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700916 struct nfs4_state_owner *owner;
917 struct nfs4_state *state;
918 struct iattr attrs;
919 unsigned long timestamp;
Trond Myklebustdecf4912005-10-27 22:12:39 -0400920 unsigned int rpc_done : 1;
Trond Myklebust5bc2afc2013-09-23 18:01:28 -0400921 unsigned int file_created : 1;
Trond Myklebustbdeca1b2013-04-23 14:52:44 -0400922 unsigned int is_recover : 1;
Trond Myklebustdecf4912005-10-27 22:12:39 -0400923 int rpc_status;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700924 int cancelled;
925};
Trond Myklebustdecf4912005-10-27 22:12:39 -0400926
Trond Myklebust49f9a0f2013-03-15 16:44:28 -0400927static bool nfs4_clear_cap_atomic_open_v1(struct nfs_server *server,
928 int err, struct nfs4_exception *exception)
929{
930 if (err != -EINVAL)
931 return false;
932 if (!(server->caps & NFS_CAP_ATOMIC_OPEN_V1))
933 return false;
934 server->caps &= ~NFS_CAP_ATOMIC_OPEN_V1;
935 exception->retry = 1;
936 return true;
937}
938
Trond Myklebust6ae37332015-01-30 14:21:14 -0500939static u32
940nfs4_map_atomic_open_share(struct nfs_server *server,
941 fmode_t fmode, int openflags)
942{
943 u32 res = 0;
944
945 switch (fmode & (FMODE_READ | FMODE_WRITE)) {
946 case FMODE_READ:
947 res = NFS4_SHARE_ACCESS_READ;
948 break;
949 case FMODE_WRITE:
950 res = NFS4_SHARE_ACCESS_WRITE;
951 break;
952 case FMODE_READ|FMODE_WRITE:
953 res = NFS4_SHARE_ACCESS_BOTH;
954 }
955 if (!(server->caps & NFS_CAP_ATOMIC_OPEN_V1))
956 goto out;
957 /* Want no delegation if we're using O_DIRECT */
958 if (openflags & O_DIRECT)
959 res |= NFS4_SHARE_WANT_NO_DELEG;
960out:
961 return res;
962}
963
Trond Myklebust49f9a0f2013-03-15 16:44:28 -0400964static enum open_claim_type4
965nfs4_map_atomic_open_claim(struct nfs_server *server,
966 enum open_claim_type4 claim)
967{
968 if (server->caps & NFS_CAP_ATOMIC_OPEN_V1)
969 return claim;
970 switch (claim) {
971 default:
972 return claim;
973 case NFS4_OPEN_CLAIM_FH:
974 return NFS4_OPEN_CLAIM_NULL;
975 case NFS4_OPEN_CLAIM_DELEG_CUR_FH:
976 return NFS4_OPEN_CLAIM_DELEGATE_CUR;
977 case NFS4_OPEN_CLAIM_DELEG_PREV_FH:
978 return NFS4_OPEN_CLAIM_DELEGATE_PREV;
979 }
980}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700981
982static void nfs4_init_opendata_res(struct nfs4_opendata *p)
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100983{
984 p->o_res.f_attr = &p->f_attr;
David Quigley1775fd32013-05-22 12:50:42 -0400985 p->o_res.f_label = p->f_label;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100986 p->o_res.seqid = p->o_arg.seqid;
987 p->c_res.seqid = p->c_arg.seqid;
988 p->o_res.server = p->o_arg.server;
Andy Adamson5f657532012-10-03 02:39:34 -0400989 p->o_res.access_request = p->o_arg.access;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100990 nfs_fattr_init(&p->f_attr);
Trond Myklebust6926afd2012-01-07 13:22:46 -0500991 nfs_fattr_init_names(&p->f_attr, &p->owner_name, &p->group_name);
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100992}
993
Al Viro82a2c1b2011-06-22 18:30:55 -0400994static struct nfs4_opendata *nfs4_opendata_alloc(struct dentry *dentry,
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100995 struct nfs4_state_owner *sp, fmode_t fmode, int flags,
Trond Myklebust8535b2b2010-05-13 12:51:01 -0400996 const struct iattr *attrs,
David Quigley1775fd32013-05-22 12:50:42 -0400997 struct nfs4_label *label,
Trond Myklebust4a1c0892013-03-15 14:57:33 -0400998 enum open_claim_type4 claim,
Trond Myklebust8535b2b2010-05-13 12:51:01 -0400999 gfp_t gfp_mask)
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001000{
Al Viro82a2c1b2011-06-22 18:30:55 -04001001 struct dentry *parent = dget_parent(dentry);
David Howells2b0143b2015-03-17 22:25:59 +00001002 struct inode *dir = d_inode(parent);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001003 struct nfs_server *server = NFS_SERVER(dir);
Trond Myklebust63f5f792015-01-23 19:19:25 -05001004 struct nfs_seqid *(*alloc_seqid)(struct nfs_seqid_counter *, gfp_t);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001005 struct nfs4_opendata *p;
1006
Trond Myklebust8535b2b2010-05-13 12:51:01 -04001007 p = kzalloc(sizeof(*p), gfp_mask);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001008 if (p == NULL)
1009 goto err;
David Quigley14c43f72013-05-22 12:50:43 -04001010
1011 p->f_label = nfs4_label_alloc(server, gfp_mask);
1012 if (IS_ERR(p->f_label))
1013 goto err_free_p;
1014
Trond Myklebust63f5f792015-01-23 19:19:25 -05001015 alloc_seqid = server->nfs_client->cl_mvops->alloc_seqid;
1016 p->o_arg.seqid = alloc_seqid(&sp->so_seqid, gfp_mask);
Trond Myklebustbadc76d2015-01-23 18:48:00 -05001017 if (IS_ERR(p->o_arg.seqid))
David Quigley14c43f72013-05-22 12:50:43 -04001018 goto err_free_label;
Al Viro82a2c1b2011-06-22 18:30:55 -04001019 nfs_sb_active(dentry->d_sb);
1020 p->dentry = dget(dentry);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001021 p->dir = parent;
1022 p->owner = sp;
1023 atomic_inc(&sp->so_count);
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001024 p->o_arg.open_flags = flags;
1025 p->o_arg.fmode = fmode & (FMODE_READ|FMODE_WRITE);
Trond Myklebust6ae37332015-01-30 14:21:14 -05001026 p->o_arg.share_access = nfs4_map_atomic_open_share(server,
1027 fmode, flags);
Weston Andros Adamsonae2bb032012-10-02 14:49:52 -07001028 /* don't put an ACCESS op in OPEN compound if O_EXCL, because ACCESS
1029 * will return permission denied for all bits until close */
1030 if (!(flags & O_EXCL)) {
1031 /* ask server to check for all possible rights as results
1032 * are cached */
1033 p->o_arg.access = NFS4_ACCESS_READ | NFS4_ACCESS_MODIFY |
1034 NFS4_ACCESS_EXTEND | NFS4_ACCESS_EXECUTE;
Weston Andros Adamsonae2bb032012-10-02 14:49:52 -07001035 }
David Howells7539bba2006-08-22 20:06:09 -04001036 p->o_arg.clientid = server->nfs_client->cl_clientid;
Trond Myklebust95b72eb2012-04-20 19:24:51 -04001037 p->o_arg.id.create_time = ktime_to_ns(sp->so_seqid.create_time);
1038 p->o_arg.id.uniquifier = sp->so_seqid.owner_id;
Al Viro82a2c1b2011-06-22 18:30:55 -04001039 p->o_arg.name = &dentry->d_name;
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001040 p->o_arg.server = server;
David Quigleyaa9c2662013-05-22 12:50:44 -04001041 p->o_arg.bitmask = nfs4_bitmask(server, label);
Trond Myklebust1549210f2012-06-05 09:16:47 -04001042 p->o_arg.open_bitmap = &nfs4_fattr_bitmap[0];
David Quigley1775fd32013-05-22 12:50:42 -04001043 p->o_arg.label = label;
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04001044 p->o_arg.claim = nfs4_map_atomic_open_claim(server, claim);
1045 switch (p->o_arg.claim) {
Trond Myklebust4a1c0892013-03-15 14:57:33 -04001046 case NFS4_OPEN_CLAIM_NULL:
1047 case NFS4_OPEN_CLAIM_DELEGATE_CUR:
1048 case NFS4_OPEN_CLAIM_DELEGATE_PREV:
1049 p->o_arg.fh = NFS_FH(dir);
1050 break;
1051 case NFS4_OPEN_CLAIM_PREVIOUS:
1052 case NFS4_OPEN_CLAIM_FH:
1053 case NFS4_OPEN_CLAIM_DELEG_CUR_FH:
1054 case NFS4_OPEN_CLAIM_DELEG_PREV_FH:
David Howells2b0143b2015-03-17 22:25:59 +00001055 p->o_arg.fh = NFS_FH(d_inode(dentry));
Trond Myklebust4a1c0892013-03-15 14:57:33 -04001056 }
Trond Myklebust536e43d2012-01-17 22:04:26 -05001057 if (attrs != NULL && attrs->ia_valid != 0) {
Trond Myklebustc281fa9c2013-08-20 21:06:49 -04001058 __u32 verf[2];
Trond Myklebustd77d76f2010-06-16 09:52:27 -04001059
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001060 p->o_arg.u.attrs = &p->attrs;
1061 memcpy(&p->attrs, attrs, sizeof(p->attrs));
Chuck Levercd937102012-03-02 17:14:31 -05001062
1063 verf[0] = jiffies;
1064 verf[1] = current->pid;
1065 memcpy(p->o_arg.u.verifier.data, verf,
1066 sizeof(p->o_arg.u.verifier.data));
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001067 }
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001068 p->c_arg.fh = &p->o_res.fh;
1069 p->c_arg.stateid = &p->o_res.stateid;
1070 p->c_arg.seqid = p->o_arg.seqid;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001071 nfs4_init_opendata_res(p);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001072 kref_init(&p->kref);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001073 return p;
David Quigley14c43f72013-05-22 12:50:43 -04001074
1075err_free_label:
1076 nfs4_label_free(p->f_label);
1077err_free_p:
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001078 kfree(p);
1079err:
1080 dput(parent);
1081 return NULL;
1082}
1083
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001084static void nfs4_opendata_free(struct kref *kref)
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001085{
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001086 struct nfs4_opendata *p = container_of(kref,
1087 struct nfs4_opendata, kref);
Al Viro82a2c1b2011-06-22 18:30:55 -04001088 struct super_block *sb = p->dentry->d_sb;
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001089
1090 nfs_free_seqid(p->o_arg.seqid);
Trond Myklebustaac00a82007-07-05 19:02:21 -04001091 if (p->state != NULL)
1092 nfs4_put_open_state(p->state);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001093 nfs4_put_state_owner(p->owner);
David Quigley14c43f72013-05-22 12:50:43 -04001094
1095 nfs4_label_free(p->f_label);
1096
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001097 dput(p->dir);
Al Viro82a2c1b2011-06-22 18:30:55 -04001098 dput(p->dentry);
1099 nfs_sb_deactive(sb);
Trond Myklebust6926afd2012-01-07 13:22:46 -05001100 nfs_fattr_free_names(&p->f_attr);
Trond Myklebuste911b812014-03-26 13:24:37 -07001101 kfree(p->f_attr.mdsthreshold);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001102 kfree(p);
1103}
1104
1105static void nfs4_opendata_put(struct nfs4_opendata *p)
1106{
1107 if (p != NULL)
1108 kref_put(&p->kref, nfs4_opendata_free);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001109}
1110
Trond Myklebust06f814a2006-01-03 09:55:07 +01001111static int nfs4_wait_for_completion_rpc_task(struct rpc_task *task)
1112{
Trond Myklebust06f814a2006-01-03 09:55:07 +01001113 int ret;
1114
Trond Myklebust06f814a2006-01-03 09:55:07 +01001115 ret = rpc_wait_for_completion_task(task);
Trond Myklebust06f814a2006-01-03 09:55:07 +01001116 return ret;
1117}
1118
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001119static int can_open_cached(struct nfs4_state *state, fmode_t mode, int open_mode)
Trond Myklebust6ee41262007-07-08 14:11:36 -04001120{
1121 int ret = 0;
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001122
Trond Myklebust536e43d2012-01-17 22:04:26 -05001123 if (open_mode & (O_EXCL|O_TRUNC))
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001124 goto out;
1125 switch (mode & (FMODE_READ|FMODE_WRITE)) {
Trond Myklebust6ee41262007-07-08 14:11:36 -04001126 case FMODE_READ:
Trond Myklebust88069f72009-12-08 08:33:16 -05001127 ret |= test_bit(NFS_O_RDONLY_STATE, &state->flags) != 0
1128 && state->n_rdonly != 0;
Trond Myklebust6ee41262007-07-08 14:11:36 -04001129 break;
1130 case FMODE_WRITE:
Trond Myklebust88069f72009-12-08 08:33:16 -05001131 ret |= test_bit(NFS_O_WRONLY_STATE, &state->flags) != 0
1132 && state->n_wronly != 0;
Trond Myklebust6ee41262007-07-08 14:11:36 -04001133 break;
1134 case FMODE_READ|FMODE_WRITE:
Trond Myklebust88069f72009-12-08 08:33:16 -05001135 ret |= test_bit(NFS_O_RDWR_STATE, &state->flags) != 0
1136 && state->n_rdwr != 0;
Trond Myklebust6ee41262007-07-08 14:11:36 -04001137 }
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001138out:
Trond Myklebust6ee41262007-07-08 14:11:36 -04001139 return ret;
1140}
1141
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001142static int can_open_delegated(struct nfs_delegation *delegation, fmode_t fmode)
Trond Myklebustaac00a82007-07-05 19:02:21 -04001143{
Trond Myklebust652f89f2011-12-09 19:05:58 -05001144 if (delegation == NULL)
1145 return 0;
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001146 if ((delegation->type & fmode) != fmode)
Trond Myklebustaac00a82007-07-05 19:02:21 -04001147 return 0;
Trond Myklebustd25be542013-02-05 11:43:28 -05001148 if (test_bit(NFS_DELEGATION_RETURNING, &delegation->flags))
1149 return 0;
Trond Myklebustb7391f42008-12-23 15:21:52 -05001150 nfs_mark_delegation_referenced(delegation);
Trond Myklebustaac00a82007-07-05 19:02:21 -04001151 return 1;
1152}
1153
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001154static void update_open_stateflags(struct nfs4_state *state, fmode_t fmode)
Trond Myklebuste7616922006-01-03 09:55:13 +01001155{
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001156 switch (fmode) {
Trond Myklebuste7616922006-01-03 09:55:13 +01001157 case FMODE_WRITE:
1158 state->n_wronly++;
1159 break;
1160 case FMODE_READ:
1161 state->n_rdonly++;
1162 break;
1163 case FMODE_READ|FMODE_WRITE:
1164 state->n_rdwr++;
1165 }
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001166 nfs4_state_set_mode_locked(state, state->state | fmode);
Trond Myklebuste7616922006-01-03 09:55:13 +01001167}
1168
Trond Myklebust4f14c192014-02-12 19:15:06 -05001169static void nfs_test_and_clear_all_open_stateid(struct nfs4_state *state)
Trond Myklebust003707c2007-07-05 18:07:55 -04001170{
Trond Myklebust4f14c192014-02-12 19:15:06 -05001171 struct nfs_client *clp = state->owner->so_server->nfs_client;
1172 bool need_recover = false;
1173
1174 if (test_and_clear_bit(NFS_O_RDONLY_STATE, &state->flags) && state->n_rdonly)
1175 need_recover = true;
1176 if (test_and_clear_bit(NFS_O_WRONLY_STATE, &state->flags) && state->n_wronly)
1177 need_recover = true;
1178 if (test_and_clear_bit(NFS_O_RDWR_STATE, &state->flags) && state->n_rdwr)
1179 need_recover = true;
1180 if (need_recover)
1181 nfs4_state_mark_reclaim_nograce(clp, state);
1182}
1183
Trond Myklebuste999e802014-02-10 18:20:47 -05001184static bool nfs_need_update_open_stateid(struct nfs4_state *state,
1185 nfs4_stateid *stateid)
1186{
1187 if (test_and_set_bit(NFS_OPEN_STATE, &state->flags) == 0)
1188 return true;
Trond Myklebust4f14c192014-02-12 19:15:06 -05001189 if (!nfs4_stateid_match_other(stateid, &state->open_stateid)) {
1190 nfs_test_and_clear_all_open_stateid(state);
Trond Myklebuste999e802014-02-10 18:20:47 -05001191 return true;
Trond Myklebust4f14c192014-02-12 19:15:06 -05001192 }
Trond Myklebuste999e802014-02-10 18:20:47 -05001193 if (nfs4_stateid_is_newer(stateid, &state->open_stateid))
1194 return true;
1195 return false;
1196}
1197
Trond Myklebustf95549c2015-01-23 18:06:09 -05001198static void nfs_resync_open_stateid_locked(struct nfs4_state *state)
1199{
1200 if (state->n_wronly)
1201 set_bit(NFS_O_WRONLY_STATE, &state->flags);
1202 if (state->n_rdonly)
1203 set_bit(NFS_O_RDONLY_STATE, &state->flags);
1204 if (state->n_rdwr)
1205 set_bit(NFS_O_RDWR_STATE, &state->flags);
1206}
1207
Trond Myklebust226056c2014-02-11 10:41:07 -05001208static void nfs_clear_open_stateid_locked(struct nfs4_state *state,
1209 nfs4_stateid *stateid, fmode_t fmode)
1210{
1211 clear_bit(NFS_O_RDWR_STATE, &state->flags);
1212 switch (fmode & (FMODE_READ|FMODE_WRITE)) {
1213 case FMODE_WRITE:
1214 clear_bit(NFS_O_RDONLY_STATE, &state->flags);
1215 break;
1216 case FMODE_READ:
1217 clear_bit(NFS_O_WRONLY_STATE, &state->flags);
1218 break;
1219 case 0:
1220 clear_bit(NFS_O_RDONLY_STATE, &state->flags);
1221 clear_bit(NFS_O_WRONLY_STATE, &state->flags);
1222 clear_bit(NFS_OPEN_STATE, &state->flags);
1223 }
1224 if (stateid == NULL)
1225 return;
Trond Myklebustf95549c2015-01-23 18:06:09 -05001226 /* Handle races with OPEN */
1227 if (!nfs4_stateid_match_other(stateid, &state->open_stateid) ||
1228 !nfs4_stateid_is_newer(stateid, &state->open_stateid)) {
1229 nfs_resync_open_stateid_locked(state);
Trond Myklebust226056c2014-02-11 10:41:07 -05001230 return;
Trond Myklebustf95549c2015-01-23 18:06:09 -05001231 }
Trond Myklebust003707c2007-07-05 18:07:55 -04001232 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0)
Trond Myklebustf597c532012-03-04 18:13:56 -05001233 nfs4_stateid_copy(&state->stateid, stateid);
1234 nfs4_stateid_copy(&state->open_stateid, stateid);
Trond Myklebust226056c2014-02-11 10:41:07 -05001235}
1236
1237static void nfs_clear_open_stateid(struct nfs4_state *state, nfs4_stateid *stateid, fmode_t fmode)
1238{
1239 write_seqlock(&state->seqlock);
1240 nfs_clear_open_stateid_locked(state, stateid, fmode);
1241 write_sequnlock(&state->seqlock);
Trond Myklebust4f14c192014-02-12 19:15:06 -05001242 if (test_bit(NFS_STATE_RECLAIM_NOGRACE, &state->flags))
1243 nfs4_schedule_state_manager(state->owner->so_server->nfs_client);
Trond Myklebust226056c2014-02-11 10:41:07 -05001244}
1245
Trond Myklebust003707c2007-07-05 18:07:55 -04001246static void nfs_set_open_stateid_locked(struct nfs4_state *state, nfs4_stateid *stateid, fmode_t fmode)
1247{
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001248 switch (fmode) {
Trond Myklebust003707c2007-07-05 18:07:55 -04001249 case FMODE_READ:
1250 set_bit(NFS_O_RDONLY_STATE, &state->flags);
1251 break;
1252 case FMODE_WRITE:
1253 set_bit(NFS_O_WRONLY_STATE, &state->flags);
1254 break;
1255 case FMODE_READ|FMODE_WRITE:
1256 set_bit(NFS_O_RDWR_STATE, &state->flags);
1257 }
Trond Myklebuste999e802014-02-10 18:20:47 -05001258 if (!nfs_need_update_open_stateid(state, stateid))
1259 return;
1260 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0)
1261 nfs4_stateid_copy(&state->stateid, stateid);
1262 nfs4_stateid_copy(&state->open_stateid, stateid);
Trond Myklebust003707c2007-07-05 18:07:55 -04001263}
1264
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001265static 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 -07001266{
Trond Myklebust8bda4e42007-07-09 10:45:42 -04001267 /*
1268 * Protect the call to nfs4_state_set_mode_locked and
1269 * serialise the stateid update
1270 */
1271 write_seqlock(&state->seqlock);
Trond Myklebust003707c2007-07-05 18:07:55 -04001272 if (deleg_stateid != NULL) {
Trond Myklebustf597c532012-03-04 18:13:56 -05001273 nfs4_stateid_copy(&state->stateid, deleg_stateid);
Trond Myklebust003707c2007-07-05 18:07:55 -04001274 set_bit(NFS_DELEGATED_STATE, &state->flags);
1275 }
1276 if (open_stateid != NULL)
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001277 nfs_set_open_stateid_locked(state, open_stateid, fmode);
Trond Myklebust8bda4e42007-07-09 10:45:42 -04001278 write_sequnlock(&state->seqlock);
1279 spin_lock(&state->owner->so_lock);
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001280 update_open_stateflags(state, fmode);
Trond Myklebustec073422005-10-20 14:22:47 -07001281 spin_unlock(&state->owner->so_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001282}
1283
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001284static 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 -05001285{
1286 struct nfs_inode *nfsi = NFS_I(state->inode);
1287 struct nfs_delegation *deleg_cur;
1288 int ret = 0;
1289
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001290 fmode &= (FMODE_READ|FMODE_WRITE);
Trond Myklebust34310432008-12-23 15:21:38 -05001291
1292 rcu_read_lock();
1293 deleg_cur = rcu_dereference(nfsi->delegation);
1294 if (deleg_cur == NULL)
1295 goto no_delegation;
1296
1297 spin_lock(&deleg_cur->lock);
Trond Myklebust17f26b12013-08-21 15:48:42 -04001298 if (rcu_dereference(nfsi->delegation) != deleg_cur ||
Trond Myklebustd25be542013-02-05 11:43:28 -05001299 test_bit(NFS_DELEGATION_RETURNING, &deleg_cur->flags) ||
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001300 (deleg_cur->type & fmode) != fmode)
Trond Myklebust34310432008-12-23 15:21:38 -05001301 goto no_delegation_unlock;
1302
1303 if (delegation == NULL)
1304 delegation = &deleg_cur->stateid;
Trond Myklebustf597c532012-03-04 18:13:56 -05001305 else if (!nfs4_stateid_match(&deleg_cur->stateid, delegation))
Trond Myklebust34310432008-12-23 15:21:38 -05001306 goto no_delegation_unlock;
1307
Trond Myklebustb7391f42008-12-23 15:21:52 -05001308 nfs_mark_delegation_referenced(deleg_cur);
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001309 __update_open_stateid(state, open_stateid, &deleg_cur->stateid, fmode);
Trond Myklebust34310432008-12-23 15:21:38 -05001310 ret = 1;
1311no_delegation_unlock:
1312 spin_unlock(&deleg_cur->lock);
1313no_delegation:
1314 rcu_read_unlock();
1315
1316 if (!ret && open_stateid != NULL) {
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001317 __update_open_stateid(state, open_stateid, NULL, fmode);
Trond Myklebust34310432008-12-23 15:21:38 -05001318 ret = 1;
1319 }
Trond Myklebust4f14c192014-02-12 19:15:06 -05001320 if (test_bit(NFS_STATE_RECLAIM_NOGRACE, &state->flags))
1321 nfs4_schedule_state_manager(state->owner->so_server->nfs_client);
Trond Myklebust34310432008-12-23 15:21:38 -05001322
1323 return ret;
1324}
1325
Trond Myklebust39071e62015-01-24 15:07:56 -05001326static bool nfs4_update_lock_stateid(struct nfs4_lock_state *lsp,
1327 const nfs4_stateid *stateid)
1328{
1329 struct nfs4_state *state = lsp->ls_state;
1330 bool ret = false;
1331
1332 spin_lock(&state->state_lock);
1333 if (!nfs4_stateid_match_other(stateid, &lsp->ls_stateid))
1334 goto out_noupdate;
1335 if (!nfs4_stateid_is_newer(stateid, &lsp->ls_stateid))
1336 goto out_noupdate;
1337 nfs4_stateid_copy(&lsp->ls_stateid, stateid);
1338 ret = true;
1339out_noupdate:
1340 spin_unlock(&state->state_lock);
1341 return ret;
1342}
Trond Myklebust34310432008-12-23 15:21:38 -05001343
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001344static void nfs4_return_incompatible_delegation(struct inode *inode, fmode_t fmode)
Trond Myklebustaac00a82007-07-05 19:02:21 -04001345{
1346 struct nfs_delegation *delegation;
1347
1348 rcu_read_lock();
1349 delegation = rcu_dereference(NFS_I(inode)->delegation);
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001350 if (delegation == NULL || (delegation->type & fmode) == fmode) {
Trond Myklebustaac00a82007-07-05 19:02:21 -04001351 rcu_read_unlock();
1352 return;
1353 }
1354 rcu_read_unlock();
Bryan Schumaker57ec14c2012-06-20 15:53:44 -04001355 nfs4_inode_return_delegation(inode);
Trond Myklebustaac00a82007-07-05 19:02:21 -04001356}
1357
Trond Myklebust6ee41262007-07-08 14:11:36 -04001358static struct nfs4_state *nfs4_try_open_cached(struct nfs4_opendata *opendata)
Trond Myklebustaac00a82007-07-05 19:02:21 -04001359{
1360 struct nfs4_state *state = opendata->state;
1361 struct nfs_inode *nfsi = NFS_I(state->inode);
1362 struct nfs_delegation *delegation;
Trond Myklebustf448bad2013-05-29 15:36:40 -04001363 int open_mode = opendata->o_arg.open_flags;
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001364 fmode_t fmode = opendata->o_arg.fmode;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001365 nfs4_stateid stateid;
1366 int ret = -EAGAIN;
1367
Trond Myklebustaac00a82007-07-05 19:02:21 -04001368 for (;;) {
Anna Schumaker61beef752014-09-03 14:15:40 -04001369 spin_lock(&state->owner->so_lock);
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001370 if (can_open_cached(state, fmode, open_mode)) {
Anna Schumaker61beef752014-09-03 14:15:40 -04001371 update_open_stateflags(state, fmode);
Trond Myklebust6ee41262007-07-08 14:11:36 -04001372 spin_unlock(&state->owner->so_lock);
Anna Schumaker61beef752014-09-03 14:15:40 -04001373 goto out_return_state;
Trond Myklebust6ee41262007-07-08 14:11:36 -04001374 }
Anna Schumaker61beef752014-09-03 14:15:40 -04001375 spin_unlock(&state->owner->so_lock);
Trond Myklebust34310432008-12-23 15:21:38 -05001376 rcu_read_lock();
1377 delegation = rcu_dereference(nfsi->delegation);
Trond Myklebust652f89f2011-12-09 19:05:58 -05001378 if (!can_open_delegated(delegation, fmode)) {
Trond Myklebust34310432008-12-23 15:21:38 -05001379 rcu_read_unlock();
Trond Myklebust6ee41262007-07-08 14:11:36 -04001380 break;
Trond Myklebust34310432008-12-23 15:21:38 -05001381 }
Trond Myklebustaac00a82007-07-05 19:02:21 -04001382 /* Save the delegation */
Trond Myklebustf597c532012-03-04 18:13:56 -05001383 nfs4_stateid_copy(&stateid, &delegation->stateid);
Trond Myklebustaac00a82007-07-05 19:02:21 -04001384 rcu_read_unlock();
Trond Myklebustfa332942013-04-09 12:56:52 -04001385 nfs_release_seqid(opendata->o_arg.seqid);
Trond Myklebustbdeca1b2013-04-23 14:52:44 -04001386 if (!opendata->is_recover) {
1387 ret = nfs_may_open(state->inode, state->owner->so_cred, open_mode);
1388 if (ret != 0)
1389 goto out;
1390 }
Trond Myklebustaac00a82007-07-05 19:02:21 -04001391 ret = -EAGAIN;
Trond Myklebust34310432008-12-23 15:21:38 -05001392
1393 /* Try to update the stateid using the delegation */
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001394 if (update_open_stateid(state, NULL, &stateid, fmode))
Trond Myklebust34310432008-12-23 15:21:38 -05001395 goto out_return_state;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001396 }
Trond Myklebustaac00a82007-07-05 19:02:21 -04001397out:
1398 return ERR_PTR(ret);
1399out_return_state:
1400 atomic_inc(&state->count);
1401 return state;
1402}
1403
Andy Adamsone23008e2012-10-02 21:07:32 -04001404static void
1405nfs4_opendata_check_deleg(struct nfs4_opendata *data, struct nfs4_state *state)
1406{
1407 struct nfs_client *clp = NFS_SERVER(state->inode)->nfs_client;
1408 struct nfs_delegation *delegation;
1409 int delegation_flags = 0;
1410
1411 rcu_read_lock();
1412 delegation = rcu_dereference(NFS_I(state->inode)->delegation);
1413 if (delegation)
1414 delegation_flags = delegation->flags;
1415 rcu_read_unlock();
1416 if (data->o_arg.claim == NFS4_OPEN_CLAIM_DELEGATE_CUR) {
1417 pr_err_ratelimited("NFS: Broken NFSv4 server %s is "
1418 "returning a delegation for "
1419 "OPEN(CLAIM_DELEGATE_CUR)\n",
1420 clp->cl_hostname);
1421 } else if ((delegation_flags & 1UL<<NFS_DELEGATION_NEED_RECLAIM) == 0)
1422 nfs_inode_set_delegation(state->inode,
1423 data->owner->so_cred,
1424 &data->o_res);
1425 else
1426 nfs_inode_reclaim_delegation(state->inode,
1427 data->owner->so_cred,
1428 &data->o_res);
1429}
1430
1431/*
1432 * Check the inode attributes against the CLAIM_PREVIOUS returned attributes
1433 * and update the nfs4_state.
1434 */
1435static struct nfs4_state *
1436_nfs4_opendata_reclaim_to_nfs4_state(struct nfs4_opendata *data)
1437{
1438 struct inode *inode = data->state->inode;
1439 struct nfs4_state *state = data->state;
1440 int ret;
1441
Weston Andros Adamsond2bfda22013-10-21 13:10:13 -04001442 if (!data->rpc_done) {
1443 if (data->rpc_status) {
1444 ret = data->rpc_status;
1445 goto err;
1446 }
1447 /* cached opens have already been processed */
1448 goto update;
Andy Adamsone23008e2012-10-02 21:07:32 -04001449 }
1450
Andy Adamsone23008e2012-10-02 21:07:32 -04001451 ret = nfs_refresh_inode(inode, &data->f_attr);
1452 if (ret)
1453 goto err;
1454
1455 if (data->o_res.delegation_type != 0)
1456 nfs4_opendata_check_deleg(data, state);
Weston Andros Adamsond2bfda22013-10-21 13:10:13 -04001457update:
Andy Adamsone23008e2012-10-02 21:07:32 -04001458 update_open_stateid(state, &data->o_res.stateid, NULL,
1459 data->o_arg.fmode);
Trond Myklebustd49f0422013-10-28 14:57:12 -04001460 atomic_inc(&state->count);
Andy Adamsone23008e2012-10-02 21:07:32 -04001461
1462 return state;
1463err:
1464 return ERR_PTR(ret);
1465
1466}
1467
1468static struct nfs4_state *
1469_nfs4_opendata_to_nfs4_state(struct nfs4_opendata *data)
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001470{
1471 struct inode *inode;
1472 struct nfs4_state *state = NULL;
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001473 int ret;
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001474
Trond Myklebustaac00a82007-07-05 19:02:21 -04001475 if (!data->rpc_done) {
Trond Myklebust6ee41262007-07-08 14:11:36 -04001476 state = nfs4_try_open_cached(data);
Trond Myklebustaac00a82007-07-05 19:02:21 -04001477 goto out;
1478 }
1479
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001480 ret = -EAGAIN;
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001481 if (!(data->f_attr.valid & NFS_ATTR_FATTR))
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001482 goto err;
David Quigley1775fd32013-05-22 12:50:42 -04001483 inode = nfs_fhget(data->dir->d_sb, &data->o_res.fh, &data->f_attr, data->f_label);
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001484 ret = PTR_ERR(inode);
Trond Myklebust03f28e32006-03-20 13:44:48 -05001485 if (IS_ERR(inode))
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001486 goto err;
1487 ret = -ENOMEM;
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001488 state = nfs4_get_open_state(inode, data->owner);
1489 if (state == NULL)
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001490 goto err_put_inode;
Andy Adamsone23008e2012-10-02 21:07:32 -04001491 if (data->o_res.delegation_type != 0)
1492 nfs4_opendata_check_deleg(data, state);
Trond Myklebust34310432008-12-23 15:21:38 -05001493 update_open_stateid(state, &data->o_res.stateid, NULL,
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001494 data->o_arg.fmode);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001495 iput(inode);
Trond Myklebustaac00a82007-07-05 19:02:21 -04001496out:
Trond Myklebust7aa262b52013-02-28 16:19:59 -08001497 nfs_release_seqid(data->o_arg.seqid);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001498 return state;
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001499err_put_inode:
1500 iput(inode);
1501err:
1502 return ERR_PTR(ret);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001503}
1504
Andy Adamsone23008e2012-10-02 21:07:32 -04001505static struct nfs4_state *
1506nfs4_opendata_to_nfs4_state(struct nfs4_opendata *data)
1507{
1508 if (data->o_arg.claim == NFS4_OPEN_CLAIM_PREVIOUS)
1509 return _nfs4_opendata_reclaim_to_nfs4_state(data);
1510 return _nfs4_opendata_to_nfs4_state(data);
1511}
1512
Trond Myklebust864472e2006-01-03 09:55:15 +01001513static struct nfs_open_context *nfs4_state_find_open_context(struct nfs4_state *state)
1514{
1515 struct nfs_inode *nfsi = NFS_I(state->inode);
1516 struct nfs_open_context *ctx;
1517
1518 spin_lock(&state->inode->i_lock);
1519 list_for_each_entry(ctx, &nfsi->open_files, list) {
1520 if (ctx->state != state)
1521 continue;
1522 get_nfs_open_context(ctx);
1523 spin_unlock(&state->inode->i_lock);
1524 return ctx;
1525 }
1526 spin_unlock(&state->inode->i_lock);
1527 return ERR_PTR(-ENOENT);
1528}
1529
Trond Myklebust4a1c0892013-03-15 14:57:33 -04001530static struct nfs4_opendata *nfs4_open_recoverdata_alloc(struct nfs_open_context *ctx,
1531 struct nfs4_state *state, enum open_claim_type4 claim)
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001532{
1533 struct nfs4_opendata *opendata;
1534
Trond Myklebust4a1c0892013-03-15 14:57:33 -04001535 opendata = nfs4_opendata_alloc(ctx->dentry, state->owner, 0, 0,
David Quigley1775fd32013-05-22 12:50:42 -04001536 NULL, NULL, claim, GFP_NOFS);
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001537 if (opendata == NULL)
1538 return ERR_PTR(-ENOMEM);
1539 opendata->state = state;
1540 atomic_inc(&state->count);
1541 return opendata;
1542}
1543
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001544static int nfs4_open_recover_helper(struct nfs4_opendata *opendata, fmode_t fmode, struct nfs4_state **res)
Trond Myklebust864472e2006-01-03 09:55:15 +01001545{
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001546 struct nfs4_state *newstate;
Trond Myklebust864472e2006-01-03 09:55:15 +01001547 int ret;
1548
NeilBrown39f897f2015-06-29 14:28:54 +10001549 if ((opendata->o_arg.claim == NFS4_OPEN_CLAIM_DELEGATE_CUR ||
1550 opendata->o_arg.claim == NFS4_OPEN_CLAIM_DELEG_CUR_FH) &&
1551 (opendata->o_arg.u.delegation_type & fmode) != fmode)
1552 /* This mode can't have been delegated, so we must have
1553 * a valid open_stateid to cover it - not need to reclaim.
1554 */
1555 return 0;
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001556 opendata->o_arg.open_flags = 0;
1557 opendata->o_arg.fmode = fmode;
Trond Myklebustbe36e182015-02-27 17:04:17 -05001558 opendata->o_arg.share_access = nfs4_map_atomic_open_share(
1559 NFS_SB(opendata->dentry->d_sb),
1560 fmode, 0);
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001561 memset(&opendata->o_res, 0, sizeof(opendata->o_res));
1562 memset(&opendata->c_res, 0, sizeof(opendata->c_res));
1563 nfs4_init_opendata_res(opendata);
Alexandros Batsakisb2579572009-12-14 21:27:57 -08001564 ret = _nfs4_recover_proc_open(opendata);
Trond Myklebust864472e2006-01-03 09:55:15 +01001565 if (ret != 0)
1566 return ret;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001567 newstate = nfs4_opendata_to_nfs4_state(opendata);
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001568 if (IS_ERR(newstate))
1569 return PTR_ERR(newstate);
Al Viro643168c2011-06-22 18:20:23 -04001570 nfs4_close_state(newstate, fmode);
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001571 *res = newstate;
Trond Myklebust864472e2006-01-03 09:55:15 +01001572 return 0;
1573}
1574
1575static int nfs4_open_recover(struct nfs4_opendata *opendata, struct nfs4_state *state)
1576{
Trond Myklebust864472e2006-01-03 09:55:15 +01001577 struct nfs4_state *newstate;
Trond Myklebust864472e2006-01-03 09:55:15 +01001578 int ret;
1579
Trond Myklebust4f14c192014-02-12 19:15:06 -05001580 /* Don't trigger recovery in nfs_test_and_clear_all_open_stateid */
1581 clear_bit(NFS_O_RDWR_STATE, &state->flags);
1582 clear_bit(NFS_O_WRONLY_STATE, &state->flags);
1583 clear_bit(NFS_O_RDONLY_STATE, &state->flags);
Trond Myklebust864472e2006-01-03 09:55:15 +01001584 /* memory barrier prior to reading state->n_* */
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001585 clear_bit(NFS_DELEGATED_STATE, &state->flags);
Trond Myklebustfd068b22013-04-22 11:29:51 -04001586 clear_bit(NFS_OPEN_STATE, &state->flags);
Trond Myklebust864472e2006-01-03 09:55:15 +01001587 smp_rmb();
1588 if (state->n_rdwr != 0) {
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001589 ret = nfs4_open_recover_helper(opendata, FMODE_READ|FMODE_WRITE, &newstate);
Trond Myklebust864472e2006-01-03 09:55:15 +01001590 if (ret != 0)
1591 return ret;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001592 if (newstate != state)
1593 return -ESTALE;
Trond Myklebust864472e2006-01-03 09:55:15 +01001594 }
1595 if (state->n_wronly != 0) {
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001596 ret = nfs4_open_recover_helper(opendata, FMODE_WRITE, &newstate);
Trond Myklebust864472e2006-01-03 09:55:15 +01001597 if (ret != 0)
1598 return ret;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001599 if (newstate != state)
1600 return -ESTALE;
Trond Myklebust864472e2006-01-03 09:55:15 +01001601 }
1602 if (state->n_rdonly != 0) {
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001603 ret = nfs4_open_recover_helper(opendata, FMODE_READ, &newstate);
Trond Myklebust864472e2006-01-03 09:55:15 +01001604 if (ret != 0)
1605 return ret;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001606 if (newstate != state)
1607 return -ESTALE;
Trond Myklebust864472e2006-01-03 09:55:15 +01001608 }
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001609 /*
1610 * We may have performed cached opens for all three recoveries.
1611 * Check if we need to update the current stateid.
1612 */
1613 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0 &&
Trond Myklebustf597c532012-03-04 18:13:56 -05001614 !nfs4_stateid_match(&state->stateid, &state->open_stateid)) {
Trond Myklebust8bda4e42007-07-09 10:45:42 -04001615 write_seqlock(&state->seqlock);
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001616 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0)
Trond Myklebustf597c532012-03-04 18:13:56 -05001617 nfs4_stateid_copy(&state->stateid, &state->open_stateid);
Trond Myklebust8bda4e42007-07-09 10:45:42 -04001618 write_sequnlock(&state->seqlock);
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001619 }
Trond Myklebust864472e2006-01-03 09:55:15 +01001620 return 0;
1621}
1622
Linus Torvalds1da177e2005-04-16 15:20:36 -07001623/*
1624 * OPEN_RECLAIM:
1625 * reclaim state on the server after a reboot.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001626 */
Trond Myklebust539cd032007-06-05 11:46:42 -04001627static int _nfs4_do_open_reclaim(struct nfs_open_context *ctx, struct nfs4_state *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001628{
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001629 struct nfs_delegation *delegation;
Trond Myklebust864472e2006-01-03 09:55:15 +01001630 struct nfs4_opendata *opendata;
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001631 fmode_t delegation_type = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001632 int status;
1633
Trond Myklebust4a1c0892013-03-15 14:57:33 -04001634 opendata = nfs4_open_recoverdata_alloc(ctx, state,
1635 NFS4_OPEN_CLAIM_PREVIOUS);
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001636 if (IS_ERR(opendata))
1637 return PTR_ERR(opendata);
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001638 rcu_read_lock();
1639 delegation = rcu_dereference(NFS_I(state->inode)->delegation);
Trond Myklebust15c831b2008-12-23 15:21:39 -05001640 if (delegation != NULL && test_bit(NFS_DELEGATION_NEED_RECLAIM, &delegation->flags) != 0)
Trond Myklebust65bbf6b2007-08-27 09:57:46 -04001641 delegation_type = delegation->type;
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001642 rcu_read_unlock();
Trond Myklebust864472e2006-01-03 09:55:15 +01001643 opendata->o_arg.u.delegation_type = delegation_type;
1644 status = nfs4_open_recover(opendata, state);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001645 nfs4_opendata_put(opendata);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001646 return status;
1647}
1648
Trond Myklebust539cd032007-06-05 11:46:42 -04001649static int nfs4_do_open_reclaim(struct nfs_open_context *ctx, struct nfs4_state *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001650{
1651 struct nfs_server *server = NFS_SERVER(state->inode);
1652 struct nfs4_exception exception = { };
1653 int err;
1654 do {
Trond Myklebust539cd032007-06-05 11:46:42 -04001655 err = _nfs4_do_open_reclaim(ctx, state);
Trond Myklebust42113a72013-08-12 16:19:27 -04001656 trace_nfs4_open_reclaim(ctx, 0, err);
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04001657 if (nfs4_clear_cap_atomic_open_v1(server, err, &exception))
1658 continue;
Trond Myklebust168667c2010-10-19 19:47:49 -04001659 if (err != -NFS4ERR_DELAY)
Trond Myklebust202b50d2005-06-22 17:16:29 +00001660 break;
1661 nfs4_handle_exception(server, err, &exception);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001662 } while (exception.retry);
1663 return err;
1664}
1665
Trond Myklebust864472e2006-01-03 09:55:15 +01001666static int nfs4_open_reclaim(struct nfs4_state_owner *sp, struct nfs4_state *state)
1667{
1668 struct nfs_open_context *ctx;
1669 int ret;
1670
1671 ctx = nfs4_state_find_open_context(state);
1672 if (IS_ERR(ctx))
Trond Myklebust91876b12013-03-28 14:01:33 -04001673 return -EAGAIN;
Trond Myklebust539cd032007-06-05 11:46:42 -04001674 ret = nfs4_do_open_reclaim(ctx, state);
Trond Myklebust864472e2006-01-03 09:55:15 +01001675 put_nfs_open_context(ctx);
1676 return ret;
1677}
1678
Trond Myklebustdb4f2e632013-04-01 15:56:46 -04001679static int nfs4_handle_delegation_recall_error(struct nfs_server *server, struct nfs4_state *state, const nfs4_stateid *stateid, int err)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001680{
Trond Myklebustbe76b5b2013-04-01 15:40:44 -04001681 switch (err) {
1682 default:
1683 printk(KERN_ERR "NFS: %s: unhandled error "
1684 "%d.\n", __func__, err);
1685 case 0:
1686 case -ENOENT:
Trond Myklebust8eee52a2015-06-04 13:51:13 -04001687 case -EAGAIN:
Trond Myklebustbe76b5b2013-04-01 15:40:44 -04001688 case -ESTALE:
1689 break;
1690 case -NFS4ERR_BADSESSION:
1691 case -NFS4ERR_BADSLOT:
1692 case -NFS4ERR_BAD_HIGH_SLOT:
1693 case -NFS4ERR_CONN_NOT_BOUND_TO_SESSION:
1694 case -NFS4ERR_DEADSESSION:
1695 set_bit(NFS_DELEGATED_STATE, &state->flags);
1696 nfs4_schedule_session_recovery(server->nfs_client->cl_session, err);
1697 return -EAGAIN;
1698 case -NFS4ERR_STALE_CLIENTID:
1699 case -NFS4ERR_STALE_STATEID:
1700 set_bit(NFS_DELEGATED_STATE, &state->flags);
1701 case -NFS4ERR_EXPIRED:
1702 /* Don't recall a delegation if it was lost */
1703 nfs4_schedule_lease_recovery(server->nfs_client);
1704 return -EAGAIN;
Chuck Lever352297b2013-10-17 14:13:24 -04001705 case -NFS4ERR_MOVED:
1706 nfs4_schedule_migration_recovery(server);
1707 return -EAGAIN;
Chuck Lever8ef2f8d2013-10-17 14:13:41 -04001708 case -NFS4ERR_LEASE_MOVED:
1709 nfs4_schedule_lease_moved_recovery(server->nfs_client);
1710 return -EAGAIN;
Trond Myklebustbe76b5b2013-04-01 15:40:44 -04001711 case -NFS4ERR_DELEG_REVOKED:
1712 case -NFS4ERR_ADMIN_REVOKED:
1713 case -NFS4ERR_BAD_STATEID:
Trond Myklebustdb4f2e632013-04-01 15:56:46 -04001714 case -NFS4ERR_OPENMODE:
Trond Myklebustbe76b5b2013-04-01 15:40:44 -04001715 nfs_inode_find_state_and_recover(state->inode,
1716 stateid);
1717 nfs4_schedule_stateid_recovery(server, state);
Trond Myklebust869f9df2014-11-10 18:43:56 -05001718 return -EAGAIN;
Trond Myklebustbe76b5b2013-04-01 15:40:44 -04001719 case -NFS4ERR_DELAY:
1720 case -NFS4ERR_GRACE:
1721 set_bit(NFS_DELEGATED_STATE, &state->flags);
1722 ssleep(1);
1723 return -EAGAIN;
Trond Myklebustdb4f2e632013-04-01 15:56:46 -04001724 case -ENOMEM:
1725 case -NFS4ERR_DENIED:
1726 /* kill_proc(fl->fl_pid, SIGLOST, 1); */
1727 return 0;
Trond Myklebustbe76b5b2013-04-01 15:40:44 -04001728 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001729 return err;
1730}
1731
Trond Myklebustdb4f2e632013-04-01 15:56:46 -04001732int nfs4_open_delegation_recall(struct nfs_open_context *ctx, struct nfs4_state *state, const nfs4_stateid *stateid)
1733{
1734 struct nfs_server *server = NFS_SERVER(state->inode);
1735 struct nfs4_opendata *opendata;
1736 int err;
1737
1738 opendata = nfs4_open_recoverdata_alloc(ctx, state,
1739 NFS4_OPEN_CLAIM_DELEG_CUR_FH);
1740 if (IS_ERR(opendata))
1741 return PTR_ERR(opendata);
1742 nfs4_stateid_copy(&opendata->o_arg.u.delegation, stateid);
1743 err = nfs4_open_recover(opendata, state);
1744 nfs4_opendata_put(opendata);
1745 return nfs4_handle_delegation_recall_error(server, state, stateid, err);
1746}
1747
Chuck Leverbe05c862013-08-09 12:49:47 -04001748static void nfs4_open_confirm_prepare(struct rpc_task *task, void *calldata)
1749{
1750 struct nfs4_opendata *data = calldata;
1751
Peng Taocb04ad22014-06-11 05:24:15 +08001752 nfs40_setup_sequence(data->o_arg.server->nfs_client->cl_slot_tbl,
1753 &data->c_arg.seq_args, &data->c_res.seq_res, task);
Chuck Leverbe05c862013-08-09 12:49:47 -04001754}
1755
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001756static void nfs4_open_confirm_done(struct rpc_task *task, void *calldata)
1757{
1758 struct nfs4_opendata *data = calldata;
1759
Trond Myklebust17ead6c2014-02-01 14:53:23 -05001760 nfs40_sequence_done(task, &data->c_res.seq_res);
Chuck Leverbe05c862013-08-09 12:49:47 -04001761
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001762 data->rpc_status = task->tk_status;
Trond Myklebust26e976a2006-01-03 09:55:21 +01001763 if (data->rpc_status == 0) {
Trond Myklebustf597c532012-03-04 18:13:56 -05001764 nfs4_stateid_copy(&data->o_res.stateid, &data->c_res.stateid);
Trond Myklebustbb226292008-01-02 15:19:18 -05001765 nfs_confirm_seqid(&data->owner->so_seqid, 0);
Trond Myklebust26e976a2006-01-03 09:55:21 +01001766 renew_lease(data->o_res.server, data->timestamp);
Trond Myklebust3e309912007-07-07 13:19:59 -04001767 data->rpc_done = 1;
Trond Myklebust26e976a2006-01-03 09:55:21 +01001768 }
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001769}
1770
1771static void nfs4_open_confirm_release(void *calldata)
1772{
1773 struct nfs4_opendata *data = calldata;
1774 struct nfs4_state *state = NULL;
1775
1776 /* If this request hasn't been cancelled, do nothing */
1777 if (data->cancelled == 0)
1778 goto out_free;
1779 /* In case of error, no cleanup! */
Trond Myklebust3e309912007-07-07 13:19:59 -04001780 if (!data->rpc_done)
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001781 goto out_free;
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001782 state = nfs4_opendata_to_nfs4_state(data);
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001783 if (!IS_ERR(state))
Al Viro643168c2011-06-22 18:20:23 -04001784 nfs4_close_state(state, data->o_arg.fmode);
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001785out_free:
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001786 nfs4_opendata_put(data);
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001787}
1788
1789static const struct rpc_call_ops nfs4_open_confirm_ops = {
Chuck Leverbe05c862013-08-09 12:49:47 -04001790 .rpc_call_prepare = nfs4_open_confirm_prepare,
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001791 .rpc_call_done = nfs4_open_confirm_done,
1792 .rpc_release = nfs4_open_confirm_release,
1793};
1794
1795/*
1796 * Note: On error, nfs4_proc_open_confirm will free the struct nfs4_opendata
1797 */
1798static int _nfs4_proc_open_confirm(struct nfs4_opendata *data)
1799{
David Howells2b0143b2015-03-17 22:25:59 +00001800 struct nfs_server *server = NFS_SERVER(d_inode(data->dir));
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001801 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001802 struct rpc_message msg = {
1803 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN_CONFIRM],
1804 .rpc_argp = &data->c_arg,
1805 .rpc_resp = &data->c_res,
1806 .rpc_cred = data->owner->so_cred,
1807 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04001808 struct rpc_task_setup task_setup_data = {
1809 .rpc_client = server->client,
Trond Myklebust5138fde2007-07-14 15:40:01 -04001810 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04001811 .callback_ops = &nfs4_open_confirm_ops,
1812 .callback_data = data,
Trond Myklebust101070c2008-02-19 20:04:23 -05001813 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04001814 .flags = RPC_TASK_ASYNC,
1815 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07001816 int status;
1817
Trond Myklebust17ead6c2014-02-01 14:53:23 -05001818 nfs4_init_sequence(&data->c_arg.seq_args, &data->c_res.seq_res, 1);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001819 kref_get(&data->kref);
Trond Myklebust3e309912007-07-07 13:19:59 -04001820 data->rpc_done = 0;
1821 data->rpc_status = 0;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001822 data->timestamp = jiffies;
Trond Myklebustc970aa82007-07-14 15:39:59 -04001823 task = rpc_run_task(&task_setup_data);
Trond Myklebust7a1218a2006-03-20 18:11:10 -05001824 if (IS_ERR(task))
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001825 return PTR_ERR(task);
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001826 status = nfs4_wait_for_completion_rpc_task(task);
1827 if (status != 0) {
1828 data->cancelled = 1;
1829 smp_wmb();
1830 } else
1831 status = data->rpc_status;
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -05001832 rpc_put_task(task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001833 return status;
1834}
1835
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001836static void nfs4_open_prepare(struct rpc_task *task, void *calldata)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001837{
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001838 struct nfs4_opendata *data = calldata;
1839 struct nfs4_state_owner *sp = data->owner;
Trond Myklebust549b19c2013-04-16 18:42:34 -04001840 struct nfs_client *clp = sp->so_server->nfs_client;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001841
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001842 if (nfs_wait_on_sequence(data->o_arg.seqid, task) != 0)
Trond Myklebustc8da19b2013-02-11 19:01:21 -05001843 goto out_wait;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001844 /*
1845 * Check if we still need to send an OPEN call, or if we can use
1846 * a delegation instead.
1847 */
1848 if (data->state != NULL) {
1849 struct nfs_delegation *delegation;
1850
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001851 if (can_open_cached(data->state, data->o_arg.fmode, data->o_arg.open_flags))
Trond Myklebust6ee41262007-07-08 14:11:36 -04001852 goto out_no_action;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001853 rcu_read_lock();
1854 delegation = rcu_dereference(NFS_I(data->state->inode)->delegation);
Trond Myklebust652f89f2011-12-09 19:05:58 -05001855 if (data->o_arg.claim != NFS4_OPEN_CLAIM_DELEGATE_CUR &&
Trond Myklebustcd4c9be2013-04-23 14:46:25 -04001856 data->o_arg.claim != NFS4_OPEN_CLAIM_DELEG_CUR_FH &&
Trond Myklebust652f89f2011-12-09 19:05:58 -05001857 can_open_delegated(delegation, data->o_arg.fmode))
1858 goto unlock_no_action;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001859 rcu_read_unlock();
1860 }
Trond Myklebust95b72eb2012-04-20 19:24:51 -04001861 /* Update client id. */
Trond Myklebust549b19c2013-04-16 18:42:34 -04001862 data->o_arg.clientid = clp->cl_clientid;
Trond Myklebust8188df12013-04-23 14:31:19 -04001863 switch (data->o_arg.claim) {
1864 case NFS4_OPEN_CLAIM_PREVIOUS:
1865 case NFS4_OPEN_CLAIM_DELEG_CUR_FH:
1866 case NFS4_OPEN_CLAIM_DELEG_PREV_FH:
Andy Adamsone23008e2012-10-02 21:07:32 -04001867 data->o_arg.open_bitmap = &nfs4_open_noattr_bitmap[0];
Trond Myklebust8188df12013-04-23 14:31:19 -04001868 case NFS4_OPEN_CLAIM_FH:
1869 task->tk_msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN_NOATTR];
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001870 nfs_copy_fh(&data->o_res.fh, data->o_arg.fh);
1871 }
Trond Myklebust26e976a2006-01-03 09:55:21 +01001872 data->timestamp = jiffies;
Trond Myklebust035168a2010-06-16 09:52:26 -04001873 if (nfs4_setup_sequence(data->o_arg.server,
Andy Adamsond8985282009-04-01 09:22:21 -04001874 &data->o_arg.seq_args,
Trond Myklebust2240a9e2012-10-29 18:37:40 -04001875 &data->o_res.seq_res,
1876 task) != 0)
1877 nfs_release_seqid(data->o_arg.seqid);
Trond Myklebust549b19c2013-04-16 18:42:34 -04001878
1879 /* Set the create mode (note dependency on the session type) */
1880 data->o_arg.createmode = NFS4_CREATE_UNCHECKED;
1881 if (data->o_arg.open_flags & O_EXCL) {
1882 data->o_arg.createmode = NFS4_CREATE_EXCLUSIVE;
1883 if (nfs4_has_persistent_session(clp))
1884 data->o_arg.createmode = NFS4_CREATE_GUARDED;
1885 else if (clp->cl_mvops->minor_version > 0)
1886 data->o_arg.createmode = NFS4_CREATE_EXCLUSIVE4_1;
1887 }
Trond Myklebust6ee41262007-07-08 14:11:36 -04001888 return;
Trond Myklebust652f89f2011-12-09 19:05:58 -05001889unlock_no_action:
1890 rcu_read_unlock();
Trond Myklebust6ee41262007-07-08 14:11:36 -04001891out_no_action:
1892 task->tk_action = NULL;
Trond Myklebustc8da19b2013-02-11 19:01:21 -05001893out_wait:
Trond Myklebustb75ad4c2012-11-29 17:27:47 -05001894 nfs4_sequence_done(task, &data->o_res.seq_res);
Alexandros Batsakisb2579572009-12-14 21:27:57 -08001895}
1896
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001897static void nfs4_open_done(struct rpc_task *task, void *calldata)
1898{
1899 struct nfs4_opendata *data = calldata;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001900
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001901 data->rpc_status = task->tk_status;
Andy Adamsond8985282009-04-01 09:22:21 -04001902
Trond Myklebust14516c32010-07-31 14:29:06 -04001903 if (!nfs4_sequence_done(task, &data->o_res.seq_res))
1904 return;
Andy Adamsond8985282009-04-01 09:22:21 -04001905
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001906 if (task->tk_status == 0) {
Trond Myklebust807d66d82012-10-02 17:09:00 -07001907 if (data->o_res.f_attr->valid & NFS_ATTR_FATTR_TYPE) {
1908 switch (data->o_res.f_attr->mode & S_IFMT) {
Trond Myklebust6f926b52005-10-18 14:20:18 -07001909 case S_IFREG:
1910 break;
1911 case S_IFLNK:
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001912 data->rpc_status = -ELOOP;
Trond Myklebust6f926b52005-10-18 14:20:18 -07001913 break;
1914 case S_IFDIR:
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001915 data->rpc_status = -EISDIR;
Trond Myklebust6f926b52005-10-18 14:20:18 -07001916 break;
1917 default:
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001918 data->rpc_status = -ENOTDIR;
Trond Myklebust807d66d82012-10-02 17:09:00 -07001919 }
Trond Myklebust6f926b52005-10-18 14:20:18 -07001920 }
Trond Myklebust26e976a2006-01-03 09:55:21 +01001921 renew_lease(data->o_res.server, data->timestamp);
Trond Myklebust0f9f95e2007-07-08 16:19:56 -04001922 if (!(data->o_res.rflags & NFS4_OPEN_RESULT_CONFIRM))
1923 nfs_confirm_seqid(&data->owner->so_seqid, 0);
Trond Myklebust6f926b52005-10-18 14:20:18 -07001924 }
Trond Myklebust3e309912007-07-07 13:19:59 -04001925 data->rpc_done = 1;
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001926}
Trond Myklebust6f926b52005-10-18 14:20:18 -07001927
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001928static void nfs4_open_release(void *calldata)
1929{
1930 struct nfs4_opendata *data = calldata;
1931 struct nfs4_state *state = NULL;
1932
1933 /* If this request hasn't been cancelled, do nothing */
1934 if (data->cancelled == 0)
1935 goto out_free;
1936 /* In case of error, no cleanup! */
Trond Myklebust3e309912007-07-07 13:19:59 -04001937 if (data->rpc_status != 0 || !data->rpc_done)
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001938 goto out_free;
1939 /* In case we need an open_confirm, no cleanup! */
1940 if (data->o_res.rflags & NFS4_OPEN_RESULT_CONFIRM)
1941 goto out_free;
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001942 state = nfs4_opendata_to_nfs4_state(data);
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001943 if (!IS_ERR(state))
Al Viro643168c2011-06-22 18:20:23 -04001944 nfs4_close_state(state, data->o_arg.fmode);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001945out_free:
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001946 nfs4_opendata_put(data);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001947}
1948
1949static const struct rpc_call_ops nfs4_open_ops = {
1950 .rpc_call_prepare = nfs4_open_prepare,
1951 .rpc_call_done = nfs4_open_done,
1952 .rpc_release = nfs4_open_release,
1953};
1954
Alexandros Batsakisb2579572009-12-14 21:27:57 -08001955static int nfs4_run_open_task(struct nfs4_opendata *data, int isrecover)
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001956{
David Howells2b0143b2015-03-17 22:25:59 +00001957 struct inode *dir = d_inode(data->dir);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001958 struct nfs_server *server = NFS_SERVER(dir);
1959 struct nfs_openargs *o_arg = &data->o_arg;
1960 struct nfs_openres *o_res = &data->o_res;
1961 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001962 struct rpc_message msg = {
1963 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN],
1964 .rpc_argp = o_arg,
1965 .rpc_resp = o_res,
1966 .rpc_cred = data->owner->so_cred,
1967 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04001968 struct rpc_task_setup task_setup_data = {
1969 .rpc_client = server->client,
Trond Myklebust5138fde2007-07-14 15:40:01 -04001970 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04001971 .callback_ops = &nfs4_open_ops,
1972 .callback_data = data,
Trond Myklebust101070c2008-02-19 20:04:23 -05001973 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04001974 .flags = RPC_TASK_ASYNC,
1975 };
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001976 int status;
1977
Chuck Levera9c92d62013-08-09 12:48:18 -04001978 nfs4_init_sequence(&o_arg->seq_args, &o_res->seq_res, 1);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001979 kref_get(&data->kref);
Trond Myklebust3e309912007-07-07 13:19:59 -04001980 data->rpc_done = 0;
1981 data->rpc_status = 0;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001982 data->cancelled = 0;
Trond Myklebustbdeca1b2013-04-23 14:52:44 -04001983 data->is_recover = 0;
1984 if (isrecover) {
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04001985 nfs4_set_sequence_privileged(&o_arg->seq_args);
Trond Myklebustbdeca1b2013-04-23 14:52:44 -04001986 data->is_recover = 1;
1987 }
Trond Myklebustc970aa82007-07-14 15:39:59 -04001988 task = rpc_run_task(&task_setup_data);
Alexandros Batsakisb2579572009-12-14 21:27:57 -08001989 if (IS_ERR(task))
1990 return PTR_ERR(task);
1991 status = nfs4_wait_for_completion_rpc_task(task);
1992 if (status != 0) {
1993 data->cancelled = 1;
1994 smp_wmb();
1995 } else
1996 status = data->rpc_status;
1997 rpc_put_task(task);
1998
1999 return status;
2000}
2001
2002static int _nfs4_recover_proc_open(struct nfs4_opendata *data)
2003{
David Howells2b0143b2015-03-17 22:25:59 +00002004 struct inode *dir = d_inode(data->dir);
Alexandros Batsakisb2579572009-12-14 21:27:57 -08002005 struct nfs_openres *o_res = &data->o_res;
2006 int status;
2007
2008 status = nfs4_run_open_task(data, 1);
2009 if (status != 0 || !data->rpc_done)
2010 return status;
2011
Trond Myklebust6926afd2012-01-07 13:22:46 -05002012 nfs_fattr_map_and_free_names(NFS_SERVER(dir), &data->f_attr);
2013
Alexandros Batsakisb2579572009-12-14 21:27:57 -08002014 if (o_res->rflags & NFS4_OPEN_RESULT_CONFIRM) {
2015 status = _nfs4_proc_open_confirm(data);
2016 if (status != 0)
2017 return status;
2018 }
2019
2020 return status;
2021}
2022
Trond Myklebustf3792d62014-07-10 08:54:32 -04002023/*
2024 * Additional permission checks in order to distinguish between an
2025 * open for read, and an open for execute. This works around the
2026 * fact that NFSv4 OPEN treats read and execute permissions as being
2027 * the same.
2028 * Note that in the non-execute case, we want to turn off permission
2029 * checking if we just created a new file (POSIX open() semantics).
2030 */
Weston Andros Adamson6168f622012-09-10 14:00:46 -04002031static int nfs4_opendata_access(struct rpc_cred *cred,
2032 struct nfs4_opendata *opendata,
Weston Andros Adamsonf8d9a892013-01-03 16:42:29 -05002033 struct nfs4_state *state, fmode_t fmode,
2034 int openflags)
Weston Andros Adamson6168f622012-09-10 14:00:46 -04002035{
2036 struct nfs_access_entry cache;
2037 u32 mask;
2038
2039 /* access call failed or for some reason the server doesn't
2040 * support any access modes -- defer access call until later */
2041 if (opendata->o_res.access_supported == 0)
2042 return 0;
2043
2044 mask = 0;
Trond Myklebustf3792d62014-07-10 08:54:32 -04002045 /*
2046 * Use openflags to check for exec, because fmode won't
2047 * always have FMODE_EXEC set when file open for exec.
2048 */
Weston Andros Adamsonf8d9a892013-01-03 16:42:29 -05002049 if (openflags & __FMODE_EXEC) {
2050 /* ONLY check for exec rights */
2051 mask = MAY_EXEC;
Trond Myklebustf3792d62014-07-10 08:54:32 -04002052 } else if ((fmode & FMODE_READ) && !opendata->file_created)
Weston Andros Adamsonf8d9a892013-01-03 16:42:29 -05002053 mask = MAY_READ;
Weston Andros Adamson6168f622012-09-10 14:00:46 -04002054
2055 cache.cred = cred;
2056 cache.jiffies = jiffies;
2057 nfs_access_set_mask(&cache, opendata->o_res.access_result);
2058 nfs_access_add_cache(state->inode, &cache);
2059
Weston Andros Adamsonbbd3a8e2012-10-02 14:49:51 -07002060 if ((mask & ~cache.mask & (MAY_READ | MAY_EXEC)) == 0)
Weston Andros Adamson6168f622012-09-10 14:00:46 -04002061 return 0;
2062
2063 /* even though OPEN succeeded, access is denied. Close the file */
2064 nfs4_close_state(state, fmode);
Weston Andros Adamson998f40b2012-11-02 18:00:56 -04002065 return -EACCES;
Weston Andros Adamson6168f622012-09-10 14:00:46 -04002066}
2067
Alexandros Batsakisb2579572009-12-14 21:27:57 -08002068/*
2069 * Note: On error, nfs4_proc_open will free the struct nfs4_opendata
2070 */
2071static int _nfs4_proc_open(struct nfs4_opendata *data)
2072{
David Howells2b0143b2015-03-17 22:25:59 +00002073 struct inode *dir = d_inode(data->dir);
Alexandros Batsakisb2579572009-12-14 21:27:57 -08002074 struct nfs_server *server = NFS_SERVER(dir);
2075 struct nfs_openargs *o_arg = &data->o_arg;
2076 struct nfs_openres *o_res = &data->o_res;
2077 int status;
2078
2079 status = nfs4_run_open_task(data, 0);
Trond Myklebust08ef7bd2011-10-18 16:11:49 -07002080 if (!data->rpc_done)
Trond Myklebust24ac23a2006-01-03 09:55:11 +01002081 return status;
Trond Myklebust08ef7bd2011-10-18 16:11:49 -07002082 if (status != 0) {
2083 if (status == -NFS4ERR_BADNAME &&
2084 !(o_arg->open_flags & O_CREAT))
2085 return -ENOENT;
2086 return status;
2087 }
Trond Myklebust24ac23a2006-01-03 09:55:11 +01002088
Trond Myklebust6926afd2012-01-07 13:22:46 -05002089 nfs_fattr_map_and_free_names(server, &data->f_attr);
2090
Trond Myklebust5bc2afc2013-09-23 18:01:28 -04002091 if (o_arg->open_flags & O_CREAT) {
Trond Myklebust56ae19f2005-10-27 22:12:40 -04002092 update_changeattr(dir, &o_res->cinfo);
Trond Myklebust5bc2afc2013-09-23 18:01:28 -04002093 if (o_arg->open_flags & O_EXCL)
2094 data->file_created = 1;
2095 else if (o_res->cinfo.before != o_res->cinfo.after)
2096 data->file_created = 1;
2097 }
Trond Myklebust0df5dd42010-04-11 16:48:44 -04002098 if ((o_res->rflags & NFS4_OPEN_RESULT_LOCKTYPE_POSIX) == 0)
2099 server->caps &= ~NFS_CAP_POSIX_LOCK;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002100 if(o_res->rflags & NFS4_OPEN_RESULT_CONFIRM) {
Trond Myklebustcdd4e682006-01-03 09:55:12 +01002101 status = _nfs4_proc_open_confirm(data);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002102 if (status != 0)
Trond Myklebust24ac23a2006-01-03 09:55:11 +01002103 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002104 }
2105 if (!(o_res->f_attr->valid & NFS_ATTR_FATTR))
Andy Adamson8935ef62014-05-23 06:22:59 -07002106 nfs4_proc_getattr(server, &o_res->fh, o_res->f_attr, o_res->f_label);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01002107 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002108}
2109
Andy Adamsond83217c2011-03-01 01:34:17 +00002110static int nfs4_recover_expired_lease(struct nfs_server *server)
2111{
2112 return nfs4_client_recover_expired_lease(server->nfs_client);
2113}
2114
Linus Torvalds1da177e2005-04-16 15:20:36 -07002115/*
2116 * OPEN_EXPIRED:
2117 * reclaim state on the server after a network partition.
2118 * Assumes caller holds the appropriate lock
2119 */
Trond Myklebust539cd032007-06-05 11:46:42 -04002120static int _nfs4_open_expired(struct nfs_open_context *ctx, struct nfs4_state *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002121{
Trond Myklebuste56e0b782006-01-03 09:55:08 +01002122 struct nfs4_opendata *opendata;
Trond Myklebust864472e2006-01-03 09:55:15 +01002123 int ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002124
Trond Myklebust4a1c0892013-03-15 14:57:33 -04002125 opendata = nfs4_open_recoverdata_alloc(ctx, state,
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04002126 NFS4_OPEN_CLAIM_FH);
Trond Myklebust6f220ed2007-07-17 21:50:45 -04002127 if (IS_ERR(opendata))
2128 return PTR_ERR(opendata);
Trond Myklebust864472e2006-01-03 09:55:15 +01002129 ret = nfs4_open_recover(opendata, state);
Trond Myklebust35d05772008-04-05 15:54:17 -04002130 if (ret == -ESTALE)
Al Viro3d4ff432011-06-22 18:40:12 -04002131 d_drop(ctx->dentry);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04002132 nfs4_opendata_put(opendata);
Trond Myklebust864472e2006-01-03 09:55:15 +01002133 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002134}
2135
Trond Myklebusta9ed2e22009-12-03 15:53:21 -05002136static int nfs4_do_open_expired(struct nfs_open_context *ctx, struct nfs4_state *state)
Trond Myklebust202b50d2005-06-22 17:16:29 +00002137{
Trond Myklebust539cd032007-06-05 11:46:42 -04002138 struct nfs_server *server = NFS_SERVER(state->inode);
Trond Myklebust202b50d2005-06-22 17:16:29 +00002139 struct nfs4_exception exception = { };
2140 int err;
2141
2142 do {
Trond Myklebust539cd032007-06-05 11:46:42 -04002143 err = _nfs4_open_expired(ctx, state);
Trond Myklebust42113a72013-08-12 16:19:27 -04002144 trace_nfs4_open_expired(ctx, 0, err);
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04002145 if (nfs4_clear_cap_atomic_open_v1(server, err, &exception))
2146 continue;
Trond Myklebusta9ed2e22009-12-03 15:53:21 -05002147 switch (err) {
2148 default:
2149 goto out;
2150 case -NFS4ERR_GRACE:
2151 case -NFS4ERR_DELAY:
2152 nfs4_handle_exception(server, err, &exception);
2153 err = 0;
2154 }
Trond Myklebust202b50d2005-06-22 17:16:29 +00002155 } while (exception.retry);
Trond Myklebusta9ed2e22009-12-03 15:53:21 -05002156out:
Trond Myklebust202b50d2005-06-22 17:16:29 +00002157 return err;
2158}
2159
Linus Torvalds1da177e2005-04-16 15:20:36 -07002160static int nfs4_open_expired(struct nfs4_state_owner *sp, struct nfs4_state *state)
2161{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002162 struct nfs_open_context *ctx;
Trond Myklebust864472e2006-01-03 09:55:15 +01002163 int ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002164
Trond Myklebust864472e2006-01-03 09:55:15 +01002165 ctx = nfs4_state_find_open_context(state);
2166 if (IS_ERR(ctx))
Trond Myklebust91876b12013-03-28 14:01:33 -04002167 return -EAGAIN;
Trond Myklebust539cd032007-06-05 11:46:42 -04002168 ret = nfs4_do_open_expired(ctx, state);
Trond Myklebust864472e2006-01-03 09:55:15 +01002169 put_nfs_open_context(ctx);
2170 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002171}
2172
Trond Myklebust4dfd4f72014-10-17 15:10:25 +03002173static void nfs_finish_clear_delegation_stateid(struct nfs4_state *state)
2174{
2175 nfs_remove_bad_delegation(state->inode);
2176 write_seqlock(&state->seqlock);
2177 nfs4_stateid_copy(&state->stateid, &state->open_stateid);
2178 write_sequnlock(&state->seqlock);
2179 clear_bit(NFS_DELEGATED_STATE, &state->flags);
2180}
2181
2182static void nfs40_clear_delegation_stateid(struct nfs4_state *state)
2183{
2184 if (rcu_access_pointer(NFS_I(state->inode)->delegation) != NULL)
2185 nfs_finish_clear_delegation_stateid(state);
2186}
2187
2188static int nfs40_open_expired(struct nfs4_state_owner *sp, struct nfs4_state *state)
2189{
2190 /* NFSv4.0 doesn't allow for delegation recovery on open expire */
2191 nfs40_clear_delegation_stateid(state);
2192 return nfs4_open_expired(sp, state);
2193}
2194
Bryan Schumakerf062eb62011-06-02 14:59:10 -04002195#if defined(CONFIG_NFS_V4_1)
Trond Myklebust0c116ca2014-11-12 14:44:49 -05002196static void nfs41_check_delegation_stateid(struct nfs4_state *state)
Bryan Schumakerf062eb62011-06-02 14:59:10 -04002197{
Bryan Schumakerf062eb62011-06-02 14:59:10 -04002198 struct nfs_server *server = NFS_SERVER(state->inode);
Trond Myklebust0c116ca2014-11-12 14:44:49 -05002199 nfs4_stateid stateid;
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04002200 struct nfs_delegation *delegation;
Trond Myklebust0c116ca2014-11-12 14:44:49 -05002201 struct rpc_cred *cred;
2202 int status;
Chuck Lever3e60ffd2012-07-11 16:30:14 -04002203
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04002204 /* Get the delegation credential for use by test/free_stateid */
2205 rcu_read_lock();
2206 delegation = rcu_dereference(NFS_I(state->inode)->delegation);
Trond Myklebust0c116ca2014-11-12 14:44:49 -05002207 if (delegation == NULL) {
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04002208 rcu_read_unlock();
Trond Myklebust0c116ca2014-11-12 14:44:49 -05002209 return;
2210 }
2211
2212 nfs4_stateid_copy(&stateid, &delegation->stateid);
2213 cred = get_rpccred(delegation->cred);
2214 rcu_read_unlock();
2215 status = nfs41_test_stateid(server, &stateid, cred);
2216 trace_nfs4_test_delegation_stateid(state, NULL, status);
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04002217
Chuck Lever3e60ffd2012-07-11 16:30:14 -04002218 if (status != NFS_OK) {
2219 /* Free the stateid unless the server explicitly
2220 * informs us the stateid is unrecognized. */
2221 if (status != -NFS4ERR_BAD_STATEID)
Trond Myklebust0c116ca2014-11-12 14:44:49 -05002222 nfs41_free_stateid(server, &stateid, cred);
2223 nfs_finish_clear_delegation_stateid(state);
Chuck Lever3e60ffd2012-07-11 16:30:14 -04002224 }
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04002225
Trond Myklebust0c116ca2014-11-12 14:44:49 -05002226 put_rpccred(cred);
Chuck Lever3e60ffd2012-07-11 16:30:14 -04002227}
2228
2229/**
2230 * nfs41_check_open_stateid - possibly free an open stateid
2231 *
2232 * @state: NFSv4 state for an inode
2233 *
2234 * Returns NFS_OK if recovery for this stateid is now finished.
2235 * Otherwise a negative NFS4ERR value is returned.
2236 */
2237static int nfs41_check_open_stateid(struct nfs4_state *state)
2238{
2239 struct nfs_server *server = NFS_SERVER(state->inode);
Bryan Schumakerfcb6d9c2012-09-26 15:25:53 -04002240 nfs4_stateid *stateid = &state->open_stateid;
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04002241 struct rpc_cred *cred = state->owner->so_cred;
Chuck Lever3e60ffd2012-07-11 16:30:14 -04002242 int status;
2243
2244 /* If a state reset has been done, test_stateid is unneeded */
2245 if ((test_bit(NFS_O_RDONLY_STATE, &state->flags) == 0) &&
2246 (test_bit(NFS_O_WRONLY_STATE, &state->flags) == 0) &&
2247 (test_bit(NFS_O_RDWR_STATE, &state->flags) == 0))
2248 return -NFS4ERR_BAD_STATEID;
2249
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04002250 status = nfs41_test_stateid(server, stateid, cred);
Trond Myklebust08cb47f2013-08-20 21:59:40 -04002251 trace_nfs4_test_open_stateid(state, NULL, status);
Chuck Lever3e60ffd2012-07-11 16:30:14 -04002252 if (status != NFS_OK) {
2253 /* Free the stateid unless the server explicitly
2254 * informs us the stateid is unrecognized. */
2255 if (status != -NFS4ERR_BAD_STATEID)
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04002256 nfs41_free_stateid(server, stateid, cred);
Chuck Lever3e60ffd2012-07-11 16:30:14 -04002257
2258 clear_bit(NFS_O_RDONLY_STATE, &state->flags);
2259 clear_bit(NFS_O_WRONLY_STATE, &state->flags);
2260 clear_bit(NFS_O_RDWR_STATE, &state->flags);
Trond Myklebustfd068b22013-04-22 11:29:51 -04002261 clear_bit(NFS_OPEN_STATE, &state->flags);
Bryan Schumakerb01dd1d2012-01-31 10:39:30 -05002262 }
2263 return status;
2264}
2265
2266static int nfs41_open_expired(struct nfs4_state_owner *sp, struct nfs4_state *state)
2267{
Chuck Levereb64cf92012-07-11 16:30:05 -04002268 int status;
Bryan Schumakerb01dd1d2012-01-31 10:39:30 -05002269
Trond Myklebust0c116ca2014-11-12 14:44:49 -05002270 nfs41_check_delegation_stateid(state);
Chuck Lever3e60ffd2012-07-11 16:30:14 -04002271 status = nfs41_check_open_stateid(state);
Chuck Levereb64cf92012-07-11 16:30:05 -04002272 if (status != NFS_OK)
2273 status = nfs4_open_expired(sp, state);
2274 return status;
Bryan Schumakerf062eb62011-06-02 14:59:10 -04002275}
2276#endif
2277
Linus Torvalds1da177e2005-04-16 15:20:36 -07002278/*
Jeff Laytonaa53ed52007-06-05 14:49:03 -04002279 * on an EXCLUSIVE create, the server should send back a bitmask with FATTR4-*
2280 * fields corresponding to attributes that were used to store the verifier.
2281 * Make sure we clobber those fields in the later setattr call
2282 */
2283static inline void nfs4_exclusive_attrset(struct nfs4_opendata *opendata, struct iattr *sattr)
2284{
2285 if ((opendata->o_res.attrset[1] & FATTR4_WORD1_TIME_ACCESS) &&
2286 !(sattr->ia_valid & ATTR_ATIME_SET))
2287 sattr->ia_valid |= ATTR_ATIME;
2288
2289 if ((opendata->o_res.attrset[1] & FATTR4_WORD1_TIME_MODIFY) &&
2290 !(sattr->ia_valid & ATTR_MTIME_SET))
2291 sattr->ia_valid |= ATTR_MTIME;
2292}
2293
Trond Myklebustc21443c2013-02-07 14:26:21 -05002294static int _nfs4_open_and_get_state(struct nfs4_opendata *opendata,
2295 fmode_t fmode,
2296 int flags,
Trond Myklebust3efb9722013-05-29 13:17:04 -04002297 struct nfs_open_context *ctx)
Trond Myklebustc21443c2013-02-07 14:26:21 -05002298{
2299 struct nfs4_state_owner *sp = opendata->owner;
2300 struct nfs_server *server = sp->so_server;
Trond Myklebust275bb302013-05-29 13:11:28 -04002301 struct dentry *dentry;
Trond Myklebustc21443c2013-02-07 14:26:21 -05002302 struct nfs4_state *state;
2303 unsigned int seq;
2304 int ret;
2305
2306 seq = raw_seqcount_begin(&sp->so_reclaim_seqcount);
2307
2308 ret = _nfs4_proc_open(opendata);
Trond Myklebustdca780012014-10-23 19:23:03 +03002309 if (ret != 0)
Trond Myklebustc21443c2013-02-07 14:26:21 -05002310 goto out;
2311
2312 state = nfs4_opendata_to_nfs4_state(opendata);
2313 ret = PTR_ERR(state);
2314 if (IS_ERR(state))
2315 goto out;
2316 if (server->caps & NFS_CAP_POSIX_LOCK)
2317 set_bit(NFS_STATE_POSIX_LOCKS, &state->flags);
2318
Trond Myklebust275bb302013-05-29 13:11:28 -04002319 dentry = opendata->dentry;
David Howells2b0143b2015-03-17 22:25:59 +00002320 if (d_really_is_negative(dentry)) {
Trond Myklebust275bb302013-05-29 13:11:28 -04002321 /* FIXME: Is this d_drop() ever needed? */
2322 d_drop(dentry);
2323 dentry = d_add_unique(dentry, igrab(state->inode));
2324 if (dentry == NULL) {
2325 dentry = opendata->dentry;
2326 } else if (dentry != ctx->dentry) {
2327 dput(ctx->dentry);
2328 ctx->dentry = dget(dentry);
2329 }
2330 nfs_set_verifier(dentry,
David Howells2b0143b2015-03-17 22:25:59 +00002331 nfs_save_change_attribute(d_inode(opendata->dir)));
Trond Myklebust275bb302013-05-29 13:11:28 -04002332 }
2333
Trond Myklebustc21443c2013-02-07 14:26:21 -05002334 ret = nfs4_opendata_access(sp->so_cred, opendata, state, fmode, flags);
2335 if (ret != 0)
2336 goto out;
2337
Trond Myklebust3efb9722013-05-29 13:17:04 -04002338 ctx->state = state;
David Howells2b0143b2015-03-17 22:25:59 +00002339 if (d_inode(dentry) == state->inode) {
Trond Myklebustc45ffdd2013-05-29 13:34:46 -04002340 nfs_inode_attach_open_context(ctx);
2341 if (read_seqcount_retry(&sp->so_reclaim_seqcount, seq))
2342 nfs4_schedule_stateid_recovery(server, state);
2343 }
Trond Myklebustc21443c2013-02-07 14:26:21 -05002344out:
2345 return ret;
2346}
2347
Jeff Laytonaa53ed52007-06-05 14:49:03 -04002348/*
Trond Myklebust24ac23a2006-01-03 09:55:11 +01002349 * Returns a referenced nfs4_state
Linus Torvalds1da177e2005-04-16 15:20:36 -07002350 */
Andy Adamson82be4172012-05-23 05:02:35 -04002351static int _nfs4_do_open(struct inode *dir,
Trond Myklebust4197a052013-05-29 12:37:49 -04002352 struct nfs_open_context *ctx,
Andy Adamson82be4172012-05-23 05:02:35 -04002353 int flags,
2354 struct iattr *sattr,
Trond Myklebust5bc2afc2013-09-23 18:01:28 -04002355 struct nfs4_label *label,
2356 int *opened)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002357{
2358 struct nfs4_state_owner *sp;
2359 struct nfs4_state *state = NULL;
2360 struct nfs_server *server = NFS_SERVER(dir);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01002361 struct nfs4_opendata *opendata;
Trond Myklebust4197a052013-05-29 12:37:49 -04002362 struct dentry *dentry = ctx->dentry;
2363 struct rpc_cred *cred = ctx->cred;
2364 struct nfs4_threshold **ctx_th = &ctx->mdsthreshold;
2365 fmode_t fmode = ctx->mode & (FMODE_READ|FMODE_WRITE|FMODE_EXEC);
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04002366 enum open_claim_type4 claim = NFS4_OPEN_CLAIM_NULL;
David Quigley1775fd32013-05-22 12:50:42 -04002367 struct nfs4_label *olabel = NULL;
Trond Myklebustaac00a82007-07-05 19:02:21 -04002368 int status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002369
2370 /* Protect against reboot recovery conflicts */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002371 status = -ENOMEM;
Trond Myklebustd1e284d2012-01-17 22:04:24 -05002372 sp = nfs4_get_state_owner(server, cred, GFP_KERNEL);
2373 if (sp == NULL) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002374 dprintk("nfs4_do_open: nfs4_get_state_owner failed!\n");
2375 goto out_err;
2376 }
Trond Myklebust58d97142006-01-03 09:55:24 +01002377 status = nfs4_recover_expired_lease(server);
2378 if (status != 0)
Trond Myklebustb4454fe2006-01-03 09:55:25 +01002379 goto err_put_state_owner;
David Howells2b0143b2015-03-17 22:25:59 +00002380 if (d_really_is_positive(dentry))
2381 nfs4_return_incompatible_delegation(d_inode(dentry), fmode);
Trond Myklebust58d97142006-01-03 09:55:24 +01002382 status = -ENOMEM;
David Howells2b0143b2015-03-17 22:25:59 +00002383 if (d_really_is_positive(dentry))
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04002384 claim = NFS4_OPEN_CLAIM_FH;
Trond Myklebust4a1c0892013-03-15 14:57:33 -04002385 opendata = nfs4_opendata_alloc(dentry, sp, fmode, flags, sattr,
David Quigley1775fd32013-05-22 12:50:42 -04002386 label, claim, GFP_KERNEL);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01002387 if (opendata == NULL)
Trond Myklebust95d35cb2008-12-23 15:21:45 -05002388 goto err_put_state_owner;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002389
David Quigley14c43f72013-05-22 12:50:43 -04002390 if (label) {
2391 olabel = nfs4_label_alloc(server, GFP_KERNEL);
2392 if (IS_ERR(olabel)) {
2393 status = PTR_ERR(olabel);
2394 goto err_opendata_put;
2395 }
2396 }
2397
Trond Myklebuste911b812014-03-26 13:24:37 -07002398 if (server->attr_bitmask[2] & FATTR4_WORD2_MDSTHRESHOLD) {
2399 if (!opendata->f_attr.mdsthreshold) {
2400 opendata->f_attr.mdsthreshold = pnfs_mdsthreshold_alloc();
2401 if (!opendata->f_attr.mdsthreshold)
2402 goto err_free_label;
2403 }
Trond Myklebust1549210f2012-06-05 09:16:47 -04002404 opendata->o_arg.open_bitmap = &nfs4_pnfs_open_bitmap[0];
Andy Adamson82be4172012-05-23 05:02:35 -04002405 }
David Howells2b0143b2015-03-17 22:25:59 +00002406 if (d_really_is_positive(dentry))
2407 opendata->state = nfs4_get_open_state(d_inode(dentry), sp);
Trond Myklebustaac00a82007-07-05 19:02:21 -04002408
Trond Myklebust3efb9722013-05-29 13:17:04 -04002409 status = _nfs4_open_and_get_state(opendata, fmode, flags, ctx);
Weston Andros Adamson6168f622012-09-10 14:00:46 -04002410 if (status != 0)
David Quigley14c43f72013-05-22 12:50:43 -04002411 goto err_free_label;
Trond Myklebust3efb9722013-05-29 13:17:04 -04002412 state = ctx->state;
Weston Andros Adamson6168f622012-09-10 14:00:46 -04002413
Trond Myklebust549b19c2013-04-16 18:42:34 -04002414 if ((opendata->o_arg.open_flags & O_EXCL) &&
2415 (opendata->o_arg.createmode != NFS4_CREATE_GUARDED)) {
Trond Myklebust0ab64e02010-04-16 16:22:51 -04002416 nfs4_exclusive_attrset(opendata, sattr);
2417
2418 nfs_fattr_init(opendata->o_res.f_attr);
2419 status = nfs4_do_setattr(state->inode, cred,
2420 opendata->o_res.f_attr, sattr,
David Quigley1775fd32013-05-22 12:50:42 -04002421 state, label, olabel);
2422 if (status == 0) {
Trond Myklebustf0446362015-02-26 16:09:04 -05002423 nfs_setattr_update_inode(state->inode, sattr,
2424 opendata->o_res.f_attr);
David Quigleyaa9c2662013-05-22 12:50:44 -04002425 nfs_setsecurity(state->inode, opendata->o_res.f_attr, olabel);
David Quigley1775fd32013-05-22 12:50:42 -04002426 }
Trond Myklebust0ab64e02010-04-16 16:22:51 -04002427 }
Trond Myklebust5bc2afc2013-09-23 18:01:28 -04002428 if (opendata->file_created)
2429 *opened |= FILE_CREATED;
Andy Adamson82be4172012-05-23 05:02:35 -04002430
Trond Myklebuste911b812014-03-26 13:24:37 -07002431 if (pnfs_use_threshold(ctx_th, opendata->f_attr.mdsthreshold, server)) {
Andy Adamson82be4172012-05-23 05:02:35 -04002432 *ctx_th = opendata->f_attr.mdsthreshold;
Trond Myklebuste911b812014-03-26 13:24:37 -07002433 opendata->f_attr.mdsthreshold = NULL;
2434 }
Andy Adamson82be4172012-05-23 05:02:35 -04002435
David Quigley14c43f72013-05-22 12:50:43 -04002436 nfs4_label_free(olabel);
2437
Trond Myklebustc6d00e62007-06-17 16:02:44 -04002438 nfs4_opendata_put(opendata);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002439 nfs4_put_state_owner(sp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002440 return 0;
David Quigley14c43f72013-05-22 12:50:43 -04002441err_free_label:
2442 nfs4_label_free(olabel);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04002443err_opendata_put:
2444 nfs4_opendata_put(opendata);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01002445err_put_state_owner:
2446 nfs4_put_state_owner(sp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002447out_err:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002448 return status;
2449}
2450
2451
Andy Adamson82be4172012-05-23 05:02:35 -04002452static struct nfs4_state *nfs4_do_open(struct inode *dir,
Trond Myklebust4197a052013-05-29 12:37:49 -04002453 struct nfs_open_context *ctx,
Andy Adamson82be4172012-05-23 05:02:35 -04002454 int flags,
2455 struct iattr *sattr,
Trond Myklebust5bc2afc2013-09-23 18:01:28 -04002456 struct nfs4_label *label,
2457 int *opened)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002458{
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04002459 struct nfs_server *server = NFS_SERVER(dir);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002460 struct nfs4_exception exception = { };
2461 struct nfs4_state *res;
2462 int status;
2463
2464 do {
Trond Myklebust5bc2afc2013-09-23 18:01:28 -04002465 status = _nfs4_do_open(dir, ctx, flags, sattr, label, opened);
Trond Myklebust3efb9722013-05-29 13:17:04 -04002466 res = ctx->state;
Trond Myklebust42113a72013-08-12 16:19:27 -04002467 trace_nfs4_open_file(ctx, flags, status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002468 if (status == 0)
2469 break;
2470 /* NOTE: BAD_SEQID means the server and client disagree about the
2471 * book-keeping w.r.t. state-changing operations
2472 * (OPEN/CLOSE/LOCK/LOCKU...)
2473 * It is actually a sign of a bug on the client or on the server.
2474 *
2475 * If we receive a BAD_SEQID error in the particular case of
Trond Myklebustcee54fc2005-10-18 14:20:12 -07002476 * doing an OPEN, we assume that nfs_increment_open_seqid() will
Linus Torvalds1da177e2005-04-16 15:20:36 -07002477 * have unhashed the old state_owner for us, and that we can
2478 * therefore safely retry using a new one. We should still warn
2479 * the user though...
2480 */
2481 if (status == -NFS4ERR_BAD_SEQID) {
Trond Myklebust9a3ba432012-03-12 18:01:48 -04002482 pr_warn_ratelimited("NFS: v4 server %s "
Trond Myklebust6f43ddc2007-07-08 16:49:11 -04002483 " returned a bad sequence-id error!\n",
2484 NFS_SERVER(dir)->nfs_client->cl_hostname);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002485 exception.retry = 1;
2486 continue;
2487 }
Trond Myklebust550f5742005-10-18 14:20:21 -07002488 /*
2489 * BAD_STATEID on OPEN means that the server cancelled our
2490 * state before it received the OPEN_CONFIRM.
2491 * Recover by retrying the request as per the discussion
2492 * on Page 181 of RFC3530.
2493 */
2494 if (status == -NFS4ERR_BAD_STATEID) {
2495 exception.retry = 1;
2496 continue;
2497 }
Trond Myklebustaac00a82007-07-05 19:02:21 -04002498 if (status == -EAGAIN) {
2499 /* We must have found a delegation */
2500 exception.retry = 1;
2501 continue;
2502 }
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04002503 if (nfs4_clear_cap_atomic_open_v1(server, status, &exception))
2504 continue;
2505 res = ERR_PTR(nfs4_handle_exception(server,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002506 status, &exception));
2507 } while (exception.retry);
2508 return res;
2509}
2510
Trond Myklebust659bfcd2008-06-10 19:39:41 -04002511static int _nfs4_do_setattr(struct inode *inode, struct rpc_cred *cred,
2512 struct nfs_fattr *fattr, struct iattr *sattr,
David Quigley1775fd32013-05-22 12:50:42 -04002513 struct nfs4_state *state, struct nfs4_label *ilabel,
2514 struct nfs4_label *olabel)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002515{
Trond Myklebust3e4f6292006-03-20 13:44:46 -05002516 struct nfs_server *server = NFS_SERVER(inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002517 struct nfs_setattrargs arg = {
Trond Myklebust3e4f6292006-03-20 13:44:46 -05002518 .fh = NFS_FH(inode),
Linus Torvalds1da177e2005-04-16 15:20:36 -07002519 .iap = sattr,
2520 .server = server,
2521 .bitmask = server->attr_bitmask,
David Quigley1775fd32013-05-22 12:50:42 -04002522 .label = ilabel,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002523 };
2524 struct nfs_setattrres res = {
2525 .fattr = fattr,
David Quigley1775fd32013-05-22 12:50:42 -04002526 .label = olabel,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002527 .server = server,
2528 };
2529 struct rpc_message msg = {
Trond Myklebust659bfcd2008-06-10 19:39:41 -04002530 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETATTR],
2531 .rpc_argp = &arg,
2532 .rpc_resp = &res,
2533 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002534 };
Trond Myklebust26e976a2006-01-03 09:55:21 +01002535 unsigned long timestamp = jiffies;
Trond Myklebustee3ae842013-04-29 10:35:36 -04002536 fmode_t fmode;
2537 bool truncate;
Trond Myklebust65e43082005-08-16 11:49:44 -04002538 int status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002539
David Quigleyaa9c2662013-05-22 12:50:44 -04002540 arg.bitmask = nfs4_bitmask(server, ilabel);
2541 if (ilabel)
2542 arg.bitmask = nfs4_bitmask(server, olabel);
2543
Trond Myklebust0e574af2005-10-27 22:12:38 -04002544 nfs_fattr_init(fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002545
Trond Myklebustee3ae842013-04-29 10:35:36 -04002546 /* Servers should only apply open mode checks for file size changes */
2547 truncate = (sattr->ia_valid & ATTR_SIZE) ? true : false;
2548 fmode = truncate ? FMODE_WRITE : FMODE_READ;
2549
2550 if (nfs4_copy_delegation_stateid(&arg.stateid, inode, fmode)) {
2551 /* Use that stateid */
Trond Myklebust0418dae2014-03-04 13:48:16 -05002552 } else if (truncate && state != NULL) {
Trond Myklebust2a369152012-08-13 18:54:45 -04002553 struct nfs_lockowner lockowner = {
2554 .l_owner = current->files,
2555 .l_pid = current->tgid,
2556 };
Trond Myklebust0418dae2014-03-04 13:48:16 -05002557 if (!nfs4_valid_open_stateid(state))
2558 return -EBADF;
2559 if (nfs4_select_rw_stateid(&arg.stateid, state, FMODE_WRITE,
2560 &lockowner) == -EIO)
2561 return -EBADF;
Trond Myklebust08e9eac2005-06-22 17:16:29 +00002562 } else
Trond Myklebustf597c532012-03-04 18:13:56 -05002563 nfs4_stateid_copy(&arg.stateid, &zero_stateid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002564
Bryan Schumaker7c513052011-03-24 17:12:24 +00002565 status = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, &res.seq_res, 1);
Trond Myklebust26e976a2006-01-03 09:55:21 +01002566 if (status == 0 && state != NULL)
2567 renew_lease(server, timestamp);
Trond Myklebust65e43082005-08-16 11:49:44 -04002568 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002569}
2570
Trond Myklebust659bfcd2008-06-10 19:39:41 -04002571static int nfs4_do_setattr(struct inode *inode, struct rpc_cred *cred,
2572 struct nfs_fattr *fattr, struct iattr *sattr,
David Quigley1775fd32013-05-22 12:50:42 -04002573 struct nfs4_state *state, struct nfs4_label *ilabel,
2574 struct nfs4_label *olabel)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002575{
Trond Myklebust3e4f6292006-03-20 13:44:46 -05002576 struct nfs_server *server = NFS_SERVER(inode);
Trond Myklebusta1d0b5e2012-03-05 19:56:44 -05002577 struct nfs4_exception exception = {
2578 .state = state,
Trond Myklebust3114ea72012-03-07 16:39:06 -05002579 .inode = inode,
Trond Myklebusta1d0b5e2012-03-05 19:56:44 -05002580 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002581 int err;
2582 do {
David Quigley1775fd32013-05-22 12:50:42 -04002583 err = _nfs4_do_setattr(inode, cred, fattr, sattr, state, ilabel, olabel);
Trond Myklebustc1578b72013-08-12 16:58:42 -04002584 trace_nfs4_setattr(inode, err);
Trond Myklebust451146b2012-04-18 16:29:11 -04002585 switch (err) {
2586 case -NFS4ERR_OPENMODE:
Trond Myklebust721ccfb2013-04-29 11:11:58 -04002587 if (!(sattr->ia_valid & ATTR_SIZE)) {
2588 pr_warn_once("NFSv4: server %s is incorrectly "
2589 "applying open mode checks to "
2590 "a SETATTR that is not "
2591 "changing file size.\n",
2592 server->nfs_client->cl_hostname);
2593 }
Trond Myklebust451146b2012-04-18 16:29:11 -04002594 if (state && !(state->state & FMODE_WRITE)) {
2595 err = -EBADF;
2596 if (sattr->ia_valid & ATTR_OPEN)
2597 err = -EACCES;
2598 goto out;
2599 }
2600 }
2601 err = nfs4_handle_exception(server, err, &exception);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002602 } while (exception.retry);
Trond Myklebust451146b2012-04-18 16:29:11 -04002603out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002604 return err;
2605}
2606
2607struct nfs4_closedata {
2608 struct inode *inode;
2609 struct nfs4_state *state;
2610 struct nfs_closeargs arg;
2611 struct nfs_closeres res;
Trond Myklebust516a6af2005-10-27 22:12:41 -04002612 struct nfs_fattr fattr;
Trond Myklebust26e976a2006-01-03 09:55:21 +01002613 unsigned long timestamp;
Fred Isamanf7e89172011-01-06 11:36:32 +00002614 bool roc;
2615 u32 roc_barrier;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002616};
2617
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002618static void nfs4_free_closedata(void *data)
Trond Myklebust95121352005-10-18 14:20:12 -07002619{
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002620 struct nfs4_closedata *calldata = data;
2621 struct nfs4_state_owner *sp = calldata->state->owner;
Al Viro643168c2011-06-22 18:20:23 -04002622 struct super_block *sb = calldata->state->inode->i_sb;
Trond Myklebust95121352005-10-18 14:20:12 -07002623
Fred Isamanf7e89172011-01-06 11:36:32 +00002624 if (calldata->roc)
2625 pnfs_roc_release(calldata->state->inode);
Trond Myklebust95121352005-10-18 14:20:12 -07002626 nfs4_put_open_state(calldata->state);
2627 nfs_free_seqid(calldata->arg.seqid);
Trond Myklebust95121352005-10-18 14:20:12 -07002628 nfs4_put_state_owner(sp);
Trond Myklebust322b2b92013-01-11 16:39:51 -05002629 nfs_sb_deactive(sb);
Trond Myklebust95121352005-10-18 14:20:12 -07002630 kfree(calldata);
2631}
2632
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002633static void nfs4_close_done(struct rpc_task *task, void *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002634{
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002635 struct nfs4_closedata *calldata = data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002636 struct nfs4_state *state = calldata->state;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002637 struct nfs_server *server = NFS_SERVER(calldata->inode);
Trond Myklebust412f6c42014-08-25 22:09:08 -04002638 nfs4_stateid *res_stateid = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002639
Chuck Levera3ca5652012-03-01 17:00:40 -05002640 dprintk("%s: begin!\n", __func__);
Trond Myklebust14516c32010-07-31 14:29:06 -04002641 if (!nfs4_sequence_done(task, &calldata->res.seq_res))
2642 return;
Trond Myklebust42113a72013-08-12 16:19:27 -04002643 trace_nfs4_close(state, &calldata->arg, &calldata->res, task->tk_status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002644 /* hmm. we are done with the inode, and in the process of freeing
2645 * the state_owner. we keep this around to process errors
2646 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002647 switch (task->tk_status) {
2648 case 0:
Trond Myklebust412f6c42014-08-25 22:09:08 -04002649 res_stateid = &calldata->res.stateid;
2650 if (calldata->arg.fmode == 0 && calldata->roc)
Fred Isamanf7e89172011-01-06 11:36:32 +00002651 pnfs_roc_set_barrier(state->inode,
2652 calldata->roc_barrier);
Trond Myklebust26e976a2006-01-03 09:55:21 +01002653 renew_lease(server, calldata->timestamp);
Trond Myklebust412f6c42014-08-25 22:09:08 -04002654 break;
Trond Myklebust69794ad2013-11-20 12:57:19 -05002655 case -NFS4ERR_ADMIN_REVOKED:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002656 case -NFS4ERR_STALE_STATEID:
Trond Myklebust9e33bed2008-12-23 15:21:46 -05002657 case -NFS4ERR_OLD_STATEID:
2658 case -NFS4ERR_BAD_STATEID:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002659 case -NFS4ERR_EXPIRED:
Trond Myklebust566fcec2015-01-23 15:32:46 -05002660 if (!nfs4_stateid_match(&calldata->arg.stateid,
Anna Schumaker369d6b72015-03-02 16:46:09 -05002661 &state->open_stateid)) {
Trond Myklebust566fcec2015-01-23 15:32:46 -05002662 rpc_restart_call_prepare(task);
2663 goto out_release;
2664 }
Trond Myklebustdc0b0272008-12-23 15:21:56 -05002665 if (calldata->arg.fmode == 0)
Trond Myklebust9e33bed2008-12-23 15:21:46 -05002666 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002667 default:
NeilBrown8478eaa2014-09-18 16:09:27 +10002668 if (nfs4_async_handle_error(task, server, state, NULL) == -EAGAIN) {
Trond Myklebust72211db2009-12-15 14:47:36 -05002669 rpc_restart_call_prepare(task);
Trond Myklebust69794ad2013-11-20 12:57:19 -05002670 goto out_release;
2671 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002672 }
Trond Myklebust412f6c42014-08-25 22:09:08 -04002673 nfs_clear_open_stateid(state, res_stateid, calldata->arg.fmode);
Trond Myklebust69794ad2013-11-20 12:57:19 -05002674out_release:
Trond Myklebust72211db2009-12-15 14:47:36 -05002675 nfs_release_seqid(calldata->arg.seqid);
Trond Myklebust516a6af2005-10-27 22:12:41 -04002676 nfs_refresh_inode(calldata->inode, calldata->res.fattr);
Chuck Levera3ca5652012-03-01 17:00:40 -05002677 dprintk("%s: done, ret = %d!\n", __func__, task->tk_status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002678}
2679
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01002680static void nfs4_close_prepare(struct rpc_task *task, void *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002681{
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01002682 struct nfs4_closedata *calldata = data;
Trond Myklebust95121352005-10-18 14:20:12 -07002683 struct nfs4_state *state = calldata->state;
Trond Myklebust7fdab062012-09-20 20:15:57 -04002684 struct inode *inode = calldata->inode;
Trond Myklebustaee7af32014-08-25 22:33:12 -04002685 bool is_rdonly, is_wronly, is_rdwr;
Trond Myklebust88069f72009-12-08 08:33:16 -05002686 int call_close = 0;
Trond Myklebust95121352005-10-18 14:20:12 -07002687
Chuck Levera3ca5652012-03-01 17:00:40 -05002688 dprintk("%s: begin!\n", __func__);
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002689 if (nfs_wait_on_sequence(calldata->arg.seqid, task) != 0)
Trond Myklebustc8da19b2013-02-11 19:01:21 -05002690 goto out_wait;
Trond Myklebust003707c2007-07-05 18:07:55 -04002691
Trond Myklebust88069f72009-12-08 08:33:16 -05002692 task->tk_msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN_DOWNGRADE];
Trond Myklebust4cecb762005-11-04 15:32:58 -05002693 spin_lock(&state->owner->so_lock);
Trond Myklebustaee7af32014-08-25 22:33:12 -04002694 is_rdwr = test_bit(NFS_O_RDWR_STATE, &state->flags);
2695 is_rdonly = test_bit(NFS_O_RDONLY_STATE, &state->flags);
2696 is_wronly = test_bit(NFS_O_WRONLY_STATE, &state->flags);
Anna Schumaker369d6b72015-03-02 16:46:09 -05002697 nfs4_stateid_copy(&calldata->arg.stateid, &state->open_stateid);
Trond Myklebust003707c2007-07-05 18:07:55 -04002698 /* Calculate the change in open mode */
Trond Myklebustcd9288f2014-09-18 11:51:32 -04002699 calldata->arg.fmode = 0;
Trond Myklebuste7616922006-01-03 09:55:13 +01002700 if (state->n_rdwr == 0) {
Trond Myklebustcd9288f2014-09-18 11:51:32 -04002701 if (state->n_rdonly == 0)
2702 call_close |= is_rdonly;
2703 else if (is_rdonly)
2704 calldata->arg.fmode |= FMODE_READ;
2705 if (state->n_wronly == 0)
2706 call_close |= is_wronly;
2707 else if (is_wronly)
2708 calldata->arg.fmode |= FMODE_WRITE;
2709 } else if (is_rdwr)
2710 calldata->arg.fmode |= FMODE_READ|FMODE_WRITE;
2711
2712 if (calldata->arg.fmode == 0)
2713 call_close |= is_rdwr;
2714
Trond Myklebust5d422302013-03-14 16:57:48 -04002715 if (!nfs4_valid_open_stateid(state))
2716 call_close = 0;
Trond Myklebust4cecb762005-11-04 15:32:58 -05002717 spin_unlock(&state->owner->so_lock);
Trond Myklebust88069f72009-12-08 08:33:16 -05002718
2719 if (!call_close) {
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002720 /* Note: exit _without_ calling nfs4_close_done */
Trond Myklebustc8da19b2013-02-11 19:01:21 -05002721 goto out_no_action;
Trond Myklebust95121352005-10-18 14:20:12 -07002722 }
Trond Myklebust88069f72009-12-08 08:33:16 -05002723
Fred Isamanf7e89172011-01-06 11:36:32 +00002724 if (calldata->arg.fmode == 0) {
Trond Myklebust88069f72009-12-08 08:33:16 -05002725 task->tk_msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_CLOSE];
Fred Isamanf7e89172011-01-06 11:36:32 +00002726 if (calldata->roc &&
Andy Adamsonb9536ad2013-04-11 09:28:45 -04002727 pnfs_roc_drain(inode, &calldata->roc_barrier, task)) {
2728 nfs_release_seqid(calldata->arg.seqid);
Trond Myklebustc8da19b2013-02-11 19:01:21 -05002729 goto out_wait;
Andy Adamsonb9536ad2013-04-11 09:28:45 -04002730 }
Fred Isamanf7e89172011-01-06 11:36:32 +00002731 }
Trond Myklebust6ae37332015-01-30 14:21:14 -05002732 calldata->arg.share_access =
2733 nfs4_map_atomic_open_share(NFS_SERVER(inode),
2734 calldata->arg.fmode, 0);
Trond Myklebust88069f72009-12-08 08:33:16 -05002735
Trond Myklebust516a6af2005-10-27 22:12:41 -04002736 nfs_fattr_init(calldata->res.fattr);
Trond Myklebust26e976a2006-01-03 09:55:21 +01002737 calldata->timestamp = jiffies;
Trond Myklebust7fdab062012-09-20 20:15:57 -04002738 if (nfs4_setup_sequence(NFS_SERVER(inode),
Trond Myklebust9d12b212012-01-17 22:04:25 -05002739 &calldata->arg.seq_args,
2740 &calldata->res.seq_res,
Trond Myklebust2240a9e2012-10-29 18:37:40 -04002741 task) != 0)
2742 nfs_release_seqid(calldata->arg.seqid);
Chuck Levera3ca5652012-03-01 17:00:40 -05002743 dprintk("%s: done!\n", __func__);
Trond Myklebustc8da19b2013-02-11 19:01:21 -05002744 return;
2745out_no_action:
2746 task->tk_action = NULL;
2747out_wait:
2748 nfs4_sequence_done(task, &calldata->res.seq_res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002749}
2750
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002751static const struct rpc_call_ops nfs4_close_ops = {
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01002752 .rpc_call_prepare = nfs4_close_prepare,
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002753 .rpc_call_done = nfs4_close_done,
2754 .rpc_release = nfs4_free_closedata,
2755};
2756
Peng Taofe08c542014-07-03 13:05:01 +08002757static bool nfs4_roc(struct inode *inode)
2758{
Trond Myklebust40dd4b72015-01-24 13:54:37 -05002759 if (!nfs_have_layout(inode))
Peng Taofe08c542014-07-03 13:05:01 +08002760 return false;
Peng Taofe08c542014-07-03 13:05:01 +08002761 return pnfs_roc(inode);
2762}
2763
Linus Torvalds1da177e2005-04-16 15:20:36 -07002764/*
2765 * It is possible for data to be read/written from a mem-mapped file
2766 * after the sys_close call (which hits the vfs layer as a flush).
2767 * This means that we can't safely call nfsv4 close on a file until
2768 * the inode is cleared. This in turn means that we are not good
2769 * NFSv4 citizens - we do not indicate to the server to update the file's
2770 * share state even when we are done with one of the three share
2771 * stateid's in the inode.
2772 *
2773 * NOTE: Caller must be holding the sp->so_owner semaphore!
2774 */
Trond Myklebust1f7977c2012-09-20 20:31:51 -04002775int nfs4_do_close(struct nfs4_state *state, gfp_t gfp_mask, int wait)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002776{
Trond Myklebust4a35bd42007-06-05 10:31:33 -04002777 struct nfs_server *server = NFS_SERVER(state->inode);
Trond Myklebust63f5f792015-01-23 19:19:25 -05002778 struct nfs_seqid *(*alloc_seqid)(struct nfs_seqid_counter *, gfp_t);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002779 struct nfs4_closedata *calldata;
Trond Myklebustb39e6252007-06-11 23:05:07 -04002780 struct nfs4_state_owner *sp = state->owner;
2781 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04002782 struct rpc_message msg = {
2783 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_CLOSE],
2784 .rpc_cred = state->owner->so_cred,
2785 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04002786 struct rpc_task_setup task_setup_data = {
2787 .rpc_client = server->client,
Trond Myklebust5138fde2007-07-14 15:40:01 -04002788 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04002789 .callback_ops = &nfs4_close_ops,
Trond Myklebust101070c2008-02-19 20:04:23 -05002790 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04002791 .flags = RPC_TASK_ASYNC,
2792 };
Trond Myklebust95121352005-10-18 14:20:12 -07002793 int status = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002794
Weston Andros Adamsonfa940722013-08-13 16:37:34 -04002795 nfs4_state_protect(server->nfs_client, NFS_SP4_MACH_CRED_CLEANUP,
2796 &task_setup_data.rpc_client, &msg);
2797
Trond Myklebust8535b2b2010-05-13 12:51:01 -04002798 calldata = kzalloc(sizeof(*calldata), gfp_mask);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002799 if (calldata == NULL)
Trond Myklebust95121352005-10-18 14:20:12 -07002800 goto out;
Chuck Levera9c92d62013-08-09 12:48:18 -04002801 nfs4_init_sequence(&calldata->arg.seq_args, &calldata->res.seq_res, 1);
Trond Myklebust4a35bd42007-06-05 10:31:33 -04002802 calldata->inode = state->inode;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002803 calldata->state = state;
Trond Myklebust4a35bd42007-06-05 10:31:33 -04002804 calldata->arg.fh = NFS_FH(state->inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002805 /* Serialization for the sequence id */
Trond Myklebust63f5f792015-01-23 19:19:25 -05002806 alloc_seqid = server->nfs_client->cl_mvops->alloc_seqid;
2807 calldata->arg.seqid = alloc_seqid(&state->owner->so_seqid, gfp_mask);
Trond Myklebustbadc76d2015-01-23 18:48:00 -05002808 if (IS_ERR(calldata->arg.seqid))
Trond Myklebust95121352005-10-18 14:20:12 -07002809 goto out_free_calldata;
Trond Myklebustdc0b0272008-12-23 15:21:56 -05002810 calldata->arg.fmode = 0;
Trond Myklebusta65318b2009-03-11 14:10:28 -04002811 calldata->arg.bitmask = server->cache_consistency_bitmask;
Trond Myklebust516a6af2005-10-27 22:12:41 -04002812 calldata->res.fattr = &calldata->fattr;
Trond Myklebustc1d51932008-04-07 13:20:54 -04002813 calldata->res.seqid = calldata->arg.seqid;
Trond Myklebust516a6af2005-10-27 22:12:41 -04002814 calldata->res.server = server;
Peng Taofe08c542014-07-03 13:05:01 +08002815 calldata->roc = nfs4_roc(state->inode);
Al Viro643168c2011-06-22 18:20:23 -04002816 nfs_sb_active(calldata->inode->i_sb);
Trond Myklebust95121352005-10-18 14:20:12 -07002817
Trond Myklebust1174dd12010-12-21 10:52:24 -05002818 msg.rpc_argp = &calldata->arg;
2819 msg.rpc_resp = &calldata->res;
Trond Myklebustc970aa82007-07-14 15:39:59 -04002820 task_setup_data.callback_data = calldata;
2821 task = rpc_run_task(&task_setup_data);
Trond Myklebustb39e6252007-06-11 23:05:07 -04002822 if (IS_ERR(task))
2823 return PTR_ERR(task);
Trond Myklebusta49c3c72007-10-18 18:03:27 -04002824 status = 0;
2825 if (wait)
2826 status = rpc_wait_for_completion_task(task);
Trond Myklebustb39e6252007-06-11 23:05:07 -04002827 rpc_put_task(task);
Trond Myklebusta49c3c72007-10-18 18:03:27 -04002828 return status;
Trond Myklebust95121352005-10-18 14:20:12 -07002829out_free_calldata:
2830 kfree(calldata);
2831out:
Trond Myklebustb39e6252007-06-11 23:05:07 -04002832 nfs4_put_open_state(state);
2833 nfs4_put_state_owner(sp);
Trond Myklebust95121352005-10-18 14:20:12 -07002834 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002835}
2836
Trond Myklebust2b484292010-09-17 10:56:51 -04002837static struct inode *
Trond Myklebust5bc2afc2013-09-23 18:01:28 -04002838nfs4_atomic_open(struct inode *dir, struct nfs_open_context *ctx,
2839 int open_flags, struct iattr *attr, int *opened)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002840{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002841 struct nfs4_state *state;
David Quigleyaa9c2662013-05-22 12:50:44 -04002842 struct nfs4_label l = {0, 0, 0, NULL}, *label = NULL;
2843
2844 label = nfs4_label_init_security(dir, ctx->dentry, attr, &l);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002845
Trond Myklebust565277f2007-10-15 18:17:53 -04002846 /* Protect against concurrent sillydeletes */
Trond Myklebust5bc2afc2013-09-23 18:01:28 -04002847 state = nfs4_do_open(dir, ctx, open_flags, attr, label, opened);
David Quigleyaa9c2662013-05-22 12:50:44 -04002848
2849 nfs4_label_release_security(label);
2850
Trond Myklebustf46e0bd2010-09-17 10:56:50 -04002851 if (IS_ERR(state))
2852 return ERR_CAST(state);
Trond Myklebust275bb302013-05-29 13:11:28 -04002853 return state->inode;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002854}
2855
Trond Myklebust1185a552009-12-03 15:54:02 -05002856static void nfs4_close_context(struct nfs_open_context *ctx, int is_sync)
Trond Myklebust7fe5c392009-03-19 15:35:50 -04002857{
2858 if (ctx->state == NULL)
2859 return;
2860 if (is_sync)
Al Viro643168c2011-06-22 18:20:23 -04002861 nfs4_close_sync(ctx->state, ctx->mode);
Trond Myklebust7fe5c392009-03-19 15:35:50 -04002862 else
Al Viro643168c2011-06-22 18:20:23 -04002863 nfs4_close_state(ctx->state, ctx->mode);
Trond Myklebust7fe5c392009-03-19 15:35:50 -04002864}
Linus Torvalds1da177e2005-04-16 15:20:36 -07002865
Trond Myklebustb944dba2013-11-04 15:20:20 -05002866#define FATTR4_WORD1_NFS40_MASK (2*FATTR4_WORD1_MOUNTED_ON_FILEID - 1UL)
2867#define FATTR4_WORD2_NFS41_MASK (2*FATTR4_WORD2_SUPPATTR_EXCLCREAT - 1UL)
J. Bruce Fields999e5682014-06-03 17:33:35 -04002868#define FATTR4_WORD2_NFS42_MASK (2*FATTR4_WORD2_SECURITY_LABEL - 1UL)
Trond Myklebustb944dba2013-11-04 15:20:20 -05002869
Linus Torvalds1da177e2005-04-16 15:20:36 -07002870static int _nfs4_server_capabilities(struct nfs_server *server, struct nfs_fh *fhandle)
2871{
Benny Halevy43652ad2009-04-01 09:21:54 -04002872 struct nfs4_server_caps_arg args = {
2873 .fhandle = fhandle,
2874 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002875 struct nfs4_server_caps_res res = {};
2876 struct rpc_message msg = {
2877 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SERVER_CAPS],
Benny Halevy43652ad2009-04-01 09:21:54 -04002878 .rpc_argp = &args,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002879 .rpc_resp = &res,
2880 };
2881 int status;
2882
Bryan Schumaker7c513052011-03-24 17:12:24 +00002883 status = nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002884 if (status == 0) {
Trond Myklebustb944dba2013-11-04 15:20:20 -05002885 /* Sanity check the server answers */
2886 switch (server->nfs_client->cl_minorversion) {
2887 case 0:
2888 res.attr_bitmask[1] &= FATTR4_WORD1_NFS40_MASK;
2889 res.attr_bitmask[2] = 0;
2890 break;
2891 case 1:
2892 res.attr_bitmask[2] &= FATTR4_WORD2_NFS41_MASK;
2893 break;
2894 case 2:
2895 res.attr_bitmask[2] &= FATTR4_WORD2_NFS42_MASK;
2896 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002897 memcpy(server->attr_bitmask, res.attr_bitmask, sizeof(server->attr_bitmask));
Trond Myklebust62ab460c2009-08-09 15:06:19 -04002898 server->caps &= ~(NFS_CAP_ACLS|NFS_CAP_HARDLINKS|
2899 NFS_CAP_SYMLINKS|NFS_CAP_FILEID|
2900 NFS_CAP_MODE|NFS_CAP_NLINK|NFS_CAP_OWNER|
2901 NFS_CAP_OWNER_GROUP|NFS_CAP_ATIME|
Trond Myklebustb944dba2013-11-04 15:20:20 -05002902 NFS_CAP_CTIME|NFS_CAP_MTIME|
2903 NFS_CAP_SECURITY_LABEL);
Malahal Naineni7dd7d952014-01-23 08:54:55 -06002904 if (res.attr_bitmask[0] & FATTR4_WORD0_ACL &&
2905 res.acl_bitmask & ACL4_SUPPORT_ALLOW_ACL)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002906 server->caps |= NFS_CAP_ACLS;
2907 if (res.has_links != 0)
2908 server->caps |= NFS_CAP_HARDLINKS;
2909 if (res.has_symlinks != 0)
2910 server->caps |= NFS_CAP_SYMLINKS;
Trond Myklebust62ab460c2009-08-09 15:06:19 -04002911 if (res.attr_bitmask[0] & FATTR4_WORD0_FILEID)
2912 server->caps |= NFS_CAP_FILEID;
2913 if (res.attr_bitmask[1] & FATTR4_WORD1_MODE)
2914 server->caps |= NFS_CAP_MODE;
2915 if (res.attr_bitmask[1] & FATTR4_WORD1_NUMLINKS)
2916 server->caps |= NFS_CAP_NLINK;
2917 if (res.attr_bitmask[1] & FATTR4_WORD1_OWNER)
2918 server->caps |= NFS_CAP_OWNER;
2919 if (res.attr_bitmask[1] & FATTR4_WORD1_OWNER_GROUP)
2920 server->caps |= NFS_CAP_OWNER_GROUP;
2921 if (res.attr_bitmask[1] & FATTR4_WORD1_TIME_ACCESS)
2922 server->caps |= NFS_CAP_ATIME;
2923 if (res.attr_bitmask[1] & FATTR4_WORD1_TIME_METADATA)
2924 server->caps |= NFS_CAP_CTIME;
2925 if (res.attr_bitmask[1] & FATTR4_WORD1_TIME_MODIFY)
2926 server->caps |= NFS_CAP_MTIME;
David Quigleyaa9c2662013-05-22 12:50:44 -04002927#ifdef CONFIG_NFS_V4_SECURITY_LABEL
2928 if (res.attr_bitmask[2] & FATTR4_WORD2_SECURITY_LABEL)
2929 server->caps |= NFS_CAP_SECURITY_LABEL;
2930#endif
2931 memcpy(server->attr_bitmask_nl, res.attr_bitmask,
2932 sizeof(server->attr_bitmask));
Trond Myklebustb944dba2013-11-04 15:20:20 -05002933 server->attr_bitmask_nl[2] &= ~FATTR4_WORD2_SECURITY_LABEL;
Trond Myklebust62ab460c2009-08-09 15:06:19 -04002934
Trond Myklebusta65318b2009-03-11 14:10:28 -04002935 memcpy(server->cache_consistency_bitmask, res.attr_bitmask, sizeof(server->cache_consistency_bitmask));
2936 server->cache_consistency_bitmask[0] &= FATTR4_WORD0_CHANGE|FATTR4_WORD0_SIZE;
2937 server->cache_consistency_bitmask[1] &= FATTR4_WORD1_TIME_METADATA|FATTR4_WORD1_TIME_MODIFY;
Trond Myklebustb944dba2013-11-04 15:20:20 -05002938 server->cache_consistency_bitmask[2] = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002939 server->acl_bitmask = res.acl_bitmask;
Chuck Lever264e6352012-03-01 17:02:05 -05002940 server->fh_expire_type = res.fh_expire_type;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002941 }
Andy Adamsoncccef3b2009-04-01 09:22:03 -04002942
Linus Torvalds1da177e2005-04-16 15:20:36 -07002943 return status;
2944}
2945
Trond Myklebust55a97592006-06-09 09:34:19 -04002946int nfs4_server_capabilities(struct nfs_server *server, struct nfs_fh *fhandle)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002947{
2948 struct nfs4_exception exception = { };
2949 int err;
2950 do {
2951 err = nfs4_handle_exception(server,
2952 _nfs4_server_capabilities(server, fhandle),
2953 &exception);
2954 } while (exception.retry);
2955 return err;
2956}
2957
2958static int _nfs4_lookup_root(struct nfs_server *server, struct nfs_fh *fhandle,
2959 struct nfs_fsinfo *info)
2960{
David Quigleyaa9c2662013-05-22 12:50:44 -04002961 u32 bitmask[3];
Linus Torvalds1da177e2005-04-16 15:20:36 -07002962 struct nfs4_lookup_root_arg args = {
David Quigleyaa9c2662013-05-22 12:50:44 -04002963 .bitmask = bitmask,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002964 };
2965 struct nfs4_lookup_res res = {
2966 .server = server,
Trond Myklebust0e574af2005-10-27 22:12:38 -04002967 .fattr = info->fattr,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002968 .fh = fhandle,
2969 };
2970 struct rpc_message msg = {
2971 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOOKUP_ROOT],
2972 .rpc_argp = &args,
2973 .rpc_resp = &res,
2974 };
Benny Halevy008f55d2009-04-01 09:22:50 -04002975
David Quigleyaa9c2662013-05-22 12:50:44 -04002976 bitmask[0] = nfs4_fattr_bitmap[0];
2977 bitmask[1] = nfs4_fattr_bitmap[1];
2978 /*
2979 * Process the label in the upcoming getfattr
2980 */
2981 bitmask[2] = nfs4_fattr_bitmap[2] & ~FATTR4_WORD2_SECURITY_LABEL;
2982
Trond Myklebust0e574af2005-10-27 22:12:38 -04002983 nfs_fattr_init(info->fattr);
Bryan Schumaker7c513052011-03-24 17:12:24 +00002984 return nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002985}
2986
2987static int nfs4_lookup_root(struct nfs_server *server, struct nfs_fh *fhandle,
2988 struct nfs_fsinfo *info)
2989{
2990 struct nfs4_exception exception = { };
2991 int err;
2992 do {
Bryan Schumakerfb8a5ba2011-04-18 16:52:25 -04002993 err = _nfs4_lookup_root(server, fhandle, info);
Trond Myklebustb5f875a2013-08-13 13:01:39 -04002994 trace_nfs4_lookup_root(server, fhandle, info->fattr, err);
Bryan Schumakerfb8a5ba2011-04-18 16:52:25 -04002995 switch (err) {
2996 case 0:
2997 case -NFS4ERR_WRONGSEC:
Trond Myklebust05e9cfb2012-03-27 18:13:02 -04002998 goto out;
Bryan Schumakerfb8a5ba2011-04-18 16:52:25 -04002999 default:
3000 err = nfs4_handle_exception(server, err, &exception);
3001 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003002 } while (exception.retry);
Trond Myklebust05e9cfb2012-03-27 18:13:02 -04003003out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003004 return err;
3005}
3006
Bryan Schumaker8f70e952011-03-24 17:12:31 +00003007static int nfs4_lookup_root_sec(struct nfs_server *server, struct nfs_fh *fhandle,
3008 struct nfs_fsinfo *info, rpc_authflavor_t flavor)
3009{
Trond Myklebustc2190662013-08-26 19:23:04 -04003010 struct rpc_auth_create_args auth_args = {
3011 .pseudoflavor = flavor,
3012 };
Bryan Schumaker8f70e952011-03-24 17:12:31 +00003013 struct rpc_auth *auth;
3014 int ret;
3015
Trond Myklebustc2190662013-08-26 19:23:04 -04003016 auth = rpcauth_create(&auth_args, server->client);
Wei Yongjune8d920c2012-09-21 12:27:41 +08003017 if (IS_ERR(auth)) {
Chuck Lever75bc8822013-03-16 15:55:36 -04003018 ret = -EACCES;
Bryan Schumaker8f70e952011-03-24 17:12:31 +00003019 goto out;
3020 }
3021 ret = nfs4_lookup_root(server, fhandle, info);
Bryan Schumaker8f70e952011-03-24 17:12:31 +00003022out:
3023 return ret;
3024}
3025
Chuck Lever9a744ba2013-03-16 15:56:02 -04003026/*
3027 * Retry pseudoroot lookup with various security flavors. We do this when:
3028 *
3029 * NFSv4.0: the PUTROOTFH operation returns NFS4ERR_WRONGSEC
3030 * NFSv4.1: the server does not support the SECINFO_NO_NAME operation
3031 *
3032 * Returns zero on success, or a negative NFS4ERR value, or a
3033 * negative errno value.
3034 */
Bryan Schumaker801a16dc2011-04-13 14:31:30 -04003035static int nfs4_find_root_sec(struct nfs_server *server, struct nfs_fh *fhandle,
David Howells54ceac42006-08-22 20:06:13 -04003036 struct nfs_fsinfo *info)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003037{
Chuck Lever9a744ba2013-03-16 15:56:02 -04003038 /* Per 3530bis 15.33.5 */
3039 static const rpc_authflavor_t flav_array[] = {
3040 RPC_AUTH_GSS_KRB5P,
3041 RPC_AUTH_GSS_KRB5I,
3042 RPC_AUTH_GSS_KRB5,
Chuck Leverc4eafe12013-03-16 15:56:11 -04003043 RPC_AUTH_UNIX, /* courtesy */
Chuck Lever9a744ba2013-03-16 15:56:02 -04003044 RPC_AUTH_NULL,
3045 };
3046 int status = -EPERM;
3047 size_t i;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003048
Weston Andros Adamson4d4b69d2013-10-18 15:15:19 -04003049 if (server->auth_info.flavor_len > 0) {
3050 /* try each flavor specified by user */
3051 for (i = 0; i < server->auth_info.flavor_len; i++) {
3052 status = nfs4_lookup_root_sec(server, fhandle, info,
3053 server->auth_info.flavors[i]);
3054 if (status == -NFS4ERR_WRONGSEC || status == -EACCES)
3055 continue;
3056 break;
3057 }
3058 } else {
3059 /* no flavors specified by user, try default list */
3060 for (i = 0; i < ARRAY_SIZE(flav_array); i++) {
3061 status = nfs4_lookup_root_sec(server, fhandle, info,
3062 flav_array[i]);
3063 if (status == -NFS4ERR_WRONGSEC || status == -EACCES)
3064 continue;
3065 break;
3066 }
Bryan Schumaker8f70e952011-03-24 17:12:31 +00003067 }
Chuck Lever9a744ba2013-03-16 15:56:02 -04003068
Bryan Schumakerfb8a5ba2011-04-18 16:52:25 -04003069 /*
3070 * -EACCESS could mean that the user doesn't have correct permissions
3071 * to access the mount. It could also mean that we tried to mount
3072 * with a gss auth flavor, but rpc.gssd isn't running. Either way,
3073 * existing mount programs don't handle -EACCES very well so it should
3074 * be mapped to -EPERM instead.
3075 */
3076 if (status == -EACCES)
3077 status = -EPERM;
Bryan Schumaker801a16dc2011-04-13 14:31:30 -04003078 return status;
3079}
3080
Chuck Lever2ed4b95b2013-03-16 15:55:45 -04003081static int nfs4_do_find_root_sec(struct nfs_server *server,
3082 struct nfs_fh *fhandle, struct nfs_fsinfo *info)
3083{
3084 int mv = server->nfs_client->cl_minorversion;
3085 return nfs_v4_minor_ops[mv]->find_root_sec(server, fhandle, info);
3086}
3087
3088/**
3089 * nfs4_proc_get_rootfh - get file handle for server's pseudoroot
3090 * @server: initialized nfs_server handle
3091 * @fhandle: we fill in the pseudo-fs root file handle
3092 * @info: we fill in an FSINFO struct
Trond Myklebust5e6b1992013-09-07 12:58:57 -04003093 * @auth_probe: probe the auth flavours
Chuck Lever2ed4b95b2013-03-16 15:55:45 -04003094 *
3095 * Returns zero on success, or a negative errno.
Bryan Schumaker801a16dc2011-04-13 14:31:30 -04003096 */
Bryan Schumaker3028eb22012-05-10 15:07:30 -04003097int nfs4_proc_get_rootfh(struct nfs_server *server, struct nfs_fh *fhandle,
Trond Myklebust5e6b1992013-09-07 12:58:57 -04003098 struct nfs_fsinfo *info,
3099 bool auth_probe)
Bryan Schumaker801a16dc2011-04-13 14:31:30 -04003100{
Andre Przywarac7757072015-04-23 17:17:40 +01003101 int status = 0;
Chuck Lever2ed4b95b2013-03-16 15:55:45 -04003102
Andre Przywarac7757072015-04-23 17:17:40 +01003103 if (!auth_probe)
Trond Myklebust5e6b1992013-09-07 12:58:57 -04003104 status = nfs4_lookup_root(server, fhandle, info);
Andre Przywarac7757072015-04-23 17:17:40 +01003105
3106 if (auth_probe || status == NFS4ERR_WRONGSEC)
Chuck Lever2ed4b95b2013-03-16 15:55:45 -04003107 status = nfs4_do_find_root_sec(server, fhandle, info);
3108
Linus Torvalds1da177e2005-04-16 15:20:36 -07003109 if (status == 0)
3110 status = nfs4_server_capabilities(server, fhandle);
3111 if (status == 0)
3112 status = nfs4_do_fsinfo(server, fhandle, info);
Chuck Lever2ed4b95b2013-03-16 15:55:45 -04003113
Trond Myklebustc12e87f2006-03-13 21:20:47 -08003114 return nfs4_map_errors(status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003115}
3116
Bryan Schumakerbae36242012-05-10 15:07:31 -04003117static int nfs4_proc_get_root(struct nfs_server *server, struct nfs_fh *mntfh,
3118 struct nfs_fsinfo *info)
3119{
3120 int error;
3121 struct nfs_fattr *fattr = info->fattr;
David Quigley1775fd32013-05-22 12:50:42 -04003122 struct nfs4_label *label = NULL;
Bryan Schumakerbae36242012-05-10 15:07:31 -04003123
3124 error = nfs4_server_capabilities(server, mntfh);
3125 if (error < 0) {
3126 dprintk("nfs4_get_root: getcaps error = %d\n", -error);
3127 return error;
3128 }
3129
David Quigley14c43f72013-05-22 12:50:43 -04003130 label = nfs4_label_alloc(server, GFP_KERNEL);
3131 if (IS_ERR(label))
3132 return PTR_ERR(label);
3133
David Quigley1775fd32013-05-22 12:50:42 -04003134 error = nfs4_proc_getattr(server, mntfh, fattr, label);
Bryan Schumakerbae36242012-05-10 15:07:31 -04003135 if (error < 0) {
3136 dprintk("nfs4_get_root: getattr error = %d\n", -error);
David Quigley14c43f72013-05-22 12:50:43 -04003137 goto err_free_label;
Bryan Schumakerbae36242012-05-10 15:07:31 -04003138 }
3139
3140 if (fattr->valid & NFS_ATTR_FATTR_FSID &&
3141 !nfs_fsid_equal(&server->fsid, &fattr->fsid))
3142 memcpy(&server->fsid, &fattr->fsid, sizeof(server->fsid));
3143
David Quigley14c43f72013-05-22 12:50:43 -04003144err_free_label:
3145 nfs4_label_free(label);
3146
Bryan Schumakerbae36242012-05-10 15:07:31 -04003147 return error;
3148}
3149
Manoj Naik6b97fd32006-06-09 09:34:29 -04003150/*
3151 * Get locations and (maybe) other attributes of a referral.
3152 * Note that we'll actually follow the referral later when
3153 * we detect fsid mismatch in inode revalidation
3154 */
Bryan Schumakerf05d1472012-04-27 13:27:41 -04003155static int nfs4_get_referral(struct rpc_clnt *client, struct inode *dir,
3156 const struct qstr *name, struct nfs_fattr *fattr,
3157 struct nfs_fh *fhandle)
Manoj Naik6b97fd32006-06-09 09:34:29 -04003158{
3159 int status = -ENOMEM;
3160 struct page *page = NULL;
3161 struct nfs4_fs_locations *locations = NULL;
Manoj Naik6b97fd32006-06-09 09:34:29 -04003162
3163 page = alloc_page(GFP_KERNEL);
3164 if (page == NULL)
3165 goto out;
3166 locations = kmalloc(sizeof(struct nfs4_fs_locations), GFP_KERNEL);
3167 if (locations == NULL)
3168 goto out;
3169
Bryan Schumakerf05d1472012-04-27 13:27:41 -04003170 status = nfs4_proc_fs_locations(client, dir, name, locations, page);
Manoj Naik6b97fd32006-06-09 09:34:29 -04003171 if (status != 0)
3172 goto out;
Chuck Lever519ae252013-10-17 14:13:19 -04003173
3174 /*
3175 * If the fsid didn't change, this is a migration event, not a
3176 * referral. Cause us to drop into the exception handler, which
3177 * will kick off migration recovery.
3178 */
Manoj Naik6b97fd32006-06-09 09:34:29 -04003179 if (nfs_fsid_equal(&NFS_SERVER(dir)->fsid, &locations->fattr.fsid)) {
Andy Adamson533eb462011-06-13 18:25:56 -04003180 dprintk("%s: server did not return a different fsid for"
3181 " a referral at %s\n", __func__, name->name);
Chuck Lever519ae252013-10-17 14:13:19 -04003182 status = -NFS4ERR_MOVED;
Manoj Naik6b97fd32006-06-09 09:34:29 -04003183 goto out;
3184 }
Andy Adamson533eb462011-06-13 18:25:56 -04003185 /* Fixup attributes for the nfs_lookup() call to nfs_fhget() */
3186 nfs_fixup_referral_attributes(&locations->fattr);
Manoj Naik6b97fd32006-06-09 09:34:29 -04003187
Andy Adamson533eb462011-06-13 18:25:56 -04003188 /* replace the lookup nfs_fattr with the locations nfs_fattr */
Manoj Naik6b97fd32006-06-09 09:34:29 -04003189 memcpy(fattr, &locations->fattr, sizeof(struct nfs_fattr));
Manoj Naik6b97fd32006-06-09 09:34:29 -04003190 memset(fhandle, 0, sizeof(struct nfs_fh));
3191out:
3192 if (page)
3193 __free_page(page);
Davidlohr Bueso5d7ca352010-08-11 12:42:15 -04003194 kfree(locations);
Manoj Naik6b97fd32006-06-09 09:34:29 -04003195 return status;
3196}
3197
David Quigley1775fd32013-05-22 12:50:42 -04003198static int _nfs4_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle,
3199 struct nfs_fattr *fattr, struct nfs4_label *label)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003200{
3201 struct nfs4_getattr_arg args = {
3202 .fh = fhandle,
3203 .bitmask = server->attr_bitmask,
3204 };
3205 struct nfs4_getattr_res res = {
3206 .fattr = fattr,
David Quigley1775fd32013-05-22 12:50:42 -04003207 .label = label,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003208 .server = server,
3209 };
3210 struct rpc_message msg = {
3211 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GETATTR],
3212 .rpc_argp = &args,
3213 .rpc_resp = &res,
3214 };
David Quigleyaa9c2662013-05-22 12:50:44 -04003215
3216 args.bitmask = nfs4_bitmask(server, label);
3217
Trond Myklebust0e574af2005-10-27 22:12:38 -04003218 nfs_fattr_init(fattr);
Bryan Schumaker7c513052011-03-24 17:12:24 +00003219 return nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003220}
3221
David Quigley1775fd32013-05-22 12:50:42 -04003222static int nfs4_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle,
3223 struct nfs_fattr *fattr, struct nfs4_label *label)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003224{
3225 struct nfs4_exception exception = { };
3226 int err;
3227 do {
Trond Myklebustb5f875a2013-08-13 13:01:39 -04003228 err = _nfs4_proc_getattr(server, fhandle, fattr, label);
3229 trace_nfs4_getattr(server, fhandle, fattr, err);
3230 err = nfs4_handle_exception(server, err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003231 &exception);
3232 } while (exception.retry);
3233 return err;
3234}
3235
3236/*
3237 * The file is not closed if it is opened due to the a request to change
3238 * the size of the file. The open call will not be needed once the
3239 * VFS layer lookup-intents are implemented.
3240 *
3241 * Close is called when the inode is destroyed.
3242 * If we haven't opened the file for O_WRONLY, we
3243 * need to in the size_change case to obtain a stateid.
3244 *
3245 * Got race?
3246 * Because OPEN is always done by name in nfsv4, it is
3247 * possible that we opened a different file by the same
3248 * name. We can recognize this race condition, but we
3249 * can't do anything about it besides returning an error.
3250 *
3251 * This will be fixed with VFS changes (lookup-intent).
3252 */
3253static int
3254nfs4_proc_setattr(struct dentry *dentry, struct nfs_fattr *fattr,
3255 struct iattr *sattr)
3256{
David Howells2b0143b2015-03-17 22:25:59 +00003257 struct inode *inode = d_inode(dentry);
Trond Myklebust659bfcd2008-06-10 19:39:41 -04003258 struct rpc_cred *cred = NULL;
Trond Myklebustd5308382005-11-04 15:33:38 -05003259 struct nfs4_state *state = NULL;
David Quigley14c43f72013-05-22 12:50:43 -04003260 struct nfs4_label *label = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003261 int status;
3262
Peng Tao88ac8152014-09-12 11:04:10 +08003263 if (pnfs_ld_layoutret_on_setattr(inode) &&
3264 sattr->ia_valid & ATTR_SIZE &&
3265 sattr->ia_size < i_size_read(inode))
Trond Myklebust24028672013-03-20 13:23:33 -04003266 pnfs_commit_and_return_layout(inode);
Benny Halevy8a1636c2010-07-14 15:43:57 -04003267
Trond Myklebust0e574af2005-10-27 22:12:38 -04003268 nfs_fattr_init(fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003269
Andy Adamson26699402012-05-30 16:12:24 -04003270 /* Deal with open(O_TRUNC) */
3271 if (sattr->ia_valid & ATTR_OPEN)
Nadav Shemercc7936f2013-07-21 17:21:43 +03003272 sattr->ia_valid &= ~(ATTR_MTIME|ATTR_CTIME);
Andy Adamson26699402012-05-30 16:12:24 -04003273
3274 /* Optimization: if the end result is no change, don't RPC */
Nadav Shemercc7936f2013-07-21 17:21:43 +03003275 if ((sattr->ia_valid & ~(ATTR_FILE|ATTR_OPEN)) == 0)
Andy Adamson26699402012-05-30 16:12:24 -04003276 return 0;
3277
Trond Myklebustd5308382005-11-04 15:33:38 -05003278 /* Search for an existing open(O_WRITE) file */
Trond Myklebust659bfcd2008-06-10 19:39:41 -04003279 if (sattr->ia_valid & ATTR_FILE) {
3280 struct nfs_open_context *ctx;
Trond Myklebust08e9eac2005-06-22 17:16:29 +00003281
Trond Myklebust659bfcd2008-06-10 19:39:41 -04003282 ctx = nfs_file_open_context(sattr->ia_file);
Neil Brown504e5182008-10-16 14:15:16 +11003283 if (ctx) {
3284 cred = ctx->cred;
3285 state = ctx->state;
3286 }
Trond Myklebust659bfcd2008-06-10 19:39:41 -04003287 }
3288
David Quigley14c43f72013-05-22 12:50:43 -04003289 label = nfs4_label_alloc(NFS_SERVER(inode), GFP_KERNEL);
3290 if (IS_ERR(label))
3291 return PTR_ERR(label);
3292
3293 status = nfs4_do_setattr(inode, cred, fattr, sattr, state, NULL, label);
David Quigleyaa9c2662013-05-22 12:50:44 -04003294 if (status == 0) {
Trond Myklebustf0446362015-02-26 16:09:04 -05003295 nfs_setattr_update_inode(inode, sattr, fattr);
David Quigleyaa9c2662013-05-22 12:50:44 -04003296 nfs_setsecurity(inode, fattr, label);
3297 }
David Quigley14c43f72013-05-22 12:50:43 -04003298 nfs4_label_free(label);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003299 return status;
3300}
3301
Trond Myklebust0c2e53f2011-10-18 16:11:22 -07003302static int _nfs4_proc_lookup(struct rpc_clnt *clnt, struct inode *dir,
3303 const struct qstr *name, struct nfs_fh *fhandle,
David Quigley1775fd32013-05-22 12:50:42 -04003304 struct nfs_fattr *fattr, struct nfs4_label *label)
David Howells2b3de442006-08-22 20:06:09 -04003305{
Trond Myklebust0c2e53f2011-10-18 16:11:22 -07003306 struct nfs_server *server = NFS_SERVER(dir);
David Howells2b3de442006-08-22 20:06:09 -04003307 int status;
3308 struct nfs4_lookup_arg args = {
3309 .bitmask = server->attr_bitmask,
Trond Myklebust0c2e53f2011-10-18 16:11:22 -07003310 .dir_fh = NFS_FH(dir),
David Howells2b3de442006-08-22 20:06:09 -04003311 .name = name,
3312 };
3313 struct nfs4_lookup_res res = {
3314 .server = server,
3315 .fattr = fattr,
David Quigleyaa9c2662013-05-22 12:50:44 -04003316 .label = label,
David Howells2b3de442006-08-22 20:06:09 -04003317 .fh = fhandle,
3318 };
3319 struct rpc_message msg = {
3320 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOOKUP],
3321 .rpc_argp = &args,
3322 .rpc_resp = &res,
3323 };
3324
David Quigleyaa9c2662013-05-22 12:50:44 -04003325 args.bitmask = nfs4_bitmask(server, label);
3326
David Howells2b3de442006-08-22 20:06:09 -04003327 nfs_fattr_init(fattr);
3328
Linus Torvalds1da177e2005-04-16 15:20:36 -07003329 dprintk("NFS call lookup %s\n", name->name);
Trond Myklebust0c2e53f2011-10-18 16:11:22 -07003330 status = nfs4_call_sync(clnt, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003331 dprintk("NFS reply lookup: %d\n", status);
3332 return status;
3333}
3334
Bryan Schumaker72de53e2012-04-27 13:27:40 -04003335static void nfs_fixup_secinfo_attributes(struct nfs_fattr *fattr)
Bryan Schumaker7ebb9312011-03-24 17:12:30 +00003336{
Bryan Schumaker7ebb9312011-03-24 17:12:30 +00003337 fattr->valid |= NFS_ATTR_FATTR_TYPE | NFS_ATTR_FATTR_MODE |
Bryan Schumaker72de53e2012-04-27 13:27:40 -04003338 NFS_ATTR_FATTR_NLINK | NFS_ATTR_FATTR_MOUNTPOINT;
Bryan Schumaker7ebb9312011-03-24 17:12:30 +00003339 fattr->mode = S_IFDIR | S_IRUGO | S_IXUGO;
3340 fattr->nlink = 2;
3341}
3342
Bryan Schumaker72de53e2012-04-27 13:27:40 -04003343static int nfs4_proc_lookup_common(struct rpc_clnt **clnt, struct inode *dir,
3344 struct qstr *name, struct nfs_fh *fhandle,
David Quigley1775fd32013-05-22 12:50:42 -04003345 struct nfs_fattr *fattr, struct nfs4_label *label)
Bryan Schumaker72de53e2012-04-27 13:27:40 -04003346{
3347 struct nfs4_exception exception = { };
3348 struct rpc_clnt *client = *clnt;
3349 int err;
3350 do {
David Quigley1775fd32013-05-22 12:50:42 -04003351 err = _nfs4_proc_lookup(client, dir, name, fhandle, fattr, label);
Trond Myklebust078ea3d2013-08-12 16:45:55 -04003352 trace_nfs4_lookup(dir, name, err);
Bryan Schumaker72de53e2012-04-27 13:27:40 -04003353 switch (err) {
3354 case -NFS4ERR_BADNAME:
3355 err = -ENOENT;
3356 goto out;
3357 case -NFS4ERR_MOVED:
Bryan Schumakerf05d1472012-04-27 13:27:41 -04003358 err = nfs4_get_referral(client, dir, name, fattr, fhandle);
Dominique Martinetc86c90c2015-06-04 17:04:17 +02003359 if (err == -NFS4ERR_MOVED)
3360 err = nfs4_handle_exception(NFS_SERVER(dir), err, &exception);
Bryan Schumaker72de53e2012-04-27 13:27:40 -04003361 goto out;
3362 case -NFS4ERR_WRONGSEC:
3363 err = -EPERM;
3364 if (client != *clnt)
3365 goto out;
Andy Adamson66b06862014-06-12 15:02:32 -04003366 client = nfs4_negotiate_security(client, dir, name);
Bryan Schumaker72de53e2012-04-27 13:27:40 -04003367 if (IS_ERR(client))
3368 return PTR_ERR(client);
3369
3370 exception.retry = 1;
3371 break;
3372 default:
3373 err = nfs4_handle_exception(NFS_SERVER(dir), err, &exception);
3374 }
3375 } while (exception.retry);
3376
3377out:
3378 if (err == 0)
3379 *clnt = client;
3380 else if (client != *clnt)
3381 rpc_shutdown_client(client);
3382
3383 return err;
3384}
3385
Bryan Schumaker80a16b22012-04-27 13:27:46 -04003386static int nfs4_proc_lookup(struct inode *dir, struct qstr *name,
David Quigley1775fd32013-05-22 12:50:42 -04003387 struct nfs_fh *fhandle, struct nfs_fattr *fattr,
3388 struct nfs4_label *label)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003389{
Bryan Schumaker72de53e2012-04-27 13:27:40 -04003390 int status;
3391 struct rpc_clnt *client = NFS_CLIENT(dir);
Trond Myklebust0c2e53f2011-10-18 16:11:22 -07003392
David Quigley1775fd32013-05-22 12:50:42 -04003393 status = nfs4_proc_lookup_common(&client, dir, name, fhandle, fattr, label);
Bryan Schumaker72de53e2012-04-27 13:27:40 -04003394 if (client != NFS_CLIENT(dir)) {
3395 rpc_shutdown_client(client);
3396 nfs_fixup_secinfo_attributes(fattr);
3397 }
3398 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003399}
3400
Bryan Schumakerf05d1472012-04-27 13:27:41 -04003401struct rpc_clnt *
3402nfs4_proc_lookup_mountpoint(struct inode *dir, struct qstr *name,
3403 struct nfs_fh *fhandle, struct nfs_fattr *fattr)
3404{
Trond Myklebustb72888c2013-08-07 20:38:07 -04003405 struct rpc_clnt *client = NFS_CLIENT(dir);
Bryan Schumakerf05d1472012-04-27 13:27:41 -04003406 int status;
Bryan Schumakerf05d1472012-04-27 13:27:41 -04003407
David Quigley1775fd32013-05-22 12:50:42 -04003408 status = nfs4_proc_lookup_common(&client, dir, name, fhandle, fattr, NULL);
Trond Myklebustb72888c2013-08-07 20:38:07 -04003409 if (status < 0)
Bryan Schumakerf05d1472012-04-27 13:27:41 -04003410 return ERR_PTR(status);
Trond Myklebustb72888c2013-08-07 20:38:07 -04003411 return (client == NFS_CLIENT(dir)) ? rpc_clone_client(client) : client;
Bryan Schumakerf05d1472012-04-27 13:27:41 -04003412}
3413
Linus Torvalds1da177e2005-04-16 15:20:36 -07003414static int _nfs4_proc_access(struct inode *inode, struct nfs_access_entry *entry)
3415{
Trond Myklebust76b32992007-08-10 17:45:11 -04003416 struct nfs_server *server = NFS_SERVER(inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003417 struct nfs4_accessargs args = {
3418 .fh = NFS_FH(inode),
Trond Myklebusta4980e72012-01-30 15:43:56 -05003419 .bitmask = server->cache_consistency_bitmask,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003420 };
Trond Myklebust76b32992007-08-10 17:45:11 -04003421 struct nfs4_accessres res = {
3422 .server = server,
Trond Myklebust76b32992007-08-10 17:45:11 -04003423 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07003424 struct rpc_message msg = {
3425 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_ACCESS],
3426 .rpc_argp = &args,
3427 .rpc_resp = &res,
3428 .rpc_cred = entry->cred,
3429 };
3430 int mode = entry->mask;
David Quigleyaa9c2662013-05-22 12:50:44 -04003431 int status = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003432
3433 /*
3434 * Determine which access bits we want to ask for...
3435 */
3436 if (mode & MAY_READ)
3437 args.access |= NFS4_ACCESS_READ;
3438 if (S_ISDIR(inode->i_mode)) {
3439 if (mode & MAY_WRITE)
3440 args.access |= NFS4_ACCESS_MODIFY | NFS4_ACCESS_EXTEND | NFS4_ACCESS_DELETE;
3441 if (mode & MAY_EXEC)
3442 args.access |= NFS4_ACCESS_LOOKUP;
3443 } else {
3444 if (mode & MAY_WRITE)
3445 args.access |= NFS4_ACCESS_MODIFY | NFS4_ACCESS_EXTEND;
3446 if (mode & MAY_EXEC)
3447 args.access |= NFS4_ACCESS_EXECUTE;
3448 }
Trond Myklebustc407d412010-04-16 16:22:48 -04003449
3450 res.fattr = nfs_alloc_fattr();
3451 if (res.fattr == NULL)
3452 return -ENOMEM;
3453
Bryan Schumaker7c513052011-03-24 17:12:24 +00003454 status = nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003455 if (!status) {
Weston Andros Adamson6168f622012-09-10 14:00:46 -04003456 nfs_access_set_mask(entry, res.access);
Trond Myklebustc407d412010-04-16 16:22:48 -04003457 nfs_refresh_inode(inode, res.fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003458 }
Trond Myklebustc407d412010-04-16 16:22:48 -04003459 nfs_free_fattr(res.fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003460 return status;
3461}
3462
3463static int nfs4_proc_access(struct inode *inode, struct nfs_access_entry *entry)
3464{
3465 struct nfs4_exception exception = { };
3466 int err;
3467 do {
Trond Myklebustc1578b72013-08-12 16:58:42 -04003468 err = _nfs4_proc_access(inode, entry);
3469 trace_nfs4_access(inode, err);
3470 err = nfs4_handle_exception(NFS_SERVER(inode), err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003471 &exception);
3472 } while (exception.retry);
3473 return err;
3474}
3475
3476/*
3477 * TODO: For the time being, we don't try to get any attributes
3478 * along with any of the zero-copy operations READ, READDIR,
3479 * READLINK, WRITE.
3480 *
3481 * In the case of the first three, we want to put the GETATTR
3482 * after the read-type operation -- this is because it is hard
3483 * to predict the length of a GETATTR response in v4, and thus
3484 * align the READ data correctly. This means that the GETATTR
3485 * may end up partially falling into the page cache, and we should
3486 * shift it into the 'tail' of the xdr_buf before processing.
3487 * To do this efficiently, we need to know the total length
3488 * of data received, which doesn't seem to be available outside
3489 * of the RPC layer.
3490 *
3491 * In the case of WRITE, we also want to put the GETATTR after
3492 * the operation -- in this case because we want to make sure
Trond Myklebust140150d2012-06-05 15:20:25 -04003493 * we get the post-operation mtime and size.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003494 *
3495 * Both of these changes to the XDR layer would in fact be quite
3496 * minor, but I decided to leave them for a subsequent patch.
3497 */
3498static int _nfs4_proc_readlink(struct inode *inode, struct page *page,
3499 unsigned int pgbase, unsigned int pglen)
3500{
3501 struct nfs4_readlink args = {
3502 .fh = NFS_FH(inode),
3503 .pgbase = pgbase,
3504 .pglen = pglen,
3505 .pages = &page,
3506 };
Benny Halevyf50c7002009-04-01 09:21:55 -04003507 struct nfs4_readlink_res res;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003508 struct rpc_message msg = {
3509 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_READLINK],
3510 .rpc_argp = &args,
Benny Halevyf50c7002009-04-01 09:21:55 -04003511 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003512 };
3513
Bryan Schumaker7c513052011-03-24 17:12:24 +00003514 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 -07003515}
3516
3517static int nfs4_proc_readlink(struct inode *inode, struct page *page,
3518 unsigned int pgbase, unsigned int pglen)
3519{
3520 struct nfs4_exception exception = { };
3521 int err;
3522 do {
Trond Myklebustc1578b72013-08-12 16:58:42 -04003523 err = _nfs4_proc_readlink(inode, page, pgbase, pglen);
3524 trace_nfs4_readlink(inode, err);
3525 err = nfs4_handle_exception(NFS_SERVER(inode), err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003526 &exception);
3527 } while (exception.retry);
3528 return err;
3529}
3530
Linus Torvalds1da177e2005-04-16 15:20:36 -07003531/*
Miklos Szeredi8867fe52012-06-05 15:10:19 +02003532 * This is just for mknod. open(O_CREAT) will always do ->open_context().
Linus Torvalds1da177e2005-04-16 15:20:36 -07003533 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003534static int
3535nfs4_proc_create(struct inode *dir, struct dentry *dentry, struct iattr *sattr,
Miklos Szeredi8867fe52012-06-05 15:10:19 +02003536 int flags)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003537{
David Quigleyaa9c2662013-05-22 12:50:44 -04003538 struct nfs4_label l, *ilabel = NULL;
Miklos Szeredi8867fe52012-06-05 15:10:19 +02003539 struct nfs_open_context *ctx;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003540 struct nfs4_state *state;
Trond Myklebust5bc2afc2013-09-23 18:01:28 -04003541 int opened = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003542 int status = 0;
3543
Miklos Szeredi8867fe52012-06-05 15:10:19 +02003544 ctx = alloc_nfs_open_context(dentry, FMODE_READ);
3545 if (IS_ERR(ctx))
3546 return PTR_ERR(ctx);
3547
David Quigleyaa9c2662013-05-22 12:50:44 -04003548 ilabel = nfs4_label_init_security(dir, dentry, sattr, &l);
3549
Aneesh Kumar K.Va8a5da92010-12-09 11:35:14 +00003550 sattr->ia_mode &= ~current_umask();
Trond Myklebust5bc2afc2013-09-23 18:01:28 -04003551 state = nfs4_do_open(dir, ctx, flags, sattr, ilabel, &opened);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003552 if (IS_ERR(state)) {
3553 status = PTR_ERR(state);
Trond Myklebustc0204fd2010-09-17 10:56:51 -04003554 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003555 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003556out:
David Quigleyaa9c2662013-05-22 12:50:44 -04003557 nfs4_label_release_security(ilabel);
Miklos Szeredi8867fe52012-06-05 15:10:19 +02003558 put_nfs_open_context(ctx);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003559 return status;
3560}
3561
3562static int _nfs4_proc_remove(struct inode *dir, struct qstr *name)
3563{
Trond Myklebust16e42952005-10-27 22:12:44 -04003564 struct nfs_server *server = NFS_SERVER(dir);
Trond Myklebust4fdc17b2007-07-14 15:39:57 -04003565 struct nfs_removeargs args = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003566 .fh = NFS_FH(dir),
Linus Torvalds26fe5752012-05-10 13:14:12 -07003567 .name = *name,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003568 };
Trond Myklebust4fdc17b2007-07-14 15:39:57 -04003569 struct nfs_removeres res = {
Trond Myklebust16e42952005-10-27 22:12:44 -04003570 .server = server,
Trond Myklebust16e42952005-10-27 22:12:44 -04003571 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07003572 struct rpc_message msg = {
Trond Myklebust4fdc17b2007-07-14 15:39:57 -04003573 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_REMOVE],
3574 .rpc_argp = &args,
3575 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003576 };
Trond Myklebust778d2812012-04-27 13:48:19 -04003577 int status;
Trond Myklebustd3468902010-04-16 16:22:50 -04003578
Bryan Schumaker7c513052011-03-24 17:12:24 +00003579 status = nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 1);
Trond Myklebust778d2812012-04-27 13:48:19 -04003580 if (status == 0)
Trond Myklebust16e42952005-10-27 22:12:44 -04003581 update_changeattr(dir, &res.cinfo);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003582 return status;
3583}
3584
3585static int nfs4_proc_remove(struct inode *dir, struct qstr *name)
3586{
3587 struct nfs4_exception exception = { };
3588 int err;
3589 do {
Trond Myklebust078ea3d2013-08-12 16:45:55 -04003590 err = _nfs4_proc_remove(dir, name);
3591 trace_nfs4_remove(dir, name, err);
3592 err = nfs4_handle_exception(NFS_SERVER(dir), err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003593 &exception);
3594 } while (exception.retry);
3595 return err;
3596}
3597
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04003598static void nfs4_proc_unlink_setup(struct rpc_message *msg, struct inode *dir)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003599{
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04003600 struct nfs_server *server = NFS_SERVER(dir);
3601 struct nfs_removeargs *args = msg->rpc_argp;
3602 struct nfs_removeres *res = msg->rpc_resp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003603
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04003604 res->server = server;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003605 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_REMOVE];
Chuck Levera9c92d62013-08-09 12:48:18 -04003606 nfs4_init_sequence(&args->seq_args, &res->seq_res, 1);
David Quigleyaa9c2662013-05-22 12:50:44 -04003607
3608 nfs_fattr_init(res->dir_attr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003609}
3610
Bryan Schumaker34e137c2012-03-19 14:54:41 -04003611static void nfs4_proc_unlink_rpc_prepare(struct rpc_task *task, struct nfs_unlinkdata *data)
3612{
Trond Myklebustd9afbd12012-10-22 20:28:44 -04003613 nfs4_setup_sequence(NFS_SERVER(data->dir),
3614 &data->args.seq_args,
3615 &data->res.seq_res,
3616 task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003617}
3618
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04003619static int nfs4_proc_unlink_done(struct rpc_task *task, struct inode *dir)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003620{
Trond Myklebust078ea3d2013-08-12 16:45:55 -04003621 struct nfs_unlinkdata *data = task->tk_calldata;
3622 struct nfs_removeres *res = &data->res;
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04003623
Trond Myklebust14516c32010-07-31 14:29:06 -04003624 if (!nfs4_sequence_done(task, &res->seq_res))
3625 return 0;
NeilBrown8478eaa2014-09-18 16:09:27 +10003626 if (nfs4_async_handle_error(task, res->server, NULL,
3627 &data->timeout) == -EAGAIN)
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04003628 return 0;
3629 update_changeattr(dir, &res->cinfo);
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04003630 return 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003631}
3632
Jeff Laytond3d41522010-09-17 17:31:57 -04003633static void nfs4_proc_rename_setup(struct rpc_message *msg, struct inode *dir)
3634{
3635 struct nfs_server *server = NFS_SERVER(dir);
3636 struct nfs_renameargs *arg = msg->rpc_argp;
3637 struct nfs_renameres *res = msg->rpc_resp;
3638
3639 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RENAME];
Jeff Laytond3d41522010-09-17 17:31:57 -04003640 res->server = server;
Chuck Levera9c92d62013-08-09 12:48:18 -04003641 nfs4_init_sequence(&arg->seq_args, &res->seq_res, 1);
Jeff Laytond3d41522010-09-17 17:31:57 -04003642}
3643
Bryan Schumakerc6bfa1a2012-03-19 14:54:42 -04003644static void nfs4_proc_rename_rpc_prepare(struct rpc_task *task, struct nfs_renamedata *data)
3645{
Trond Myklebustd9afbd12012-10-22 20:28:44 -04003646 nfs4_setup_sequence(NFS_SERVER(data->old_dir),
3647 &data->args.seq_args,
3648 &data->res.seq_res,
3649 task);
Jeff Laytond3d41522010-09-17 17:31:57 -04003650}
3651
3652static int nfs4_proc_rename_done(struct rpc_task *task, struct inode *old_dir,
3653 struct inode *new_dir)
3654{
Trond Myklebustfbc6f7c2013-08-12 17:08:26 -04003655 struct nfs_renamedata *data = task->tk_calldata;
3656 struct nfs_renameres *res = &data->res;
Jeff Laytond3d41522010-09-17 17:31:57 -04003657
3658 if (!nfs4_sequence_done(task, &res->seq_res))
3659 return 0;
NeilBrown8478eaa2014-09-18 16:09:27 +10003660 if (nfs4_async_handle_error(task, res->server, NULL, &data->timeout) == -EAGAIN)
Jeff Laytond3d41522010-09-17 17:31:57 -04003661 return 0;
3662
3663 update_changeattr(old_dir, &res->old_cinfo);
Jeff Laytond3d41522010-09-17 17:31:57 -04003664 update_changeattr(new_dir, &res->new_cinfo);
Jeff Laytond3d41522010-09-17 17:31:57 -04003665 return 1;
3666}
3667
Linus Torvalds1da177e2005-04-16 15:20:36 -07003668static int _nfs4_proc_link(struct inode *inode, struct inode *dir, struct qstr *name)
3669{
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04003670 struct nfs_server *server = NFS_SERVER(inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003671 struct nfs4_link_arg arg = {
3672 .fh = NFS_FH(inode),
3673 .dir_fh = NFS_FH(dir),
3674 .name = name,
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04003675 .bitmask = server->attr_bitmask,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003676 };
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04003677 struct nfs4_link_res res = {
3678 .server = server,
David Quigley1775fd32013-05-22 12:50:42 -04003679 .label = NULL,
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04003680 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07003681 struct rpc_message msg = {
3682 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LINK],
3683 .rpc_argp = &arg,
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04003684 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003685 };
Trond Myklebust136f2622010-04-16 16:22:49 -04003686 int status = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003687
Trond Myklebust136f2622010-04-16 16:22:49 -04003688 res.fattr = nfs_alloc_fattr();
Trond Myklebust778d2812012-04-27 13:48:19 -04003689 if (res.fattr == NULL)
Trond Myklebust136f2622010-04-16 16:22:49 -04003690 goto out;
3691
David Quigley14c43f72013-05-22 12:50:43 -04003692 res.label = nfs4_label_alloc(server, GFP_KERNEL);
3693 if (IS_ERR(res.label)) {
3694 status = PTR_ERR(res.label);
3695 goto out;
3696 }
David Quigleyaa9c2662013-05-22 12:50:44 -04003697 arg.bitmask = nfs4_bitmask(server, res.label);
David Quigley14c43f72013-05-22 12:50:43 -04003698
Bryan Schumaker7c513052011-03-24 17:12:24 +00003699 status = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, &res.seq_res, 1);
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04003700 if (!status) {
3701 update_changeattr(dir, &res.cinfo);
David Quigleyaa9c2662013-05-22 12:50:44 -04003702 status = nfs_post_op_update_inode(inode, res.fattr);
3703 if (!status)
3704 nfs_setsecurity(inode, res.fattr, res.label);
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04003705 }
David Quigley14c43f72013-05-22 12:50:43 -04003706
3707
3708 nfs4_label_free(res.label);
3709
Trond Myklebust136f2622010-04-16 16:22:49 -04003710out:
Trond Myklebust136f2622010-04-16 16:22:49 -04003711 nfs_free_fattr(res.fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003712 return status;
3713}
3714
3715static int nfs4_proc_link(struct inode *inode, struct inode *dir, struct qstr *name)
3716{
3717 struct nfs4_exception exception = { };
3718 int err;
3719 do {
3720 err = nfs4_handle_exception(NFS_SERVER(inode),
3721 _nfs4_proc_link(inode, dir, name),
3722 &exception);
3723 } while (exception.retry);
3724 return err;
3725}
3726
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003727struct nfs4_createdata {
3728 struct rpc_message msg;
3729 struct nfs4_create_arg arg;
3730 struct nfs4_create_res res;
3731 struct nfs_fh fh;
3732 struct nfs_fattr fattr;
David Quigley1775fd32013-05-22 12:50:42 -04003733 struct nfs4_label *label;
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003734};
3735
3736static struct nfs4_createdata *nfs4_alloc_createdata(struct inode *dir,
3737 struct qstr *name, struct iattr *sattr, u32 ftype)
3738{
3739 struct nfs4_createdata *data;
3740
3741 data = kzalloc(sizeof(*data), GFP_KERNEL);
3742 if (data != NULL) {
3743 struct nfs_server *server = NFS_SERVER(dir);
3744
David Quigley14c43f72013-05-22 12:50:43 -04003745 data->label = nfs4_label_alloc(server, GFP_KERNEL);
3746 if (IS_ERR(data->label))
3747 goto out_free;
3748
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003749 data->msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_CREATE];
3750 data->msg.rpc_argp = &data->arg;
3751 data->msg.rpc_resp = &data->res;
3752 data->arg.dir_fh = NFS_FH(dir);
3753 data->arg.server = server;
3754 data->arg.name = name;
3755 data->arg.attrs = sattr;
3756 data->arg.ftype = ftype;
David Quigleyaa9c2662013-05-22 12:50:44 -04003757 data->arg.bitmask = nfs4_bitmask(server, data->label);
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003758 data->res.server = server;
3759 data->res.fh = &data->fh;
3760 data->res.fattr = &data->fattr;
David Quigley1775fd32013-05-22 12:50:42 -04003761 data->res.label = data->label;
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003762 nfs_fattr_init(data->res.fattr);
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003763 }
3764 return data;
David Quigley14c43f72013-05-22 12:50:43 -04003765out_free:
3766 kfree(data);
3767 return NULL;
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003768}
3769
3770static int nfs4_do_create(struct inode *dir, struct dentry *dentry, struct nfs4_createdata *data)
3771{
Bryan Schumaker7c513052011-03-24 17:12:24 +00003772 int status = nfs4_call_sync(NFS_SERVER(dir)->client, NFS_SERVER(dir), &data->msg,
Bryan Schumakere73b83f2011-03-24 17:12:23 +00003773 &data->arg.seq_args, &data->res.seq_res, 1);
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003774 if (status == 0) {
3775 update_changeattr(dir, &data->res.dir_cinfo);
David Quigley1775fd32013-05-22 12:50:42 -04003776 status = nfs_instantiate(dentry, data->res.fh, data->res.fattr, data->res.label);
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003777 }
3778 return status;
3779}
3780
3781static void nfs4_free_createdata(struct nfs4_createdata *data)
3782{
David Quigley14c43f72013-05-22 12:50:43 -04003783 nfs4_label_free(data->label);
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003784 kfree(data);
3785}
3786
Chuck Lever4f390c12006-08-22 20:06:22 -04003787static int _nfs4_proc_symlink(struct inode *dir, struct dentry *dentry,
David Quigley1775fd32013-05-22 12:50:42 -04003788 struct page *page, unsigned int len, struct iattr *sattr,
3789 struct nfs4_label *label)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003790{
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003791 struct nfs4_createdata *data;
3792 int status = -ENAMETOOLONG;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003793
Chuck Lever94a6d752006-08-22 20:06:23 -04003794 if (len > NFS4_MAXPATHLEN)
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003795 goto out;
Chuck Lever4f390c12006-08-22 20:06:22 -04003796
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003797 status = -ENOMEM;
3798 data = nfs4_alloc_createdata(dir, &dentry->d_name, sattr, NF4LNK);
3799 if (data == NULL)
3800 goto out;
3801
3802 data->msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SYMLINK];
3803 data->arg.u.symlink.pages = &page;
3804 data->arg.u.symlink.len = len;
David Quigley1775fd32013-05-22 12:50:42 -04003805 data->arg.label = label;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003806
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003807 status = nfs4_do_create(dir, dentry, data);
3808
3809 nfs4_free_createdata(data);
3810out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003811 return status;
3812}
3813
Chuck Lever4f390c12006-08-22 20:06:22 -04003814static int nfs4_proc_symlink(struct inode *dir, struct dentry *dentry,
Chuck Lever94a6d752006-08-22 20:06:23 -04003815 struct page *page, unsigned int len, struct iattr *sattr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003816{
3817 struct nfs4_exception exception = { };
David Quigleyaa9c2662013-05-22 12:50:44 -04003818 struct nfs4_label l, *label = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003819 int err;
David Quigleyaa9c2662013-05-22 12:50:44 -04003820
3821 label = nfs4_label_init_security(dir, dentry, sattr, &l);
3822
Linus Torvalds1da177e2005-04-16 15:20:36 -07003823 do {
Trond Myklebust078ea3d2013-08-12 16:45:55 -04003824 err = _nfs4_proc_symlink(dir, dentry, page, len, sattr, label);
3825 trace_nfs4_symlink(dir, &dentry->d_name, err);
3826 err = nfs4_handle_exception(NFS_SERVER(dir), err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003827 &exception);
3828 } while (exception.retry);
David Quigleyaa9c2662013-05-22 12:50:44 -04003829
3830 nfs4_label_release_security(label);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003831 return err;
3832}
3833
3834static int _nfs4_proc_mkdir(struct inode *dir, struct dentry *dentry,
David Quigley1775fd32013-05-22 12:50:42 -04003835 struct iattr *sattr, struct nfs4_label *label)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003836{
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003837 struct nfs4_createdata *data;
3838 int status = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003839
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003840 data = nfs4_alloc_createdata(dir, &dentry->d_name, sattr, NF4DIR);
3841 if (data == NULL)
3842 goto out;
3843
David Quigley1775fd32013-05-22 12:50:42 -04003844 data->arg.label = label;
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003845 status = nfs4_do_create(dir, dentry, data);
3846
3847 nfs4_free_createdata(data);
3848out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003849 return status;
3850}
3851
3852static int nfs4_proc_mkdir(struct inode *dir, struct dentry *dentry,
3853 struct iattr *sattr)
3854{
3855 struct nfs4_exception exception = { };
David Quigleyaa9c2662013-05-22 12:50:44 -04003856 struct nfs4_label l, *label = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003857 int err;
Aneesh Kumar K.Va8a5da92010-12-09 11:35:14 +00003858
David Quigleyaa9c2662013-05-22 12:50:44 -04003859 label = nfs4_label_init_security(dir, dentry, sattr, &l);
3860
Aneesh Kumar K.Va8a5da92010-12-09 11:35:14 +00003861 sattr->ia_mode &= ~current_umask();
Linus Torvalds1da177e2005-04-16 15:20:36 -07003862 do {
Trond Myklebust078ea3d2013-08-12 16:45:55 -04003863 err = _nfs4_proc_mkdir(dir, dentry, sattr, label);
3864 trace_nfs4_mkdir(dir, &dentry->d_name, err);
3865 err = nfs4_handle_exception(NFS_SERVER(dir), err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003866 &exception);
3867 } while (exception.retry);
David Quigleyaa9c2662013-05-22 12:50:44 -04003868 nfs4_label_release_security(label);
3869
Linus Torvalds1da177e2005-04-16 15:20:36 -07003870 return err;
3871}
3872
3873static int _nfs4_proc_readdir(struct dentry *dentry, struct rpc_cred *cred,
Bryan Schumaker56e4ebf2010-10-20 15:44:37 -04003874 u64 cookie, struct page **pages, unsigned int count, int plus)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003875{
David Howells2b0143b2015-03-17 22:25:59 +00003876 struct inode *dir = d_inode(dentry);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003877 struct nfs4_readdir_arg args = {
3878 .fh = NFS_FH(dir),
Bryan Schumaker56e4ebf2010-10-20 15:44:37 -04003879 .pages = pages,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003880 .pgbase = 0,
3881 .count = count,
David Howells2b0143b2015-03-17 22:25:59 +00003882 .bitmask = NFS_SERVER(d_inode(dentry))->attr_bitmask,
Bryan Schumaker82f2e542010-10-21 16:33:18 -04003883 .plus = plus,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003884 };
3885 struct nfs4_readdir_res res;
3886 struct rpc_message msg = {
3887 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_READDIR],
3888 .rpc_argp = &args,
3889 .rpc_resp = &res,
3890 .rpc_cred = cred,
3891 };
3892 int status;
3893
Al Viro6de14722013-09-16 10:53:17 -04003894 dprintk("%s: dentry = %pd2, cookie = %Lu\n", __func__,
3895 dentry,
Trond Myklebusteadf4592005-06-22 17:16:39 +00003896 (unsigned long long)cookie);
Trond Myklebustc3f52af2012-09-03 14:56:02 -04003897 nfs4_setup_readdir(cookie, NFS_I(dir)->cookieverf, dentry, &args);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003898 res.pgbase = args.pgbase;
Bryan Schumaker7c513052011-03-24 17:12:24 +00003899 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 -05003900 if (status >= 0) {
Trond Myklebustc3f52af2012-09-03 14:56:02 -04003901 memcpy(NFS_I(dir)->cookieverf, res.verifier.data, NFS4_VERIFIER_SIZE);
Trond Myklebustac396122010-11-15 20:26:22 -05003902 status += args.pgbase;
3903 }
Trond Myklebustc4812992007-09-28 17:11:45 -04003904
3905 nfs_invalidate_atime(dir);
3906
Harvey Harrison3110ff82008-05-02 13:42:44 -07003907 dprintk("%s: returns %d\n", __func__, status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003908 return status;
3909}
3910
3911static int nfs4_proc_readdir(struct dentry *dentry, struct rpc_cred *cred,
Bryan Schumaker56e4ebf2010-10-20 15:44:37 -04003912 u64 cookie, struct page **pages, unsigned int count, int plus)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003913{
3914 struct nfs4_exception exception = { };
3915 int err;
3916 do {
Trond Myklebustc1578b72013-08-12 16:58:42 -04003917 err = _nfs4_proc_readdir(dentry, cred, cookie,
3918 pages, count, plus);
David Howells2b0143b2015-03-17 22:25:59 +00003919 trace_nfs4_readdir(d_inode(dentry), err);
3920 err = nfs4_handle_exception(NFS_SERVER(d_inode(dentry)), err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003921 &exception);
3922 } while (exception.retry);
3923 return err;
3924}
3925
3926static int _nfs4_proc_mknod(struct inode *dir, struct dentry *dentry,
David Quigleyaa9c2662013-05-22 12:50:44 -04003927 struct iattr *sattr, struct nfs4_label *label, dev_t rdev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003928{
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003929 struct nfs4_createdata *data;
3930 int mode = sattr->ia_mode;
3931 int status = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003932
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003933 data = nfs4_alloc_createdata(dir, &dentry->d_name, sattr, NF4SOCK);
3934 if (data == NULL)
3935 goto out;
3936
Linus Torvalds1da177e2005-04-16 15:20:36 -07003937 if (S_ISFIFO(mode))
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003938 data->arg.ftype = NF4FIFO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003939 else if (S_ISBLK(mode)) {
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003940 data->arg.ftype = NF4BLK;
3941 data->arg.u.device.specdata1 = MAJOR(rdev);
3942 data->arg.u.device.specdata2 = MINOR(rdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003943 }
3944 else if (S_ISCHR(mode)) {
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003945 data->arg.ftype = NF4CHR;
3946 data->arg.u.device.specdata1 = MAJOR(rdev);
3947 data->arg.u.device.specdata2 = MINOR(rdev);
Trond Myklebust4ea8fed2012-10-15 15:47:41 -04003948 } else if (!S_ISSOCK(mode)) {
3949 status = -EINVAL;
3950 goto out_free;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003951 }
David Quigley1775fd32013-05-22 12:50:42 -04003952
David Quigleyaa9c2662013-05-22 12:50:44 -04003953 data->arg.label = label;
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003954 status = nfs4_do_create(dir, dentry, data);
Trond Myklebust4ea8fed2012-10-15 15:47:41 -04003955out_free:
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003956 nfs4_free_createdata(data);
3957out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003958 return status;
3959}
3960
3961static int nfs4_proc_mknod(struct inode *dir, struct dentry *dentry,
3962 struct iattr *sattr, dev_t rdev)
3963{
3964 struct nfs4_exception exception = { };
David Quigleyaa9c2662013-05-22 12:50:44 -04003965 struct nfs4_label l, *label = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003966 int err;
Aneesh Kumar K.Va8a5da92010-12-09 11:35:14 +00003967
David Quigleyaa9c2662013-05-22 12:50:44 -04003968 label = nfs4_label_init_security(dir, dentry, sattr, &l);
3969
Aneesh Kumar K.Va8a5da92010-12-09 11:35:14 +00003970 sattr->ia_mode &= ~current_umask();
Linus Torvalds1da177e2005-04-16 15:20:36 -07003971 do {
Trond Myklebust078ea3d2013-08-12 16:45:55 -04003972 err = _nfs4_proc_mknod(dir, dentry, sattr, label, rdev);
3973 trace_nfs4_mknod(dir, &dentry->d_name, err);
3974 err = nfs4_handle_exception(NFS_SERVER(dir), err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003975 &exception);
3976 } while (exception.retry);
David Quigleyaa9c2662013-05-22 12:50:44 -04003977
3978 nfs4_label_release_security(label);
3979
Linus Torvalds1da177e2005-04-16 15:20:36 -07003980 return err;
3981}
3982
3983static int _nfs4_proc_statfs(struct nfs_server *server, struct nfs_fh *fhandle,
3984 struct nfs_fsstat *fsstat)
3985{
3986 struct nfs4_statfs_arg args = {
3987 .fh = fhandle,
3988 .bitmask = server->attr_bitmask,
3989 };
Benny Halevy24ad1482009-04-01 09:21:56 -04003990 struct nfs4_statfs_res res = {
3991 .fsstat = fsstat,
3992 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07003993 struct rpc_message msg = {
3994 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_STATFS],
3995 .rpc_argp = &args,
Benny Halevy24ad1482009-04-01 09:21:56 -04003996 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003997 };
3998
Trond Myklebust0e574af2005-10-27 22:12:38 -04003999 nfs_fattr_init(fsstat->fattr);
Bryan Schumaker7c513052011-03-24 17:12:24 +00004000 return nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004001}
4002
4003static int nfs4_proc_statfs(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fsstat *fsstat)
4004{
4005 struct nfs4_exception exception = { };
4006 int err;
4007 do {
4008 err = nfs4_handle_exception(server,
4009 _nfs4_proc_statfs(server, fhandle, fsstat),
4010 &exception);
4011 } while (exception.retry);
4012 return err;
4013}
4014
4015static int _nfs4_do_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle,
4016 struct nfs_fsinfo *fsinfo)
4017{
4018 struct nfs4_fsinfo_arg args = {
4019 .fh = fhandle,
4020 .bitmask = server->attr_bitmask,
4021 };
Benny Halevy3dda5e42009-04-01 09:21:57 -04004022 struct nfs4_fsinfo_res res = {
4023 .fsinfo = fsinfo,
4024 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07004025 struct rpc_message msg = {
4026 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FSINFO],
4027 .rpc_argp = &args,
Benny Halevy3dda5e42009-04-01 09:21:57 -04004028 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004029 };
4030
Bryan Schumaker7c513052011-03-24 17:12:24 +00004031 return nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004032}
4033
4034static int nfs4_do_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fsinfo *fsinfo)
4035{
4036 struct nfs4_exception exception = { };
Chuck Lever83ca7f52013-03-16 15:55:53 -04004037 unsigned long now = jiffies;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004038 int err;
4039
4040 do {
Chuck Lever83ca7f52013-03-16 15:55:53 -04004041 err = _nfs4_do_fsinfo(server, fhandle, fsinfo);
Trond Myklebustb5f875a2013-08-13 13:01:39 -04004042 trace_nfs4_fsinfo(server, fhandle, fsinfo->fattr, err);
Chuck Lever83ca7f52013-03-16 15:55:53 -04004043 if (err == 0) {
4044 struct nfs_client *clp = server->nfs_client;
4045
4046 spin_lock(&clp->cl_lock);
4047 clp->cl_lease_time = fsinfo->lease_time * HZ;
4048 clp->cl_last_renewal = now;
4049 spin_unlock(&clp->cl_lock);
4050 break;
4051 }
4052 err = nfs4_handle_exception(server, err, &exception);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004053 } while (exception.retry);
4054 return err;
4055}
4056
4057static int nfs4_proc_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fsinfo *fsinfo)
4058{
Bryan Schumakere38eb652012-06-20 15:53:40 -04004059 int error;
4060
Trond Myklebust0e574af2005-10-27 22:12:38 -04004061 nfs_fattr_init(fsinfo->fattr);
Bryan Schumakere38eb652012-06-20 15:53:40 -04004062 error = nfs4_do_fsinfo(server, fhandle, fsinfo);
Peng Taodc182542012-08-24 00:27:49 +08004063 if (error == 0) {
4064 /* block layout checks this! */
4065 server->pnfs_blksize = fsinfo->blksize;
Bryan Schumakere38eb652012-06-20 15:53:40 -04004066 set_pnfs_layoutdriver(server, fhandle, fsinfo->layouttype);
Peng Taodc182542012-08-24 00:27:49 +08004067 }
Bryan Schumakere38eb652012-06-20 15:53:40 -04004068
4069 return error;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004070}
4071
4072static int _nfs4_proc_pathconf(struct nfs_server *server, struct nfs_fh *fhandle,
4073 struct nfs_pathconf *pathconf)
4074{
4075 struct nfs4_pathconf_arg args = {
4076 .fh = fhandle,
4077 .bitmask = server->attr_bitmask,
4078 };
Benny Halevyd45b2982009-04-01 09:21:58 -04004079 struct nfs4_pathconf_res res = {
4080 .pathconf = pathconf,
4081 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07004082 struct rpc_message msg = {
4083 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_PATHCONF],
4084 .rpc_argp = &args,
Benny Halevyd45b2982009-04-01 09:21:58 -04004085 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004086 };
4087
4088 /* None of the pathconf attributes are mandatory to implement */
4089 if ((args.bitmask[0] & nfs4_pathconf_bitmap[0]) == 0) {
4090 memset(pathconf, 0, sizeof(*pathconf));
4091 return 0;
4092 }
4093
Trond Myklebust0e574af2005-10-27 22:12:38 -04004094 nfs_fattr_init(pathconf->fattr);
Bryan Schumaker7c513052011-03-24 17:12:24 +00004095 return nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004096}
4097
4098static int nfs4_proc_pathconf(struct nfs_server *server, struct nfs_fh *fhandle,
4099 struct nfs_pathconf *pathconf)
4100{
4101 struct nfs4_exception exception = { };
4102 int err;
4103
4104 do {
4105 err = nfs4_handle_exception(server,
4106 _nfs4_proc_pathconf(server, fhandle, pathconf),
4107 &exception);
4108 } while (exception.retry);
4109 return err;
4110}
4111
Trond Myklebust5521abf2013-03-16 20:54:34 -04004112int nfs4_set_rw_stateid(nfs4_stateid *stateid,
Trond Myklebust9b206142013-03-17 15:52:00 -04004113 const struct nfs_open_context *ctx,
4114 const struct nfs_lock_context *l_ctx,
4115 fmode_t fmode)
4116{
4117 const struct nfs_lockowner *lockowner = NULL;
4118
4119 if (l_ctx != NULL)
4120 lockowner = &l_ctx->lockowner;
Trond Myklebust5521abf2013-03-16 20:54:34 -04004121 return nfs4_select_rw_stateid(stateid, ctx->state, fmode, lockowner);
Trond Myklebust9b206142013-03-17 15:52:00 -04004122}
4123EXPORT_SYMBOL_GPL(nfs4_set_rw_stateid);
4124
Trond Myklebust5521abf2013-03-16 20:54:34 -04004125static bool nfs4_stateid_is_current(nfs4_stateid *stateid,
4126 const struct nfs_open_context *ctx,
4127 const struct nfs_lock_context *l_ctx,
4128 fmode_t fmode)
4129{
4130 nfs4_stateid current_stateid;
4131
Trond Myklebuste1253be2014-03-05 08:44:23 -05004132 /* If the current stateid represents a lost lock, then exit */
4133 if (nfs4_set_rw_stateid(&current_stateid, ctx, l_ctx, fmode) == -EIO)
4134 return true;
Trond Myklebust5521abf2013-03-16 20:54:34 -04004135 return nfs4_stateid_match(stateid, &current_stateid);
4136}
4137
4138static bool nfs4_error_stateid_expired(int err)
4139{
4140 switch (err) {
4141 case -NFS4ERR_DELEG_REVOKED:
4142 case -NFS4ERR_ADMIN_REVOKED:
4143 case -NFS4ERR_BAD_STATEID:
4144 case -NFS4ERR_STALE_STATEID:
4145 case -NFS4ERR_OLD_STATEID:
4146 case -NFS4ERR_OPENMODE:
4147 case -NFS4ERR_EXPIRED:
4148 return true;
4149 }
4150 return false;
4151}
4152
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004153void __nfs4_read_done_cb(struct nfs_pgio_header *hdr)
Benny Halevyd20581a2011-05-22 19:52:03 +03004154{
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004155 nfs_invalidate_atime(hdr->inode);
Benny Halevyd20581a2011-05-22 19:52:03 +03004156}
4157
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004158static int nfs4_read_done_cb(struct rpc_task *task, struct nfs_pgio_header *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004159{
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004160 struct nfs_server *server = NFS_SERVER(hdr->inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004161
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004162 trace_nfs4_read(hdr, task->tk_status);
4163 if (nfs4_async_handle_error(task, server,
NeilBrown8478eaa2014-09-18 16:09:27 +10004164 hdr->args.context->state,
4165 NULL) == -EAGAIN) {
Trond Myklebustd00c5d42011-10-19 12:17:29 -07004166 rpc_restart_call_prepare(task);
Trond Myklebustec06c092006-03-20 13:44:27 -05004167 return -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004168 }
Trond Myklebust8850df92007-09-28 17:20:07 -04004169
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004170 __nfs4_read_done_cb(hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004171 if (task->tk_status > 0)
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004172 renew_lease(server, hdr->timestamp);
Trond Myklebustec06c092006-03-20 13:44:27 -05004173 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004174}
4175
Trond Myklebust5521abf2013-03-16 20:54:34 -04004176static bool nfs4_read_stateid_changed(struct rpc_task *task,
Anna Schumaker3c6b8992014-05-06 09:12:24 -04004177 struct nfs_pgio_args *args)
Trond Myklebust5521abf2013-03-16 20:54:34 -04004178{
4179
4180 if (!nfs4_error_stateid_expired(task->tk_status) ||
4181 nfs4_stateid_is_current(&args->stateid,
4182 args->context,
4183 args->lock_context,
4184 FMODE_READ))
4185 return false;
4186 rpc_restart_call_prepare(task);
4187 return true;
4188}
4189
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004190static int nfs4_read_done(struct rpc_task *task, struct nfs_pgio_header *hdr)
Andy Adamsoncbdabc7f2011-03-01 01:34:20 +00004191{
4192
4193 dprintk("--> %s\n", __func__);
4194
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004195 if (!nfs4_sequence_done(task, &hdr->res.seq_res))
Andy Adamsoncbdabc7f2011-03-01 01:34:20 +00004196 return -EAGAIN;
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004197 if (nfs4_read_stateid_changed(task, &hdr->args))
Trond Myklebust5521abf2013-03-16 20:54:34 -04004198 return -EAGAIN;
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004199 return hdr->pgio_done_cb ? hdr->pgio_done_cb(task, hdr) :
4200 nfs4_read_done_cb(task, hdr);
Andy Adamsoncbdabc7f2011-03-01 01:34:20 +00004201}
4202
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004203static void nfs4_proc_read_setup(struct nfs_pgio_header *hdr,
4204 struct rpc_message *msg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004205{
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004206 hdr->timestamp = jiffies;
4207 hdr->pgio_done_cb = nfs4_read_done_cb;
Trond Myklebustbdc7f022007-07-14 15:40:00 -04004208 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_READ];
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004209 nfs4_init_sequence(&hdr->args.seq_args, &hdr->res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004210}
4211
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004212static int nfs4_proc_pgio_rpc_prepare(struct rpc_task *task,
4213 struct nfs_pgio_header *hdr)
Bryan Schumakerea7c3302012-03-19 14:54:40 -04004214{
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004215 if (nfs4_setup_sequence(NFS_SERVER(hdr->inode),
4216 &hdr->args.seq_args,
4217 &hdr->res.seq_res,
Trond Myklebust9b206142013-03-17 15:52:00 -04004218 task))
NeilBrownef1820f2013-09-04 17:04:49 +10004219 return 0;
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004220 if (nfs4_set_rw_stateid(&hdr->args.stateid, hdr->args.context,
4221 hdr->args.lock_context,
4222 hdr->rw_ops->rw_mode) == -EIO)
NeilBrownef1820f2013-09-04 17:04:49 +10004223 return -EIO;
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004224 if (unlikely(test_bit(NFS_CONTEXT_BAD, &hdr->args.context->flags)))
NeilBrownef1820f2013-09-04 17:04:49 +10004225 return -EIO;
4226 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004227}
4228
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004229static int nfs4_write_done_cb(struct rpc_task *task,
4230 struct nfs_pgio_header *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004231{
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004232 struct inode *inode = hdr->inode;
NeilBrown8478eaa2014-09-18 16:09:27 +10004233
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004234 trace_nfs4_write(hdr, task->tk_status);
4235 if (nfs4_async_handle_error(task, NFS_SERVER(inode),
NeilBrown8478eaa2014-09-18 16:09:27 +10004236 hdr->args.context->state,
4237 NULL) == -EAGAIN) {
Trond Myklebustd00c5d42011-10-19 12:17:29 -07004238 rpc_restart_call_prepare(task);
Trond Myklebust788e7a82006-03-20 13:44:27 -05004239 return -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004240 }
Trond Myklebust4f9838c2005-10-27 22:12:44 -04004241 if (task->tk_status >= 0) {
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004242 renew_lease(NFS_SERVER(inode), hdr->timestamp);
Trond Myklebusta08a8cd2015-02-26 17:36:09 -05004243 nfs_writeback_update_inode(hdr);
Trond Myklebust4f9838c2005-10-27 22:12:44 -04004244 }
Trond Myklebust788e7a82006-03-20 13:44:27 -05004245 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004246}
4247
Trond Myklebust5521abf2013-03-16 20:54:34 -04004248static bool nfs4_write_stateid_changed(struct rpc_task *task,
Anna Schumaker3c6b8992014-05-06 09:12:24 -04004249 struct nfs_pgio_args *args)
Trond Myklebust5521abf2013-03-16 20:54:34 -04004250{
4251
4252 if (!nfs4_error_stateid_expired(task->tk_status) ||
4253 nfs4_stateid_is_current(&args->stateid,
4254 args->context,
4255 args->lock_context,
4256 FMODE_WRITE))
4257 return false;
4258 rpc_restart_call_prepare(task);
4259 return true;
4260}
4261
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004262static int nfs4_write_done(struct rpc_task *task, struct nfs_pgio_header *hdr)
Fred Isamanb029bc92011-03-03 15:13:42 +00004263{
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004264 if (!nfs4_sequence_done(task, &hdr->res.seq_res))
Fred Isamanb029bc92011-03-03 15:13:42 +00004265 return -EAGAIN;
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004266 if (nfs4_write_stateid_changed(task, &hdr->args))
Trond Myklebust5521abf2013-03-16 20:54:34 -04004267 return -EAGAIN;
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004268 return hdr->pgio_done_cb ? hdr->pgio_done_cb(task, hdr) :
4269 nfs4_write_done_cb(task, hdr);
Fred Isamanb029bc92011-03-03 15:13:42 +00004270}
4271
Trond Myklebust5a37f852012-04-28 14:55:16 -04004272static
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004273bool nfs4_write_need_cache_consistency_data(struct nfs_pgio_header *hdr)
Fred Isamana69aef12011-03-03 15:13:47 +00004274{
Trond Myklebust5a37f852012-04-28 14:55:16 -04004275 /* Don't request attributes for pNFS or O_DIRECT writes */
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004276 if (hdr->ds_clp != NULL || hdr->dreq != NULL)
Trond Myklebust5a37f852012-04-28 14:55:16 -04004277 return false;
4278 /* Otherwise, request attributes if and only if we don't hold
4279 * a delegation
4280 */
Bryan Schumaker011e2a72012-06-20 15:53:43 -04004281 return nfs4_have_delegation(hdr->inode, FMODE_READ) == 0;
Fred Isamana69aef12011-03-03 15:13:47 +00004282}
Fred Isamana69aef12011-03-03 15:13:47 +00004283
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004284static void nfs4_proc_write_setup(struct nfs_pgio_header *hdr,
4285 struct rpc_message *msg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004286{
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004287 struct nfs_server *server = NFS_SERVER(hdr->inode);
Trond Myklebustbdc7f022007-07-14 15:40:00 -04004288
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004289 if (!nfs4_write_need_cache_consistency_data(hdr)) {
4290 hdr->args.bitmask = NULL;
4291 hdr->res.fattr = NULL;
Fred Isaman7ffd1062011-03-03 15:13:46 +00004292 } else
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004293 hdr->args.bitmask = server->cache_consistency_bitmask;
Trond Myklebust5a37f852012-04-28 14:55:16 -04004294
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004295 if (!hdr->pgio_done_cb)
4296 hdr->pgio_done_cb = nfs4_write_done_cb;
4297 hdr->res.server = server;
4298 hdr->timestamp = jiffies;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004299
Trond Myklebustbdc7f022007-07-14 15:40:00 -04004300 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_WRITE];
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004301 nfs4_init_sequence(&hdr->args.seq_args, &hdr->res.seq_res, 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004302}
4303
Fred Isaman0b7c0152012-04-20 14:47:39 -04004304static void nfs4_proc_commit_rpc_prepare(struct rpc_task *task, struct nfs_commit_data *data)
4305{
Trond Myklebustd9afbd12012-10-22 20:28:44 -04004306 nfs4_setup_sequence(NFS_SERVER(data->inode),
4307 &data->args.seq_args,
4308 &data->res.seq_res,
4309 task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004310}
4311
Fred Isaman0b7c0152012-04-20 14:47:39 -04004312static int nfs4_commit_done_cb(struct rpc_task *task, struct nfs_commit_data *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004313{
Linus Torvalds1da177e2005-04-16 15:20:36 -07004314 struct inode *inode = data->inode;
Trond Myklebust14516c32010-07-31 14:29:06 -04004315
Trond Myklebustcc668ab2013-08-14 15:31:28 -04004316 trace_nfs4_commit(data, task->tk_status);
NeilBrown8478eaa2014-09-18 16:09:27 +10004317 if (nfs4_async_handle_error(task, NFS_SERVER(inode),
4318 NULL, NULL) == -EAGAIN) {
Trond Myklebustd00c5d42011-10-19 12:17:29 -07004319 rpc_restart_call_prepare(task);
Trond Myklebust788e7a82006-03-20 13:44:27 -05004320 return -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004321 }
Trond Myklebust788e7a82006-03-20 13:44:27 -05004322 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004323}
4324
Fred Isaman0b7c0152012-04-20 14:47:39 -04004325static int nfs4_commit_done(struct rpc_task *task, struct nfs_commit_data *data)
Fred Isaman5f452432011-03-23 13:27:46 +00004326{
4327 if (!nfs4_sequence_done(task, &data->res.seq_res))
4328 return -EAGAIN;
Fred Isaman0b7c0152012-04-20 14:47:39 -04004329 return data->commit_done_cb(task, data);
Fred Isaman5f452432011-03-23 13:27:46 +00004330}
4331
Fred Isaman0b7c0152012-04-20 14:47:39 -04004332static void nfs4_proc_commit_setup(struct nfs_commit_data *data, struct rpc_message *msg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004333{
Trond Myklebust788e7a82006-03-20 13:44:27 -05004334 struct nfs_server *server = NFS_SERVER(data->inode);
Fred Isaman988b6dc2011-03-23 13:27:52 +00004335
Fred Isaman0b7c0152012-04-20 14:47:39 -04004336 if (data->commit_done_cb == NULL)
4337 data->commit_done_cb = nfs4_commit_done_cb;
Trond Myklebust4f9838c2005-10-27 22:12:44 -04004338 data->res.server = server;
Trond Myklebustbdc7f022007-07-14 15:40:00 -04004339 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_COMMIT];
Chuck Levera9c92d62013-08-09 12:48:18 -04004340 nfs4_init_sequence(&data->args.seq_args, &data->res.seq_res, 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004341}
4342
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04004343struct nfs4_renewdata {
4344 struct nfs_client *client;
4345 unsigned long timestamp;
4346};
4347
Linus Torvalds1da177e2005-04-16 15:20:36 -07004348/*
4349 * nfs4_proc_async_renew(): This is not one of the nfs_rpc_ops; it is a special
4350 * standalone procedure for queueing an asynchronous RENEW.
4351 */
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04004352static void nfs4_renew_release(void *calldata)
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08004353{
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04004354 struct nfs4_renewdata *data = calldata;
4355 struct nfs_client *clp = data->client;
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08004356
Alexandros Batsakis0851de062010-02-05 03:45:06 -08004357 if (atomic_read(&clp->cl_count) > 1)
4358 nfs4_schedule_state_renewal(clp);
4359 nfs_put_client(clp);
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04004360 kfree(data);
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08004361}
4362
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04004363static void nfs4_renew_done(struct rpc_task *task, void *calldata)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004364{
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04004365 struct nfs4_renewdata *data = calldata;
4366 struct nfs_client *clp = data->client;
4367 unsigned long timestamp = data->timestamp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004368
Trond Myklebustc6d01c62013-08-09 11:51:26 -04004369 trace_nfs4_renew_async(clp, task->tk_status);
Chuck Leverf8aba1e2013-10-17 14:13:53 -04004370 switch (task->tk_status) {
4371 case 0:
4372 break;
4373 case -NFS4ERR_LEASE_MOVED:
4374 nfs4_schedule_lease_moved_recovery(clp);
4375 break;
4376 default:
Trond Myklebust95baa252009-05-26 14:51:00 -04004377 /* Unless we're shutting down, schedule state recovery! */
Trond Myklebust042b60b2011-08-24 15:07:37 -04004378 if (test_bit(NFS_CS_RENEWD, &clp->cl_res_state) == 0)
4379 return;
4380 if (task->tk_status != NFS4ERR_CB_PATH_DOWN) {
Trond Myklebust0400a6b2011-03-09 16:00:53 -05004381 nfs4_schedule_lease_recovery(clp);
Trond Myklebust042b60b2011-08-24 15:07:37 -04004382 return;
4383 }
4384 nfs4_schedule_path_down_recovery(clp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004385 }
Trond Myklebust452e9352010-07-31 14:29:06 -04004386 do_renew_lease(clp, timestamp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004387}
4388
Trond Myklebust963d8fe2006-01-03 09:55:04 +01004389static const struct rpc_call_ops nfs4_renew_ops = {
4390 .rpc_call_done = nfs4_renew_done,
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08004391 .rpc_release = nfs4_renew_release,
Trond Myklebust963d8fe2006-01-03 09:55:04 +01004392};
4393
Trond Myklebust2f60ea62011-08-24 15:07:37 -04004394static int nfs4_proc_async_renew(struct nfs_client *clp, struct rpc_cred *cred, unsigned renew_flags)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004395{
4396 struct rpc_message msg = {
4397 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RENEW],
4398 .rpc_argp = clp,
Trond Myklebustb4454fe2006-01-03 09:55:25 +01004399 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004400 };
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04004401 struct nfs4_renewdata *data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004402
Trond Myklebust2f60ea62011-08-24 15:07:37 -04004403 if (renew_flags == 0)
4404 return 0;
Alexandros Batsakis0851de062010-02-05 03:45:06 -08004405 if (!atomic_inc_not_zero(&clp->cl_count))
4406 return -EIO;
Trond Myklebustb569ad32011-08-24 15:07:35 -04004407 data = kmalloc(sizeof(*data), GFP_NOFS);
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04004408 if (data == NULL)
4409 return -ENOMEM;
4410 data->client = clp;
4411 data->timestamp = jiffies;
Trond Myklebustbc7a05c2013-04-08 17:50:28 -04004412 return rpc_call_async(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT,
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04004413 &nfs4_renew_ops, data);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004414}
4415
Trond Myklebust8534d4e2011-08-24 15:07:37 -04004416static int nfs4_proc_renew(struct nfs_client *clp, struct rpc_cred *cred)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004417{
4418 struct rpc_message msg = {
4419 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RENEW],
4420 .rpc_argp = clp,
Trond Myklebustb4454fe2006-01-03 09:55:25 +01004421 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004422 };
4423 unsigned long now = jiffies;
4424 int status;
4425
Trond Myklebustbc7a05c2013-04-08 17:50:28 -04004426 status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004427 if (status < 0)
4428 return status;
Trond Myklebust452e9352010-07-31 14:29:06 -04004429 do_renew_lease(clp, now);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004430 return 0;
4431}
4432
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004433static inline int nfs4_server_supports_acls(struct nfs_server *server)
4434{
Malahal Naineni7dd7d952014-01-23 08:54:55 -06004435 return server->caps & NFS_CAP_ACLS;
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004436}
4437
Trond Myklebust21f498c2012-08-24 10:59:25 -04004438/* Assuming that XATTR_SIZE_MAX is a multiple of PAGE_SIZE, and that
4439 * it's OK to put sizeof(void) * (XATTR_SIZE_MAX/PAGE_SIZE) bytes on
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004440 * the stack.
4441 */
Trond Myklebust21f498c2012-08-24 10:59:25 -04004442#define NFS4ACL_MAXPAGES DIV_ROUND_UP(XATTR_SIZE_MAX, PAGE_SIZE)
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004443
Neil Hormane9e3d722011-03-04 19:26:03 -05004444static int buf_to_pages_noslab(const void *buf, size_t buflen,
4445 struct page **pages, unsigned int *pgbase)
4446{
4447 struct page *newpage, **spages;
4448 int rc = 0;
4449 size_t len;
4450 spages = pages;
4451
4452 do {
Trond Myklebust21f498c2012-08-24 10:59:25 -04004453 len = min_t(size_t, PAGE_SIZE, buflen);
Neil Hormane9e3d722011-03-04 19:26:03 -05004454 newpage = alloc_page(GFP_KERNEL);
4455
4456 if (newpage == NULL)
4457 goto unwind;
4458 memcpy(page_address(newpage), buf, len);
4459 buf += len;
4460 buflen -= len;
4461 *pages++ = newpage;
4462 rc++;
4463 } while (buflen != 0);
4464
4465 return rc;
4466
4467unwind:
4468 for(; rc > 0; rc--)
4469 __free_page(spages[rc-1]);
4470 return -ENOMEM;
4471}
4472
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004473struct nfs4_cached_acl {
4474 int cached;
4475 size_t len;
Andrew Morton3e9d4152005-06-22 17:16:28 +00004476 char data[0];
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004477};
4478
4479static void nfs4_set_cached_acl(struct inode *inode, struct nfs4_cached_acl *acl)
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004480{
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004481 struct nfs_inode *nfsi = NFS_I(inode);
4482
4483 spin_lock(&inode->i_lock);
4484 kfree(nfsi->nfs4_acl);
4485 nfsi->nfs4_acl = acl;
4486 spin_unlock(&inode->i_lock);
4487}
4488
4489static void nfs4_zap_acl_attr(struct inode *inode)
4490{
4491 nfs4_set_cached_acl(inode, NULL);
4492}
4493
4494static inline ssize_t nfs4_read_cached_acl(struct inode *inode, char *buf, size_t buflen)
4495{
4496 struct nfs_inode *nfsi = NFS_I(inode);
4497 struct nfs4_cached_acl *acl;
4498 int ret = -ENOENT;
4499
4500 spin_lock(&inode->i_lock);
4501 acl = nfsi->nfs4_acl;
4502 if (acl == NULL)
4503 goto out;
4504 if (buf == NULL) /* user is just asking for length */
4505 goto out_len;
4506 if (acl->cached == 0)
4507 goto out;
4508 ret = -ERANGE; /* see getxattr(2) man page */
4509 if (acl->len > buflen)
4510 goto out;
4511 memcpy(buf, acl->data, acl->len);
4512out_len:
4513 ret = acl->len;
4514out:
4515 spin_unlock(&inode->i_lock);
4516 return ret;
4517}
4518
Sachin Prabhu5794d212012-04-17 14:36:40 +01004519static 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 +00004520{
4521 struct nfs4_cached_acl *acl;
Trond Myklebustb291f1b2012-08-14 18:30:41 -04004522 size_t buflen = sizeof(*acl) + acl_len;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004523
Trond Myklebust1f1ea6c2012-08-26 11:44:43 -07004524 if (buflen <= PAGE_SIZE) {
Trond Myklebustb291f1b2012-08-14 18:30:41 -04004525 acl = kmalloc(buflen, GFP_KERNEL);
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004526 if (acl == NULL)
4527 goto out;
4528 acl->cached = 1;
Sachin Prabhu5794d212012-04-17 14:36:40 +01004529 _copy_from_pages(acl->data, pages, pgbase, acl_len);
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004530 } else {
4531 acl = kmalloc(sizeof(*acl), GFP_KERNEL);
4532 if (acl == NULL)
4533 goto out;
4534 acl->cached = 0;
4535 }
4536 acl->len = acl_len;
4537out:
4538 nfs4_set_cached_acl(inode, acl);
4539}
4540
Andy Adamsonbf118a32011-12-07 11:55:27 -05004541/*
4542 * The getxattr API returns the required buffer length when called with a
4543 * NULL buf. The NFSv4 acl tool then calls getxattr again after allocating
4544 * the required buf. On a NULL buf, we send a page of data to the server
4545 * guessing that the ACL request can be serviced by a page. If so, we cache
4546 * up to the page of ACL data, and the 2nd call to getxattr is serviced by
4547 * the cache. If not so, we throw away the page, and cache the required
4548 * length. The next getxattr call will then produce another round trip to
4549 * the server, this time with the input buf of the required size.
4550 */
Trond Myklebust16b4289c2006-08-24 12:27:15 -04004551static ssize_t __nfs4_get_acl_uncached(struct inode *inode, void *buf, size_t buflen)
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004552{
Andy Adamsonbf118a32011-12-07 11:55:27 -05004553 struct page *pages[NFS4ACL_MAXPAGES] = {NULL, };
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004554 struct nfs_getaclargs args = {
4555 .fh = NFS_FH(inode),
4556 .acl_pages = pages,
4557 .acl_len = buflen,
4558 };
Benny Halevy663c79b2009-04-01 09:21:59 -04004559 struct nfs_getaclres res = {
4560 .acl_len = buflen,
4561 };
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004562 struct rpc_message msg = {
4563 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GETACL],
4564 .rpc_argp = &args,
Benny Halevy663c79b2009-04-01 09:21:59 -04004565 .rpc_resp = &res,
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004566 };
Trond Myklebust21f498c2012-08-24 10:59:25 -04004567 unsigned int npages = DIV_ROUND_UP(buflen, PAGE_SIZE);
4568 int ret = -ENOMEM, i;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004569
Andy Adamsonbf118a32011-12-07 11:55:27 -05004570 /* As long as we're doing a round trip to the server anyway,
4571 * let's be prepared for a page of acl data. */
4572 if (npages == 0)
4573 npages = 1;
Trond Myklebust21f498c2012-08-24 10:59:25 -04004574 if (npages > ARRAY_SIZE(pages))
4575 return -ERANGE;
Sachin Prabhu5a006892012-04-17 14:35:39 +01004576
Andy Adamsonbf118a32011-12-07 11:55:27 -05004577 for (i = 0; i < npages; i++) {
4578 pages[i] = alloc_page(GFP_KERNEL);
4579 if (!pages[i])
4580 goto out_free;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004581 }
Sachin Prabhu5a006892012-04-17 14:35:39 +01004582
4583 /* for decoding across pages */
4584 res.acl_scratch = alloc_page(GFP_KERNEL);
4585 if (!res.acl_scratch)
4586 goto out_free;
4587
Andy Adamsonbf118a32011-12-07 11:55:27 -05004588 args.acl_len = npages * PAGE_SIZE;
4589 args.acl_pgbase = 0;
Sachin Prabhu5a006892012-04-17 14:35:39 +01004590
Peng Taode040be2012-01-10 22:42:47 +08004591 dprintk("%s buf %p buflen %zu npages %d args.acl_len %zu\n",
Andy Adamsonbf118a32011-12-07 11:55:27 -05004592 __func__, buf, buflen, npages, args.acl_len);
4593 ret = nfs4_call_sync(NFS_SERVER(inode)->client, NFS_SERVER(inode),
4594 &msg, &args.seq_args, &res.seq_res, 0);
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004595 if (ret)
4596 goto out_free;
Andy Adamsonbf118a32011-12-07 11:55:27 -05004597
Trond Myklebust1f1ea6c2012-08-26 11:44:43 -07004598 /* Handle the case where the passed-in buffer is too short */
4599 if (res.acl_flags & NFS4_ACL_TRUNC) {
4600 /* Did the user only issue a request for the acl length? */
4601 if (buf == NULL)
4602 goto out_ok;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004603 ret = -ERANGE;
Trond Myklebust1f1ea6c2012-08-26 11:44:43 -07004604 goto out_free;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004605 }
Trond Myklebust1f1ea6c2012-08-26 11:44:43 -07004606 nfs4_write_cached_acl(inode, pages, res.acl_data_offset, res.acl_len);
Sven Wegener7d3e91a2012-12-08 15:30:18 +01004607 if (buf) {
4608 if (res.acl_len > buflen) {
4609 ret = -ERANGE;
4610 goto out_free;
4611 }
Trond Myklebust1f1ea6c2012-08-26 11:44:43 -07004612 _copy_from_pages(buf, pages, res.acl_data_offset, res.acl_len);
Sven Wegener7d3e91a2012-12-08 15:30:18 +01004613 }
Trond Myklebust1f1ea6c2012-08-26 11:44:43 -07004614out_ok:
4615 ret = res.acl_len;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004616out_free:
Andy Adamsonbf118a32011-12-07 11:55:27 -05004617 for (i = 0; i < npages; i++)
4618 if (pages[i])
4619 __free_page(pages[i]);
Trond Myklebust331818f2012-02-03 18:30:53 -05004620 if (res.acl_scratch)
4621 __free_page(res.acl_scratch);
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004622 return ret;
4623}
4624
Trond Myklebust16b4289c2006-08-24 12:27:15 -04004625static ssize_t nfs4_get_acl_uncached(struct inode *inode, void *buf, size_t buflen)
4626{
4627 struct nfs4_exception exception = { };
4628 ssize_t ret;
4629 do {
4630 ret = __nfs4_get_acl_uncached(inode, buf, buflen);
Trond Myklebustc1578b72013-08-12 16:58:42 -04004631 trace_nfs4_get_acl(inode, ret);
Trond Myklebust16b4289c2006-08-24 12:27:15 -04004632 if (ret >= 0)
4633 break;
4634 ret = nfs4_handle_exception(NFS_SERVER(inode), ret, &exception);
4635 } while (exception.retry);
4636 return ret;
4637}
4638
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004639static ssize_t nfs4_proc_get_acl(struct inode *inode, void *buf, size_t buflen)
4640{
4641 struct nfs_server *server = NFS_SERVER(inode);
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004642 int ret;
4643
4644 if (!nfs4_server_supports_acls(server))
4645 return -EOPNOTSUPP;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004646 ret = nfs_revalidate_inode(server, inode);
4647 if (ret < 0)
4648 return ret;
Aneesh Kumar K.V08a22b32010-12-01 10:42:16 +00004649 if (NFS_I(inode)->cache_validity & NFS_INO_INVALID_ACL)
4650 nfs_zap_acl_cache(inode);
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004651 ret = nfs4_read_cached_acl(inode, buf, buflen);
4652 if (ret != -ENOENT)
Andy Adamsonbf118a32011-12-07 11:55:27 -05004653 /* -ENOENT is returned if there is no ACL or if there is an ACL
4654 * but no cached acl data, just the acl length */
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004655 return ret;
4656 return nfs4_get_acl_uncached(inode, buf, buflen);
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004657}
4658
Trond Myklebust16b4289c2006-08-24 12:27:15 -04004659static int __nfs4_proc_set_acl(struct inode *inode, const void *buf, size_t buflen)
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00004660{
4661 struct nfs_server *server = NFS_SERVER(inode);
4662 struct page *pages[NFS4ACL_MAXPAGES];
4663 struct nfs_setaclargs arg = {
4664 .fh = NFS_FH(inode),
4665 .acl_pages = pages,
4666 .acl_len = buflen,
4667 };
Benny Halevy73c403a2009-04-01 09:22:01 -04004668 struct nfs_setaclres res;
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00004669 struct rpc_message msg = {
4670 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETACL],
4671 .rpc_argp = &arg,
Benny Halevy73c403a2009-04-01 09:22:01 -04004672 .rpc_resp = &res,
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00004673 };
Trond Myklebust21f498c2012-08-24 10:59:25 -04004674 unsigned int npages = DIV_ROUND_UP(buflen, PAGE_SIZE);
Neil Hormane9e3d722011-03-04 19:26:03 -05004675 int ret, i;
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00004676
4677 if (!nfs4_server_supports_acls(server))
4678 return -EOPNOTSUPP;
Trond Myklebust21f498c2012-08-24 10:59:25 -04004679 if (npages > ARRAY_SIZE(pages))
4680 return -ERANGE;
Neil Hormane9e3d722011-03-04 19:26:03 -05004681 i = buf_to_pages_noslab(buf, buflen, arg.acl_pages, &arg.acl_pgbase);
4682 if (i < 0)
4683 return i;
Bryan Schumaker57ec14c2012-06-20 15:53:44 -04004684 nfs4_inode_return_delegation(inode);
Bryan Schumaker7c513052011-03-24 17:12:24 +00004685 ret = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, &res.seq_res, 1);
Neil Hormane9e3d722011-03-04 19:26:03 -05004686
4687 /*
4688 * Free each page after tx, so the only ref left is
4689 * held by the network stack
4690 */
4691 for (; i > 0; i--)
4692 put_page(pages[i-1]);
4693
Aneesh Kumar K.V08a22b32010-12-01 10:42:16 +00004694 /*
4695 * Acl update can result in inode attribute update.
4696 * so mark the attribute cache invalid.
4697 */
4698 spin_lock(&inode->i_lock);
4699 NFS_I(inode)->cache_validity |= NFS_INO_INVALID_ATTR;
4700 spin_unlock(&inode->i_lock);
Trond Myklebustf41f7412008-06-11 17:39:04 -04004701 nfs_access_zap_cache(inode);
4702 nfs_zap_acl_cache(inode);
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00004703 return ret;
4704}
4705
Trond Myklebust16b4289c2006-08-24 12:27:15 -04004706static int nfs4_proc_set_acl(struct inode *inode, const void *buf, size_t buflen)
4707{
4708 struct nfs4_exception exception = { };
4709 int err;
4710 do {
Trond Myklebustc1578b72013-08-12 16:58:42 -04004711 err = __nfs4_proc_set_acl(inode, buf, buflen);
4712 trace_nfs4_set_acl(inode, err);
4713 err = nfs4_handle_exception(NFS_SERVER(inode), err,
Trond Myklebust16b4289c2006-08-24 12:27:15 -04004714 &exception);
4715 } while (exception.retry);
4716 return err;
4717}
4718
David Quigleyaa9c2662013-05-22 12:50:44 -04004719#ifdef CONFIG_NFS_V4_SECURITY_LABEL
4720static int _nfs4_get_security_label(struct inode *inode, void *buf,
4721 size_t buflen)
4722{
4723 struct nfs_server *server = NFS_SERVER(inode);
4724 struct nfs_fattr fattr;
4725 struct nfs4_label label = {0, 0, buflen, buf};
4726
4727 u32 bitmask[3] = { 0, 0, FATTR4_WORD2_SECURITY_LABEL };
Trond Myklebustfcb63a92013-11-01 12:42:25 -04004728 struct nfs4_getattr_arg arg = {
David Quigleyaa9c2662013-05-22 12:50:44 -04004729 .fh = NFS_FH(inode),
4730 .bitmask = bitmask,
4731 };
4732 struct nfs4_getattr_res res = {
4733 .fattr = &fattr,
4734 .label = &label,
4735 .server = server,
4736 };
4737 struct rpc_message msg = {
4738 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GETATTR],
Trond Myklebustfcb63a92013-11-01 12:42:25 -04004739 .rpc_argp = &arg,
David Quigleyaa9c2662013-05-22 12:50:44 -04004740 .rpc_resp = &res,
4741 };
4742 int ret;
4743
4744 nfs_fattr_init(&fattr);
4745
Trond Myklebustfcb63a92013-11-01 12:42:25 -04004746 ret = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, &res.seq_res, 0);
David Quigleyaa9c2662013-05-22 12:50:44 -04004747 if (ret)
4748 return ret;
4749 if (!(fattr.valid & NFS_ATTR_FATTR_V4_SECURITY_LABEL))
4750 return -ENOENT;
4751 if (buflen < label.len)
4752 return -ERANGE;
4753 return 0;
4754}
4755
4756static int nfs4_get_security_label(struct inode *inode, void *buf,
4757 size_t buflen)
4758{
4759 struct nfs4_exception exception = { };
4760 int err;
4761
4762 if (!nfs_server_capable(inode, NFS_CAP_SECURITY_LABEL))
4763 return -EOPNOTSUPP;
4764
4765 do {
Trond Myklebustc1578b72013-08-12 16:58:42 -04004766 err = _nfs4_get_security_label(inode, buf, buflen);
4767 trace_nfs4_get_security_label(inode, err);
4768 err = nfs4_handle_exception(NFS_SERVER(inode), err,
David Quigleyaa9c2662013-05-22 12:50:44 -04004769 &exception);
4770 } while (exception.retry);
4771 return err;
4772}
4773
4774static int _nfs4_do_set_security_label(struct inode *inode,
4775 struct nfs4_label *ilabel,
4776 struct nfs_fattr *fattr,
4777 struct nfs4_label *olabel)
4778{
4779
4780 struct iattr sattr = {0};
4781 struct nfs_server *server = NFS_SERVER(inode);
4782 const u32 bitmask[3] = { 0, 0, FATTR4_WORD2_SECURITY_LABEL };
Jeff Layton12207f62013-11-01 10:49:32 -04004783 struct nfs_setattrargs arg = {
David Quigleyaa9c2662013-05-22 12:50:44 -04004784 .fh = NFS_FH(inode),
4785 .iap = &sattr,
4786 .server = server,
4787 .bitmask = bitmask,
4788 .label = ilabel,
4789 };
4790 struct nfs_setattrres res = {
4791 .fattr = fattr,
4792 .label = olabel,
4793 .server = server,
4794 };
4795 struct rpc_message msg = {
4796 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETATTR],
Jeff Layton12207f62013-11-01 10:49:32 -04004797 .rpc_argp = &arg,
David Quigleyaa9c2662013-05-22 12:50:44 -04004798 .rpc_resp = &res,
4799 };
4800 int status;
4801
Jeff Layton12207f62013-11-01 10:49:32 -04004802 nfs4_stateid_copy(&arg.stateid, &zero_stateid);
David Quigleyaa9c2662013-05-22 12:50:44 -04004803
Jeff Layton12207f62013-11-01 10:49:32 -04004804 status = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, &res.seq_res, 1);
David Quigleyaa9c2662013-05-22 12:50:44 -04004805 if (status)
4806 dprintk("%s failed: %d\n", __func__, status);
4807
4808 return status;
4809}
4810
4811static int nfs4_do_set_security_label(struct inode *inode,
4812 struct nfs4_label *ilabel,
4813 struct nfs_fattr *fattr,
4814 struct nfs4_label *olabel)
4815{
4816 struct nfs4_exception exception = { };
4817 int err;
4818
4819 do {
Trond Myklebustc1578b72013-08-12 16:58:42 -04004820 err = _nfs4_do_set_security_label(inode, ilabel,
4821 fattr, olabel);
4822 trace_nfs4_set_security_label(inode, err);
4823 err = nfs4_handle_exception(NFS_SERVER(inode), err,
David Quigleyaa9c2662013-05-22 12:50:44 -04004824 &exception);
4825 } while (exception.retry);
4826 return err;
4827}
4828
4829static int
4830nfs4_set_security_label(struct dentry *dentry, const void *buf, size_t buflen)
4831{
4832 struct nfs4_label ilabel, *olabel = NULL;
4833 struct nfs_fattr fattr;
4834 struct rpc_cred *cred;
David Howells2b0143b2015-03-17 22:25:59 +00004835 struct inode *inode = d_inode(dentry);
David Quigleyaa9c2662013-05-22 12:50:44 -04004836 int status;
4837
4838 if (!nfs_server_capable(inode, NFS_CAP_SECURITY_LABEL))
4839 return -EOPNOTSUPP;
4840
4841 nfs_fattr_init(&fattr);
4842
4843 ilabel.pi = 0;
4844 ilabel.lfs = 0;
4845 ilabel.label = (char *)buf;
4846 ilabel.len = buflen;
4847
4848 cred = rpc_lookup_cred();
4849 if (IS_ERR(cred))
4850 return PTR_ERR(cred);
4851
4852 olabel = nfs4_label_alloc(NFS_SERVER(inode), GFP_KERNEL);
4853 if (IS_ERR(olabel)) {
4854 status = -PTR_ERR(olabel);
4855 goto out;
4856 }
4857
4858 status = nfs4_do_set_security_label(inode, &ilabel, &fattr, olabel);
4859 if (status == 0)
4860 nfs_setsecurity(inode, &fattr, olabel);
4861
4862 nfs4_label_free(olabel);
4863out:
4864 put_rpccred(cred);
4865 return status;
4866}
4867#endif /* CONFIG_NFS_V4_SECURITY_LABEL */
4868
4869
Linus Torvalds1da177e2005-04-16 15:20:36 -07004870static int
NeilBrown8478eaa2014-09-18 16:09:27 +10004871nfs4_async_handle_error(struct rpc_task *task, const struct nfs_server *server,
4872 struct nfs4_state *state, long *timeout)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004873{
Trond Myklebustaa5190d2010-06-16 09:52:25 -04004874 struct nfs_client *clp = server->nfs_client;
4875
4876 if (task->tk_status >= 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004877 return 0;
4878 switch(task->tk_status) {
Trond Myklebusta1d0b5e2012-03-05 19:56:44 -05004879 case -NFS4ERR_DELEG_REVOKED:
Trond Myklebust9e33bed2008-12-23 15:21:46 -05004880 case -NFS4ERR_ADMIN_REVOKED:
4881 case -NFS4ERR_BAD_STATEID:
4882 case -NFS4ERR_OPENMODE:
4883 if (state == NULL)
4884 break;
Trond Myklebust5d422302013-03-14 16:57:48 -04004885 if (nfs4_schedule_stateid_recovery(server, state) < 0)
Chuck Lever9f51a782013-10-17 14:13:13 -04004886 goto recovery_failed;
Trond Myklebust0400a6b2011-03-09 16:00:53 -05004887 goto wait_on_recovery;
Trond Myklebust0ced63d2011-05-26 14:26:35 -04004888 case -NFS4ERR_EXPIRED:
Trond Myklebust5d422302013-03-14 16:57:48 -04004889 if (state != NULL) {
4890 if (nfs4_schedule_stateid_recovery(server, state) < 0)
Chuck Lever9f51a782013-10-17 14:13:13 -04004891 goto recovery_failed;
Trond Myklebust5d422302013-03-14 16:57:48 -04004892 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004893 case -NFS4ERR_STALE_STATEID:
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -05004894 case -NFS4ERR_STALE_CLIENTID:
Trond Myklebust0400a6b2011-03-09 16:00:53 -05004895 nfs4_schedule_lease_recovery(clp);
4896 goto wait_on_recovery;
Chuck Lever519ae252013-10-17 14:13:19 -04004897 case -NFS4ERR_MOVED:
4898 if (nfs4_schedule_migration_recovery(server) < 0)
4899 goto recovery_failed;
4900 goto wait_on_recovery;
Chuck Lever8ef2f8d2013-10-17 14:13:41 -04004901 case -NFS4ERR_LEASE_MOVED:
4902 nfs4_schedule_lease_moved_recovery(clp);
4903 goto wait_on_recovery;
Andy Adamson4745e312009-04-01 09:22:42 -04004904#if defined(CONFIG_NFS_V4_1)
4905 case -NFS4ERR_BADSESSION:
4906 case -NFS4ERR_BADSLOT:
4907 case -NFS4ERR_BAD_HIGH_SLOT:
4908 case -NFS4ERR_DEADSESSION:
4909 case -NFS4ERR_CONN_NOT_BOUND_TO_SESSION:
4910 case -NFS4ERR_SEQ_FALSE_RETRY:
4911 case -NFS4ERR_SEQ_MISORDERED:
4912 dprintk("%s ERROR %d, Reset session\n", __func__,
4913 task->tk_status);
Trond Myklebust9f594792012-05-27 13:02:53 -04004914 nfs4_schedule_session_recovery(clp->cl_session, task->tk_status);
Andy Adamson4a82fd72013-11-15 16:36:16 -05004915 goto wait_on_recovery;
Andy Adamson4745e312009-04-01 09:22:42 -04004916#endif /* CONFIG_NFS_V4_1 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07004917 case -NFS4ERR_DELAY:
Trond Myklebustaa5190d2010-06-16 09:52:25 -04004918 nfs_inc_server_stats(server, NFSIOS_DELAY);
NeilBrown8478eaa2014-09-18 16:09:27 +10004919 rpc_delay(task, nfs4_update_delay(timeout));
4920 goto restart_call;
Chuck Lever006ea732006-03-20 13:44:14 -05004921 case -NFS4ERR_GRACE:
Linus Torvalds1da177e2005-04-16 15:20:36 -07004922 rpc_delay(task, NFS4_POLL_RETRY_MAX);
Andy Adamsona8a4ae32011-05-03 13:43:03 -04004923 case -NFS4ERR_RETRY_UNCACHED_REP:
Linus Torvalds1da177e2005-04-16 15:20:36 -07004924 case -NFS4ERR_OLD_STATEID:
Chuck Leverf1478c12013-10-17 14:13:07 -04004925 goto restart_call;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004926 }
4927 task->tk_status = nfs4_map_errors(task->tk_status);
4928 return 0;
Chuck Lever9f51a782013-10-17 14:13:13 -04004929recovery_failed:
Trond Myklebust5d422302013-03-14 16:57:48 -04004930 task->tk_status = -EIO;
4931 return 0;
Trond Myklebust0400a6b2011-03-09 16:00:53 -05004932wait_on_recovery:
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -05004933 rpc_sleep_on(&clp->cl_rpcwaitq, task, NULL);
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -05004934 if (test_bit(NFS4CLNT_MANAGER_RUNNING, &clp->cl_state) == 0)
4935 rpc_wake_up_queued_task(&clp->cl_rpcwaitq, task);
Chuck Lever519ae252013-10-17 14:13:19 -04004936 if (test_bit(NFS_MIG_FAILED, &server->mig_status))
4937 goto recovery_failed;
Chuck Leverf1478c12013-10-17 14:13:07 -04004938restart_call:
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -05004939 task->tk_status = 0;
4940 return -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004941}
4942
Chuck Leverf0920752012-05-21 22:45:41 -04004943static void nfs4_init_boot_verifier(const struct nfs_client *clp,
4944 nfs4_verifier *bootverf)
Chuck Levercd937102012-03-02 17:14:31 -05004945{
4946 __be32 verf[2];
4947
Chuck Lever2c820d92012-05-21 22:45:33 -04004948 if (test_bit(NFS4CLNT_PURGE_STATE, &clp->cl_state)) {
4949 /* An impossible timestamp guarantees this value
4950 * will never match a generated boot time. */
4951 verf[0] = 0;
Trond Myklebust17f26b12013-08-21 15:48:42 -04004952 verf[1] = cpu_to_be32(NSEC_PER_SEC + 1);
Chuck Lever2c820d92012-05-21 22:45:33 -04004953 } else {
Chuck Leverf0920752012-05-21 22:45:41 -04004954 struct nfs_net *nn = net_generic(clp->cl_net, nfs_net_id);
Trond Myklebust17f26b12013-08-21 15:48:42 -04004955 verf[0] = cpu_to_be32(nn->boot_time.tv_sec);
4956 verf[1] = cpu_to_be32(nn->boot_time.tv_nsec);
Chuck Lever2c820d92012-05-21 22:45:33 -04004957 }
Chuck Levercd937102012-03-02 17:14:31 -05004958 memcpy(bootverf->data, verf, sizeof(bootverf->data));
4959}
4960
Jeff Laytona3192682015-06-09 19:43:59 -04004961static int
4962nfs4_init_nonuniform_client_string(struct nfs_client *clp)
Chuck Levere984a552012-09-14 17:24:21 -04004963{
Jeff Laytona3192682015-06-09 19:43:59 -04004964 int result;
4965 size_t len;
4966 char *str;
4967 bool retried = false;
Chuck Levere984a552012-09-14 17:24:21 -04004968
Trond Myklebustceb3a162015-01-03 15:16:04 -05004969 if (clp->cl_owner_id != NULL)
Jeff Laytona3192682015-06-09 19:43:59 -04004970 return 0;
4971retry:
4972 rcu_read_lock();
4973 len = 10 + strlen(clp->cl_ipaddr) + 1 +
4974 strlen(rpc_peeraddr2str(clp->cl_rpcclient, RPC_DISPLAY_ADDR)) +
4975 1 +
4976 strlen(rpc_peeraddr2str(clp->cl_rpcclient, RPC_DISPLAY_PROTO)) +
4977 1;
4978 rcu_read_unlock();
4979
4980 if (len > NFS4_OPAQUE_LIMIT + 1)
4981 return -EINVAL;
4982
4983 /*
4984 * Since this string is allocated at mount time, and held until the
4985 * nfs_client is destroyed, we can use GFP_KERNEL here w/o worrying
4986 * about a memory-reclaim deadlock.
4987 */
4988 str = kmalloc(len, GFP_KERNEL);
4989 if (!str)
4990 return -ENOMEM;
Trond Myklebustceb3a162015-01-03 15:16:04 -05004991
Chuck Levere984a552012-09-14 17:24:21 -04004992 rcu_read_lock();
Jeff Laytona3192682015-06-09 19:43:59 -04004993 result = scnprintf(str, len, "Linux NFSv4.0 %s/%s %s",
4994 clp->cl_ipaddr,
4995 rpc_peeraddr2str(clp->cl_rpcclient, RPC_DISPLAY_ADDR),
4996 rpc_peeraddr2str(clp->cl_rpcclient, RPC_DISPLAY_PROTO));
Chuck Levere984a552012-09-14 17:24:21 -04004997 rcu_read_unlock();
Jeff Laytona3192682015-06-09 19:43:59 -04004998
4999 /* Did something change? */
5000 if (result >= len) {
5001 kfree(str);
5002 if (retried)
5003 return -EINVAL;
5004 retried = true;
5005 goto retry;
5006 }
5007 clp->cl_owner_id = str;
5008 return 0;
Chuck Levere984a552012-09-14 17:24:21 -04005009}
5010
Jeff Layton873e3852015-06-09 19:44:00 -04005011static int
5012nfs4_init_uniquifier_client_string(struct nfs_client *clp)
Chuck Levere984a552012-09-14 17:24:21 -04005013{
Jeff Layton873e3852015-06-09 19:44:00 -04005014 int result;
5015 size_t len;
5016 char *str;
5017
5018 len = 10 + 10 + 1 + 10 + 1 +
5019 strlen(nfs4_client_id_uniquifier) + 1 +
5020 strlen(clp->cl_rpcclient->cl_nodename) + 1;
5021
5022 if (len > NFS4_OPAQUE_LIMIT + 1)
5023 return -EINVAL;
5024
5025 /*
5026 * Since this string is allocated at mount time, and held until the
5027 * nfs_client is destroyed, we can use GFP_KERNEL here w/o worrying
5028 * about a memory-reclaim deadlock.
5029 */
5030 str = kmalloc(len, GFP_KERNEL);
5031 if (!str)
5032 return -ENOMEM;
5033
5034 result = scnprintf(str, len, "Linux NFSv%u.%u %s/%s",
5035 clp->rpc_ops->version, clp->cl_minorversion,
5036 nfs4_client_id_uniquifier,
5037 clp->cl_rpcclient->cl_nodename);
5038 if (result >= len) {
5039 kfree(str);
5040 return -EINVAL;
5041 }
5042 clp->cl_owner_id = str;
5043 return 0;
5044}
5045
5046static int
5047nfs4_init_uniform_client_string(struct nfs_client *clp)
5048{
5049 int result;
5050 size_t len;
5051 char *str;
Trond Myklebustceb3a162015-01-03 15:16:04 -05005052
5053 if (clp->cl_owner_id != NULL)
Jeff Layton873e3852015-06-09 19:44:00 -04005054 return 0;
Chuck Lever6f2ea7f2012-09-14 17:24:41 -04005055
5056 if (nfs4_client_id_uniquifier[0] != '\0')
Jeff Layton873e3852015-06-09 19:44:00 -04005057 return nfs4_init_uniquifier_client_string(clp);
5058
5059 len = 10 + 10 + 1 + 10 + 1 +
5060 strlen(clp->cl_rpcclient->cl_nodename) + 1;
5061
5062 if (len > NFS4_OPAQUE_LIMIT + 1)
5063 return -EINVAL;
5064
5065 /*
5066 * Since this string is allocated at mount time, and held until the
5067 * nfs_client is destroyed, we can use GFP_KERNEL here w/o worrying
5068 * about a memory-reclaim deadlock.
5069 */
5070 str = kmalloc(len, GFP_KERNEL);
5071 if (!str)
5072 return -ENOMEM;
5073
5074 result = scnprintf(str, len, "Linux NFSv%u.%u %s",
5075 clp->rpc_ops->version, clp->cl_minorversion,
5076 clp->cl_rpcclient->cl_nodename);
5077 if (result >= len) {
5078 kfree(str);
5079 return -EINVAL;
5080 }
5081 clp->cl_owner_id = str;
5082 return 0;
Chuck Levere984a552012-09-14 17:24:21 -04005083}
5084
Chuck Lever706cb8d2014-03-12 12:51:47 -04005085/*
5086 * nfs4_callback_up_net() starts only "tcp" and "tcp6" callback
5087 * services. Advertise one based on the address family of the
5088 * clientaddr.
5089 */
5090static unsigned int
5091nfs4_init_callback_netid(const struct nfs_client *clp, char *buf, size_t len)
5092{
5093 if (strchr(clp->cl_ipaddr, ':') != NULL)
5094 return scnprintf(buf, len, "tcp6");
5095 else
5096 return scnprintf(buf, len, "tcp");
5097}
5098
Jeff Laytonf11b2a12014-06-21 20:52:17 -04005099static void nfs4_setclientid_done(struct rpc_task *task, void *calldata)
5100{
5101 struct nfs4_setclientid *sc = calldata;
5102
5103 if (task->tk_status == 0)
5104 sc->sc_cred = get_rpccred(task->tk_rqstp->rq_cred);
5105}
5106
5107static const struct rpc_call_ops nfs4_setclientid_ops = {
5108 .rpc_call_done = nfs4_setclientid_done,
5109};
5110
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04005111/**
5112 * nfs4_proc_setclientid - Negotiate client ID
5113 * @clp: state data structure
5114 * @program: RPC program for NFSv4 callback service
5115 * @port: IP port number for NFS4 callback service
5116 * @cred: RPC credential to use for this call
5117 * @res: where to place the result
5118 *
5119 * Returns zero, a negative errno, or a negative NFS4ERR status code.
5120 */
Trond Myklebustbb8b27e2010-04-16 16:43:06 -04005121int nfs4_proc_setclientid(struct nfs_client *clp, u32 program,
5122 unsigned short port, struct rpc_cred *cred,
5123 struct nfs4_setclientid_res *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005124{
5125 nfs4_verifier sc_verifier;
5126 struct nfs4_setclientid setclientid = {
5127 .sc_verifier = &sc_verifier,
5128 .sc_prog = program,
Jeff Layton3a6bb732015-06-09 19:43:57 -04005129 .sc_clnt = clp,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005130 };
5131 struct rpc_message msg = {
5132 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETCLIENTID],
5133 .rpc_argp = &setclientid,
Trond Myklebustbb8b27e2010-04-16 16:43:06 -04005134 .rpc_resp = res,
Trond Myklebust286d7d62006-01-03 09:55:26 +01005135 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005136 };
Jeff Laytonf11b2a12014-06-21 20:52:17 -04005137 struct rpc_task *task;
5138 struct rpc_task_setup task_setup_data = {
5139 .rpc_client = clp->cl_rpcclient,
5140 .rpc_message = &msg,
5141 .callback_ops = &nfs4_setclientid_ops,
5142 .callback_data = &setclientid,
5143 .flags = RPC_TASK_TIMEOUT,
5144 };
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04005145 int status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005146
Chuck Leverde734832012-07-11 16:30:50 -04005147 /* nfs_client_id4 */
Chuck Leverf0920752012-05-21 22:45:41 -04005148 nfs4_init_boot_verifier(clp, &sc_verifier);
Jeff Layton873e3852015-06-09 19:44:00 -04005149
5150 if (test_bit(NFS_CS_MIGRATION, &clp->cl_flags))
5151 status = nfs4_init_uniform_client_string(clp);
5152 else
Jeff Laytona3192682015-06-09 19:43:59 -04005153 status = nfs4_init_nonuniform_client_string(clp);
Jeff Layton873e3852015-06-09 19:44:00 -04005154
5155 if (status)
5156 goto out;
Jeff Layton3a6bb732015-06-09 19:43:57 -04005157
Chuck Leverde734832012-07-11 16:30:50 -04005158 /* cb_client4 */
Chuck Lever706cb8d2014-03-12 12:51:47 -04005159 setclientid.sc_netid_len =
5160 nfs4_init_callback_netid(clp,
5161 setclientid.sc_netid,
5162 sizeof(setclientid.sc_netid));
Chuck Leverde734832012-07-11 16:30:50 -04005163 setclientid.sc_uaddr_len = scnprintf(setclientid.sc_uaddr,
Chuck Leverd4d3c502007-12-10 14:57:09 -05005164 sizeof(setclientid.sc_uaddr), "%s.%u.%u",
Linus Torvalds1da177e2005-04-16 15:20:36 -07005165 clp->cl_ipaddr, port >> 8, port & 255);
5166
Jeff Layton3a6bb732015-06-09 19:43:57 -04005167 dprintk("NFS call setclientid auth=%s, '%s'\n",
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04005168 clp->cl_rpcclient->cl_auth->au_ops->au_name,
Jeff Layton3a6bb732015-06-09 19:43:57 -04005169 clp->cl_owner_id);
Jeff Laytonf11b2a12014-06-21 20:52:17 -04005170 task = rpc_run_task(&task_setup_data);
5171 if (IS_ERR(task)) {
5172 status = PTR_ERR(task);
5173 goto out;
5174 }
5175 status = task->tk_status;
5176 if (setclientid.sc_cred) {
5177 clp->cl_acceptor = rpcauth_stringify_acceptor(setclientid.sc_cred);
5178 put_rpccred(setclientid.sc_cred);
5179 }
5180 rpc_put_task(task);
5181out:
Trond Myklebustc6d01c62013-08-09 11:51:26 -04005182 trace_nfs4_setclientid(clp, status);
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04005183 dprintk("NFS reply setclientid: %d\n", status);
5184 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005185}
5186
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04005187/**
5188 * nfs4_proc_setclientid_confirm - Confirm client ID
5189 * @clp: state data structure
5190 * @res: result of a previous SETCLIENTID
5191 * @cred: RPC credential to use for this call
5192 *
5193 * Returns zero, a negative errno, or a negative NFS4ERR status code.
5194 */
Trond Myklebustfd954ae2011-04-24 14:28:18 -04005195int nfs4_proc_setclientid_confirm(struct nfs_client *clp,
Trond Myklebustbb8b27e2010-04-16 16:43:06 -04005196 struct nfs4_setclientid_res *arg,
5197 struct rpc_cred *cred)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005198{
Linus Torvalds1da177e2005-04-16 15:20:36 -07005199 struct rpc_message msg = {
5200 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETCLIENTID_CONFIRM],
Trond Myklebustbb8b27e2010-04-16 16:43:06 -04005201 .rpc_argp = arg,
Trond Myklebust286d7d62006-01-03 09:55:26 +01005202 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005203 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07005204 int status;
5205
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04005206 dprintk("NFS call setclientid_confirm auth=%s, (client ID %llx)\n",
5207 clp->cl_rpcclient->cl_auth->au_ops->au_name,
5208 clp->cl_clientid);
Trond Myklebust1bd714f2011-04-24 14:29:33 -04005209 status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Trond Myklebustc6d01c62013-08-09 11:51:26 -04005210 trace_nfs4_setclientid_confirm(clp, status);
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04005211 dprintk("NFS reply setclientid_confirm: %d\n", status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005212 return status;
5213}
5214
Trond Myklebustfe650402006-01-03 09:55:18 +01005215struct nfs4_delegreturndata {
5216 struct nfs4_delegreturnargs args;
Trond Myklebustfa178f22006-01-03 09:55:38 +01005217 struct nfs4_delegreturnres res;
Trond Myklebustfe650402006-01-03 09:55:18 +01005218 struct nfs_fh fh;
5219 nfs4_stateid stateid;
Trond Myklebust26e976a2006-01-03 09:55:21 +01005220 unsigned long timestamp;
Trond Myklebustfa178f22006-01-03 09:55:38 +01005221 struct nfs_fattr fattr;
Trond Myklebustfe650402006-01-03 09:55:18 +01005222 int rpc_status;
Peng Tao039b7562014-07-03 13:05:02 +08005223 struct inode *inode;
5224 bool roc;
5225 u32 roc_barrier;
Trond Myklebustfe650402006-01-03 09:55:18 +01005226};
5227
Trond Myklebustfe650402006-01-03 09:55:18 +01005228static void nfs4_delegreturn_done(struct rpc_task *task, void *calldata)
5229{
5230 struct nfs4_delegreturndata *data = calldata;
Andy Adamson938e1012009-04-01 09:22:28 -04005231
Trond Myklebust14516c32010-07-31 14:29:06 -04005232 if (!nfs4_sequence_done(task, &data->res.seq_res))
5233 return;
Andy Adamson938e1012009-04-01 09:22:28 -04005234
Trond Myklebustca8acf82013-08-13 10:36:56 -04005235 trace_nfs4_delegreturn_exit(&data->args, &data->res, task->tk_status);
Ricardo Labiaga79708862009-12-07 09:23:21 -05005236 switch (task->tk_status) {
Ricardo Labiaga79708862009-12-07 09:23:21 -05005237 case 0:
Trond Myklebustfa178f22006-01-03 09:55:38 +01005238 renew_lease(data->res.server, data->timestamp);
Trond Myklebustc97cf602013-11-19 16:34:14 -05005239 case -NFS4ERR_ADMIN_REVOKED:
5240 case -NFS4ERR_DELEG_REVOKED:
5241 case -NFS4ERR_BAD_STATEID:
5242 case -NFS4ERR_OLD_STATEID:
5243 case -NFS4ERR_STALE_STATEID:
5244 case -NFS4ERR_EXPIRED:
5245 task->tk_status = 0;
Peng Tao039b7562014-07-03 13:05:02 +08005246 if (data->roc)
5247 pnfs_roc_set_barrier(data->inode, data->roc_barrier);
Trond Myklebustc97cf602013-11-19 16:34:14 -05005248 break;
Ricardo Labiaga79708862009-12-07 09:23:21 -05005249 default:
NeilBrown8478eaa2014-09-18 16:09:27 +10005250 if (nfs4_async_handle_error(task, data->res.server,
5251 NULL, NULL) == -EAGAIN) {
Trond Myklebustd00c5d42011-10-19 12:17:29 -07005252 rpc_restart_call_prepare(task);
Ricardo Labiaga79708862009-12-07 09:23:21 -05005253 return;
5254 }
5255 }
5256 data->rpc_status = task->tk_status;
Trond Myklebustfe650402006-01-03 09:55:18 +01005257}
5258
5259static void nfs4_delegreturn_release(void *calldata)
5260{
Peng Tao039b7562014-07-03 13:05:02 +08005261 struct nfs4_delegreturndata *data = calldata;
Trond Myklebustea7c38f2015-02-05 15:13:24 -05005262 struct inode *inode = data->inode;
Peng Tao039b7562014-07-03 13:05:02 +08005263
Trond Myklebustea7c38f2015-02-05 15:13:24 -05005264 if (inode) {
5265 if (data->roc)
5266 pnfs_roc_release(inode);
5267 nfs_iput_and_deactive(inode);
5268 }
Trond Myklebustfe650402006-01-03 09:55:18 +01005269 kfree(calldata);
5270}
5271
Andy Adamson938e1012009-04-01 09:22:28 -04005272static void nfs4_delegreturn_prepare(struct rpc_task *task, void *data)
5273{
5274 struct nfs4_delegreturndata *d_data;
5275
5276 d_data = (struct nfs4_delegreturndata *)data;
5277
Peng Tao039b7562014-07-03 13:05:02 +08005278 if (d_data->roc &&
5279 pnfs_roc_drain(d_data->inode, &d_data->roc_barrier, task))
5280 return;
5281
Trond Myklebustd9afbd12012-10-22 20:28:44 -04005282 nfs4_setup_sequence(d_data->res.server,
5283 &d_data->args.seq_args,
5284 &d_data->res.seq_res,
5285 task);
Andy Adamson938e1012009-04-01 09:22:28 -04005286}
Andy Adamson938e1012009-04-01 09:22:28 -04005287
Jesper Juhlc8d149f2006-03-20 13:44:07 -05005288static const struct rpc_call_ops nfs4_delegreturn_ops = {
Andy Adamson938e1012009-04-01 09:22:28 -04005289 .rpc_call_prepare = nfs4_delegreturn_prepare,
Trond Myklebustfe650402006-01-03 09:55:18 +01005290 .rpc_call_done = nfs4_delegreturn_done,
5291 .rpc_release = nfs4_delegreturn_release,
5292};
5293
Trond Myklebuste6f81072008-01-24 18:14:34 -05005294static int _nfs4_proc_delegreturn(struct inode *inode, struct rpc_cred *cred, const nfs4_stateid *stateid, int issync)
Trond Myklebustfe650402006-01-03 09:55:18 +01005295{
5296 struct nfs4_delegreturndata *data;
Trond Myklebustfa178f22006-01-03 09:55:38 +01005297 struct nfs_server *server = NFS_SERVER(inode);
Trond Myklebustfe650402006-01-03 09:55:18 +01005298 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04005299 struct rpc_message msg = {
5300 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_DELEGRETURN],
5301 .rpc_cred = cred,
5302 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04005303 struct rpc_task_setup task_setup_data = {
5304 .rpc_client = server->client,
Trond Myklebust5138fde2007-07-14 15:40:01 -04005305 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04005306 .callback_ops = &nfs4_delegreturn_ops,
5307 .flags = RPC_TASK_ASYNC,
5308 };
Trond Myklebuste6f81072008-01-24 18:14:34 -05005309 int status = 0;
Trond Myklebustfe650402006-01-03 09:55:18 +01005310
Trond Myklebust8535b2b2010-05-13 12:51:01 -04005311 data = kzalloc(sizeof(*data), GFP_NOFS);
Trond Myklebustfe650402006-01-03 09:55:18 +01005312 if (data == NULL)
5313 return -ENOMEM;
Chuck Levera9c92d62013-08-09 12:48:18 -04005314 nfs4_init_sequence(&data->args.seq_args, &data->res.seq_res, 1);
Trond Myklebustfe650402006-01-03 09:55:18 +01005315 data->args.fhandle = &data->fh;
5316 data->args.stateid = &data->stateid;
Trond Myklebust9e907fe2012-04-27 13:48:17 -04005317 data->args.bitmask = server->cache_consistency_bitmask;
Trond Myklebustfe650402006-01-03 09:55:18 +01005318 nfs_copy_fh(&data->fh, NFS_FH(inode));
Trond Myklebustf597c532012-03-04 18:13:56 -05005319 nfs4_stateid_copy(&data->stateid, stateid);
Trond Myklebustfa178f22006-01-03 09:55:38 +01005320 data->res.fattr = &data->fattr;
5321 data->res.server = server;
Trond Myklebust5138fde2007-07-14 15:40:01 -04005322 nfs_fattr_init(data->res.fattr);
Trond Myklebust26e976a2006-01-03 09:55:21 +01005323 data->timestamp = jiffies;
Trond Myklebustfe650402006-01-03 09:55:18 +01005324 data->rpc_status = 0;
Trond Myklebustea7c38f2015-02-05 15:13:24 -05005325 data->inode = nfs_igrab_and_active(inode);
5326 if (data->inode)
5327 data->roc = nfs4_roc(inode);
Trond Myklebustfe650402006-01-03 09:55:18 +01005328
Trond Myklebustc970aa82007-07-14 15:39:59 -04005329 task_setup_data.callback_data = data;
Trond Myklebust1174dd12010-12-21 10:52:24 -05005330 msg.rpc_argp = &data->args;
5331 msg.rpc_resp = &data->res;
Trond Myklebustc970aa82007-07-14 15:39:59 -04005332 task = rpc_run_task(&task_setup_data);
Trond Myklebust7a1218a2006-03-20 18:11:10 -05005333 if (IS_ERR(task))
Trond Myklebustfe650402006-01-03 09:55:18 +01005334 return PTR_ERR(task);
Trond Myklebuste6f81072008-01-24 18:14:34 -05005335 if (!issync)
5336 goto out;
Trond Myklebustfe650402006-01-03 09:55:18 +01005337 status = nfs4_wait_for_completion_rpc_task(task);
Trond Myklebuste6f81072008-01-24 18:14:34 -05005338 if (status != 0)
5339 goto out;
5340 status = data->rpc_status;
Trond Myklebuste144cbc2012-04-28 16:05:03 -04005341 if (status == 0)
5342 nfs_post_op_update_inode_force_wcc(inode, &data->fattr);
5343 else
5344 nfs_refresh_inode(inode, &data->fattr);
Trond Myklebuste6f81072008-01-24 18:14:34 -05005345out:
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -05005346 rpc_put_task(task);
Trond Myklebustfe650402006-01-03 09:55:18 +01005347 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005348}
5349
Trond Myklebuste6f81072008-01-24 18:14:34 -05005350int nfs4_proc_delegreturn(struct inode *inode, struct rpc_cred *cred, const nfs4_stateid *stateid, int issync)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005351{
5352 struct nfs_server *server = NFS_SERVER(inode);
5353 struct nfs4_exception exception = { };
5354 int err;
5355 do {
Trond Myklebuste6f81072008-01-24 18:14:34 -05005356 err = _nfs4_proc_delegreturn(inode, cred, stateid, issync);
Trond Myklebustca8acf82013-08-13 10:36:56 -04005357 trace_nfs4_delegreturn(inode, err);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005358 switch (err) {
5359 case -NFS4ERR_STALE_STATEID:
5360 case -NFS4ERR_EXPIRED:
Linus Torvalds1da177e2005-04-16 15:20:36 -07005361 case 0:
5362 return 0;
5363 }
5364 err = nfs4_handle_exception(server, err, &exception);
5365 } while (exception.retry);
5366 return err;
5367}
5368
5369#define NFS4_LOCK_MINTIMEOUT (1 * HZ)
5370#define NFS4_LOCK_MAXTIMEOUT (30 * HZ)
5371
5372/*
5373 * sleep, with exponential backoff, and retry the LOCK operation.
5374 */
5375static unsigned long
5376nfs4_set_lock_task_retry(unsigned long timeout)
5377{
Colin Cross416ad3c2013-05-06 23:50:06 +00005378 freezable_schedule_timeout_killable_unsafe(timeout);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005379 timeout <<= 1;
5380 if (timeout > NFS4_LOCK_MAXTIMEOUT)
5381 return NFS4_LOCK_MAXTIMEOUT;
5382 return timeout;
5383}
5384
Linus Torvalds1da177e2005-04-16 15:20:36 -07005385static int _nfs4_proc_getlk(struct nfs4_state *state, int cmd, struct file_lock *request)
5386{
5387 struct inode *inode = state->inode;
5388 struct nfs_server *server = NFS_SERVER(inode);
David Howells7539bba2006-08-22 20:06:09 -04005389 struct nfs_client *clp = server->nfs_client;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005390 struct nfs_lockt_args arg = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07005391 .fh = NFS_FH(inode),
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005392 .fl = request,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005393 };
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005394 struct nfs_lockt_res res = {
5395 .denied = request,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005396 };
5397 struct rpc_message msg = {
5398 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOCKT],
5399 .rpc_argp = &arg,
5400 .rpc_resp = &res,
5401 .rpc_cred = state->owner->so_cred,
5402 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07005403 struct nfs4_lock_state *lsp;
5404 int status;
5405
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005406 arg.lock_owner.clientid = clp->cl_clientid;
Trond Myklebust8d0a8a92005-06-22 17:16:32 +00005407 status = nfs4_set_lock_state(state, request);
5408 if (status != 0)
5409 goto out;
5410 lsp = request->fl_u.nfs4_fl.owner;
Trond Myklebust48c22eb2012-01-17 22:04:25 -05005411 arg.lock_owner.id = lsp->ls_seqid.owner_id;
Trond Myklebustd035c362010-12-21 10:45:27 -05005412 arg.lock_owner.s_dev = server->s_dev;
Bryan Schumaker7c513052011-03-24 17:12:24 +00005413 status = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, &res.seq_res, 1);
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005414 switch (status) {
5415 case 0:
5416 request->fl_type = F_UNLCK;
5417 break;
5418 case -NFS4ERR_DENIED:
5419 status = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005420 }
J. Bruce Fields70cc6482007-02-22 18:48:53 -05005421 request->fl_ops->fl_release_private(request);
Trond Myklebusta6f951d2013-10-01 14:24:58 -04005422 request->fl_ops = NULL;
Trond Myklebust8d0a8a92005-06-22 17:16:32 +00005423out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07005424 return status;
5425}
5426
5427static int nfs4_proc_getlk(struct nfs4_state *state, int cmd, struct file_lock *request)
5428{
5429 struct nfs4_exception exception = { };
5430 int err;
5431
5432 do {
Trond Myklebustd1b748a2013-08-12 16:35:20 -04005433 err = _nfs4_proc_getlk(state, cmd, request);
5434 trace_nfs4_get_lock(request, state, cmd, err);
5435 err = nfs4_handle_exception(NFS_SERVER(state->inode), err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005436 &exception);
5437 } while (exception.retry);
5438 return err;
5439}
5440
5441static int do_vfs_lock(struct file *file, struct file_lock *fl)
5442{
5443 int res = 0;
5444 switch (fl->fl_flags & (FL_POSIX|FL_FLOCK)) {
5445 case FL_POSIX:
5446 res = posix_lock_file_wait(file, fl);
5447 break;
5448 case FL_FLOCK:
5449 res = flock_lock_file_wait(file, fl);
5450 break;
5451 default:
5452 BUG();
5453 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07005454 return res;
5455}
5456
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005457struct nfs4_unlockdata {
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005458 struct nfs_locku_args arg;
5459 struct nfs_locku_res res;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005460 struct nfs4_lock_state *lsp;
5461 struct nfs_open_context *ctx;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005462 struct file_lock fl;
5463 const struct nfs_server *server;
Trond Myklebust26e976a2006-01-03 09:55:21 +01005464 unsigned long timestamp;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005465};
5466
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005467static struct nfs4_unlockdata *nfs4_alloc_unlockdata(struct file_lock *fl,
5468 struct nfs_open_context *ctx,
5469 struct nfs4_lock_state *lsp,
5470 struct nfs_seqid *seqid)
5471{
5472 struct nfs4_unlockdata *p;
5473 struct inode *inode = lsp->ls_state->inode;
5474
Trond Myklebust8535b2b2010-05-13 12:51:01 -04005475 p = kzalloc(sizeof(*p), GFP_NOFS);
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005476 if (p == NULL)
5477 return NULL;
5478 p->arg.fh = NFS_FH(inode);
5479 p->arg.fl = &p->fl;
5480 p->arg.seqid = seqid;
Trond Myklebustc1d51932008-04-07 13:20:54 -04005481 p->res.seqid = seqid;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005482 p->lsp = lsp;
5483 atomic_inc(&lsp->ls_count);
5484 /* Ensure we don't close file until we're done freeing locks! */
5485 p->ctx = get_nfs_open_context(ctx);
Jeff Laytondb2efec2015-06-30 14:12:30 -04005486 get_file(fl->fl_file);
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005487 memcpy(&p->fl, fl, sizeof(p->fl));
5488 p->server = NFS_SERVER(inode);
5489 return p;
5490}
5491
Trond Myklebust06f814a2006-01-03 09:55:07 +01005492static void nfs4_locku_release_calldata(void *data)
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005493{
Trond Myklebust963d8fe2006-01-03 09:55:04 +01005494 struct nfs4_unlockdata *calldata = data;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005495 nfs_free_seqid(calldata->arg.seqid);
Trond Myklebust06f814a2006-01-03 09:55:07 +01005496 nfs4_put_lock_state(calldata->lsp);
5497 put_nfs_open_context(calldata->ctx);
Jeff Laytondb2efec2015-06-30 14:12:30 -04005498 fput(calldata->fl.fl_file);
Trond Myklebust06f814a2006-01-03 09:55:07 +01005499 kfree(calldata);
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005500}
5501
Trond Myklebust963d8fe2006-01-03 09:55:04 +01005502static void nfs4_locku_done(struct rpc_task *task, void *data)
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005503{
Trond Myklebust963d8fe2006-01-03 09:55:04 +01005504 struct nfs4_unlockdata *calldata = data;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005505
Trond Myklebust14516c32010-07-31 14:29:06 -04005506 if (!nfs4_sequence_done(task, &calldata->res.seq_res))
5507 return;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005508 switch (task->tk_status) {
5509 case 0:
Trond Myklebust26e976a2006-01-03 09:55:21 +01005510 renew_lease(calldata->server, calldata->timestamp);
Trond Myklebustc69899a2015-01-24 16:03:52 -05005511 do_vfs_lock(calldata->fl.fl_file, &calldata->fl);
5512 if (nfs4_update_lock_stateid(calldata->lsp,
5513 &calldata->res.stateid))
5514 break;
Trond Myklebust9e33bed2008-12-23 15:21:46 -05005515 case -NFS4ERR_BAD_STATEID:
5516 case -NFS4ERR_OLD_STATEID:
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005517 case -NFS4ERR_STALE_STATEID:
5518 case -NFS4ERR_EXPIRED:
Trond Myklebust425c1d42015-01-24 14:57:53 -05005519 if (!nfs4_stateid_match(&calldata->arg.stateid,
5520 &calldata->lsp->ls_stateid))
5521 rpc_restart_call_prepare(task);
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005522 break;
5523 default:
NeilBrown8478eaa2014-09-18 16:09:27 +10005524 if (nfs4_async_handle_error(task, calldata->server,
5525 NULL, NULL) == -EAGAIN)
Trond Myklebustd00c5d42011-10-19 12:17:29 -07005526 rpc_restart_call_prepare(task);
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005527 }
Trond Myklebust2b1bc302012-10-29 18:53:23 -04005528 nfs_release_seqid(calldata->arg.seqid);
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005529}
5530
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01005531static void nfs4_locku_prepare(struct rpc_task *task, void *data)
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005532{
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01005533 struct nfs4_unlockdata *calldata = data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005534
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005535 if (nfs_wait_on_sequence(calldata->arg.seqid, task) != 0)
Trond Myklebustc8da19b2013-02-11 19:01:21 -05005536 goto out_wait;
Trond Myklebust425c1d42015-01-24 14:57:53 -05005537 nfs4_stateid_copy(&calldata->arg.stateid, &calldata->lsp->ls_stateid);
Trond Myklebust795a88c2012-09-10 13:26:49 -04005538 if (test_bit(NFS_LOCK_INITIALIZED, &calldata->lsp->ls_flags) == 0) {
Trond Myklebust963d8fe2006-01-03 09:55:04 +01005539 /* Note: exit _without_ running nfs4_locku_done */
Trond Myklebustc8da19b2013-02-11 19:01:21 -05005540 goto out_no_action;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005541 }
Trond Myklebust26e976a2006-01-03 09:55:21 +01005542 calldata->timestamp = jiffies;
Trond Myklebust035168a2010-06-16 09:52:26 -04005543 if (nfs4_setup_sequence(calldata->server,
Andy Adamsona8936932009-04-01 09:22:23 -04005544 &calldata->arg.seq_args,
Trond Myklebust2240a9e2012-10-29 18:37:40 -04005545 &calldata->res.seq_res,
5546 task) != 0)
5547 nfs_release_seqid(calldata->arg.seqid);
Trond Myklebustc8da19b2013-02-11 19:01:21 -05005548 return;
5549out_no_action:
5550 task->tk_action = NULL;
5551out_wait:
5552 nfs4_sequence_done(task, &calldata->res.seq_res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005553}
5554
Trond Myklebust963d8fe2006-01-03 09:55:04 +01005555static const struct rpc_call_ops nfs4_locku_ops = {
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01005556 .rpc_call_prepare = nfs4_locku_prepare,
Trond Myklebust963d8fe2006-01-03 09:55:04 +01005557 .rpc_call_done = nfs4_locku_done,
Trond Myklebust06f814a2006-01-03 09:55:07 +01005558 .rpc_release = nfs4_locku_release_calldata,
Trond Myklebust963d8fe2006-01-03 09:55:04 +01005559};
5560
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005561static struct rpc_task *nfs4_do_unlck(struct file_lock *fl,
5562 struct nfs_open_context *ctx,
5563 struct nfs4_lock_state *lsp,
5564 struct nfs_seqid *seqid)
5565{
5566 struct nfs4_unlockdata *data;
Trond Myklebust5138fde2007-07-14 15:40:01 -04005567 struct rpc_message msg = {
5568 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOCKU],
5569 .rpc_cred = ctx->cred,
5570 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04005571 struct rpc_task_setup task_setup_data = {
5572 .rpc_client = NFS_CLIENT(lsp->ls_state->inode),
Trond Myklebust5138fde2007-07-14 15:40:01 -04005573 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04005574 .callback_ops = &nfs4_locku_ops,
Trond Myklebust101070c2008-02-19 20:04:23 -05005575 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04005576 .flags = RPC_TASK_ASYNC,
5577 };
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005578
Weston Andros Adamsonfa940722013-08-13 16:37:34 -04005579 nfs4_state_protect(NFS_SERVER(lsp->ls_state->inode)->nfs_client,
5580 NFS_SP4_MACH_CRED_CLEANUP, &task_setup_data.rpc_client, &msg);
5581
Frank Filz137d6ac2007-07-09 15:32:29 -07005582 /* Ensure this is an unlock - when canceling a lock, the
5583 * canceled lock is passed in, and it won't be an unlock.
5584 */
5585 fl->fl_type = F_UNLCK;
5586
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005587 data = nfs4_alloc_unlockdata(fl, ctx, lsp, seqid);
5588 if (data == NULL) {
5589 nfs_free_seqid(seqid);
5590 return ERR_PTR(-ENOMEM);
5591 }
5592
Chuck Levera9c92d62013-08-09 12:48:18 -04005593 nfs4_init_sequence(&data->arg.seq_args, &data->res.seq_res, 1);
Trond Myklebust1174dd12010-12-21 10:52:24 -05005594 msg.rpc_argp = &data->arg;
5595 msg.rpc_resp = &data->res;
Trond Myklebustc970aa82007-07-14 15:39:59 -04005596 task_setup_data.callback_data = data;
5597 return rpc_run_task(&task_setup_data);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005598}
5599
Linus Torvalds1da177e2005-04-16 15:20:36 -07005600static int nfs4_proc_unlck(struct nfs4_state *state, int cmd, struct file_lock *request)
5601{
Trond Myklebust65b62a22013-02-07 10:54:07 -05005602 struct inode *inode = state->inode;
5603 struct nfs4_state_owner *sp = state->owner;
5604 struct nfs_inode *nfsi = NFS_I(inode);
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005605 struct nfs_seqid *seqid;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005606 struct nfs4_lock_state *lsp;
Trond Myklebust06f814a2006-01-03 09:55:07 +01005607 struct rpc_task *task;
Trond Myklebustb4019c02015-01-24 14:19:19 -05005608 struct nfs_seqid *(*alloc_seqid)(struct nfs_seqid_counter *, gfp_t);
Trond Myklebust06f814a2006-01-03 09:55:07 +01005609 int status = 0;
Trond Myklebust536ff0f2008-04-04 15:08:02 -04005610 unsigned char fl_flags = request->fl_flags;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005611
Trond Myklebust9b073572006-06-29 16:38:34 -04005612 status = nfs4_set_lock_state(state, request);
5613 /* Unlock _before_ we do the RPC call */
5614 request->fl_flags |= FL_EXISTS;
Trond Myklebust65b62a22013-02-07 10:54:07 -05005615 /* Exclude nfs_delegation_claim_locks() */
5616 mutex_lock(&sp->so_delegreturn_mutex);
5617 /* Exclude nfs4_reclaim_open_stateid() - note nesting! */
Trond Myklebust19e03c52008-12-23 15:21:44 -05005618 down_read(&nfsi->rwsem);
5619 if (do_vfs_lock(request->fl_file, request) == -ENOENT) {
5620 up_read(&nfsi->rwsem);
Trond Myklebust65b62a22013-02-07 10:54:07 -05005621 mutex_unlock(&sp->so_delegreturn_mutex);
Trond Myklebust9b073572006-06-29 16:38:34 -04005622 goto out;
Trond Myklebust19e03c52008-12-23 15:21:44 -05005623 }
5624 up_read(&nfsi->rwsem);
Trond Myklebust65b62a22013-02-07 10:54:07 -05005625 mutex_unlock(&sp->so_delegreturn_mutex);
Trond Myklebust9b073572006-06-29 16:38:34 -04005626 if (status != 0)
5627 goto out;
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05005628 /* Is this a delegated lock? */
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005629 lsp = request->fl_u.nfs4_fl.owner;
Trond Myklebustc5a2a152013-04-30 12:43:42 -04005630 if (test_bit(NFS_LOCK_INITIALIZED, &lsp->ls_flags) == 0)
5631 goto out;
Trond Myklebustb4019c02015-01-24 14:19:19 -05005632 alloc_seqid = NFS_SERVER(inode)->nfs_client->cl_mvops->alloc_seqid;
5633 seqid = alloc_seqid(&lsp->ls_seqid, GFP_KERNEL);
Trond Myklebust9b073572006-06-29 16:38:34 -04005634 status = -ENOMEM;
Trond Myklebustbadc76d2015-01-23 18:48:00 -05005635 if (IS_ERR(seqid))
Trond Myklebust9b073572006-06-29 16:38:34 -04005636 goto out;
Trond Myklebustcd3758e2007-08-10 17:44:32 -04005637 task = nfs4_do_unlck(request, nfs_file_open_context(request->fl_file), lsp, seqid);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005638 status = PTR_ERR(task);
5639 if (IS_ERR(task))
Trond Myklebust9b073572006-06-29 16:38:34 -04005640 goto out;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005641 status = nfs4_wait_for_completion_rpc_task(task);
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -05005642 rpc_put_task(task);
Trond Myklebust9b073572006-06-29 16:38:34 -04005643out:
Trond Myklebust536ff0f2008-04-04 15:08:02 -04005644 request->fl_flags = fl_flags;
Trond Myklebustd1b748a2013-08-12 16:35:20 -04005645 trace_nfs4_unlock(request, state, F_SETLK, status);
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005646 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005647}
5648
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005649struct nfs4_lockdata {
5650 struct nfs_lock_args arg;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005651 struct nfs_lock_res res;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005652 struct nfs4_lock_state *lsp;
5653 struct nfs_open_context *ctx;
5654 struct file_lock fl;
Trond Myklebust26e976a2006-01-03 09:55:21 +01005655 unsigned long timestamp;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005656 int rpc_status;
5657 int cancelled;
Andy Adamson66179ef2009-04-01 09:22:22 -04005658 struct nfs_server *server;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005659};
5660
5661static struct nfs4_lockdata *nfs4_alloc_lockdata(struct file_lock *fl,
Trond Myklebust8535b2b2010-05-13 12:51:01 -04005662 struct nfs_open_context *ctx, struct nfs4_lock_state *lsp,
5663 gfp_t gfp_mask)
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005664{
5665 struct nfs4_lockdata *p;
5666 struct inode *inode = lsp->ls_state->inode;
5667 struct nfs_server *server = NFS_SERVER(inode);
Trond Myklebustb4019c02015-01-24 14:19:19 -05005668 struct nfs_seqid *(*alloc_seqid)(struct nfs_seqid_counter *, gfp_t);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005669
Trond Myklebust8535b2b2010-05-13 12:51:01 -04005670 p = kzalloc(sizeof(*p), gfp_mask);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005671 if (p == NULL)
5672 return NULL;
5673
5674 p->arg.fh = NFS_FH(inode);
5675 p->arg.fl = &p->fl;
Trond Myklebust8535b2b2010-05-13 12:51:01 -04005676 p->arg.open_seqid = nfs_alloc_seqid(&lsp->ls_state->owner->so_seqid, gfp_mask);
Trond Myklebustbadc76d2015-01-23 18:48:00 -05005677 if (IS_ERR(p->arg.open_seqid))
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05005678 goto out_free;
Trond Myklebustb4019c02015-01-24 14:19:19 -05005679 alloc_seqid = server->nfs_client->cl_mvops->alloc_seqid;
5680 p->arg.lock_seqid = alloc_seqid(&lsp->ls_seqid, gfp_mask);
Trond Myklebustbadc76d2015-01-23 18:48:00 -05005681 if (IS_ERR(p->arg.lock_seqid))
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05005682 goto out_free_seqid;
David Howells7539bba2006-08-22 20:06:09 -04005683 p->arg.lock_owner.clientid = server->nfs_client->cl_clientid;
Trond Myklebust48c22eb2012-01-17 22:04:25 -05005684 p->arg.lock_owner.id = lsp->ls_seqid.owner_id;
Trond Myklebustd035c362010-12-21 10:45:27 -05005685 p->arg.lock_owner.s_dev = server->s_dev;
Trond Myklebustc1d51932008-04-07 13:20:54 -04005686 p->res.lock_seqid = p->arg.lock_seqid;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005687 p->lsp = lsp;
Andy Adamson66179ef2009-04-01 09:22:22 -04005688 p->server = server;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005689 atomic_inc(&lsp->ls_count);
5690 p->ctx = get_nfs_open_context(ctx);
Jeff Laytonfeaff8e2015-05-12 15:48:10 -04005691 get_file(fl->fl_file);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005692 memcpy(&p->fl, fl, sizeof(p->fl));
5693 return p;
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05005694out_free_seqid:
5695 nfs_free_seqid(p->arg.open_seqid);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005696out_free:
5697 kfree(p);
5698 return NULL;
5699}
5700
5701static void nfs4_lock_prepare(struct rpc_task *task, void *calldata)
5702{
5703 struct nfs4_lockdata *data = calldata;
5704 struct nfs4_state *state = data->lsp->ls_state;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005705
Harvey Harrison3110ff82008-05-02 13:42:44 -07005706 dprintk("%s: begin!\n", __func__);
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05005707 if (nfs_wait_on_sequence(data->arg.lock_seqid, task) != 0)
Trond Myklebustc8da19b2013-02-11 19:01:21 -05005708 goto out_wait;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005709 /* Do we need to do an open_to_lock_owner? */
Trond Myklebust6b447532015-01-24 18:38:15 -05005710 if (!test_bit(NFS_LOCK_INITIALIZED, &data->lsp->ls_flags)) {
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04005711 if (nfs_wait_on_sequence(data->arg.open_seqid, task) != 0) {
Trond Myklebust2240a9e2012-10-29 18:37:40 -04005712 goto out_release_lock_seqid;
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04005713 }
Trond Myklebust425c1d42015-01-24 14:57:53 -05005714 nfs4_stateid_copy(&data->arg.open_stateid,
5715 &state->open_stateid);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005716 data->arg.new_lock_owner = 1;
Trond Myklebustc1d51932008-04-07 13:20:54 -04005717 data->res.open_seqid = data->arg.open_seqid;
Trond Myklebust425c1d42015-01-24 14:57:53 -05005718 } else {
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05005719 data->arg.new_lock_owner = 0;
Trond Myklebust425c1d42015-01-24 14:57:53 -05005720 nfs4_stateid_copy(&data->arg.lock_stateid,
5721 &data->lsp->ls_stateid);
5722 }
Trond Myklebust5d422302013-03-14 16:57:48 -04005723 if (!nfs4_valid_open_stateid(state)) {
5724 data->rpc_status = -EBADF;
5725 task->tk_action = NULL;
5726 goto out_release_open_seqid;
5727 }
Trond Myklebust26e976a2006-01-03 09:55:21 +01005728 data->timestamp = jiffies;
Trond Myklebust035168a2010-06-16 09:52:26 -04005729 if (nfs4_setup_sequence(data->server,
5730 &data->arg.seq_args,
Trond Myklebust2240a9e2012-10-29 18:37:40 -04005731 &data->res.seq_res,
Trond Myklebustd9afbd12012-10-22 20:28:44 -04005732 task) == 0)
Andy Adamson66179ef2009-04-01 09:22:22 -04005733 return;
Trond Myklebust5d422302013-03-14 16:57:48 -04005734out_release_open_seqid:
Trond Myklebust2240a9e2012-10-29 18:37:40 -04005735 nfs_release_seqid(data->arg.open_seqid);
5736out_release_lock_seqid:
5737 nfs_release_seqid(data->arg.lock_seqid);
Trond Myklebustc8da19b2013-02-11 19:01:21 -05005738out_wait:
5739 nfs4_sequence_done(task, &data->res.seq_res);
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04005740 dprintk("%s: done!, ret = %d\n", __func__, data->rpc_status);
Alexandros Batsakisb2579572009-12-14 21:27:57 -08005741}
5742
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005743static void nfs4_lock_done(struct rpc_task *task, void *calldata)
5744{
5745 struct nfs4_lockdata *data = calldata;
Trond Myklebust39071e62015-01-24 15:07:56 -05005746 struct nfs4_lock_state *lsp = data->lsp;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005747
Harvey Harrison3110ff82008-05-02 13:42:44 -07005748 dprintk("%s: begin!\n", __func__);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005749
Trond Myklebust14516c32010-07-31 14:29:06 -04005750 if (!nfs4_sequence_done(task, &data->res.seq_res))
5751 return;
Andy Adamson66179ef2009-04-01 09:22:22 -04005752
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005753 data->rpc_status = task->tk_status;
Trond Myklebust425c1d42015-01-24 14:57:53 -05005754 switch (task->tk_status) {
5755 case 0:
David Howells2b0143b2015-03-17 22:25:59 +00005756 renew_lease(NFS_SERVER(d_inode(data->ctx->dentry)),
Trond Myklebust39071e62015-01-24 15:07:56 -05005757 data->timestamp);
Trond Myklebustc69899a2015-01-24 16:03:52 -05005758 if (data->arg.new_lock) {
5759 data->fl.fl_flags &= ~(FL_SLEEP | FL_ACCESS);
5760 if (do_vfs_lock(data->fl.fl_file, &data->fl) < 0) {
5761 rpc_restart_call_prepare(task);
5762 break;
5763 }
5764 }
Trond Myklebust39071e62015-01-24 15:07:56 -05005765 if (data->arg.new_lock_owner != 0) {
5766 nfs_confirm_seqid(&lsp->ls_seqid, 0);
5767 nfs4_stateid_copy(&lsp->ls_stateid, &data->res.stateid);
5768 set_bit(NFS_LOCK_INITIALIZED, &lsp->ls_flags);
5769 } else if (!nfs4_update_lock_stateid(lsp, &data->res.stateid))
5770 rpc_restart_call_prepare(task);
Trond Myklebust425c1d42015-01-24 14:57:53 -05005771 break;
5772 case -NFS4ERR_BAD_STATEID:
5773 case -NFS4ERR_OLD_STATEID:
5774 case -NFS4ERR_STALE_STATEID:
5775 case -NFS4ERR_EXPIRED:
5776 if (data->arg.new_lock_owner != 0) {
5777 if (!nfs4_stateid_match(&data->arg.open_stateid,
5778 &lsp->ls_state->open_stateid))
5779 rpc_restart_call_prepare(task);
5780 } else if (!nfs4_stateid_match(&data->arg.lock_stateid,
5781 &lsp->ls_stateid))
5782 rpc_restart_call_prepare(task);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005783 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07005784 dprintk("%s: done, ret = %d!\n", __func__, data->rpc_status);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005785}
5786
5787static void nfs4_lock_release(void *calldata)
5788{
5789 struct nfs4_lockdata *data = calldata;
5790
Harvey Harrison3110ff82008-05-02 13:42:44 -07005791 dprintk("%s: begin!\n", __func__);
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05005792 nfs_free_seqid(data->arg.open_seqid);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005793 if (data->cancelled != 0) {
5794 struct rpc_task *task;
5795 task = nfs4_do_unlck(&data->fl, data->ctx, data->lsp,
5796 data->arg.lock_seqid);
5797 if (!IS_ERR(task))
Trond Myklebustbf294b42011-02-21 11:05:41 -08005798 rpc_put_task_async(task);
Harvey Harrison3110ff82008-05-02 13:42:44 -07005799 dprintk("%s: cancelling lock!\n", __func__);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005800 } else
5801 nfs_free_seqid(data->arg.lock_seqid);
5802 nfs4_put_lock_state(data->lsp);
5803 put_nfs_open_context(data->ctx);
Jeff Laytonfeaff8e2015-05-12 15:48:10 -04005804 fput(data->fl.fl_file);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005805 kfree(data);
Harvey Harrison3110ff82008-05-02 13:42:44 -07005806 dprintk("%s: done!\n", __func__);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005807}
5808
5809static const struct rpc_call_ops nfs4_lock_ops = {
5810 .rpc_call_prepare = nfs4_lock_prepare,
5811 .rpc_call_done = nfs4_lock_done,
5812 .rpc_release = nfs4_lock_release,
5813};
5814
Trond Myklebust2bee72a2010-01-26 15:42:21 -05005815static void nfs4_handle_setlk_error(struct nfs_server *server, struct nfs4_lock_state *lsp, int new_lock_owner, int error)
5816{
Trond Myklebust2bee72a2010-01-26 15:42:21 -05005817 switch (error) {
5818 case -NFS4ERR_ADMIN_REVOKED:
5819 case -NFS4ERR_BAD_STATEID:
Trond Myklebustecac7992011-03-09 16:00:56 -05005820 lsp->ls_seqid.flags &= ~NFS_SEQID_CONFIRMED;
Trond Myklebust2bee72a2010-01-26 15:42:21 -05005821 if (new_lock_owner != 0 ||
Trond Myklebust795a88c2012-09-10 13:26:49 -04005822 test_bit(NFS_LOCK_INITIALIZED, &lsp->ls_flags) != 0)
Trond Myklebustecac7992011-03-09 16:00:56 -05005823 nfs4_schedule_stateid_recovery(server, lsp->ls_state);
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -05005824 break;
5825 case -NFS4ERR_STALE_STATEID:
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -05005826 lsp->ls_seqid.flags &= ~NFS_SEQID_CONFIRMED;
Trond Myklebustecac7992011-03-09 16:00:56 -05005827 case -NFS4ERR_EXPIRED:
5828 nfs4_schedule_lease_recovery(server->nfs_client);
Trond Myklebust2bee72a2010-01-26 15:42:21 -05005829 };
5830}
5831
Alexandros Batsakisafe6c272009-12-09 01:50:14 -08005832static int _nfs4_do_setlk(struct nfs4_state *state, int cmd, struct file_lock *fl, int recovery_type)
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005833{
5834 struct nfs4_lockdata *data;
5835 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04005836 struct rpc_message msg = {
5837 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOCK],
5838 .rpc_cred = state->owner->so_cred,
5839 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04005840 struct rpc_task_setup task_setup_data = {
5841 .rpc_client = NFS_CLIENT(state->inode),
Trond Myklebust5138fde2007-07-14 15:40:01 -04005842 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04005843 .callback_ops = &nfs4_lock_ops,
Trond Myklebust101070c2008-02-19 20:04:23 -05005844 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04005845 .flags = RPC_TASK_ASYNC,
5846 };
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005847 int ret;
5848
Harvey Harrison3110ff82008-05-02 13:42:44 -07005849 dprintk("%s: begin!\n", __func__);
Trond Myklebustcd3758e2007-08-10 17:44:32 -04005850 data = nfs4_alloc_lockdata(fl, nfs_file_open_context(fl->fl_file),
Trond Myklebust8535b2b2010-05-13 12:51:01 -04005851 fl->fl_u.nfs4_fl.owner,
5852 recovery_type == NFS_LOCK_NEW ? GFP_KERNEL : GFP_NOFS);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005853 if (data == NULL)
5854 return -ENOMEM;
5855 if (IS_SETLKW(cmd))
5856 data->arg.block = 1;
Chuck Levera9c92d62013-08-09 12:48:18 -04005857 nfs4_init_sequence(&data->arg.seq_args, &data->res.seq_res, 1);
Trond Myklebust1174dd12010-12-21 10:52:24 -05005858 msg.rpc_argp = &data->arg;
5859 msg.rpc_resp = &data->res;
Trond Myklebustc970aa82007-07-14 15:39:59 -04005860 task_setup_data.callback_data = data;
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04005861 if (recovery_type > NFS_LOCK_NEW) {
5862 if (recovery_type == NFS_LOCK_RECLAIM)
5863 data->arg.reclaim = NFS_LOCK_RECLAIM;
5864 nfs4_set_sequence_privileged(&data->arg.seq_args);
Trond Myklebustc69899a2015-01-24 16:03:52 -05005865 } else
5866 data->arg.new_lock = 1;
Trond Myklebustc970aa82007-07-14 15:39:59 -04005867 task = rpc_run_task(&task_setup_data);
Trond Myklebust7a1218a2006-03-20 18:11:10 -05005868 if (IS_ERR(task))
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005869 return PTR_ERR(task);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005870 ret = nfs4_wait_for_completion_rpc_task(task);
5871 if (ret == 0) {
5872 ret = data->rpc_status;
Trond Myklebust2bee72a2010-01-26 15:42:21 -05005873 if (ret)
5874 nfs4_handle_setlk_error(data->server, data->lsp,
5875 data->arg.new_lock_owner, ret);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005876 } else
5877 data->cancelled = 1;
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -05005878 rpc_put_task(task);
Harvey Harrison3110ff82008-05-02 13:42:44 -07005879 dprintk("%s: done, ret = %d!\n", __func__, ret);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005880 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005881}
5882
5883static int nfs4_lock_reclaim(struct nfs4_state *state, struct file_lock *request)
5884{
Trond Myklebust202b50d2005-06-22 17:16:29 +00005885 struct nfs_server *server = NFS_SERVER(state->inode);
Trond Myklebust05ffe242012-04-18 12:20:10 -04005886 struct nfs4_exception exception = {
5887 .inode = state->inode,
5888 };
Trond Myklebust202b50d2005-06-22 17:16:29 +00005889 int err;
5890
5891 do {
Trond Myklebust42a2d132006-06-29 16:38:36 -04005892 /* Cache the lock if possible... */
5893 if (test_bit(NFS_DELEGATED_STATE, &state->flags) != 0)
5894 return 0;
Alexandros Batsakisafe6c272009-12-09 01:50:14 -08005895 err = _nfs4_do_setlk(state, F_SETLK, request, NFS_LOCK_RECLAIM);
Trond Myklebustd1b748a2013-08-12 16:35:20 -04005896 trace_nfs4_lock_reclaim(request, state, F_SETLK, err);
Trond Myklebust168667c2010-10-19 19:47:49 -04005897 if (err != -NFS4ERR_DELAY)
Trond Myklebust202b50d2005-06-22 17:16:29 +00005898 break;
5899 nfs4_handle_exception(server, err, &exception);
5900 } while (exception.retry);
5901 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005902}
5903
5904static int nfs4_lock_expired(struct nfs4_state *state, struct file_lock *request)
5905{
Trond Myklebust202b50d2005-06-22 17:16:29 +00005906 struct nfs_server *server = NFS_SERVER(state->inode);
Trond Myklebust05ffe242012-04-18 12:20:10 -04005907 struct nfs4_exception exception = {
5908 .inode = state->inode,
5909 };
Trond Myklebust202b50d2005-06-22 17:16:29 +00005910 int err;
5911
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05005912 err = nfs4_set_lock_state(state, request);
5913 if (err != 0)
5914 return err;
Trond Myklebustf6de7a32013-09-04 10:08:54 -04005915 if (!recover_lost_locks) {
NeilBrownef1820f2013-09-04 17:04:49 +10005916 set_bit(NFS_LOCK_LOST, &request->fl_u.nfs4_fl.owner->ls_flags);
5917 return 0;
5918 }
Trond Myklebust202b50d2005-06-22 17:16:29 +00005919 do {
Trond Myklebust42a2d132006-06-29 16:38:36 -04005920 if (test_bit(NFS_DELEGATED_STATE, &state->flags) != 0)
5921 return 0;
Alexandros Batsakisafe6c272009-12-09 01:50:14 -08005922 err = _nfs4_do_setlk(state, F_SETLK, request, NFS_LOCK_EXPIRED);
Trond Myklebustd1b748a2013-08-12 16:35:20 -04005923 trace_nfs4_lock_expired(request, state, F_SETLK, err);
Trond Myklebusta9ed2e22009-12-03 15:53:21 -05005924 switch (err) {
5925 default:
5926 goto out;
5927 case -NFS4ERR_GRACE:
5928 case -NFS4ERR_DELAY:
5929 nfs4_handle_exception(server, err, &exception);
5930 err = 0;
5931 }
Trond Myklebust202b50d2005-06-22 17:16:29 +00005932 } while (exception.retry);
Trond Myklebusta9ed2e22009-12-03 15:53:21 -05005933out:
Trond Myklebust202b50d2005-06-22 17:16:29 +00005934 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005935}
5936
Bryan Schumakerf062eb62011-06-02 14:59:10 -04005937#if defined(CONFIG_NFS_V4_1)
Chuck Lever3e60ffd2012-07-11 16:30:14 -04005938/**
5939 * nfs41_check_expired_locks - possibly free a lock stateid
5940 *
5941 * @state: NFSv4 state for an inode
5942 *
5943 * Returns NFS_OK if recovery for this stateid is now finished.
5944 * Otherwise a negative NFS4ERR value is returned.
5945 */
Bryan Schumakerb01dd1d2012-01-31 10:39:30 -05005946static int nfs41_check_expired_locks(struct nfs4_state *state)
Bryan Schumakerf062eb62011-06-02 14:59:10 -04005947{
Chuck Levereb64cf92012-07-11 16:30:05 -04005948 int status, ret = -NFS4ERR_BAD_STATEID;
Bryan Schumakerb01dd1d2012-01-31 10:39:30 -05005949 struct nfs4_lock_state *lsp;
Bryan Schumakerf062eb62011-06-02 14:59:10 -04005950 struct nfs_server *server = NFS_SERVER(state->inode);
5951
Bryan Schumakerb01dd1d2012-01-31 10:39:30 -05005952 list_for_each_entry(lsp, &state->lock_states, ls_locks) {
Trond Myklebust795a88c2012-09-10 13:26:49 -04005953 if (test_bit(NFS_LOCK_INITIALIZED, &lsp->ls_flags)) {
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04005954 struct rpc_cred *cred = lsp->ls_state->owner->so_cred;
5955
5956 status = nfs41_test_stateid(server,
5957 &lsp->ls_stateid,
5958 cred);
Trond Myklebust08cb47f2013-08-20 21:59:40 -04005959 trace_nfs4_test_lock_stateid(state, lsp, status);
Bryan Schumakerb01dd1d2012-01-31 10:39:30 -05005960 if (status != NFS_OK) {
Chuck Lever3e60ffd2012-07-11 16:30:14 -04005961 /* Free the stateid unless the server
5962 * informs us the stateid is unrecognized. */
Chuck Lever89af2732012-07-11 16:29:56 -04005963 if (status != -NFS4ERR_BAD_STATEID)
5964 nfs41_free_stateid(server,
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04005965 &lsp->ls_stateid,
5966 cred);
Trond Myklebust795a88c2012-09-10 13:26:49 -04005967 clear_bit(NFS_LOCK_INITIALIZED, &lsp->ls_flags);
Bryan Schumakerb01dd1d2012-01-31 10:39:30 -05005968 ret = status;
5969 }
5970 }
5971 };
5972
5973 return ret;
5974}
5975
5976static int nfs41_lock_expired(struct nfs4_state *state, struct file_lock *request)
5977{
5978 int status = NFS_OK;
5979
5980 if (test_bit(LK_STATE_IN_USE, &state->flags))
5981 status = nfs41_check_expired_locks(state);
Chuck Levereb64cf92012-07-11 16:30:05 -04005982 if (status != NFS_OK)
5983 status = nfs4_lock_expired(state, request);
5984 return status;
Bryan Schumakerf062eb62011-06-02 14:59:10 -04005985}
5986#endif
5987
Linus Torvalds1da177e2005-04-16 15:20:36 -07005988static int _nfs4_proc_setlk(struct nfs4_state *state, int cmd, struct file_lock *request)
5989{
Trond Myklebust19e03c52008-12-23 15:21:44 -05005990 struct nfs_inode *nfsi = NFS_I(state->inode);
Trond Myklebust01c3b862006-06-29 16:38:39 -04005991 unsigned char fl_flags = request->fl_flags;
Trond Myklebust8e469eb2010-01-26 15:42:30 -05005992 int status = -ENOLCK;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005993
Trond Myklebust8e469eb2010-01-26 15:42:30 -05005994 if ((fl_flags & FL_POSIX) &&
5995 !test_bit(NFS_STATE_POSIX_LOCKS, &state->flags))
5996 goto out;
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05005997 /* Is this a delegated open? */
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05005998 status = nfs4_set_lock_state(state, request);
5999 if (status != 0)
6000 goto out;
Trond Myklebust01c3b862006-06-29 16:38:39 -04006001 request->fl_flags |= FL_ACCESS;
6002 status = do_vfs_lock(request->fl_file, request);
6003 if (status < 0)
6004 goto out;
Trond Myklebust19e03c52008-12-23 15:21:44 -05006005 down_read(&nfsi->rwsem);
Trond Myklebust01c3b862006-06-29 16:38:39 -04006006 if (test_bit(NFS_DELEGATED_STATE, &state->flags)) {
Trond Myklebust01c3b862006-06-29 16:38:39 -04006007 /* Yes: cache locks! */
Trond Myklebust01c3b862006-06-29 16:38:39 -04006008 /* ...but avoid races with delegation recall... */
Trond Myklebust19e03c52008-12-23 15:21:44 -05006009 request->fl_flags = fl_flags & ~FL_SLEEP;
6010 status = do_vfs_lock(request->fl_file, request);
Trond Myklebustc69899a2015-01-24 16:03:52 -05006011 up_read(&nfsi->rwsem);
6012 goto out;
Trond Myklebust01c3b862006-06-29 16:38:39 -04006013 }
Trond Myklebust9a99af492013-02-04 20:17:49 -05006014 up_read(&nfsi->rwsem);
Alexandros Batsakisafe6c272009-12-09 01:50:14 -08006015 status = _nfs4_do_setlk(state, cmd, request, NFS_LOCK_NEW);
Trond Myklebust01c3b862006-06-29 16:38:39 -04006016out:
6017 request->fl_flags = fl_flags;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006018 return status;
6019}
6020
6021static int nfs4_proc_setlk(struct nfs4_state *state, int cmd, struct file_lock *request)
6022{
Trond Myklebusta1d0b5e2012-03-05 19:56:44 -05006023 struct nfs4_exception exception = {
6024 .state = state,
Trond Myklebust05ffe242012-04-18 12:20:10 -04006025 .inode = state->inode,
Trond Myklebusta1d0b5e2012-03-05 19:56:44 -05006026 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07006027 int err;
6028
6029 do {
Trond Myklebust965b5d62009-06-17 13:22:59 -07006030 err = _nfs4_proc_setlk(state, cmd, request);
Trond Myklebustd1b748a2013-08-12 16:35:20 -04006031 trace_nfs4_set_lock(request, state, cmd, err);
Trond Myklebust965b5d62009-06-17 13:22:59 -07006032 if (err == -NFS4ERR_DENIED)
6033 err = -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006034 err = nfs4_handle_exception(NFS_SERVER(state->inode),
Trond Myklebust965b5d62009-06-17 13:22:59 -07006035 err, &exception);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006036 } while (exception.retry);
6037 return err;
6038}
6039
6040static int
6041nfs4_proc_lock(struct file *filp, int cmd, struct file_lock *request)
6042{
6043 struct nfs_open_context *ctx;
6044 struct nfs4_state *state;
6045 unsigned long timeout = NFS4_LOCK_MINTIMEOUT;
6046 int status;
6047
6048 /* verify open state */
Trond Myklebustcd3758e2007-08-10 17:44:32 -04006049 ctx = nfs_file_open_context(filp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006050 state = ctx->state;
6051
6052 if (request->fl_start < 0 || request->fl_end < 0)
6053 return -EINVAL;
6054
Trond Myklebustd9531262009-07-21 19:22:38 -04006055 if (IS_GETLK(cmd)) {
6056 if (state != NULL)
6057 return nfs4_proc_getlk(state, F_GETLK, request);
6058 return 0;
6059 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07006060
6061 if (!(IS_SETLK(cmd) || IS_SETLKW(cmd)))
6062 return -EINVAL;
6063
Trond Myklebustd9531262009-07-21 19:22:38 -04006064 if (request->fl_type == F_UNLCK) {
6065 if (state != NULL)
6066 return nfs4_proc_unlck(state, cmd, request);
6067 return 0;
6068 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07006069
Trond Myklebustd9531262009-07-21 19:22:38 -04006070 if (state == NULL)
6071 return -ENOLCK;
Trond Myklebust55725512012-04-18 12:48:35 -04006072 /*
6073 * Don't rely on the VFS having checked the file open mode,
6074 * since it won't do this for flock() locks.
6075 */
Jeff Laytonf44106e2012-07-23 15:49:56 -04006076 switch (request->fl_type) {
Trond Myklebust55725512012-04-18 12:48:35 -04006077 case F_RDLCK:
6078 if (!(filp->f_mode & FMODE_READ))
6079 return -EBADF;
6080 break;
6081 case F_WRLCK:
6082 if (!(filp->f_mode & FMODE_WRITE))
6083 return -EBADF;
6084 }
6085
Linus Torvalds1da177e2005-04-16 15:20:36 -07006086 do {
6087 status = nfs4_proc_setlk(state, cmd, request);
6088 if ((status != -EAGAIN) || IS_SETLK(cmd))
6089 break;
6090 timeout = nfs4_set_lock_task_retry(timeout);
6091 status = -ERESTARTSYS;
6092 if (signalled())
6093 break;
6094 } while(status < 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006095 return status;
6096}
6097
Trond Myklebustdb4f2e632013-04-01 15:56:46 -04006098int nfs4_lock_delegation_recall(struct file_lock *fl, struct nfs4_state *state, const nfs4_stateid *stateid)
Trond Myklebust888e6942005-11-04 15:38:11 -05006099{
6100 struct nfs_server *server = NFS_SERVER(state->inode);
Trond Myklebust888e6942005-11-04 15:38:11 -05006101 int err;
6102
6103 err = nfs4_set_lock_state(state, fl);
6104 if (err != 0)
Trond Myklebustdb4f2e632013-04-01 15:56:46 -04006105 return err;
Trond Myklebust4a706fa2013-04-01 14:47:22 -04006106 err = _nfs4_do_setlk(state, F_SETLK, fl, NFS_LOCK_NEW);
Trond Myklebustdb4f2e632013-04-01 15:56:46 -04006107 return nfs4_handle_delegation_recall_error(server, state, stateid, err);
Trond Myklebust888e6942005-11-04 15:38:11 -05006108}
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00006109
Trond Myklebustcf470c32012-03-07 13:49:12 -05006110struct nfs_release_lockowner_data {
6111 struct nfs4_lock_state *lsp;
Trond Myklebust5ae67c42012-03-19 16:17:18 -04006112 struct nfs_server *server;
Trond Myklebustcf470c32012-03-07 13:49:12 -05006113 struct nfs_release_lockowner_args args;
Trond Myklebustb7e63a12014-02-26 11:19:14 -08006114 struct nfs_release_lockowner_res res;
Chuck Lever60ea6812013-10-17 14:13:47 -04006115 unsigned long timestamp;
Trond Myklebustcf470c32012-03-07 13:49:12 -05006116};
6117
Chuck Leverfbd4bfd2013-08-09 12:49:38 -04006118static void nfs4_release_lockowner_prepare(struct rpc_task *task, void *calldata)
6119{
6120 struct nfs_release_lockowner_data *data = calldata;
Kinglong Mee5b53dc82014-08-04 16:18:16 +08006121 struct nfs_server *server = data->server;
Peng Taocb04ad22014-06-11 05:24:15 +08006122 nfs40_setup_sequence(server->nfs_client->cl_slot_tbl,
6123 &data->args.seq_args, &data->res.seq_res, task);
Kinglong Mee5b53dc82014-08-04 16:18:16 +08006124 data->args.lock_owner.clientid = server->nfs_client->cl_clientid;
Chuck Lever60ea6812013-10-17 14:13:47 -04006125 data->timestamp = jiffies;
Chuck Leverfbd4bfd2013-08-09 12:49:38 -04006126}
6127
6128static void nfs4_release_lockowner_done(struct rpc_task *task, void *calldata)
6129{
6130 struct nfs_release_lockowner_data *data = calldata;
Chuck Lever60ea6812013-10-17 14:13:47 -04006131 struct nfs_server *server = data->server;
6132
Trond Myklebustb7e63a12014-02-26 11:19:14 -08006133 nfs40_sequence_done(task, &data->res.seq_res);
Chuck Lever60ea6812013-10-17 14:13:47 -04006134
6135 switch (task->tk_status) {
6136 case 0:
6137 renew_lease(server, data->timestamp);
6138 break;
6139 case -NFS4ERR_STALE_CLIENTID:
6140 case -NFS4ERR_EXPIRED:
Kinglong Mee5b53dc82014-08-04 16:18:16 +08006141 nfs4_schedule_lease_recovery(server->nfs_client);
6142 break;
Chuck Lever60ea6812013-10-17 14:13:47 -04006143 case -NFS4ERR_LEASE_MOVED:
6144 case -NFS4ERR_DELAY:
NeilBrown8478eaa2014-09-18 16:09:27 +10006145 if (nfs4_async_handle_error(task, server,
6146 NULL, NULL) == -EAGAIN)
Chuck Lever60ea6812013-10-17 14:13:47 -04006147 rpc_restart_call_prepare(task);
6148 }
Chuck Leverfbd4bfd2013-08-09 12:49:38 -04006149}
6150
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04006151static void nfs4_release_lockowner_release(void *calldata)
6152{
Trond Myklebustcf470c32012-03-07 13:49:12 -05006153 struct nfs_release_lockowner_data *data = calldata;
Trond Myklebust5ae67c42012-03-19 16:17:18 -04006154 nfs4_free_lock_state(data->server, data->lsp);
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04006155 kfree(calldata);
6156}
6157
Trond Myklebust17280172012-03-11 13:11:00 -04006158static const struct rpc_call_ops nfs4_release_lockowner_ops = {
Chuck Leverfbd4bfd2013-08-09 12:49:38 -04006159 .rpc_call_prepare = nfs4_release_lockowner_prepare,
6160 .rpc_call_done = nfs4_release_lockowner_done,
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04006161 .rpc_release = nfs4_release_lockowner_release,
6162};
6163
Jeff Laytonf1cdae82014-05-01 06:28:47 -04006164static void
6165nfs4_release_lockowner(struct nfs_server *server, struct nfs4_lock_state *lsp)
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04006166{
Trond Myklebustcf470c32012-03-07 13:49:12 -05006167 struct nfs_release_lockowner_data *data;
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04006168 struct rpc_message msg = {
6169 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RELEASE_LOCKOWNER],
6170 };
6171
6172 if (server->nfs_client->cl_mvops->minor_version != 0)
Jeff Laytonf1cdae82014-05-01 06:28:47 -04006173 return;
Chuck Leverfbd4bfd2013-08-09 12:49:38 -04006174
Trond Myklebustcf470c32012-03-07 13:49:12 -05006175 data = kmalloc(sizeof(*data), GFP_NOFS);
6176 if (!data)
Jeff Laytonf1cdae82014-05-01 06:28:47 -04006177 return;
Trond Myklebustcf470c32012-03-07 13:49:12 -05006178 data->lsp = lsp;
Trond Myklebust5ae67c42012-03-19 16:17:18 -04006179 data->server = server;
Trond Myklebustcf470c32012-03-07 13:49:12 -05006180 data->args.lock_owner.clientid = server->nfs_client->cl_clientid;
6181 data->args.lock_owner.id = lsp->ls_seqid.owner_id;
6182 data->args.lock_owner.s_dev = server->s_dev;
Chuck Leverfbd4bfd2013-08-09 12:49:38 -04006183
Trond Myklebustcf470c32012-03-07 13:49:12 -05006184 msg.rpc_argp = &data->args;
Trond Myklebustb7e63a12014-02-26 11:19:14 -08006185 msg.rpc_resp = &data->res;
6186 nfs4_init_sequence(&data->args.seq_args, &data->res.seq_res, 0);
Trond Myklebustcf470c32012-03-07 13:49:12 -05006187 rpc_call_async(server->client, &msg, 0, &nfs4_release_lockowner_ops, data);
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04006188}
6189
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00006190#define XATTR_NAME_NFSV4_ACL "system.nfs4_acl"
6191
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00006192static int nfs4_xattr_set_nfs4_acl(struct dentry *dentry, const char *key,
6193 const void *buf, size_t buflen,
6194 int flags, int type)
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00006195{
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00006196 if (strcmp(key, "") != 0)
6197 return -EINVAL;
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00006198
David Howells2b0143b2015-03-17 22:25:59 +00006199 return nfs4_proc_set_acl(d_inode(dentry), buf, buflen);
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00006200}
6201
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00006202static int nfs4_xattr_get_nfs4_acl(struct dentry *dentry, const char *key,
6203 void *buf, size_t buflen, int type)
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00006204{
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00006205 if (strcmp(key, "") != 0)
6206 return -EINVAL;
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00006207
David Howells2b0143b2015-03-17 22:25:59 +00006208 return nfs4_proc_get_acl(d_inode(dentry), buf, buflen);
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00006209}
6210
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00006211static size_t nfs4_xattr_list_nfs4_acl(struct dentry *dentry, char *list,
6212 size_t list_len, const char *name,
6213 size_t name_len, int type)
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00006214{
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00006215 size_t len = sizeof(XATTR_NAME_NFSV4_ACL);
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00006216
David Howells2b0143b2015-03-17 22:25:59 +00006217 if (!nfs4_server_supports_acls(NFS_SERVER(d_inode(dentry))))
J. Bruce Fields096455a2006-03-20 23:23:42 -05006218 return 0;
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00006219
6220 if (list && len <= list_len)
6221 memcpy(list, XATTR_NAME_NFSV4_ACL, len);
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00006222 return len;
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00006223}
6224
David Quigleyc9bccef2013-05-22 12:50:45 -04006225#ifdef CONFIG_NFS_V4_SECURITY_LABEL
6226static inline int nfs4_server_supports_labels(struct nfs_server *server)
6227{
6228 return server->caps & NFS_CAP_SECURITY_LABEL;
6229}
6230
6231static int nfs4_xattr_set_nfs4_label(struct dentry *dentry, const char *key,
6232 const void *buf, size_t buflen,
6233 int flags, int type)
6234{
6235 if (security_ismaclabel(key))
6236 return nfs4_set_security_label(dentry, buf, buflen);
6237
6238 return -EOPNOTSUPP;
6239}
6240
6241static int nfs4_xattr_get_nfs4_label(struct dentry *dentry, const char *key,
6242 void *buf, size_t buflen, int type)
6243{
6244 if (security_ismaclabel(key))
David Howells2b0143b2015-03-17 22:25:59 +00006245 return nfs4_get_security_label(d_inode(dentry), buf, buflen);
David Quigleyc9bccef2013-05-22 12:50:45 -04006246 return -EOPNOTSUPP;
6247}
6248
6249static size_t nfs4_xattr_list_nfs4_label(struct dentry *dentry, char *list,
6250 size_t list_len, const char *name,
6251 size_t name_len, int type)
6252{
6253 size_t len = 0;
6254
David Howells2b0143b2015-03-17 22:25:59 +00006255 if (nfs_server_capable(d_inode(dentry), NFS_CAP_SECURITY_LABEL)) {
6256 len = security_inode_listsecurity(d_inode(dentry), NULL, 0);
David Quigleyc9bccef2013-05-22 12:50:45 -04006257 if (list && len <= list_len)
David Howells2b0143b2015-03-17 22:25:59 +00006258 security_inode_listsecurity(d_inode(dentry), list, len);
David Quigleyc9bccef2013-05-22 12:50:45 -04006259 }
6260 return len;
6261}
6262
6263static const struct xattr_handler nfs4_xattr_nfs4_label_handler = {
6264 .prefix = XATTR_SECURITY_PREFIX,
6265 .list = nfs4_xattr_list_nfs4_label,
6266 .get = nfs4_xattr_get_nfs4_label,
6267 .set = nfs4_xattr_set_nfs4_label,
6268};
6269#endif
6270
6271
Andy Adamson533eb462011-06-13 18:25:56 -04006272/*
6273 * nfs_fhget will use either the mounted_on_fileid or the fileid
6274 */
Trond Myklebust69aaaae2009-03-11 14:10:28 -04006275static void nfs_fixup_referral_attributes(struct nfs_fattr *fattr)
6276{
Andy Adamson533eb462011-06-13 18:25:56 -04006277 if (!(((fattr->valid & NFS_ATTR_FATTR_MOUNTED_ON_FILEID) ||
6278 (fattr->valid & NFS_ATTR_FATTR_FILEID)) &&
6279 (fattr->valid & NFS_ATTR_FATTR_FSID) &&
Chuck Lever81934dd2012-03-01 17:01:57 -05006280 (fattr->valid & NFS_ATTR_FATTR_V4_LOCATIONS)))
Trond Myklebust69aaaae2009-03-11 14:10:28 -04006281 return;
6282
6283 fattr->valid |= NFS_ATTR_FATTR_TYPE | NFS_ATTR_FATTR_MODE |
Chuck Lever81934dd2012-03-01 17:01:57 -05006284 NFS_ATTR_FATTR_NLINK | NFS_ATTR_FATTR_V4_REFERRAL;
Trond Myklebust69aaaae2009-03-11 14:10:28 -04006285 fattr->mode = S_IFDIR | S_IRUGO | S_IXUGO;
6286 fattr->nlink = 2;
6287}
6288
Bryan Schumakerf05d1472012-04-27 13:27:41 -04006289static int _nfs4_proc_fs_locations(struct rpc_clnt *client, struct inode *dir,
6290 const struct qstr *name,
6291 struct nfs4_fs_locations *fs_locations,
6292 struct page *page)
Trond Myklebust683b57b2006-06-09 09:34:22 -04006293{
6294 struct nfs_server *server = NFS_SERVER(dir);
David Quigleya09df2c2013-05-22 12:50:41 -04006295 u32 bitmask[3] = {
Manoj Naik361e6242006-06-09 09:34:24 -04006296 [0] = FATTR4_WORD0_FSID | FATTR4_WORD0_FS_LOCATIONS,
Trond Myklebust683b57b2006-06-09 09:34:22 -04006297 };
6298 struct nfs4_fs_locations_arg args = {
6299 .dir_fh = NFS_FH(dir),
Trond Myklebustc228fd32007-01-13 02:28:11 -05006300 .name = name,
Trond Myklebust683b57b2006-06-09 09:34:22 -04006301 .page = page,
6302 .bitmask = bitmask,
6303 };
Benny Halevy22958462009-04-01 09:22:02 -04006304 struct nfs4_fs_locations_res res = {
6305 .fs_locations = fs_locations,
6306 };
Trond Myklebust683b57b2006-06-09 09:34:22 -04006307 struct rpc_message msg = {
6308 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FS_LOCATIONS],
6309 .rpc_argp = &args,
Benny Halevy22958462009-04-01 09:22:02 -04006310 .rpc_resp = &res,
Trond Myklebust683b57b2006-06-09 09:34:22 -04006311 };
6312 int status;
6313
Harvey Harrison3110ff82008-05-02 13:42:44 -07006314 dprintk("%s: start\n", __func__);
Andy Adamson533eb462011-06-13 18:25:56 -04006315
6316 /* Ask for the fileid of the absent filesystem if mounted_on_fileid
6317 * is not supported */
6318 if (NFS_SERVER(dir)->attr_bitmask[1] & FATTR4_WORD1_MOUNTED_ON_FILEID)
6319 bitmask[1] |= FATTR4_WORD1_MOUNTED_ON_FILEID;
6320 else
6321 bitmask[0] |= FATTR4_WORD0_FILEID;
6322
Trond Myklebustc228fd32007-01-13 02:28:11 -05006323 nfs_fattr_init(&fs_locations->fattr);
Trond Myklebust683b57b2006-06-09 09:34:22 -04006324 fs_locations->server = server;
Manoj Naik830b8e32006-06-09 09:34:25 -04006325 fs_locations->nlocations = 0;
Bryan Schumakerf05d1472012-04-27 13:27:41 -04006326 status = nfs4_call_sync(client, server, &msg, &args.seq_args, &res.seq_res, 0);
Harvey Harrison3110ff82008-05-02 13:42:44 -07006327 dprintk("%s: returned status = %d\n", __func__, status);
Trond Myklebust683b57b2006-06-09 09:34:22 -04006328 return status;
6329}
6330
Bryan Schumakerf05d1472012-04-27 13:27:41 -04006331int nfs4_proc_fs_locations(struct rpc_clnt *client, struct inode *dir,
6332 const struct qstr *name,
6333 struct nfs4_fs_locations *fs_locations,
6334 struct page *page)
Bryan Schumakerdb0a9592012-04-27 13:27:39 -04006335{
6336 struct nfs4_exception exception = { };
6337 int err;
6338 do {
Trond Myklebust078ea3d2013-08-12 16:45:55 -04006339 err = _nfs4_proc_fs_locations(client, dir, name,
6340 fs_locations, page);
6341 trace_nfs4_get_fs_locations(dir, name, err);
6342 err = nfs4_handle_exception(NFS_SERVER(dir), err,
Bryan Schumakerdb0a9592012-04-27 13:27:39 -04006343 &exception);
6344 } while (exception.retry);
6345 return err;
6346}
6347
Chuck Leverb03d7352013-10-17 14:12:50 -04006348/*
6349 * This operation also signals the server that this client is
6350 * performing migration recovery. The server can stop returning
6351 * NFS4ERR_LEASE_MOVED to this client. A RENEW operation is
6352 * appended to this compound to identify the client ID which is
6353 * performing recovery.
6354 */
6355static int _nfs40_proc_get_locations(struct inode *inode,
6356 struct nfs4_fs_locations *locations,
6357 struct page *page, struct rpc_cred *cred)
6358{
6359 struct nfs_server *server = NFS_SERVER(inode);
6360 struct rpc_clnt *clnt = server->client;
6361 u32 bitmask[2] = {
6362 [0] = FATTR4_WORD0_FSID | FATTR4_WORD0_FS_LOCATIONS,
6363 };
6364 struct nfs4_fs_locations_arg args = {
6365 .clientid = server->nfs_client->cl_clientid,
6366 .fh = NFS_FH(inode),
6367 .page = page,
6368 .bitmask = bitmask,
6369 .migration = 1, /* skip LOOKUP */
6370 .renew = 1, /* append RENEW */
6371 };
6372 struct nfs4_fs_locations_res res = {
6373 .fs_locations = locations,
6374 .migration = 1,
6375 .renew = 1,
6376 };
6377 struct rpc_message msg = {
6378 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FS_LOCATIONS],
6379 .rpc_argp = &args,
6380 .rpc_resp = &res,
6381 .rpc_cred = cred,
6382 };
6383 unsigned long now = jiffies;
6384 int status;
6385
6386 nfs_fattr_init(&locations->fattr);
6387 locations->server = server;
6388 locations->nlocations = 0;
6389
6390 nfs4_init_sequence(&args.seq_args, &res.seq_res, 0);
6391 nfs4_set_sequence_privileged(&args.seq_args);
6392 status = nfs4_call_sync_sequence(clnt, server, &msg,
6393 &args.seq_args, &res.seq_res);
6394 if (status)
6395 return status;
6396
6397 renew_lease(server, now);
6398 return 0;
6399}
6400
6401#ifdef CONFIG_NFS_V4_1
6402
6403/*
6404 * This operation also signals the server that this client is
6405 * performing migration recovery. The server can stop asserting
6406 * SEQ4_STATUS_LEASE_MOVED for this client. The client ID
6407 * performing this operation is identified in the SEQUENCE
6408 * operation in this compound.
6409 *
6410 * When the client supports GETATTR(fs_locations_info), it can
6411 * be plumbed in here.
6412 */
6413static int _nfs41_proc_get_locations(struct inode *inode,
6414 struct nfs4_fs_locations *locations,
6415 struct page *page, struct rpc_cred *cred)
6416{
6417 struct nfs_server *server = NFS_SERVER(inode);
6418 struct rpc_clnt *clnt = server->client;
6419 u32 bitmask[2] = {
6420 [0] = FATTR4_WORD0_FSID | FATTR4_WORD0_FS_LOCATIONS,
6421 };
6422 struct nfs4_fs_locations_arg args = {
6423 .fh = NFS_FH(inode),
6424 .page = page,
6425 .bitmask = bitmask,
6426 .migration = 1, /* skip LOOKUP */
6427 };
6428 struct nfs4_fs_locations_res res = {
6429 .fs_locations = locations,
6430 .migration = 1,
6431 };
6432 struct rpc_message msg = {
6433 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FS_LOCATIONS],
6434 .rpc_argp = &args,
6435 .rpc_resp = &res,
6436 .rpc_cred = cred,
6437 };
6438 int status;
6439
6440 nfs_fattr_init(&locations->fattr);
6441 locations->server = server;
6442 locations->nlocations = 0;
6443
6444 nfs4_init_sequence(&args.seq_args, &res.seq_res, 0);
6445 nfs4_set_sequence_privileged(&args.seq_args);
6446 status = nfs4_call_sync_sequence(clnt, server, &msg,
6447 &args.seq_args, &res.seq_res);
6448 if (status == NFS4_OK &&
6449 res.seq_res.sr_status_flags & SEQ4_STATUS_LEASE_MOVED)
6450 status = -NFS4ERR_LEASE_MOVED;
6451 return status;
6452}
6453
6454#endif /* CONFIG_NFS_V4_1 */
6455
6456/**
6457 * nfs4_proc_get_locations - discover locations for a migrated FSID
6458 * @inode: inode on FSID that is migrating
6459 * @locations: result of query
6460 * @page: buffer
6461 * @cred: credential to use for this operation
6462 *
6463 * Returns NFS4_OK on success, a negative NFS4ERR status code if the
6464 * operation failed, or a negative errno if a local error occurred.
6465 *
6466 * On success, "locations" is filled in, but if the server has
6467 * no locations information, NFS_ATTR_FATTR_V4_LOCATIONS is not
6468 * asserted.
6469 *
6470 * -NFS4ERR_LEASE_MOVED is returned if the server still has leases
6471 * from this client that require migration recovery.
6472 */
6473int nfs4_proc_get_locations(struct inode *inode,
6474 struct nfs4_fs_locations *locations,
6475 struct page *page, struct rpc_cred *cred)
6476{
6477 struct nfs_server *server = NFS_SERVER(inode);
6478 struct nfs_client *clp = server->nfs_client;
6479 const struct nfs4_mig_recovery_ops *ops =
6480 clp->cl_mvops->mig_recovery_ops;
6481 struct nfs4_exception exception = { };
6482 int status;
6483
6484 dprintk("%s: FSID %llx:%llx on \"%s\"\n", __func__,
6485 (unsigned long long)server->fsid.major,
6486 (unsigned long long)server->fsid.minor,
6487 clp->cl_hostname);
6488 nfs_display_fhandle(NFS_FH(inode), __func__);
6489
6490 do {
6491 status = ops->get_locations(inode, locations, page, cred);
6492 if (status != -NFS4ERR_DELAY)
6493 break;
6494 nfs4_handle_exception(server, status, &exception);
6495 } while (exception.retry);
6496 return status;
6497}
6498
Chuck Lever44c99932013-10-17 14:13:30 -04006499/*
6500 * This operation also signals the server that this client is
6501 * performing "lease moved" recovery. The server can stop
6502 * returning NFS4ERR_LEASE_MOVED to this client. A RENEW operation
6503 * is appended to this compound to identify the client ID which is
6504 * performing recovery.
6505 */
6506static int _nfs40_proc_fsid_present(struct inode *inode, struct rpc_cred *cred)
6507{
6508 struct nfs_server *server = NFS_SERVER(inode);
6509 struct nfs_client *clp = NFS_SERVER(inode)->nfs_client;
6510 struct rpc_clnt *clnt = server->client;
6511 struct nfs4_fsid_present_arg args = {
6512 .fh = NFS_FH(inode),
6513 .clientid = clp->cl_clientid,
6514 .renew = 1, /* append RENEW */
6515 };
6516 struct nfs4_fsid_present_res res = {
6517 .renew = 1,
6518 };
6519 struct rpc_message msg = {
6520 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FSID_PRESENT],
6521 .rpc_argp = &args,
6522 .rpc_resp = &res,
6523 .rpc_cred = cred,
6524 };
6525 unsigned long now = jiffies;
6526 int status;
6527
6528 res.fh = nfs_alloc_fhandle();
6529 if (res.fh == NULL)
6530 return -ENOMEM;
6531
6532 nfs4_init_sequence(&args.seq_args, &res.seq_res, 0);
6533 nfs4_set_sequence_privileged(&args.seq_args);
6534 status = nfs4_call_sync_sequence(clnt, server, &msg,
6535 &args.seq_args, &res.seq_res);
6536 nfs_free_fhandle(res.fh);
6537 if (status)
6538 return status;
6539
6540 do_renew_lease(clp, now);
6541 return 0;
6542}
6543
6544#ifdef CONFIG_NFS_V4_1
6545
6546/*
6547 * This operation also signals the server that this client is
6548 * performing "lease moved" recovery. The server can stop asserting
6549 * SEQ4_STATUS_LEASE_MOVED for this client. The client ID performing
6550 * this operation is identified in the SEQUENCE operation in this
6551 * compound.
6552 */
6553static int _nfs41_proc_fsid_present(struct inode *inode, struct rpc_cred *cred)
6554{
6555 struct nfs_server *server = NFS_SERVER(inode);
6556 struct rpc_clnt *clnt = server->client;
6557 struct nfs4_fsid_present_arg args = {
6558 .fh = NFS_FH(inode),
6559 };
6560 struct nfs4_fsid_present_res res = {
6561 };
6562 struct rpc_message msg = {
6563 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FSID_PRESENT],
6564 .rpc_argp = &args,
6565 .rpc_resp = &res,
6566 .rpc_cred = cred,
6567 };
6568 int status;
6569
6570 res.fh = nfs_alloc_fhandle();
6571 if (res.fh == NULL)
6572 return -ENOMEM;
6573
6574 nfs4_init_sequence(&args.seq_args, &res.seq_res, 0);
6575 nfs4_set_sequence_privileged(&args.seq_args);
6576 status = nfs4_call_sync_sequence(clnt, server, &msg,
6577 &args.seq_args, &res.seq_res);
6578 nfs_free_fhandle(res.fh);
6579 if (status == NFS4_OK &&
6580 res.seq_res.sr_status_flags & SEQ4_STATUS_LEASE_MOVED)
6581 status = -NFS4ERR_LEASE_MOVED;
6582 return status;
6583}
6584
6585#endif /* CONFIG_NFS_V4_1 */
6586
6587/**
6588 * nfs4_proc_fsid_present - Is this FSID present or absent on server?
6589 * @inode: inode on FSID to check
6590 * @cred: credential to use for this operation
6591 *
6592 * Server indicates whether the FSID is present, moved, or not
6593 * recognized. This operation is necessary to clear a LEASE_MOVED
6594 * condition for this client ID.
6595 *
6596 * Returns NFS4_OK if the FSID is present on this server,
6597 * -NFS4ERR_MOVED if the FSID is no longer present, a negative
6598 * NFS4ERR code if some error occurred on the server, or a
6599 * negative errno if a local failure occurred.
6600 */
6601int nfs4_proc_fsid_present(struct inode *inode, struct rpc_cred *cred)
6602{
6603 struct nfs_server *server = NFS_SERVER(inode);
6604 struct nfs_client *clp = server->nfs_client;
6605 const struct nfs4_mig_recovery_ops *ops =
6606 clp->cl_mvops->mig_recovery_ops;
6607 struct nfs4_exception exception = { };
6608 int status;
6609
6610 dprintk("%s: FSID %llx:%llx on \"%s\"\n", __func__,
6611 (unsigned long long)server->fsid.major,
6612 (unsigned long long)server->fsid.minor,
6613 clp->cl_hostname);
6614 nfs_display_fhandle(NFS_FH(inode), __func__);
6615
6616 do {
6617 status = ops->fsid_present(inode, cred);
6618 if (status != -NFS4ERR_DELAY)
6619 break;
6620 nfs4_handle_exception(server, status, &exception);
6621 } while (exception.retry);
6622 return status;
6623}
6624
Andy Adamson5ec16a82013-08-08 10:57:55 -04006625/**
Weston Andros Adamsona5250de2013-09-03 15:18:49 -04006626 * If 'use_integrity' is true and the state managment nfs_client
6627 * cl_rpcclient is using krb5i/p, use the integrity protected cl_rpcclient
6628 * and the machine credential as per RFC3530bis and RFC5661 Security
6629 * Considerations sections. Otherwise, just use the user cred with the
6630 * filesystem's rpc_client.
Andy Adamson5ec16a82013-08-08 10:57:55 -04006631 */
Weston Andros Adamsona5250de2013-09-03 15:18:49 -04006632static 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 +00006633{
6634 int status;
6635 struct nfs4_secinfo_arg args = {
6636 .dir_fh = NFS_FH(dir),
6637 .name = name,
6638 };
6639 struct nfs4_secinfo_res res = {
6640 .flavors = flavors,
6641 };
6642 struct rpc_message msg = {
6643 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SECINFO],
6644 .rpc_argp = &args,
6645 .rpc_resp = &res,
6646 };
Weston Andros Adamsona5250de2013-09-03 15:18:49 -04006647 struct rpc_clnt *clnt = NFS_SERVER(dir)->client;
Weston Andros Adamson7cb852d2013-09-10 18:44:31 -04006648 struct rpc_cred *cred = NULL;
Weston Andros Adamsona5250de2013-09-03 15:18:49 -04006649
6650 if (use_integrity) {
6651 clnt = NFS_SERVER(dir)->nfs_client->cl_rpcclient;
Weston Andros Adamson7cb852d2013-09-10 18:44:31 -04006652 cred = nfs4_get_clid_cred(NFS_SERVER(dir)->nfs_client);
6653 msg.rpc_cred = cred;
Weston Andros Adamsona5250de2013-09-03 15:18:49 -04006654 }
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00006655
6656 dprintk("NFS call secinfo %s\n", name->name);
Weston Andros Adamson8b5bee22013-08-13 16:37:35 -04006657
6658 nfs4_state_protect(NFS_SERVER(dir)->nfs_client,
6659 NFS_SP4_MACH_CRED_SECINFO, &clnt, &msg);
6660
Weston Andros Adamsona5250de2013-09-03 15:18:49 -04006661 status = nfs4_call_sync(clnt, NFS_SERVER(dir), &msg, &args.seq_args,
6662 &res.seq_res, 0);
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00006663 dprintk("NFS reply secinfo: %d\n", status);
Weston Andros Adamsona5250de2013-09-03 15:18:49 -04006664
Weston Andros Adamson7cb852d2013-09-10 18:44:31 -04006665 if (cred)
6666 put_rpccred(cred);
Weston Andros Adamsona5250de2013-09-03 15:18:49 -04006667
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00006668 return status;
6669}
6670
Bryan Schumaker72de53e2012-04-27 13:27:40 -04006671int nfs4_proc_secinfo(struct inode *dir, const struct qstr *name,
6672 struct nfs4_secinfo_flavors *flavors)
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00006673{
6674 struct nfs4_exception exception = { };
6675 int err;
6676 do {
Weston Andros Adamsona5250de2013-09-03 15:18:49 -04006677 err = -NFS4ERR_WRONGSEC;
6678
6679 /* try to use integrity protection with machine cred */
6680 if (_nfs4_is_integrity_protected(NFS_SERVER(dir)->nfs_client))
6681 err = _nfs4_proc_secinfo(dir, name, flavors, true);
6682
6683 /*
6684 * if unable to use integrity protection, or SECINFO with
6685 * integrity protection returns NFS4ERR_WRONGSEC (which is
6686 * disallowed by spec, but exists in deployed servers) use
6687 * the current filesystem's rpc_client and the user cred.
6688 */
6689 if (err == -NFS4ERR_WRONGSEC)
6690 err = _nfs4_proc_secinfo(dir, name, flavors, false);
6691
Trond Myklebust078ea3d2013-08-12 16:45:55 -04006692 trace_nfs4_secinfo(dir, name, err);
6693 err = nfs4_handle_exception(NFS_SERVER(dir), err,
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00006694 &exception);
6695 } while (exception.retry);
6696 return err;
6697}
6698
Andy Adamson557134a2009-04-01 09:21:53 -04006699#ifdef CONFIG_NFS_V4_1
Benny Halevy99fe60d2009-04-01 09:22:29 -04006700/*
Andy Adamson357f54d2010-12-14 10:11:57 -05006701 * Check the exchange flags returned by the server for invalid flags, having
6702 * both PNFS and NON_PNFS flags set, and not having one of NON_PNFS, PNFS, or
6703 * DS flags set.
6704 */
6705static int nfs4_check_cl_exchange_flags(u32 flags)
6706{
6707 if (flags & ~EXCHGID4_FLAG_MASK_R)
6708 goto out_inval;
6709 if ((flags & EXCHGID4_FLAG_USE_PNFS_MDS) &&
6710 (flags & EXCHGID4_FLAG_USE_NON_PNFS))
6711 goto out_inval;
6712 if (!(flags & (EXCHGID4_FLAG_MASK_PNFS)))
6713 goto out_inval;
6714 return NFS_OK;
6715out_inval:
6716 return -NFS4ERR_INVAL;
6717}
6718
Weston Andros Adamson78fe0f42011-05-31 19:05:47 -04006719static bool
Chuck Lever79d4e1f2012-05-21 22:44:31 -04006720nfs41_same_server_scope(struct nfs41_server_scope *a,
6721 struct nfs41_server_scope *b)
Weston Andros Adamson78fe0f42011-05-31 19:05:47 -04006722{
6723 if (a->server_scope_sz == b->server_scope_sz &&
6724 memcmp(a->server_scope, b->server_scope, a->server_scope_sz) == 0)
6725 return true;
6726
6727 return false;
6728}
6729
Andy Adamson357f54d2010-12-14 10:11:57 -05006730/*
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006731 * nfs4_proc_bind_conn_to_session()
6732 *
6733 * The 4.1 client currently uses the same TCP connection for the
6734 * fore and backchannel.
6735 */
Trond Myklebust2cf047c2012-05-25 17:57:41 -04006736int nfs4_proc_bind_conn_to_session(struct nfs_client *clp, struct rpc_cred *cred)
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006737{
6738 int status;
Trond Myklebust71a097c2015-02-18 09:27:18 -08006739 struct nfs41_bind_conn_to_session_args args = {
6740 .client = clp,
6741 .dir = NFS4_CDFC4_FORE_OR_BOTH,
6742 };
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006743 struct nfs41_bind_conn_to_session_res res;
6744 struct rpc_message msg = {
6745 .rpc_proc =
6746 &nfs4_procedures[NFSPROC4_CLNT_BIND_CONN_TO_SESSION],
Trond Myklebust71a097c2015-02-18 09:27:18 -08006747 .rpc_argp = &args,
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006748 .rpc_resp = &res,
Trond Myklebust2cf047c2012-05-25 17:57:41 -04006749 .rpc_cred = cred,
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006750 };
6751
6752 dprintk("--> %s\n", __func__);
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006753
Trond Myklebust71a097c2015-02-18 09:27:18 -08006754 nfs4_copy_sessionid(&args.sessionid, &clp->cl_session->sess_id);
6755 if (!(clp->cl_session->flags & SESSION4_BACK_CHAN))
6756 args.dir = NFS4_CDFC4_FORE;
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006757
6758 status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Trond Myklebustc6d01c62013-08-09 11:51:26 -04006759 trace_nfs4_bind_conn_to_session(clp, status);
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006760 if (status == 0) {
Trond Myklebust71a097c2015-02-18 09:27:18 -08006761 if (memcmp(res.sessionid.data,
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006762 clp->cl_session->sess_id.data, NFS4_MAX_SESSIONID_LEN)) {
6763 dprintk("NFS: %s: Session ID mismatch\n", __func__);
6764 status = -EIO;
Trond Myklebust71a097c2015-02-18 09:27:18 -08006765 goto out;
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006766 }
Trond Myklebust71a097c2015-02-18 09:27:18 -08006767 if ((res.dir & args.dir) != res.dir || res.dir == 0) {
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006768 dprintk("NFS: %s: Unexpected direction from server\n",
6769 __func__);
6770 status = -EIO;
Trond Myklebust71a097c2015-02-18 09:27:18 -08006771 goto out;
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006772 }
Trond Myklebust71a097c2015-02-18 09:27:18 -08006773 if (res.use_conn_in_rdma_mode != args.use_conn_in_rdma_mode) {
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006774 dprintk("NFS: %s: Server returned RDMA mode = true\n",
6775 __func__);
6776 status = -EIO;
Trond Myklebust71a097c2015-02-18 09:27:18 -08006777 goto out;
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006778 }
6779 }
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006780out:
6781 dprintk("<-- %s status= %d\n", __func__, status);
6782 return status;
6783}
6784
6785/*
Weston Andros Adamsonfa940722013-08-13 16:37:34 -04006786 * Minimum set of SP4_MACH_CRED operations from RFC 5661 in the enforce map
6787 * and operations we'd like to see to enable certain features in the allow map
Benny Halevy99fe60d2009-04-01 09:22:29 -04006788 */
Weston Andros Adamson2031cd12013-08-13 16:37:32 -04006789static const struct nfs41_state_protection nfs4_sp4_mach_cred_request = {
6790 .how = SP4_MACH_CRED,
6791 .enforce.u.words = {
6792 [1] = 1 << (OP_BIND_CONN_TO_SESSION - 32) |
6793 1 << (OP_EXCHANGE_ID - 32) |
6794 1 << (OP_CREATE_SESSION - 32) |
6795 1 << (OP_DESTROY_SESSION - 32) |
6796 1 << (OP_DESTROY_CLIENTID - 32)
Weston Andros Adamsonfa940722013-08-13 16:37:34 -04006797 },
6798 .allow.u.words = {
6799 [0] = 1 << (OP_CLOSE) |
Weston Andros Adamsona0279622013-09-10 18:44:30 -04006800 1 << (OP_LOCKU) |
6801 1 << (OP_COMMIT),
Weston Andros Adamson8b5bee22013-08-13 16:37:35 -04006802 [1] = 1 << (OP_SECINFO - 32) |
Weston Andros Adamson3787d502013-08-13 16:37:36 -04006803 1 << (OP_SECINFO_NO_NAME - 32) |
6804 1 << (OP_TEST_STATEID - 32) |
Weston Andros Adamsona0279622013-09-10 18:44:30 -04006805 1 << (OP_FREE_STATEID - 32) |
6806 1 << (OP_WRITE - 32)
Weston Andros Adamson2031cd12013-08-13 16:37:32 -04006807 }
6808};
6809
6810/*
6811 * Select the state protection mode for client `clp' given the server results
6812 * from exchange_id in `sp'.
6813 *
6814 * Returns 0 on success, negative errno otherwise.
6815 */
6816static int nfs4_sp4_select_mode(struct nfs_client *clp,
6817 struct nfs41_state_protection *sp)
6818{
6819 static const u32 supported_enforce[NFS4_OP_MAP_NUM_WORDS] = {
6820 [1] = 1 << (OP_BIND_CONN_TO_SESSION - 32) |
6821 1 << (OP_EXCHANGE_ID - 32) |
6822 1 << (OP_CREATE_SESSION - 32) |
6823 1 << (OP_DESTROY_SESSION - 32) |
6824 1 << (OP_DESTROY_CLIENTID - 32)
6825 };
6826 unsigned int i;
6827
6828 if (sp->how == SP4_MACH_CRED) {
6829 /* Print state protect result */
6830 dfprintk(MOUNT, "Server SP4_MACH_CRED support:\n");
6831 for (i = 0; i <= LAST_NFS4_OP; i++) {
6832 if (test_bit(i, sp->enforce.u.longs))
6833 dfprintk(MOUNT, " enforce op %d\n", i);
6834 if (test_bit(i, sp->allow.u.longs))
6835 dfprintk(MOUNT, " allow op %d\n", i);
6836 }
6837
6838 /* make sure nothing is on enforce list that isn't supported */
6839 for (i = 0; i < NFS4_OP_MAP_NUM_WORDS; i++) {
6840 if (sp->enforce.u.words[i] & ~supported_enforce[i]) {
6841 dfprintk(MOUNT, "sp4_mach_cred: disabled\n");
6842 return -EINVAL;
6843 }
6844 }
6845
6846 /*
6847 * Minimal mode - state operations are allowed to use machine
6848 * credential. Note this already happens by default, so the
6849 * client doesn't have to do anything more than the negotiation.
6850 *
6851 * NOTE: we don't care if EXCHANGE_ID is in the list -
6852 * we're already using the machine cred for exchange_id
6853 * and will never use a different cred.
6854 */
6855 if (test_bit(OP_BIND_CONN_TO_SESSION, sp->enforce.u.longs) &&
6856 test_bit(OP_CREATE_SESSION, sp->enforce.u.longs) &&
6857 test_bit(OP_DESTROY_SESSION, sp->enforce.u.longs) &&
6858 test_bit(OP_DESTROY_CLIENTID, sp->enforce.u.longs)) {
6859 dfprintk(MOUNT, "sp4_mach_cred:\n");
6860 dfprintk(MOUNT, " minimal mode enabled\n");
6861 set_bit(NFS_SP4_MACH_CRED_MINIMAL, &clp->cl_sp4_flags);
6862 } else {
6863 dfprintk(MOUNT, "sp4_mach_cred: disabled\n");
6864 return -EINVAL;
6865 }
Weston Andros Adamsonfa940722013-08-13 16:37:34 -04006866
6867 if (test_bit(OP_CLOSE, sp->allow.u.longs) &&
6868 test_bit(OP_LOCKU, sp->allow.u.longs)) {
6869 dfprintk(MOUNT, " cleanup mode enabled\n");
6870 set_bit(NFS_SP4_MACH_CRED_CLEANUP, &clp->cl_sp4_flags);
6871 }
Weston Andros Adamson8b5bee22013-08-13 16:37:35 -04006872
6873 if (test_bit(OP_SECINFO, sp->allow.u.longs) &&
6874 test_bit(OP_SECINFO_NO_NAME, sp->allow.u.longs)) {
6875 dfprintk(MOUNT, " secinfo mode enabled\n");
6876 set_bit(NFS_SP4_MACH_CRED_SECINFO, &clp->cl_sp4_flags);
6877 }
Weston Andros Adamson3787d502013-08-13 16:37:36 -04006878
6879 if (test_bit(OP_TEST_STATEID, sp->allow.u.longs) &&
6880 test_bit(OP_FREE_STATEID, sp->allow.u.longs)) {
6881 dfprintk(MOUNT, " stateid mode enabled\n");
6882 set_bit(NFS_SP4_MACH_CRED_STATEID, &clp->cl_sp4_flags);
6883 }
Weston Andros Adamson8c21c622013-08-13 16:37:37 -04006884
6885 if (test_bit(OP_WRITE, sp->allow.u.longs)) {
6886 dfprintk(MOUNT, " write mode enabled\n");
6887 set_bit(NFS_SP4_MACH_CRED_WRITE, &clp->cl_sp4_flags);
6888 }
6889
6890 if (test_bit(OP_COMMIT, sp->allow.u.longs)) {
6891 dfprintk(MOUNT, " commit mode enabled\n");
6892 set_bit(NFS_SP4_MACH_CRED_COMMIT, &clp->cl_sp4_flags);
6893 }
Weston Andros Adamson2031cd12013-08-13 16:37:32 -04006894 }
6895
6896 return 0;
6897}
6898
6899/*
6900 * _nfs4_proc_exchange_id()
6901 *
6902 * Wrapper for EXCHANGE_ID operation.
6903 */
6904static int _nfs4_proc_exchange_id(struct nfs_client *clp, struct rpc_cred *cred,
6905 u32 sp4_how)
Benny Halevy99fe60d2009-04-01 09:22:29 -04006906{
6907 nfs4_verifier verifier;
6908 struct nfs41_exchange_id_args args = {
Chuck Levercd937102012-03-02 17:14:31 -05006909 .verifier = &verifier,
Benny Halevy99fe60d2009-04-01 09:22:29 -04006910 .client = clp,
Chuck Levercd3fade2013-10-17 14:14:04 -04006911#ifdef CONFIG_NFS_V4_1_MIGRATION
Trond Myklebust4f0b4292013-05-20 12:24:03 -04006912 .flags = EXCHGID4_FLAG_SUPP_MOVED_REFER |
Chuck Levercd3fade2013-10-17 14:14:04 -04006913 EXCHGID4_FLAG_BIND_PRINC_STATEID |
6914 EXCHGID4_FLAG_SUPP_MOVED_MIGR,
6915#else
6916 .flags = EXCHGID4_FLAG_SUPP_MOVED_REFER |
6917 EXCHGID4_FLAG_BIND_PRINC_STATEID,
6918#endif
Benny Halevy99fe60d2009-04-01 09:22:29 -04006919 };
6920 struct nfs41_exchange_id_res res = {
Trond Myklebust32b01312012-05-26 13:41:04 -04006921 0
Benny Halevy99fe60d2009-04-01 09:22:29 -04006922 };
6923 int status;
6924 struct rpc_message msg = {
6925 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_EXCHANGE_ID],
6926 .rpc_argp = &args,
6927 .rpc_resp = &res,
6928 .rpc_cred = cred,
6929 };
Benny Halevy99fe60d2009-04-01 09:22:29 -04006930
Chuck Leverf0920752012-05-21 22:45:41 -04006931 nfs4_init_boot_verifier(clp, &verifier);
Jeff Layton873e3852015-06-09 19:44:00 -04006932
6933 status = nfs4_init_uniform_client_string(clp);
6934 if (status)
Jeff Layton3a6bb732015-06-09 19:43:57 -04006935 goto out;
Jeff Layton3a6bb732015-06-09 19:43:57 -04006936
6937 dprintk("NFS call exchange_id auth=%s, '%s'\n",
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04006938 clp->cl_rpcclient->cl_auth->au_ops->au_name,
Jeff Layton3a6bb732015-06-09 19:43:57 -04006939 clp->cl_owner_id);
Benny Halevy99fe60d2009-04-01 09:22:29 -04006940
Chuck Leveracdeb692012-05-21 22:46:16 -04006941 res.server_owner = kzalloc(sizeof(struct nfs41_server_owner),
Trond Myklebustbbafffd2012-05-24 16:31:39 -04006942 GFP_NOFS);
Chuck Leveracdeb692012-05-21 22:46:16 -04006943 if (unlikely(res.server_owner == NULL)) {
Weston Andros Adamsonabe9a6d2012-02-16 11:17:05 -05006944 status = -ENOMEM;
6945 goto out;
6946 }
Weston Andros Adamson78fe0f42011-05-31 19:05:47 -04006947
Chuck Lever79d4e1f2012-05-21 22:44:31 -04006948 res.server_scope = kzalloc(sizeof(struct nfs41_server_scope),
Trond Myklebustbbafffd2012-05-24 16:31:39 -04006949 GFP_NOFS);
Chuck Lever177313f2012-05-21 22:44:58 -04006950 if (unlikely(res.server_scope == NULL)) {
Benny Halevy99fe60d2009-04-01 09:22:29 -04006951 status = -ENOMEM;
Chuck Leveracdeb692012-05-21 22:46:16 -04006952 goto out_server_owner;
Benny Halevy99fe60d2009-04-01 09:22:29 -04006953 }
6954
Trond Myklebustbbafffd2012-05-24 16:31:39 -04006955 res.impl_id = kzalloc(sizeof(struct nfs41_impl_id), GFP_NOFS);
Chuck Lever177313f2012-05-21 22:44:58 -04006956 if (unlikely(res.impl_id == NULL)) {
Weston Andros Adamson7d2ed9a2012-02-17 15:20:26 -05006957 status = -ENOMEM;
6958 goto out_server_scope;
6959 }
6960
Weston Andros Adamson2031cd12013-08-13 16:37:32 -04006961 switch (sp4_how) {
6962 case SP4_NONE:
6963 args.state_protect.how = SP4_NONE;
6964 break;
6965
6966 case SP4_MACH_CRED:
6967 args.state_protect = nfs4_sp4_mach_cred_request;
6968 break;
6969
6970 default:
6971 /* unsupported! */
6972 WARN_ON_ONCE(1);
6973 status = -EINVAL;
Kinglong Mee6b559702015-07-01 11:54:53 +08006974 goto out_impl_id;
Weston Andros Adamson2031cd12013-08-13 16:37:32 -04006975 }
6976
Trond Myklebust1bd714f2011-04-24 14:29:33 -04006977 status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Trond Myklebustc6d01c62013-08-09 11:51:26 -04006978 trace_nfs4_exchange_id(clp, status);
Chuck Lever177313f2012-05-21 22:44:58 -04006979 if (status == 0)
Trond Myklebust32b01312012-05-26 13:41:04 -04006980 status = nfs4_check_cl_exchange_flags(res.flags);
Weston Andros Adamson78fe0f42011-05-31 19:05:47 -04006981
Weston Andros Adamson2031cd12013-08-13 16:37:32 -04006982 if (status == 0)
6983 status = nfs4_sp4_select_mode(clp, &res.state_protect);
6984
Chuck Lever177313f2012-05-21 22:44:58 -04006985 if (status == 0) {
Trond Myklebust32b01312012-05-26 13:41:04 -04006986 clp->cl_clientid = res.clientid;
Trond Myklebuste11259f2015-03-03 20:35:31 -05006987 clp->cl_exchange_flags = res.flags;
6988 /* Client ID is not confirmed */
6989 if (!(res.flags & EXCHGID4_FLAG_CONFIRMED_R)) {
6990 clear_bit(NFS4_SESSION_ESTABLISHED,
6991 &clp->cl_session->session_state);
Trond Myklebust32b01312012-05-26 13:41:04 -04006992 clp->cl_seqid = res.seqid;
Trond Myklebuste11259f2015-03-03 20:35:31 -05006993 }
Trond Myklebust32b01312012-05-26 13:41:04 -04006994
Chuck Leveracdeb692012-05-21 22:46:16 -04006995 kfree(clp->cl_serverowner);
6996 clp->cl_serverowner = res.server_owner;
6997 res.server_owner = NULL;
Chuck Leveracdeb692012-05-21 22:46:16 -04006998
Weston Andros Adamson7d2ed9a2012-02-17 15:20:26 -05006999 /* use the most recent implementation id */
Chuck Lever59155542012-05-21 22:44:41 -04007000 kfree(clp->cl_implid);
7001 clp->cl_implid = res.impl_id;
Kinglong Mee6b559702015-07-01 11:54:53 +08007002 res.impl_id = NULL;
Weston Andros Adamson7d2ed9a2012-02-17 15:20:26 -05007003
Chuck Lever177313f2012-05-21 22:44:58 -04007004 if (clp->cl_serverscope != NULL &&
Chuck Lever79d4e1f2012-05-21 22:44:31 -04007005 !nfs41_same_server_scope(clp->cl_serverscope,
Weston Andros Adamson78fe0f42011-05-31 19:05:47 -04007006 res.server_scope)) {
7007 dprintk("%s: server_scope mismatch detected\n",
7008 __func__);
7009 set_bit(NFS4CLNT_SERVER_SCOPE_MISMATCH, &clp->cl_state);
Chuck Lever79d4e1f2012-05-21 22:44:31 -04007010 kfree(clp->cl_serverscope);
7011 clp->cl_serverscope = NULL;
Weston Andros Adamson78fe0f42011-05-31 19:05:47 -04007012 }
7013
Chuck Lever177313f2012-05-21 22:44:58 -04007014 if (clp->cl_serverscope == NULL) {
Chuck Lever79d4e1f2012-05-21 22:44:31 -04007015 clp->cl_serverscope = res.server_scope;
Kinglong Mee6b559702015-07-01 11:54:53 +08007016 res.server_scope = NULL;
Weston Andros Adamsonabe9a6d2012-02-16 11:17:05 -05007017 }
Kinglong Mee6b559702015-07-01 11:54:53 +08007018 }
Weston Andros Adamson7d2ed9a2012-02-17 15:20:26 -05007019
Kinglong Mee6b559702015-07-01 11:54:53 +08007020out_impl_id:
7021 kfree(res.impl_id);
Weston Andros Adamson7d2ed9a2012-02-17 15:20:26 -05007022out_server_scope:
Weston Andros Adamsonabe9a6d2012-02-16 11:17:05 -05007023 kfree(res.server_scope);
Kinglong Mee6b559702015-07-01 11:54:53 +08007024out_server_owner:
7025 kfree(res.server_owner);
Weston Andros Adamsonabe9a6d2012-02-16 11:17:05 -05007026out:
Chuck Lever177313f2012-05-21 22:44:58 -04007027 if (clp->cl_implid != NULL)
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04007028 dprintk("NFS reply exchange_id: Server Implementation ID: "
Weston Andros Adamson7d2ed9a2012-02-17 15:20:26 -05007029 "domain: %s, name: %s, date: %llu,%u\n",
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04007030 clp->cl_implid->domain, clp->cl_implid->name,
Chuck Lever59155542012-05-21 22:44:41 -04007031 clp->cl_implid->date.seconds,
7032 clp->cl_implid->date.nseconds);
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04007033 dprintk("NFS reply exchange_id: %d\n", status);
Benny Halevy99fe60d2009-04-01 09:22:29 -04007034 return status;
7035}
7036
Weston Andros Adamson2031cd12013-08-13 16:37:32 -04007037/*
7038 * nfs4_proc_exchange_id()
7039 *
7040 * Returns zero, a negative errno, or a negative NFS4ERR status code.
7041 *
7042 * Since the clientid has expired, all compounds using sessions
7043 * associated with the stale clientid will be returning
7044 * NFS4ERR_BADSESSION in the sequence operation, and will therefore
7045 * be in some phase of session reset.
7046 *
7047 * Will attempt to negotiate SP4_MACH_CRED if krb5i / krb5p auth is used.
7048 */
7049int nfs4_proc_exchange_id(struct nfs_client *clp, struct rpc_cred *cred)
7050{
7051 rpc_authflavor_t authflavor = clp->cl_rpcclient->cl_auth->au_flavor;
7052 int status;
7053
7054 /* try SP4_MACH_CRED if krb5i/p */
7055 if (authflavor == RPC_AUTH_GSS_KRB5I ||
7056 authflavor == RPC_AUTH_GSS_KRB5P) {
7057 status = _nfs4_proc_exchange_id(clp, cred, SP4_MACH_CRED);
7058 if (!status)
7059 return 0;
7060 }
7061
7062 /* try SP4_NONE */
7063 return _nfs4_proc_exchange_id(clp, cred, SP4_NONE);
7064}
7065
Trond Myklebust66245532012-05-25 17:18:09 -04007066static int _nfs4_proc_destroy_clientid(struct nfs_client *clp,
7067 struct rpc_cred *cred)
7068{
7069 struct rpc_message msg = {
7070 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_DESTROY_CLIENTID],
7071 .rpc_argp = clp,
7072 .rpc_cred = cred,
7073 };
7074 int status;
7075
7076 status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Trond Myklebustc6d01c62013-08-09 11:51:26 -04007077 trace_nfs4_destroy_clientid(clp, status);
Trond Myklebust66245532012-05-25 17:18:09 -04007078 if (status)
Trond Myklebust02c67522012-06-07 13:45:53 -04007079 dprintk("NFS: Got error %d from the server %s on "
Trond Myklebust66245532012-05-25 17:18:09 -04007080 "DESTROY_CLIENTID.", status, clp->cl_hostname);
7081 return status;
7082}
7083
7084static int nfs4_proc_destroy_clientid(struct nfs_client *clp,
7085 struct rpc_cred *cred)
7086{
7087 unsigned int loop;
7088 int ret;
7089
7090 for (loop = NFS4_MAX_LOOP_ON_RECOVER; loop != 0; loop--) {
7091 ret = _nfs4_proc_destroy_clientid(clp, cred);
7092 switch (ret) {
7093 case -NFS4ERR_DELAY:
7094 case -NFS4ERR_CLIENTID_BUSY:
7095 ssleep(1);
7096 break;
7097 default:
7098 return ret;
7099 }
7100 }
7101 return 0;
7102}
7103
7104int nfs4_destroy_clientid(struct nfs_client *clp)
7105{
7106 struct rpc_cred *cred;
7107 int ret = 0;
7108
7109 if (clp->cl_mvops->minor_version < 1)
7110 goto out;
7111 if (clp->cl_exchange_flags == 0)
7112 goto out;
Chuck Lever05f4c352012-09-14 17:24:32 -04007113 if (clp->cl_preserve_clid)
7114 goto out;
Chuck Lever73d8bde2013-07-24 12:28:37 -04007115 cred = nfs4_get_clid_cred(clp);
Trond Myklebust66245532012-05-25 17:18:09 -04007116 ret = nfs4_proc_destroy_clientid(clp, cred);
7117 if (cred)
7118 put_rpccred(cred);
7119 switch (ret) {
7120 case 0:
7121 case -NFS4ERR_STALE_CLIENTID:
7122 clp->cl_exchange_flags = 0;
7123 }
7124out:
7125 return ret;
7126}
7127
Andy Adamson2050f0c2009-04-01 09:22:30 -04007128struct nfs4_get_lease_time_data {
7129 struct nfs4_get_lease_time_args *args;
7130 struct nfs4_get_lease_time_res *res;
7131 struct nfs_client *clp;
7132};
7133
7134static void nfs4_get_lease_time_prepare(struct rpc_task *task,
7135 void *calldata)
7136{
Andy Adamson2050f0c2009-04-01 09:22:30 -04007137 struct nfs4_get_lease_time_data *data =
7138 (struct nfs4_get_lease_time_data *)calldata;
7139
7140 dprintk("--> %s\n", __func__);
7141 /* just setup sequence, do not trigger session recovery
7142 since we're invoked within one */
Trond Myklebustd9afbd12012-10-22 20:28:44 -04007143 nfs41_setup_sequence(data->clp->cl_session,
7144 &data->args->la_seq_args,
7145 &data->res->lr_seq_res,
7146 task);
Andy Adamson2050f0c2009-04-01 09:22:30 -04007147 dprintk("<-- %s\n", __func__);
7148}
7149
7150/*
7151 * Called from nfs4_state_manager thread for session setup, so don't recover
7152 * from sequence operation or clientid errors.
7153 */
7154static void nfs4_get_lease_time_done(struct rpc_task *task, void *calldata)
7155{
7156 struct nfs4_get_lease_time_data *data =
7157 (struct nfs4_get_lease_time_data *)calldata;
7158
7159 dprintk("--> %s\n", __func__);
Trond Myklebust14516c32010-07-31 14:29:06 -04007160 if (!nfs41_sequence_done(task, &data->res->lr_seq_res))
7161 return;
Andy Adamson2050f0c2009-04-01 09:22:30 -04007162 switch (task->tk_status) {
7163 case -NFS4ERR_DELAY:
7164 case -NFS4ERR_GRACE:
7165 dprintk("%s Retry: tk_status %d\n", __func__, task->tk_status);
7166 rpc_delay(task, NFS4_POLL_RETRY_MIN);
7167 task->tk_status = 0;
Andy Adamsona8a4ae32011-05-03 13:43:03 -04007168 /* fall through */
7169 case -NFS4ERR_RETRY_UNCACHED_REP:
Trond Myklebustd00c5d42011-10-19 12:17:29 -07007170 rpc_restart_call_prepare(task);
Andy Adamson2050f0c2009-04-01 09:22:30 -04007171 return;
7172 }
Andy Adamson2050f0c2009-04-01 09:22:30 -04007173 dprintk("<-- %s\n", __func__);
7174}
7175
Trond Myklebust17280172012-03-11 13:11:00 -04007176static const struct rpc_call_ops nfs4_get_lease_time_ops = {
Andy Adamson2050f0c2009-04-01 09:22:30 -04007177 .rpc_call_prepare = nfs4_get_lease_time_prepare,
7178 .rpc_call_done = nfs4_get_lease_time_done,
7179};
7180
7181int nfs4_proc_get_lease_time(struct nfs_client *clp, struct nfs_fsinfo *fsinfo)
7182{
7183 struct rpc_task *task;
7184 struct nfs4_get_lease_time_args args;
7185 struct nfs4_get_lease_time_res res = {
7186 .lr_fsinfo = fsinfo,
7187 };
7188 struct nfs4_get_lease_time_data data = {
7189 .args = &args,
7190 .res = &res,
7191 .clp = clp,
7192 };
7193 struct rpc_message msg = {
7194 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GET_LEASE_TIME],
7195 .rpc_argp = &args,
7196 .rpc_resp = &res,
7197 };
7198 struct rpc_task_setup task_setup = {
7199 .rpc_client = clp->cl_rpcclient,
7200 .rpc_message = &msg,
7201 .callback_ops = &nfs4_get_lease_time_ops,
Trond Myklebust1bd714f2011-04-24 14:29:33 -04007202 .callback_data = &data,
7203 .flags = RPC_TASK_TIMEOUT,
Andy Adamson2050f0c2009-04-01 09:22:30 -04007204 };
7205 int status;
7206
Chuck Levera9c92d62013-08-09 12:48:18 -04007207 nfs4_init_sequence(&args.la_seq_args, &res.lr_seq_res, 0);
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04007208 nfs4_set_sequence_privileged(&args.la_seq_args);
Andy Adamson2050f0c2009-04-01 09:22:30 -04007209 dprintk("--> %s\n", __func__);
7210 task = rpc_run_task(&task_setup);
7211
7212 if (IS_ERR(task))
7213 status = PTR_ERR(task);
7214 else {
7215 status = task->tk_status;
7216 rpc_put_task(task);
7217 }
7218 dprintk("<-- %s return %d\n", __func__, status);
7219
7220 return status;
7221}
7222
Andy Adamsonfc931582009-04-01 09:22:31 -04007223/*
7224 * Initialize the values to be used by the client in CREATE_SESSION
7225 * If nfs4_init_session set the fore channel request and response sizes,
7226 * use them.
7227 *
7228 * Set the back channel max_resp_sz_cached to zero to force the client to
7229 * always set csa_cachethis to FALSE because the current implementation
7230 * of the back channel DRC only supports caching the CB_SEQUENCE operation.
7231 */
7232static void nfs4_init_channel_attrs(struct nfs41_create_session_args *args)
7233{
Andy Adamson18aad3d2013-06-26 12:21:49 -04007234 unsigned int max_rqst_sz, max_resp_sz;
Andy Adamsonfc931582009-04-01 09:22:31 -04007235
Andy Adamson18aad3d2013-06-26 12:21:49 -04007236 max_rqst_sz = NFS_MAX_FILE_IO_SIZE + nfs41_maxwrite_overhead;
7237 max_resp_sz = NFS_MAX_FILE_IO_SIZE + nfs41_maxread_overhead;
7238
Andy Adamsonfc931582009-04-01 09:22:31 -04007239 /* Fore channel attributes */
Andy Adamson18aad3d2013-06-26 12:21:49 -04007240 args->fc_attrs.max_rqst_sz = max_rqst_sz;
7241 args->fc_attrs.max_resp_sz = max_resp_sz;
Andy Adamsonfc931582009-04-01 09:22:31 -04007242 args->fc_attrs.max_ops = NFS4_MAX_OPS;
Trond Myklebustef159e92012-02-06 19:50:40 -05007243 args->fc_attrs.max_reqs = max_session_slots;
Andy Adamsonfc931582009-04-01 09:22:31 -04007244
7245 dprintk("%s: Fore Channel : max_rqst_sz=%u max_resp_sz=%u "
Mike Sager8e0d46e2009-12-17 12:06:26 -05007246 "max_ops=%u max_reqs=%u\n",
Andy Adamsonfc931582009-04-01 09:22:31 -04007247 __func__,
7248 args->fc_attrs.max_rqst_sz, args->fc_attrs.max_resp_sz,
Mike Sager8e0d46e2009-12-17 12:06:26 -05007249 args->fc_attrs.max_ops, args->fc_attrs.max_reqs);
Andy Adamsonfc931582009-04-01 09:22:31 -04007250
7251 /* Back channel attributes */
Andy Adamsonfc931582009-04-01 09:22:31 -04007252 args->bc_attrs.max_rqst_sz = PAGE_SIZE;
7253 args->bc_attrs.max_resp_sz = PAGE_SIZE;
7254 args->bc_attrs.max_resp_sz_cached = 0;
7255 args->bc_attrs.max_ops = NFS4_MAX_BACK_CHANNEL_OPS;
7256 args->bc_attrs.max_reqs = 1;
7257
7258 dprintk("%s: Back Channel : max_rqst_sz=%u max_resp_sz=%u "
7259 "max_resp_sz_cached=%u max_ops=%u max_reqs=%u\n",
7260 __func__,
7261 args->bc_attrs.max_rqst_sz, args->bc_attrs.max_resp_sz,
7262 args->bc_attrs.max_resp_sz_cached, args->bc_attrs.max_ops,
7263 args->bc_attrs.max_reqs);
7264}
7265
Trond Myklebust79969dd2015-02-18 11:30:18 -08007266static int nfs4_verify_fore_channel_attrs(struct nfs41_create_session_args *args,
7267 struct nfs41_create_session_res *res)
Andy Adamson8d353012009-04-01 09:22:32 -04007268{
J. Bruce Fields43c2e882010-10-02 15:19:01 -04007269 struct nfs4_channel_attrs *sent = &args->fc_attrs;
Trond Myklebust79969dd2015-02-18 11:30:18 -08007270 struct nfs4_channel_attrs *rcvd = &res->fc_attrs;
J. Bruce Fields43c2e882010-10-02 15:19:01 -04007271
J. Bruce Fields43c2e882010-10-02 15:19:01 -04007272 if (rcvd->max_resp_sz > sent->max_resp_sz)
7273 return -EINVAL;
7274 /*
7275 * Our requested max_ops is the minimum we need; we're not
7276 * prepared to break up compounds into smaller pieces than that.
7277 * So, no point even trying to continue if the server won't
7278 * cooperate:
7279 */
7280 if (rcvd->max_ops < sent->max_ops)
7281 return -EINVAL;
7282 if (rcvd->max_reqs == 0)
7283 return -EINVAL;
Vitaliy Gusevb4b9a0c2012-02-15 19:38:25 +04007284 if (rcvd->max_reqs > NFS4_MAX_SLOT_TABLE)
7285 rcvd->max_reqs = NFS4_MAX_SLOT_TABLE;
J. Bruce Fields43c2e882010-10-02 15:19:01 -04007286 return 0;
Andy Adamson8d353012009-04-01 09:22:32 -04007287}
7288
Trond Myklebust79969dd2015-02-18 11:30:18 -08007289static int nfs4_verify_back_channel_attrs(struct nfs41_create_session_args *args,
7290 struct nfs41_create_session_res *res)
J. Bruce Fields43c2e882010-10-02 15:19:01 -04007291{
7292 struct nfs4_channel_attrs *sent = &args->bc_attrs;
Trond Myklebust79969dd2015-02-18 11:30:18 -08007293 struct nfs4_channel_attrs *rcvd = &res->bc_attrs;
Andy Adamson8d353012009-04-01 09:22:32 -04007294
Trond Myklebustb1c0df52015-02-18 11:34:58 -08007295 if (!(res->flags & SESSION4_BACK_CHAN))
7296 goto out;
J. Bruce Fields43c2e882010-10-02 15:19:01 -04007297 if (rcvd->max_rqst_sz > sent->max_rqst_sz)
7298 return -EINVAL;
7299 if (rcvd->max_resp_sz < sent->max_resp_sz)
7300 return -EINVAL;
7301 if (rcvd->max_resp_sz_cached > sent->max_resp_sz_cached)
7302 return -EINVAL;
7303 /* These would render the backchannel useless: */
Vitaliy Gusevb4b9a0c2012-02-15 19:38:25 +04007304 if (rcvd->max_ops != sent->max_ops)
J. Bruce Fields43c2e882010-10-02 15:19:01 -04007305 return -EINVAL;
Vitaliy Gusevb4b9a0c2012-02-15 19:38:25 +04007306 if (rcvd->max_reqs != sent->max_reqs)
J. Bruce Fields43c2e882010-10-02 15:19:01 -04007307 return -EINVAL;
Trond Myklebustb1c0df52015-02-18 11:34:58 -08007308out:
J. Bruce Fields43c2e882010-10-02 15:19:01 -04007309 return 0;
7310}
Andy Adamson8d353012009-04-01 09:22:32 -04007311
Andy Adamson8d353012009-04-01 09:22:32 -04007312static int nfs4_verify_channel_attrs(struct nfs41_create_session_args *args,
Trond Myklebust79969dd2015-02-18 11:30:18 -08007313 struct nfs41_create_session_res *res)
Andy Adamson8d353012009-04-01 09:22:32 -04007314{
J. Bruce Fields43c2e882010-10-02 15:19:01 -04007315 int ret;
Andy Adamson8d353012009-04-01 09:22:32 -04007316
Trond Myklebust79969dd2015-02-18 11:30:18 -08007317 ret = nfs4_verify_fore_channel_attrs(args, res);
J. Bruce Fields43c2e882010-10-02 15:19:01 -04007318 if (ret)
7319 return ret;
Trond Myklebust79969dd2015-02-18 11:30:18 -08007320 return nfs4_verify_back_channel_attrs(args, res);
7321}
7322
7323static void nfs4_update_session(struct nfs4_session *session,
7324 struct nfs41_create_session_res *res)
7325{
7326 nfs4_copy_sessionid(&session->sess_id, &res->sessionid);
Trond Myklebuste11259f2015-03-03 20:35:31 -05007327 /* Mark client id and session as being confirmed */
7328 session->clp->cl_exchange_flags |= EXCHGID4_FLAG_CONFIRMED_R;
7329 set_bit(NFS4_SESSION_ESTABLISHED, &session->session_state);
Trond Myklebust79969dd2015-02-18 11:30:18 -08007330 session->flags = res->flags;
7331 memcpy(&session->fc_attrs, &res->fc_attrs, sizeof(session->fc_attrs));
Trond Myklebustb1c0df52015-02-18 11:34:58 -08007332 if (res->flags & SESSION4_BACK_CHAN)
7333 memcpy(&session->bc_attrs, &res->bc_attrs,
7334 sizeof(session->bc_attrs));
Andy Adamson8d353012009-04-01 09:22:32 -04007335}
7336
Trond Myklebust848f5bd2012-05-25 17:51:23 -04007337static int _nfs4_proc_create_session(struct nfs_client *clp,
7338 struct rpc_cred *cred)
Andy Adamsonfc931582009-04-01 09:22:31 -04007339{
7340 struct nfs4_session *session = clp->cl_session;
7341 struct nfs41_create_session_args args = {
7342 .client = clp,
Trond Myklebust79969dd2015-02-18 11:30:18 -08007343 .clientid = clp->cl_clientid,
7344 .seqid = clp->cl_seqid,
Andy Adamsonfc931582009-04-01 09:22:31 -04007345 .cb_program = NFS4_CALLBACK,
7346 };
Trond Myklebust79969dd2015-02-18 11:30:18 -08007347 struct nfs41_create_session_res res;
7348
Andy Adamsonfc931582009-04-01 09:22:31 -04007349 struct rpc_message msg = {
7350 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_CREATE_SESSION],
7351 .rpc_argp = &args,
7352 .rpc_resp = &res,
Trond Myklebust848f5bd2012-05-25 17:51:23 -04007353 .rpc_cred = cred,
Andy Adamsonfc931582009-04-01 09:22:31 -04007354 };
7355 int status;
7356
7357 nfs4_init_channel_attrs(&args);
Andy Adamson0f914212009-04-01 09:23:16 -04007358 args.flags = (SESSION4_PERSIST | SESSION4_BACK_CHAN);
Andy Adamsonfc931582009-04-01 09:22:31 -04007359
Trond Myklebust1bd714f2011-04-24 14:29:33 -04007360 status = rpc_call_sync(session->clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Trond Myklebustc6d01c62013-08-09 11:51:26 -04007361 trace_nfs4_create_session(clp, status);
Andy Adamsonfc931582009-04-01 09:22:31 -04007362
Trond Myklebust43095d32012-11-20 11:13:12 -05007363 if (!status) {
Andy Adamson8d353012009-04-01 09:22:32 -04007364 /* Verify the session's negotiated channel_attrs values */
Trond Myklebust79969dd2015-02-18 11:30:18 -08007365 status = nfs4_verify_channel_attrs(&args, &res);
Andy Adamsonfc931582009-04-01 09:22:31 -04007366 /* Increment the clientid slot sequence id */
Trond Myklebust79969dd2015-02-18 11:30:18 -08007367 if (clp->cl_seqid == res.seqid)
7368 clp->cl_seqid++;
7369 if (status)
7370 goto out;
7371 nfs4_update_session(session, &res);
Andy Adamsonfc931582009-04-01 09:22:31 -04007372 }
Trond Myklebust79969dd2015-02-18 11:30:18 -08007373out:
Andy Adamsonfc931582009-04-01 09:22:31 -04007374 return status;
7375}
7376
7377/*
7378 * Issues a CREATE_SESSION operation to the server.
7379 * It is the responsibility of the caller to verify the session is
7380 * expired before calling this routine.
7381 */
Trond Myklebust848f5bd2012-05-25 17:51:23 -04007382int nfs4_proc_create_session(struct nfs_client *clp, struct rpc_cred *cred)
Andy Adamsonfc931582009-04-01 09:22:31 -04007383{
7384 int status;
7385 unsigned *ptr;
Andy Adamsonfc931582009-04-01 09:22:31 -04007386 struct nfs4_session *session = clp->cl_session;
7387
7388 dprintk("--> %s clp=%p session=%p\n", __func__, clp, session);
7389
Trond Myklebust848f5bd2012-05-25 17:51:23 -04007390 status = _nfs4_proc_create_session(clp, cred);
Andy Adamsonfc931582009-04-01 09:22:31 -04007391 if (status)
7392 goto out;
7393
Andy Adamsonaacd5532011-11-09 13:58:21 -05007394 /* Init or reset the session slot tables */
7395 status = nfs4_setup_session_slot_tables(session);
7396 dprintk("slot table setup returned %d\n", status);
Andy Adamsonfc931582009-04-01 09:22:31 -04007397 if (status)
7398 goto out;
7399
7400 ptr = (unsigned *)&session->sess_id.data[0];
7401 dprintk("%s client>seqid %d sessionid %u:%u:%u:%u\n", __func__,
7402 clp->cl_seqid, ptr[0], ptr[1], ptr[2], ptr[3]);
Andy Adamsonfc931582009-04-01 09:22:31 -04007403out:
7404 dprintk("<-- %s\n", __func__);
7405 return status;
7406}
7407
Andy Adamson0f3e66c2009-04-01 09:22:34 -04007408/*
7409 * Issue the over-the-wire RPC DESTROY_SESSION.
7410 * The caller must serialize access to this routine.
7411 */
Trond Myklebust848f5bd2012-05-25 17:51:23 -04007412int nfs4_proc_destroy_session(struct nfs4_session *session,
7413 struct rpc_cred *cred)
Andy Adamson0f3e66c2009-04-01 09:22:34 -04007414{
Trond Myklebust848f5bd2012-05-25 17:51:23 -04007415 struct rpc_message msg = {
7416 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_DESTROY_SESSION],
7417 .rpc_argp = session,
7418 .rpc_cred = cred,
7419 };
Andy Adamson0f3e66c2009-04-01 09:22:34 -04007420 int status = 0;
Andy Adamson0f3e66c2009-04-01 09:22:34 -04007421
7422 dprintk("--> nfs4_proc_destroy_session\n");
7423
7424 /* session is still being setup */
Trond Myklebuste11259f2015-03-03 20:35:31 -05007425 if (!test_and_clear_bit(NFS4_SESSION_ESTABLISHED, &session->session_state))
7426 return 0;
Andy Adamson0f3e66c2009-04-01 09:22:34 -04007427
Trond Myklebust1bd714f2011-04-24 14:29:33 -04007428 status = rpc_call_sync(session->clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Trond Myklebustc6d01c62013-08-09 11:51:26 -04007429 trace_nfs4_destroy_session(session->clp, status);
Andy Adamson0f3e66c2009-04-01 09:22:34 -04007430
7431 if (status)
Trond Myklebust08106ac2012-06-05 10:08:24 -04007432 dprintk("NFS: Got error %d from the server on DESTROY_SESSION. "
Andy Adamson0f3e66c2009-04-01 09:22:34 -04007433 "Session has been destroyed regardless...\n", status);
7434
7435 dprintk("<-- nfs4_proc_destroy_session\n");
7436 return status;
7437}
7438
Trond Myklebust7b38c362012-05-23 13:23:31 -04007439/*
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007440 * Renew the cl_session lease.
7441 */
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04007442struct nfs4_sequence_data {
7443 struct nfs_client *clp;
7444 struct nfs4_sequence_args args;
7445 struct nfs4_sequence_res res;
7446};
7447
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08007448static void nfs41_sequence_release(void *data)
7449{
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04007450 struct nfs4_sequence_data *calldata = data;
7451 struct nfs_client *clp = calldata->clp;
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08007452
Alexandros Batsakis71358402010-02-05 03:45:05 -08007453 if (atomic_read(&clp->cl_count) > 1)
7454 nfs4_schedule_state_renewal(clp);
7455 nfs_put_client(clp);
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04007456 kfree(calldata);
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08007457}
7458
Trond Myklebustaa5190d2010-06-16 09:52:25 -04007459static int nfs41_sequence_handle_errors(struct rpc_task *task, struct nfs_client *clp)
7460{
7461 switch(task->tk_status) {
7462 case -NFS4ERR_DELAY:
Trond Myklebustaa5190d2010-06-16 09:52:25 -04007463 rpc_delay(task, NFS4_POLL_RETRY_MAX);
7464 return -EAGAIN;
7465 default:
Trond Myklebust0400a6b2011-03-09 16:00:53 -05007466 nfs4_schedule_lease_recovery(clp);
Trond Myklebustaa5190d2010-06-16 09:52:25 -04007467 }
7468 return 0;
7469}
7470
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08007471static void nfs41_sequence_call_done(struct rpc_task *task, void *data)
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007472{
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04007473 struct nfs4_sequence_data *calldata = data;
7474 struct nfs_client *clp = calldata->clp;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007475
Trond Myklebust14516c32010-07-31 14:29:06 -04007476 if (!nfs41_sequence_done(task, task->tk_msg.rpc_resp))
7477 return;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007478
Trond Myklebustc6d01c62013-08-09 11:51:26 -04007479 trace_nfs4_sequence(clp, task->tk_status);
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007480 if (task->tk_status < 0) {
7481 dprintk("%s ERROR %d\n", __func__, task->tk_status);
Alexandros Batsakis71358402010-02-05 03:45:05 -08007482 if (atomic_read(&clp->cl_count) == 1)
7483 goto out;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007484
Trond Myklebustaa5190d2010-06-16 09:52:25 -04007485 if (nfs41_sequence_handle_errors(task, clp) == -EAGAIN) {
7486 rpc_restart_call_prepare(task);
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007487 return;
7488 }
7489 }
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007490 dprintk("%s rpc_cred %p\n", __func__, task->tk_msg.rpc_cred);
Alexandros Batsakis71358402010-02-05 03:45:05 -08007491out:
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007492 dprintk("<-- %s\n", __func__);
7493}
7494
7495static void nfs41_sequence_prepare(struct rpc_task *task, void *data)
7496{
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04007497 struct nfs4_sequence_data *calldata = data;
7498 struct nfs_client *clp = calldata->clp;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007499 struct nfs4_sequence_args *args;
7500 struct nfs4_sequence_res *res;
7501
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007502 args = task->tk_msg.rpc_argp;
7503 res = task->tk_msg.rpc_resp;
7504
Trond Myklebustd9afbd12012-10-22 20:28:44 -04007505 nfs41_setup_sequence(clp->cl_session, args, res, task);
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007506}
7507
7508static const struct rpc_call_ops nfs41_sequence_ops = {
7509 .rpc_call_done = nfs41_sequence_call_done,
7510 .rpc_call_prepare = nfs41_sequence_prepare,
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08007511 .rpc_release = nfs41_sequence_release,
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007512};
7513
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04007514static struct rpc_task *_nfs41_proc_sequence(struct nfs_client *clp,
7515 struct rpc_cred *cred,
7516 bool is_privileged)
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007517{
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04007518 struct nfs4_sequence_data *calldata;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007519 struct rpc_message msg = {
7520 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SEQUENCE],
7521 .rpc_cred = cred,
7522 };
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007523 struct rpc_task_setup task_setup_data = {
7524 .rpc_client = clp->cl_rpcclient,
7525 .rpc_message = &msg,
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04007526 .callback_ops = &nfs41_sequence_ops,
Trond Myklebustbc7a05c2013-04-08 17:50:28 -04007527 .flags = RPC_TASK_ASYNC | RPC_TASK_TIMEOUT,
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007528 };
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007529
Alexandros Batsakis71358402010-02-05 03:45:05 -08007530 if (!atomic_inc_not_zero(&clp->cl_count))
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007531 return ERR_PTR(-EIO);
Benny Halevydfb4f3092010-09-24 09:17:01 -04007532 calldata = kzalloc(sizeof(*calldata), GFP_NOFS);
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04007533 if (calldata == NULL) {
Alexandros Batsakis71358402010-02-05 03:45:05 -08007534 nfs_put_client(clp);
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007535 return ERR_PTR(-ENOMEM);
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007536 }
Chuck Levera9c92d62013-08-09 12:48:18 -04007537 nfs4_init_sequence(&calldata->args, &calldata->res, 0);
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04007538 if (is_privileged)
7539 nfs4_set_sequence_privileged(&calldata->args);
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04007540 msg.rpc_argp = &calldata->args;
7541 msg.rpc_resp = &calldata->res;
7542 calldata->clp = clp;
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007543 task_setup_data.callback_data = calldata;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007544
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007545 return rpc_run_task(&task_setup_data);
7546}
7547
Trond Myklebust2f60ea62011-08-24 15:07:37 -04007548static int nfs41_proc_async_sequence(struct nfs_client *clp, struct rpc_cred *cred, unsigned renew_flags)
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007549{
7550 struct rpc_task *task;
7551 int ret = 0;
7552
Trond Myklebust2f60ea62011-08-24 15:07:37 -04007553 if ((renew_flags & NFS4_RENEW_TIMEOUT) == 0)
Andy Adamsond1f456b2014-09-29 12:31:57 -04007554 return -EAGAIN;
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04007555 task = _nfs41_proc_sequence(clp, cred, false);
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007556 if (IS_ERR(task))
7557 ret = PTR_ERR(task);
7558 else
Trond Myklebustbf294b42011-02-21 11:05:41 -08007559 rpc_put_task_async(task);
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007560 dprintk("<-- %s status=%d\n", __func__, ret);
7561 return ret;
7562}
7563
7564static int nfs4_proc_sequence(struct nfs_client *clp, struct rpc_cred *cred)
7565{
7566 struct rpc_task *task;
7567 int ret;
7568
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04007569 task = _nfs41_proc_sequence(clp, cred, true);
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007570 if (IS_ERR(task)) {
7571 ret = PTR_ERR(task);
7572 goto out;
7573 }
7574 ret = rpc_wait_for_completion_task(task);
Trond Myklebustb4410c22011-03-09 16:00:55 -05007575 if (!ret) {
7576 struct nfs4_sequence_res *res = task->tk_msg.rpc_resp;
7577
7578 if (task->tk_status == 0)
7579 nfs41_handle_sequence_flag_errors(clp, res->sr_status_flags);
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007580 ret = task->tk_status;
Trond Myklebustb4410c22011-03-09 16:00:55 -05007581 }
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007582 rpc_put_task(task);
7583out:
7584 dprintk("<-- %s status=%d\n", __func__, ret);
7585 return ret;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007586}
7587
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007588struct nfs4_reclaim_complete_data {
7589 struct nfs_client *clp;
7590 struct nfs41_reclaim_complete_args arg;
7591 struct nfs41_reclaim_complete_res res;
7592};
7593
7594static void nfs4_reclaim_complete_prepare(struct rpc_task *task, void *data)
7595{
7596 struct nfs4_reclaim_complete_data *calldata = data;
7597
Trond Myklebustd9afbd12012-10-22 20:28:44 -04007598 nfs41_setup_sequence(calldata->clp->cl_session,
7599 &calldata->arg.seq_args,
7600 &calldata->res.seq_res,
7601 task);
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007602}
7603
Trond Myklebustaa5190d2010-06-16 09:52:25 -04007604static int nfs41_reclaim_complete_handle_errors(struct rpc_task *task, struct nfs_client *clp)
7605{
7606 switch(task->tk_status) {
7607 case 0:
7608 case -NFS4ERR_COMPLETE_ALREADY:
7609 case -NFS4ERR_WRONG_CRED: /* What to do here? */
7610 break;
7611 case -NFS4ERR_DELAY:
Trond Myklebustaa5190d2010-06-16 09:52:25 -04007612 rpc_delay(task, NFS4_POLL_RETRY_MAX);
Andy Adamsona8a4ae32011-05-03 13:43:03 -04007613 /* fall through */
7614 case -NFS4ERR_RETRY_UNCACHED_REP:
Trond Myklebustaa5190d2010-06-16 09:52:25 -04007615 return -EAGAIN;
7616 default:
Trond Myklebust0400a6b2011-03-09 16:00:53 -05007617 nfs4_schedule_lease_recovery(clp);
Trond Myklebustaa5190d2010-06-16 09:52:25 -04007618 }
7619 return 0;
7620}
7621
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007622static void nfs4_reclaim_complete_done(struct rpc_task *task, void *data)
7623{
7624 struct nfs4_reclaim_complete_data *calldata = data;
7625 struct nfs_client *clp = calldata->clp;
7626 struct nfs4_sequence_res *res = &calldata->res.seq_res;
7627
7628 dprintk("--> %s\n", __func__);
Trond Myklebust14516c32010-07-31 14:29:06 -04007629 if (!nfs41_sequence_done(task, res))
7630 return;
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007631
Trond Myklebustc6d01c62013-08-09 11:51:26 -04007632 trace_nfs4_reclaim_complete(clp, task->tk_status);
Trond Myklebustaa5190d2010-06-16 09:52:25 -04007633 if (nfs41_reclaim_complete_handle_errors(task, clp) == -EAGAIN) {
7634 rpc_restart_call_prepare(task);
7635 return;
7636 }
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007637 dprintk("<-- %s\n", __func__);
7638}
7639
7640static void nfs4_free_reclaim_complete_data(void *data)
7641{
7642 struct nfs4_reclaim_complete_data *calldata = data;
7643
7644 kfree(calldata);
7645}
7646
7647static const struct rpc_call_ops nfs4_reclaim_complete_call_ops = {
7648 .rpc_call_prepare = nfs4_reclaim_complete_prepare,
7649 .rpc_call_done = nfs4_reclaim_complete_done,
7650 .rpc_release = nfs4_free_reclaim_complete_data,
7651};
7652
7653/*
7654 * Issue a global reclaim complete.
7655 */
Trond Myklebust965e9c22013-05-20 11:05:17 -04007656static int nfs41_proc_reclaim_complete(struct nfs_client *clp,
7657 struct rpc_cred *cred)
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007658{
7659 struct nfs4_reclaim_complete_data *calldata;
7660 struct rpc_task *task;
7661 struct rpc_message msg = {
7662 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RECLAIM_COMPLETE],
Trond Myklebust965e9c22013-05-20 11:05:17 -04007663 .rpc_cred = cred,
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007664 };
7665 struct rpc_task_setup task_setup_data = {
7666 .rpc_client = clp->cl_rpcclient,
7667 .rpc_message = &msg,
7668 .callback_ops = &nfs4_reclaim_complete_call_ops,
7669 .flags = RPC_TASK_ASYNC,
7670 };
7671 int status = -ENOMEM;
7672
7673 dprintk("--> %s\n", __func__);
Trond Myklebust8535b2b2010-05-13 12:51:01 -04007674 calldata = kzalloc(sizeof(*calldata), GFP_NOFS);
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007675 if (calldata == NULL)
7676 goto out;
7677 calldata->clp = clp;
7678 calldata->arg.one_fs = 0;
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007679
Chuck Levera9c92d62013-08-09 12:48:18 -04007680 nfs4_init_sequence(&calldata->arg.seq_args, &calldata->res.seq_res, 0);
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04007681 nfs4_set_sequence_privileged(&calldata->arg.seq_args);
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007682 msg.rpc_argp = &calldata->arg;
7683 msg.rpc_resp = &calldata->res;
7684 task_setup_data.callback_data = calldata;
7685 task = rpc_run_task(&task_setup_data);
Dan Carpenteracf82b82010-04-22 11:28:39 +02007686 if (IS_ERR(task)) {
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007687 status = PTR_ERR(task);
Dan Carpenteracf82b82010-04-22 11:28:39 +02007688 goto out;
7689 }
Andy Adamsonc34c32e2011-03-09 13:13:46 -05007690 status = nfs4_wait_for_completion_rpc_task(task);
7691 if (status == 0)
7692 status = task->tk_status;
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007693 rpc_put_task(task);
Dan Carpenteracf82b82010-04-22 11:28:39 +02007694 return 0;
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007695out:
7696 dprintk("<-- %s status=%d\n", __func__, status);
7697 return status;
7698}
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007699
7700static void
7701nfs4_layoutget_prepare(struct rpc_task *task, void *calldata)
7702{
7703 struct nfs4_layoutget *lgp = calldata;
Fred Isamanc31663d2011-01-06 11:36:24 +00007704 struct nfs_server *server = NFS_SERVER(lgp->args.inode);
Trond Myklebust6ba7db32012-10-22 20:07:20 -04007705 struct nfs4_session *session = nfs4_get_session(server);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007706
7707 dprintk("--> %s\n", __func__);
Fred Isamanc31663d2011-01-06 11:36:24 +00007708 /* Note the is a race here, where a CB_LAYOUTRECALL can come in
7709 * right now covering the LAYOUTGET we are about to send.
7710 * However, that is not so catastrophic, and there seems
7711 * to be no way to prevent it completely.
7712 */
Trond Myklebust6ba7db32012-10-22 20:07:20 -04007713 if (nfs41_setup_sequence(session, &lgp->args.seq_args,
Trond Myklebust9d12b212012-01-17 22:04:25 -05007714 &lgp->res.seq_res, task))
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007715 return;
Fred Isamancf7d63f2011-01-06 11:36:25 +00007716 if (pnfs_choose_layoutget_stateid(&lgp->args.stateid,
7717 NFS_I(lgp->args.inode)->layout,
Peng Taoce6ab4f2014-09-06 00:53:24 +08007718 &lgp->args.range,
Fred Isamancf7d63f2011-01-06 11:36:25 +00007719 lgp->args.ctx->state)) {
7720 rpc_exit(task, NFS4_OK);
Fred Isamancf7d63f2011-01-06 11:36:25 +00007721 }
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007722}
7723
7724static void nfs4_layoutget_done(struct rpc_task *task, void *calldata)
7725{
7726 struct nfs4_layoutget *lgp = calldata;
Trond Myklebustee314c22012-10-01 17:25:48 -07007727 struct inode *inode = lgp->args.inode;
7728 struct nfs_server *server = NFS_SERVER(inode);
7729 struct pnfs_layout_hdr *lo;
7730 struct nfs4_state *state = NULL;
Boaz Harroshed7e5422014-01-22 20:34:54 +02007731 unsigned long timeo, now, giveup;
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007732
Boaz Harroshed7e5422014-01-22 20:34:54 +02007733 dprintk("--> %s tk_status => %d\n", __func__, -task->tk_status);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007734
Trond Myklebust6ba7db32012-10-22 20:07:20 -04007735 if (!nfs41_sequence_done(task, &lgp->res.seq_res))
Trond Myklebustee314c22012-10-01 17:25:48 -07007736 goto out;
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007737
7738 switch (task->tk_status) {
7739 case 0:
Trond Myklebustee314c22012-10-01 17:25:48 -07007740 goto out;
Boaz Harroshed7e5422014-01-22 20:34:54 +02007741 /*
7742 * NFS4ERR_LAYOUTTRYLATER is a conflict with another client
7743 * (or clients) writing to the same RAID stripe
7744 */
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007745 case -NFS4ERR_LAYOUTTRYLATER:
Boaz Harroshed7e5422014-01-22 20:34:54 +02007746 /*
7747 * NFS4ERR_RECALLCONFLICT is when conflict with self (must recall
7748 * existing layout before getting a new one).
7749 */
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007750 case -NFS4ERR_RECALLCONFLICT:
Weston Andros Adamson30005122013-02-28 20:30:10 -05007751 timeo = rpc_get_timeout(task->tk_client);
7752 giveup = lgp->args.timestamp + timeo;
Boaz Harroshed7e5422014-01-22 20:34:54 +02007753 now = jiffies;
7754 if (time_after(giveup, now)) {
7755 unsigned long delay;
7756
7757 /* Delay for:
7758 * - Not less then NFS4_POLL_RETRY_MIN.
7759 * - One last time a jiffie before we give up
7760 * - exponential backoff (time_now minus start_attempt)
7761 */
7762 delay = max_t(unsigned long, NFS4_POLL_RETRY_MIN,
7763 min((giveup - now - 1),
7764 now - lgp->args.timestamp));
7765
7766 dprintk("%s: NFS4ERR_RECALLCONFLICT waiting %lu\n",
7767 __func__, delay);
7768 rpc_delay(task, delay);
7769 task->tk_status = 0;
7770 rpc_restart_call_prepare(task);
7771 goto out; /* Do not call nfs4_async_handle_error() */
7772 }
Trond Myklebustee314c22012-10-01 17:25:48 -07007773 break;
7774 case -NFS4ERR_EXPIRED:
7775 case -NFS4ERR_BAD_STATEID:
7776 spin_lock(&inode->i_lock);
7777 lo = NFS_I(inode)->layout;
7778 if (!lo || list_empty(&lo->plh_segs)) {
7779 spin_unlock(&inode->i_lock);
7780 /* If the open stateid was bad, then recover it. */
7781 state = lgp->args.ctx->state;
7782 } else {
7783 LIST_HEAD(head);
7784
Christoph Hellwigdefb8462014-08-21 11:09:21 -05007785 /*
7786 * Mark the bad layout state as invalid, then retry
7787 * with the current stateid.
7788 */
Trond Myklebustee314c22012-10-01 17:25:48 -07007789 pnfs_mark_matching_lsegs_invalid(lo, &head, NULL);
7790 spin_unlock(&inode->i_lock);
Trond Myklebustee314c22012-10-01 17:25:48 -07007791 pnfs_free_lseg_list(&head);
Christoph Hellwigdefb8462014-08-21 11:09:21 -05007792
7793 task->tk_status = 0;
7794 rpc_restart_call_prepare(task);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007795 }
7796 }
NeilBrown8478eaa2014-09-18 16:09:27 +10007797 if (nfs4_async_handle_error(task, server, state, NULL) == -EAGAIN)
Trond Myklebustee314c22012-10-01 17:25:48 -07007798 rpc_restart_call_prepare(task);
7799out:
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007800 dprintk("<-- %s\n", __func__);
7801}
7802
Idan Kedar85541162012-08-02 11:47:10 +03007803static size_t max_response_pages(struct nfs_server *server)
7804{
7805 u32 max_resp_sz = server->nfs_client->cl_session->fc_attrs.max_resp_sz;
7806 return nfs_page_array_len(0, max_resp_sz);
7807}
7808
7809static void nfs4_free_pages(struct page **pages, size_t size)
7810{
7811 int i;
7812
7813 if (!pages)
7814 return;
7815
7816 for (i = 0; i < size; i++) {
7817 if (!pages[i])
7818 break;
7819 __free_page(pages[i]);
7820 }
7821 kfree(pages);
7822}
7823
7824static struct page **nfs4_alloc_pages(size_t size, gfp_t gfp_flags)
7825{
7826 struct page **pages;
7827 int i;
7828
7829 pages = kcalloc(size, sizeof(struct page *), gfp_flags);
7830 if (!pages) {
7831 dprintk("%s: can't alloc array of %zu pages\n", __func__, size);
7832 return NULL;
7833 }
7834
7835 for (i = 0; i < size; i++) {
7836 pages[i] = alloc_page(gfp_flags);
7837 if (!pages[i]) {
7838 dprintk("%s: failed to allocate page\n", __func__);
7839 nfs4_free_pages(pages, size);
7840 return NULL;
7841 }
7842 }
7843
7844 return pages;
7845}
7846
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007847static void nfs4_layoutget_release(void *calldata)
7848{
7849 struct nfs4_layoutget *lgp = calldata;
Weston Andros Adamsona47970f2013-02-25 21:27:33 -05007850 struct inode *inode = lgp->args.inode;
7851 struct nfs_server *server = NFS_SERVER(inode);
Idan Kedar85541162012-08-02 11:47:10 +03007852 size_t max_pages = max_response_pages(server);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007853
7854 dprintk("--> %s\n", __func__);
Idan Kedar85541162012-08-02 11:47:10 +03007855 nfs4_free_pages(lgp->args.layout.pages, max_pages);
Weston Andros Adamsona47970f2013-02-25 21:27:33 -05007856 pnfs_put_layout_hdr(NFS_I(inode)->layout);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007857 put_nfs_open_context(lgp->args.ctx);
7858 kfree(calldata);
7859 dprintk("<-- %s\n", __func__);
7860}
7861
7862static const struct rpc_call_ops nfs4_layoutget_call_ops = {
7863 .rpc_call_prepare = nfs4_layoutget_prepare,
7864 .rpc_call_done = nfs4_layoutget_done,
7865 .rpc_release = nfs4_layoutget_release,
7866};
7867
Trond Myklebusta0b0a6e2012-09-17 17:12:15 -04007868struct pnfs_layout_segment *
7869nfs4_proc_layoutget(struct nfs4_layoutget *lgp, gfp_t gfp_flags)
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007870{
Weston Andros Adamsona47970f2013-02-25 21:27:33 -05007871 struct inode *inode = lgp->args.inode;
7872 struct nfs_server *server = NFS_SERVER(inode);
Idan Kedar85541162012-08-02 11:47:10 +03007873 size_t max_pages = max_response_pages(server);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007874 struct rpc_task *task;
7875 struct rpc_message msg = {
7876 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LAYOUTGET],
7877 .rpc_argp = &lgp->args,
7878 .rpc_resp = &lgp->res,
Trond Myklebust6ab59342013-05-20 10:49:34 -04007879 .rpc_cred = lgp->cred,
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007880 };
7881 struct rpc_task_setup task_setup_data = {
7882 .rpc_client = server->client,
7883 .rpc_message = &msg,
7884 .callback_ops = &nfs4_layoutget_call_ops,
7885 .callback_data = lgp,
7886 .flags = RPC_TASK_ASYNC,
7887 };
Trond Myklebusta0b0a6e2012-09-17 17:12:15 -04007888 struct pnfs_layout_segment *lseg = NULL;
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007889 int status = 0;
7890
7891 dprintk("--> %s\n", __func__);
7892
Peng Tao4bd5a982014-11-17 11:05:17 +08007893 /* nfs4_layoutget_release calls pnfs_put_layout_hdr */
7894 pnfs_get_layout_hdr(NFS_I(inode)->layout);
7895
Idan Kedar85541162012-08-02 11:47:10 +03007896 lgp->args.layout.pages = nfs4_alloc_pages(max_pages, gfp_flags);
7897 if (!lgp->args.layout.pages) {
7898 nfs4_layoutget_release(lgp);
Trond Myklebusta0b0a6e2012-09-17 17:12:15 -04007899 return ERR_PTR(-ENOMEM);
Idan Kedar85541162012-08-02 11:47:10 +03007900 }
7901 lgp->args.layout.pglen = max_pages * PAGE_SIZE;
Weston Andros Adamson30005122013-02-28 20:30:10 -05007902 lgp->args.timestamp = jiffies;
Idan Kedar85541162012-08-02 11:47:10 +03007903
Weston Andros Adamson35124a02011-03-24 16:48:21 -04007904 lgp->res.layoutp = &lgp->args.layout;
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007905 lgp->res.seq_res.sr_slot = NULL;
Chuck Levera9c92d62013-08-09 12:48:18 -04007906 nfs4_init_sequence(&lgp->args.seq_args, &lgp->res.seq_res, 0);
Weston Andros Adamsona47970f2013-02-25 21:27:33 -05007907
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007908 task = rpc_run_task(&task_setup_data);
7909 if (IS_ERR(task))
Trond Myklebusta0b0a6e2012-09-17 17:12:15 -04007910 return ERR_CAST(task);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007911 status = nfs4_wait_for_completion_rpc_task(task);
Fred Isamanc31663d2011-01-06 11:36:24 +00007912 if (status == 0)
7913 status = task->tk_status;
Trond Myklebust1037e6e2013-08-14 16:36:51 -04007914 trace_nfs4_layoutget(lgp->args.ctx,
7915 &lgp->args.range,
7916 &lgp->res.range,
7917 status);
Weston Andros Adamson085b7a42013-02-15 16:03:46 -05007918 /* if layoutp->len is 0, nfs4_layoutget_prepare called rpc_exit */
7919 if (status == 0 && lgp->res.layoutp->len)
Trond Myklebusta0b0a6e2012-09-17 17:12:15 -04007920 lseg = pnfs_layout_process(lgp);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007921 rpc_put_task(task);
7922 dprintk("<-- %s status=%d\n", __func__, status);
Trond Myklebusta0b0a6e2012-09-17 17:12:15 -04007923 if (status)
7924 return ERR_PTR(status);
7925 return lseg;
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007926}
7927
Benny Halevycbe82602011-05-22 19:52:37 +03007928static void
7929nfs4_layoutreturn_prepare(struct rpc_task *task, void *calldata)
7930{
7931 struct nfs4_layoutreturn *lrp = calldata;
7932
7933 dprintk("--> %s\n", __func__);
Trond Myklebustd9afbd12012-10-22 20:28:44 -04007934 nfs41_setup_sequence(lrp->clp->cl_session,
7935 &lrp->args.seq_args,
7936 &lrp->res.seq_res,
7937 task);
Benny Halevycbe82602011-05-22 19:52:37 +03007938}
7939
7940static void nfs4_layoutreturn_done(struct rpc_task *task, void *calldata)
7941{
7942 struct nfs4_layoutreturn *lrp = calldata;
7943 struct nfs_server *server;
7944
7945 dprintk("--> %s\n", __func__);
7946
Trond Myklebust6ba7db32012-10-22 20:07:20 -04007947 if (!nfs41_sequence_done(task, &lrp->res.seq_res))
Benny Halevycbe82602011-05-22 19:52:37 +03007948 return;
7949
7950 server = NFS_SERVER(lrp->args.inode);
Trond Myklebustf22e5ed2013-12-04 12:09:45 -05007951 switch (task->tk_status) {
7952 default:
7953 task->tk_status = 0;
7954 case 0:
7955 break;
7956 case -NFS4ERR_DELAY:
NeilBrown8478eaa2014-09-18 16:09:27 +10007957 if (nfs4_async_handle_error(task, server, NULL, NULL) != -EAGAIN)
Trond Myklebustf22e5ed2013-12-04 12:09:45 -05007958 break;
Trond Myklebustd00c5d42011-10-19 12:17:29 -07007959 rpc_restart_call_prepare(task);
Benny Halevycbe82602011-05-22 19:52:37 +03007960 return;
7961 }
Benny Halevycbe82602011-05-22 19:52:37 +03007962 dprintk("<-- %s\n", __func__);
7963}
7964
7965static void nfs4_layoutreturn_release(void *calldata)
7966{
7967 struct nfs4_layoutreturn *lrp = calldata;
Trond Myklebust849b2862012-09-24 14:18:39 -04007968 struct pnfs_layout_hdr *lo = lrp->args.layout;
Benny Halevycbe82602011-05-22 19:52:37 +03007969
7970 dprintk("--> %s\n", __func__);
Trond Myklebust849b2862012-09-24 14:18:39 -04007971 spin_lock(&lo->plh_inode->i_lock);
7972 if (lrp->res.lrs_present)
7973 pnfs_set_layout_stateid(lo, &lrp->res.stateid, true);
Tom Haynesd67ae822014-12-11 17:02:04 -05007974 pnfs_clear_layoutreturn_waitbit(lo);
Peng Tao193e3aa2014-11-17 09:30:41 +08007975 clear_bit(NFS_LAYOUT_RETURN_BEFORE_CLOSE, &lo->plh_flags);
7976 rpc_wake_up(&NFS_SERVER(lo->plh_inode)->roc_rpcwaitq);
Trond Myklebust849b2862012-09-24 14:18:39 -04007977 lo->plh_block_lgets--;
7978 spin_unlock(&lo->plh_inode->i_lock);
Trond Myklebust70c3bd22012-09-18 20:51:13 -04007979 pnfs_put_layout_hdr(lrp->args.layout);
Trond Myklebust5a0ec8ac2015-02-05 16:35:16 -05007980 nfs_iput_and_deactive(lrp->inode);
Benny Halevycbe82602011-05-22 19:52:37 +03007981 kfree(calldata);
7982 dprintk("<-- %s\n", __func__);
7983}
7984
7985static const struct rpc_call_ops nfs4_layoutreturn_call_ops = {
7986 .rpc_call_prepare = nfs4_layoutreturn_prepare,
7987 .rpc_call_done = nfs4_layoutreturn_done,
7988 .rpc_release = nfs4_layoutreturn_release,
7989};
7990
Peng Tao6c166052014-11-17 09:30:40 +08007991int nfs4_proc_layoutreturn(struct nfs4_layoutreturn *lrp, bool sync)
Benny Halevycbe82602011-05-22 19:52:37 +03007992{
7993 struct rpc_task *task;
7994 struct rpc_message msg = {
7995 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LAYOUTRETURN],
7996 .rpc_argp = &lrp->args,
7997 .rpc_resp = &lrp->res,
Trond Myklebust95560002013-05-20 10:43:47 -04007998 .rpc_cred = lrp->cred,
Benny Halevycbe82602011-05-22 19:52:37 +03007999 };
8000 struct rpc_task_setup task_setup_data = {
Andy Adamson1771c572013-07-22 12:42:05 -04008001 .rpc_client = NFS_SERVER(lrp->args.inode)->client,
Benny Halevycbe82602011-05-22 19:52:37 +03008002 .rpc_message = &msg,
8003 .callback_ops = &nfs4_layoutreturn_call_ops,
8004 .callback_data = lrp,
8005 };
Peng Tao6c166052014-11-17 09:30:40 +08008006 int status = 0;
Benny Halevycbe82602011-05-22 19:52:37 +03008007
8008 dprintk("--> %s\n", __func__);
Trond Myklebust5a0ec8ac2015-02-05 16:35:16 -05008009 if (!sync) {
8010 lrp->inode = nfs_igrab_and_active(lrp->args.inode);
8011 if (!lrp->inode) {
8012 nfs4_layoutreturn_release(lrp);
8013 return -EAGAIN;
8014 }
8015 task_setup_data.flags |= RPC_TASK_ASYNC;
8016 }
Chuck Levera9c92d62013-08-09 12:48:18 -04008017 nfs4_init_sequence(&lrp->args.seq_args, &lrp->res.seq_res, 1);
Benny Halevycbe82602011-05-22 19:52:37 +03008018 task = rpc_run_task(&task_setup_data);
8019 if (IS_ERR(task))
8020 return PTR_ERR(task);
Trond Myklebust5a0ec8ac2015-02-05 16:35:16 -05008021 if (sync)
8022 status = task->tk_status;
Trond Myklebust1037e6e2013-08-14 16:36:51 -04008023 trace_nfs4_layoutreturn(lrp->args.inode, status);
Benny Halevycbe82602011-05-22 19:52:37 +03008024 dprintk("<-- %s status=%d\n", __func__, status);
8025 rpc_put_task(task);
8026 return status;
8027}
8028
Andy Adamsonb1f69b72010-10-20 00:18:03 -04008029static int
Trond Myklebustcd5875f2013-05-20 11:42:54 -04008030_nfs4_proc_getdeviceinfo(struct nfs_server *server,
8031 struct pnfs_device *pdev,
8032 struct rpc_cred *cred)
Andy Adamsonb1f69b72010-10-20 00:18:03 -04008033{
8034 struct nfs4_getdeviceinfo_args args = {
8035 .pdev = pdev,
Trond Myklebust4e590802015-03-09 14:01:25 -04008036 .notify_types = NOTIFY_DEVICEID4_CHANGE |
8037 NOTIFY_DEVICEID4_DELETE,
Andy Adamsonb1f69b72010-10-20 00:18:03 -04008038 };
8039 struct nfs4_getdeviceinfo_res res = {
8040 .pdev = pdev,
8041 };
8042 struct rpc_message msg = {
8043 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GETDEVICEINFO],
8044 .rpc_argp = &args,
8045 .rpc_resp = &res,
Trond Myklebustcd5875f2013-05-20 11:42:54 -04008046 .rpc_cred = cred,
Andy Adamsonb1f69b72010-10-20 00:18:03 -04008047 };
8048 int status;
8049
8050 dprintk("--> %s\n", __func__);
Bryan Schumaker7c513052011-03-24 17:12:24 +00008051 status = nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Trond Myklebust4e590802015-03-09 14:01:25 -04008052 if (res.notification & ~args.notify_types)
8053 dprintk("%s: unsupported notification\n", __func__);
Trond Myklebustdf526992015-03-09 14:48:32 -04008054 if (res.notification != args.notify_types)
8055 pdev->nocache = 1;
Trond Myklebust4e590802015-03-09 14:01:25 -04008056
Andy Adamsonb1f69b72010-10-20 00:18:03 -04008057 dprintk("<-- %s status=%d\n", __func__, status);
8058
8059 return status;
8060}
8061
Trond Myklebustcd5875f2013-05-20 11:42:54 -04008062int nfs4_proc_getdeviceinfo(struct nfs_server *server,
8063 struct pnfs_device *pdev,
8064 struct rpc_cred *cred)
Andy Adamsonb1f69b72010-10-20 00:18:03 -04008065{
8066 struct nfs4_exception exception = { };
8067 int err;
8068
8069 do {
8070 err = nfs4_handle_exception(server,
Trond Myklebustcd5875f2013-05-20 11:42:54 -04008071 _nfs4_proc_getdeviceinfo(server, pdev, cred),
Andy Adamsonb1f69b72010-10-20 00:18:03 -04008072 &exception);
8073 } while (exception.retry);
8074 return err;
8075}
8076EXPORT_SYMBOL_GPL(nfs4_proc_getdeviceinfo);
8077
Andy Adamson863a3c62011-03-23 13:27:54 +00008078static void nfs4_layoutcommit_prepare(struct rpc_task *task, void *calldata)
8079{
8080 struct nfs4_layoutcommit_data *data = calldata;
8081 struct nfs_server *server = NFS_SERVER(data->args.inode);
Trond Myklebust6ba7db32012-10-22 20:07:20 -04008082 struct nfs4_session *session = nfs4_get_session(server);
Andy Adamson863a3c62011-03-23 13:27:54 +00008083
Trond Myklebustd9afbd12012-10-22 20:28:44 -04008084 nfs41_setup_sequence(session,
8085 &data->args.seq_args,
8086 &data->res.seq_res,
8087 task);
Andy Adamson863a3c62011-03-23 13:27:54 +00008088}
8089
8090static void
8091nfs4_layoutcommit_done(struct rpc_task *task, void *calldata)
8092{
8093 struct nfs4_layoutcommit_data *data = calldata;
8094 struct nfs_server *server = NFS_SERVER(data->args.inode);
8095
Trond Myklebust6ba7db32012-10-22 20:07:20 -04008096 if (!nfs41_sequence_done(task, &data->res.seq_res))
Andy Adamson863a3c62011-03-23 13:27:54 +00008097 return;
8098
8099 switch (task->tk_status) { /* Just ignore these failures */
Trond Myklebuste59d27e2012-03-27 18:22:19 -04008100 case -NFS4ERR_DELEG_REVOKED: /* layout was recalled */
8101 case -NFS4ERR_BADIOMODE: /* no IOMODE_RW layout for range */
8102 case -NFS4ERR_BADLAYOUT: /* no layout */
8103 case -NFS4ERR_GRACE: /* loca_recalim always false */
Andy Adamson863a3c62011-03-23 13:27:54 +00008104 task->tk_status = 0;
Trond Myklebuste59d27e2012-03-27 18:22:19 -04008105 case 0:
Trond Myklebuste59d27e2012-03-27 18:22:19 -04008106 break;
8107 default:
NeilBrown8478eaa2014-09-18 16:09:27 +10008108 if (nfs4_async_handle_error(task, server, NULL, NULL) == -EAGAIN) {
Trond Myklebuste59d27e2012-03-27 18:22:19 -04008109 rpc_restart_call_prepare(task);
8110 return;
8111 }
8112 }
Andy Adamson863a3c62011-03-23 13:27:54 +00008113}
8114
8115static void nfs4_layoutcommit_release(void *calldata)
8116{
8117 struct nfs4_layoutcommit_data *data = calldata;
8118
Andy Adamsondb29c082011-07-30 20:52:38 -04008119 pnfs_cleanup_layoutcommit(data);
Trond Myklebustd8c951c2014-01-13 12:08:11 -05008120 nfs_post_op_update_inode_force_wcc(data->args.inode,
8121 data->res.fattr);
Andy Adamson863a3c62011-03-23 13:27:54 +00008122 put_rpccred(data->cred);
Trond Myklebust472e2592015-02-05 16:50:30 -05008123 nfs_iput_and_deactive(data->inode);
Andy Adamson863a3c62011-03-23 13:27:54 +00008124 kfree(data);
8125}
8126
8127static const struct rpc_call_ops nfs4_layoutcommit_ops = {
8128 .rpc_call_prepare = nfs4_layoutcommit_prepare,
8129 .rpc_call_done = nfs4_layoutcommit_done,
8130 .rpc_release = nfs4_layoutcommit_release,
8131};
8132
8133int
Andy Adamsonef311532011-03-12 02:58:10 -05008134nfs4_proc_layoutcommit(struct nfs4_layoutcommit_data *data, bool sync)
Andy Adamson863a3c62011-03-23 13:27:54 +00008135{
8136 struct rpc_message msg = {
8137 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LAYOUTCOMMIT],
8138 .rpc_argp = &data->args,
8139 .rpc_resp = &data->res,
8140 .rpc_cred = data->cred,
8141 };
8142 struct rpc_task_setup task_setup_data = {
8143 .task = &data->task,
8144 .rpc_client = NFS_CLIENT(data->args.inode),
8145 .rpc_message = &msg,
8146 .callback_ops = &nfs4_layoutcommit_ops,
8147 .callback_data = data,
Andy Adamson863a3c62011-03-23 13:27:54 +00008148 };
8149 struct rpc_task *task;
8150 int status = 0;
8151
Kinglong Meeb4839eb2015-07-01 12:00:13 +08008152 dprintk("NFS: initiating layoutcommit call. sync %d "
8153 "lbw: %llu inode %lu\n", sync,
Andy Adamson863a3c62011-03-23 13:27:54 +00008154 data->args.lastbytewritten,
8155 data->args.inode->i_ino);
8156
Trond Myklebust472e2592015-02-05 16:50:30 -05008157 if (!sync) {
8158 data->inode = nfs_igrab_and_active(data->args.inode);
8159 if (data->inode == NULL) {
8160 nfs4_layoutcommit_release(data);
8161 return -EAGAIN;
8162 }
8163 task_setup_data.flags = RPC_TASK_ASYNC;
8164 }
Chuck Levera9c92d62013-08-09 12:48:18 -04008165 nfs4_init_sequence(&data->args.seq_args, &data->res.seq_res, 1);
Andy Adamson863a3c62011-03-23 13:27:54 +00008166 task = rpc_run_task(&task_setup_data);
8167 if (IS_ERR(task))
8168 return PTR_ERR(task);
Trond Myklebust472e2592015-02-05 16:50:30 -05008169 if (sync)
8170 status = task->tk_status;
Trond Myklebust1037e6e2013-08-14 16:36:51 -04008171 trace_nfs4_layoutcommit(data->args.inode, status);
Andy Adamson863a3c62011-03-23 13:27:54 +00008172 dprintk("%s: status %d\n", __func__, status);
8173 rpc_put_task(task);
8174 return status;
8175}
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008176
Andy Adamson97431202013-08-08 10:57:56 -04008177/**
8178 * Use the state managment nfs_client cl_rpcclient, which uses krb5i (if
8179 * possible) as per RFC3530bis and RFC5661 Security Considerations sections
8180 */
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008181static int
8182_nfs41_proc_secinfo_no_name(struct nfs_server *server, struct nfs_fh *fhandle,
Weston Andros Adamsonb1b3e132013-09-04 12:13:19 -04008183 struct nfs_fsinfo *info,
8184 struct nfs4_secinfo_flavors *flavors, bool use_integrity)
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008185{
8186 struct nfs41_secinfo_no_name_args args = {
8187 .style = SECINFO_STYLE_CURRENT_FH,
8188 };
8189 struct nfs4_secinfo_res res = {
8190 .flavors = flavors,
8191 };
8192 struct rpc_message msg = {
8193 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SECINFO_NO_NAME],
8194 .rpc_argp = &args,
8195 .rpc_resp = &res,
8196 };
Weston Andros Adamsonb1b3e132013-09-04 12:13:19 -04008197 struct rpc_clnt *clnt = server->client;
Weston Andros Adamson7cb852d2013-09-10 18:44:31 -04008198 struct rpc_cred *cred = NULL;
Weston Andros Adamsonb1b3e132013-09-04 12:13:19 -04008199 int status;
8200
8201 if (use_integrity) {
8202 clnt = server->nfs_client->cl_rpcclient;
Weston Andros Adamson7cb852d2013-09-10 18:44:31 -04008203 cred = nfs4_get_clid_cred(server->nfs_client);
8204 msg.rpc_cred = cred;
Weston Andros Adamsonb1b3e132013-09-04 12:13:19 -04008205 }
8206
8207 dprintk("--> %s\n", __func__);
8208 status = nfs4_call_sync(clnt, server, &msg, &args.seq_args,
8209 &res.seq_res, 0);
8210 dprintk("<-- %s status=%d\n", __func__, status);
8211
Weston Andros Adamson7cb852d2013-09-10 18:44:31 -04008212 if (cred)
8213 put_rpccred(cred);
Weston Andros Adamsonb1b3e132013-09-04 12:13:19 -04008214
8215 return status;
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008216}
8217
8218static int
8219nfs41_proc_secinfo_no_name(struct nfs_server *server, struct nfs_fh *fhandle,
8220 struct nfs_fsinfo *info, struct nfs4_secinfo_flavors *flavors)
8221{
8222 struct nfs4_exception exception = { };
8223 int err;
8224 do {
Weston Andros Adamsonb1b3e132013-09-04 12:13:19 -04008225 /* first try using integrity protection */
8226 err = -NFS4ERR_WRONGSEC;
8227
8228 /* try to use integrity protection with machine cred */
8229 if (_nfs4_is_integrity_protected(server->nfs_client))
8230 err = _nfs41_proc_secinfo_no_name(server, fhandle, info,
8231 flavors, true);
8232
8233 /*
8234 * if unable to use integrity protection, or SECINFO with
8235 * integrity protection returns NFS4ERR_WRONGSEC (which is
8236 * disallowed by spec, but exists in deployed servers) use
8237 * the current filesystem's rpc_client and the user cred.
8238 */
8239 if (err == -NFS4ERR_WRONGSEC)
8240 err = _nfs41_proc_secinfo_no_name(server, fhandle, info,
8241 flavors, false);
8242
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008243 switch (err) {
8244 case 0:
8245 case -NFS4ERR_WRONGSEC:
Weston Andros Adamson78b19ba2014-01-13 16:54:45 -05008246 case -ENOTSUPP:
Trond Myklebust05e9cfb2012-03-27 18:13:02 -04008247 goto out;
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008248 default:
8249 err = nfs4_handle_exception(server, err, &exception);
8250 }
8251 } while (exception.retry);
Trond Myklebust05e9cfb2012-03-27 18:13:02 -04008252out:
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008253 return err;
8254}
8255
8256static int
8257nfs41_find_root_sec(struct nfs_server *server, struct nfs_fh *fhandle,
8258 struct nfs_fsinfo *info)
8259{
8260 int err;
8261 struct page *page;
Anna Schumaker367156d2013-09-25 17:02:48 -04008262 rpc_authflavor_t flavor = RPC_AUTH_MAXFLAVOR;
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008263 struct nfs4_secinfo_flavors *flavors;
Weston Andros Adamson58a8cf12013-09-24 13:58:02 -04008264 struct nfs4_secinfo4 *secinfo;
8265 int i;
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008266
8267 page = alloc_page(GFP_KERNEL);
8268 if (!page) {
8269 err = -ENOMEM;
8270 goto out;
8271 }
8272
8273 flavors = page_address(page);
8274 err = nfs41_proc_secinfo_no_name(server, fhandle, info, flavors);
8275
8276 /*
8277 * Fall back on "guess and check" method if
8278 * the server doesn't support SECINFO_NO_NAME
8279 */
Weston Andros Adamson78b19ba2014-01-13 16:54:45 -05008280 if (err == -NFS4ERR_WRONGSEC || err == -ENOTSUPP) {
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008281 err = nfs4_find_root_sec(server, fhandle, info);
8282 goto out_freepage;
8283 }
8284 if (err)
8285 goto out_freepage;
8286
Weston Andros Adamson58a8cf12013-09-24 13:58:02 -04008287 for (i = 0; i < flavors->num_flavors; i++) {
8288 secinfo = &flavors->flavors[i];
8289
8290 switch (secinfo->flavor) {
8291 case RPC_AUTH_NULL:
8292 case RPC_AUTH_UNIX:
8293 case RPC_AUTH_GSS:
8294 flavor = rpcauth_get_pseudoflavor(secinfo->flavor,
8295 &secinfo->flavor_info);
8296 break;
8297 default:
8298 flavor = RPC_AUTH_MAXFLAVOR;
8299 break;
8300 }
8301
Weston Andros Adamson4d4b69d2013-10-18 15:15:19 -04008302 if (!nfs_auth_info_match(&server->auth_info, flavor))
8303 flavor = RPC_AUTH_MAXFLAVOR;
8304
Weston Andros Adamson58a8cf12013-09-24 13:58:02 -04008305 if (flavor != RPC_AUTH_MAXFLAVOR) {
8306 err = nfs4_lookup_root_sec(server, fhandle,
8307 info, flavor);
8308 if (!err)
8309 break;
8310 }
8311 }
8312
8313 if (flavor == RPC_AUTH_MAXFLAVOR)
8314 err = -EPERM;
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008315
8316out_freepage:
8317 put_page(page);
8318 if (err == -EACCES)
8319 return -EPERM;
8320out:
8321 return err;
8322}
Bryan Schumaker1cab0652012-01-31 10:39:29 -05008323
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008324static int _nfs41_test_stateid(struct nfs_server *server,
8325 nfs4_stateid *stateid,
8326 struct rpc_cred *cred)
Bryan Schumaker7d974792011-06-02 14:59:08 -04008327{
8328 int status;
8329 struct nfs41_test_stateid_args args = {
Bryan Schumaker1cab0652012-01-31 10:39:29 -05008330 .stateid = stateid,
Bryan Schumaker7d974792011-06-02 14:59:08 -04008331 };
8332 struct nfs41_test_stateid_res res;
8333 struct rpc_message msg = {
8334 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_TEST_STATEID],
8335 .rpc_argp = &args,
8336 .rpc_resp = &res,
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008337 .rpc_cred = cred,
Bryan Schumaker7d974792011-06-02 14:59:08 -04008338 };
Weston Andros Adamson3787d502013-08-13 16:37:36 -04008339 struct rpc_clnt *rpc_client = server->client;
8340
8341 nfs4_state_protect(server->nfs_client, NFS_SP4_MACH_CRED_STATEID,
8342 &rpc_client, &msg);
Bryan Schumaker1cab0652012-01-31 10:39:29 -05008343
Chuck Lever38527b12012-07-11 16:30:23 -04008344 dprintk("NFS call test_stateid %p\n", stateid);
Chuck Levera9c92d62013-08-09 12:48:18 -04008345 nfs4_init_sequence(&args.seq_args, &res.seq_res, 0);
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04008346 nfs4_set_sequence_privileged(&args.seq_args);
Weston Andros Adamson3787d502013-08-13 16:37:36 -04008347 status = nfs4_call_sync_sequence(rpc_client, server, &msg,
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04008348 &args.seq_args, &res.seq_res);
Chuck Lever38527b12012-07-11 16:30:23 -04008349 if (status != NFS_OK) {
8350 dprintk("NFS reply test_stateid: failed, %d\n", status);
Chuck Lever377e5072012-07-11 16:29:45 -04008351 return status;
Chuck Lever38527b12012-07-11 16:30:23 -04008352 }
8353 dprintk("NFS reply test_stateid: succeeded, %d\n", -res.status);
Chuck Lever377e5072012-07-11 16:29:45 -04008354 return -res.status;
Bryan Schumaker7d974792011-06-02 14:59:08 -04008355}
8356
Chuck Lever38527b12012-07-11 16:30:23 -04008357/**
8358 * nfs41_test_stateid - perform a TEST_STATEID operation
8359 *
8360 * @server: server / transport on which to perform the operation
8361 * @stateid: state ID to test
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008362 * @cred: credential
Chuck Lever38527b12012-07-11 16:30:23 -04008363 *
8364 * Returns NFS_OK if the server recognizes that "stateid" is valid.
8365 * Otherwise a negative NFS4ERR value is returned if the operation
8366 * failed or the state ID is not currently valid.
8367 */
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008368static int nfs41_test_stateid(struct nfs_server *server,
8369 nfs4_stateid *stateid,
8370 struct rpc_cred *cred)
Bryan Schumaker7d974792011-06-02 14:59:08 -04008371{
8372 struct nfs4_exception exception = { };
8373 int err;
8374 do {
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008375 err = _nfs41_test_stateid(server, stateid, cred);
Chuck Lever377e5072012-07-11 16:29:45 -04008376 if (err != -NFS4ERR_DELAY)
8377 break;
8378 nfs4_handle_exception(server, err, &exception);
Bryan Schumaker7d974792011-06-02 14:59:08 -04008379 } while (exception.retry);
8380 return err;
8381}
Bryan Schumaker9aeda352011-06-02 14:59:09 -04008382
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04008383struct nfs_free_stateid_data {
8384 struct nfs_server *server;
8385 struct nfs41_free_stateid_args args;
Bryan Schumaker9aeda352011-06-02 14:59:09 -04008386 struct nfs41_free_stateid_res res;
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04008387};
8388
8389static void nfs41_free_stateid_prepare(struct rpc_task *task, void *calldata)
8390{
8391 struct nfs_free_stateid_data *data = calldata;
8392 nfs41_setup_sequence(nfs4_get_session(data->server),
8393 &data->args.seq_args,
8394 &data->res.seq_res,
8395 task);
8396}
8397
8398static void nfs41_free_stateid_done(struct rpc_task *task, void *calldata)
8399{
8400 struct nfs_free_stateid_data *data = calldata;
8401
8402 nfs41_sequence_done(task, &data->res.seq_res);
8403
8404 switch (task->tk_status) {
8405 case -NFS4ERR_DELAY:
NeilBrown8478eaa2014-09-18 16:09:27 +10008406 if (nfs4_async_handle_error(task, data->server, NULL, NULL) == -EAGAIN)
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04008407 rpc_restart_call_prepare(task);
8408 }
8409}
8410
8411static void nfs41_free_stateid_release(void *calldata)
8412{
8413 kfree(calldata);
8414}
8415
Trond Myklebust17f26b12013-08-21 15:48:42 -04008416static const struct rpc_call_ops nfs41_free_stateid_ops = {
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04008417 .rpc_call_prepare = nfs41_free_stateid_prepare,
8418 .rpc_call_done = nfs41_free_stateid_done,
8419 .rpc_release = nfs41_free_stateid_release,
8420};
8421
8422static struct rpc_task *_nfs41_free_stateid(struct nfs_server *server,
8423 nfs4_stateid *stateid,
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008424 struct rpc_cred *cred,
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04008425 bool privileged)
8426{
Bryan Schumaker9aeda352011-06-02 14:59:09 -04008427 struct rpc_message msg = {
8428 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FREE_STATEID],
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008429 .rpc_cred = cred,
Bryan Schumaker9aeda352011-06-02 14:59:09 -04008430 };
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04008431 struct rpc_task_setup task_setup = {
8432 .rpc_client = server->client,
8433 .rpc_message = &msg,
8434 .callback_ops = &nfs41_free_stateid_ops,
8435 .flags = RPC_TASK_ASYNC,
8436 };
8437 struct nfs_free_stateid_data *data;
Bryan Schumaker9aeda352011-06-02 14:59:09 -04008438
Weston Andros Adamson3787d502013-08-13 16:37:36 -04008439 nfs4_state_protect(server->nfs_client, NFS_SP4_MACH_CRED_STATEID,
8440 &task_setup.rpc_client, &msg);
8441
Chuck Lever38527b12012-07-11 16:30:23 -04008442 dprintk("NFS call free_stateid %p\n", stateid);
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04008443 data = kmalloc(sizeof(*data), GFP_NOFS);
8444 if (!data)
8445 return ERR_PTR(-ENOMEM);
8446 data->server = server;
8447 nfs4_stateid_copy(&data->args.stateid, stateid);
8448
8449 task_setup.callback_data = data;
8450
8451 msg.rpc_argp = &data->args;
8452 msg.rpc_resp = &data->res;
Chuck Levera9c92d62013-08-09 12:48:18 -04008453 nfs4_init_sequence(&data->args.seq_args, &data->res.seq_res, 0);
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04008454 if (privileged)
8455 nfs4_set_sequence_privileged(&data->args.seq_args);
8456
8457 return rpc_run_task(&task_setup);
Bryan Schumaker9aeda352011-06-02 14:59:09 -04008458}
8459
Chuck Lever38527b12012-07-11 16:30:23 -04008460/**
8461 * nfs41_free_stateid - perform a FREE_STATEID operation
8462 *
8463 * @server: server / transport on which to perform the operation
8464 * @stateid: state ID to release
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008465 * @cred: credential
Chuck Lever38527b12012-07-11 16:30:23 -04008466 *
8467 * Returns NFS_OK if the server freed "stateid". Otherwise a
8468 * negative NFS4ERR value is returned.
8469 */
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008470static int nfs41_free_stateid(struct nfs_server *server,
8471 nfs4_stateid *stateid,
8472 struct rpc_cred *cred)
Bryan Schumaker9aeda352011-06-02 14:59:09 -04008473{
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04008474 struct rpc_task *task;
8475 int ret;
8476
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008477 task = _nfs41_free_stateid(server, stateid, cred, true);
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04008478 if (IS_ERR(task))
8479 return PTR_ERR(task);
8480 ret = rpc_wait_for_completion_task(task);
8481 if (!ret)
8482 ret = task->tk_status;
8483 rpc_put_task(task);
8484 return ret;
Bryan Schumaker9aeda352011-06-02 14:59:09 -04008485}
Trond Myklebust36281ca2012-03-04 18:13:56 -05008486
Jeff Laytonf1cdae82014-05-01 06:28:47 -04008487static void
8488nfs41_free_lock_state(struct nfs_server *server, struct nfs4_lock_state *lsp)
Trond Myklebustc8b2d0b2013-05-03 16:22:55 -04008489{
8490 struct rpc_task *task;
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008491 struct rpc_cred *cred = lsp->ls_state->owner->so_cred;
Trond Myklebustc8b2d0b2013-05-03 16:22:55 -04008492
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008493 task = _nfs41_free_stateid(server, &lsp->ls_stateid, cred, false);
Trond Myklebustc8b2d0b2013-05-03 16:22:55 -04008494 nfs4_free_lock_state(server, lsp);
8495 if (IS_ERR(task))
Jeff Laytonf1cdae82014-05-01 06:28:47 -04008496 return;
Trond Myklebustc8b2d0b2013-05-03 16:22:55 -04008497 rpc_put_task(task);
Trond Myklebustc8b2d0b2013-05-03 16:22:55 -04008498}
8499
Trond Myklebust36281ca2012-03-04 18:13:56 -05008500static bool nfs41_match_stateid(const nfs4_stateid *s1,
8501 const nfs4_stateid *s2)
8502{
Trond Myklebust2d2f24a2012-03-04 18:13:57 -05008503 if (memcmp(s1->other, s2->other, sizeof(s1->other)) != 0)
Trond Myklebust36281ca2012-03-04 18:13:56 -05008504 return false;
8505
Trond Myklebust2d2f24a2012-03-04 18:13:57 -05008506 if (s1->seqid == s2->seqid)
Trond Myklebust36281ca2012-03-04 18:13:56 -05008507 return true;
Trond Myklebust2d2f24a2012-03-04 18:13:57 -05008508 if (s1->seqid == 0 || s2->seqid == 0)
Trond Myklebust36281ca2012-03-04 18:13:56 -05008509 return true;
8510
8511 return false;
8512}
8513
Andy Adamson557134a2009-04-01 09:21:53 -04008514#endif /* CONFIG_NFS_V4_1 */
8515
Trond Myklebust36281ca2012-03-04 18:13:56 -05008516static bool nfs4_match_stateid(const nfs4_stateid *s1,
8517 const nfs4_stateid *s2)
8518{
Trond Myklebustf597c532012-03-04 18:13:56 -05008519 return nfs4_stateid_match(s1, s2);
Trond Myklebust36281ca2012-03-04 18:13:56 -05008520}
8521
8522
Trond Myklebust17280172012-03-11 13:11:00 -04008523static const struct nfs4_state_recovery_ops nfs40_reboot_recovery_ops = {
Trond Myklebust7eff03a2008-12-23 15:21:43 -05008524 .owner_flag_bit = NFS_OWNER_RECLAIM_REBOOT,
Trond Myklebustb79a4a12008-12-23 15:21:41 -05008525 .state_flag_bit = NFS_STATE_RECLAIM_REBOOT,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008526 .recover_open = nfs4_open_reclaim,
8527 .recover_lock = nfs4_lock_reclaim,
Andy Adamson591d71c2009-04-01 09:22:47 -04008528 .establish_clid = nfs4_init_clientid,
Chuck Lever05f4c352012-09-14 17:24:32 -04008529 .detect_trunking = nfs40_discover_server_trunking,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008530};
8531
Andy Adamson591d71c2009-04-01 09:22:47 -04008532#if defined(CONFIG_NFS_V4_1)
Trond Myklebust17280172012-03-11 13:11:00 -04008533static const struct nfs4_state_recovery_ops nfs41_reboot_recovery_ops = {
Andy Adamson591d71c2009-04-01 09:22:47 -04008534 .owner_flag_bit = NFS_OWNER_RECLAIM_REBOOT,
8535 .state_flag_bit = NFS_STATE_RECLAIM_REBOOT,
8536 .recover_open = nfs4_open_reclaim,
8537 .recover_lock = nfs4_lock_reclaim,
Andy Adamson4d643d12009-12-04 15:52:24 -05008538 .establish_clid = nfs41_init_clientid,
Ricardo Labiagafce5c832009-12-05 16:08:41 -05008539 .reclaim_complete = nfs41_proc_reclaim_complete,
Chuck Lever05f4c352012-09-14 17:24:32 -04008540 .detect_trunking = nfs41_discover_server_trunking,
Andy Adamson591d71c2009-04-01 09:22:47 -04008541};
8542#endif /* CONFIG_NFS_V4_1 */
8543
Trond Myklebust17280172012-03-11 13:11:00 -04008544static const struct nfs4_state_recovery_ops nfs40_nograce_recovery_ops = {
Trond Myklebust7eff03a2008-12-23 15:21:43 -05008545 .owner_flag_bit = NFS_OWNER_RECLAIM_NOGRACE,
Trond Myklebustb79a4a12008-12-23 15:21:41 -05008546 .state_flag_bit = NFS_STATE_RECLAIM_NOGRACE,
Trond Myklebust4dfd4f72014-10-17 15:10:25 +03008547 .recover_open = nfs40_open_expired,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008548 .recover_lock = nfs4_lock_expired,
Andy Adamson591d71c2009-04-01 09:22:47 -04008549 .establish_clid = nfs4_init_clientid,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008550};
8551
Andy Adamson591d71c2009-04-01 09:22:47 -04008552#if defined(CONFIG_NFS_V4_1)
Trond Myklebust17280172012-03-11 13:11:00 -04008553static const struct nfs4_state_recovery_ops nfs41_nograce_recovery_ops = {
Andy Adamson591d71c2009-04-01 09:22:47 -04008554 .owner_flag_bit = NFS_OWNER_RECLAIM_NOGRACE,
8555 .state_flag_bit = NFS_STATE_RECLAIM_NOGRACE,
Bryan Schumakerf062eb62011-06-02 14:59:10 -04008556 .recover_open = nfs41_open_expired,
8557 .recover_lock = nfs41_lock_expired,
Andy Adamson4d643d12009-12-04 15:52:24 -05008558 .establish_clid = nfs41_init_clientid,
Andy Adamson591d71c2009-04-01 09:22:47 -04008559};
8560#endif /* CONFIG_NFS_V4_1 */
8561
Trond Myklebust17280172012-03-11 13:11:00 -04008562static const struct nfs4_state_maintenance_ops nfs40_state_renewal_ops = {
Benny Halevy29fba382009-04-01 09:22:44 -04008563 .sched_state_renewal = nfs4_proc_async_renew,
Andy Adamsona7b72102009-04-01 09:22:46 -04008564 .get_state_renewal_cred_locked = nfs4_get_renew_cred_locked,
Benny Halevy8e69514f2009-04-01 09:22:45 -04008565 .renew_lease = nfs4_proc_renew,
Benny Halevy29fba382009-04-01 09:22:44 -04008566};
8567
8568#if defined(CONFIG_NFS_V4_1)
Trond Myklebust17280172012-03-11 13:11:00 -04008569static const struct nfs4_state_maintenance_ops nfs41_state_renewal_ops = {
Benny Halevy29fba382009-04-01 09:22:44 -04008570 .sched_state_renewal = nfs41_proc_async_sequence,
Andy Adamsona7b72102009-04-01 09:22:46 -04008571 .get_state_renewal_cred_locked = nfs4_get_machine_cred_locked,
Benny Halevy8e69514f2009-04-01 09:22:45 -04008572 .renew_lease = nfs4_proc_sequence,
Benny Halevy29fba382009-04-01 09:22:44 -04008573};
8574#endif
8575
Chuck Leverec011fe2013-10-17 14:12:39 -04008576static const struct nfs4_mig_recovery_ops nfs40_mig_recovery_ops = {
Chuck Leverb03d7352013-10-17 14:12:50 -04008577 .get_locations = _nfs40_proc_get_locations,
Chuck Lever44c99932013-10-17 14:13:30 -04008578 .fsid_present = _nfs40_proc_fsid_present,
Chuck Leverec011fe2013-10-17 14:12:39 -04008579};
8580
8581#if defined(CONFIG_NFS_V4_1)
8582static const struct nfs4_mig_recovery_ops nfs41_mig_recovery_ops = {
Chuck Leverb03d7352013-10-17 14:12:50 -04008583 .get_locations = _nfs41_proc_get_locations,
Chuck Lever44c99932013-10-17 14:13:30 -04008584 .fsid_present = _nfs41_proc_fsid_present,
Chuck Leverec011fe2013-10-17 14:12:39 -04008585};
8586#endif /* CONFIG_NFS_V4_1 */
8587
Trond Myklebust97dc1352010-06-16 09:52:26 -04008588static const struct nfs4_minor_version_ops nfs_v4_0_minor_ops = {
8589 .minor_version = 0,
Trond Myklebust39c6daa2013-03-15 16:11:57 -04008590 .init_caps = NFS_CAP_READDIRPLUS
8591 | NFS_CAP_ATOMIC_OPEN
8592 | NFS_CAP_CHANGE_ATTR
8593 | NFS_CAP_POSIX_LOCK,
Chuck Leverabf79bb2013-08-09 12:49:11 -04008594 .init_client = nfs40_init_client,
8595 .shutdown_client = nfs40_shutdown_client,
Trond Myklebust36281ca2012-03-04 18:13:56 -05008596 .match_stateid = nfs4_match_stateid,
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008597 .find_root_sec = nfs4_find_root_sec,
Trond Myklebustc8b2d0b2013-05-03 16:22:55 -04008598 .free_lock_state = nfs4_release_lockowner,
Trond Myklebust63f5f792015-01-23 19:19:25 -05008599 .alloc_seqid = nfs_alloc_seqid,
Chuck Lever9915ea72013-08-09 12:48:27 -04008600 .call_sync_ops = &nfs40_call_sync_ops,
Trond Myklebustc48f4f32010-06-16 09:52:27 -04008601 .reboot_recovery_ops = &nfs40_reboot_recovery_ops,
8602 .nograce_recovery_ops = &nfs40_nograce_recovery_ops,
8603 .state_renewal_ops = &nfs40_state_renewal_ops,
Chuck Leverec011fe2013-10-17 14:12:39 -04008604 .mig_recovery_ops = &nfs40_mig_recovery_ops,
Trond Myklebust97dc1352010-06-16 09:52:26 -04008605};
8606
8607#if defined(CONFIG_NFS_V4_1)
Trond Myklebust63f5f792015-01-23 19:19:25 -05008608static struct nfs_seqid *
8609nfs_alloc_no_seqid(struct nfs_seqid_counter *arg1, gfp_t arg2)
8610{
8611 return NULL;
8612}
8613
Trond Myklebust97dc1352010-06-16 09:52:26 -04008614static const struct nfs4_minor_version_ops nfs_v4_1_minor_ops = {
8615 .minor_version = 1,
Trond Myklebust39c6daa2013-03-15 16:11:57 -04008616 .init_caps = NFS_CAP_READDIRPLUS
8617 | NFS_CAP_ATOMIC_OPEN
8618 | NFS_CAP_CHANGE_ATTR
Trond Myklebust3b664862013-03-17 15:31:15 -04008619 | NFS_CAP_POSIX_LOCK
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04008620 | NFS_CAP_STATEID_NFSV41
Anna Schumakere9831202014-10-22 15:53:10 -04008621 | NFS_CAP_ATOMIC_OPEN_V1,
Chuck Leverabf79bb2013-08-09 12:49:11 -04008622 .init_client = nfs41_init_client,
8623 .shutdown_client = nfs41_shutdown_client,
Trond Myklebust36281ca2012-03-04 18:13:56 -05008624 .match_stateid = nfs41_match_stateid,
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008625 .find_root_sec = nfs41_find_root_sec,
Trond Myklebustc8b2d0b2013-05-03 16:22:55 -04008626 .free_lock_state = nfs41_free_lock_state,
Trond Myklebust63f5f792015-01-23 19:19:25 -05008627 .alloc_seqid = nfs_alloc_no_seqid,
Chuck Lever9915ea72013-08-09 12:48:27 -04008628 .call_sync_ops = &nfs41_call_sync_ops,
Trond Myklebustc48f4f32010-06-16 09:52:27 -04008629 .reboot_recovery_ops = &nfs41_reboot_recovery_ops,
8630 .nograce_recovery_ops = &nfs41_nograce_recovery_ops,
8631 .state_renewal_ops = &nfs41_state_renewal_ops,
Chuck Leverec011fe2013-10-17 14:12:39 -04008632 .mig_recovery_ops = &nfs41_mig_recovery_ops,
Trond Myklebust97dc1352010-06-16 09:52:26 -04008633};
8634#endif
8635
Steve Dickson42c2c422013-05-22 12:50:38 -04008636#if defined(CONFIG_NFS_V4_2)
8637static const struct nfs4_minor_version_ops nfs_v4_2_minor_ops = {
8638 .minor_version = 2,
Bryan Schumaker70173102013-06-19 13:41:43 -04008639 .init_caps = NFS_CAP_READDIRPLUS
8640 | NFS_CAP_ATOMIC_OPEN
8641 | NFS_CAP_CHANGE_ATTR
8642 | NFS_CAP_POSIX_LOCK
8643 | NFS_CAP_STATEID_NFSV41
Anna Schumakere9831202014-10-22 15:53:10 -04008644 | NFS_CAP_ATOMIC_OPEN_V1
Anna Schumakerf4ac1672014-11-25 13:18:15 -05008645 | NFS_CAP_ALLOCATE
Anna Schumaker624bd5b2014-11-25 13:18:16 -05008646 | NFS_CAP_DEALLOCATE
Trond Myklebust6c5a0d82015-06-27 11:45:46 -04008647 | NFS_CAP_SEEK
8648 | NFS_CAP_LAYOUTSTATS,
Chuck Leverabf79bb2013-08-09 12:49:11 -04008649 .init_client = nfs41_init_client,
8650 .shutdown_client = nfs41_shutdown_client,
Steve Dickson42c2c422013-05-22 12:50:38 -04008651 .match_stateid = nfs41_match_stateid,
8652 .find_root_sec = nfs41_find_root_sec,
Bryan Schumaker70173102013-06-19 13:41:43 -04008653 .free_lock_state = nfs41_free_lock_state,
Chuck Lever9915ea72013-08-09 12:48:27 -04008654 .call_sync_ops = &nfs41_call_sync_ops,
Trond Myklebust63f5f792015-01-23 19:19:25 -05008655 .alloc_seqid = nfs_alloc_no_seqid,
Steve Dickson42c2c422013-05-22 12:50:38 -04008656 .reboot_recovery_ops = &nfs41_reboot_recovery_ops,
8657 .nograce_recovery_ops = &nfs41_nograce_recovery_ops,
8658 .state_renewal_ops = &nfs41_state_renewal_ops,
8659};
8660#endif
8661
Trond Myklebust97dc1352010-06-16 09:52:26 -04008662const struct nfs4_minor_version_ops *nfs_v4_minor_ops[] = {
8663 [0] = &nfs_v4_0_minor_ops,
8664#if defined(CONFIG_NFS_V4_1)
8665 [1] = &nfs_v4_1_minor_ops,
8666#endif
Steve Dickson42c2c422013-05-22 12:50:38 -04008667#if defined(CONFIG_NFS_V4_2)
8668 [2] = &nfs_v4_2_minor_ops,
8669#endif
Trond Myklebust97dc1352010-06-16 09:52:26 -04008670};
8671
Trond Myklebust17f26b12013-08-21 15:48:42 -04008672static const struct inode_operations nfs4_dir_inode_operations = {
Bryan Schumaker73a79702012-07-16 16:39:12 -04008673 .create = nfs_create,
8674 .lookup = nfs_lookup,
8675 .atomic_open = nfs_atomic_open,
8676 .link = nfs_link,
8677 .unlink = nfs_unlink,
8678 .symlink = nfs_symlink,
8679 .mkdir = nfs_mkdir,
8680 .rmdir = nfs_rmdir,
8681 .mknod = nfs_mknod,
8682 .rename = nfs_rename,
8683 .permission = nfs_permission,
8684 .getattr = nfs_getattr,
8685 .setattr = nfs_setattr,
8686 .getxattr = generic_getxattr,
8687 .setxattr = generic_setxattr,
8688 .listxattr = generic_listxattr,
8689 .removexattr = generic_removexattr,
8690};
8691
Arjan van de Ven92e1d5b2007-02-12 00:55:39 -08008692static const struct inode_operations nfs4_file_inode_operations = {
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00008693 .permission = nfs_permission,
8694 .getattr = nfs_getattr,
8695 .setattr = nfs_setattr,
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00008696 .getxattr = generic_getxattr,
8697 .setxattr = generic_setxattr,
8698 .listxattr = generic_listxattr,
8699 .removexattr = generic_removexattr,
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00008700};
8701
David Howells509de812006-08-22 20:06:11 -04008702const struct nfs_rpc_ops nfs_v4_clientops = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07008703 .version = 4, /* protocol version */
8704 .dentry_ops = &nfs4_dentry_operations,
8705 .dir_inode_ops = &nfs4_dir_inode_operations,
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00008706 .file_inode_ops = &nfs4_file_inode_operations,
Jeff Layton1788ea62011-11-04 13:31:21 -04008707 .file_ops = &nfs4_file_operations,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008708 .getroot = nfs4_proc_get_root,
Bryan Schumaker281cad42012-04-27 13:27:45 -04008709 .submount = nfs4_submount,
Bryan Schumakerff9099f22012-07-30 16:05:18 -04008710 .try_mount = nfs4_try_mount,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008711 .getattr = nfs4_proc_getattr,
8712 .setattr = nfs4_proc_setattr,
8713 .lookup = nfs4_proc_lookup,
8714 .access = nfs4_proc_access,
8715 .readlink = nfs4_proc_readlink,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008716 .create = nfs4_proc_create,
8717 .remove = nfs4_proc_remove,
8718 .unlink_setup = nfs4_proc_unlink_setup,
Bryan Schumaker34e137c2012-03-19 14:54:41 -04008719 .unlink_rpc_prepare = nfs4_proc_unlink_rpc_prepare,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008720 .unlink_done = nfs4_proc_unlink_done,
Jeff Laytond3d41522010-09-17 17:31:57 -04008721 .rename_setup = nfs4_proc_rename_setup,
Bryan Schumakerc6bfa1a2012-03-19 14:54:42 -04008722 .rename_rpc_prepare = nfs4_proc_rename_rpc_prepare,
Jeff Laytond3d41522010-09-17 17:31:57 -04008723 .rename_done = nfs4_proc_rename_done,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008724 .link = nfs4_proc_link,
8725 .symlink = nfs4_proc_symlink,
8726 .mkdir = nfs4_proc_mkdir,
8727 .rmdir = nfs4_proc_remove,
8728 .readdir = nfs4_proc_readdir,
8729 .mknod = nfs4_proc_mknod,
8730 .statfs = nfs4_proc_statfs,
8731 .fsinfo = nfs4_proc_fsinfo,
8732 .pathconf = nfs4_proc_pathconf,
David Howellse9326dc2006-08-22 20:06:10 -04008733 .set_capabilities = nfs4_server_capabilities,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008734 .decode_dirent = nfs4_decode_dirent,
Anna Schumakera4cdda52014-05-06 09:12:31 -04008735 .pgio_rpc_prepare = nfs4_proc_pgio_rpc_prepare,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008736 .read_setup = nfs4_proc_read_setup,
Trond Myklebustec06c092006-03-20 13:44:27 -05008737 .read_done = nfs4_read_done,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008738 .write_setup = nfs4_proc_write_setup,
Trond Myklebust788e7a82006-03-20 13:44:27 -05008739 .write_done = nfs4_write_done,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008740 .commit_setup = nfs4_proc_commit_setup,
Fred Isaman0b7c0152012-04-20 14:47:39 -04008741 .commit_rpc_prepare = nfs4_proc_commit_rpc_prepare,
Trond Myklebust788e7a82006-03-20 13:44:27 -05008742 .commit_done = nfs4_commit_done,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008743 .lock = nfs4_proc_lock,
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00008744 .clear_acl_cache = nfs4_zap_acl_attr,
Trond Myklebust7fe5c392009-03-19 15:35:50 -04008745 .close_context = nfs4_close_context,
Trond Myklebust2b484292010-09-17 10:56:51 -04008746 .open_context = nfs4_atomic_open,
Bryan Schumaker011e2a72012-06-20 15:53:43 -04008747 .have_delegation = nfs4_have_delegation,
Bryan Schumaker57ec14c2012-06-20 15:53:44 -04008748 .return_delegation = nfs4_inode_return_delegation,
Bryan Schumaker6663ee72012-06-20 15:53:46 -04008749 .alloc_client = nfs4_alloc_client,
Andy Adamson45a52a02011-03-01 01:34:08 +00008750 .init_client = nfs4_init_client,
Bryan Schumakercdb7ece2012-06-20 15:53:45 -04008751 .free_client = nfs4_free_client,
Bryan Schumaker1179acc2012-07-30 16:05:19 -04008752 .create_server = nfs4_create_server,
8753 .clone_server = nfs_clone_server,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008754};
8755
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00008756static const struct xattr_handler nfs4_xattr_nfs4_acl_handler = {
8757 .prefix = XATTR_NAME_NFSV4_ACL,
8758 .list = nfs4_xattr_list_nfs4_acl,
8759 .get = nfs4_xattr_get_nfs4_acl,
8760 .set = nfs4_xattr_set_nfs4_acl,
8761};
8762
8763const struct xattr_handler *nfs4_xattr_handlers[] = {
8764 &nfs4_xattr_nfs4_acl_handler,
David Quigleyc9bccef2013-05-22 12:50:45 -04008765#ifdef CONFIG_NFS_V4_SECURITY_LABEL
8766 &nfs4_xattr_nfs4_label_handler,
8767#endif
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00008768 NULL
8769};
8770
Linus Torvalds1da177e2005-04-16 15:20:36 -07008771/*
8772 * Local variables:
8773 * c-basic-offset: 8
8774 * End:
8775 */