blob: 643ce3a91b2299c197292a4c5f6956320464a7f8 [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 Myklebustb4410c22011-03-09 16:00:55 -0500619 if (res->sr_status_flags != 0)
620 nfs4_schedule_lease_recovery(clp);
Trond Myklebust464ee9f2012-11-20 12:49:27 -0500621 nfs41_update_target_slotid(slot->table, slot, res);
Trond Myklebust14516c32010-07-31 14:29:06 -0400622 break;
Trond Myklebustac20d162012-12-15 15:36:07 -0500623 case 1:
624 /*
625 * sr_status remains 1 if an RPC level error occurred.
626 * The server may or may not have processed the sequence
627 * operation..
628 * Mark the slot as having hosted an interrupted RPC call.
629 */
630 slot->interrupted = 1;
631 goto out;
Trond Myklebust14516c32010-07-31 14:29:06 -0400632 case -NFS4ERR_DELAY:
633 /* The server detected a resend of the RPC call and
634 * returned NFS4ERR_DELAY as per Section 2.10.6.2
635 * of RFC5661.
636 */
Trond Myklebustdf2fabf2012-11-16 12:45:06 -0500637 dprintk("%s: slot=%u seq=%u: Operation in progress\n",
Benny Halevydfb4f3092010-09-24 09:17:01 -0400638 __func__,
Trond Myklebustdf2fabf2012-11-16 12:45:06 -0500639 slot->slot_nr,
Trond Myklebust933602e2012-11-16 12:12:38 -0500640 slot->seq_nr);
Trond Myklebust14516c32010-07-31 14:29:06 -0400641 goto out_retry;
Trond Myklebust85563072012-12-11 10:31:12 -0500642 case -NFS4ERR_BADSLOT:
643 /*
644 * The slot id we used was probably retired. Try again
645 * using a different slot id.
646 */
Trond Myklebuste8794442012-12-15 13:56:18 -0500647 goto retry_nowait;
648 case -NFS4ERR_SEQ_MISORDERED:
649 /*
Trond Myklebustac20d162012-12-15 15:36:07 -0500650 * Was the last operation on this sequence interrupted?
651 * If so, retry after bumping the sequence number.
652 */
653 if (interrupted) {
654 ++slot->seq_nr;
655 goto retry_nowait;
656 }
657 /*
Trond Myklebuste8794442012-12-15 13:56:18 -0500658 * Could this slot have been previously retired?
659 * If so, then the server may be expecting seq_nr = 1!
660 */
Trond Myklebust8e63b6a2012-12-15 15:21:52 -0500661 if (slot->seq_nr != 1) {
662 slot->seq_nr = 1;
663 goto retry_nowait;
664 }
665 break;
Trond Myklebuste8794442012-12-15 13:56:18 -0500666 case -NFS4ERR_SEQ_FALSE_RETRY:
667 ++slot->seq_nr;
668 goto retry_nowait;
Trond Myklebust14516c32010-07-31 14:29:06 -0400669 default:
670 /* Just update the slot sequence no. */
Trond Myklebust933602e2012-11-16 12:12:38 -0500671 ++slot->seq_nr;
Andy Adamsonb0df8062009-04-01 09:22:18 -0400672 }
673out:
674 /* The session may be reset by one of the error handlers. */
675 dprintk("%s: Error %d free the slot \n", __func__, res->sr_status);
Trond Myklebustd185a332010-06-16 09:52:25 -0400676 nfs41_sequence_free_slot(res);
Trond Myklebusta13ce7c2014-01-29 12:24:03 -0500677out_noaction:
Trond Myklebust85563072012-12-11 10:31:12 -0500678 return ret;
Trond Myklebuste8794442012-12-15 13:56:18 -0500679retry_nowait:
680 if (rpc_restart_call_prepare(task)) {
681 task->tk_status = 0;
682 ret = 0;
683 }
684 goto out;
Trond Myklebust14516c32010-07-31 14:29:06 -0400685out_retry:
Trond Myklebustd05dd4e2010-07-31 14:29:07 -0400686 if (!rpc_restart_call(task))
Trond Myklebust14516c32010-07-31 14:29:06 -0400687 goto out;
688 rpc_delay(task, NFS4_POLL_RETRY_MAX);
689 return 0;
Andy Adamsonb0df8062009-04-01 09:22:18 -0400690}
Andy Adamsonf9c96fc2014-01-29 11:34:38 -0500691EXPORT_SYMBOL_GPL(nfs41_sequence_done);
Andy Adamsonb0df8062009-04-01 09:22:18 -0400692
Peng Tao2c4b1312014-06-11 05:24:16 +0800693int nfs4_sequence_done(struct rpc_task *task, struct nfs4_sequence_res *res)
Trond Myklebustdf896452010-06-16 09:52:26 -0400694{
Trond Myklebuste3725ec2012-11-16 12:25:01 -0500695 if (res->sr_slot == NULL)
Trond Myklebust14516c32010-07-31 14:29:06 -0400696 return 1;
Chuck Lever3bd23842013-08-09 12:49:19 -0400697 if (!res->sr_slot->table->session)
698 return nfs40_sequence_done(task, res);
Trond Myklebust14516c32010-07-31 14:29:06 -0400699 return nfs41_sequence_done(task, res);
Trond Myklebustdf896452010-06-16 09:52:26 -0400700}
Peng Tao2c4b1312014-06-11 05:24:16 +0800701EXPORT_SYMBOL_GPL(nfs4_sequence_done);
Trond Myklebustdf896452010-06-16 09:52:26 -0400702
Andy Adamsondc70d7b2011-03-01 01:34:19 +0000703int nfs41_setup_sequence(struct nfs4_session *session,
Andy Adamsonce5039c2009-04-01 09:22:13 -0400704 struct nfs4_sequence_args *args,
705 struct nfs4_sequence_res *res,
Andy Adamsonce5039c2009-04-01 09:22:13 -0400706 struct rpc_task *task)
707{
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400708 struct nfs4_slot *slot;
709 struct nfs4_slot_table *tbl;
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400710
711 dprintk("--> %s\n", __func__);
Andy Adamsonce5039c2009-04-01 09:22:13 -0400712 /* slot already allocated? */
Benny Halevydfb4f3092010-09-24 09:17:01 -0400713 if (res->sr_slot != NULL)
Trond Myklebustd9afbd12012-10-22 20:28:44 -0400714 goto out_success;
Andy Adamsonce5039c2009-04-01 09:22:13 -0400715
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400716 tbl = &session->fc_slot_table;
717
Trond Myklebust69d206b2012-11-22 13:21:02 -0500718 task->tk_timeout = 0;
719
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400720 spin_lock(&tbl->slot_tbl_lock);
Andy Adamson774d5f12013-05-20 14:13:50 -0400721 if (test_bit(NFS4_SLOT_TBL_DRAINING, &tbl->slot_tbl_state) &&
Trond Myklebust8fe72ba2012-10-29 19:02:20 -0400722 !args->sa_privileged) {
Andy Adamson0b1c8fc2011-11-09 13:58:26 -0500723 /* The state manager will wait until the slot table is empty */
Andy Adamson0b1c8fc2011-11-09 13:58:26 -0500724 dprintk("%s session is draining\n", __func__);
Trond Myklebust7b939a32012-11-01 15:19:46 -0400725 goto out_sleep;
Andy Adamsonb069d942009-04-01 09:22:43 -0400726 }
727
Trond Myklebust2dc03b72012-11-16 16:10:11 -0500728 slot = nfs4_alloc_slot(tbl);
Trond Myklebust69d206b2012-11-22 13:21:02 -0500729 if (IS_ERR(slot)) {
730 /* If out of memory, try again in 1/4 second */
731 if (slot == ERR_PTR(-ENOMEM))
732 task->tk_timeout = HZ >> 2;
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400733 dprintk("<-- %s: no free slots\n", __func__);
Trond Myklebust7b939a32012-11-01 15:19:46 -0400734 goto out_sleep;
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400735 }
736 spin_unlock(&tbl->slot_tbl_lock);
737
Trond Myklebust2b2fa712012-11-16 12:58:36 -0500738 args->sa_slot = slot;
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400739
Chuck Levere8d92382013-08-09 12:47:51 -0400740 dprintk("<-- %s slotid=%u seqid=%u\n", __func__,
Trond Myklebust2dc03b72012-11-16 16:10:11 -0500741 slot->slot_nr, slot->seq_nr);
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400742
Benny Halevydfb4f3092010-09-24 09:17:01 -0400743 res->sr_slot = slot;
Trond Myklebust8e63b6a2012-12-15 15:21:52 -0500744 res->sr_timestamp = jiffies;
Trond Myklebust2a6e26c2010-06-16 09:52:25 -0400745 res->sr_status_flags = 0;
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400746 /*
747 * sr_status is only set in decode_sequence, and so will remain
748 * set to 1 if an rpc level failure occurs.
749 */
750 res->sr_status = 1;
Trond Myklebust2f92ae32013-08-14 17:58:28 -0400751 trace_nfs4_setup_sequence(session, args);
Trond Myklebustd9afbd12012-10-22 20:28:44 -0400752out_success:
753 rpc_call_start(task);
Andy Adamsonce5039c2009-04-01 09:22:13 -0400754 return 0;
Trond Myklebust7b939a32012-11-01 15:19:46 -0400755out_sleep:
Trond Myklebust8fe72ba2012-10-29 19:02:20 -0400756 /* Privileged tasks are queued with top priority */
757 if (args->sa_privileged)
Trond Myklebust1e1093c2012-11-01 16:44:05 -0400758 rpc_sleep_on_priority(&tbl->slot_tbl_waitq, task,
759 NULL, RPC_PRIORITY_PRIVILEGED);
760 else
761 rpc_sleep_on(&tbl->slot_tbl_waitq, task, NULL);
Trond Myklebust7b939a32012-11-01 15:19:46 -0400762 spin_unlock(&tbl->slot_tbl_lock);
763 return -EAGAIN;
Andy Adamsonce5039c2009-04-01 09:22:13 -0400764}
Andy Adamsondc70d7b2011-03-01 01:34:19 +0000765EXPORT_SYMBOL_GPL(nfs41_setup_sequence);
Andy Adamsonce5039c2009-04-01 09:22:13 -0400766
Chuck Lever5a580e02013-08-09 12:48:09 -0400767static int nfs4_setup_sequence(const struct nfs_server *server,
768 struct nfs4_sequence_args *args,
769 struct nfs4_sequence_res *res,
770 struct rpc_task *task)
Andy Adamsonce5039c2009-04-01 09:22:13 -0400771{
Trond Myklebust035168a2010-06-16 09:52:26 -0400772 struct nfs4_session *session = nfs4_get_session(server);
Andy Adamsonce5039c2009-04-01 09:22:13 -0400773 int ret = 0;
774
Chuck Lever3bd23842013-08-09 12:49:19 -0400775 if (!session)
Peng Taocb04ad22014-06-11 05:24:15 +0800776 return nfs40_setup_sequence(server->nfs_client->cl_slot_tbl,
777 args, res, task);
Trond Myklebust035168a2010-06-16 09:52:26 -0400778
Chuck Levere8d92382013-08-09 12:47:51 -0400779 dprintk("--> %s clp %p session %p sr_slot %u\n",
Benny Halevydfb4f3092010-09-24 09:17:01 -0400780 __func__, session->clp, session, res->sr_slot ?
Chuck Levere8d92382013-08-09 12:47:51 -0400781 res->sr_slot->slot_nr : NFS4_NO_SLOT);
Trond Myklebust035168a2010-06-16 09:52:26 -0400782
Trond Myklebust9d12b212012-01-17 22:04:25 -0500783 ret = nfs41_setup_sequence(session, args, res, task);
Chuck Lever3bd23842013-08-09 12:49:19 -0400784
Andy Adamsonce5039c2009-04-01 09:22:13 -0400785 dprintk("<-- %s status=%d\n", __func__, ret);
786 return ret;
787}
788
Andy Adamsonce5039c2009-04-01 09:22:13 -0400789static void nfs41_call_sync_prepare(struct rpc_task *task, void *calldata)
790{
Chuck Lever2a3eb2b2013-08-09 12:48:00 -0400791 struct nfs4_call_sync_data *data = calldata;
Trond Myklebust6ba7db32012-10-22 20:07:20 -0400792 struct nfs4_session *session = nfs4_get_session(data->seq_server);
Andy Adamsonce5039c2009-04-01 09:22:13 -0400793
Trond Myklebust035168a2010-06-16 09:52:26 -0400794 dprintk("--> %s data->seq_server %p\n", __func__, data->seq_server);
795
Trond Myklebustd9afbd12012-10-22 20:28:44 -0400796 nfs41_setup_sequence(session, data->seq_args, data->seq_res, task);
Andy Adamsonce5039c2009-04-01 09:22:13 -0400797}
798
Andy Adamson69ab40c2009-04-01 09:22:19 -0400799static void nfs41_call_sync_done(struct rpc_task *task, void *calldata)
800{
Chuck Lever2a3eb2b2013-08-09 12:48:00 -0400801 struct nfs4_call_sync_data *data = calldata;
Andy Adamson69ab40c2009-04-01 09:22:19 -0400802
Trond Myklebust14516c32010-07-31 14:29:06 -0400803 nfs41_sequence_done(task, data->seq_res);
Andy Adamson69ab40c2009-04-01 09:22:19 -0400804}
805
Trond Myklebust17280172012-03-11 13:11:00 -0400806static const struct rpc_call_ops nfs41_call_sync_ops = {
Andy Adamsonce5039c2009-04-01 09:22:13 -0400807 .rpc_call_prepare = nfs41_call_sync_prepare,
Andy Adamson69ab40c2009-04-01 09:22:19 -0400808 .rpc_call_done = nfs41_call_sync_done,
Andy Adamsonce5039c2009-04-01 09:22:13 -0400809};
810
Chuck Lever3bd23842013-08-09 12:49:19 -0400811#else /* !CONFIG_NFS_V4_1 */
812
Chuck Lever5a580e02013-08-09 12:48:09 -0400813static int nfs4_setup_sequence(const struct nfs_server *server,
814 struct nfs4_sequence_args *args,
815 struct nfs4_sequence_res *res,
816 struct rpc_task *task)
817{
Peng Taocb04ad22014-06-11 05:24:15 +0800818 return nfs40_setup_sequence(server->nfs_client->cl_slot_tbl,
819 args, res, task);
Chuck Lever5a580e02013-08-09 12:48:09 -0400820}
Trond Myklebust8fe72ba2012-10-29 19:02:20 -0400821
Peng Tao2c4b1312014-06-11 05:24:16 +0800822int nfs4_sequence_done(struct rpc_task *task,
823 struct nfs4_sequence_res *res)
Trond Myklebustdf896452010-06-16 09:52:26 -0400824{
Chuck Lever3bd23842013-08-09 12:49:19 -0400825 return nfs40_sequence_done(task, res);
Trond Myklebustdf896452010-06-16 09:52:26 -0400826}
Peng Tao2c4b1312014-06-11 05:24:16 +0800827EXPORT_SYMBOL_GPL(nfs4_sequence_done);
Chuck Lever3bd23842013-08-09 12:49:19 -0400828
829#endif /* !CONFIG_NFS_V4_1 */
Andy Adamsoncccef3b2009-04-01 09:22:03 -0400830
Chuck Lever9915ea72013-08-09 12:48:27 -0400831static void nfs40_call_sync_prepare(struct rpc_task *task, void *calldata)
832{
833 struct nfs4_call_sync_data *data = calldata;
834 nfs4_setup_sequence(data->seq_server,
835 data->seq_args, data->seq_res, task);
836}
837
838static void nfs40_call_sync_done(struct rpc_task *task, void *calldata)
839{
840 struct nfs4_call_sync_data *data = calldata;
841 nfs4_sequence_done(task, data->seq_res);
842}
843
844static const struct rpc_call_ops nfs40_call_sync_ops = {
845 .rpc_call_prepare = nfs40_call_sync_prepare,
846 .rpc_call_done = nfs40_call_sync_done,
847};
848
Trond Myklebust2ced46c2007-07-03 23:48:13 -0400849static int nfs4_call_sync_sequence(struct rpc_clnt *clnt,
Trond Myklebustad389da2007-06-05 12:30:00 -0400850 struct nfs_server *server,
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500851 struct rpc_message *msg,
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100852 struct nfs4_sequence_args *args,
853 struct nfs4_sequence_res *res)
Trond Myklebustad389da2007-06-05 12:30:00 -0400854{
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100855 int ret;
856 struct rpc_task *task;
Chuck Lever9915ea72013-08-09 12:48:27 -0400857 struct nfs_client *clp = server->nfs_client;
858 struct nfs4_call_sync_data data = {
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100859 .seq_server = server,
860 .seq_args = args,
861 .seq_res = res,
862 };
863 struct rpc_task_setup task_setup = {
864 .rpc_client = clnt,
865 .rpc_message = msg,
Chuck Lever9915ea72013-08-09 12:48:27 -0400866 .callback_ops = clp->cl_mvops->call_sync_ops,
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100867 .callback_data = &data
868 };
869
870 task = rpc_run_task(&task_setup);
871 if (IS_ERR(task))
872 ret = PTR_ERR(task);
873 else {
874 ret = task->tk_status;
Trond Myklebustad389da2007-06-05 12:30:00 -0400875 rpc_put_task(task);
876 }
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100877 return ret;
878}
879
Bryan Schumaker7c513052011-03-24 17:12:24 +0000880int nfs4_call_sync(struct rpc_clnt *clnt,
881 struct nfs_server *server,
Bryan Schumakere73b83f2011-03-24 17:12:23 +0000882 struct rpc_message *msg,
883 struct nfs4_sequence_args *args,
884 struct nfs4_sequence_res *res,
885 int cache_reply)
886{
Chuck Levera9c92d62013-08-09 12:48:18 -0400887 nfs4_init_sequence(args, res, cache_reply);
Chuck Lever9915ea72013-08-09 12:48:27 -0400888 return nfs4_call_sync_sequence(clnt, server, msg, args, res);
Bryan Schumakere73b83f2011-03-24 17:12:23 +0000889}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700890
891static void update_changeattr(struct inode *dir, struct nfs4_change_info *cinfo)
892{
893 struct nfs_inode *nfsi = NFS_I(dir);
894
895 spin_lock(&dir->i_lock);
Trond Myklebust359d7d12012-05-28 10:01:34 -0400896 nfsi->cache_validity |= NFS_INO_INVALID_ATTR|NFS_INO_INVALID_DATA;
Trond Myklebusta9a4a872011-10-17 16:08:46 -0700897 if (!cinfo->atomic || cinfo->before != dir->i_version)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700898 nfs_force_lookup_revalidate(dir);
Trond Myklebusta9a4a872011-10-17 16:08:46 -0700899 dir->i_version = cinfo->after;
Trond Myklebust3235b402015-02-26 19:52:06 -0500900 nfsi->attr_gencount = nfs_inc_attr_generation_counter();
David Howellsde242c02012-12-20 21:52:38 +0000901 nfs_fscache_invalidate(dir);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700902 spin_unlock(&dir->i_lock);
903}
904
905struct nfs4_opendata {
906 struct kref kref;
907 struct nfs_openargs o_arg;
908 struct nfs_openres o_res;
909 struct nfs_open_confirmargs c_arg;
910 struct nfs_open_confirmres c_res;
Trond Myklebust6926afd2012-01-07 13:22:46 -0500911 struct nfs4_string owner_name;
912 struct nfs4_string group_name;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700913 struct nfs_fattr f_attr;
David Quigley1775fd32013-05-22 12:50:42 -0400914 struct nfs4_label *f_label;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700915 struct dentry *dir;
Al Viro82a2c1b2011-06-22 18:30:55 -0400916 struct dentry *dentry;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700917 struct nfs4_state_owner *owner;
918 struct nfs4_state *state;
919 struct iattr attrs;
920 unsigned long timestamp;
Trond Myklebustdecf4912005-10-27 22:12:39 -0400921 unsigned int rpc_done : 1;
Trond Myklebust5bc2afc2013-09-23 18:01:28 -0400922 unsigned int file_created : 1;
Trond Myklebustbdeca1b2013-04-23 14:52:44 -0400923 unsigned int is_recover : 1;
Trond Myklebustdecf4912005-10-27 22:12:39 -0400924 int rpc_status;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700925 int cancelled;
926};
Trond Myklebustdecf4912005-10-27 22:12:39 -0400927
Trond Myklebust49f9a0f2013-03-15 16:44:28 -0400928static bool nfs4_clear_cap_atomic_open_v1(struct nfs_server *server,
929 int err, struct nfs4_exception *exception)
930{
931 if (err != -EINVAL)
932 return false;
933 if (!(server->caps & NFS_CAP_ATOMIC_OPEN_V1))
934 return false;
935 server->caps &= ~NFS_CAP_ATOMIC_OPEN_V1;
936 exception->retry = 1;
937 return true;
938}
939
Trond Myklebust6ae37332015-01-30 14:21:14 -0500940static u32
941nfs4_map_atomic_open_share(struct nfs_server *server,
942 fmode_t fmode, int openflags)
943{
944 u32 res = 0;
945
946 switch (fmode & (FMODE_READ | FMODE_WRITE)) {
947 case FMODE_READ:
948 res = NFS4_SHARE_ACCESS_READ;
949 break;
950 case FMODE_WRITE:
951 res = NFS4_SHARE_ACCESS_WRITE;
952 break;
953 case FMODE_READ|FMODE_WRITE:
954 res = NFS4_SHARE_ACCESS_BOTH;
955 }
956 if (!(server->caps & NFS_CAP_ATOMIC_OPEN_V1))
957 goto out;
958 /* Want no delegation if we're using O_DIRECT */
959 if (openflags & O_DIRECT)
960 res |= NFS4_SHARE_WANT_NO_DELEG;
961out:
962 return res;
963}
964
Trond Myklebust49f9a0f2013-03-15 16:44:28 -0400965static enum open_claim_type4
966nfs4_map_atomic_open_claim(struct nfs_server *server,
967 enum open_claim_type4 claim)
968{
969 if (server->caps & NFS_CAP_ATOMIC_OPEN_V1)
970 return claim;
971 switch (claim) {
972 default:
973 return claim;
974 case NFS4_OPEN_CLAIM_FH:
975 return NFS4_OPEN_CLAIM_NULL;
976 case NFS4_OPEN_CLAIM_DELEG_CUR_FH:
977 return NFS4_OPEN_CLAIM_DELEGATE_CUR;
978 case NFS4_OPEN_CLAIM_DELEG_PREV_FH:
979 return NFS4_OPEN_CLAIM_DELEGATE_PREV;
980 }
981}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700982
983static void nfs4_init_opendata_res(struct nfs4_opendata *p)
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100984{
985 p->o_res.f_attr = &p->f_attr;
David Quigley1775fd32013-05-22 12:50:42 -0400986 p->o_res.f_label = p->f_label;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100987 p->o_res.seqid = p->o_arg.seqid;
988 p->c_res.seqid = p->c_arg.seqid;
989 p->o_res.server = p->o_arg.server;
Andy Adamson5f657532012-10-03 02:39:34 -0400990 p->o_res.access_request = p->o_arg.access;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100991 nfs_fattr_init(&p->f_attr);
Trond Myklebust6926afd2012-01-07 13:22:46 -0500992 nfs_fattr_init_names(&p->f_attr, &p->owner_name, &p->group_name);
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100993}
994
Al Viro82a2c1b2011-06-22 18:30:55 -0400995static struct nfs4_opendata *nfs4_opendata_alloc(struct dentry *dentry,
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100996 struct nfs4_state_owner *sp, fmode_t fmode, int flags,
Trond Myklebust8535b2b2010-05-13 12:51:01 -0400997 const struct iattr *attrs,
David Quigley1775fd32013-05-22 12:50:42 -0400998 struct nfs4_label *label,
Trond Myklebust4a1c0892013-03-15 14:57:33 -0400999 enum open_claim_type4 claim,
Trond Myklebust8535b2b2010-05-13 12:51:01 -04001000 gfp_t gfp_mask)
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001001{
Al Viro82a2c1b2011-06-22 18:30:55 -04001002 struct dentry *parent = dget_parent(dentry);
David Howells2b0143b2015-03-17 22:25:59 +00001003 struct inode *dir = d_inode(parent);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001004 struct nfs_server *server = NFS_SERVER(dir);
Trond Myklebust63f5f792015-01-23 19:19:25 -05001005 struct nfs_seqid *(*alloc_seqid)(struct nfs_seqid_counter *, gfp_t);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001006 struct nfs4_opendata *p;
1007
Trond Myklebust8535b2b2010-05-13 12:51:01 -04001008 p = kzalloc(sizeof(*p), gfp_mask);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001009 if (p == NULL)
1010 goto err;
David Quigley14c43f72013-05-22 12:50:43 -04001011
1012 p->f_label = nfs4_label_alloc(server, gfp_mask);
1013 if (IS_ERR(p->f_label))
1014 goto err_free_p;
1015
Trond Myklebust63f5f792015-01-23 19:19:25 -05001016 alloc_seqid = server->nfs_client->cl_mvops->alloc_seqid;
1017 p->o_arg.seqid = alloc_seqid(&sp->so_seqid, gfp_mask);
Trond Myklebustbadc76d2015-01-23 18:48:00 -05001018 if (IS_ERR(p->o_arg.seqid))
David Quigley14c43f72013-05-22 12:50:43 -04001019 goto err_free_label;
Al Viro82a2c1b2011-06-22 18:30:55 -04001020 nfs_sb_active(dentry->d_sb);
1021 p->dentry = dget(dentry);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001022 p->dir = parent;
1023 p->owner = sp;
1024 atomic_inc(&sp->so_count);
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001025 p->o_arg.open_flags = flags;
1026 p->o_arg.fmode = fmode & (FMODE_READ|FMODE_WRITE);
Trond Myklebust6ae37332015-01-30 14:21:14 -05001027 p->o_arg.share_access = nfs4_map_atomic_open_share(server,
1028 fmode, flags);
Weston Andros Adamsonae2bb032012-10-02 14:49:52 -07001029 /* don't put an ACCESS op in OPEN compound if O_EXCL, because ACCESS
1030 * will return permission denied for all bits until close */
1031 if (!(flags & O_EXCL)) {
1032 /* ask server to check for all possible rights as results
1033 * are cached */
1034 p->o_arg.access = NFS4_ACCESS_READ | NFS4_ACCESS_MODIFY |
1035 NFS4_ACCESS_EXTEND | NFS4_ACCESS_EXECUTE;
Weston Andros Adamsonae2bb032012-10-02 14:49:52 -07001036 }
David Howells7539bba2006-08-22 20:06:09 -04001037 p->o_arg.clientid = server->nfs_client->cl_clientid;
Trond Myklebust95b72eb2012-04-20 19:24:51 -04001038 p->o_arg.id.create_time = ktime_to_ns(sp->so_seqid.create_time);
1039 p->o_arg.id.uniquifier = sp->so_seqid.owner_id;
Al Viro82a2c1b2011-06-22 18:30:55 -04001040 p->o_arg.name = &dentry->d_name;
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001041 p->o_arg.server = server;
David Quigleyaa9c2662013-05-22 12:50:44 -04001042 p->o_arg.bitmask = nfs4_bitmask(server, label);
Trond Myklebust1549210f2012-06-05 09:16:47 -04001043 p->o_arg.open_bitmap = &nfs4_fattr_bitmap[0];
David Quigley1775fd32013-05-22 12:50:42 -04001044 p->o_arg.label = label;
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04001045 p->o_arg.claim = nfs4_map_atomic_open_claim(server, claim);
1046 switch (p->o_arg.claim) {
Trond Myklebust4a1c0892013-03-15 14:57:33 -04001047 case NFS4_OPEN_CLAIM_NULL:
1048 case NFS4_OPEN_CLAIM_DELEGATE_CUR:
1049 case NFS4_OPEN_CLAIM_DELEGATE_PREV:
1050 p->o_arg.fh = NFS_FH(dir);
1051 break;
1052 case NFS4_OPEN_CLAIM_PREVIOUS:
1053 case NFS4_OPEN_CLAIM_FH:
1054 case NFS4_OPEN_CLAIM_DELEG_CUR_FH:
1055 case NFS4_OPEN_CLAIM_DELEG_PREV_FH:
David Howells2b0143b2015-03-17 22:25:59 +00001056 p->o_arg.fh = NFS_FH(d_inode(dentry));
Trond Myklebust4a1c0892013-03-15 14:57:33 -04001057 }
Trond Myklebust536e43d2012-01-17 22:04:26 -05001058 if (attrs != NULL && attrs->ia_valid != 0) {
Trond Myklebustc281fa9c2013-08-20 21:06:49 -04001059 __u32 verf[2];
Trond Myklebustd77d76f2010-06-16 09:52:27 -04001060
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001061 p->o_arg.u.attrs = &p->attrs;
1062 memcpy(&p->attrs, attrs, sizeof(p->attrs));
Chuck Levercd937102012-03-02 17:14:31 -05001063
1064 verf[0] = jiffies;
1065 verf[1] = current->pid;
1066 memcpy(p->o_arg.u.verifier.data, verf,
1067 sizeof(p->o_arg.u.verifier.data));
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001068 }
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001069 p->c_arg.fh = &p->o_res.fh;
1070 p->c_arg.stateid = &p->o_res.stateid;
1071 p->c_arg.seqid = p->o_arg.seqid;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001072 nfs4_init_opendata_res(p);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001073 kref_init(&p->kref);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001074 return p;
David Quigley14c43f72013-05-22 12:50:43 -04001075
1076err_free_label:
1077 nfs4_label_free(p->f_label);
1078err_free_p:
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001079 kfree(p);
1080err:
1081 dput(parent);
1082 return NULL;
1083}
1084
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001085static void nfs4_opendata_free(struct kref *kref)
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001086{
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001087 struct nfs4_opendata *p = container_of(kref,
1088 struct nfs4_opendata, kref);
Al Viro82a2c1b2011-06-22 18:30:55 -04001089 struct super_block *sb = p->dentry->d_sb;
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001090
1091 nfs_free_seqid(p->o_arg.seqid);
Trond Myklebustaac00a82007-07-05 19:02:21 -04001092 if (p->state != NULL)
1093 nfs4_put_open_state(p->state);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001094 nfs4_put_state_owner(p->owner);
David Quigley14c43f72013-05-22 12:50:43 -04001095
1096 nfs4_label_free(p->f_label);
1097
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001098 dput(p->dir);
Al Viro82a2c1b2011-06-22 18:30:55 -04001099 dput(p->dentry);
1100 nfs_sb_deactive(sb);
Trond Myklebust6926afd2012-01-07 13:22:46 -05001101 nfs_fattr_free_names(&p->f_attr);
Trond Myklebuste911b812014-03-26 13:24:37 -07001102 kfree(p->f_attr.mdsthreshold);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001103 kfree(p);
1104}
1105
1106static void nfs4_opendata_put(struct nfs4_opendata *p)
1107{
1108 if (p != NULL)
1109 kref_put(&p->kref, nfs4_opendata_free);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001110}
1111
Trond Myklebust06f814a2006-01-03 09:55:07 +01001112static int nfs4_wait_for_completion_rpc_task(struct rpc_task *task)
1113{
Trond Myklebust06f814a2006-01-03 09:55:07 +01001114 int ret;
1115
Trond Myklebust06f814a2006-01-03 09:55:07 +01001116 ret = rpc_wait_for_completion_task(task);
Trond Myklebust06f814a2006-01-03 09:55:07 +01001117 return ret;
1118}
1119
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001120static int can_open_cached(struct nfs4_state *state, fmode_t mode, int open_mode)
Trond Myklebust6ee41262007-07-08 14:11:36 -04001121{
1122 int ret = 0;
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001123
Trond Myklebust536e43d2012-01-17 22:04:26 -05001124 if (open_mode & (O_EXCL|O_TRUNC))
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001125 goto out;
1126 switch (mode & (FMODE_READ|FMODE_WRITE)) {
Trond Myklebust6ee41262007-07-08 14:11:36 -04001127 case FMODE_READ:
Trond Myklebust88069f72009-12-08 08:33:16 -05001128 ret |= test_bit(NFS_O_RDONLY_STATE, &state->flags) != 0
1129 && state->n_rdonly != 0;
Trond Myklebust6ee41262007-07-08 14:11:36 -04001130 break;
1131 case FMODE_WRITE:
Trond Myklebust88069f72009-12-08 08:33:16 -05001132 ret |= test_bit(NFS_O_WRONLY_STATE, &state->flags) != 0
1133 && state->n_wronly != 0;
Trond Myklebust6ee41262007-07-08 14:11:36 -04001134 break;
1135 case FMODE_READ|FMODE_WRITE:
Trond Myklebust88069f72009-12-08 08:33:16 -05001136 ret |= test_bit(NFS_O_RDWR_STATE, &state->flags) != 0
1137 && state->n_rdwr != 0;
Trond Myklebust6ee41262007-07-08 14:11:36 -04001138 }
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001139out:
Trond Myklebust6ee41262007-07-08 14:11:36 -04001140 return ret;
1141}
1142
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001143static int can_open_delegated(struct nfs_delegation *delegation, fmode_t fmode)
Trond Myklebustaac00a82007-07-05 19:02:21 -04001144{
Trond Myklebust652f89f2011-12-09 19:05:58 -05001145 if (delegation == NULL)
1146 return 0;
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001147 if ((delegation->type & fmode) != fmode)
Trond Myklebustaac00a82007-07-05 19:02:21 -04001148 return 0;
Trond Myklebustd25be542013-02-05 11:43:28 -05001149 if (test_bit(NFS_DELEGATION_RETURNING, &delegation->flags))
1150 return 0;
Trond Myklebustb7391f42008-12-23 15:21:52 -05001151 nfs_mark_delegation_referenced(delegation);
Trond Myklebustaac00a82007-07-05 19:02:21 -04001152 return 1;
1153}
1154
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001155static void update_open_stateflags(struct nfs4_state *state, fmode_t fmode)
Trond Myklebuste7616922006-01-03 09:55:13 +01001156{
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001157 switch (fmode) {
Trond Myklebuste7616922006-01-03 09:55:13 +01001158 case FMODE_WRITE:
1159 state->n_wronly++;
1160 break;
1161 case FMODE_READ:
1162 state->n_rdonly++;
1163 break;
1164 case FMODE_READ|FMODE_WRITE:
1165 state->n_rdwr++;
1166 }
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001167 nfs4_state_set_mode_locked(state, state->state | fmode);
Trond Myklebuste7616922006-01-03 09:55:13 +01001168}
1169
Trond Myklebust4f14c192014-02-12 19:15:06 -05001170static void nfs_test_and_clear_all_open_stateid(struct nfs4_state *state)
Trond Myklebust003707c2007-07-05 18:07:55 -04001171{
Trond Myklebust4f14c192014-02-12 19:15:06 -05001172 struct nfs_client *clp = state->owner->so_server->nfs_client;
1173 bool need_recover = false;
1174
1175 if (test_and_clear_bit(NFS_O_RDONLY_STATE, &state->flags) && state->n_rdonly)
1176 need_recover = true;
1177 if (test_and_clear_bit(NFS_O_WRONLY_STATE, &state->flags) && state->n_wronly)
1178 need_recover = true;
1179 if (test_and_clear_bit(NFS_O_RDWR_STATE, &state->flags) && state->n_rdwr)
1180 need_recover = true;
1181 if (need_recover)
1182 nfs4_state_mark_reclaim_nograce(clp, state);
1183}
1184
Trond Myklebuste999e802014-02-10 18:20:47 -05001185static bool nfs_need_update_open_stateid(struct nfs4_state *state,
1186 nfs4_stateid *stateid)
1187{
1188 if (test_and_set_bit(NFS_OPEN_STATE, &state->flags) == 0)
1189 return true;
Trond Myklebust4f14c192014-02-12 19:15:06 -05001190 if (!nfs4_stateid_match_other(stateid, &state->open_stateid)) {
1191 nfs_test_and_clear_all_open_stateid(state);
Trond Myklebuste999e802014-02-10 18:20:47 -05001192 return true;
Trond Myklebust4f14c192014-02-12 19:15:06 -05001193 }
Trond Myklebuste999e802014-02-10 18:20:47 -05001194 if (nfs4_stateid_is_newer(stateid, &state->open_stateid))
1195 return true;
1196 return false;
1197}
1198
Trond Myklebustf95549c2015-01-23 18:06:09 -05001199static void nfs_resync_open_stateid_locked(struct nfs4_state *state)
1200{
1201 if (state->n_wronly)
1202 set_bit(NFS_O_WRONLY_STATE, &state->flags);
1203 if (state->n_rdonly)
1204 set_bit(NFS_O_RDONLY_STATE, &state->flags);
1205 if (state->n_rdwr)
1206 set_bit(NFS_O_RDWR_STATE, &state->flags);
1207}
1208
Trond Myklebust226056c2014-02-11 10:41:07 -05001209static void nfs_clear_open_stateid_locked(struct nfs4_state *state,
1210 nfs4_stateid *stateid, fmode_t fmode)
1211{
1212 clear_bit(NFS_O_RDWR_STATE, &state->flags);
1213 switch (fmode & (FMODE_READ|FMODE_WRITE)) {
1214 case FMODE_WRITE:
1215 clear_bit(NFS_O_RDONLY_STATE, &state->flags);
1216 break;
1217 case FMODE_READ:
1218 clear_bit(NFS_O_WRONLY_STATE, &state->flags);
1219 break;
1220 case 0:
1221 clear_bit(NFS_O_RDONLY_STATE, &state->flags);
1222 clear_bit(NFS_O_WRONLY_STATE, &state->flags);
1223 clear_bit(NFS_OPEN_STATE, &state->flags);
1224 }
1225 if (stateid == NULL)
1226 return;
Trond Myklebustf95549c2015-01-23 18:06:09 -05001227 /* Handle races with OPEN */
1228 if (!nfs4_stateid_match_other(stateid, &state->open_stateid) ||
1229 !nfs4_stateid_is_newer(stateid, &state->open_stateid)) {
1230 nfs_resync_open_stateid_locked(state);
Trond Myklebust226056c2014-02-11 10:41:07 -05001231 return;
Trond Myklebustf95549c2015-01-23 18:06:09 -05001232 }
Trond Myklebust003707c2007-07-05 18:07:55 -04001233 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0)
Trond Myklebustf597c532012-03-04 18:13:56 -05001234 nfs4_stateid_copy(&state->stateid, stateid);
1235 nfs4_stateid_copy(&state->open_stateid, stateid);
Trond Myklebust226056c2014-02-11 10:41:07 -05001236}
1237
1238static void nfs_clear_open_stateid(struct nfs4_state *state, nfs4_stateid *stateid, fmode_t fmode)
1239{
1240 write_seqlock(&state->seqlock);
1241 nfs_clear_open_stateid_locked(state, stateid, fmode);
1242 write_sequnlock(&state->seqlock);
Trond Myklebust4f14c192014-02-12 19:15:06 -05001243 if (test_bit(NFS_STATE_RECLAIM_NOGRACE, &state->flags))
1244 nfs4_schedule_state_manager(state->owner->so_server->nfs_client);
Trond Myklebust226056c2014-02-11 10:41:07 -05001245}
1246
Trond Myklebust003707c2007-07-05 18:07:55 -04001247static void nfs_set_open_stateid_locked(struct nfs4_state *state, nfs4_stateid *stateid, fmode_t fmode)
1248{
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001249 switch (fmode) {
Trond Myklebust003707c2007-07-05 18:07:55 -04001250 case FMODE_READ:
1251 set_bit(NFS_O_RDONLY_STATE, &state->flags);
1252 break;
1253 case FMODE_WRITE:
1254 set_bit(NFS_O_WRONLY_STATE, &state->flags);
1255 break;
1256 case FMODE_READ|FMODE_WRITE:
1257 set_bit(NFS_O_RDWR_STATE, &state->flags);
1258 }
Trond Myklebuste999e802014-02-10 18:20:47 -05001259 if (!nfs_need_update_open_stateid(state, stateid))
1260 return;
1261 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0)
1262 nfs4_stateid_copy(&state->stateid, stateid);
1263 nfs4_stateid_copy(&state->open_stateid, stateid);
Trond Myklebust003707c2007-07-05 18:07:55 -04001264}
1265
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001266static 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 -07001267{
Trond Myklebust8bda4e42007-07-09 10:45:42 -04001268 /*
1269 * Protect the call to nfs4_state_set_mode_locked and
1270 * serialise the stateid update
1271 */
1272 write_seqlock(&state->seqlock);
Trond Myklebust003707c2007-07-05 18:07:55 -04001273 if (deleg_stateid != NULL) {
Trond Myklebustf597c532012-03-04 18:13:56 -05001274 nfs4_stateid_copy(&state->stateid, deleg_stateid);
Trond Myklebust003707c2007-07-05 18:07:55 -04001275 set_bit(NFS_DELEGATED_STATE, &state->flags);
1276 }
1277 if (open_stateid != NULL)
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001278 nfs_set_open_stateid_locked(state, open_stateid, fmode);
Trond Myklebust8bda4e42007-07-09 10:45:42 -04001279 write_sequnlock(&state->seqlock);
1280 spin_lock(&state->owner->so_lock);
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001281 update_open_stateflags(state, fmode);
Trond Myklebustec073422005-10-20 14:22:47 -07001282 spin_unlock(&state->owner->so_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001283}
1284
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001285static 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 -05001286{
1287 struct nfs_inode *nfsi = NFS_I(state->inode);
1288 struct nfs_delegation *deleg_cur;
1289 int ret = 0;
1290
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001291 fmode &= (FMODE_READ|FMODE_WRITE);
Trond Myklebust34310432008-12-23 15:21:38 -05001292
1293 rcu_read_lock();
1294 deleg_cur = rcu_dereference(nfsi->delegation);
1295 if (deleg_cur == NULL)
1296 goto no_delegation;
1297
1298 spin_lock(&deleg_cur->lock);
Trond Myklebust17f26b12013-08-21 15:48:42 -04001299 if (rcu_dereference(nfsi->delegation) != deleg_cur ||
Trond Myklebustd25be542013-02-05 11:43:28 -05001300 test_bit(NFS_DELEGATION_RETURNING, &deleg_cur->flags) ||
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001301 (deleg_cur->type & fmode) != fmode)
Trond Myklebust34310432008-12-23 15:21:38 -05001302 goto no_delegation_unlock;
1303
1304 if (delegation == NULL)
1305 delegation = &deleg_cur->stateid;
Trond Myklebustf597c532012-03-04 18:13:56 -05001306 else if (!nfs4_stateid_match(&deleg_cur->stateid, delegation))
Trond Myklebust34310432008-12-23 15:21:38 -05001307 goto no_delegation_unlock;
1308
Trond Myklebustb7391f42008-12-23 15:21:52 -05001309 nfs_mark_delegation_referenced(deleg_cur);
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001310 __update_open_stateid(state, open_stateid, &deleg_cur->stateid, fmode);
Trond Myklebust34310432008-12-23 15:21:38 -05001311 ret = 1;
1312no_delegation_unlock:
1313 spin_unlock(&deleg_cur->lock);
1314no_delegation:
1315 rcu_read_unlock();
1316
1317 if (!ret && open_stateid != NULL) {
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001318 __update_open_stateid(state, open_stateid, NULL, fmode);
Trond Myklebust34310432008-12-23 15:21:38 -05001319 ret = 1;
1320 }
Trond Myklebust4f14c192014-02-12 19:15:06 -05001321 if (test_bit(NFS_STATE_RECLAIM_NOGRACE, &state->flags))
1322 nfs4_schedule_state_manager(state->owner->so_server->nfs_client);
Trond Myklebust34310432008-12-23 15:21:38 -05001323
1324 return ret;
1325}
1326
Trond Myklebust39071e62015-01-24 15:07:56 -05001327static bool nfs4_update_lock_stateid(struct nfs4_lock_state *lsp,
1328 const nfs4_stateid *stateid)
1329{
1330 struct nfs4_state *state = lsp->ls_state;
1331 bool ret = false;
1332
1333 spin_lock(&state->state_lock);
1334 if (!nfs4_stateid_match_other(stateid, &lsp->ls_stateid))
1335 goto out_noupdate;
1336 if (!nfs4_stateid_is_newer(stateid, &lsp->ls_stateid))
1337 goto out_noupdate;
1338 nfs4_stateid_copy(&lsp->ls_stateid, stateid);
1339 ret = true;
1340out_noupdate:
1341 spin_unlock(&state->state_lock);
1342 return ret;
1343}
Trond Myklebust34310432008-12-23 15:21:38 -05001344
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001345static void nfs4_return_incompatible_delegation(struct inode *inode, fmode_t fmode)
Trond Myklebustaac00a82007-07-05 19:02:21 -04001346{
1347 struct nfs_delegation *delegation;
1348
1349 rcu_read_lock();
1350 delegation = rcu_dereference(NFS_I(inode)->delegation);
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001351 if (delegation == NULL || (delegation->type & fmode) == fmode) {
Trond Myklebustaac00a82007-07-05 19:02:21 -04001352 rcu_read_unlock();
1353 return;
1354 }
1355 rcu_read_unlock();
Bryan Schumaker57ec14c2012-06-20 15:53:44 -04001356 nfs4_inode_return_delegation(inode);
Trond Myklebustaac00a82007-07-05 19:02:21 -04001357}
1358
Trond Myklebust6ee41262007-07-08 14:11:36 -04001359static struct nfs4_state *nfs4_try_open_cached(struct nfs4_opendata *opendata)
Trond Myklebustaac00a82007-07-05 19:02:21 -04001360{
1361 struct nfs4_state *state = opendata->state;
1362 struct nfs_inode *nfsi = NFS_I(state->inode);
1363 struct nfs_delegation *delegation;
Trond Myklebustf448bad2013-05-29 15:36:40 -04001364 int open_mode = opendata->o_arg.open_flags;
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001365 fmode_t fmode = opendata->o_arg.fmode;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001366 nfs4_stateid stateid;
1367 int ret = -EAGAIN;
1368
Trond Myklebustaac00a82007-07-05 19:02:21 -04001369 for (;;) {
Anna Schumaker61beef72014-09-03 14:15:40 -04001370 spin_lock(&state->owner->so_lock);
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001371 if (can_open_cached(state, fmode, open_mode)) {
Anna Schumaker61beef72014-09-03 14:15:40 -04001372 update_open_stateflags(state, fmode);
Trond Myklebust6ee41262007-07-08 14:11:36 -04001373 spin_unlock(&state->owner->so_lock);
Anna Schumaker61beef72014-09-03 14:15:40 -04001374 goto out_return_state;
Trond Myklebust6ee41262007-07-08 14:11:36 -04001375 }
Anna Schumaker61beef72014-09-03 14:15:40 -04001376 spin_unlock(&state->owner->so_lock);
Trond Myklebust34310432008-12-23 15:21:38 -05001377 rcu_read_lock();
1378 delegation = rcu_dereference(nfsi->delegation);
Trond Myklebust652f89f2011-12-09 19:05:58 -05001379 if (!can_open_delegated(delegation, fmode)) {
Trond Myklebust34310432008-12-23 15:21:38 -05001380 rcu_read_unlock();
Trond Myklebust6ee41262007-07-08 14:11:36 -04001381 break;
Trond Myklebust34310432008-12-23 15:21:38 -05001382 }
Trond Myklebustaac00a82007-07-05 19:02:21 -04001383 /* Save the delegation */
Trond Myklebustf597c532012-03-04 18:13:56 -05001384 nfs4_stateid_copy(&stateid, &delegation->stateid);
Trond Myklebustaac00a82007-07-05 19:02:21 -04001385 rcu_read_unlock();
Trond Myklebustfa332942013-04-09 12:56:52 -04001386 nfs_release_seqid(opendata->o_arg.seqid);
Trond Myklebustbdeca1b2013-04-23 14:52:44 -04001387 if (!opendata->is_recover) {
1388 ret = nfs_may_open(state->inode, state->owner->so_cred, open_mode);
1389 if (ret != 0)
1390 goto out;
1391 }
Trond Myklebustaac00a82007-07-05 19:02:21 -04001392 ret = -EAGAIN;
Trond Myklebust34310432008-12-23 15:21:38 -05001393
1394 /* Try to update the stateid using the delegation */
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001395 if (update_open_stateid(state, NULL, &stateid, fmode))
Trond Myklebust34310432008-12-23 15:21:38 -05001396 goto out_return_state;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001397 }
Trond Myklebustaac00a82007-07-05 19:02:21 -04001398out:
1399 return ERR_PTR(ret);
1400out_return_state:
1401 atomic_inc(&state->count);
1402 return state;
1403}
1404
Andy Adamsone23008e2012-10-02 21:07:32 -04001405static void
1406nfs4_opendata_check_deleg(struct nfs4_opendata *data, struct nfs4_state *state)
1407{
1408 struct nfs_client *clp = NFS_SERVER(state->inode)->nfs_client;
1409 struct nfs_delegation *delegation;
1410 int delegation_flags = 0;
1411
1412 rcu_read_lock();
1413 delegation = rcu_dereference(NFS_I(state->inode)->delegation);
1414 if (delegation)
1415 delegation_flags = delegation->flags;
1416 rcu_read_unlock();
1417 if (data->o_arg.claim == NFS4_OPEN_CLAIM_DELEGATE_CUR) {
1418 pr_err_ratelimited("NFS: Broken NFSv4 server %s is "
1419 "returning a delegation for "
1420 "OPEN(CLAIM_DELEGATE_CUR)\n",
1421 clp->cl_hostname);
1422 } else if ((delegation_flags & 1UL<<NFS_DELEGATION_NEED_RECLAIM) == 0)
1423 nfs_inode_set_delegation(state->inode,
1424 data->owner->so_cred,
1425 &data->o_res);
1426 else
1427 nfs_inode_reclaim_delegation(state->inode,
1428 data->owner->so_cred,
1429 &data->o_res);
1430}
1431
1432/*
1433 * Check the inode attributes against the CLAIM_PREVIOUS returned attributes
1434 * and update the nfs4_state.
1435 */
1436static struct nfs4_state *
1437_nfs4_opendata_reclaim_to_nfs4_state(struct nfs4_opendata *data)
1438{
1439 struct inode *inode = data->state->inode;
1440 struct nfs4_state *state = data->state;
1441 int ret;
1442
Weston Andros Adamsond2bfda22013-10-21 13:10:13 -04001443 if (!data->rpc_done) {
1444 if (data->rpc_status) {
1445 ret = data->rpc_status;
1446 goto err;
1447 }
1448 /* cached opens have already been processed */
1449 goto update;
Andy Adamsone23008e2012-10-02 21:07:32 -04001450 }
1451
Andy Adamsone23008e2012-10-02 21:07:32 -04001452 ret = nfs_refresh_inode(inode, &data->f_attr);
1453 if (ret)
1454 goto err;
1455
1456 if (data->o_res.delegation_type != 0)
1457 nfs4_opendata_check_deleg(data, state);
Weston Andros Adamsond2bfda22013-10-21 13:10:13 -04001458update:
Andy Adamsone23008e2012-10-02 21:07:32 -04001459 update_open_stateid(state, &data->o_res.stateid, NULL,
1460 data->o_arg.fmode);
Trond Myklebustd49f0422013-10-28 14:57:12 -04001461 atomic_inc(&state->count);
Andy Adamsone23008e2012-10-02 21:07:32 -04001462
1463 return state;
1464err:
1465 return ERR_PTR(ret);
1466
1467}
1468
1469static struct nfs4_state *
1470_nfs4_opendata_to_nfs4_state(struct nfs4_opendata *data)
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001471{
1472 struct inode *inode;
1473 struct nfs4_state *state = NULL;
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001474 int ret;
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001475
Trond Myklebustaac00a82007-07-05 19:02:21 -04001476 if (!data->rpc_done) {
Trond Myklebust6ee41262007-07-08 14:11:36 -04001477 state = nfs4_try_open_cached(data);
Trond Myklebustaac00a82007-07-05 19:02:21 -04001478 goto out;
1479 }
1480
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001481 ret = -EAGAIN;
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001482 if (!(data->f_attr.valid & NFS_ATTR_FATTR))
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001483 goto err;
David Quigley1775fd32013-05-22 12:50:42 -04001484 inode = nfs_fhget(data->dir->d_sb, &data->o_res.fh, &data->f_attr, data->f_label);
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001485 ret = PTR_ERR(inode);
Trond Myklebust03f28e32006-03-20 13:44:48 -05001486 if (IS_ERR(inode))
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001487 goto err;
1488 ret = -ENOMEM;
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001489 state = nfs4_get_open_state(inode, data->owner);
1490 if (state == NULL)
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001491 goto err_put_inode;
Andy Adamsone23008e2012-10-02 21:07:32 -04001492 if (data->o_res.delegation_type != 0)
1493 nfs4_opendata_check_deleg(data, state);
Trond Myklebust34310432008-12-23 15:21:38 -05001494 update_open_stateid(state, &data->o_res.stateid, NULL,
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001495 data->o_arg.fmode);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001496 iput(inode);
Trond Myklebustaac00a82007-07-05 19:02:21 -04001497out:
Trond Myklebust7aa262b52013-02-28 16:19:59 -08001498 nfs_release_seqid(data->o_arg.seqid);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001499 return state;
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001500err_put_inode:
1501 iput(inode);
1502err:
1503 return ERR_PTR(ret);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001504}
1505
Andy Adamsone23008e2012-10-02 21:07:32 -04001506static struct nfs4_state *
1507nfs4_opendata_to_nfs4_state(struct nfs4_opendata *data)
1508{
1509 if (data->o_arg.claim == NFS4_OPEN_CLAIM_PREVIOUS)
1510 return _nfs4_opendata_reclaim_to_nfs4_state(data);
1511 return _nfs4_opendata_to_nfs4_state(data);
1512}
1513
Trond Myklebust864472e2006-01-03 09:55:15 +01001514static struct nfs_open_context *nfs4_state_find_open_context(struct nfs4_state *state)
1515{
1516 struct nfs_inode *nfsi = NFS_I(state->inode);
1517 struct nfs_open_context *ctx;
1518
1519 spin_lock(&state->inode->i_lock);
1520 list_for_each_entry(ctx, &nfsi->open_files, list) {
1521 if (ctx->state != state)
1522 continue;
1523 get_nfs_open_context(ctx);
1524 spin_unlock(&state->inode->i_lock);
1525 return ctx;
1526 }
1527 spin_unlock(&state->inode->i_lock);
1528 return ERR_PTR(-ENOENT);
1529}
1530
Trond Myklebust4a1c0892013-03-15 14:57:33 -04001531static struct nfs4_opendata *nfs4_open_recoverdata_alloc(struct nfs_open_context *ctx,
1532 struct nfs4_state *state, enum open_claim_type4 claim)
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001533{
1534 struct nfs4_opendata *opendata;
1535
Trond Myklebust4a1c0892013-03-15 14:57:33 -04001536 opendata = nfs4_opendata_alloc(ctx->dentry, state->owner, 0, 0,
David Quigley1775fd32013-05-22 12:50:42 -04001537 NULL, NULL, claim, GFP_NOFS);
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001538 if (opendata == NULL)
1539 return ERR_PTR(-ENOMEM);
1540 opendata->state = state;
1541 atomic_inc(&state->count);
1542 return opendata;
1543}
1544
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001545static int nfs4_open_recover_helper(struct nfs4_opendata *opendata, fmode_t fmode, struct nfs4_state **res)
Trond Myklebust864472e2006-01-03 09:55:15 +01001546{
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001547 struct nfs4_state *newstate;
Trond Myklebust864472e2006-01-03 09:55:15 +01001548 int ret;
1549
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001550 opendata->o_arg.open_flags = 0;
1551 opendata->o_arg.fmode = fmode;
Trond Myklebustbe36e182015-02-27 17:04:17 -05001552 opendata->o_arg.share_access = nfs4_map_atomic_open_share(
1553 NFS_SB(opendata->dentry->d_sb),
1554 fmode, 0);
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001555 memset(&opendata->o_res, 0, sizeof(opendata->o_res));
1556 memset(&opendata->c_res, 0, sizeof(opendata->c_res));
1557 nfs4_init_opendata_res(opendata);
Alexandros Batsakisb2579572009-12-14 21:27:57 -08001558 ret = _nfs4_recover_proc_open(opendata);
Trond Myklebust864472e2006-01-03 09:55:15 +01001559 if (ret != 0)
1560 return ret;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001561 newstate = nfs4_opendata_to_nfs4_state(opendata);
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001562 if (IS_ERR(newstate))
1563 return PTR_ERR(newstate);
Al Viro643168c2011-06-22 18:20:23 -04001564 nfs4_close_state(newstate, fmode);
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001565 *res = newstate;
Trond Myklebust864472e2006-01-03 09:55:15 +01001566 return 0;
1567}
1568
1569static int nfs4_open_recover(struct nfs4_opendata *opendata, struct nfs4_state *state)
1570{
Trond Myklebust864472e2006-01-03 09:55:15 +01001571 struct nfs4_state *newstate;
Trond Myklebust864472e2006-01-03 09:55:15 +01001572 int ret;
1573
Trond Myklebust4f14c192014-02-12 19:15:06 -05001574 /* Don't trigger recovery in nfs_test_and_clear_all_open_stateid */
1575 clear_bit(NFS_O_RDWR_STATE, &state->flags);
1576 clear_bit(NFS_O_WRONLY_STATE, &state->flags);
1577 clear_bit(NFS_O_RDONLY_STATE, &state->flags);
Trond Myklebust864472e2006-01-03 09:55:15 +01001578 /* memory barrier prior to reading state->n_* */
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001579 clear_bit(NFS_DELEGATED_STATE, &state->flags);
Trond Myklebustfd068b22013-04-22 11:29:51 -04001580 clear_bit(NFS_OPEN_STATE, &state->flags);
Trond Myklebust864472e2006-01-03 09:55:15 +01001581 smp_rmb();
1582 if (state->n_rdwr != 0) {
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001583 ret = nfs4_open_recover_helper(opendata, FMODE_READ|FMODE_WRITE, &newstate);
Trond Myklebust864472e2006-01-03 09:55:15 +01001584 if (ret != 0)
1585 return ret;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001586 if (newstate != state)
1587 return -ESTALE;
Trond Myklebust864472e2006-01-03 09:55:15 +01001588 }
1589 if (state->n_wronly != 0) {
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001590 ret = nfs4_open_recover_helper(opendata, FMODE_WRITE, &newstate);
Trond Myklebust864472e2006-01-03 09:55:15 +01001591 if (ret != 0)
1592 return ret;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001593 if (newstate != state)
1594 return -ESTALE;
Trond Myklebust864472e2006-01-03 09:55:15 +01001595 }
1596 if (state->n_rdonly != 0) {
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001597 ret = nfs4_open_recover_helper(opendata, FMODE_READ, &newstate);
Trond Myklebust864472e2006-01-03 09:55:15 +01001598 if (ret != 0)
1599 return ret;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001600 if (newstate != state)
1601 return -ESTALE;
Trond Myklebust864472e2006-01-03 09:55:15 +01001602 }
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001603 /*
1604 * We may have performed cached opens for all three recoveries.
1605 * Check if we need to update the current stateid.
1606 */
1607 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0 &&
Trond Myklebustf597c532012-03-04 18:13:56 -05001608 !nfs4_stateid_match(&state->stateid, &state->open_stateid)) {
Trond Myklebust8bda4e42007-07-09 10:45:42 -04001609 write_seqlock(&state->seqlock);
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001610 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0)
Trond Myklebustf597c532012-03-04 18:13:56 -05001611 nfs4_stateid_copy(&state->stateid, &state->open_stateid);
Trond Myklebust8bda4e42007-07-09 10:45:42 -04001612 write_sequnlock(&state->seqlock);
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001613 }
Trond Myklebust864472e2006-01-03 09:55:15 +01001614 return 0;
1615}
1616
Linus Torvalds1da177e2005-04-16 15:20:36 -07001617/*
1618 * OPEN_RECLAIM:
1619 * reclaim state on the server after a reboot.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001620 */
Trond Myklebust539cd032007-06-05 11:46:42 -04001621static int _nfs4_do_open_reclaim(struct nfs_open_context *ctx, struct nfs4_state *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001622{
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001623 struct nfs_delegation *delegation;
Trond Myklebust864472e2006-01-03 09:55:15 +01001624 struct nfs4_opendata *opendata;
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001625 fmode_t delegation_type = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001626 int status;
1627
Trond Myklebust4a1c0892013-03-15 14:57:33 -04001628 opendata = nfs4_open_recoverdata_alloc(ctx, state,
1629 NFS4_OPEN_CLAIM_PREVIOUS);
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001630 if (IS_ERR(opendata))
1631 return PTR_ERR(opendata);
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001632 rcu_read_lock();
1633 delegation = rcu_dereference(NFS_I(state->inode)->delegation);
Trond Myklebust15c831b2008-12-23 15:21:39 -05001634 if (delegation != NULL && test_bit(NFS_DELEGATION_NEED_RECLAIM, &delegation->flags) != 0)
Trond Myklebust65bbf6b2007-08-27 09:57:46 -04001635 delegation_type = delegation->type;
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001636 rcu_read_unlock();
Trond Myklebust864472e2006-01-03 09:55:15 +01001637 opendata->o_arg.u.delegation_type = delegation_type;
1638 status = nfs4_open_recover(opendata, state);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001639 nfs4_opendata_put(opendata);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001640 return status;
1641}
1642
Trond Myklebust539cd032007-06-05 11:46:42 -04001643static int nfs4_do_open_reclaim(struct nfs_open_context *ctx, struct nfs4_state *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001644{
1645 struct nfs_server *server = NFS_SERVER(state->inode);
1646 struct nfs4_exception exception = { };
1647 int err;
1648 do {
Trond Myklebust539cd032007-06-05 11:46:42 -04001649 err = _nfs4_do_open_reclaim(ctx, state);
Trond Myklebust42113a72013-08-12 16:19:27 -04001650 trace_nfs4_open_reclaim(ctx, 0, err);
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04001651 if (nfs4_clear_cap_atomic_open_v1(server, err, &exception))
1652 continue;
Trond Myklebust168667c2010-10-19 19:47:49 -04001653 if (err != -NFS4ERR_DELAY)
Trond Myklebust202b50d2005-06-22 17:16:29 +00001654 break;
1655 nfs4_handle_exception(server, err, &exception);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001656 } while (exception.retry);
1657 return err;
1658}
1659
Trond Myklebust864472e2006-01-03 09:55:15 +01001660static int nfs4_open_reclaim(struct nfs4_state_owner *sp, struct nfs4_state *state)
1661{
1662 struct nfs_open_context *ctx;
1663 int ret;
1664
1665 ctx = nfs4_state_find_open_context(state);
1666 if (IS_ERR(ctx))
Trond Myklebust91876b12013-03-28 14:01:33 -04001667 return -EAGAIN;
Trond Myklebust539cd032007-06-05 11:46:42 -04001668 ret = nfs4_do_open_reclaim(ctx, state);
Trond Myklebust864472e2006-01-03 09:55:15 +01001669 put_nfs_open_context(ctx);
1670 return ret;
1671}
1672
Trond Myklebustdb4f2e62013-04-01 15:56:46 -04001673static 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 -07001674{
Trond Myklebustbe76b5b2013-04-01 15:40:44 -04001675 switch (err) {
1676 default:
1677 printk(KERN_ERR "NFS: %s: unhandled error "
1678 "%d.\n", __func__, err);
1679 case 0:
1680 case -ENOENT:
Trond Myklebust8eee52a2015-06-04 13:51:13 -04001681 case -EAGAIN:
Trond Myklebustbe76b5b2013-04-01 15:40:44 -04001682 case -ESTALE:
1683 break;
1684 case -NFS4ERR_BADSESSION:
1685 case -NFS4ERR_BADSLOT:
1686 case -NFS4ERR_BAD_HIGH_SLOT:
1687 case -NFS4ERR_CONN_NOT_BOUND_TO_SESSION:
1688 case -NFS4ERR_DEADSESSION:
1689 set_bit(NFS_DELEGATED_STATE, &state->flags);
1690 nfs4_schedule_session_recovery(server->nfs_client->cl_session, err);
1691 return -EAGAIN;
1692 case -NFS4ERR_STALE_CLIENTID:
1693 case -NFS4ERR_STALE_STATEID:
1694 set_bit(NFS_DELEGATED_STATE, &state->flags);
1695 case -NFS4ERR_EXPIRED:
1696 /* Don't recall a delegation if it was lost */
1697 nfs4_schedule_lease_recovery(server->nfs_client);
1698 return -EAGAIN;
Chuck Lever352297b2013-10-17 14:13:24 -04001699 case -NFS4ERR_MOVED:
1700 nfs4_schedule_migration_recovery(server);
1701 return -EAGAIN;
Chuck Lever8ef2f8d2013-10-17 14:13:41 -04001702 case -NFS4ERR_LEASE_MOVED:
1703 nfs4_schedule_lease_moved_recovery(server->nfs_client);
1704 return -EAGAIN;
Trond Myklebustbe76b5b2013-04-01 15:40:44 -04001705 case -NFS4ERR_DELEG_REVOKED:
1706 case -NFS4ERR_ADMIN_REVOKED:
1707 case -NFS4ERR_BAD_STATEID:
Trond Myklebustdb4f2e62013-04-01 15:56:46 -04001708 case -NFS4ERR_OPENMODE:
Trond Myklebustbe76b5b2013-04-01 15:40:44 -04001709 nfs_inode_find_state_and_recover(state->inode,
1710 stateid);
1711 nfs4_schedule_stateid_recovery(server, state);
Trond Myklebust869f9df2014-11-10 18:43:56 -05001712 return -EAGAIN;
Trond Myklebustbe76b5b2013-04-01 15:40:44 -04001713 case -NFS4ERR_DELAY:
1714 case -NFS4ERR_GRACE:
1715 set_bit(NFS_DELEGATED_STATE, &state->flags);
1716 ssleep(1);
1717 return -EAGAIN;
Trond Myklebustdb4f2e62013-04-01 15:56:46 -04001718 case -ENOMEM:
1719 case -NFS4ERR_DENIED:
1720 /* kill_proc(fl->fl_pid, SIGLOST, 1); */
1721 return 0;
Trond Myklebustbe76b5b2013-04-01 15:40:44 -04001722 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001723 return err;
1724}
1725
Trond Myklebustdb4f2e62013-04-01 15:56:46 -04001726int nfs4_open_delegation_recall(struct nfs_open_context *ctx, struct nfs4_state *state, const nfs4_stateid *stateid)
1727{
1728 struct nfs_server *server = NFS_SERVER(state->inode);
1729 struct nfs4_opendata *opendata;
1730 int err;
1731
1732 opendata = nfs4_open_recoverdata_alloc(ctx, state,
1733 NFS4_OPEN_CLAIM_DELEG_CUR_FH);
1734 if (IS_ERR(opendata))
1735 return PTR_ERR(opendata);
1736 nfs4_stateid_copy(&opendata->o_arg.u.delegation, stateid);
1737 err = nfs4_open_recover(opendata, state);
1738 nfs4_opendata_put(opendata);
1739 return nfs4_handle_delegation_recall_error(server, state, stateid, err);
1740}
1741
Chuck Leverbe05c862013-08-09 12:49:47 -04001742static void nfs4_open_confirm_prepare(struct rpc_task *task, void *calldata)
1743{
1744 struct nfs4_opendata *data = calldata;
1745
Peng Taocb04ad22014-06-11 05:24:15 +08001746 nfs40_setup_sequence(data->o_arg.server->nfs_client->cl_slot_tbl,
1747 &data->c_arg.seq_args, &data->c_res.seq_res, task);
Chuck Leverbe05c862013-08-09 12:49:47 -04001748}
1749
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001750static void nfs4_open_confirm_done(struct rpc_task *task, void *calldata)
1751{
1752 struct nfs4_opendata *data = calldata;
1753
Trond Myklebust17ead6c2014-02-01 14:53:23 -05001754 nfs40_sequence_done(task, &data->c_res.seq_res);
Chuck Leverbe05c862013-08-09 12:49:47 -04001755
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001756 data->rpc_status = task->tk_status;
Trond Myklebust26e976a2006-01-03 09:55:21 +01001757 if (data->rpc_status == 0) {
Trond Myklebustf597c532012-03-04 18:13:56 -05001758 nfs4_stateid_copy(&data->o_res.stateid, &data->c_res.stateid);
Trond Myklebustbb226292008-01-02 15:19:18 -05001759 nfs_confirm_seqid(&data->owner->so_seqid, 0);
Trond Myklebust26e976a2006-01-03 09:55:21 +01001760 renew_lease(data->o_res.server, data->timestamp);
Trond Myklebust3e309912007-07-07 13:19:59 -04001761 data->rpc_done = 1;
Trond Myklebust26e976a2006-01-03 09:55:21 +01001762 }
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001763}
1764
1765static void nfs4_open_confirm_release(void *calldata)
1766{
1767 struct nfs4_opendata *data = calldata;
1768 struct nfs4_state *state = NULL;
1769
1770 /* If this request hasn't been cancelled, do nothing */
1771 if (data->cancelled == 0)
1772 goto out_free;
1773 /* In case of error, no cleanup! */
Trond Myklebust3e309912007-07-07 13:19:59 -04001774 if (!data->rpc_done)
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001775 goto out_free;
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001776 state = nfs4_opendata_to_nfs4_state(data);
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001777 if (!IS_ERR(state))
Al Viro643168c2011-06-22 18:20:23 -04001778 nfs4_close_state(state, data->o_arg.fmode);
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001779out_free:
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001780 nfs4_opendata_put(data);
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001781}
1782
1783static const struct rpc_call_ops nfs4_open_confirm_ops = {
Chuck Leverbe05c862013-08-09 12:49:47 -04001784 .rpc_call_prepare = nfs4_open_confirm_prepare,
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001785 .rpc_call_done = nfs4_open_confirm_done,
1786 .rpc_release = nfs4_open_confirm_release,
1787};
1788
1789/*
1790 * Note: On error, nfs4_proc_open_confirm will free the struct nfs4_opendata
1791 */
1792static int _nfs4_proc_open_confirm(struct nfs4_opendata *data)
1793{
David Howells2b0143b2015-03-17 22:25:59 +00001794 struct nfs_server *server = NFS_SERVER(d_inode(data->dir));
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001795 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001796 struct rpc_message msg = {
1797 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN_CONFIRM],
1798 .rpc_argp = &data->c_arg,
1799 .rpc_resp = &data->c_res,
1800 .rpc_cred = data->owner->so_cred,
1801 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04001802 struct rpc_task_setup task_setup_data = {
1803 .rpc_client = server->client,
Trond Myklebust5138fde2007-07-14 15:40:01 -04001804 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04001805 .callback_ops = &nfs4_open_confirm_ops,
1806 .callback_data = data,
Trond Myklebust101070c2008-02-19 20:04:23 -05001807 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04001808 .flags = RPC_TASK_ASYNC,
1809 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07001810 int status;
1811
Trond Myklebust17ead6c2014-02-01 14:53:23 -05001812 nfs4_init_sequence(&data->c_arg.seq_args, &data->c_res.seq_res, 1);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001813 kref_get(&data->kref);
Trond Myklebust3e309912007-07-07 13:19:59 -04001814 data->rpc_done = 0;
1815 data->rpc_status = 0;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001816 data->timestamp = jiffies;
Trond Myklebustc970aa82007-07-14 15:39:59 -04001817 task = rpc_run_task(&task_setup_data);
Trond Myklebust7a1218a2006-03-20 18:11:10 -05001818 if (IS_ERR(task))
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001819 return PTR_ERR(task);
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001820 status = nfs4_wait_for_completion_rpc_task(task);
1821 if (status != 0) {
1822 data->cancelled = 1;
1823 smp_wmb();
1824 } else
1825 status = data->rpc_status;
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -05001826 rpc_put_task(task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001827 return status;
1828}
1829
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001830static void nfs4_open_prepare(struct rpc_task *task, void *calldata)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001831{
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001832 struct nfs4_opendata *data = calldata;
1833 struct nfs4_state_owner *sp = data->owner;
Trond Myklebust549b19c2013-04-16 18:42:34 -04001834 struct nfs_client *clp = sp->so_server->nfs_client;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001835
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001836 if (nfs_wait_on_sequence(data->o_arg.seqid, task) != 0)
Trond Myklebustc8da19b2013-02-11 19:01:21 -05001837 goto out_wait;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001838 /*
1839 * Check if we still need to send an OPEN call, or if we can use
1840 * a delegation instead.
1841 */
1842 if (data->state != NULL) {
1843 struct nfs_delegation *delegation;
1844
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001845 if (can_open_cached(data->state, data->o_arg.fmode, data->o_arg.open_flags))
Trond Myklebust6ee41262007-07-08 14:11:36 -04001846 goto out_no_action;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001847 rcu_read_lock();
1848 delegation = rcu_dereference(NFS_I(data->state->inode)->delegation);
Trond Myklebust652f89f2011-12-09 19:05:58 -05001849 if (data->o_arg.claim != NFS4_OPEN_CLAIM_DELEGATE_CUR &&
Trond Myklebustcd4c9be2013-04-23 14:46:25 -04001850 data->o_arg.claim != NFS4_OPEN_CLAIM_DELEG_CUR_FH &&
Trond Myklebust652f89f2011-12-09 19:05:58 -05001851 can_open_delegated(delegation, data->o_arg.fmode))
1852 goto unlock_no_action;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001853 rcu_read_unlock();
1854 }
Trond Myklebust95b72eb2012-04-20 19:24:51 -04001855 /* Update client id. */
Trond Myklebust549b19c2013-04-16 18:42:34 -04001856 data->o_arg.clientid = clp->cl_clientid;
Trond Myklebust8188df12013-04-23 14:31:19 -04001857 switch (data->o_arg.claim) {
1858 case NFS4_OPEN_CLAIM_PREVIOUS:
1859 case NFS4_OPEN_CLAIM_DELEG_CUR_FH:
1860 case NFS4_OPEN_CLAIM_DELEG_PREV_FH:
Andy Adamsone23008e2012-10-02 21:07:32 -04001861 data->o_arg.open_bitmap = &nfs4_open_noattr_bitmap[0];
Trond Myklebust8188df12013-04-23 14:31:19 -04001862 case NFS4_OPEN_CLAIM_FH:
1863 task->tk_msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN_NOATTR];
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001864 nfs_copy_fh(&data->o_res.fh, data->o_arg.fh);
1865 }
Trond Myklebust26e976a2006-01-03 09:55:21 +01001866 data->timestamp = jiffies;
Trond Myklebust035168a2010-06-16 09:52:26 -04001867 if (nfs4_setup_sequence(data->o_arg.server,
Andy Adamsond8985282009-04-01 09:22:21 -04001868 &data->o_arg.seq_args,
Trond Myklebust2240a9e2012-10-29 18:37:40 -04001869 &data->o_res.seq_res,
1870 task) != 0)
1871 nfs_release_seqid(data->o_arg.seqid);
Trond Myklebust549b19c2013-04-16 18:42:34 -04001872
1873 /* Set the create mode (note dependency on the session type) */
1874 data->o_arg.createmode = NFS4_CREATE_UNCHECKED;
1875 if (data->o_arg.open_flags & O_EXCL) {
1876 data->o_arg.createmode = NFS4_CREATE_EXCLUSIVE;
1877 if (nfs4_has_persistent_session(clp))
1878 data->o_arg.createmode = NFS4_CREATE_GUARDED;
1879 else if (clp->cl_mvops->minor_version > 0)
1880 data->o_arg.createmode = NFS4_CREATE_EXCLUSIVE4_1;
1881 }
Trond Myklebust6ee41262007-07-08 14:11:36 -04001882 return;
Trond Myklebust652f89f2011-12-09 19:05:58 -05001883unlock_no_action:
1884 rcu_read_unlock();
Trond Myklebust6ee41262007-07-08 14:11:36 -04001885out_no_action:
1886 task->tk_action = NULL;
Trond Myklebustc8da19b2013-02-11 19:01:21 -05001887out_wait:
Trond Myklebustb75ad4c2012-11-29 17:27:47 -05001888 nfs4_sequence_done(task, &data->o_res.seq_res);
Alexandros Batsakisb2579572009-12-14 21:27:57 -08001889}
1890
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001891static void nfs4_open_done(struct rpc_task *task, void *calldata)
1892{
1893 struct nfs4_opendata *data = calldata;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001894
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001895 data->rpc_status = task->tk_status;
Andy Adamsond8985282009-04-01 09:22:21 -04001896
Trond Myklebust14516c32010-07-31 14:29:06 -04001897 if (!nfs4_sequence_done(task, &data->o_res.seq_res))
1898 return;
Andy Adamsond8985282009-04-01 09:22:21 -04001899
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001900 if (task->tk_status == 0) {
Trond Myklebust807d66d82012-10-02 17:09:00 -07001901 if (data->o_res.f_attr->valid & NFS_ATTR_FATTR_TYPE) {
1902 switch (data->o_res.f_attr->mode & S_IFMT) {
Trond Myklebust6f926b52005-10-18 14:20:18 -07001903 case S_IFREG:
1904 break;
1905 case S_IFLNK:
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001906 data->rpc_status = -ELOOP;
Trond Myklebust6f926b52005-10-18 14:20:18 -07001907 break;
1908 case S_IFDIR:
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001909 data->rpc_status = -EISDIR;
Trond Myklebust6f926b52005-10-18 14:20:18 -07001910 break;
1911 default:
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001912 data->rpc_status = -ENOTDIR;
Trond Myklebust807d66d82012-10-02 17:09:00 -07001913 }
Trond Myklebust6f926b52005-10-18 14:20:18 -07001914 }
Trond Myklebust26e976a2006-01-03 09:55:21 +01001915 renew_lease(data->o_res.server, data->timestamp);
Trond Myklebust0f9f95e2007-07-08 16:19:56 -04001916 if (!(data->o_res.rflags & NFS4_OPEN_RESULT_CONFIRM))
1917 nfs_confirm_seqid(&data->owner->so_seqid, 0);
Trond Myklebust6f926b52005-10-18 14:20:18 -07001918 }
Trond Myklebust3e309912007-07-07 13:19:59 -04001919 data->rpc_done = 1;
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001920}
Trond Myklebust6f926b52005-10-18 14:20:18 -07001921
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001922static void nfs4_open_release(void *calldata)
1923{
1924 struct nfs4_opendata *data = calldata;
1925 struct nfs4_state *state = NULL;
1926
1927 /* If this request hasn't been cancelled, do nothing */
1928 if (data->cancelled == 0)
1929 goto out_free;
1930 /* In case of error, no cleanup! */
Trond Myklebust3e309912007-07-07 13:19:59 -04001931 if (data->rpc_status != 0 || !data->rpc_done)
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001932 goto out_free;
1933 /* In case we need an open_confirm, no cleanup! */
1934 if (data->o_res.rflags & NFS4_OPEN_RESULT_CONFIRM)
1935 goto out_free;
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001936 state = nfs4_opendata_to_nfs4_state(data);
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001937 if (!IS_ERR(state))
Al Viro643168c2011-06-22 18:20:23 -04001938 nfs4_close_state(state, data->o_arg.fmode);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001939out_free:
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001940 nfs4_opendata_put(data);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001941}
1942
1943static const struct rpc_call_ops nfs4_open_ops = {
1944 .rpc_call_prepare = nfs4_open_prepare,
1945 .rpc_call_done = nfs4_open_done,
1946 .rpc_release = nfs4_open_release,
1947};
1948
Alexandros Batsakisb2579572009-12-14 21:27:57 -08001949static int nfs4_run_open_task(struct nfs4_opendata *data, int isrecover)
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001950{
David Howells2b0143b2015-03-17 22:25:59 +00001951 struct inode *dir = d_inode(data->dir);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001952 struct nfs_server *server = NFS_SERVER(dir);
1953 struct nfs_openargs *o_arg = &data->o_arg;
1954 struct nfs_openres *o_res = &data->o_res;
1955 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001956 struct rpc_message msg = {
1957 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN],
1958 .rpc_argp = o_arg,
1959 .rpc_resp = o_res,
1960 .rpc_cred = data->owner->so_cred,
1961 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04001962 struct rpc_task_setup task_setup_data = {
1963 .rpc_client = server->client,
Trond Myklebust5138fde2007-07-14 15:40:01 -04001964 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04001965 .callback_ops = &nfs4_open_ops,
1966 .callback_data = data,
Trond Myklebust101070c2008-02-19 20:04:23 -05001967 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04001968 .flags = RPC_TASK_ASYNC,
1969 };
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001970 int status;
1971
Chuck Levera9c92d62013-08-09 12:48:18 -04001972 nfs4_init_sequence(&o_arg->seq_args, &o_res->seq_res, 1);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001973 kref_get(&data->kref);
Trond Myklebust3e309912007-07-07 13:19:59 -04001974 data->rpc_done = 0;
1975 data->rpc_status = 0;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001976 data->cancelled = 0;
Trond Myklebustbdeca1b2013-04-23 14:52:44 -04001977 data->is_recover = 0;
1978 if (isrecover) {
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04001979 nfs4_set_sequence_privileged(&o_arg->seq_args);
Trond Myklebustbdeca1b2013-04-23 14:52:44 -04001980 data->is_recover = 1;
1981 }
Trond Myklebustc970aa82007-07-14 15:39:59 -04001982 task = rpc_run_task(&task_setup_data);
Alexandros Batsakisb2579572009-12-14 21:27:57 -08001983 if (IS_ERR(task))
1984 return PTR_ERR(task);
1985 status = nfs4_wait_for_completion_rpc_task(task);
1986 if (status != 0) {
1987 data->cancelled = 1;
1988 smp_wmb();
1989 } else
1990 status = data->rpc_status;
1991 rpc_put_task(task);
1992
1993 return status;
1994}
1995
1996static int _nfs4_recover_proc_open(struct nfs4_opendata *data)
1997{
David Howells2b0143b2015-03-17 22:25:59 +00001998 struct inode *dir = d_inode(data->dir);
Alexandros Batsakisb2579572009-12-14 21:27:57 -08001999 struct nfs_openres *o_res = &data->o_res;
2000 int status;
2001
2002 status = nfs4_run_open_task(data, 1);
2003 if (status != 0 || !data->rpc_done)
2004 return status;
2005
Trond Myklebust6926afd2012-01-07 13:22:46 -05002006 nfs_fattr_map_and_free_names(NFS_SERVER(dir), &data->f_attr);
2007
Alexandros Batsakisb2579572009-12-14 21:27:57 -08002008 if (o_res->rflags & NFS4_OPEN_RESULT_CONFIRM) {
2009 status = _nfs4_proc_open_confirm(data);
2010 if (status != 0)
2011 return status;
2012 }
2013
2014 return status;
2015}
2016
Trond Myklebustf3792d62014-07-10 08:54:32 -04002017/*
2018 * Additional permission checks in order to distinguish between an
2019 * open for read, and an open for execute. This works around the
2020 * fact that NFSv4 OPEN treats read and execute permissions as being
2021 * the same.
2022 * Note that in the non-execute case, we want to turn off permission
2023 * checking if we just created a new file (POSIX open() semantics).
2024 */
Weston Andros Adamson6168f622012-09-10 14:00:46 -04002025static int nfs4_opendata_access(struct rpc_cred *cred,
2026 struct nfs4_opendata *opendata,
Weston Andros Adamsonf8d9a892013-01-03 16:42:29 -05002027 struct nfs4_state *state, fmode_t fmode,
2028 int openflags)
Weston Andros Adamson6168f622012-09-10 14:00:46 -04002029{
2030 struct nfs_access_entry cache;
2031 u32 mask;
2032
2033 /* access call failed or for some reason the server doesn't
2034 * support any access modes -- defer access call until later */
2035 if (opendata->o_res.access_supported == 0)
2036 return 0;
2037
2038 mask = 0;
Trond Myklebustf3792d62014-07-10 08:54:32 -04002039 /*
2040 * Use openflags to check for exec, because fmode won't
2041 * always have FMODE_EXEC set when file open for exec.
2042 */
Weston Andros Adamsonf8d9a892013-01-03 16:42:29 -05002043 if (openflags & __FMODE_EXEC) {
2044 /* ONLY check for exec rights */
2045 mask = MAY_EXEC;
Trond Myklebustf3792d62014-07-10 08:54:32 -04002046 } else if ((fmode & FMODE_READ) && !opendata->file_created)
Weston Andros Adamsonf8d9a892013-01-03 16:42:29 -05002047 mask = MAY_READ;
Weston Andros Adamson6168f622012-09-10 14:00:46 -04002048
2049 cache.cred = cred;
2050 cache.jiffies = jiffies;
2051 nfs_access_set_mask(&cache, opendata->o_res.access_result);
2052 nfs_access_add_cache(state->inode, &cache);
2053
Weston Andros Adamsonbbd3a8e2012-10-02 14:49:51 -07002054 if ((mask & ~cache.mask & (MAY_READ | MAY_EXEC)) == 0)
Weston Andros Adamson6168f622012-09-10 14:00:46 -04002055 return 0;
2056
2057 /* even though OPEN succeeded, access is denied. Close the file */
2058 nfs4_close_state(state, fmode);
Weston Andros Adamson998f40b2012-11-02 18:00:56 -04002059 return -EACCES;
Weston Andros Adamson6168f622012-09-10 14:00:46 -04002060}
2061
Alexandros Batsakisb2579572009-12-14 21:27:57 -08002062/*
2063 * Note: On error, nfs4_proc_open will free the struct nfs4_opendata
2064 */
2065static int _nfs4_proc_open(struct nfs4_opendata *data)
2066{
David Howells2b0143b2015-03-17 22:25:59 +00002067 struct inode *dir = d_inode(data->dir);
Alexandros Batsakisb2579572009-12-14 21:27:57 -08002068 struct nfs_server *server = NFS_SERVER(dir);
2069 struct nfs_openargs *o_arg = &data->o_arg;
2070 struct nfs_openres *o_res = &data->o_res;
2071 int status;
2072
2073 status = nfs4_run_open_task(data, 0);
Trond Myklebust08ef7bd2011-10-18 16:11:49 -07002074 if (!data->rpc_done)
Trond Myklebust24ac23a2006-01-03 09:55:11 +01002075 return status;
Trond Myklebust08ef7bd2011-10-18 16:11:49 -07002076 if (status != 0) {
2077 if (status == -NFS4ERR_BADNAME &&
2078 !(o_arg->open_flags & O_CREAT))
2079 return -ENOENT;
2080 return status;
2081 }
Trond Myklebust24ac23a2006-01-03 09:55:11 +01002082
Trond Myklebust6926afd2012-01-07 13:22:46 -05002083 nfs_fattr_map_and_free_names(server, &data->f_attr);
2084
Trond Myklebust5bc2afc2013-09-23 18:01:28 -04002085 if (o_arg->open_flags & O_CREAT) {
Trond Myklebust56ae19f2005-10-27 22:12:40 -04002086 update_changeattr(dir, &o_res->cinfo);
Trond Myklebust5bc2afc2013-09-23 18:01:28 -04002087 if (o_arg->open_flags & O_EXCL)
2088 data->file_created = 1;
2089 else if (o_res->cinfo.before != o_res->cinfo.after)
2090 data->file_created = 1;
2091 }
Trond Myklebust0df5dd42010-04-11 16:48:44 -04002092 if ((o_res->rflags & NFS4_OPEN_RESULT_LOCKTYPE_POSIX) == 0)
2093 server->caps &= ~NFS_CAP_POSIX_LOCK;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002094 if(o_res->rflags & NFS4_OPEN_RESULT_CONFIRM) {
Trond Myklebustcdd4e682006-01-03 09:55:12 +01002095 status = _nfs4_proc_open_confirm(data);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002096 if (status != 0)
Trond Myklebust24ac23a2006-01-03 09:55:11 +01002097 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002098 }
2099 if (!(o_res->f_attr->valid & NFS_ATTR_FATTR))
Andy Adamson8935ef62014-05-23 06:22:59 -07002100 nfs4_proc_getattr(server, &o_res->fh, o_res->f_attr, o_res->f_label);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01002101 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002102}
2103
Andy Adamsond83217c2011-03-01 01:34:17 +00002104static int nfs4_recover_expired_lease(struct nfs_server *server)
2105{
2106 return nfs4_client_recover_expired_lease(server->nfs_client);
2107}
2108
Linus Torvalds1da177e2005-04-16 15:20:36 -07002109/*
2110 * OPEN_EXPIRED:
2111 * reclaim state on the server after a network partition.
2112 * Assumes caller holds the appropriate lock
2113 */
Trond Myklebust539cd032007-06-05 11:46:42 -04002114static int _nfs4_open_expired(struct nfs_open_context *ctx, struct nfs4_state *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002115{
Trond Myklebuste56e0b782006-01-03 09:55:08 +01002116 struct nfs4_opendata *opendata;
Trond Myklebust864472e2006-01-03 09:55:15 +01002117 int ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002118
Trond Myklebust4a1c0892013-03-15 14:57:33 -04002119 opendata = nfs4_open_recoverdata_alloc(ctx, state,
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04002120 NFS4_OPEN_CLAIM_FH);
Trond Myklebust6f220ed2007-07-17 21:50:45 -04002121 if (IS_ERR(opendata))
2122 return PTR_ERR(opendata);
Trond Myklebust864472e2006-01-03 09:55:15 +01002123 ret = nfs4_open_recover(opendata, state);
Trond Myklebust35d05772008-04-05 15:54:17 -04002124 if (ret == -ESTALE)
Al Viro3d4ff432011-06-22 18:40:12 -04002125 d_drop(ctx->dentry);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04002126 nfs4_opendata_put(opendata);
Trond Myklebust864472e2006-01-03 09:55:15 +01002127 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002128}
2129
Trond Myklebusta9ed2e22009-12-03 15:53:21 -05002130static int nfs4_do_open_expired(struct nfs_open_context *ctx, struct nfs4_state *state)
Trond Myklebust202b50d2005-06-22 17:16:29 +00002131{
Trond Myklebust539cd032007-06-05 11:46:42 -04002132 struct nfs_server *server = NFS_SERVER(state->inode);
Trond Myklebust202b50d2005-06-22 17:16:29 +00002133 struct nfs4_exception exception = { };
2134 int err;
2135
2136 do {
Trond Myklebust539cd032007-06-05 11:46:42 -04002137 err = _nfs4_open_expired(ctx, state);
Trond Myklebust42113a72013-08-12 16:19:27 -04002138 trace_nfs4_open_expired(ctx, 0, err);
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04002139 if (nfs4_clear_cap_atomic_open_v1(server, err, &exception))
2140 continue;
Trond Myklebusta9ed2e22009-12-03 15:53:21 -05002141 switch (err) {
2142 default:
2143 goto out;
2144 case -NFS4ERR_GRACE:
2145 case -NFS4ERR_DELAY:
2146 nfs4_handle_exception(server, err, &exception);
2147 err = 0;
2148 }
Trond Myklebust202b50d2005-06-22 17:16:29 +00002149 } while (exception.retry);
Trond Myklebusta9ed2e22009-12-03 15:53:21 -05002150out:
Trond Myklebust202b50d2005-06-22 17:16:29 +00002151 return err;
2152}
2153
Linus Torvalds1da177e2005-04-16 15:20:36 -07002154static int nfs4_open_expired(struct nfs4_state_owner *sp, struct nfs4_state *state)
2155{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002156 struct nfs_open_context *ctx;
Trond Myklebust864472e2006-01-03 09:55:15 +01002157 int ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002158
Trond Myklebust864472e2006-01-03 09:55:15 +01002159 ctx = nfs4_state_find_open_context(state);
2160 if (IS_ERR(ctx))
Trond Myklebust91876b12013-03-28 14:01:33 -04002161 return -EAGAIN;
Trond Myklebust539cd032007-06-05 11:46:42 -04002162 ret = nfs4_do_open_expired(ctx, state);
Trond Myklebust864472e2006-01-03 09:55:15 +01002163 put_nfs_open_context(ctx);
2164 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002165}
2166
Trond Myklebust4dfd4f72014-10-17 15:10:25 +03002167static void nfs_finish_clear_delegation_stateid(struct nfs4_state *state)
2168{
2169 nfs_remove_bad_delegation(state->inode);
2170 write_seqlock(&state->seqlock);
2171 nfs4_stateid_copy(&state->stateid, &state->open_stateid);
2172 write_sequnlock(&state->seqlock);
2173 clear_bit(NFS_DELEGATED_STATE, &state->flags);
2174}
2175
2176static void nfs40_clear_delegation_stateid(struct nfs4_state *state)
2177{
2178 if (rcu_access_pointer(NFS_I(state->inode)->delegation) != NULL)
2179 nfs_finish_clear_delegation_stateid(state);
2180}
2181
2182static int nfs40_open_expired(struct nfs4_state_owner *sp, struct nfs4_state *state)
2183{
2184 /* NFSv4.0 doesn't allow for delegation recovery on open expire */
2185 nfs40_clear_delegation_stateid(state);
2186 return nfs4_open_expired(sp, state);
2187}
2188
Bryan Schumakerf062eb62011-06-02 14:59:10 -04002189#if defined(CONFIG_NFS_V4_1)
Trond Myklebust0c116ca2014-11-12 14:44:49 -05002190static void nfs41_check_delegation_stateid(struct nfs4_state *state)
Bryan Schumakerf062eb62011-06-02 14:59:10 -04002191{
Bryan Schumakerf062eb62011-06-02 14:59:10 -04002192 struct nfs_server *server = NFS_SERVER(state->inode);
Trond Myklebust0c116ca2014-11-12 14:44:49 -05002193 nfs4_stateid stateid;
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04002194 struct nfs_delegation *delegation;
Trond Myklebust0c116ca2014-11-12 14:44:49 -05002195 struct rpc_cred *cred;
2196 int status;
Chuck Lever3e60ffd2012-07-11 16:30:14 -04002197
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04002198 /* Get the delegation credential for use by test/free_stateid */
2199 rcu_read_lock();
2200 delegation = rcu_dereference(NFS_I(state->inode)->delegation);
Trond Myklebust0c116ca2014-11-12 14:44:49 -05002201 if (delegation == NULL) {
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04002202 rcu_read_unlock();
Trond Myklebust0c116ca2014-11-12 14:44:49 -05002203 return;
2204 }
2205
2206 nfs4_stateid_copy(&stateid, &delegation->stateid);
2207 cred = get_rpccred(delegation->cred);
2208 rcu_read_unlock();
2209 status = nfs41_test_stateid(server, &stateid, cred);
2210 trace_nfs4_test_delegation_stateid(state, NULL, status);
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04002211
Chuck Lever3e60ffd2012-07-11 16:30:14 -04002212 if (status != NFS_OK) {
2213 /* Free the stateid unless the server explicitly
2214 * informs us the stateid is unrecognized. */
2215 if (status != -NFS4ERR_BAD_STATEID)
Trond Myklebust0c116ca2014-11-12 14:44:49 -05002216 nfs41_free_stateid(server, &stateid, cred);
2217 nfs_finish_clear_delegation_stateid(state);
Chuck Lever3e60ffd2012-07-11 16:30:14 -04002218 }
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04002219
Trond Myklebust0c116ca2014-11-12 14:44:49 -05002220 put_rpccred(cred);
Chuck Lever3e60ffd2012-07-11 16:30:14 -04002221}
2222
2223/**
2224 * nfs41_check_open_stateid - possibly free an open stateid
2225 *
2226 * @state: NFSv4 state for an inode
2227 *
2228 * Returns NFS_OK if recovery for this stateid is now finished.
2229 * Otherwise a negative NFS4ERR value is returned.
2230 */
2231static int nfs41_check_open_stateid(struct nfs4_state *state)
2232{
2233 struct nfs_server *server = NFS_SERVER(state->inode);
Bryan Schumakerfcb6d9c2012-09-26 15:25:53 -04002234 nfs4_stateid *stateid = &state->open_stateid;
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04002235 struct rpc_cred *cred = state->owner->so_cred;
Chuck Lever3e60ffd2012-07-11 16:30:14 -04002236 int status;
2237
2238 /* If a state reset has been done, test_stateid is unneeded */
2239 if ((test_bit(NFS_O_RDONLY_STATE, &state->flags) == 0) &&
2240 (test_bit(NFS_O_WRONLY_STATE, &state->flags) == 0) &&
2241 (test_bit(NFS_O_RDWR_STATE, &state->flags) == 0))
2242 return -NFS4ERR_BAD_STATEID;
2243
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04002244 status = nfs41_test_stateid(server, stateid, cred);
Trond Myklebust08cb47f2013-08-20 21:59:40 -04002245 trace_nfs4_test_open_stateid(state, NULL, status);
Chuck Lever3e60ffd2012-07-11 16:30:14 -04002246 if (status != NFS_OK) {
2247 /* Free the stateid unless the server explicitly
2248 * informs us the stateid is unrecognized. */
2249 if (status != -NFS4ERR_BAD_STATEID)
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04002250 nfs41_free_stateid(server, stateid, cred);
Chuck Lever3e60ffd2012-07-11 16:30:14 -04002251
2252 clear_bit(NFS_O_RDONLY_STATE, &state->flags);
2253 clear_bit(NFS_O_WRONLY_STATE, &state->flags);
2254 clear_bit(NFS_O_RDWR_STATE, &state->flags);
Trond Myklebustfd068b22013-04-22 11:29:51 -04002255 clear_bit(NFS_OPEN_STATE, &state->flags);
Bryan Schumakerb01dd1d2012-01-31 10:39:30 -05002256 }
2257 return status;
2258}
2259
2260static int nfs41_open_expired(struct nfs4_state_owner *sp, struct nfs4_state *state)
2261{
Chuck Levereb64cf92012-07-11 16:30:05 -04002262 int status;
Bryan Schumakerb01dd1d2012-01-31 10:39:30 -05002263
Trond Myklebust0c116ca2014-11-12 14:44:49 -05002264 nfs41_check_delegation_stateid(state);
Chuck Lever3e60ffd2012-07-11 16:30:14 -04002265 status = nfs41_check_open_stateid(state);
Chuck Levereb64cf92012-07-11 16:30:05 -04002266 if (status != NFS_OK)
2267 status = nfs4_open_expired(sp, state);
2268 return status;
Bryan Schumakerf062eb62011-06-02 14:59:10 -04002269}
2270#endif
2271
Linus Torvalds1da177e2005-04-16 15:20:36 -07002272/*
Jeff Laytonaa53ed52007-06-05 14:49:03 -04002273 * on an EXCLUSIVE create, the server should send back a bitmask with FATTR4-*
2274 * fields corresponding to attributes that were used to store the verifier.
2275 * Make sure we clobber those fields in the later setattr call
2276 */
2277static inline void nfs4_exclusive_attrset(struct nfs4_opendata *opendata, struct iattr *sattr)
2278{
2279 if ((opendata->o_res.attrset[1] & FATTR4_WORD1_TIME_ACCESS) &&
2280 !(sattr->ia_valid & ATTR_ATIME_SET))
2281 sattr->ia_valid |= ATTR_ATIME;
2282
2283 if ((opendata->o_res.attrset[1] & FATTR4_WORD1_TIME_MODIFY) &&
2284 !(sattr->ia_valid & ATTR_MTIME_SET))
2285 sattr->ia_valid |= ATTR_MTIME;
2286}
2287
Trond Myklebustc21443c2013-02-07 14:26:21 -05002288static int _nfs4_open_and_get_state(struct nfs4_opendata *opendata,
2289 fmode_t fmode,
2290 int flags,
Trond Myklebust3efb9722013-05-29 13:17:04 -04002291 struct nfs_open_context *ctx)
Trond Myklebustc21443c2013-02-07 14:26:21 -05002292{
2293 struct nfs4_state_owner *sp = opendata->owner;
2294 struct nfs_server *server = sp->so_server;
Trond Myklebust275bb302013-05-29 13:11:28 -04002295 struct dentry *dentry;
Trond Myklebustc21443c2013-02-07 14:26:21 -05002296 struct nfs4_state *state;
2297 unsigned int seq;
2298 int ret;
2299
2300 seq = raw_seqcount_begin(&sp->so_reclaim_seqcount);
2301
2302 ret = _nfs4_proc_open(opendata);
Trond Myklebustdca780012014-10-23 19:23:03 +03002303 if (ret != 0)
Trond Myklebustc21443c2013-02-07 14:26:21 -05002304 goto out;
2305
2306 state = nfs4_opendata_to_nfs4_state(opendata);
2307 ret = PTR_ERR(state);
2308 if (IS_ERR(state))
2309 goto out;
2310 if (server->caps & NFS_CAP_POSIX_LOCK)
2311 set_bit(NFS_STATE_POSIX_LOCKS, &state->flags);
2312
Trond Myklebust275bb302013-05-29 13:11:28 -04002313 dentry = opendata->dentry;
David Howells2b0143b2015-03-17 22:25:59 +00002314 if (d_really_is_negative(dentry)) {
Trond Myklebust275bb302013-05-29 13:11:28 -04002315 /* FIXME: Is this d_drop() ever needed? */
2316 d_drop(dentry);
2317 dentry = d_add_unique(dentry, igrab(state->inode));
2318 if (dentry == NULL) {
2319 dentry = opendata->dentry;
2320 } else if (dentry != ctx->dentry) {
2321 dput(ctx->dentry);
2322 ctx->dentry = dget(dentry);
2323 }
2324 nfs_set_verifier(dentry,
David Howells2b0143b2015-03-17 22:25:59 +00002325 nfs_save_change_attribute(d_inode(opendata->dir)));
Trond Myklebust275bb302013-05-29 13:11:28 -04002326 }
2327
Trond Myklebustc21443c2013-02-07 14:26:21 -05002328 ret = nfs4_opendata_access(sp->so_cred, opendata, state, fmode, flags);
2329 if (ret != 0)
2330 goto out;
2331
Trond Myklebust3efb9722013-05-29 13:17:04 -04002332 ctx->state = state;
David Howells2b0143b2015-03-17 22:25:59 +00002333 if (d_inode(dentry) == state->inode) {
Trond Myklebustc45ffdd2013-05-29 13:34:46 -04002334 nfs_inode_attach_open_context(ctx);
2335 if (read_seqcount_retry(&sp->so_reclaim_seqcount, seq))
2336 nfs4_schedule_stateid_recovery(server, state);
2337 }
Trond Myklebustc21443c2013-02-07 14:26:21 -05002338out:
2339 return ret;
2340}
2341
Jeff Laytonaa53ed52007-06-05 14:49:03 -04002342/*
Trond Myklebust24ac23a2006-01-03 09:55:11 +01002343 * Returns a referenced nfs4_state
Linus Torvalds1da177e2005-04-16 15:20:36 -07002344 */
Andy Adamson82be4172012-05-23 05:02:35 -04002345static int _nfs4_do_open(struct inode *dir,
Trond Myklebust4197a052013-05-29 12:37:49 -04002346 struct nfs_open_context *ctx,
Andy Adamson82be4172012-05-23 05:02:35 -04002347 int flags,
2348 struct iattr *sattr,
Trond Myklebust5bc2afc2013-09-23 18:01:28 -04002349 struct nfs4_label *label,
2350 int *opened)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002351{
2352 struct nfs4_state_owner *sp;
2353 struct nfs4_state *state = NULL;
2354 struct nfs_server *server = NFS_SERVER(dir);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01002355 struct nfs4_opendata *opendata;
Trond Myklebust4197a052013-05-29 12:37:49 -04002356 struct dentry *dentry = ctx->dentry;
2357 struct rpc_cred *cred = ctx->cred;
2358 struct nfs4_threshold **ctx_th = &ctx->mdsthreshold;
2359 fmode_t fmode = ctx->mode & (FMODE_READ|FMODE_WRITE|FMODE_EXEC);
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04002360 enum open_claim_type4 claim = NFS4_OPEN_CLAIM_NULL;
David Quigley1775fd32013-05-22 12:50:42 -04002361 struct nfs4_label *olabel = NULL;
Trond Myklebustaac00a82007-07-05 19:02:21 -04002362 int status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002363
2364 /* Protect against reboot recovery conflicts */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002365 status = -ENOMEM;
Trond Myklebustd1e284d2012-01-17 22:04:24 -05002366 sp = nfs4_get_state_owner(server, cred, GFP_KERNEL);
2367 if (sp == NULL) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002368 dprintk("nfs4_do_open: nfs4_get_state_owner failed!\n");
2369 goto out_err;
2370 }
Trond Myklebust58d97142006-01-03 09:55:24 +01002371 status = nfs4_recover_expired_lease(server);
2372 if (status != 0)
Trond Myklebustb4454fe2006-01-03 09:55:25 +01002373 goto err_put_state_owner;
David Howells2b0143b2015-03-17 22:25:59 +00002374 if (d_really_is_positive(dentry))
2375 nfs4_return_incompatible_delegation(d_inode(dentry), fmode);
Trond Myklebust58d97142006-01-03 09:55:24 +01002376 status = -ENOMEM;
David Howells2b0143b2015-03-17 22:25:59 +00002377 if (d_really_is_positive(dentry))
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04002378 claim = NFS4_OPEN_CLAIM_FH;
Trond Myklebust4a1c0892013-03-15 14:57:33 -04002379 opendata = nfs4_opendata_alloc(dentry, sp, fmode, flags, sattr,
David Quigley1775fd32013-05-22 12:50:42 -04002380 label, claim, GFP_KERNEL);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01002381 if (opendata == NULL)
Trond Myklebust95d35cb2008-12-23 15:21:45 -05002382 goto err_put_state_owner;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002383
David Quigley14c43f72013-05-22 12:50:43 -04002384 if (label) {
2385 olabel = nfs4_label_alloc(server, GFP_KERNEL);
2386 if (IS_ERR(olabel)) {
2387 status = PTR_ERR(olabel);
2388 goto err_opendata_put;
2389 }
2390 }
2391
Trond Myklebuste911b812014-03-26 13:24:37 -07002392 if (server->attr_bitmask[2] & FATTR4_WORD2_MDSTHRESHOLD) {
2393 if (!opendata->f_attr.mdsthreshold) {
2394 opendata->f_attr.mdsthreshold = pnfs_mdsthreshold_alloc();
2395 if (!opendata->f_attr.mdsthreshold)
2396 goto err_free_label;
2397 }
Trond Myklebust1549210f2012-06-05 09:16:47 -04002398 opendata->o_arg.open_bitmap = &nfs4_pnfs_open_bitmap[0];
Andy Adamson82be4172012-05-23 05:02:35 -04002399 }
David Howells2b0143b2015-03-17 22:25:59 +00002400 if (d_really_is_positive(dentry))
2401 opendata->state = nfs4_get_open_state(d_inode(dentry), sp);
Trond Myklebustaac00a82007-07-05 19:02:21 -04002402
Trond Myklebust3efb9722013-05-29 13:17:04 -04002403 status = _nfs4_open_and_get_state(opendata, fmode, flags, ctx);
Weston Andros Adamson6168f622012-09-10 14:00:46 -04002404 if (status != 0)
David Quigley14c43f72013-05-22 12:50:43 -04002405 goto err_free_label;
Trond Myklebust3efb9722013-05-29 13:17:04 -04002406 state = ctx->state;
Weston Andros Adamson6168f622012-09-10 14:00:46 -04002407
Trond Myklebust549b19c2013-04-16 18:42:34 -04002408 if ((opendata->o_arg.open_flags & O_EXCL) &&
2409 (opendata->o_arg.createmode != NFS4_CREATE_GUARDED)) {
Trond Myklebust0ab64e02010-04-16 16:22:51 -04002410 nfs4_exclusive_attrset(opendata, sattr);
2411
2412 nfs_fattr_init(opendata->o_res.f_attr);
2413 status = nfs4_do_setattr(state->inode, cred,
2414 opendata->o_res.f_attr, sattr,
David Quigley1775fd32013-05-22 12:50:42 -04002415 state, label, olabel);
2416 if (status == 0) {
Trond Myklebustf0446362015-02-26 16:09:04 -05002417 nfs_setattr_update_inode(state->inode, sattr,
2418 opendata->o_res.f_attr);
David Quigleyaa9c2662013-05-22 12:50:44 -04002419 nfs_setsecurity(state->inode, opendata->o_res.f_attr, olabel);
David Quigley1775fd32013-05-22 12:50:42 -04002420 }
Trond Myklebust0ab64e02010-04-16 16:22:51 -04002421 }
Trond Myklebust5bc2afc2013-09-23 18:01:28 -04002422 if (opendata->file_created)
2423 *opened |= FILE_CREATED;
Andy Adamson82be4172012-05-23 05:02:35 -04002424
Trond Myklebuste911b812014-03-26 13:24:37 -07002425 if (pnfs_use_threshold(ctx_th, opendata->f_attr.mdsthreshold, server)) {
Andy Adamson82be4172012-05-23 05:02:35 -04002426 *ctx_th = opendata->f_attr.mdsthreshold;
Trond Myklebuste911b812014-03-26 13:24:37 -07002427 opendata->f_attr.mdsthreshold = NULL;
2428 }
Andy Adamson82be4172012-05-23 05:02:35 -04002429
David Quigley14c43f72013-05-22 12:50:43 -04002430 nfs4_label_free(olabel);
2431
Trond Myklebustc6d00e62007-06-17 16:02:44 -04002432 nfs4_opendata_put(opendata);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002433 nfs4_put_state_owner(sp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002434 return 0;
David Quigley14c43f72013-05-22 12:50:43 -04002435err_free_label:
2436 nfs4_label_free(olabel);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04002437err_opendata_put:
2438 nfs4_opendata_put(opendata);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01002439err_put_state_owner:
2440 nfs4_put_state_owner(sp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002441out_err:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002442 return status;
2443}
2444
2445
Andy Adamson82be4172012-05-23 05:02:35 -04002446static struct nfs4_state *nfs4_do_open(struct inode *dir,
Trond Myklebust4197a052013-05-29 12:37:49 -04002447 struct nfs_open_context *ctx,
Andy Adamson82be4172012-05-23 05:02:35 -04002448 int flags,
2449 struct iattr *sattr,
Trond Myklebust5bc2afc2013-09-23 18:01:28 -04002450 struct nfs4_label *label,
2451 int *opened)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002452{
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04002453 struct nfs_server *server = NFS_SERVER(dir);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002454 struct nfs4_exception exception = { };
2455 struct nfs4_state *res;
2456 int status;
2457
2458 do {
Trond Myklebust5bc2afc2013-09-23 18:01:28 -04002459 status = _nfs4_do_open(dir, ctx, flags, sattr, label, opened);
Trond Myklebust3efb9722013-05-29 13:17:04 -04002460 res = ctx->state;
Trond Myklebust42113a72013-08-12 16:19:27 -04002461 trace_nfs4_open_file(ctx, flags, status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002462 if (status == 0)
2463 break;
2464 /* NOTE: BAD_SEQID means the server and client disagree about the
2465 * book-keeping w.r.t. state-changing operations
2466 * (OPEN/CLOSE/LOCK/LOCKU...)
2467 * It is actually a sign of a bug on the client or on the server.
2468 *
2469 * If we receive a BAD_SEQID error in the particular case of
Trond Myklebustcee54fc2005-10-18 14:20:12 -07002470 * doing an OPEN, we assume that nfs_increment_open_seqid() will
Linus Torvalds1da177e2005-04-16 15:20:36 -07002471 * have unhashed the old state_owner for us, and that we can
2472 * therefore safely retry using a new one. We should still warn
2473 * the user though...
2474 */
2475 if (status == -NFS4ERR_BAD_SEQID) {
Trond Myklebust9a3ba432012-03-12 18:01:48 -04002476 pr_warn_ratelimited("NFS: v4 server %s "
Trond Myklebust6f43ddc2007-07-08 16:49:11 -04002477 " returned a bad sequence-id error!\n",
2478 NFS_SERVER(dir)->nfs_client->cl_hostname);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002479 exception.retry = 1;
2480 continue;
2481 }
Trond Myklebust550f5742005-10-18 14:20:21 -07002482 /*
2483 * BAD_STATEID on OPEN means that the server cancelled our
2484 * state before it received the OPEN_CONFIRM.
2485 * Recover by retrying the request as per the discussion
2486 * on Page 181 of RFC3530.
2487 */
2488 if (status == -NFS4ERR_BAD_STATEID) {
2489 exception.retry = 1;
2490 continue;
2491 }
Trond Myklebustaac00a82007-07-05 19:02:21 -04002492 if (status == -EAGAIN) {
2493 /* We must have found a delegation */
2494 exception.retry = 1;
2495 continue;
2496 }
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04002497 if (nfs4_clear_cap_atomic_open_v1(server, status, &exception))
2498 continue;
2499 res = ERR_PTR(nfs4_handle_exception(server,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002500 status, &exception));
2501 } while (exception.retry);
2502 return res;
2503}
2504
Trond Myklebust659bfcd2008-06-10 19:39:41 -04002505static int _nfs4_do_setattr(struct inode *inode, struct rpc_cred *cred,
2506 struct nfs_fattr *fattr, struct iattr *sattr,
David Quigley1775fd32013-05-22 12:50:42 -04002507 struct nfs4_state *state, struct nfs4_label *ilabel,
2508 struct nfs4_label *olabel)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002509{
Trond Myklebust3e4f6292006-03-20 13:44:46 -05002510 struct nfs_server *server = NFS_SERVER(inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002511 struct nfs_setattrargs arg = {
Trond Myklebust3e4f6292006-03-20 13:44:46 -05002512 .fh = NFS_FH(inode),
Linus Torvalds1da177e2005-04-16 15:20:36 -07002513 .iap = sattr,
2514 .server = server,
2515 .bitmask = server->attr_bitmask,
David Quigley1775fd32013-05-22 12:50:42 -04002516 .label = ilabel,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002517 };
2518 struct nfs_setattrres res = {
2519 .fattr = fattr,
David Quigley1775fd32013-05-22 12:50:42 -04002520 .label = olabel,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002521 .server = server,
2522 };
2523 struct rpc_message msg = {
Trond Myklebust659bfcd2008-06-10 19:39:41 -04002524 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETATTR],
2525 .rpc_argp = &arg,
2526 .rpc_resp = &res,
2527 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002528 };
Trond Myklebust26e976a2006-01-03 09:55:21 +01002529 unsigned long timestamp = jiffies;
Trond Myklebustee3ae842013-04-29 10:35:36 -04002530 fmode_t fmode;
2531 bool truncate;
Trond Myklebust65e43082005-08-16 11:49:44 -04002532 int status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002533
David Quigleyaa9c2662013-05-22 12:50:44 -04002534 arg.bitmask = nfs4_bitmask(server, ilabel);
2535 if (ilabel)
2536 arg.bitmask = nfs4_bitmask(server, olabel);
2537
Trond Myklebust0e574af2005-10-27 22:12:38 -04002538 nfs_fattr_init(fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002539
Trond Myklebustee3ae842013-04-29 10:35:36 -04002540 /* Servers should only apply open mode checks for file size changes */
2541 truncate = (sattr->ia_valid & ATTR_SIZE) ? true : false;
2542 fmode = truncate ? FMODE_WRITE : FMODE_READ;
2543
2544 if (nfs4_copy_delegation_stateid(&arg.stateid, inode, fmode)) {
2545 /* Use that stateid */
Trond Myklebust0418dae12014-03-04 13:48:16 -05002546 } else if (truncate && state != NULL) {
Trond Myklebust2a369152012-08-13 18:54:45 -04002547 struct nfs_lockowner lockowner = {
2548 .l_owner = current->files,
2549 .l_pid = current->tgid,
2550 };
Trond Myklebust0418dae12014-03-04 13:48:16 -05002551 if (!nfs4_valid_open_stateid(state))
2552 return -EBADF;
2553 if (nfs4_select_rw_stateid(&arg.stateid, state, FMODE_WRITE,
2554 &lockowner) == -EIO)
2555 return -EBADF;
Trond Myklebust08e9eac2005-06-22 17:16:29 +00002556 } else
Trond Myklebustf597c532012-03-04 18:13:56 -05002557 nfs4_stateid_copy(&arg.stateid, &zero_stateid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002558
Bryan Schumaker7c513052011-03-24 17:12:24 +00002559 status = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, &res.seq_res, 1);
Trond Myklebust26e976a2006-01-03 09:55:21 +01002560 if (status == 0 && state != NULL)
2561 renew_lease(server, timestamp);
Trond Myklebust65e43082005-08-16 11:49:44 -04002562 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002563}
2564
Trond Myklebust659bfcd2008-06-10 19:39:41 -04002565static int nfs4_do_setattr(struct inode *inode, struct rpc_cred *cred,
2566 struct nfs_fattr *fattr, struct iattr *sattr,
David Quigley1775fd32013-05-22 12:50:42 -04002567 struct nfs4_state *state, struct nfs4_label *ilabel,
2568 struct nfs4_label *olabel)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002569{
Trond Myklebust3e4f6292006-03-20 13:44:46 -05002570 struct nfs_server *server = NFS_SERVER(inode);
Trond Myklebusta1d0b5e2012-03-05 19:56:44 -05002571 struct nfs4_exception exception = {
2572 .state = state,
Trond Myklebust3114ea72012-03-07 16:39:06 -05002573 .inode = inode,
Trond Myklebusta1d0b5e2012-03-05 19:56:44 -05002574 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002575 int err;
2576 do {
David Quigley1775fd32013-05-22 12:50:42 -04002577 err = _nfs4_do_setattr(inode, cred, fattr, sattr, state, ilabel, olabel);
Trond Myklebustc1578b72013-08-12 16:58:42 -04002578 trace_nfs4_setattr(inode, err);
Trond Myklebust451146b2012-04-18 16:29:11 -04002579 switch (err) {
2580 case -NFS4ERR_OPENMODE:
Trond Myklebust721ccfb2013-04-29 11:11:58 -04002581 if (!(sattr->ia_valid & ATTR_SIZE)) {
2582 pr_warn_once("NFSv4: server %s is incorrectly "
2583 "applying open mode checks to "
2584 "a SETATTR that is not "
2585 "changing file size.\n",
2586 server->nfs_client->cl_hostname);
2587 }
Trond Myklebust451146b2012-04-18 16:29:11 -04002588 if (state && !(state->state & FMODE_WRITE)) {
2589 err = -EBADF;
2590 if (sattr->ia_valid & ATTR_OPEN)
2591 err = -EACCES;
2592 goto out;
2593 }
2594 }
2595 err = nfs4_handle_exception(server, err, &exception);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002596 } while (exception.retry);
Trond Myklebust451146b2012-04-18 16:29:11 -04002597out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002598 return err;
2599}
2600
2601struct nfs4_closedata {
2602 struct inode *inode;
2603 struct nfs4_state *state;
2604 struct nfs_closeargs arg;
2605 struct nfs_closeres res;
Trond Myklebust516a6af2005-10-27 22:12:41 -04002606 struct nfs_fattr fattr;
Trond Myklebust26e976a2006-01-03 09:55:21 +01002607 unsigned long timestamp;
Fred Isamanf7e89172011-01-06 11:36:32 +00002608 bool roc;
2609 u32 roc_barrier;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002610};
2611
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002612static void nfs4_free_closedata(void *data)
Trond Myklebust95121352005-10-18 14:20:12 -07002613{
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002614 struct nfs4_closedata *calldata = data;
2615 struct nfs4_state_owner *sp = calldata->state->owner;
Al Viro643168c2011-06-22 18:20:23 -04002616 struct super_block *sb = calldata->state->inode->i_sb;
Trond Myklebust95121352005-10-18 14:20:12 -07002617
Fred Isamanf7e89172011-01-06 11:36:32 +00002618 if (calldata->roc)
2619 pnfs_roc_release(calldata->state->inode);
Trond Myklebust95121352005-10-18 14:20:12 -07002620 nfs4_put_open_state(calldata->state);
2621 nfs_free_seqid(calldata->arg.seqid);
Trond Myklebust95121352005-10-18 14:20:12 -07002622 nfs4_put_state_owner(sp);
Trond Myklebust322b2b92013-01-11 16:39:51 -05002623 nfs_sb_deactive(sb);
Trond Myklebust95121352005-10-18 14:20:12 -07002624 kfree(calldata);
2625}
2626
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002627static void nfs4_close_done(struct rpc_task *task, void *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002628{
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002629 struct nfs4_closedata *calldata = data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002630 struct nfs4_state *state = calldata->state;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002631 struct nfs_server *server = NFS_SERVER(calldata->inode);
Trond Myklebust412f6c42014-08-25 22:09:08 -04002632 nfs4_stateid *res_stateid = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002633
Chuck Levera3ca5652012-03-01 17:00:40 -05002634 dprintk("%s: begin!\n", __func__);
Trond Myklebust14516c32010-07-31 14:29:06 -04002635 if (!nfs4_sequence_done(task, &calldata->res.seq_res))
2636 return;
Trond Myklebust42113a72013-08-12 16:19:27 -04002637 trace_nfs4_close(state, &calldata->arg, &calldata->res, task->tk_status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002638 /* hmm. we are done with the inode, and in the process of freeing
2639 * the state_owner. we keep this around to process errors
2640 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002641 switch (task->tk_status) {
2642 case 0:
Trond Myklebust412f6c42014-08-25 22:09:08 -04002643 res_stateid = &calldata->res.stateid;
2644 if (calldata->arg.fmode == 0 && calldata->roc)
Fred Isamanf7e89172011-01-06 11:36:32 +00002645 pnfs_roc_set_barrier(state->inode,
2646 calldata->roc_barrier);
Trond Myklebust26e976a2006-01-03 09:55:21 +01002647 renew_lease(server, calldata->timestamp);
Trond Myklebust412f6c42014-08-25 22:09:08 -04002648 break;
Trond Myklebust69794ad2013-11-20 12:57:19 -05002649 case -NFS4ERR_ADMIN_REVOKED:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002650 case -NFS4ERR_STALE_STATEID:
Trond Myklebust9e33bed2008-12-23 15:21:46 -05002651 case -NFS4ERR_OLD_STATEID:
2652 case -NFS4ERR_BAD_STATEID:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002653 case -NFS4ERR_EXPIRED:
Trond Myklebust566fcec2015-01-23 15:32:46 -05002654 if (!nfs4_stateid_match(&calldata->arg.stateid,
Anna Schumaker369d6b72015-03-02 16:46:09 -05002655 &state->open_stateid)) {
Trond Myklebust566fcec2015-01-23 15:32:46 -05002656 rpc_restart_call_prepare(task);
2657 goto out_release;
2658 }
Trond Myklebustdc0b0272008-12-23 15:21:56 -05002659 if (calldata->arg.fmode == 0)
Trond Myklebust9e33bed2008-12-23 15:21:46 -05002660 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002661 default:
NeilBrown8478eaa2014-09-18 16:09:27 +10002662 if (nfs4_async_handle_error(task, server, state, NULL) == -EAGAIN) {
Trond Myklebust72211db2009-12-15 14:47:36 -05002663 rpc_restart_call_prepare(task);
Trond Myklebust69794ad2013-11-20 12:57:19 -05002664 goto out_release;
2665 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002666 }
Trond Myklebust412f6c42014-08-25 22:09:08 -04002667 nfs_clear_open_stateid(state, res_stateid, calldata->arg.fmode);
Trond Myklebust69794ad2013-11-20 12:57:19 -05002668out_release:
Trond Myklebust72211db2009-12-15 14:47:36 -05002669 nfs_release_seqid(calldata->arg.seqid);
Trond Myklebust516a6af2005-10-27 22:12:41 -04002670 nfs_refresh_inode(calldata->inode, calldata->res.fattr);
Chuck Levera3ca5652012-03-01 17:00:40 -05002671 dprintk("%s: done, ret = %d!\n", __func__, task->tk_status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002672}
2673
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01002674static void nfs4_close_prepare(struct rpc_task *task, void *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002675{
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01002676 struct nfs4_closedata *calldata = data;
Trond Myklebust95121352005-10-18 14:20:12 -07002677 struct nfs4_state *state = calldata->state;
Trond Myklebust7fdab062012-09-20 20:15:57 -04002678 struct inode *inode = calldata->inode;
Trond Myklebustaee7af32014-08-25 22:33:12 -04002679 bool is_rdonly, is_wronly, is_rdwr;
Trond Myklebust88069f72009-12-08 08:33:16 -05002680 int call_close = 0;
Trond Myklebust95121352005-10-18 14:20:12 -07002681
Chuck Levera3ca5652012-03-01 17:00:40 -05002682 dprintk("%s: begin!\n", __func__);
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002683 if (nfs_wait_on_sequence(calldata->arg.seqid, task) != 0)
Trond Myklebustc8da19b2013-02-11 19:01:21 -05002684 goto out_wait;
Trond Myklebust003707c2007-07-05 18:07:55 -04002685
Trond Myklebust88069f72009-12-08 08:33:16 -05002686 task->tk_msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN_DOWNGRADE];
Trond Myklebust4cecb762005-11-04 15:32:58 -05002687 spin_lock(&state->owner->so_lock);
Trond Myklebustaee7af32014-08-25 22:33:12 -04002688 is_rdwr = test_bit(NFS_O_RDWR_STATE, &state->flags);
2689 is_rdonly = test_bit(NFS_O_RDONLY_STATE, &state->flags);
2690 is_wronly = test_bit(NFS_O_WRONLY_STATE, &state->flags);
Anna Schumaker369d6b72015-03-02 16:46:09 -05002691 nfs4_stateid_copy(&calldata->arg.stateid, &state->open_stateid);
Trond Myklebust003707c2007-07-05 18:07:55 -04002692 /* Calculate the change in open mode */
Trond Myklebustcd9288f2014-09-18 11:51:32 -04002693 calldata->arg.fmode = 0;
Trond Myklebuste7616922006-01-03 09:55:13 +01002694 if (state->n_rdwr == 0) {
Trond Myklebustcd9288f2014-09-18 11:51:32 -04002695 if (state->n_rdonly == 0)
2696 call_close |= is_rdonly;
2697 else if (is_rdonly)
2698 calldata->arg.fmode |= FMODE_READ;
2699 if (state->n_wronly == 0)
2700 call_close |= is_wronly;
2701 else if (is_wronly)
2702 calldata->arg.fmode |= FMODE_WRITE;
2703 } else if (is_rdwr)
2704 calldata->arg.fmode |= FMODE_READ|FMODE_WRITE;
2705
2706 if (calldata->arg.fmode == 0)
2707 call_close |= is_rdwr;
2708
Trond Myklebust5d422302013-03-14 16:57:48 -04002709 if (!nfs4_valid_open_stateid(state))
2710 call_close = 0;
Trond Myklebust4cecb762005-11-04 15:32:58 -05002711 spin_unlock(&state->owner->so_lock);
Trond Myklebust88069f72009-12-08 08:33:16 -05002712
2713 if (!call_close) {
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002714 /* Note: exit _without_ calling nfs4_close_done */
Trond Myklebustc8da19b2013-02-11 19:01:21 -05002715 goto out_no_action;
Trond Myklebust95121352005-10-18 14:20:12 -07002716 }
Trond Myklebust88069f72009-12-08 08:33:16 -05002717
Fred Isamanf7e89172011-01-06 11:36:32 +00002718 if (calldata->arg.fmode == 0) {
Trond Myklebust88069f72009-12-08 08:33:16 -05002719 task->tk_msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_CLOSE];
Fred Isamanf7e89172011-01-06 11:36:32 +00002720 if (calldata->roc &&
Andy Adamsonb9536ad2013-04-11 09:28:45 -04002721 pnfs_roc_drain(inode, &calldata->roc_barrier, task)) {
2722 nfs_release_seqid(calldata->arg.seqid);
Trond Myklebustc8da19b2013-02-11 19:01:21 -05002723 goto out_wait;
Andy Adamsonb9536ad2013-04-11 09:28:45 -04002724 }
Fred Isamanf7e89172011-01-06 11:36:32 +00002725 }
Trond Myklebust6ae37332015-01-30 14:21:14 -05002726 calldata->arg.share_access =
2727 nfs4_map_atomic_open_share(NFS_SERVER(inode),
2728 calldata->arg.fmode, 0);
Trond Myklebust88069f72009-12-08 08:33:16 -05002729
Trond Myklebust516a6af2005-10-27 22:12:41 -04002730 nfs_fattr_init(calldata->res.fattr);
Trond Myklebust26e976a2006-01-03 09:55:21 +01002731 calldata->timestamp = jiffies;
Trond Myklebust7fdab062012-09-20 20:15:57 -04002732 if (nfs4_setup_sequence(NFS_SERVER(inode),
Trond Myklebust9d12b212012-01-17 22:04:25 -05002733 &calldata->arg.seq_args,
2734 &calldata->res.seq_res,
Trond Myklebust2240a9e2012-10-29 18:37:40 -04002735 task) != 0)
2736 nfs_release_seqid(calldata->arg.seqid);
Chuck Levera3ca5652012-03-01 17:00:40 -05002737 dprintk("%s: done!\n", __func__);
Trond Myklebustc8da19b2013-02-11 19:01:21 -05002738 return;
2739out_no_action:
2740 task->tk_action = NULL;
2741out_wait:
2742 nfs4_sequence_done(task, &calldata->res.seq_res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002743}
2744
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002745static const struct rpc_call_ops nfs4_close_ops = {
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01002746 .rpc_call_prepare = nfs4_close_prepare,
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002747 .rpc_call_done = nfs4_close_done,
2748 .rpc_release = nfs4_free_closedata,
2749};
2750
Peng Taofe08c542014-07-03 13:05:01 +08002751static bool nfs4_roc(struct inode *inode)
2752{
Trond Myklebust40dd4b72015-01-24 13:54:37 -05002753 if (!nfs_have_layout(inode))
Peng Taofe08c542014-07-03 13:05:01 +08002754 return false;
Peng Taofe08c542014-07-03 13:05:01 +08002755 return pnfs_roc(inode);
2756}
2757
Linus Torvalds1da177e2005-04-16 15:20:36 -07002758/*
2759 * It is possible for data to be read/written from a mem-mapped file
2760 * after the sys_close call (which hits the vfs layer as a flush).
2761 * This means that we can't safely call nfsv4 close on a file until
2762 * the inode is cleared. This in turn means that we are not good
2763 * NFSv4 citizens - we do not indicate to the server to update the file's
2764 * share state even when we are done with one of the three share
2765 * stateid's in the inode.
2766 *
2767 * NOTE: Caller must be holding the sp->so_owner semaphore!
2768 */
Trond Myklebust1f7977c2012-09-20 20:31:51 -04002769int nfs4_do_close(struct nfs4_state *state, gfp_t gfp_mask, int wait)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002770{
Trond Myklebust4a35bd42007-06-05 10:31:33 -04002771 struct nfs_server *server = NFS_SERVER(state->inode);
Trond Myklebust63f5f792015-01-23 19:19:25 -05002772 struct nfs_seqid *(*alloc_seqid)(struct nfs_seqid_counter *, gfp_t);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002773 struct nfs4_closedata *calldata;
Trond Myklebustb39e6252007-06-11 23:05:07 -04002774 struct nfs4_state_owner *sp = state->owner;
2775 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04002776 struct rpc_message msg = {
2777 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_CLOSE],
2778 .rpc_cred = state->owner->so_cred,
2779 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04002780 struct rpc_task_setup task_setup_data = {
2781 .rpc_client = server->client,
Trond Myklebust5138fde2007-07-14 15:40:01 -04002782 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04002783 .callback_ops = &nfs4_close_ops,
Trond Myklebust101070c2008-02-19 20:04:23 -05002784 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04002785 .flags = RPC_TASK_ASYNC,
2786 };
Trond Myklebust95121352005-10-18 14:20:12 -07002787 int status = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002788
Weston Andros Adamsonfa940722013-08-13 16:37:34 -04002789 nfs4_state_protect(server->nfs_client, NFS_SP4_MACH_CRED_CLEANUP,
2790 &task_setup_data.rpc_client, &msg);
2791
Trond Myklebust8535b2b2010-05-13 12:51:01 -04002792 calldata = kzalloc(sizeof(*calldata), gfp_mask);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002793 if (calldata == NULL)
Trond Myklebust95121352005-10-18 14:20:12 -07002794 goto out;
Chuck Levera9c92d62013-08-09 12:48:18 -04002795 nfs4_init_sequence(&calldata->arg.seq_args, &calldata->res.seq_res, 1);
Trond Myklebust4a35bd42007-06-05 10:31:33 -04002796 calldata->inode = state->inode;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002797 calldata->state = state;
Trond Myklebust4a35bd42007-06-05 10:31:33 -04002798 calldata->arg.fh = NFS_FH(state->inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002799 /* Serialization for the sequence id */
Trond Myklebust63f5f792015-01-23 19:19:25 -05002800 alloc_seqid = server->nfs_client->cl_mvops->alloc_seqid;
2801 calldata->arg.seqid = alloc_seqid(&state->owner->so_seqid, gfp_mask);
Trond Myklebustbadc76d2015-01-23 18:48:00 -05002802 if (IS_ERR(calldata->arg.seqid))
Trond Myklebust95121352005-10-18 14:20:12 -07002803 goto out_free_calldata;
Trond Myklebustdc0b0272008-12-23 15:21:56 -05002804 calldata->arg.fmode = 0;
Trond Myklebusta65318b2009-03-11 14:10:28 -04002805 calldata->arg.bitmask = server->cache_consistency_bitmask;
Trond Myklebust516a6af2005-10-27 22:12:41 -04002806 calldata->res.fattr = &calldata->fattr;
Trond Myklebustc1d51932008-04-07 13:20:54 -04002807 calldata->res.seqid = calldata->arg.seqid;
Trond Myklebust516a6af2005-10-27 22:12:41 -04002808 calldata->res.server = server;
Peng Taofe08c542014-07-03 13:05:01 +08002809 calldata->roc = nfs4_roc(state->inode);
Al Viro643168c2011-06-22 18:20:23 -04002810 nfs_sb_active(calldata->inode->i_sb);
Trond Myklebust95121352005-10-18 14:20:12 -07002811
Trond Myklebust1174dd12010-12-21 10:52:24 -05002812 msg.rpc_argp = &calldata->arg;
2813 msg.rpc_resp = &calldata->res;
Trond Myklebustc970aa82007-07-14 15:39:59 -04002814 task_setup_data.callback_data = calldata;
2815 task = rpc_run_task(&task_setup_data);
Trond Myklebustb39e6252007-06-11 23:05:07 -04002816 if (IS_ERR(task))
2817 return PTR_ERR(task);
Trond Myklebusta49c3c72007-10-18 18:03:27 -04002818 status = 0;
2819 if (wait)
2820 status = rpc_wait_for_completion_task(task);
Trond Myklebustb39e6252007-06-11 23:05:07 -04002821 rpc_put_task(task);
Trond Myklebusta49c3c72007-10-18 18:03:27 -04002822 return status;
Trond Myklebust95121352005-10-18 14:20:12 -07002823out_free_calldata:
2824 kfree(calldata);
2825out:
Trond Myklebustb39e6252007-06-11 23:05:07 -04002826 nfs4_put_open_state(state);
2827 nfs4_put_state_owner(sp);
Trond Myklebust95121352005-10-18 14:20:12 -07002828 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002829}
2830
Trond Myklebust2b484292010-09-17 10:56:51 -04002831static struct inode *
Trond Myklebust5bc2afc2013-09-23 18:01:28 -04002832nfs4_atomic_open(struct inode *dir, struct nfs_open_context *ctx,
2833 int open_flags, struct iattr *attr, int *opened)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002834{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002835 struct nfs4_state *state;
David Quigleyaa9c2662013-05-22 12:50:44 -04002836 struct nfs4_label l = {0, 0, 0, NULL}, *label = NULL;
2837
2838 label = nfs4_label_init_security(dir, ctx->dentry, attr, &l);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002839
Trond Myklebust565277f2007-10-15 18:17:53 -04002840 /* Protect against concurrent sillydeletes */
Trond Myklebust5bc2afc2013-09-23 18:01:28 -04002841 state = nfs4_do_open(dir, ctx, open_flags, attr, label, opened);
David Quigleyaa9c2662013-05-22 12:50:44 -04002842
2843 nfs4_label_release_security(label);
2844
Trond Myklebustf46e0bd2010-09-17 10:56:50 -04002845 if (IS_ERR(state))
2846 return ERR_CAST(state);
Trond Myklebust275bb302013-05-29 13:11:28 -04002847 return state->inode;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002848}
2849
Trond Myklebust1185a552009-12-03 15:54:02 -05002850static void nfs4_close_context(struct nfs_open_context *ctx, int is_sync)
Trond Myklebust7fe5c392009-03-19 15:35:50 -04002851{
2852 if (ctx->state == NULL)
2853 return;
2854 if (is_sync)
Al Viro643168c2011-06-22 18:20:23 -04002855 nfs4_close_sync(ctx->state, ctx->mode);
Trond Myklebust7fe5c392009-03-19 15:35:50 -04002856 else
Al Viro643168c2011-06-22 18:20:23 -04002857 nfs4_close_state(ctx->state, ctx->mode);
Trond Myklebust7fe5c392009-03-19 15:35:50 -04002858}
Linus Torvalds1da177e2005-04-16 15:20:36 -07002859
Trond Myklebustb944dba2013-11-04 15:20:20 -05002860#define FATTR4_WORD1_NFS40_MASK (2*FATTR4_WORD1_MOUNTED_ON_FILEID - 1UL)
2861#define FATTR4_WORD2_NFS41_MASK (2*FATTR4_WORD2_SUPPATTR_EXCLCREAT - 1UL)
J. Bruce Fields999e5682014-06-03 17:33:35 -04002862#define FATTR4_WORD2_NFS42_MASK (2*FATTR4_WORD2_SECURITY_LABEL - 1UL)
Trond Myklebustb944dba2013-11-04 15:20:20 -05002863
Linus Torvalds1da177e2005-04-16 15:20:36 -07002864static int _nfs4_server_capabilities(struct nfs_server *server, struct nfs_fh *fhandle)
2865{
Benny Halevy43652ad2009-04-01 09:21:54 -04002866 struct nfs4_server_caps_arg args = {
2867 .fhandle = fhandle,
2868 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002869 struct nfs4_server_caps_res res = {};
2870 struct rpc_message msg = {
2871 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SERVER_CAPS],
Benny Halevy43652ad2009-04-01 09:21:54 -04002872 .rpc_argp = &args,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002873 .rpc_resp = &res,
2874 };
2875 int status;
2876
Bryan Schumaker7c513052011-03-24 17:12:24 +00002877 status = nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002878 if (status == 0) {
Trond Myklebustb944dba2013-11-04 15:20:20 -05002879 /* Sanity check the server answers */
2880 switch (server->nfs_client->cl_minorversion) {
2881 case 0:
2882 res.attr_bitmask[1] &= FATTR4_WORD1_NFS40_MASK;
2883 res.attr_bitmask[2] = 0;
2884 break;
2885 case 1:
2886 res.attr_bitmask[2] &= FATTR4_WORD2_NFS41_MASK;
2887 break;
2888 case 2:
2889 res.attr_bitmask[2] &= FATTR4_WORD2_NFS42_MASK;
2890 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002891 memcpy(server->attr_bitmask, res.attr_bitmask, sizeof(server->attr_bitmask));
Trond Myklebust62ab4602009-08-09 15:06:19 -04002892 server->caps &= ~(NFS_CAP_ACLS|NFS_CAP_HARDLINKS|
2893 NFS_CAP_SYMLINKS|NFS_CAP_FILEID|
2894 NFS_CAP_MODE|NFS_CAP_NLINK|NFS_CAP_OWNER|
2895 NFS_CAP_OWNER_GROUP|NFS_CAP_ATIME|
Trond Myklebustb944dba2013-11-04 15:20:20 -05002896 NFS_CAP_CTIME|NFS_CAP_MTIME|
2897 NFS_CAP_SECURITY_LABEL);
Malahal Naineni7dd7d952014-01-23 08:54:55 -06002898 if (res.attr_bitmask[0] & FATTR4_WORD0_ACL &&
2899 res.acl_bitmask & ACL4_SUPPORT_ALLOW_ACL)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002900 server->caps |= NFS_CAP_ACLS;
2901 if (res.has_links != 0)
2902 server->caps |= NFS_CAP_HARDLINKS;
2903 if (res.has_symlinks != 0)
2904 server->caps |= NFS_CAP_SYMLINKS;
Trond Myklebust62ab4602009-08-09 15:06:19 -04002905 if (res.attr_bitmask[0] & FATTR4_WORD0_FILEID)
2906 server->caps |= NFS_CAP_FILEID;
2907 if (res.attr_bitmask[1] & FATTR4_WORD1_MODE)
2908 server->caps |= NFS_CAP_MODE;
2909 if (res.attr_bitmask[1] & FATTR4_WORD1_NUMLINKS)
2910 server->caps |= NFS_CAP_NLINK;
2911 if (res.attr_bitmask[1] & FATTR4_WORD1_OWNER)
2912 server->caps |= NFS_CAP_OWNER;
2913 if (res.attr_bitmask[1] & FATTR4_WORD1_OWNER_GROUP)
2914 server->caps |= NFS_CAP_OWNER_GROUP;
2915 if (res.attr_bitmask[1] & FATTR4_WORD1_TIME_ACCESS)
2916 server->caps |= NFS_CAP_ATIME;
2917 if (res.attr_bitmask[1] & FATTR4_WORD1_TIME_METADATA)
2918 server->caps |= NFS_CAP_CTIME;
2919 if (res.attr_bitmask[1] & FATTR4_WORD1_TIME_MODIFY)
2920 server->caps |= NFS_CAP_MTIME;
David Quigleyaa9c2662013-05-22 12:50:44 -04002921#ifdef CONFIG_NFS_V4_SECURITY_LABEL
2922 if (res.attr_bitmask[2] & FATTR4_WORD2_SECURITY_LABEL)
2923 server->caps |= NFS_CAP_SECURITY_LABEL;
2924#endif
2925 memcpy(server->attr_bitmask_nl, res.attr_bitmask,
2926 sizeof(server->attr_bitmask));
Trond Myklebustb944dba2013-11-04 15:20:20 -05002927 server->attr_bitmask_nl[2] &= ~FATTR4_WORD2_SECURITY_LABEL;
Trond Myklebust62ab4602009-08-09 15:06:19 -04002928
Trond Myklebusta65318b2009-03-11 14:10:28 -04002929 memcpy(server->cache_consistency_bitmask, res.attr_bitmask, sizeof(server->cache_consistency_bitmask));
2930 server->cache_consistency_bitmask[0] &= FATTR4_WORD0_CHANGE|FATTR4_WORD0_SIZE;
2931 server->cache_consistency_bitmask[1] &= FATTR4_WORD1_TIME_METADATA|FATTR4_WORD1_TIME_MODIFY;
Trond Myklebustb944dba2013-11-04 15:20:20 -05002932 server->cache_consistency_bitmask[2] = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002933 server->acl_bitmask = res.acl_bitmask;
Chuck Lever264e6352012-03-01 17:02:05 -05002934 server->fh_expire_type = res.fh_expire_type;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002935 }
Andy Adamsoncccef3b2009-04-01 09:22:03 -04002936
Linus Torvalds1da177e2005-04-16 15:20:36 -07002937 return status;
2938}
2939
Trond Myklebust55a97592006-06-09 09:34:19 -04002940int nfs4_server_capabilities(struct nfs_server *server, struct nfs_fh *fhandle)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002941{
2942 struct nfs4_exception exception = { };
2943 int err;
2944 do {
2945 err = nfs4_handle_exception(server,
2946 _nfs4_server_capabilities(server, fhandle),
2947 &exception);
2948 } while (exception.retry);
2949 return err;
2950}
2951
2952static int _nfs4_lookup_root(struct nfs_server *server, struct nfs_fh *fhandle,
2953 struct nfs_fsinfo *info)
2954{
David Quigleyaa9c2662013-05-22 12:50:44 -04002955 u32 bitmask[3];
Linus Torvalds1da177e2005-04-16 15:20:36 -07002956 struct nfs4_lookup_root_arg args = {
David Quigleyaa9c2662013-05-22 12:50:44 -04002957 .bitmask = bitmask,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002958 };
2959 struct nfs4_lookup_res res = {
2960 .server = server,
Trond Myklebust0e574af2005-10-27 22:12:38 -04002961 .fattr = info->fattr,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002962 .fh = fhandle,
2963 };
2964 struct rpc_message msg = {
2965 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOOKUP_ROOT],
2966 .rpc_argp = &args,
2967 .rpc_resp = &res,
2968 };
Benny Halevy008f55d2009-04-01 09:22:50 -04002969
David Quigleyaa9c2662013-05-22 12:50:44 -04002970 bitmask[0] = nfs4_fattr_bitmap[0];
2971 bitmask[1] = nfs4_fattr_bitmap[1];
2972 /*
2973 * Process the label in the upcoming getfattr
2974 */
2975 bitmask[2] = nfs4_fattr_bitmap[2] & ~FATTR4_WORD2_SECURITY_LABEL;
2976
Trond Myklebust0e574af2005-10-27 22:12:38 -04002977 nfs_fattr_init(info->fattr);
Bryan Schumaker7c513052011-03-24 17:12:24 +00002978 return nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002979}
2980
2981static int nfs4_lookup_root(struct nfs_server *server, struct nfs_fh *fhandle,
2982 struct nfs_fsinfo *info)
2983{
2984 struct nfs4_exception exception = { };
2985 int err;
2986 do {
Bryan Schumakerfb8a5ba2011-04-18 16:52:25 -04002987 err = _nfs4_lookup_root(server, fhandle, info);
Trond Myklebustb5f875a2013-08-13 13:01:39 -04002988 trace_nfs4_lookup_root(server, fhandle, info->fattr, err);
Bryan Schumakerfb8a5ba2011-04-18 16:52:25 -04002989 switch (err) {
2990 case 0:
2991 case -NFS4ERR_WRONGSEC:
Trond Myklebust05e9cfb2012-03-27 18:13:02 -04002992 goto out;
Bryan Schumakerfb8a5ba2011-04-18 16:52:25 -04002993 default:
2994 err = nfs4_handle_exception(server, err, &exception);
2995 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002996 } while (exception.retry);
Trond Myklebust05e9cfb2012-03-27 18:13:02 -04002997out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002998 return err;
2999}
3000
Bryan Schumaker8f70e952011-03-24 17:12:31 +00003001static int nfs4_lookup_root_sec(struct nfs_server *server, struct nfs_fh *fhandle,
3002 struct nfs_fsinfo *info, rpc_authflavor_t flavor)
3003{
Trond Myklebustc2190662013-08-26 19:23:04 -04003004 struct rpc_auth_create_args auth_args = {
3005 .pseudoflavor = flavor,
3006 };
Bryan Schumaker8f70e952011-03-24 17:12:31 +00003007 struct rpc_auth *auth;
3008 int ret;
3009
Trond Myklebustc2190662013-08-26 19:23:04 -04003010 auth = rpcauth_create(&auth_args, server->client);
Wei Yongjune8d920c2012-09-21 12:27:41 +08003011 if (IS_ERR(auth)) {
Chuck Lever75bc8822013-03-16 15:55:36 -04003012 ret = -EACCES;
Bryan Schumaker8f70e952011-03-24 17:12:31 +00003013 goto out;
3014 }
3015 ret = nfs4_lookup_root(server, fhandle, info);
Bryan Schumaker8f70e952011-03-24 17:12:31 +00003016out:
3017 return ret;
3018}
3019
Chuck Lever9a744ba2013-03-16 15:56:02 -04003020/*
3021 * Retry pseudoroot lookup with various security flavors. We do this when:
3022 *
3023 * NFSv4.0: the PUTROOTFH operation returns NFS4ERR_WRONGSEC
3024 * NFSv4.1: the server does not support the SECINFO_NO_NAME operation
3025 *
3026 * Returns zero on success, or a negative NFS4ERR value, or a
3027 * negative errno value.
3028 */
Bryan Schumaker801a16dc2011-04-13 14:31:30 -04003029static int nfs4_find_root_sec(struct nfs_server *server, struct nfs_fh *fhandle,
David Howells54ceac42006-08-22 20:06:13 -04003030 struct nfs_fsinfo *info)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003031{
Chuck Lever9a744ba2013-03-16 15:56:02 -04003032 /* Per 3530bis 15.33.5 */
3033 static const rpc_authflavor_t flav_array[] = {
3034 RPC_AUTH_GSS_KRB5P,
3035 RPC_AUTH_GSS_KRB5I,
3036 RPC_AUTH_GSS_KRB5,
Chuck Leverc4eafe12013-03-16 15:56:11 -04003037 RPC_AUTH_UNIX, /* courtesy */
Chuck Lever9a744ba2013-03-16 15:56:02 -04003038 RPC_AUTH_NULL,
3039 };
3040 int status = -EPERM;
3041 size_t i;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003042
Weston Andros Adamson4d4b69d2013-10-18 15:15:19 -04003043 if (server->auth_info.flavor_len > 0) {
3044 /* try each flavor specified by user */
3045 for (i = 0; i < server->auth_info.flavor_len; i++) {
3046 status = nfs4_lookup_root_sec(server, fhandle, info,
3047 server->auth_info.flavors[i]);
3048 if (status == -NFS4ERR_WRONGSEC || status == -EACCES)
3049 continue;
3050 break;
3051 }
3052 } else {
3053 /* no flavors specified by user, try default list */
3054 for (i = 0; i < ARRAY_SIZE(flav_array); i++) {
3055 status = nfs4_lookup_root_sec(server, fhandle, info,
3056 flav_array[i]);
3057 if (status == -NFS4ERR_WRONGSEC || status == -EACCES)
3058 continue;
3059 break;
3060 }
Bryan Schumaker8f70e952011-03-24 17:12:31 +00003061 }
Chuck Lever9a744ba2013-03-16 15:56:02 -04003062
Bryan Schumakerfb8a5ba2011-04-18 16:52:25 -04003063 /*
3064 * -EACCESS could mean that the user doesn't have correct permissions
3065 * to access the mount. It could also mean that we tried to mount
3066 * with a gss auth flavor, but rpc.gssd isn't running. Either way,
3067 * existing mount programs don't handle -EACCES very well so it should
3068 * be mapped to -EPERM instead.
3069 */
3070 if (status == -EACCES)
3071 status = -EPERM;
Bryan Schumaker801a16dc2011-04-13 14:31:30 -04003072 return status;
3073}
3074
Chuck Lever2ed4b95b2013-03-16 15:55:45 -04003075static int nfs4_do_find_root_sec(struct nfs_server *server,
3076 struct nfs_fh *fhandle, struct nfs_fsinfo *info)
3077{
3078 int mv = server->nfs_client->cl_minorversion;
3079 return nfs_v4_minor_ops[mv]->find_root_sec(server, fhandle, info);
3080}
3081
3082/**
3083 * nfs4_proc_get_rootfh - get file handle for server's pseudoroot
3084 * @server: initialized nfs_server handle
3085 * @fhandle: we fill in the pseudo-fs root file handle
3086 * @info: we fill in an FSINFO struct
Trond Myklebust5e6b1992013-09-07 12:58:57 -04003087 * @auth_probe: probe the auth flavours
Chuck Lever2ed4b95b2013-03-16 15:55:45 -04003088 *
3089 * Returns zero on success, or a negative errno.
Bryan Schumaker801a16dc2011-04-13 14:31:30 -04003090 */
Bryan Schumaker3028eb22012-05-10 15:07:30 -04003091int nfs4_proc_get_rootfh(struct nfs_server *server, struct nfs_fh *fhandle,
Trond Myklebust5e6b1992013-09-07 12:58:57 -04003092 struct nfs_fsinfo *info,
3093 bool auth_probe)
Bryan Schumaker801a16dc2011-04-13 14:31:30 -04003094{
Andre Przywarac7757072015-04-23 17:17:40 +01003095 int status = 0;
Chuck Lever2ed4b95b2013-03-16 15:55:45 -04003096
Andre Przywarac7757072015-04-23 17:17:40 +01003097 if (!auth_probe)
Trond Myklebust5e6b1992013-09-07 12:58:57 -04003098 status = nfs4_lookup_root(server, fhandle, info);
Andre Przywarac7757072015-04-23 17:17:40 +01003099
3100 if (auth_probe || status == NFS4ERR_WRONGSEC)
Chuck Lever2ed4b95b2013-03-16 15:55:45 -04003101 status = nfs4_do_find_root_sec(server, fhandle, info);
3102
Linus Torvalds1da177e2005-04-16 15:20:36 -07003103 if (status == 0)
3104 status = nfs4_server_capabilities(server, fhandle);
3105 if (status == 0)
3106 status = nfs4_do_fsinfo(server, fhandle, info);
Chuck Lever2ed4b95b2013-03-16 15:55:45 -04003107
Trond Myklebustc12e87f2006-03-13 21:20:47 -08003108 return nfs4_map_errors(status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003109}
3110
Bryan Schumakerbae36242012-05-10 15:07:31 -04003111static int nfs4_proc_get_root(struct nfs_server *server, struct nfs_fh *mntfh,
3112 struct nfs_fsinfo *info)
3113{
3114 int error;
3115 struct nfs_fattr *fattr = info->fattr;
David Quigley1775fd32013-05-22 12:50:42 -04003116 struct nfs4_label *label = NULL;
Bryan Schumakerbae36242012-05-10 15:07:31 -04003117
3118 error = nfs4_server_capabilities(server, mntfh);
3119 if (error < 0) {
3120 dprintk("nfs4_get_root: getcaps error = %d\n", -error);
3121 return error;
3122 }
3123
David Quigley14c43f72013-05-22 12:50:43 -04003124 label = nfs4_label_alloc(server, GFP_KERNEL);
3125 if (IS_ERR(label))
3126 return PTR_ERR(label);
3127
David Quigley1775fd32013-05-22 12:50:42 -04003128 error = nfs4_proc_getattr(server, mntfh, fattr, label);
Bryan Schumakerbae36242012-05-10 15:07:31 -04003129 if (error < 0) {
3130 dprintk("nfs4_get_root: getattr error = %d\n", -error);
David Quigley14c43f72013-05-22 12:50:43 -04003131 goto err_free_label;
Bryan Schumakerbae36242012-05-10 15:07:31 -04003132 }
3133
3134 if (fattr->valid & NFS_ATTR_FATTR_FSID &&
3135 !nfs_fsid_equal(&server->fsid, &fattr->fsid))
3136 memcpy(&server->fsid, &fattr->fsid, sizeof(server->fsid));
3137
David Quigley14c43f72013-05-22 12:50:43 -04003138err_free_label:
3139 nfs4_label_free(label);
3140
Bryan Schumakerbae36242012-05-10 15:07:31 -04003141 return error;
3142}
3143
Manoj Naik6b97fd32006-06-09 09:34:29 -04003144/*
3145 * Get locations and (maybe) other attributes of a referral.
3146 * Note that we'll actually follow the referral later when
3147 * we detect fsid mismatch in inode revalidation
3148 */
Bryan Schumakerf05d1472012-04-27 13:27:41 -04003149static int nfs4_get_referral(struct rpc_clnt *client, struct inode *dir,
3150 const struct qstr *name, struct nfs_fattr *fattr,
3151 struct nfs_fh *fhandle)
Manoj Naik6b97fd32006-06-09 09:34:29 -04003152{
3153 int status = -ENOMEM;
3154 struct page *page = NULL;
3155 struct nfs4_fs_locations *locations = NULL;
Manoj Naik6b97fd32006-06-09 09:34:29 -04003156
3157 page = alloc_page(GFP_KERNEL);
3158 if (page == NULL)
3159 goto out;
3160 locations = kmalloc(sizeof(struct nfs4_fs_locations), GFP_KERNEL);
3161 if (locations == NULL)
3162 goto out;
3163
Bryan Schumakerf05d1472012-04-27 13:27:41 -04003164 status = nfs4_proc_fs_locations(client, dir, name, locations, page);
Manoj Naik6b97fd32006-06-09 09:34:29 -04003165 if (status != 0)
3166 goto out;
Chuck Lever519ae252013-10-17 14:13:19 -04003167
3168 /*
3169 * If the fsid didn't change, this is a migration event, not a
3170 * referral. Cause us to drop into the exception handler, which
3171 * will kick off migration recovery.
3172 */
Manoj Naik6b97fd32006-06-09 09:34:29 -04003173 if (nfs_fsid_equal(&NFS_SERVER(dir)->fsid, &locations->fattr.fsid)) {
Andy Adamson533eb462011-06-13 18:25:56 -04003174 dprintk("%s: server did not return a different fsid for"
3175 " a referral at %s\n", __func__, name->name);
Chuck Lever519ae252013-10-17 14:13:19 -04003176 status = -NFS4ERR_MOVED;
Manoj Naik6b97fd32006-06-09 09:34:29 -04003177 goto out;
3178 }
Andy Adamson533eb462011-06-13 18:25:56 -04003179 /* Fixup attributes for the nfs_lookup() call to nfs_fhget() */
3180 nfs_fixup_referral_attributes(&locations->fattr);
Manoj Naik6b97fd32006-06-09 09:34:29 -04003181
Andy Adamson533eb462011-06-13 18:25:56 -04003182 /* replace the lookup nfs_fattr with the locations nfs_fattr */
Manoj Naik6b97fd32006-06-09 09:34:29 -04003183 memcpy(fattr, &locations->fattr, sizeof(struct nfs_fattr));
Manoj Naik6b97fd32006-06-09 09:34:29 -04003184 memset(fhandle, 0, sizeof(struct nfs_fh));
3185out:
3186 if (page)
3187 __free_page(page);
Davidlohr Bueso5d7ca352010-08-11 12:42:15 -04003188 kfree(locations);
Manoj Naik6b97fd32006-06-09 09:34:29 -04003189 return status;
3190}
3191
David Quigley1775fd32013-05-22 12:50:42 -04003192static int _nfs4_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle,
3193 struct nfs_fattr *fattr, struct nfs4_label *label)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003194{
3195 struct nfs4_getattr_arg args = {
3196 .fh = fhandle,
3197 .bitmask = server->attr_bitmask,
3198 };
3199 struct nfs4_getattr_res res = {
3200 .fattr = fattr,
David Quigley1775fd32013-05-22 12:50:42 -04003201 .label = label,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003202 .server = server,
3203 };
3204 struct rpc_message msg = {
3205 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GETATTR],
3206 .rpc_argp = &args,
3207 .rpc_resp = &res,
3208 };
David Quigleyaa9c2662013-05-22 12:50:44 -04003209
3210 args.bitmask = nfs4_bitmask(server, label);
3211
Trond Myklebust0e574af2005-10-27 22:12:38 -04003212 nfs_fattr_init(fattr);
Bryan Schumaker7c513052011-03-24 17:12:24 +00003213 return nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003214}
3215
David Quigley1775fd32013-05-22 12:50:42 -04003216static int nfs4_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle,
3217 struct nfs_fattr *fattr, struct nfs4_label *label)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003218{
3219 struct nfs4_exception exception = { };
3220 int err;
3221 do {
Trond Myklebustb5f875a2013-08-13 13:01:39 -04003222 err = _nfs4_proc_getattr(server, fhandle, fattr, label);
3223 trace_nfs4_getattr(server, fhandle, fattr, err);
3224 err = nfs4_handle_exception(server, err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003225 &exception);
3226 } while (exception.retry);
3227 return err;
3228}
3229
3230/*
3231 * The file is not closed if it is opened due to the a request to change
3232 * the size of the file. The open call will not be needed once the
3233 * VFS layer lookup-intents are implemented.
3234 *
3235 * Close is called when the inode is destroyed.
3236 * If we haven't opened the file for O_WRONLY, we
3237 * need to in the size_change case to obtain a stateid.
3238 *
3239 * Got race?
3240 * Because OPEN is always done by name in nfsv4, it is
3241 * possible that we opened a different file by the same
3242 * name. We can recognize this race condition, but we
3243 * can't do anything about it besides returning an error.
3244 *
3245 * This will be fixed with VFS changes (lookup-intent).
3246 */
3247static int
3248nfs4_proc_setattr(struct dentry *dentry, struct nfs_fattr *fattr,
3249 struct iattr *sattr)
3250{
David Howells2b0143b2015-03-17 22:25:59 +00003251 struct inode *inode = d_inode(dentry);
Trond Myklebust659bfcd2008-06-10 19:39:41 -04003252 struct rpc_cred *cred = NULL;
Trond Myklebustd5308382005-11-04 15:33:38 -05003253 struct nfs4_state *state = NULL;
David Quigley14c43f72013-05-22 12:50:43 -04003254 struct nfs4_label *label = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003255 int status;
3256
Peng Tao88ac8152014-09-12 11:04:10 +08003257 if (pnfs_ld_layoutret_on_setattr(inode) &&
3258 sattr->ia_valid & ATTR_SIZE &&
3259 sattr->ia_size < i_size_read(inode))
Trond Myklebust24028672013-03-20 13:23:33 -04003260 pnfs_commit_and_return_layout(inode);
Benny Halevy8a1636c2010-07-14 15:43:57 -04003261
Trond Myklebust0e574af2005-10-27 22:12:38 -04003262 nfs_fattr_init(fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003263
Andy Adamson26699402012-05-30 16:12:24 -04003264 /* Deal with open(O_TRUNC) */
3265 if (sattr->ia_valid & ATTR_OPEN)
Nadav Shemercc7936f2013-07-21 17:21:43 +03003266 sattr->ia_valid &= ~(ATTR_MTIME|ATTR_CTIME);
Andy Adamson26699402012-05-30 16:12:24 -04003267
3268 /* Optimization: if the end result is no change, don't RPC */
Nadav Shemercc7936f2013-07-21 17:21:43 +03003269 if ((sattr->ia_valid & ~(ATTR_FILE|ATTR_OPEN)) == 0)
Andy Adamson26699402012-05-30 16:12:24 -04003270 return 0;
3271
Trond Myklebustd5308382005-11-04 15:33:38 -05003272 /* Search for an existing open(O_WRITE) file */
Trond Myklebust659bfcd2008-06-10 19:39:41 -04003273 if (sattr->ia_valid & ATTR_FILE) {
3274 struct nfs_open_context *ctx;
Trond Myklebust08e9eac2005-06-22 17:16:29 +00003275
Trond Myklebust659bfcd2008-06-10 19:39:41 -04003276 ctx = nfs_file_open_context(sattr->ia_file);
Neil Brown504e5182008-10-16 14:15:16 +11003277 if (ctx) {
3278 cred = ctx->cred;
3279 state = ctx->state;
3280 }
Trond Myklebust659bfcd2008-06-10 19:39:41 -04003281 }
3282
David Quigley14c43f72013-05-22 12:50:43 -04003283 label = nfs4_label_alloc(NFS_SERVER(inode), GFP_KERNEL);
3284 if (IS_ERR(label))
3285 return PTR_ERR(label);
3286
3287 status = nfs4_do_setattr(inode, cred, fattr, sattr, state, NULL, label);
David Quigleyaa9c2662013-05-22 12:50:44 -04003288 if (status == 0) {
Trond Myklebustf0446362015-02-26 16:09:04 -05003289 nfs_setattr_update_inode(inode, sattr, fattr);
David Quigleyaa9c2662013-05-22 12:50:44 -04003290 nfs_setsecurity(inode, fattr, label);
3291 }
David Quigley14c43f72013-05-22 12:50:43 -04003292 nfs4_label_free(label);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003293 return status;
3294}
3295
Trond Myklebust0c2e53f2011-10-18 16:11:22 -07003296static int _nfs4_proc_lookup(struct rpc_clnt *clnt, struct inode *dir,
3297 const struct qstr *name, struct nfs_fh *fhandle,
David Quigley1775fd32013-05-22 12:50:42 -04003298 struct nfs_fattr *fattr, struct nfs4_label *label)
David Howells2b3de442006-08-22 20:06:09 -04003299{
Trond Myklebust0c2e53f2011-10-18 16:11:22 -07003300 struct nfs_server *server = NFS_SERVER(dir);
David Howells2b3de442006-08-22 20:06:09 -04003301 int status;
3302 struct nfs4_lookup_arg args = {
3303 .bitmask = server->attr_bitmask,
Trond Myklebust0c2e53f2011-10-18 16:11:22 -07003304 .dir_fh = NFS_FH(dir),
David Howells2b3de442006-08-22 20:06:09 -04003305 .name = name,
3306 };
3307 struct nfs4_lookup_res res = {
3308 .server = server,
3309 .fattr = fattr,
David Quigleyaa9c2662013-05-22 12:50:44 -04003310 .label = label,
David Howells2b3de442006-08-22 20:06:09 -04003311 .fh = fhandle,
3312 };
3313 struct rpc_message msg = {
3314 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOOKUP],
3315 .rpc_argp = &args,
3316 .rpc_resp = &res,
3317 };
3318
David Quigleyaa9c2662013-05-22 12:50:44 -04003319 args.bitmask = nfs4_bitmask(server, label);
3320
David Howells2b3de442006-08-22 20:06:09 -04003321 nfs_fattr_init(fattr);
3322
Linus Torvalds1da177e2005-04-16 15:20:36 -07003323 dprintk("NFS call lookup %s\n", name->name);
Trond Myklebust0c2e53f2011-10-18 16:11:22 -07003324 status = nfs4_call_sync(clnt, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003325 dprintk("NFS reply lookup: %d\n", status);
3326 return status;
3327}
3328
Bryan Schumaker72de53e2012-04-27 13:27:40 -04003329static void nfs_fixup_secinfo_attributes(struct nfs_fattr *fattr)
Bryan Schumaker7ebb9312011-03-24 17:12:30 +00003330{
Bryan Schumaker7ebb9312011-03-24 17:12:30 +00003331 fattr->valid |= NFS_ATTR_FATTR_TYPE | NFS_ATTR_FATTR_MODE |
Bryan Schumaker72de53e2012-04-27 13:27:40 -04003332 NFS_ATTR_FATTR_NLINK | NFS_ATTR_FATTR_MOUNTPOINT;
Bryan Schumaker7ebb9312011-03-24 17:12:30 +00003333 fattr->mode = S_IFDIR | S_IRUGO | S_IXUGO;
3334 fattr->nlink = 2;
3335}
3336
Bryan Schumaker72de53e2012-04-27 13:27:40 -04003337static int nfs4_proc_lookup_common(struct rpc_clnt **clnt, struct inode *dir,
3338 struct qstr *name, struct nfs_fh *fhandle,
David Quigley1775fd32013-05-22 12:50:42 -04003339 struct nfs_fattr *fattr, struct nfs4_label *label)
Bryan Schumaker72de53e2012-04-27 13:27:40 -04003340{
3341 struct nfs4_exception exception = { };
3342 struct rpc_clnt *client = *clnt;
3343 int err;
3344 do {
David Quigley1775fd32013-05-22 12:50:42 -04003345 err = _nfs4_proc_lookup(client, dir, name, fhandle, fattr, label);
Trond Myklebust078ea3d2013-08-12 16:45:55 -04003346 trace_nfs4_lookup(dir, name, err);
Bryan Schumaker72de53e2012-04-27 13:27:40 -04003347 switch (err) {
3348 case -NFS4ERR_BADNAME:
3349 err = -ENOENT;
3350 goto out;
3351 case -NFS4ERR_MOVED:
Bryan Schumakerf05d1472012-04-27 13:27:41 -04003352 err = nfs4_get_referral(client, dir, name, fattr, fhandle);
Dominique Martinetc86c90c2015-06-04 17:04:17 +02003353 if (err == -NFS4ERR_MOVED)
3354 err = nfs4_handle_exception(NFS_SERVER(dir), err, &exception);
Bryan Schumaker72de53e2012-04-27 13:27:40 -04003355 goto out;
3356 case -NFS4ERR_WRONGSEC:
3357 err = -EPERM;
3358 if (client != *clnt)
3359 goto out;
Andy Adamson66b06862014-06-12 15:02:32 -04003360 client = nfs4_negotiate_security(client, dir, name);
Bryan Schumaker72de53e2012-04-27 13:27:40 -04003361 if (IS_ERR(client))
3362 return PTR_ERR(client);
3363
3364 exception.retry = 1;
3365 break;
3366 default:
3367 err = nfs4_handle_exception(NFS_SERVER(dir), err, &exception);
3368 }
3369 } while (exception.retry);
3370
3371out:
3372 if (err == 0)
3373 *clnt = client;
3374 else if (client != *clnt)
3375 rpc_shutdown_client(client);
3376
3377 return err;
3378}
3379
Bryan Schumaker80a16b22012-04-27 13:27:46 -04003380static int nfs4_proc_lookup(struct inode *dir, struct qstr *name,
David Quigley1775fd32013-05-22 12:50:42 -04003381 struct nfs_fh *fhandle, struct nfs_fattr *fattr,
3382 struct nfs4_label *label)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003383{
Bryan Schumaker72de53e2012-04-27 13:27:40 -04003384 int status;
3385 struct rpc_clnt *client = NFS_CLIENT(dir);
Trond Myklebust0c2e53f2011-10-18 16:11:22 -07003386
David Quigley1775fd32013-05-22 12:50:42 -04003387 status = nfs4_proc_lookup_common(&client, dir, name, fhandle, fattr, label);
Bryan Schumaker72de53e2012-04-27 13:27:40 -04003388 if (client != NFS_CLIENT(dir)) {
3389 rpc_shutdown_client(client);
3390 nfs_fixup_secinfo_attributes(fattr);
3391 }
3392 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003393}
3394
Bryan Schumakerf05d1472012-04-27 13:27:41 -04003395struct rpc_clnt *
3396nfs4_proc_lookup_mountpoint(struct inode *dir, struct qstr *name,
3397 struct nfs_fh *fhandle, struct nfs_fattr *fattr)
3398{
Trond Myklebustb72888c2013-08-07 20:38:07 -04003399 struct rpc_clnt *client = NFS_CLIENT(dir);
Bryan Schumakerf05d1472012-04-27 13:27:41 -04003400 int status;
Bryan Schumakerf05d1472012-04-27 13:27:41 -04003401
David Quigley1775fd32013-05-22 12:50:42 -04003402 status = nfs4_proc_lookup_common(&client, dir, name, fhandle, fattr, NULL);
Trond Myklebustb72888c2013-08-07 20:38:07 -04003403 if (status < 0)
Bryan Schumakerf05d1472012-04-27 13:27:41 -04003404 return ERR_PTR(status);
Trond Myklebustb72888c2013-08-07 20:38:07 -04003405 return (client == NFS_CLIENT(dir)) ? rpc_clone_client(client) : client;
Bryan Schumakerf05d1472012-04-27 13:27:41 -04003406}
3407
Linus Torvalds1da177e2005-04-16 15:20:36 -07003408static int _nfs4_proc_access(struct inode *inode, struct nfs_access_entry *entry)
3409{
Trond Myklebust76b32992007-08-10 17:45:11 -04003410 struct nfs_server *server = NFS_SERVER(inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003411 struct nfs4_accessargs args = {
3412 .fh = NFS_FH(inode),
Trond Myklebusta4980e72012-01-30 15:43:56 -05003413 .bitmask = server->cache_consistency_bitmask,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003414 };
Trond Myklebust76b32992007-08-10 17:45:11 -04003415 struct nfs4_accessres res = {
3416 .server = server,
Trond Myklebust76b32992007-08-10 17:45:11 -04003417 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07003418 struct rpc_message msg = {
3419 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_ACCESS],
3420 .rpc_argp = &args,
3421 .rpc_resp = &res,
3422 .rpc_cred = entry->cred,
3423 };
3424 int mode = entry->mask;
David Quigleyaa9c2662013-05-22 12:50:44 -04003425 int status = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003426
3427 /*
3428 * Determine which access bits we want to ask for...
3429 */
3430 if (mode & MAY_READ)
3431 args.access |= NFS4_ACCESS_READ;
3432 if (S_ISDIR(inode->i_mode)) {
3433 if (mode & MAY_WRITE)
3434 args.access |= NFS4_ACCESS_MODIFY | NFS4_ACCESS_EXTEND | NFS4_ACCESS_DELETE;
3435 if (mode & MAY_EXEC)
3436 args.access |= NFS4_ACCESS_LOOKUP;
3437 } else {
3438 if (mode & MAY_WRITE)
3439 args.access |= NFS4_ACCESS_MODIFY | NFS4_ACCESS_EXTEND;
3440 if (mode & MAY_EXEC)
3441 args.access |= NFS4_ACCESS_EXECUTE;
3442 }
Trond Myklebustc407d412010-04-16 16:22:48 -04003443
3444 res.fattr = nfs_alloc_fattr();
3445 if (res.fattr == NULL)
3446 return -ENOMEM;
3447
Bryan Schumaker7c513052011-03-24 17:12:24 +00003448 status = nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003449 if (!status) {
Weston Andros Adamson6168f622012-09-10 14:00:46 -04003450 nfs_access_set_mask(entry, res.access);
Trond Myklebustc407d412010-04-16 16:22:48 -04003451 nfs_refresh_inode(inode, res.fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003452 }
Trond Myklebustc407d412010-04-16 16:22:48 -04003453 nfs_free_fattr(res.fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003454 return status;
3455}
3456
3457static int nfs4_proc_access(struct inode *inode, struct nfs_access_entry *entry)
3458{
3459 struct nfs4_exception exception = { };
3460 int err;
3461 do {
Trond Myklebustc1578b72013-08-12 16:58:42 -04003462 err = _nfs4_proc_access(inode, entry);
3463 trace_nfs4_access(inode, err);
3464 err = nfs4_handle_exception(NFS_SERVER(inode), err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003465 &exception);
3466 } while (exception.retry);
3467 return err;
3468}
3469
3470/*
3471 * TODO: For the time being, we don't try to get any attributes
3472 * along with any of the zero-copy operations READ, READDIR,
3473 * READLINK, WRITE.
3474 *
3475 * In the case of the first three, we want to put the GETATTR
3476 * after the read-type operation -- this is because it is hard
3477 * to predict the length of a GETATTR response in v4, and thus
3478 * align the READ data correctly. This means that the GETATTR
3479 * may end up partially falling into the page cache, and we should
3480 * shift it into the 'tail' of the xdr_buf before processing.
3481 * To do this efficiently, we need to know the total length
3482 * of data received, which doesn't seem to be available outside
3483 * of the RPC layer.
3484 *
3485 * In the case of WRITE, we also want to put the GETATTR after
3486 * the operation -- in this case because we want to make sure
Trond Myklebust140150d2012-06-05 15:20:25 -04003487 * we get the post-operation mtime and size.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003488 *
3489 * Both of these changes to the XDR layer would in fact be quite
3490 * minor, but I decided to leave them for a subsequent patch.
3491 */
3492static int _nfs4_proc_readlink(struct inode *inode, struct page *page,
3493 unsigned int pgbase, unsigned int pglen)
3494{
3495 struct nfs4_readlink args = {
3496 .fh = NFS_FH(inode),
3497 .pgbase = pgbase,
3498 .pglen = pglen,
3499 .pages = &page,
3500 };
Benny Halevyf50c7002009-04-01 09:21:55 -04003501 struct nfs4_readlink_res res;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003502 struct rpc_message msg = {
3503 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_READLINK],
3504 .rpc_argp = &args,
Benny Halevyf50c7002009-04-01 09:21:55 -04003505 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003506 };
3507
Bryan Schumaker7c513052011-03-24 17:12:24 +00003508 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 -07003509}
3510
3511static int nfs4_proc_readlink(struct inode *inode, struct page *page,
3512 unsigned int pgbase, unsigned int pglen)
3513{
3514 struct nfs4_exception exception = { };
3515 int err;
3516 do {
Trond Myklebustc1578b72013-08-12 16:58:42 -04003517 err = _nfs4_proc_readlink(inode, page, pgbase, pglen);
3518 trace_nfs4_readlink(inode, err);
3519 err = nfs4_handle_exception(NFS_SERVER(inode), err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003520 &exception);
3521 } while (exception.retry);
3522 return err;
3523}
3524
Linus Torvalds1da177e2005-04-16 15:20:36 -07003525/*
Miklos Szeredi8867fe52012-06-05 15:10:19 +02003526 * This is just for mknod. open(O_CREAT) will always do ->open_context().
Linus Torvalds1da177e2005-04-16 15:20:36 -07003527 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003528static int
3529nfs4_proc_create(struct inode *dir, struct dentry *dentry, struct iattr *sattr,
Miklos Szeredi8867fe52012-06-05 15:10:19 +02003530 int flags)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003531{
David Quigleyaa9c2662013-05-22 12:50:44 -04003532 struct nfs4_label l, *ilabel = NULL;
Miklos Szeredi8867fe52012-06-05 15:10:19 +02003533 struct nfs_open_context *ctx;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003534 struct nfs4_state *state;
Trond Myklebust5bc2afc2013-09-23 18:01:28 -04003535 int opened = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003536 int status = 0;
3537
Miklos Szeredi8867fe52012-06-05 15:10:19 +02003538 ctx = alloc_nfs_open_context(dentry, FMODE_READ);
3539 if (IS_ERR(ctx))
3540 return PTR_ERR(ctx);
3541
David Quigleyaa9c2662013-05-22 12:50:44 -04003542 ilabel = nfs4_label_init_security(dir, dentry, sattr, &l);
3543
Aneesh Kumar K.Va8a5da92010-12-09 11:35:14 +00003544 sattr->ia_mode &= ~current_umask();
Trond Myklebust5bc2afc2013-09-23 18:01:28 -04003545 state = nfs4_do_open(dir, ctx, flags, sattr, ilabel, &opened);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003546 if (IS_ERR(state)) {
3547 status = PTR_ERR(state);
Trond Myklebustc0204fd2010-09-17 10:56:51 -04003548 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003549 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003550out:
David Quigleyaa9c2662013-05-22 12:50:44 -04003551 nfs4_label_release_security(ilabel);
Miklos Szeredi8867fe52012-06-05 15:10:19 +02003552 put_nfs_open_context(ctx);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003553 return status;
3554}
3555
3556static int _nfs4_proc_remove(struct inode *dir, struct qstr *name)
3557{
Trond Myklebust16e42952005-10-27 22:12:44 -04003558 struct nfs_server *server = NFS_SERVER(dir);
Trond Myklebust4fdc17b2007-07-14 15:39:57 -04003559 struct nfs_removeargs args = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003560 .fh = NFS_FH(dir),
Linus Torvalds26fe5752012-05-10 13:14:12 -07003561 .name = *name,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003562 };
Trond Myklebust4fdc17b2007-07-14 15:39:57 -04003563 struct nfs_removeres res = {
Trond Myklebust16e42952005-10-27 22:12:44 -04003564 .server = server,
Trond Myklebust16e42952005-10-27 22:12:44 -04003565 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07003566 struct rpc_message msg = {
Trond Myklebust4fdc17b2007-07-14 15:39:57 -04003567 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_REMOVE],
3568 .rpc_argp = &args,
3569 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003570 };
Trond Myklebust778d2812012-04-27 13:48:19 -04003571 int status;
Trond Myklebustd3468902010-04-16 16:22:50 -04003572
Bryan Schumaker7c513052011-03-24 17:12:24 +00003573 status = nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 1);
Trond Myklebust778d2812012-04-27 13:48:19 -04003574 if (status == 0)
Trond Myklebust16e42952005-10-27 22:12:44 -04003575 update_changeattr(dir, &res.cinfo);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003576 return status;
3577}
3578
3579static int nfs4_proc_remove(struct inode *dir, struct qstr *name)
3580{
3581 struct nfs4_exception exception = { };
3582 int err;
3583 do {
Trond Myklebust078ea3d2013-08-12 16:45:55 -04003584 err = _nfs4_proc_remove(dir, name);
3585 trace_nfs4_remove(dir, name, err);
3586 err = nfs4_handle_exception(NFS_SERVER(dir), err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003587 &exception);
3588 } while (exception.retry);
3589 return err;
3590}
3591
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04003592static void nfs4_proc_unlink_setup(struct rpc_message *msg, struct inode *dir)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003593{
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04003594 struct nfs_server *server = NFS_SERVER(dir);
3595 struct nfs_removeargs *args = msg->rpc_argp;
3596 struct nfs_removeres *res = msg->rpc_resp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003597
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04003598 res->server = server;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003599 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_REMOVE];
Chuck Levera9c92d62013-08-09 12:48:18 -04003600 nfs4_init_sequence(&args->seq_args, &res->seq_res, 1);
David Quigleyaa9c2662013-05-22 12:50:44 -04003601
3602 nfs_fattr_init(res->dir_attr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003603}
3604
Bryan Schumaker34e137c2012-03-19 14:54:41 -04003605static void nfs4_proc_unlink_rpc_prepare(struct rpc_task *task, struct nfs_unlinkdata *data)
3606{
Trond Myklebustd9afbd12012-10-22 20:28:44 -04003607 nfs4_setup_sequence(NFS_SERVER(data->dir),
3608 &data->args.seq_args,
3609 &data->res.seq_res,
3610 task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003611}
3612
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04003613static int nfs4_proc_unlink_done(struct rpc_task *task, struct inode *dir)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003614{
Trond Myklebust078ea3d2013-08-12 16:45:55 -04003615 struct nfs_unlinkdata *data = task->tk_calldata;
3616 struct nfs_removeres *res = &data->res;
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04003617
Trond Myklebust14516c32010-07-31 14:29:06 -04003618 if (!nfs4_sequence_done(task, &res->seq_res))
3619 return 0;
NeilBrown8478eaa2014-09-18 16:09:27 +10003620 if (nfs4_async_handle_error(task, res->server, NULL,
3621 &data->timeout) == -EAGAIN)
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04003622 return 0;
3623 update_changeattr(dir, &res->cinfo);
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04003624 return 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003625}
3626
Jeff Laytond3d41522010-09-17 17:31:57 -04003627static void nfs4_proc_rename_setup(struct rpc_message *msg, struct inode *dir)
3628{
3629 struct nfs_server *server = NFS_SERVER(dir);
3630 struct nfs_renameargs *arg = msg->rpc_argp;
3631 struct nfs_renameres *res = msg->rpc_resp;
3632
3633 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RENAME];
Jeff Laytond3d41522010-09-17 17:31:57 -04003634 res->server = server;
Chuck Levera9c92d62013-08-09 12:48:18 -04003635 nfs4_init_sequence(&arg->seq_args, &res->seq_res, 1);
Jeff Laytond3d41522010-09-17 17:31:57 -04003636}
3637
Bryan Schumakerc6bfa1a2012-03-19 14:54:42 -04003638static void nfs4_proc_rename_rpc_prepare(struct rpc_task *task, struct nfs_renamedata *data)
3639{
Trond Myklebustd9afbd12012-10-22 20:28:44 -04003640 nfs4_setup_sequence(NFS_SERVER(data->old_dir),
3641 &data->args.seq_args,
3642 &data->res.seq_res,
3643 task);
Jeff Laytond3d41522010-09-17 17:31:57 -04003644}
3645
3646static int nfs4_proc_rename_done(struct rpc_task *task, struct inode *old_dir,
3647 struct inode *new_dir)
3648{
Trond Myklebustfbc6f7c2013-08-12 17:08:26 -04003649 struct nfs_renamedata *data = task->tk_calldata;
3650 struct nfs_renameres *res = &data->res;
Jeff Laytond3d41522010-09-17 17:31:57 -04003651
3652 if (!nfs4_sequence_done(task, &res->seq_res))
3653 return 0;
NeilBrown8478eaa2014-09-18 16:09:27 +10003654 if (nfs4_async_handle_error(task, res->server, NULL, &data->timeout) == -EAGAIN)
Jeff Laytond3d41522010-09-17 17:31:57 -04003655 return 0;
3656
3657 update_changeattr(old_dir, &res->old_cinfo);
Jeff Laytond3d41522010-09-17 17:31:57 -04003658 update_changeattr(new_dir, &res->new_cinfo);
Jeff Laytond3d41522010-09-17 17:31:57 -04003659 return 1;
3660}
3661
Linus Torvalds1da177e2005-04-16 15:20:36 -07003662static int _nfs4_proc_link(struct inode *inode, struct inode *dir, struct qstr *name)
3663{
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04003664 struct nfs_server *server = NFS_SERVER(inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003665 struct nfs4_link_arg arg = {
3666 .fh = NFS_FH(inode),
3667 .dir_fh = NFS_FH(dir),
3668 .name = name,
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04003669 .bitmask = server->attr_bitmask,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003670 };
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04003671 struct nfs4_link_res res = {
3672 .server = server,
David Quigley1775fd32013-05-22 12:50:42 -04003673 .label = NULL,
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04003674 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07003675 struct rpc_message msg = {
3676 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LINK],
3677 .rpc_argp = &arg,
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04003678 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003679 };
Trond Myklebust136f2622010-04-16 16:22:49 -04003680 int status = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003681
Trond Myklebust136f2622010-04-16 16:22:49 -04003682 res.fattr = nfs_alloc_fattr();
Trond Myklebust778d2812012-04-27 13:48:19 -04003683 if (res.fattr == NULL)
Trond Myklebust136f2622010-04-16 16:22:49 -04003684 goto out;
3685
David Quigley14c43f72013-05-22 12:50:43 -04003686 res.label = nfs4_label_alloc(server, GFP_KERNEL);
3687 if (IS_ERR(res.label)) {
3688 status = PTR_ERR(res.label);
3689 goto out;
3690 }
David Quigleyaa9c2662013-05-22 12:50:44 -04003691 arg.bitmask = nfs4_bitmask(server, res.label);
David Quigley14c43f72013-05-22 12:50:43 -04003692
Bryan Schumaker7c513052011-03-24 17:12:24 +00003693 status = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, &res.seq_res, 1);
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04003694 if (!status) {
3695 update_changeattr(dir, &res.cinfo);
David Quigleyaa9c2662013-05-22 12:50:44 -04003696 status = nfs_post_op_update_inode(inode, res.fattr);
3697 if (!status)
3698 nfs_setsecurity(inode, res.fattr, res.label);
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04003699 }
David Quigley14c43f72013-05-22 12:50:43 -04003700
3701
3702 nfs4_label_free(res.label);
3703
Trond Myklebust136f2622010-04-16 16:22:49 -04003704out:
Trond Myklebust136f2622010-04-16 16:22:49 -04003705 nfs_free_fattr(res.fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003706 return status;
3707}
3708
3709static int nfs4_proc_link(struct inode *inode, struct inode *dir, struct qstr *name)
3710{
3711 struct nfs4_exception exception = { };
3712 int err;
3713 do {
3714 err = nfs4_handle_exception(NFS_SERVER(inode),
3715 _nfs4_proc_link(inode, dir, name),
3716 &exception);
3717 } while (exception.retry);
3718 return err;
3719}
3720
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003721struct nfs4_createdata {
3722 struct rpc_message msg;
3723 struct nfs4_create_arg arg;
3724 struct nfs4_create_res res;
3725 struct nfs_fh fh;
3726 struct nfs_fattr fattr;
David Quigley1775fd32013-05-22 12:50:42 -04003727 struct nfs4_label *label;
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003728};
3729
3730static struct nfs4_createdata *nfs4_alloc_createdata(struct inode *dir,
3731 struct qstr *name, struct iattr *sattr, u32 ftype)
3732{
3733 struct nfs4_createdata *data;
3734
3735 data = kzalloc(sizeof(*data), GFP_KERNEL);
3736 if (data != NULL) {
3737 struct nfs_server *server = NFS_SERVER(dir);
3738
David Quigley14c43f72013-05-22 12:50:43 -04003739 data->label = nfs4_label_alloc(server, GFP_KERNEL);
3740 if (IS_ERR(data->label))
3741 goto out_free;
3742
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003743 data->msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_CREATE];
3744 data->msg.rpc_argp = &data->arg;
3745 data->msg.rpc_resp = &data->res;
3746 data->arg.dir_fh = NFS_FH(dir);
3747 data->arg.server = server;
3748 data->arg.name = name;
3749 data->arg.attrs = sattr;
3750 data->arg.ftype = ftype;
David Quigleyaa9c2662013-05-22 12:50:44 -04003751 data->arg.bitmask = nfs4_bitmask(server, data->label);
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003752 data->res.server = server;
3753 data->res.fh = &data->fh;
3754 data->res.fattr = &data->fattr;
David Quigley1775fd32013-05-22 12:50:42 -04003755 data->res.label = data->label;
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003756 nfs_fattr_init(data->res.fattr);
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003757 }
3758 return data;
David Quigley14c43f72013-05-22 12:50:43 -04003759out_free:
3760 kfree(data);
3761 return NULL;
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003762}
3763
3764static int nfs4_do_create(struct inode *dir, struct dentry *dentry, struct nfs4_createdata *data)
3765{
Bryan Schumaker7c513052011-03-24 17:12:24 +00003766 int status = nfs4_call_sync(NFS_SERVER(dir)->client, NFS_SERVER(dir), &data->msg,
Bryan Schumakere73b83f2011-03-24 17:12:23 +00003767 &data->arg.seq_args, &data->res.seq_res, 1);
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003768 if (status == 0) {
3769 update_changeattr(dir, &data->res.dir_cinfo);
David Quigley1775fd32013-05-22 12:50:42 -04003770 status = nfs_instantiate(dentry, data->res.fh, data->res.fattr, data->res.label);
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003771 }
3772 return status;
3773}
3774
3775static void nfs4_free_createdata(struct nfs4_createdata *data)
3776{
David Quigley14c43f72013-05-22 12:50:43 -04003777 nfs4_label_free(data->label);
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003778 kfree(data);
3779}
3780
Chuck Lever4f390c12006-08-22 20:06:22 -04003781static int _nfs4_proc_symlink(struct inode *dir, struct dentry *dentry,
David Quigley1775fd32013-05-22 12:50:42 -04003782 struct page *page, unsigned int len, struct iattr *sattr,
3783 struct nfs4_label *label)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003784{
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003785 struct nfs4_createdata *data;
3786 int status = -ENAMETOOLONG;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003787
Chuck Lever94a6d752006-08-22 20:06:23 -04003788 if (len > NFS4_MAXPATHLEN)
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003789 goto out;
Chuck Lever4f390c12006-08-22 20:06:22 -04003790
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003791 status = -ENOMEM;
3792 data = nfs4_alloc_createdata(dir, &dentry->d_name, sattr, NF4LNK);
3793 if (data == NULL)
3794 goto out;
3795
3796 data->msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SYMLINK];
3797 data->arg.u.symlink.pages = &page;
3798 data->arg.u.symlink.len = len;
David Quigley1775fd32013-05-22 12:50:42 -04003799 data->arg.label = label;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003800
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003801 status = nfs4_do_create(dir, dentry, data);
3802
3803 nfs4_free_createdata(data);
3804out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003805 return status;
3806}
3807
Chuck Lever4f390c12006-08-22 20:06:22 -04003808static int nfs4_proc_symlink(struct inode *dir, struct dentry *dentry,
Chuck Lever94a6d752006-08-22 20:06:23 -04003809 struct page *page, unsigned int len, struct iattr *sattr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003810{
3811 struct nfs4_exception exception = { };
David Quigleyaa9c2662013-05-22 12:50:44 -04003812 struct nfs4_label l, *label = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003813 int err;
David Quigleyaa9c2662013-05-22 12:50:44 -04003814
3815 label = nfs4_label_init_security(dir, dentry, sattr, &l);
3816
Linus Torvalds1da177e2005-04-16 15:20:36 -07003817 do {
Trond Myklebust078ea3d2013-08-12 16:45:55 -04003818 err = _nfs4_proc_symlink(dir, dentry, page, len, sattr, label);
3819 trace_nfs4_symlink(dir, &dentry->d_name, err);
3820 err = nfs4_handle_exception(NFS_SERVER(dir), err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003821 &exception);
3822 } while (exception.retry);
David Quigleyaa9c2662013-05-22 12:50:44 -04003823
3824 nfs4_label_release_security(label);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003825 return err;
3826}
3827
3828static int _nfs4_proc_mkdir(struct inode *dir, struct dentry *dentry,
David Quigley1775fd32013-05-22 12:50:42 -04003829 struct iattr *sattr, struct nfs4_label *label)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003830{
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003831 struct nfs4_createdata *data;
3832 int status = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003833
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003834 data = nfs4_alloc_createdata(dir, &dentry->d_name, sattr, NF4DIR);
3835 if (data == NULL)
3836 goto out;
3837
David Quigley1775fd32013-05-22 12:50:42 -04003838 data->arg.label = label;
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003839 status = nfs4_do_create(dir, dentry, data);
3840
3841 nfs4_free_createdata(data);
3842out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003843 return status;
3844}
3845
3846static int nfs4_proc_mkdir(struct inode *dir, struct dentry *dentry,
3847 struct iattr *sattr)
3848{
3849 struct nfs4_exception exception = { };
David Quigleyaa9c2662013-05-22 12:50:44 -04003850 struct nfs4_label l, *label = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003851 int err;
Aneesh Kumar K.Va8a5da92010-12-09 11:35:14 +00003852
David Quigleyaa9c2662013-05-22 12:50:44 -04003853 label = nfs4_label_init_security(dir, dentry, sattr, &l);
3854
Aneesh Kumar K.Va8a5da92010-12-09 11:35:14 +00003855 sattr->ia_mode &= ~current_umask();
Linus Torvalds1da177e2005-04-16 15:20:36 -07003856 do {
Trond Myklebust078ea3d2013-08-12 16:45:55 -04003857 err = _nfs4_proc_mkdir(dir, dentry, sattr, label);
3858 trace_nfs4_mkdir(dir, &dentry->d_name, err);
3859 err = nfs4_handle_exception(NFS_SERVER(dir), err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003860 &exception);
3861 } while (exception.retry);
David Quigleyaa9c2662013-05-22 12:50:44 -04003862 nfs4_label_release_security(label);
3863
Linus Torvalds1da177e2005-04-16 15:20:36 -07003864 return err;
3865}
3866
3867static int _nfs4_proc_readdir(struct dentry *dentry, struct rpc_cred *cred,
Bryan Schumaker56e4ebf2010-10-20 15:44:37 -04003868 u64 cookie, struct page **pages, unsigned int count, int plus)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003869{
David Howells2b0143b2015-03-17 22:25:59 +00003870 struct inode *dir = d_inode(dentry);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003871 struct nfs4_readdir_arg args = {
3872 .fh = NFS_FH(dir),
Bryan Schumaker56e4ebf2010-10-20 15:44:37 -04003873 .pages = pages,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003874 .pgbase = 0,
3875 .count = count,
David Howells2b0143b2015-03-17 22:25:59 +00003876 .bitmask = NFS_SERVER(d_inode(dentry))->attr_bitmask,
Bryan Schumaker82f2e542010-10-21 16:33:18 -04003877 .plus = plus,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003878 };
3879 struct nfs4_readdir_res res;
3880 struct rpc_message msg = {
3881 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_READDIR],
3882 .rpc_argp = &args,
3883 .rpc_resp = &res,
3884 .rpc_cred = cred,
3885 };
3886 int status;
3887
Al Viro6de14722013-09-16 10:53:17 -04003888 dprintk("%s: dentry = %pd2, cookie = %Lu\n", __func__,
3889 dentry,
Trond Myklebusteadf4592005-06-22 17:16:39 +00003890 (unsigned long long)cookie);
Trond Myklebustc3f52af2012-09-03 14:56:02 -04003891 nfs4_setup_readdir(cookie, NFS_I(dir)->cookieverf, dentry, &args);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003892 res.pgbase = args.pgbase;
Bryan Schumaker7c513052011-03-24 17:12:24 +00003893 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 -05003894 if (status >= 0) {
Trond Myklebustc3f52af2012-09-03 14:56:02 -04003895 memcpy(NFS_I(dir)->cookieverf, res.verifier.data, NFS4_VERIFIER_SIZE);
Trond Myklebustac396122010-11-15 20:26:22 -05003896 status += args.pgbase;
3897 }
Trond Myklebustc4812992007-09-28 17:11:45 -04003898
3899 nfs_invalidate_atime(dir);
3900
Harvey Harrison3110ff82008-05-02 13:42:44 -07003901 dprintk("%s: returns %d\n", __func__, status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003902 return status;
3903}
3904
3905static int nfs4_proc_readdir(struct dentry *dentry, struct rpc_cred *cred,
Bryan Schumaker56e4ebf2010-10-20 15:44:37 -04003906 u64 cookie, struct page **pages, unsigned int count, int plus)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003907{
3908 struct nfs4_exception exception = { };
3909 int err;
3910 do {
Trond Myklebustc1578b72013-08-12 16:58:42 -04003911 err = _nfs4_proc_readdir(dentry, cred, cookie,
3912 pages, count, plus);
David Howells2b0143b2015-03-17 22:25:59 +00003913 trace_nfs4_readdir(d_inode(dentry), err);
3914 err = nfs4_handle_exception(NFS_SERVER(d_inode(dentry)), err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003915 &exception);
3916 } while (exception.retry);
3917 return err;
3918}
3919
3920static int _nfs4_proc_mknod(struct inode *dir, struct dentry *dentry,
David Quigleyaa9c2662013-05-22 12:50:44 -04003921 struct iattr *sattr, struct nfs4_label *label, dev_t rdev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003922{
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003923 struct nfs4_createdata *data;
3924 int mode = sattr->ia_mode;
3925 int status = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003926
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003927 data = nfs4_alloc_createdata(dir, &dentry->d_name, sattr, NF4SOCK);
3928 if (data == NULL)
3929 goto out;
3930
Linus Torvalds1da177e2005-04-16 15:20:36 -07003931 if (S_ISFIFO(mode))
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003932 data->arg.ftype = NF4FIFO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003933 else if (S_ISBLK(mode)) {
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003934 data->arg.ftype = NF4BLK;
3935 data->arg.u.device.specdata1 = MAJOR(rdev);
3936 data->arg.u.device.specdata2 = MINOR(rdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003937 }
3938 else if (S_ISCHR(mode)) {
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003939 data->arg.ftype = NF4CHR;
3940 data->arg.u.device.specdata1 = MAJOR(rdev);
3941 data->arg.u.device.specdata2 = MINOR(rdev);
Trond Myklebust4ea8fed2012-10-15 15:47:41 -04003942 } else if (!S_ISSOCK(mode)) {
3943 status = -EINVAL;
3944 goto out_free;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003945 }
David Quigley1775fd32013-05-22 12:50:42 -04003946
David Quigleyaa9c2662013-05-22 12:50:44 -04003947 data->arg.label = label;
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003948 status = nfs4_do_create(dir, dentry, data);
Trond Myklebust4ea8fed2012-10-15 15:47:41 -04003949out_free:
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003950 nfs4_free_createdata(data);
3951out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003952 return status;
3953}
3954
3955static int nfs4_proc_mknod(struct inode *dir, struct dentry *dentry,
3956 struct iattr *sattr, dev_t rdev)
3957{
3958 struct nfs4_exception exception = { };
David Quigleyaa9c2662013-05-22 12:50:44 -04003959 struct nfs4_label l, *label = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003960 int err;
Aneesh Kumar K.Va8a5da92010-12-09 11:35:14 +00003961
David Quigleyaa9c2662013-05-22 12:50:44 -04003962 label = nfs4_label_init_security(dir, dentry, sattr, &l);
3963
Aneesh Kumar K.Va8a5da92010-12-09 11:35:14 +00003964 sattr->ia_mode &= ~current_umask();
Linus Torvalds1da177e2005-04-16 15:20:36 -07003965 do {
Trond Myklebust078ea3d2013-08-12 16:45:55 -04003966 err = _nfs4_proc_mknod(dir, dentry, sattr, label, rdev);
3967 trace_nfs4_mknod(dir, &dentry->d_name, err);
3968 err = nfs4_handle_exception(NFS_SERVER(dir), err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003969 &exception);
3970 } while (exception.retry);
David Quigleyaa9c2662013-05-22 12:50:44 -04003971
3972 nfs4_label_release_security(label);
3973
Linus Torvalds1da177e2005-04-16 15:20:36 -07003974 return err;
3975}
3976
3977static int _nfs4_proc_statfs(struct nfs_server *server, struct nfs_fh *fhandle,
3978 struct nfs_fsstat *fsstat)
3979{
3980 struct nfs4_statfs_arg args = {
3981 .fh = fhandle,
3982 .bitmask = server->attr_bitmask,
3983 };
Benny Halevy24ad1482009-04-01 09:21:56 -04003984 struct nfs4_statfs_res res = {
3985 .fsstat = fsstat,
3986 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07003987 struct rpc_message msg = {
3988 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_STATFS],
3989 .rpc_argp = &args,
Benny Halevy24ad1482009-04-01 09:21:56 -04003990 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003991 };
3992
Trond Myklebust0e574af2005-10-27 22:12:38 -04003993 nfs_fattr_init(fsstat->fattr);
Bryan Schumaker7c513052011-03-24 17:12:24 +00003994 return nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003995}
3996
3997static int nfs4_proc_statfs(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fsstat *fsstat)
3998{
3999 struct nfs4_exception exception = { };
4000 int err;
4001 do {
4002 err = nfs4_handle_exception(server,
4003 _nfs4_proc_statfs(server, fhandle, fsstat),
4004 &exception);
4005 } while (exception.retry);
4006 return err;
4007}
4008
4009static int _nfs4_do_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle,
4010 struct nfs_fsinfo *fsinfo)
4011{
4012 struct nfs4_fsinfo_arg args = {
4013 .fh = fhandle,
4014 .bitmask = server->attr_bitmask,
4015 };
Benny Halevy3dda5e42009-04-01 09:21:57 -04004016 struct nfs4_fsinfo_res res = {
4017 .fsinfo = fsinfo,
4018 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07004019 struct rpc_message msg = {
4020 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FSINFO],
4021 .rpc_argp = &args,
Benny Halevy3dda5e42009-04-01 09:21:57 -04004022 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004023 };
4024
Bryan Schumaker7c513052011-03-24 17:12:24 +00004025 return nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004026}
4027
4028static int nfs4_do_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fsinfo *fsinfo)
4029{
4030 struct nfs4_exception exception = { };
Chuck Lever83ca7f52013-03-16 15:55:53 -04004031 unsigned long now = jiffies;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004032 int err;
4033
4034 do {
Chuck Lever83ca7f52013-03-16 15:55:53 -04004035 err = _nfs4_do_fsinfo(server, fhandle, fsinfo);
Trond Myklebustb5f875a2013-08-13 13:01:39 -04004036 trace_nfs4_fsinfo(server, fhandle, fsinfo->fattr, err);
Chuck Lever83ca7f52013-03-16 15:55:53 -04004037 if (err == 0) {
4038 struct nfs_client *clp = server->nfs_client;
4039
4040 spin_lock(&clp->cl_lock);
4041 clp->cl_lease_time = fsinfo->lease_time * HZ;
4042 clp->cl_last_renewal = now;
4043 spin_unlock(&clp->cl_lock);
4044 break;
4045 }
4046 err = nfs4_handle_exception(server, err, &exception);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004047 } while (exception.retry);
4048 return err;
4049}
4050
4051static int nfs4_proc_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fsinfo *fsinfo)
4052{
Bryan Schumakere38eb652012-06-20 15:53:40 -04004053 int error;
4054
Trond Myklebust0e574af2005-10-27 22:12:38 -04004055 nfs_fattr_init(fsinfo->fattr);
Bryan Schumakere38eb652012-06-20 15:53:40 -04004056 error = nfs4_do_fsinfo(server, fhandle, fsinfo);
Peng Taodc182542012-08-24 00:27:49 +08004057 if (error == 0) {
4058 /* block layout checks this! */
4059 server->pnfs_blksize = fsinfo->blksize;
Bryan Schumakere38eb652012-06-20 15:53:40 -04004060 set_pnfs_layoutdriver(server, fhandle, fsinfo->layouttype);
Peng Taodc182542012-08-24 00:27:49 +08004061 }
Bryan Schumakere38eb652012-06-20 15:53:40 -04004062
4063 return error;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004064}
4065
4066static int _nfs4_proc_pathconf(struct nfs_server *server, struct nfs_fh *fhandle,
4067 struct nfs_pathconf *pathconf)
4068{
4069 struct nfs4_pathconf_arg args = {
4070 .fh = fhandle,
4071 .bitmask = server->attr_bitmask,
4072 };
Benny Halevyd45b2982009-04-01 09:21:58 -04004073 struct nfs4_pathconf_res res = {
4074 .pathconf = pathconf,
4075 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07004076 struct rpc_message msg = {
4077 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_PATHCONF],
4078 .rpc_argp = &args,
Benny Halevyd45b2982009-04-01 09:21:58 -04004079 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004080 };
4081
4082 /* None of the pathconf attributes are mandatory to implement */
4083 if ((args.bitmask[0] & nfs4_pathconf_bitmap[0]) == 0) {
4084 memset(pathconf, 0, sizeof(*pathconf));
4085 return 0;
4086 }
4087
Trond Myklebust0e574af2005-10-27 22:12:38 -04004088 nfs_fattr_init(pathconf->fattr);
Bryan Schumaker7c513052011-03-24 17:12:24 +00004089 return nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004090}
4091
4092static int nfs4_proc_pathconf(struct nfs_server *server, struct nfs_fh *fhandle,
4093 struct nfs_pathconf *pathconf)
4094{
4095 struct nfs4_exception exception = { };
4096 int err;
4097
4098 do {
4099 err = nfs4_handle_exception(server,
4100 _nfs4_proc_pathconf(server, fhandle, pathconf),
4101 &exception);
4102 } while (exception.retry);
4103 return err;
4104}
4105
Trond Myklebust5521abf2013-03-16 20:54:34 -04004106int nfs4_set_rw_stateid(nfs4_stateid *stateid,
Trond Myklebust9b206142013-03-17 15:52:00 -04004107 const struct nfs_open_context *ctx,
4108 const struct nfs_lock_context *l_ctx,
4109 fmode_t fmode)
4110{
4111 const struct nfs_lockowner *lockowner = NULL;
4112
4113 if (l_ctx != NULL)
4114 lockowner = &l_ctx->lockowner;
Trond Myklebust5521abf2013-03-16 20:54:34 -04004115 return nfs4_select_rw_stateid(stateid, ctx->state, fmode, lockowner);
Trond Myklebust9b206142013-03-17 15:52:00 -04004116}
4117EXPORT_SYMBOL_GPL(nfs4_set_rw_stateid);
4118
Trond Myklebust5521abf2013-03-16 20:54:34 -04004119static bool nfs4_stateid_is_current(nfs4_stateid *stateid,
4120 const struct nfs_open_context *ctx,
4121 const struct nfs_lock_context *l_ctx,
4122 fmode_t fmode)
4123{
4124 nfs4_stateid current_stateid;
4125
Trond Myklebuste1253be2014-03-05 08:44:23 -05004126 /* If the current stateid represents a lost lock, then exit */
4127 if (nfs4_set_rw_stateid(&current_stateid, ctx, l_ctx, fmode) == -EIO)
4128 return true;
Trond Myklebust5521abf2013-03-16 20:54:34 -04004129 return nfs4_stateid_match(stateid, &current_stateid);
4130}
4131
4132static bool nfs4_error_stateid_expired(int err)
4133{
4134 switch (err) {
4135 case -NFS4ERR_DELEG_REVOKED:
4136 case -NFS4ERR_ADMIN_REVOKED:
4137 case -NFS4ERR_BAD_STATEID:
4138 case -NFS4ERR_STALE_STATEID:
4139 case -NFS4ERR_OLD_STATEID:
4140 case -NFS4ERR_OPENMODE:
4141 case -NFS4ERR_EXPIRED:
4142 return true;
4143 }
4144 return false;
4145}
4146
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004147void __nfs4_read_done_cb(struct nfs_pgio_header *hdr)
Benny Halevyd20581a2011-05-22 19:52:03 +03004148{
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004149 nfs_invalidate_atime(hdr->inode);
Benny Halevyd20581a2011-05-22 19:52:03 +03004150}
4151
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004152static int nfs4_read_done_cb(struct rpc_task *task, struct nfs_pgio_header *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004153{
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004154 struct nfs_server *server = NFS_SERVER(hdr->inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004155
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004156 trace_nfs4_read(hdr, task->tk_status);
4157 if (nfs4_async_handle_error(task, server,
NeilBrown8478eaa2014-09-18 16:09:27 +10004158 hdr->args.context->state,
4159 NULL) == -EAGAIN) {
Trond Myklebustd00c5d42011-10-19 12:17:29 -07004160 rpc_restart_call_prepare(task);
Trond Myklebustec06c092006-03-20 13:44:27 -05004161 return -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004162 }
Trond Myklebust8850df92007-09-28 17:20:07 -04004163
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004164 __nfs4_read_done_cb(hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004165 if (task->tk_status > 0)
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004166 renew_lease(server, hdr->timestamp);
Trond Myklebustec06c092006-03-20 13:44:27 -05004167 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004168}
4169
Trond Myklebust5521abf2013-03-16 20:54:34 -04004170static bool nfs4_read_stateid_changed(struct rpc_task *task,
Anna Schumaker3c6b8992014-05-06 09:12:24 -04004171 struct nfs_pgio_args *args)
Trond Myklebust5521abf2013-03-16 20:54:34 -04004172{
4173
4174 if (!nfs4_error_stateid_expired(task->tk_status) ||
4175 nfs4_stateid_is_current(&args->stateid,
4176 args->context,
4177 args->lock_context,
4178 FMODE_READ))
4179 return false;
4180 rpc_restart_call_prepare(task);
4181 return true;
4182}
4183
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004184static int nfs4_read_done(struct rpc_task *task, struct nfs_pgio_header *hdr)
Andy Adamsoncbdabc72011-03-01 01:34:20 +00004185{
4186
4187 dprintk("--> %s\n", __func__);
4188
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004189 if (!nfs4_sequence_done(task, &hdr->res.seq_res))
Andy Adamsoncbdabc72011-03-01 01:34:20 +00004190 return -EAGAIN;
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004191 if (nfs4_read_stateid_changed(task, &hdr->args))
Trond Myklebust5521abf2013-03-16 20:54:34 -04004192 return -EAGAIN;
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004193 return hdr->pgio_done_cb ? hdr->pgio_done_cb(task, hdr) :
4194 nfs4_read_done_cb(task, hdr);
Andy Adamsoncbdabc72011-03-01 01:34:20 +00004195}
4196
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004197static void nfs4_proc_read_setup(struct nfs_pgio_header *hdr,
4198 struct rpc_message *msg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004199{
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004200 hdr->timestamp = jiffies;
4201 hdr->pgio_done_cb = nfs4_read_done_cb;
Trond Myklebustbdc7f022007-07-14 15:40:00 -04004202 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_READ];
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004203 nfs4_init_sequence(&hdr->args.seq_args, &hdr->res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004204}
4205
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004206static int nfs4_proc_pgio_rpc_prepare(struct rpc_task *task,
4207 struct nfs_pgio_header *hdr)
Bryan Schumakerea7c3302012-03-19 14:54:40 -04004208{
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004209 if (nfs4_setup_sequence(NFS_SERVER(hdr->inode),
4210 &hdr->args.seq_args,
4211 &hdr->res.seq_res,
Trond Myklebust9b206142013-03-17 15:52:00 -04004212 task))
NeilBrownef1820f2013-09-04 17:04:49 +10004213 return 0;
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004214 if (nfs4_set_rw_stateid(&hdr->args.stateid, hdr->args.context,
4215 hdr->args.lock_context,
4216 hdr->rw_ops->rw_mode) == -EIO)
NeilBrownef1820f2013-09-04 17:04:49 +10004217 return -EIO;
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004218 if (unlikely(test_bit(NFS_CONTEXT_BAD, &hdr->args.context->flags)))
NeilBrownef1820f2013-09-04 17:04:49 +10004219 return -EIO;
4220 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004221}
4222
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004223static int nfs4_write_done_cb(struct rpc_task *task,
4224 struct nfs_pgio_header *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004225{
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004226 struct inode *inode = hdr->inode;
NeilBrown8478eaa2014-09-18 16:09:27 +10004227
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004228 trace_nfs4_write(hdr, task->tk_status);
4229 if (nfs4_async_handle_error(task, NFS_SERVER(inode),
NeilBrown8478eaa2014-09-18 16:09:27 +10004230 hdr->args.context->state,
4231 NULL) == -EAGAIN) {
Trond Myklebustd00c5d42011-10-19 12:17:29 -07004232 rpc_restart_call_prepare(task);
Trond Myklebust788e7a82006-03-20 13:44:27 -05004233 return -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004234 }
Trond Myklebust4f9838c2005-10-27 22:12:44 -04004235 if (task->tk_status >= 0) {
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004236 renew_lease(NFS_SERVER(inode), hdr->timestamp);
Trond Myklebusta08a8cd2015-02-26 17:36:09 -05004237 nfs_writeback_update_inode(hdr);
Trond Myklebust4f9838c2005-10-27 22:12:44 -04004238 }
Trond Myklebust788e7a82006-03-20 13:44:27 -05004239 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004240}
4241
Trond Myklebust5521abf2013-03-16 20:54:34 -04004242static bool nfs4_write_stateid_changed(struct rpc_task *task,
Anna Schumaker3c6b8992014-05-06 09:12:24 -04004243 struct nfs_pgio_args *args)
Trond Myklebust5521abf2013-03-16 20:54:34 -04004244{
4245
4246 if (!nfs4_error_stateid_expired(task->tk_status) ||
4247 nfs4_stateid_is_current(&args->stateid,
4248 args->context,
4249 args->lock_context,
4250 FMODE_WRITE))
4251 return false;
4252 rpc_restart_call_prepare(task);
4253 return true;
4254}
4255
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004256static int nfs4_write_done(struct rpc_task *task, struct nfs_pgio_header *hdr)
Fred Isamanb029bc92011-03-03 15:13:42 +00004257{
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004258 if (!nfs4_sequence_done(task, &hdr->res.seq_res))
Fred Isamanb029bc92011-03-03 15:13:42 +00004259 return -EAGAIN;
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004260 if (nfs4_write_stateid_changed(task, &hdr->args))
Trond Myklebust5521abf2013-03-16 20:54:34 -04004261 return -EAGAIN;
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004262 return hdr->pgio_done_cb ? hdr->pgio_done_cb(task, hdr) :
4263 nfs4_write_done_cb(task, hdr);
Fred Isamanb029bc92011-03-03 15:13:42 +00004264}
4265
Trond Myklebust5a37f852012-04-28 14:55:16 -04004266static
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004267bool nfs4_write_need_cache_consistency_data(struct nfs_pgio_header *hdr)
Fred Isamana69aef12011-03-03 15:13:47 +00004268{
Trond Myklebust5a37f852012-04-28 14:55:16 -04004269 /* Don't request attributes for pNFS or O_DIRECT writes */
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004270 if (hdr->ds_clp != NULL || hdr->dreq != NULL)
Trond Myklebust5a37f852012-04-28 14:55:16 -04004271 return false;
4272 /* Otherwise, request attributes if and only if we don't hold
4273 * a delegation
4274 */
Bryan Schumaker011e2a72012-06-20 15:53:43 -04004275 return nfs4_have_delegation(hdr->inode, FMODE_READ) == 0;
Fred Isamana69aef12011-03-03 15:13:47 +00004276}
Fred Isamana69aef12011-03-03 15:13:47 +00004277
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004278static void nfs4_proc_write_setup(struct nfs_pgio_header *hdr,
4279 struct rpc_message *msg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004280{
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004281 struct nfs_server *server = NFS_SERVER(hdr->inode);
Trond Myklebustbdc7f022007-07-14 15:40:00 -04004282
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004283 if (!nfs4_write_need_cache_consistency_data(hdr)) {
4284 hdr->args.bitmask = NULL;
4285 hdr->res.fattr = NULL;
Fred Isaman7ffd1062011-03-03 15:13:46 +00004286 } else
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004287 hdr->args.bitmask = server->cache_consistency_bitmask;
Trond Myklebust5a37f852012-04-28 14:55:16 -04004288
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004289 if (!hdr->pgio_done_cb)
4290 hdr->pgio_done_cb = nfs4_write_done_cb;
4291 hdr->res.server = server;
4292 hdr->timestamp = jiffies;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004293
Trond Myklebustbdc7f022007-07-14 15:40:00 -04004294 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_WRITE];
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004295 nfs4_init_sequence(&hdr->args.seq_args, &hdr->res.seq_res, 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004296}
4297
Fred Isaman0b7c0152012-04-20 14:47:39 -04004298static void nfs4_proc_commit_rpc_prepare(struct rpc_task *task, struct nfs_commit_data *data)
4299{
Trond Myklebustd9afbd12012-10-22 20:28:44 -04004300 nfs4_setup_sequence(NFS_SERVER(data->inode),
4301 &data->args.seq_args,
4302 &data->res.seq_res,
4303 task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004304}
4305
Fred Isaman0b7c0152012-04-20 14:47:39 -04004306static int nfs4_commit_done_cb(struct rpc_task *task, struct nfs_commit_data *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004307{
Linus Torvalds1da177e2005-04-16 15:20:36 -07004308 struct inode *inode = data->inode;
Trond Myklebust14516c32010-07-31 14:29:06 -04004309
Trond Myklebustcc668ab2013-08-14 15:31:28 -04004310 trace_nfs4_commit(data, task->tk_status);
NeilBrown8478eaa2014-09-18 16:09:27 +10004311 if (nfs4_async_handle_error(task, NFS_SERVER(inode),
4312 NULL, NULL) == -EAGAIN) {
Trond Myklebustd00c5d42011-10-19 12:17:29 -07004313 rpc_restart_call_prepare(task);
Trond Myklebust788e7a82006-03-20 13:44:27 -05004314 return -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004315 }
Trond Myklebust788e7a82006-03-20 13:44:27 -05004316 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004317}
4318
Fred Isaman0b7c0152012-04-20 14:47:39 -04004319static int nfs4_commit_done(struct rpc_task *task, struct nfs_commit_data *data)
Fred Isaman5f452432011-03-23 13:27:46 +00004320{
4321 if (!nfs4_sequence_done(task, &data->res.seq_res))
4322 return -EAGAIN;
Fred Isaman0b7c0152012-04-20 14:47:39 -04004323 return data->commit_done_cb(task, data);
Fred Isaman5f452432011-03-23 13:27:46 +00004324}
4325
Fred Isaman0b7c0152012-04-20 14:47:39 -04004326static void nfs4_proc_commit_setup(struct nfs_commit_data *data, struct rpc_message *msg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004327{
Trond Myklebust788e7a82006-03-20 13:44:27 -05004328 struct nfs_server *server = NFS_SERVER(data->inode);
Fred Isaman988b6dc2011-03-23 13:27:52 +00004329
Fred Isaman0b7c0152012-04-20 14:47:39 -04004330 if (data->commit_done_cb == NULL)
4331 data->commit_done_cb = nfs4_commit_done_cb;
Trond Myklebust4f9838c2005-10-27 22:12:44 -04004332 data->res.server = server;
Trond Myklebustbdc7f022007-07-14 15:40:00 -04004333 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_COMMIT];
Chuck Levera9c92d62013-08-09 12:48:18 -04004334 nfs4_init_sequence(&data->args.seq_args, &data->res.seq_res, 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004335}
4336
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04004337struct nfs4_renewdata {
4338 struct nfs_client *client;
4339 unsigned long timestamp;
4340};
4341
Linus Torvalds1da177e2005-04-16 15:20:36 -07004342/*
4343 * nfs4_proc_async_renew(): This is not one of the nfs_rpc_ops; it is a special
4344 * standalone procedure for queueing an asynchronous RENEW.
4345 */
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04004346static void nfs4_renew_release(void *calldata)
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08004347{
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04004348 struct nfs4_renewdata *data = calldata;
4349 struct nfs_client *clp = data->client;
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08004350
Alexandros Batsakis0851de062010-02-05 03:45:06 -08004351 if (atomic_read(&clp->cl_count) > 1)
4352 nfs4_schedule_state_renewal(clp);
4353 nfs_put_client(clp);
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04004354 kfree(data);
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08004355}
4356
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04004357static void nfs4_renew_done(struct rpc_task *task, void *calldata)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004358{
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04004359 struct nfs4_renewdata *data = calldata;
4360 struct nfs_client *clp = data->client;
4361 unsigned long timestamp = data->timestamp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004362
Trond Myklebustc6d01c62013-08-09 11:51:26 -04004363 trace_nfs4_renew_async(clp, task->tk_status);
Chuck Leverf8aba1e2013-10-17 14:13:53 -04004364 switch (task->tk_status) {
4365 case 0:
4366 break;
4367 case -NFS4ERR_LEASE_MOVED:
4368 nfs4_schedule_lease_moved_recovery(clp);
4369 break;
4370 default:
Trond Myklebust95baa252009-05-26 14:51:00 -04004371 /* Unless we're shutting down, schedule state recovery! */
Trond Myklebust042b60b2011-08-24 15:07:37 -04004372 if (test_bit(NFS_CS_RENEWD, &clp->cl_res_state) == 0)
4373 return;
4374 if (task->tk_status != NFS4ERR_CB_PATH_DOWN) {
Trond Myklebust0400a6b2011-03-09 16:00:53 -05004375 nfs4_schedule_lease_recovery(clp);
Trond Myklebust042b60b2011-08-24 15:07:37 -04004376 return;
4377 }
4378 nfs4_schedule_path_down_recovery(clp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004379 }
Trond Myklebust452e9352010-07-31 14:29:06 -04004380 do_renew_lease(clp, timestamp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004381}
4382
Trond Myklebust963d8fe2006-01-03 09:55:04 +01004383static const struct rpc_call_ops nfs4_renew_ops = {
4384 .rpc_call_done = nfs4_renew_done,
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08004385 .rpc_release = nfs4_renew_release,
Trond Myklebust963d8fe2006-01-03 09:55:04 +01004386};
4387
Trond Myklebust2f60ea62011-08-24 15:07:37 -04004388static int nfs4_proc_async_renew(struct nfs_client *clp, struct rpc_cred *cred, unsigned renew_flags)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004389{
4390 struct rpc_message msg = {
4391 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RENEW],
4392 .rpc_argp = clp,
Trond Myklebustb4454fe2006-01-03 09:55:25 +01004393 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004394 };
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04004395 struct nfs4_renewdata *data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004396
Trond Myklebust2f60ea62011-08-24 15:07:37 -04004397 if (renew_flags == 0)
4398 return 0;
Alexandros Batsakis0851de062010-02-05 03:45:06 -08004399 if (!atomic_inc_not_zero(&clp->cl_count))
4400 return -EIO;
Trond Myklebustb569ad32011-08-24 15:07:35 -04004401 data = kmalloc(sizeof(*data), GFP_NOFS);
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04004402 if (data == NULL)
4403 return -ENOMEM;
4404 data->client = clp;
4405 data->timestamp = jiffies;
Trond Myklebustbc7a05c2013-04-08 17:50:28 -04004406 return rpc_call_async(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT,
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04004407 &nfs4_renew_ops, data);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004408}
4409
Trond Myklebust8534d4e2011-08-24 15:07:37 -04004410static int nfs4_proc_renew(struct nfs_client *clp, struct rpc_cred *cred)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004411{
4412 struct rpc_message msg = {
4413 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RENEW],
4414 .rpc_argp = clp,
Trond Myklebustb4454fe2006-01-03 09:55:25 +01004415 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004416 };
4417 unsigned long now = jiffies;
4418 int status;
4419
Trond Myklebustbc7a05c2013-04-08 17:50:28 -04004420 status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004421 if (status < 0)
4422 return status;
Trond Myklebust452e9352010-07-31 14:29:06 -04004423 do_renew_lease(clp, now);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004424 return 0;
4425}
4426
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004427static inline int nfs4_server_supports_acls(struct nfs_server *server)
4428{
Malahal Naineni7dd7d952014-01-23 08:54:55 -06004429 return server->caps & NFS_CAP_ACLS;
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004430}
4431
Trond Myklebust21f498c2012-08-24 10:59:25 -04004432/* Assuming that XATTR_SIZE_MAX is a multiple of PAGE_SIZE, and that
4433 * it's OK to put sizeof(void) * (XATTR_SIZE_MAX/PAGE_SIZE) bytes on
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004434 * the stack.
4435 */
Trond Myklebust21f498c2012-08-24 10:59:25 -04004436#define NFS4ACL_MAXPAGES DIV_ROUND_UP(XATTR_SIZE_MAX, PAGE_SIZE)
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004437
Neil Hormane9e3d722011-03-04 19:26:03 -05004438static int buf_to_pages_noslab(const void *buf, size_t buflen,
4439 struct page **pages, unsigned int *pgbase)
4440{
4441 struct page *newpage, **spages;
4442 int rc = 0;
4443 size_t len;
4444 spages = pages;
4445
4446 do {
Trond Myklebust21f498c2012-08-24 10:59:25 -04004447 len = min_t(size_t, PAGE_SIZE, buflen);
Neil Hormane9e3d722011-03-04 19:26:03 -05004448 newpage = alloc_page(GFP_KERNEL);
4449
4450 if (newpage == NULL)
4451 goto unwind;
4452 memcpy(page_address(newpage), buf, len);
4453 buf += len;
4454 buflen -= len;
4455 *pages++ = newpage;
4456 rc++;
4457 } while (buflen != 0);
4458
4459 return rc;
4460
4461unwind:
4462 for(; rc > 0; rc--)
4463 __free_page(spages[rc-1]);
4464 return -ENOMEM;
4465}
4466
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004467struct nfs4_cached_acl {
4468 int cached;
4469 size_t len;
Andrew Morton3e9d4152005-06-22 17:16:28 +00004470 char data[0];
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004471};
4472
4473static void nfs4_set_cached_acl(struct inode *inode, struct nfs4_cached_acl *acl)
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004474{
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004475 struct nfs_inode *nfsi = NFS_I(inode);
4476
4477 spin_lock(&inode->i_lock);
4478 kfree(nfsi->nfs4_acl);
4479 nfsi->nfs4_acl = acl;
4480 spin_unlock(&inode->i_lock);
4481}
4482
4483static void nfs4_zap_acl_attr(struct inode *inode)
4484{
4485 nfs4_set_cached_acl(inode, NULL);
4486}
4487
4488static inline ssize_t nfs4_read_cached_acl(struct inode *inode, char *buf, size_t buflen)
4489{
4490 struct nfs_inode *nfsi = NFS_I(inode);
4491 struct nfs4_cached_acl *acl;
4492 int ret = -ENOENT;
4493
4494 spin_lock(&inode->i_lock);
4495 acl = nfsi->nfs4_acl;
4496 if (acl == NULL)
4497 goto out;
4498 if (buf == NULL) /* user is just asking for length */
4499 goto out_len;
4500 if (acl->cached == 0)
4501 goto out;
4502 ret = -ERANGE; /* see getxattr(2) man page */
4503 if (acl->len > buflen)
4504 goto out;
4505 memcpy(buf, acl->data, acl->len);
4506out_len:
4507 ret = acl->len;
4508out:
4509 spin_unlock(&inode->i_lock);
4510 return ret;
4511}
4512
Sachin Prabhu5794d212012-04-17 14:36:40 +01004513static 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 +00004514{
4515 struct nfs4_cached_acl *acl;
Trond Myklebustb291f1b2012-08-14 18:30:41 -04004516 size_t buflen = sizeof(*acl) + acl_len;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004517
Trond Myklebust1f1ea6c2012-08-26 11:44:43 -07004518 if (buflen <= PAGE_SIZE) {
Trond Myklebustb291f1b2012-08-14 18:30:41 -04004519 acl = kmalloc(buflen, GFP_KERNEL);
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004520 if (acl == NULL)
4521 goto out;
4522 acl->cached = 1;
Sachin Prabhu5794d212012-04-17 14:36:40 +01004523 _copy_from_pages(acl->data, pages, pgbase, acl_len);
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004524 } else {
4525 acl = kmalloc(sizeof(*acl), GFP_KERNEL);
4526 if (acl == NULL)
4527 goto out;
4528 acl->cached = 0;
4529 }
4530 acl->len = acl_len;
4531out:
4532 nfs4_set_cached_acl(inode, acl);
4533}
4534
Andy Adamsonbf118a32011-12-07 11:55:27 -05004535/*
4536 * The getxattr API returns the required buffer length when called with a
4537 * NULL buf. The NFSv4 acl tool then calls getxattr again after allocating
4538 * the required buf. On a NULL buf, we send a page of data to the server
4539 * guessing that the ACL request can be serviced by a page. If so, we cache
4540 * up to the page of ACL data, and the 2nd call to getxattr is serviced by
4541 * the cache. If not so, we throw away the page, and cache the required
4542 * length. The next getxattr call will then produce another round trip to
4543 * the server, this time with the input buf of the required size.
4544 */
Trond Myklebust16b42892006-08-24 12:27:15 -04004545static ssize_t __nfs4_get_acl_uncached(struct inode *inode, void *buf, size_t buflen)
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004546{
Andy Adamsonbf118a32011-12-07 11:55:27 -05004547 struct page *pages[NFS4ACL_MAXPAGES] = {NULL, };
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004548 struct nfs_getaclargs args = {
4549 .fh = NFS_FH(inode),
4550 .acl_pages = pages,
4551 .acl_len = buflen,
4552 };
Benny Halevy663c79b2009-04-01 09:21:59 -04004553 struct nfs_getaclres res = {
4554 .acl_len = buflen,
4555 };
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004556 struct rpc_message msg = {
4557 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GETACL],
4558 .rpc_argp = &args,
Benny Halevy663c79b2009-04-01 09:21:59 -04004559 .rpc_resp = &res,
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004560 };
Trond Myklebust21f498c2012-08-24 10:59:25 -04004561 unsigned int npages = DIV_ROUND_UP(buflen, PAGE_SIZE);
4562 int ret = -ENOMEM, i;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004563
Andy Adamsonbf118a32011-12-07 11:55:27 -05004564 /* As long as we're doing a round trip to the server anyway,
4565 * let's be prepared for a page of acl data. */
4566 if (npages == 0)
4567 npages = 1;
Trond Myklebust21f498c2012-08-24 10:59:25 -04004568 if (npages > ARRAY_SIZE(pages))
4569 return -ERANGE;
Sachin Prabhu5a006892012-04-17 14:35:39 +01004570
Andy Adamsonbf118a32011-12-07 11:55:27 -05004571 for (i = 0; i < npages; i++) {
4572 pages[i] = alloc_page(GFP_KERNEL);
4573 if (!pages[i])
4574 goto out_free;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004575 }
Sachin Prabhu5a006892012-04-17 14:35:39 +01004576
4577 /* for decoding across pages */
4578 res.acl_scratch = alloc_page(GFP_KERNEL);
4579 if (!res.acl_scratch)
4580 goto out_free;
4581
Andy Adamsonbf118a32011-12-07 11:55:27 -05004582 args.acl_len = npages * PAGE_SIZE;
4583 args.acl_pgbase = 0;
Sachin Prabhu5a006892012-04-17 14:35:39 +01004584
Peng Taode040be2012-01-10 22:42:47 +08004585 dprintk("%s buf %p buflen %zu npages %d args.acl_len %zu\n",
Andy Adamsonbf118a32011-12-07 11:55:27 -05004586 __func__, buf, buflen, npages, args.acl_len);
4587 ret = nfs4_call_sync(NFS_SERVER(inode)->client, NFS_SERVER(inode),
4588 &msg, &args.seq_args, &res.seq_res, 0);
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004589 if (ret)
4590 goto out_free;
Andy Adamsonbf118a32011-12-07 11:55:27 -05004591
Trond Myklebust1f1ea6c2012-08-26 11:44:43 -07004592 /* Handle the case where the passed-in buffer is too short */
4593 if (res.acl_flags & NFS4_ACL_TRUNC) {
4594 /* Did the user only issue a request for the acl length? */
4595 if (buf == NULL)
4596 goto out_ok;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004597 ret = -ERANGE;
Trond Myklebust1f1ea6c2012-08-26 11:44:43 -07004598 goto out_free;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004599 }
Trond Myklebust1f1ea6c2012-08-26 11:44:43 -07004600 nfs4_write_cached_acl(inode, pages, res.acl_data_offset, res.acl_len);
Sven Wegener7d3e91a2012-12-08 15:30:18 +01004601 if (buf) {
4602 if (res.acl_len > buflen) {
4603 ret = -ERANGE;
4604 goto out_free;
4605 }
Trond Myklebust1f1ea6c2012-08-26 11:44:43 -07004606 _copy_from_pages(buf, pages, res.acl_data_offset, res.acl_len);
Sven Wegener7d3e91a2012-12-08 15:30:18 +01004607 }
Trond Myklebust1f1ea6c2012-08-26 11:44:43 -07004608out_ok:
4609 ret = res.acl_len;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004610out_free:
Andy Adamsonbf118a32011-12-07 11:55:27 -05004611 for (i = 0; i < npages; i++)
4612 if (pages[i])
4613 __free_page(pages[i]);
Trond Myklebust331818f2012-02-03 18:30:53 -05004614 if (res.acl_scratch)
4615 __free_page(res.acl_scratch);
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004616 return ret;
4617}
4618
Trond Myklebust16b42892006-08-24 12:27:15 -04004619static ssize_t nfs4_get_acl_uncached(struct inode *inode, void *buf, size_t buflen)
4620{
4621 struct nfs4_exception exception = { };
4622 ssize_t ret;
4623 do {
4624 ret = __nfs4_get_acl_uncached(inode, buf, buflen);
Trond Myklebustc1578b72013-08-12 16:58:42 -04004625 trace_nfs4_get_acl(inode, ret);
Trond Myklebust16b42892006-08-24 12:27:15 -04004626 if (ret >= 0)
4627 break;
4628 ret = nfs4_handle_exception(NFS_SERVER(inode), ret, &exception);
4629 } while (exception.retry);
4630 return ret;
4631}
4632
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004633static ssize_t nfs4_proc_get_acl(struct inode *inode, void *buf, size_t buflen)
4634{
4635 struct nfs_server *server = NFS_SERVER(inode);
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004636 int ret;
4637
4638 if (!nfs4_server_supports_acls(server))
4639 return -EOPNOTSUPP;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004640 ret = nfs_revalidate_inode(server, inode);
4641 if (ret < 0)
4642 return ret;
Aneesh Kumar K.V08a22b32010-12-01 10:42:16 +00004643 if (NFS_I(inode)->cache_validity & NFS_INO_INVALID_ACL)
4644 nfs_zap_acl_cache(inode);
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004645 ret = nfs4_read_cached_acl(inode, buf, buflen);
4646 if (ret != -ENOENT)
Andy Adamsonbf118a32011-12-07 11:55:27 -05004647 /* -ENOENT is returned if there is no ACL or if there is an ACL
4648 * but no cached acl data, just the acl length */
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004649 return ret;
4650 return nfs4_get_acl_uncached(inode, buf, buflen);
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004651}
4652
Trond Myklebust16b42892006-08-24 12:27:15 -04004653static int __nfs4_proc_set_acl(struct inode *inode, const void *buf, size_t buflen)
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00004654{
4655 struct nfs_server *server = NFS_SERVER(inode);
4656 struct page *pages[NFS4ACL_MAXPAGES];
4657 struct nfs_setaclargs arg = {
4658 .fh = NFS_FH(inode),
4659 .acl_pages = pages,
4660 .acl_len = buflen,
4661 };
Benny Halevy73c403a2009-04-01 09:22:01 -04004662 struct nfs_setaclres res;
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00004663 struct rpc_message msg = {
4664 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETACL],
4665 .rpc_argp = &arg,
Benny Halevy73c403a2009-04-01 09:22:01 -04004666 .rpc_resp = &res,
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00004667 };
Trond Myklebust21f498c2012-08-24 10:59:25 -04004668 unsigned int npages = DIV_ROUND_UP(buflen, PAGE_SIZE);
Neil Hormane9e3d722011-03-04 19:26:03 -05004669 int ret, i;
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00004670
4671 if (!nfs4_server_supports_acls(server))
4672 return -EOPNOTSUPP;
Trond Myklebust21f498c2012-08-24 10:59:25 -04004673 if (npages > ARRAY_SIZE(pages))
4674 return -ERANGE;
Neil Hormane9e3d722011-03-04 19:26:03 -05004675 i = buf_to_pages_noslab(buf, buflen, arg.acl_pages, &arg.acl_pgbase);
4676 if (i < 0)
4677 return i;
Bryan Schumaker57ec14c2012-06-20 15:53:44 -04004678 nfs4_inode_return_delegation(inode);
Bryan Schumaker7c513052011-03-24 17:12:24 +00004679 ret = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, &res.seq_res, 1);
Neil Hormane9e3d722011-03-04 19:26:03 -05004680
4681 /*
4682 * Free each page after tx, so the only ref left is
4683 * held by the network stack
4684 */
4685 for (; i > 0; i--)
4686 put_page(pages[i-1]);
4687
Aneesh Kumar K.V08a22b32010-12-01 10:42:16 +00004688 /*
4689 * Acl update can result in inode attribute update.
4690 * so mark the attribute cache invalid.
4691 */
4692 spin_lock(&inode->i_lock);
4693 NFS_I(inode)->cache_validity |= NFS_INO_INVALID_ATTR;
4694 spin_unlock(&inode->i_lock);
Trond Myklebustf41f7412008-06-11 17:39:04 -04004695 nfs_access_zap_cache(inode);
4696 nfs_zap_acl_cache(inode);
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00004697 return ret;
4698}
4699
Trond Myklebust16b42892006-08-24 12:27:15 -04004700static int nfs4_proc_set_acl(struct inode *inode, const void *buf, size_t buflen)
4701{
4702 struct nfs4_exception exception = { };
4703 int err;
4704 do {
Trond Myklebustc1578b72013-08-12 16:58:42 -04004705 err = __nfs4_proc_set_acl(inode, buf, buflen);
4706 trace_nfs4_set_acl(inode, err);
4707 err = nfs4_handle_exception(NFS_SERVER(inode), err,
Trond Myklebust16b42892006-08-24 12:27:15 -04004708 &exception);
4709 } while (exception.retry);
4710 return err;
4711}
4712
David Quigleyaa9c2662013-05-22 12:50:44 -04004713#ifdef CONFIG_NFS_V4_SECURITY_LABEL
4714static int _nfs4_get_security_label(struct inode *inode, void *buf,
4715 size_t buflen)
4716{
4717 struct nfs_server *server = NFS_SERVER(inode);
4718 struct nfs_fattr fattr;
4719 struct nfs4_label label = {0, 0, buflen, buf};
4720
4721 u32 bitmask[3] = { 0, 0, FATTR4_WORD2_SECURITY_LABEL };
Trond Myklebustfcb63a92013-11-01 12:42:25 -04004722 struct nfs4_getattr_arg arg = {
David Quigleyaa9c2662013-05-22 12:50:44 -04004723 .fh = NFS_FH(inode),
4724 .bitmask = bitmask,
4725 };
4726 struct nfs4_getattr_res res = {
4727 .fattr = &fattr,
4728 .label = &label,
4729 .server = server,
4730 };
4731 struct rpc_message msg = {
4732 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GETATTR],
Trond Myklebustfcb63a92013-11-01 12:42:25 -04004733 .rpc_argp = &arg,
David Quigleyaa9c2662013-05-22 12:50:44 -04004734 .rpc_resp = &res,
4735 };
4736 int ret;
4737
4738 nfs_fattr_init(&fattr);
4739
Trond Myklebustfcb63a92013-11-01 12:42:25 -04004740 ret = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, &res.seq_res, 0);
David Quigleyaa9c2662013-05-22 12:50:44 -04004741 if (ret)
4742 return ret;
4743 if (!(fattr.valid & NFS_ATTR_FATTR_V4_SECURITY_LABEL))
4744 return -ENOENT;
4745 if (buflen < label.len)
4746 return -ERANGE;
4747 return 0;
4748}
4749
4750static int nfs4_get_security_label(struct inode *inode, void *buf,
4751 size_t buflen)
4752{
4753 struct nfs4_exception exception = { };
4754 int err;
4755
4756 if (!nfs_server_capable(inode, NFS_CAP_SECURITY_LABEL))
4757 return -EOPNOTSUPP;
4758
4759 do {
Trond Myklebustc1578b72013-08-12 16:58:42 -04004760 err = _nfs4_get_security_label(inode, buf, buflen);
4761 trace_nfs4_get_security_label(inode, err);
4762 err = nfs4_handle_exception(NFS_SERVER(inode), err,
David Quigleyaa9c2662013-05-22 12:50:44 -04004763 &exception);
4764 } while (exception.retry);
4765 return err;
4766}
4767
4768static int _nfs4_do_set_security_label(struct inode *inode,
4769 struct nfs4_label *ilabel,
4770 struct nfs_fattr *fattr,
4771 struct nfs4_label *olabel)
4772{
4773
4774 struct iattr sattr = {0};
4775 struct nfs_server *server = NFS_SERVER(inode);
4776 const u32 bitmask[3] = { 0, 0, FATTR4_WORD2_SECURITY_LABEL };
Jeff Layton12207f62013-11-01 10:49:32 -04004777 struct nfs_setattrargs arg = {
David Quigleyaa9c2662013-05-22 12:50:44 -04004778 .fh = NFS_FH(inode),
4779 .iap = &sattr,
4780 .server = server,
4781 .bitmask = bitmask,
4782 .label = ilabel,
4783 };
4784 struct nfs_setattrres res = {
4785 .fattr = fattr,
4786 .label = olabel,
4787 .server = server,
4788 };
4789 struct rpc_message msg = {
4790 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETATTR],
Jeff Layton12207f62013-11-01 10:49:32 -04004791 .rpc_argp = &arg,
David Quigleyaa9c2662013-05-22 12:50:44 -04004792 .rpc_resp = &res,
4793 };
4794 int status;
4795
Jeff Layton12207f62013-11-01 10:49:32 -04004796 nfs4_stateid_copy(&arg.stateid, &zero_stateid);
David Quigleyaa9c2662013-05-22 12:50:44 -04004797
Jeff Layton12207f62013-11-01 10:49:32 -04004798 status = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, &res.seq_res, 1);
David Quigleyaa9c2662013-05-22 12:50:44 -04004799 if (status)
4800 dprintk("%s failed: %d\n", __func__, status);
4801
4802 return status;
4803}
4804
4805static int nfs4_do_set_security_label(struct inode *inode,
4806 struct nfs4_label *ilabel,
4807 struct nfs_fattr *fattr,
4808 struct nfs4_label *olabel)
4809{
4810 struct nfs4_exception exception = { };
4811 int err;
4812
4813 do {
Trond Myklebustc1578b72013-08-12 16:58:42 -04004814 err = _nfs4_do_set_security_label(inode, ilabel,
4815 fattr, olabel);
4816 trace_nfs4_set_security_label(inode, err);
4817 err = nfs4_handle_exception(NFS_SERVER(inode), err,
David Quigleyaa9c2662013-05-22 12:50:44 -04004818 &exception);
4819 } while (exception.retry);
4820 return err;
4821}
4822
4823static int
4824nfs4_set_security_label(struct dentry *dentry, const void *buf, size_t buflen)
4825{
4826 struct nfs4_label ilabel, *olabel = NULL;
4827 struct nfs_fattr fattr;
4828 struct rpc_cred *cred;
David Howells2b0143b2015-03-17 22:25:59 +00004829 struct inode *inode = d_inode(dentry);
David Quigleyaa9c2662013-05-22 12:50:44 -04004830 int status;
4831
4832 if (!nfs_server_capable(inode, NFS_CAP_SECURITY_LABEL))
4833 return -EOPNOTSUPP;
4834
4835 nfs_fattr_init(&fattr);
4836
4837 ilabel.pi = 0;
4838 ilabel.lfs = 0;
4839 ilabel.label = (char *)buf;
4840 ilabel.len = buflen;
4841
4842 cred = rpc_lookup_cred();
4843 if (IS_ERR(cred))
4844 return PTR_ERR(cred);
4845
4846 olabel = nfs4_label_alloc(NFS_SERVER(inode), GFP_KERNEL);
4847 if (IS_ERR(olabel)) {
4848 status = -PTR_ERR(olabel);
4849 goto out;
4850 }
4851
4852 status = nfs4_do_set_security_label(inode, &ilabel, &fattr, olabel);
4853 if (status == 0)
4854 nfs_setsecurity(inode, &fattr, olabel);
4855
4856 nfs4_label_free(olabel);
4857out:
4858 put_rpccred(cred);
4859 return status;
4860}
4861#endif /* CONFIG_NFS_V4_SECURITY_LABEL */
4862
4863
Linus Torvalds1da177e2005-04-16 15:20:36 -07004864static int
NeilBrown8478eaa2014-09-18 16:09:27 +10004865nfs4_async_handle_error(struct rpc_task *task, const struct nfs_server *server,
4866 struct nfs4_state *state, long *timeout)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004867{
Trond Myklebustaa5190d2010-06-16 09:52:25 -04004868 struct nfs_client *clp = server->nfs_client;
4869
4870 if (task->tk_status >= 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004871 return 0;
4872 switch(task->tk_status) {
Trond Myklebusta1d0b5e2012-03-05 19:56:44 -05004873 case -NFS4ERR_DELEG_REVOKED:
Trond Myklebust9e33bed2008-12-23 15:21:46 -05004874 case -NFS4ERR_ADMIN_REVOKED:
4875 case -NFS4ERR_BAD_STATEID:
4876 case -NFS4ERR_OPENMODE:
4877 if (state == NULL)
4878 break;
Trond Myklebust5d422302013-03-14 16:57:48 -04004879 if (nfs4_schedule_stateid_recovery(server, state) < 0)
Chuck Lever9f51a782013-10-17 14:13:13 -04004880 goto recovery_failed;
Trond Myklebust0400a6b2011-03-09 16:00:53 -05004881 goto wait_on_recovery;
Trond Myklebust0ced63d2011-05-26 14:26:35 -04004882 case -NFS4ERR_EXPIRED:
Trond Myklebust5d422302013-03-14 16:57:48 -04004883 if (state != NULL) {
4884 if (nfs4_schedule_stateid_recovery(server, state) < 0)
Chuck Lever9f51a782013-10-17 14:13:13 -04004885 goto recovery_failed;
Trond Myklebust5d422302013-03-14 16:57:48 -04004886 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004887 case -NFS4ERR_STALE_STATEID:
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -05004888 case -NFS4ERR_STALE_CLIENTID:
Trond Myklebust0400a6b2011-03-09 16:00:53 -05004889 nfs4_schedule_lease_recovery(clp);
4890 goto wait_on_recovery;
Chuck Lever519ae252013-10-17 14:13:19 -04004891 case -NFS4ERR_MOVED:
4892 if (nfs4_schedule_migration_recovery(server) < 0)
4893 goto recovery_failed;
4894 goto wait_on_recovery;
Chuck Lever8ef2f8d2013-10-17 14:13:41 -04004895 case -NFS4ERR_LEASE_MOVED:
4896 nfs4_schedule_lease_moved_recovery(clp);
4897 goto wait_on_recovery;
Andy Adamson4745e312009-04-01 09:22:42 -04004898#if defined(CONFIG_NFS_V4_1)
4899 case -NFS4ERR_BADSESSION:
4900 case -NFS4ERR_BADSLOT:
4901 case -NFS4ERR_BAD_HIGH_SLOT:
4902 case -NFS4ERR_DEADSESSION:
4903 case -NFS4ERR_CONN_NOT_BOUND_TO_SESSION:
4904 case -NFS4ERR_SEQ_FALSE_RETRY:
4905 case -NFS4ERR_SEQ_MISORDERED:
4906 dprintk("%s ERROR %d, Reset session\n", __func__,
4907 task->tk_status);
Trond Myklebust9f594792012-05-27 13:02:53 -04004908 nfs4_schedule_session_recovery(clp->cl_session, task->tk_status);
Andy Adamson4a82fd72013-11-15 16:36:16 -05004909 goto wait_on_recovery;
Andy Adamson4745e312009-04-01 09:22:42 -04004910#endif /* CONFIG_NFS_V4_1 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07004911 case -NFS4ERR_DELAY:
Trond Myklebustaa5190d2010-06-16 09:52:25 -04004912 nfs_inc_server_stats(server, NFSIOS_DELAY);
NeilBrown8478eaa2014-09-18 16:09:27 +10004913 rpc_delay(task, nfs4_update_delay(timeout));
4914 goto restart_call;
Chuck Lever006ea732006-03-20 13:44:14 -05004915 case -NFS4ERR_GRACE:
Linus Torvalds1da177e2005-04-16 15:20:36 -07004916 rpc_delay(task, NFS4_POLL_RETRY_MAX);
Andy Adamsona8a4ae32011-05-03 13:43:03 -04004917 case -NFS4ERR_RETRY_UNCACHED_REP:
Linus Torvalds1da177e2005-04-16 15:20:36 -07004918 case -NFS4ERR_OLD_STATEID:
Chuck Leverf1478c12013-10-17 14:13:07 -04004919 goto restart_call;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004920 }
4921 task->tk_status = nfs4_map_errors(task->tk_status);
4922 return 0;
Chuck Lever9f51a782013-10-17 14:13:13 -04004923recovery_failed:
Trond Myklebust5d422302013-03-14 16:57:48 -04004924 task->tk_status = -EIO;
4925 return 0;
Trond Myklebust0400a6b2011-03-09 16:00:53 -05004926wait_on_recovery:
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -05004927 rpc_sleep_on(&clp->cl_rpcwaitq, task, NULL);
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -05004928 if (test_bit(NFS4CLNT_MANAGER_RUNNING, &clp->cl_state) == 0)
4929 rpc_wake_up_queued_task(&clp->cl_rpcwaitq, task);
Chuck Lever519ae252013-10-17 14:13:19 -04004930 if (test_bit(NFS_MIG_FAILED, &server->mig_status))
4931 goto recovery_failed;
Chuck Leverf1478c12013-10-17 14:13:07 -04004932restart_call:
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -05004933 task->tk_status = 0;
4934 return -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004935}
4936
Chuck Leverf0920752012-05-21 22:45:41 -04004937static void nfs4_init_boot_verifier(const struct nfs_client *clp,
4938 nfs4_verifier *bootverf)
Chuck Levercd937102012-03-02 17:14:31 -05004939{
4940 __be32 verf[2];
4941
Chuck Lever2c820d92012-05-21 22:45:33 -04004942 if (test_bit(NFS4CLNT_PURGE_STATE, &clp->cl_state)) {
4943 /* An impossible timestamp guarantees this value
4944 * will never match a generated boot time. */
4945 verf[0] = 0;
Trond Myklebust17f26b12013-08-21 15:48:42 -04004946 verf[1] = cpu_to_be32(NSEC_PER_SEC + 1);
Chuck Lever2c820d92012-05-21 22:45:33 -04004947 } else {
Chuck Leverf0920752012-05-21 22:45:41 -04004948 struct nfs_net *nn = net_generic(clp->cl_net, nfs_net_id);
Trond Myklebust17f26b12013-08-21 15:48:42 -04004949 verf[0] = cpu_to_be32(nn->boot_time.tv_sec);
4950 verf[1] = cpu_to_be32(nn->boot_time.tv_nsec);
Chuck Lever2c820d92012-05-21 22:45:33 -04004951 }
Chuck Levercd937102012-03-02 17:14:31 -05004952 memcpy(bootverf->data, verf, sizeof(bootverf->data));
4953}
4954
Jeff Laytona3192682015-06-09 19:43:59 -04004955static int
4956nfs4_init_nonuniform_client_string(struct nfs_client *clp)
Chuck Levere984a552012-09-14 17:24:21 -04004957{
Jeff Laytona3192682015-06-09 19:43:59 -04004958 int result;
4959 size_t len;
4960 char *str;
4961 bool retried = false;
Chuck Levere984a552012-09-14 17:24:21 -04004962
Trond Myklebustceb3a162015-01-03 15:16:04 -05004963 if (clp->cl_owner_id != NULL)
Jeff Laytona3192682015-06-09 19:43:59 -04004964 return 0;
4965retry:
4966 rcu_read_lock();
4967 len = 10 + strlen(clp->cl_ipaddr) + 1 +
4968 strlen(rpc_peeraddr2str(clp->cl_rpcclient, RPC_DISPLAY_ADDR)) +
4969 1 +
4970 strlen(rpc_peeraddr2str(clp->cl_rpcclient, RPC_DISPLAY_PROTO)) +
4971 1;
4972 rcu_read_unlock();
4973
4974 if (len > NFS4_OPAQUE_LIMIT + 1)
4975 return -EINVAL;
4976
4977 /*
4978 * Since this string is allocated at mount time, and held until the
4979 * nfs_client is destroyed, we can use GFP_KERNEL here w/o worrying
4980 * about a memory-reclaim deadlock.
4981 */
4982 str = kmalloc(len, GFP_KERNEL);
4983 if (!str)
4984 return -ENOMEM;
Trond Myklebustceb3a162015-01-03 15:16:04 -05004985
Chuck Levere984a552012-09-14 17:24:21 -04004986 rcu_read_lock();
Jeff Laytona3192682015-06-09 19:43:59 -04004987 result = scnprintf(str, len, "Linux NFSv4.0 %s/%s %s",
4988 clp->cl_ipaddr,
4989 rpc_peeraddr2str(clp->cl_rpcclient, RPC_DISPLAY_ADDR),
4990 rpc_peeraddr2str(clp->cl_rpcclient, RPC_DISPLAY_PROTO));
Chuck Levere984a552012-09-14 17:24:21 -04004991 rcu_read_unlock();
Jeff Laytona3192682015-06-09 19:43:59 -04004992
4993 /* Did something change? */
4994 if (result >= len) {
4995 kfree(str);
4996 if (retried)
4997 return -EINVAL;
4998 retried = true;
4999 goto retry;
5000 }
5001 clp->cl_owner_id = str;
5002 return 0;
Chuck Levere984a552012-09-14 17:24:21 -04005003}
5004
Jeff Layton873e3852015-06-09 19:44:00 -04005005static int
5006nfs4_init_uniquifier_client_string(struct nfs_client *clp)
Chuck Levere984a552012-09-14 17:24:21 -04005007{
Jeff Layton873e3852015-06-09 19:44:00 -04005008 int result;
5009 size_t len;
5010 char *str;
5011
5012 len = 10 + 10 + 1 + 10 + 1 +
5013 strlen(nfs4_client_id_uniquifier) + 1 +
5014 strlen(clp->cl_rpcclient->cl_nodename) + 1;
5015
5016 if (len > NFS4_OPAQUE_LIMIT + 1)
5017 return -EINVAL;
5018
5019 /*
5020 * Since this string is allocated at mount time, and held until the
5021 * nfs_client is destroyed, we can use GFP_KERNEL here w/o worrying
5022 * about a memory-reclaim deadlock.
5023 */
5024 str = kmalloc(len, GFP_KERNEL);
5025 if (!str)
5026 return -ENOMEM;
5027
5028 result = scnprintf(str, len, "Linux NFSv%u.%u %s/%s",
5029 clp->rpc_ops->version, clp->cl_minorversion,
5030 nfs4_client_id_uniquifier,
5031 clp->cl_rpcclient->cl_nodename);
5032 if (result >= len) {
5033 kfree(str);
5034 return -EINVAL;
5035 }
5036 clp->cl_owner_id = str;
5037 return 0;
5038}
5039
5040static int
5041nfs4_init_uniform_client_string(struct nfs_client *clp)
5042{
5043 int result;
5044 size_t len;
5045 char *str;
Trond Myklebustceb3a162015-01-03 15:16:04 -05005046
5047 if (clp->cl_owner_id != NULL)
Jeff Layton873e3852015-06-09 19:44:00 -04005048 return 0;
Chuck Lever6f2ea7f2012-09-14 17:24:41 -04005049
5050 if (nfs4_client_id_uniquifier[0] != '\0')
Jeff Layton873e3852015-06-09 19:44:00 -04005051 return nfs4_init_uniquifier_client_string(clp);
5052
5053 len = 10 + 10 + 1 + 10 + 1 +
5054 strlen(clp->cl_rpcclient->cl_nodename) + 1;
5055
5056 if (len > NFS4_OPAQUE_LIMIT + 1)
5057 return -EINVAL;
5058
5059 /*
5060 * Since this string is allocated at mount time, and held until the
5061 * nfs_client is destroyed, we can use GFP_KERNEL here w/o worrying
5062 * about a memory-reclaim deadlock.
5063 */
5064 str = kmalloc(len, GFP_KERNEL);
5065 if (!str)
5066 return -ENOMEM;
5067
5068 result = scnprintf(str, len, "Linux NFSv%u.%u %s",
5069 clp->rpc_ops->version, clp->cl_minorversion,
5070 clp->cl_rpcclient->cl_nodename);
5071 if (result >= len) {
5072 kfree(str);
5073 return -EINVAL;
5074 }
5075 clp->cl_owner_id = str;
5076 return 0;
Chuck Levere984a552012-09-14 17:24:21 -04005077}
5078
Chuck Lever706cb8d2014-03-12 12:51:47 -04005079/*
5080 * nfs4_callback_up_net() starts only "tcp" and "tcp6" callback
5081 * services. Advertise one based on the address family of the
5082 * clientaddr.
5083 */
5084static unsigned int
5085nfs4_init_callback_netid(const struct nfs_client *clp, char *buf, size_t len)
5086{
5087 if (strchr(clp->cl_ipaddr, ':') != NULL)
5088 return scnprintf(buf, len, "tcp6");
5089 else
5090 return scnprintf(buf, len, "tcp");
5091}
5092
Jeff Laytonf11b2a12014-06-21 20:52:17 -04005093static void nfs4_setclientid_done(struct rpc_task *task, void *calldata)
5094{
5095 struct nfs4_setclientid *sc = calldata;
5096
5097 if (task->tk_status == 0)
5098 sc->sc_cred = get_rpccred(task->tk_rqstp->rq_cred);
5099}
5100
5101static const struct rpc_call_ops nfs4_setclientid_ops = {
5102 .rpc_call_done = nfs4_setclientid_done,
5103};
5104
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04005105/**
5106 * nfs4_proc_setclientid - Negotiate client ID
5107 * @clp: state data structure
5108 * @program: RPC program for NFSv4 callback service
5109 * @port: IP port number for NFS4 callback service
5110 * @cred: RPC credential to use for this call
5111 * @res: where to place the result
5112 *
5113 * Returns zero, a negative errno, or a negative NFS4ERR status code.
5114 */
Trond Myklebustbb8b27e2010-04-16 16:43:06 -04005115int nfs4_proc_setclientid(struct nfs_client *clp, u32 program,
5116 unsigned short port, struct rpc_cred *cred,
5117 struct nfs4_setclientid_res *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005118{
5119 nfs4_verifier sc_verifier;
5120 struct nfs4_setclientid setclientid = {
5121 .sc_verifier = &sc_verifier,
5122 .sc_prog = program,
Jeff Layton3a6bb732015-06-09 19:43:57 -04005123 .sc_clnt = clp,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005124 };
5125 struct rpc_message msg = {
5126 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETCLIENTID],
5127 .rpc_argp = &setclientid,
Trond Myklebustbb8b27e2010-04-16 16:43:06 -04005128 .rpc_resp = res,
Trond Myklebust286d7d62006-01-03 09:55:26 +01005129 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005130 };
Jeff Laytonf11b2a12014-06-21 20:52:17 -04005131 struct rpc_task *task;
5132 struct rpc_task_setup task_setup_data = {
5133 .rpc_client = clp->cl_rpcclient,
5134 .rpc_message = &msg,
5135 .callback_ops = &nfs4_setclientid_ops,
5136 .callback_data = &setclientid,
5137 .flags = RPC_TASK_TIMEOUT,
5138 };
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04005139 int status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005140
Chuck Leverde734832012-07-11 16:30:50 -04005141 /* nfs_client_id4 */
Chuck Leverf0920752012-05-21 22:45:41 -04005142 nfs4_init_boot_verifier(clp, &sc_verifier);
Jeff Layton873e3852015-06-09 19:44:00 -04005143
5144 if (test_bit(NFS_CS_MIGRATION, &clp->cl_flags))
5145 status = nfs4_init_uniform_client_string(clp);
5146 else
Jeff Laytona3192682015-06-09 19:43:59 -04005147 status = nfs4_init_nonuniform_client_string(clp);
Jeff Layton873e3852015-06-09 19:44:00 -04005148
5149 if (status)
5150 goto out;
Jeff Layton3a6bb732015-06-09 19:43:57 -04005151
Chuck Leverde734832012-07-11 16:30:50 -04005152 /* cb_client4 */
Chuck Lever706cb8d2014-03-12 12:51:47 -04005153 setclientid.sc_netid_len =
5154 nfs4_init_callback_netid(clp,
5155 setclientid.sc_netid,
5156 sizeof(setclientid.sc_netid));
Chuck Leverde734832012-07-11 16:30:50 -04005157 setclientid.sc_uaddr_len = scnprintf(setclientid.sc_uaddr,
Chuck Leverd4d3c502007-12-10 14:57:09 -05005158 sizeof(setclientid.sc_uaddr), "%s.%u.%u",
Linus Torvalds1da177e2005-04-16 15:20:36 -07005159 clp->cl_ipaddr, port >> 8, port & 255);
5160
Jeff Layton3a6bb732015-06-09 19:43:57 -04005161 dprintk("NFS call setclientid auth=%s, '%s'\n",
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04005162 clp->cl_rpcclient->cl_auth->au_ops->au_name,
Jeff Layton3a6bb732015-06-09 19:43:57 -04005163 clp->cl_owner_id);
Jeff Laytonf11b2a12014-06-21 20:52:17 -04005164 task = rpc_run_task(&task_setup_data);
5165 if (IS_ERR(task)) {
5166 status = PTR_ERR(task);
5167 goto out;
5168 }
5169 status = task->tk_status;
5170 if (setclientid.sc_cred) {
5171 clp->cl_acceptor = rpcauth_stringify_acceptor(setclientid.sc_cred);
5172 put_rpccred(setclientid.sc_cred);
5173 }
5174 rpc_put_task(task);
5175out:
Trond Myklebustc6d01c62013-08-09 11:51:26 -04005176 trace_nfs4_setclientid(clp, status);
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04005177 dprintk("NFS reply setclientid: %d\n", status);
5178 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005179}
5180
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04005181/**
5182 * nfs4_proc_setclientid_confirm - Confirm client ID
5183 * @clp: state data structure
5184 * @res: result of a previous SETCLIENTID
5185 * @cred: RPC credential to use for this call
5186 *
5187 * Returns zero, a negative errno, or a negative NFS4ERR status code.
5188 */
Trond Myklebustfd954ae2011-04-24 14:28:18 -04005189int nfs4_proc_setclientid_confirm(struct nfs_client *clp,
Trond Myklebustbb8b27e2010-04-16 16:43:06 -04005190 struct nfs4_setclientid_res *arg,
5191 struct rpc_cred *cred)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005192{
Linus Torvalds1da177e2005-04-16 15:20:36 -07005193 struct rpc_message msg = {
5194 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETCLIENTID_CONFIRM],
Trond Myklebustbb8b27e2010-04-16 16:43:06 -04005195 .rpc_argp = arg,
Trond Myklebust286d7d62006-01-03 09:55:26 +01005196 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005197 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07005198 int status;
5199
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04005200 dprintk("NFS call setclientid_confirm auth=%s, (client ID %llx)\n",
5201 clp->cl_rpcclient->cl_auth->au_ops->au_name,
5202 clp->cl_clientid);
Trond Myklebust1bd714f2011-04-24 14:29:33 -04005203 status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Trond Myklebustc6d01c62013-08-09 11:51:26 -04005204 trace_nfs4_setclientid_confirm(clp, status);
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04005205 dprintk("NFS reply setclientid_confirm: %d\n", status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005206 return status;
5207}
5208
Trond Myklebustfe650402006-01-03 09:55:18 +01005209struct nfs4_delegreturndata {
5210 struct nfs4_delegreturnargs args;
Trond Myklebustfa178f22006-01-03 09:55:38 +01005211 struct nfs4_delegreturnres res;
Trond Myklebustfe650402006-01-03 09:55:18 +01005212 struct nfs_fh fh;
5213 nfs4_stateid stateid;
Trond Myklebust26e976a2006-01-03 09:55:21 +01005214 unsigned long timestamp;
Trond Myklebustfa178f22006-01-03 09:55:38 +01005215 struct nfs_fattr fattr;
Trond Myklebustfe650402006-01-03 09:55:18 +01005216 int rpc_status;
Peng Tao039b7562014-07-03 13:05:02 +08005217 struct inode *inode;
5218 bool roc;
5219 u32 roc_barrier;
Trond Myklebustfe650402006-01-03 09:55:18 +01005220};
5221
Trond Myklebustfe650402006-01-03 09:55:18 +01005222static void nfs4_delegreturn_done(struct rpc_task *task, void *calldata)
5223{
5224 struct nfs4_delegreturndata *data = calldata;
Andy Adamson938e1012009-04-01 09:22:28 -04005225
Trond Myklebust14516c32010-07-31 14:29:06 -04005226 if (!nfs4_sequence_done(task, &data->res.seq_res))
5227 return;
Andy Adamson938e1012009-04-01 09:22:28 -04005228
Trond Myklebustca8acf82013-08-13 10:36:56 -04005229 trace_nfs4_delegreturn_exit(&data->args, &data->res, task->tk_status);
Ricardo Labiaga79708862009-12-07 09:23:21 -05005230 switch (task->tk_status) {
Ricardo Labiaga79708862009-12-07 09:23:21 -05005231 case 0:
Trond Myklebustfa178f22006-01-03 09:55:38 +01005232 renew_lease(data->res.server, data->timestamp);
Trond Myklebustc97cf602013-11-19 16:34:14 -05005233 case -NFS4ERR_ADMIN_REVOKED:
5234 case -NFS4ERR_DELEG_REVOKED:
5235 case -NFS4ERR_BAD_STATEID:
5236 case -NFS4ERR_OLD_STATEID:
5237 case -NFS4ERR_STALE_STATEID:
5238 case -NFS4ERR_EXPIRED:
5239 task->tk_status = 0;
Peng Tao039b7562014-07-03 13:05:02 +08005240 if (data->roc)
5241 pnfs_roc_set_barrier(data->inode, data->roc_barrier);
Trond Myklebustc97cf602013-11-19 16:34:14 -05005242 break;
Ricardo Labiaga79708862009-12-07 09:23:21 -05005243 default:
NeilBrown8478eaa2014-09-18 16:09:27 +10005244 if (nfs4_async_handle_error(task, data->res.server,
5245 NULL, NULL) == -EAGAIN) {
Trond Myklebustd00c5d42011-10-19 12:17:29 -07005246 rpc_restart_call_prepare(task);
Ricardo Labiaga79708862009-12-07 09:23:21 -05005247 return;
5248 }
5249 }
5250 data->rpc_status = task->tk_status;
Trond Myklebustfe650402006-01-03 09:55:18 +01005251}
5252
5253static void nfs4_delegreturn_release(void *calldata)
5254{
Peng Tao039b7562014-07-03 13:05:02 +08005255 struct nfs4_delegreturndata *data = calldata;
Trond Myklebustea7c38f2015-02-05 15:13:24 -05005256 struct inode *inode = data->inode;
Peng Tao039b7562014-07-03 13:05:02 +08005257
Trond Myklebustea7c38f2015-02-05 15:13:24 -05005258 if (inode) {
5259 if (data->roc)
5260 pnfs_roc_release(inode);
5261 nfs_iput_and_deactive(inode);
5262 }
Trond Myklebustfe650402006-01-03 09:55:18 +01005263 kfree(calldata);
5264}
5265
Andy Adamson938e1012009-04-01 09:22:28 -04005266static void nfs4_delegreturn_prepare(struct rpc_task *task, void *data)
5267{
5268 struct nfs4_delegreturndata *d_data;
5269
5270 d_data = (struct nfs4_delegreturndata *)data;
5271
Peng Tao039b7562014-07-03 13:05:02 +08005272 if (d_data->roc &&
5273 pnfs_roc_drain(d_data->inode, &d_data->roc_barrier, task))
5274 return;
5275
Trond Myklebustd9afbd12012-10-22 20:28:44 -04005276 nfs4_setup_sequence(d_data->res.server,
5277 &d_data->args.seq_args,
5278 &d_data->res.seq_res,
5279 task);
Andy Adamson938e1012009-04-01 09:22:28 -04005280}
Andy Adamson938e1012009-04-01 09:22:28 -04005281
Jesper Juhlc8d149f2006-03-20 13:44:07 -05005282static const struct rpc_call_ops nfs4_delegreturn_ops = {
Andy Adamson938e1012009-04-01 09:22:28 -04005283 .rpc_call_prepare = nfs4_delegreturn_prepare,
Trond Myklebustfe650402006-01-03 09:55:18 +01005284 .rpc_call_done = nfs4_delegreturn_done,
5285 .rpc_release = nfs4_delegreturn_release,
5286};
5287
Trond Myklebuste6f81072008-01-24 18:14:34 -05005288static int _nfs4_proc_delegreturn(struct inode *inode, struct rpc_cred *cred, const nfs4_stateid *stateid, int issync)
Trond Myklebustfe650402006-01-03 09:55:18 +01005289{
5290 struct nfs4_delegreturndata *data;
Trond Myklebustfa178f22006-01-03 09:55:38 +01005291 struct nfs_server *server = NFS_SERVER(inode);
Trond Myklebustfe650402006-01-03 09:55:18 +01005292 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04005293 struct rpc_message msg = {
5294 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_DELEGRETURN],
5295 .rpc_cred = cred,
5296 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04005297 struct rpc_task_setup task_setup_data = {
5298 .rpc_client = server->client,
Trond Myklebust5138fde2007-07-14 15:40:01 -04005299 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04005300 .callback_ops = &nfs4_delegreturn_ops,
5301 .flags = RPC_TASK_ASYNC,
5302 };
Trond Myklebuste6f81072008-01-24 18:14:34 -05005303 int status = 0;
Trond Myklebustfe650402006-01-03 09:55:18 +01005304
Trond Myklebust8535b2b2010-05-13 12:51:01 -04005305 data = kzalloc(sizeof(*data), GFP_NOFS);
Trond Myklebustfe650402006-01-03 09:55:18 +01005306 if (data == NULL)
5307 return -ENOMEM;
Chuck Levera9c92d62013-08-09 12:48:18 -04005308 nfs4_init_sequence(&data->args.seq_args, &data->res.seq_res, 1);
Trond Myklebustfe650402006-01-03 09:55:18 +01005309 data->args.fhandle = &data->fh;
5310 data->args.stateid = &data->stateid;
Trond Myklebust9e907fe2012-04-27 13:48:17 -04005311 data->args.bitmask = server->cache_consistency_bitmask;
Trond Myklebustfe650402006-01-03 09:55:18 +01005312 nfs_copy_fh(&data->fh, NFS_FH(inode));
Trond Myklebustf597c532012-03-04 18:13:56 -05005313 nfs4_stateid_copy(&data->stateid, stateid);
Trond Myklebustfa178f22006-01-03 09:55:38 +01005314 data->res.fattr = &data->fattr;
5315 data->res.server = server;
Trond Myklebust5138fde2007-07-14 15:40:01 -04005316 nfs_fattr_init(data->res.fattr);
Trond Myklebust26e976a2006-01-03 09:55:21 +01005317 data->timestamp = jiffies;
Trond Myklebustfe650402006-01-03 09:55:18 +01005318 data->rpc_status = 0;
Trond Myklebustea7c38f2015-02-05 15:13:24 -05005319 data->inode = nfs_igrab_and_active(inode);
5320 if (data->inode)
5321 data->roc = nfs4_roc(inode);
Trond Myklebustfe650402006-01-03 09:55:18 +01005322
Trond Myklebustc970aa82007-07-14 15:39:59 -04005323 task_setup_data.callback_data = data;
Trond Myklebust1174dd12010-12-21 10:52:24 -05005324 msg.rpc_argp = &data->args;
5325 msg.rpc_resp = &data->res;
Trond Myklebustc970aa82007-07-14 15:39:59 -04005326 task = rpc_run_task(&task_setup_data);
Trond Myklebust7a1218a2006-03-20 18:11:10 -05005327 if (IS_ERR(task))
Trond Myklebustfe650402006-01-03 09:55:18 +01005328 return PTR_ERR(task);
Trond Myklebuste6f81072008-01-24 18:14:34 -05005329 if (!issync)
5330 goto out;
Trond Myklebustfe650402006-01-03 09:55:18 +01005331 status = nfs4_wait_for_completion_rpc_task(task);
Trond Myklebuste6f81072008-01-24 18:14:34 -05005332 if (status != 0)
5333 goto out;
5334 status = data->rpc_status;
Trond Myklebuste144cbc2012-04-28 16:05:03 -04005335 if (status == 0)
5336 nfs_post_op_update_inode_force_wcc(inode, &data->fattr);
5337 else
5338 nfs_refresh_inode(inode, &data->fattr);
Trond Myklebuste6f81072008-01-24 18:14:34 -05005339out:
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -05005340 rpc_put_task(task);
Trond Myklebustfe650402006-01-03 09:55:18 +01005341 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005342}
5343
Trond Myklebuste6f81072008-01-24 18:14:34 -05005344int nfs4_proc_delegreturn(struct inode *inode, struct rpc_cred *cred, const nfs4_stateid *stateid, int issync)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005345{
5346 struct nfs_server *server = NFS_SERVER(inode);
5347 struct nfs4_exception exception = { };
5348 int err;
5349 do {
Trond Myklebuste6f81072008-01-24 18:14:34 -05005350 err = _nfs4_proc_delegreturn(inode, cred, stateid, issync);
Trond Myklebustca8acf82013-08-13 10:36:56 -04005351 trace_nfs4_delegreturn(inode, err);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005352 switch (err) {
5353 case -NFS4ERR_STALE_STATEID:
5354 case -NFS4ERR_EXPIRED:
Linus Torvalds1da177e2005-04-16 15:20:36 -07005355 case 0:
5356 return 0;
5357 }
5358 err = nfs4_handle_exception(server, err, &exception);
5359 } while (exception.retry);
5360 return err;
5361}
5362
5363#define NFS4_LOCK_MINTIMEOUT (1 * HZ)
5364#define NFS4_LOCK_MAXTIMEOUT (30 * HZ)
5365
5366/*
5367 * sleep, with exponential backoff, and retry the LOCK operation.
5368 */
5369static unsigned long
5370nfs4_set_lock_task_retry(unsigned long timeout)
5371{
Colin Cross416ad3c2013-05-06 23:50:06 +00005372 freezable_schedule_timeout_killable_unsafe(timeout);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005373 timeout <<= 1;
5374 if (timeout > NFS4_LOCK_MAXTIMEOUT)
5375 return NFS4_LOCK_MAXTIMEOUT;
5376 return timeout;
5377}
5378
Linus Torvalds1da177e2005-04-16 15:20:36 -07005379static int _nfs4_proc_getlk(struct nfs4_state *state, int cmd, struct file_lock *request)
5380{
5381 struct inode *inode = state->inode;
5382 struct nfs_server *server = NFS_SERVER(inode);
David Howells7539bba2006-08-22 20:06:09 -04005383 struct nfs_client *clp = server->nfs_client;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005384 struct nfs_lockt_args arg = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07005385 .fh = NFS_FH(inode),
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005386 .fl = request,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005387 };
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005388 struct nfs_lockt_res res = {
5389 .denied = request,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005390 };
5391 struct rpc_message msg = {
5392 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOCKT],
5393 .rpc_argp = &arg,
5394 .rpc_resp = &res,
5395 .rpc_cred = state->owner->so_cred,
5396 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07005397 struct nfs4_lock_state *lsp;
5398 int status;
5399
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005400 arg.lock_owner.clientid = clp->cl_clientid;
Trond Myklebust8d0a8a92005-06-22 17:16:32 +00005401 status = nfs4_set_lock_state(state, request);
5402 if (status != 0)
5403 goto out;
5404 lsp = request->fl_u.nfs4_fl.owner;
Trond Myklebust48c22eb2012-01-17 22:04:25 -05005405 arg.lock_owner.id = lsp->ls_seqid.owner_id;
Trond Myklebustd035c362010-12-21 10:45:27 -05005406 arg.lock_owner.s_dev = server->s_dev;
Bryan Schumaker7c513052011-03-24 17:12:24 +00005407 status = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, &res.seq_res, 1);
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005408 switch (status) {
5409 case 0:
5410 request->fl_type = F_UNLCK;
5411 break;
5412 case -NFS4ERR_DENIED:
5413 status = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005414 }
J. Bruce Fields70cc6482007-02-22 18:48:53 -05005415 request->fl_ops->fl_release_private(request);
Trond Myklebusta6f951d2013-10-01 14:24:58 -04005416 request->fl_ops = NULL;
Trond Myklebust8d0a8a92005-06-22 17:16:32 +00005417out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07005418 return status;
5419}
5420
5421static int nfs4_proc_getlk(struct nfs4_state *state, int cmd, struct file_lock *request)
5422{
5423 struct nfs4_exception exception = { };
5424 int err;
5425
5426 do {
Trond Myklebustd1b748a2013-08-12 16:35:20 -04005427 err = _nfs4_proc_getlk(state, cmd, request);
5428 trace_nfs4_get_lock(request, state, cmd, err);
5429 err = nfs4_handle_exception(NFS_SERVER(state->inode), err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005430 &exception);
5431 } while (exception.retry);
5432 return err;
5433}
5434
5435static int do_vfs_lock(struct file *file, struct file_lock *fl)
5436{
5437 int res = 0;
5438 switch (fl->fl_flags & (FL_POSIX|FL_FLOCK)) {
5439 case FL_POSIX:
5440 res = posix_lock_file_wait(file, fl);
5441 break;
5442 case FL_FLOCK:
5443 res = flock_lock_file_wait(file, fl);
5444 break;
5445 default:
5446 BUG();
5447 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07005448 return res;
5449}
5450
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005451struct nfs4_unlockdata {
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005452 struct nfs_locku_args arg;
5453 struct nfs_locku_res res;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005454 struct nfs4_lock_state *lsp;
5455 struct nfs_open_context *ctx;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005456 struct file_lock fl;
5457 const struct nfs_server *server;
Trond Myklebust26e976a2006-01-03 09:55:21 +01005458 unsigned long timestamp;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005459};
5460
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005461static struct nfs4_unlockdata *nfs4_alloc_unlockdata(struct file_lock *fl,
5462 struct nfs_open_context *ctx,
5463 struct nfs4_lock_state *lsp,
5464 struct nfs_seqid *seqid)
5465{
5466 struct nfs4_unlockdata *p;
5467 struct inode *inode = lsp->ls_state->inode;
5468
Trond Myklebust8535b2b2010-05-13 12:51:01 -04005469 p = kzalloc(sizeof(*p), GFP_NOFS);
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005470 if (p == NULL)
5471 return NULL;
5472 p->arg.fh = NFS_FH(inode);
5473 p->arg.fl = &p->fl;
5474 p->arg.seqid = seqid;
Trond Myklebustc1d51932008-04-07 13:20:54 -04005475 p->res.seqid = seqid;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005476 p->lsp = lsp;
5477 atomic_inc(&lsp->ls_count);
5478 /* Ensure we don't close file until we're done freeing locks! */
5479 p->ctx = get_nfs_open_context(ctx);
5480 memcpy(&p->fl, fl, sizeof(p->fl));
5481 p->server = NFS_SERVER(inode);
5482 return p;
5483}
5484
Trond Myklebust06f814a2006-01-03 09:55:07 +01005485static void nfs4_locku_release_calldata(void *data)
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005486{
Trond Myklebust963d8fe2006-01-03 09:55:04 +01005487 struct nfs4_unlockdata *calldata = data;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005488 nfs_free_seqid(calldata->arg.seqid);
Trond Myklebust06f814a2006-01-03 09:55:07 +01005489 nfs4_put_lock_state(calldata->lsp);
5490 put_nfs_open_context(calldata->ctx);
5491 kfree(calldata);
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005492}
5493
Trond Myklebust963d8fe2006-01-03 09:55:04 +01005494static void nfs4_locku_done(struct rpc_task *task, void *data)
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005495{
Trond Myklebust963d8fe2006-01-03 09:55:04 +01005496 struct nfs4_unlockdata *calldata = data;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005497
Trond Myklebust14516c32010-07-31 14:29:06 -04005498 if (!nfs4_sequence_done(task, &calldata->res.seq_res))
5499 return;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005500 switch (task->tk_status) {
5501 case 0:
Trond Myklebust26e976a2006-01-03 09:55:21 +01005502 renew_lease(calldata->server, calldata->timestamp);
Trond Myklebustc69899a2015-01-24 16:03:52 -05005503 do_vfs_lock(calldata->fl.fl_file, &calldata->fl);
5504 if (nfs4_update_lock_stateid(calldata->lsp,
5505 &calldata->res.stateid))
5506 break;
Trond Myklebust9e33bed2008-12-23 15:21:46 -05005507 case -NFS4ERR_BAD_STATEID:
5508 case -NFS4ERR_OLD_STATEID:
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005509 case -NFS4ERR_STALE_STATEID:
5510 case -NFS4ERR_EXPIRED:
Trond Myklebust425c1d42015-01-24 14:57:53 -05005511 if (!nfs4_stateid_match(&calldata->arg.stateid,
5512 &calldata->lsp->ls_stateid))
5513 rpc_restart_call_prepare(task);
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005514 break;
5515 default:
NeilBrown8478eaa2014-09-18 16:09:27 +10005516 if (nfs4_async_handle_error(task, calldata->server,
5517 NULL, NULL) == -EAGAIN)
Trond Myklebustd00c5d42011-10-19 12:17:29 -07005518 rpc_restart_call_prepare(task);
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005519 }
Trond Myklebust2b1bc302012-10-29 18:53:23 -04005520 nfs_release_seqid(calldata->arg.seqid);
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005521}
5522
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01005523static void nfs4_locku_prepare(struct rpc_task *task, void *data)
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005524{
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01005525 struct nfs4_unlockdata *calldata = data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005526
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005527 if (nfs_wait_on_sequence(calldata->arg.seqid, task) != 0)
Trond Myklebustc8da19b2013-02-11 19:01:21 -05005528 goto out_wait;
Trond Myklebust425c1d42015-01-24 14:57:53 -05005529 nfs4_stateid_copy(&calldata->arg.stateid, &calldata->lsp->ls_stateid);
Trond Myklebust795a88c2012-09-10 13:26:49 -04005530 if (test_bit(NFS_LOCK_INITIALIZED, &calldata->lsp->ls_flags) == 0) {
Trond Myklebust963d8fe2006-01-03 09:55:04 +01005531 /* Note: exit _without_ running nfs4_locku_done */
Trond Myklebustc8da19b2013-02-11 19:01:21 -05005532 goto out_no_action;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005533 }
Trond Myklebust26e976a2006-01-03 09:55:21 +01005534 calldata->timestamp = jiffies;
Trond Myklebust035168a2010-06-16 09:52:26 -04005535 if (nfs4_setup_sequence(calldata->server,
Andy Adamsona8936932009-04-01 09:22:23 -04005536 &calldata->arg.seq_args,
Trond Myklebust2240a9e2012-10-29 18:37:40 -04005537 &calldata->res.seq_res,
5538 task) != 0)
5539 nfs_release_seqid(calldata->arg.seqid);
Trond Myklebustc8da19b2013-02-11 19:01:21 -05005540 return;
5541out_no_action:
5542 task->tk_action = NULL;
5543out_wait:
5544 nfs4_sequence_done(task, &calldata->res.seq_res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005545}
5546
Trond Myklebust963d8fe2006-01-03 09:55:04 +01005547static const struct rpc_call_ops nfs4_locku_ops = {
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01005548 .rpc_call_prepare = nfs4_locku_prepare,
Trond Myklebust963d8fe2006-01-03 09:55:04 +01005549 .rpc_call_done = nfs4_locku_done,
Trond Myklebust06f814a2006-01-03 09:55:07 +01005550 .rpc_release = nfs4_locku_release_calldata,
Trond Myklebust963d8fe2006-01-03 09:55:04 +01005551};
5552
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005553static struct rpc_task *nfs4_do_unlck(struct file_lock *fl,
5554 struct nfs_open_context *ctx,
5555 struct nfs4_lock_state *lsp,
5556 struct nfs_seqid *seqid)
5557{
5558 struct nfs4_unlockdata *data;
Trond Myklebust5138fde2007-07-14 15:40:01 -04005559 struct rpc_message msg = {
5560 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOCKU],
5561 .rpc_cred = ctx->cred,
5562 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04005563 struct rpc_task_setup task_setup_data = {
5564 .rpc_client = NFS_CLIENT(lsp->ls_state->inode),
Trond Myklebust5138fde2007-07-14 15:40:01 -04005565 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04005566 .callback_ops = &nfs4_locku_ops,
Trond Myklebust101070c2008-02-19 20:04:23 -05005567 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04005568 .flags = RPC_TASK_ASYNC,
5569 };
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005570
Weston Andros Adamsonfa940722013-08-13 16:37:34 -04005571 nfs4_state_protect(NFS_SERVER(lsp->ls_state->inode)->nfs_client,
5572 NFS_SP4_MACH_CRED_CLEANUP, &task_setup_data.rpc_client, &msg);
5573
Frank Filz137d6ac2007-07-09 15:32:29 -07005574 /* Ensure this is an unlock - when canceling a lock, the
5575 * canceled lock is passed in, and it won't be an unlock.
5576 */
5577 fl->fl_type = F_UNLCK;
5578
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005579 data = nfs4_alloc_unlockdata(fl, ctx, lsp, seqid);
5580 if (data == NULL) {
5581 nfs_free_seqid(seqid);
5582 return ERR_PTR(-ENOMEM);
5583 }
5584
Chuck Levera9c92d62013-08-09 12:48:18 -04005585 nfs4_init_sequence(&data->arg.seq_args, &data->res.seq_res, 1);
Trond Myklebust1174dd12010-12-21 10:52:24 -05005586 msg.rpc_argp = &data->arg;
5587 msg.rpc_resp = &data->res;
Trond Myklebustc970aa82007-07-14 15:39:59 -04005588 task_setup_data.callback_data = data;
5589 return rpc_run_task(&task_setup_data);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005590}
5591
Linus Torvalds1da177e2005-04-16 15:20:36 -07005592static int nfs4_proc_unlck(struct nfs4_state *state, int cmd, struct file_lock *request)
5593{
Trond Myklebust65b62a22013-02-07 10:54:07 -05005594 struct inode *inode = state->inode;
5595 struct nfs4_state_owner *sp = state->owner;
5596 struct nfs_inode *nfsi = NFS_I(inode);
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005597 struct nfs_seqid *seqid;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005598 struct nfs4_lock_state *lsp;
Trond Myklebust06f814a2006-01-03 09:55:07 +01005599 struct rpc_task *task;
Trond Myklebustb4019c02015-01-24 14:19:19 -05005600 struct nfs_seqid *(*alloc_seqid)(struct nfs_seqid_counter *, gfp_t);
Trond Myklebust06f814a2006-01-03 09:55:07 +01005601 int status = 0;
Trond Myklebust536ff0f2008-04-04 15:08:02 -04005602 unsigned char fl_flags = request->fl_flags;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005603
Trond Myklebust9b073572006-06-29 16:38:34 -04005604 status = nfs4_set_lock_state(state, request);
5605 /* Unlock _before_ we do the RPC call */
5606 request->fl_flags |= FL_EXISTS;
Trond Myklebust65b62a22013-02-07 10:54:07 -05005607 /* Exclude nfs_delegation_claim_locks() */
5608 mutex_lock(&sp->so_delegreturn_mutex);
5609 /* Exclude nfs4_reclaim_open_stateid() - note nesting! */
Trond Myklebust19e03c52008-12-23 15:21:44 -05005610 down_read(&nfsi->rwsem);
5611 if (do_vfs_lock(request->fl_file, request) == -ENOENT) {
5612 up_read(&nfsi->rwsem);
Trond Myklebust65b62a22013-02-07 10:54:07 -05005613 mutex_unlock(&sp->so_delegreturn_mutex);
Trond Myklebust9b073572006-06-29 16:38:34 -04005614 goto out;
Trond Myklebust19e03c52008-12-23 15:21:44 -05005615 }
5616 up_read(&nfsi->rwsem);
Trond Myklebust65b62a22013-02-07 10:54:07 -05005617 mutex_unlock(&sp->so_delegreturn_mutex);
Trond Myklebust9b073572006-06-29 16:38:34 -04005618 if (status != 0)
5619 goto out;
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05005620 /* Is this a delegated lock? */
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005621 lsp = request->fl_u.nfs4_fl.owner;
Trond Myklebustc5a2a152013-04-30 12:43:42 -04005622 if (test_bit(NFS_LOCK_INITIALIZED, &lsp->ls_flags) == 0)
5623 goto out;
Trond Myklebustb4019c02015-01-24 14:19:19 -05005624 alloc_seqid = NFS_SERVER(inode)->nfs_client->cl_mvops->alloc_seqid;
5625 seqid = alloc_seqid(&lsp->ls_seqid, GFP_KERNEL);
Trond Myklebust9b073572006-06-29 16:38:34 -04005626 status = -ENOMEM;
Trond Myklebustbadc76d2015-01-23 18:48:00 -05005627 if (IS_ERR(seqid))
Trond Myklebust9b073572006-06-29 16:38:34 -04005628 goto out;
Trond Myklebustcd3758e2007-08-10 17:44:32 -04005629 task = nfs4_do_unlck(request, nfs_file_open_context(request->fl_file), lsp, seqid);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005630 status = PTR_ERR(task);
5631 if (IS_ERR(task))
Trond Myklebust9b073572006-06-29 16:38:34 -04005632 goto out;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005633 status = nfs4_wait_for_completion_rpc_task(task);
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -05005634 rpc_put_task(task);
Trond Myklebust9b073572006-06-29 16:38:34 -04005635out:
Trond Myklebust536ff0f2008-04-04 15:08:02 -04005636 request->fl_flags = fl_flags;
Trond Myklebustd1b748a2013-08-12 16:35:20 -04005637 trace_nfs4_unlock(request, state, F_SETLK, status);
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005638 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005639}
5640
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005641struct nfs4_lockdata {
5642 struct nfs_lock_args arg;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005643 struct nfs_lock_res res;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005644 struct nfs4_lock_state *lsp;
5645 struct nfs_open_context *ctx;
5646 struct file_lock fl;
Trond Myklebust26e976a2006-01-03 09:55:21 +01005647 unsigned long timestamp;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005648 int rpc_status;
5649 int cancelled;
Andy Adamson66179ef2009-04-01 09:22:22 -04005650 struct nfs_server *server;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005651};
5652
5653static struct nfs4_lockdata *nfs4_alloc_lockdata(struct file_lock *fl,
Trond Myklebust8535b2b2010-05-13 12:51:01 -04005654 struct nfs_open_context *ctx, struct nfs4_lock_state *lsp,
5655 gfp_t gfp_mask)
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005656{
5657 struct nfs4_lockdata *p;
5658 struct inode *inode = lsp->ls_state->inode;
5659 struct nfs_server *server = NFS_SERVER(inode);
Trond Myklebustb4019c02015-01-24 14:19:19 -05005660 struct nfs_seqid *(*alloc_seqid)(struct nfs_seqid_counter *, gfp_t);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005661
Trond Myklebust8535b2b2010-05-13 12:51:01 -04005662 p = kzalloc(sizeof(*p), gfp_mask);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005663 if (p == NULL)
5664 return NULL;
5665
5666 p->arg.fh = NFS_FH(inode);
5667 p->arg.fl = &p->fl;
Trond Myklebust8535b2b2010-05-13 12:51:01 -04005668 p->arg.open_seqid = nfs_alloc_seqid(&lsp->ls_state->owner->so_seqid, gfp_mask);
Trond Myklebustbadc76d2015-01-23 18:48:00 -05005669 if (IS_ERR(p->arg.open_seqid))
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05005670 goto out_free;
Trond Myklebustb4019c02015-01-24 14:19:19 -05005671 alloc_seqid = server->nfs_client->cl_mvops->alloc_seqid;
5672 p->arg.lock_seqid = alloc_seqid(&lsp->ls_seqid, gfp_mask);
Trond Myklebustbadc76d2015-01-23 18:48:00 -05005673 if (IS_ERR(p->arg.lock_seqid))
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05005674 goto out_free_seqid;
David Howells7539bba2006-08-22 20:06:09 -04005675 p->arg.lock_owner.clientid = server->nfs_client->cl_clientid;
Trond Myklebust48c22eb2012-01-17 22:04:25 -05005676 p->arg.lock_owner.id = lsp->ls_seqid.owner_id;
Trond Myklebustd035c362010-12-21 10:45:27 -05005677 p->arg.lock_owner.s_dev = server->s_dev;
Trond Myklebustc1d51932008-04-07 13:20:54 -04005678 p->res.lock_seqid = p->arg.lock_seqid;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005679 p->lsp = lsp;
Andy Adamson66179ef2009-04-01 09:22:22 -04005680 p->server = server;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005681 atomic_inc(&lsp->ls_count);
5682 p->ctx = get_nfs_open_context(ctx);
Jeff Laytonfeaff8e2015-05-12 15:48:10 -04005683 get_file(fl->fl_file);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005684 memcpy(&p->fl, fl, sizeof(p->fl));
5685 return p;
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05005686out_free_seqid:
5687 nfs_free_seqid(p->arg.open_seqid);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005688out_free:
5689 kfree(p);
5690 return NULL;
5691}
5692
5693static void nfs4_lock_prepare(struct rpc_task *task, void *calldata)
5694{
5695 struct nfs4_lockdata *data = calldata;
5696 struct nfs4_state *state = data->lsp->ls_state;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005697
Harvey Harrison3110ff82008-05-02 13:42:44 -07005698 dprintk("%s: begin!\n", __func__);
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05005699 if (nfs_wait_on_sequence(data->arg.lock_seqid, task) != 0)
Trond Myklebustc8da19b2013-02-11 19:01:21 -05005700 goto out_wait;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005701 /* Do we need to do an open_to_lock_owner? */
Trond Myklebust6b447532015-01-24 18:38:15 -05005702 if (!test_bit(NFS_LOCK_INITIALIZED, &data->lsp->ls_flags)) {
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04005703 if (nfs_wait_on_sequence(data->arg.open_seqid, task) != 0) {
Trond Myklebust2240a9e2012-10-29 18:37:40 -04005704 goto out_release_lock_seqid;
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04005705 }
Trond Myklebust425c1d42015-01-24 14:57:53 -05005706 nfs4_stateid_copy(&data->arg.open_stateid,
5707 &state->open_stateid);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005708 data->arg.new_lock_owner = 1;
Trond Myklebustc1d51932008-04-07 13:20:54 -04005709 data->res.open_seqid = data->arg.open_seqid;
Trond Myklebust425c1d42015-01-24 14:57:53 -05005710 } else {
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05005711 data->arg.new_lock_owner = 0;
Trond Myklebust425c1d42015-01-24 14:57:53 -05005712 nfs4_stateid_copy(&data->arg.lock_stateid,
5713 &data->lsp->ls_stateid);
5714 }
Trond Myklebust5d422302013-03-14 16:57:48 -04005715 if (!nfs4_valid_open_stateid(state)) {
5716 data->rpc_status = -EBADF;
5717 task->tk_action = NULL;
5718 goto out_release_open_seqid;
5719 }
Trond Myklebust26e976a2006-01-03 09:55:21 +01005720 data->timestamp = jiffies;
Trond Myklebust035168a2010-06-16 09:52:26 -04005721 if (nfs4_setup_sequence(data->server,
5722 &data->arg.seq_args,
Trond Myklebust2240a9e2012-10-29 18:37:40 -04005723 &data->res.seq_res,
Trond Myklebustd9afbd12012-10-22 20:28:44 -04005724 task) == 0)
Andy Adamson66179ef2009-04-01 09:22:22 -04005725 return;
Trond Myklebust5d422302013-03-14 16:57:48 -04005726out_release_open_seqid:
Trond Myklebust2240a9e2012-10-29 18:37:40 -04005727 nfs_release_seqid(data->arg.open_seqid);
5728out_release_lock_seqid:
5729 nfs_release_seqid(data->arg.lock_seqid);
Trond Myklebustc8da19b2013-02-11 19:01:21 -05005730out_wait:
5731 nfs4_sequence_done(task, &data->res.seq_res);
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04005732 dprintk("%s: done!, ret = %d\n", __func__, data->rpc_status);
Alexandros Batsakisb2579572009-12-14 21:27:57 -08005733}
5734
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005735static void nfs4_lock_done(struct rpc_task *task, void *calldata)
5736{
5737 struct nfs4_lockdata *data = calldata;
Trond Myklebust39071e62015-01-24 15:07:56 -05005738 struct nfs4_lock_state *lsp = data->lsp;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005739
Harvey Harrison3110ff82008-05-02 13:42:44 -07005740 dprintk("%s: begin!\n", __func__);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005741
Trond Myklebust14516c32010-07-31 14:29:06 -04005742 if (!nfs4_sequence_done(task, &data->res.seq_res))
5743 return;
Andy Adamson66179ef2009-04-01 09:22:22 -04005744
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005745 data->rpc_status = task->tk_status;
Trond Myklebust425c1d42015-01-24 14:57:53 -05005746 switch (task->tk_status) {
5747 case 0:
David Howells2b0143b2015-03-17 22:25:59 +00005748 renew_lease(NFS_SERVER(d_inode(data->ctx->dentry)),
Trond Myklebust39071e62015-01-24 15:07:56 -05005749 data->timestamp);
Trond Myklebustc69899a2015-01-24 16:03:52 -05005750 if (data->arg.new_lock) {
5751 data->fl.fl_flags &= ~(FL_SLEEP | FL_ACCESS);
5752 if (do_vfs_lock(data->fl.fl_file, &data->fl) < 0) {
5753 rpc_restart_call_prepare(task);
5754 break;
5755 }
5756 }
Trond Myklebust39071e62015-01-24 15:07:56 -05005757 if (data->arg.new_lock_owner != 0) {
5758 nfs_confirm_seqid(&lsp->ls_seqid, 0);
5759 nfs4_stateid_copy(&lsp->ls_stateid, &data->res.stateid);
5760 set_bit(NFS_LOCK_INITIALIZED, &lsp->ls_flags);
5761 } else if (!nfs4_update_lock_stateid(lsp, &data->res.stateid))
5762 rpc_restart_call_prepare(task);
Trond Myklebust425c1d42015-01-24 14:57:53 -05005763 break;
5764 case -NFS4ERR_BAD_STATEID:
5765 case -NFS4ERR_OLD_STATEID:
5766 case -NFS4ERR_STALE_STATEID:
5767 case -NFS4ERR_EXPIRED:
5768 if (data->arg.new_lock_owner != 0) {
5769 if (!nfs4_stateid_match(&data->arg.open_stateid,
5770 &lsp->ls_state->open_stateid))
5771 rpc_restart_call_prepare(task);
5772 } else if (!nfs4_stateid_match(&data->arg.lock_stateid,
5773 &lsp->ls_stateid))
5774 rpc_restart_call_prepare(task);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005775 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07005776 dprintk("%s: done, ret = %d!\n", __func__, data->rpc_status);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005777}
5778
5779static void nfs4_lock_release(void *calldata)
5780{
5781 struct nfs4_lockdata *data = calldata;
5782
Harvey Harrison3110ff82008-05-02 13:42:44 -07005783 dprintk("%s: begin!\n", __func__);
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05005784 nfs_free_seqid(data->arg.open_seqid);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005785 if (data->cancelled != 0) {
5786 struct rpc_task *task;
5787 task = nfs4_do_unlck(&data->fl, data->ctx, data->lsp,
5788 data->arg.lock_seqid);
5789 if (!IS_ERR(task))
Trond Myklebustbf294b42011-02-21 11:05:41 -08005790 rpc_put_task_async(task);
Harvey Harrison3110ff82008-05-02 13:42:44 -07005791 dprintk("%s: cancelling lock!\n", __func__);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005792 } else
5793 nfs_free_seqid(data->arg.lock_seqid);
5794 nfs4_put_lock_state(data->lsp);
5795 put_nfs_open_context(data->ctx);
Jeff Laytonfeaff8e2015-05-12 15:48:10 -04005796 fput(data->fl.fl_file);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005797 kfree(data);
Harvey Harrison3110ff82008-05-02 13:42:44 -07005798 dprintk("%s: done!\n", __func__);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005799}
5800
5801static const struct rpc_call_ops nfs4_lock_ops = {
5802 .rpc_call_prepare = nfs4_lock_prepare,
5803 .rpc_call_done = nfs4_lock_done,
5804 .rpc_release = nfs4_lock_release,
5805};
5806
Trond Myklebust2bee72a2010-01-26 15:42:21 -05005807static void nfs4_handle_setlk_error(struct nfs_server *server, struct nfs4_lock_state *lsp, int new_lock_owner, int error)
5808{
Trond Myklebust2bee72a2010-01-26 15:42:21 -05005809 switch (error) {
5810 case -NFS4ERR_ADMIN_REVOKED:
5811 case -NFS4ERR_BAD_STATEID:
Trond Myklebustecac7992011-03-09 16:00:56 -05005812 lsp->ls_seqid.flags &= ~NFS_SEQID_CONFIRMED;
Trond Myklebust2bee72a2010-01-26 15:42:21 -05005813 if (new_lock_owner != 0 ||
Trond Myklebust795a88c2012-09-10 13:26:49 -04005814 test_bit(NFS_LOCK_INITIALIZED, &lsp->ls_flags) != 0)
Trond Myklebustecac7992011-03-09 16:00:56 -05005815 nfs4_schedule_stateid_recovery(server, lsp->ls_state);
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -05005816 break;
5817 case -NFS4ERR_STALE_STATEID:
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -05005818 lsp->ls_seqid.flags &= ~NFS_SEQID_CONFIRMED;
Trond Myklebustecac7992011-03-09 16:00:56 -05005819 case -NFS4ERR_EXPIRED:
5820 nfs4_schedule_lease_recovery(server->nfs_client);
Trond Myklebust2bee72a2010-01-26 15:42:21 -05005821 };
5822}
5823
Alexandros Batsakisafe6c272009-12-09 01:50:14 -08005824static int _nfs4_do_setlk(struct nfs4_state *state, int cmd, struct file_lock *fl, int recovery_type)
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005825{
5826 struct nfs4_lockdata *data;
5827 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04005828 struct rpc_message msg = {
5829 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOCK],
5830 .rpc_cred = state->owner->so_cred,
5831 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04005832 struct rpc_task_setup task_setup_data = {
5833 .rpc_client = NFS_CLIENT(state->inode),
Trond Myklebust5138fde2007-07-14 15:40:01 -04005834 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04005835 .callback_ops = &nfs4_lock_ops,
Trond Myklebust101070c2008-02-19 20:04:23 -05005836 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04005837 .flags = RPC_TASK_ASYNC,
5838 };
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005839 int ret;
5840
Harvey Harrison3110ff82008-05-02 13:42:44 -07005841 dprintk("%s: begin!\n", __func__);
Trond Myklebustcd3758e2007-08-10 17:44:32 -04005842 data = nfs4_alloc_lockdata(fl, nfs_file_open_context(fl->fl_file),
Trond Myklebust8535b2b2010-05-13 12:51:01 -04005843 fl->fl_u.nfs4_fl.owner,
5844 recovery_type == NFS_LOCK_NEW ? GFP_KERNEL : GFP_NOFS);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005845 if (data == NULL)
5846 return -ENOMEM;
5847 if (IS_SETLKW(cmd))
5848 data->arg.block = 1;
Chuck Levera9c92d62013-08-09 12:48:18 -04005849 nfs4_init_sequence(&data->arg.seq_args, &data->res.seq_res, 1);
Trond Myklebust1174dd12010-12-21 10:52:24 -05005850 msg.rpc_argp = &data->arg;
5851 msg.rpc_resp = &data->res;
Trond Myklebustc970aa82007-07-14 15:39:59 -04005852 task_setup_data.callback_data = data;
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04005853 if (recovery_type > NFS_LOCK_NEW) {
5854 if (recovery_type == NFS_LOCK_RECLAIM)
5855 data->arg.reclaim = NFS_LOCK_RECLAIM;
5856 nfs4_set_sequence_privileged(&data->arg.seq_args);
Trond Myklebustc69899a2015-01-24 16:03:52 -05005857 } else
5858 data->arg.new_lock = 1;
Trond Myklebustc970aa82007-07-14 15:39:59 -04005859 task = rpc_run_task(&task_setup_data);
Trond Myklebust7a1218a2006-03-20 18:11:10 -05005860 if (IS_ERR(task))
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005861 return PTR_ERR(task);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005862 ret = nfs4_wait_for_completion_rpc_task(task);
5863 if (ret == 0) {
5864 ret = data->rpc_status;
Trond Myklebust2bee72a2010-01-26 15:42:21 -05005865 if (ret)
5866 nfs4_handle_setlk_error(data->server, data->lsp,
5867 data->arg.new_lock_owner, ret);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005868 } else
5869 data->cancelled = 1;
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -05005870 rpc_put_task(task);
Harvey Harrison3110ff82008-05-02 13:42:44 -07005871 dprintk("%s: done, ret = %d!\n", __func__, ret);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005872 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005873}
5874
5875static int nfs4_lock_reclaim(struct nfs4_state *state, struct file_lock *request)
5876{
Trond Myklebust202b50d2005-06-22 17:16:29 +00005877 struct nfs_server *server = NFS_SERVER(state->inode);
Trond Myklebust05ffe242012-04-18 12:20:10 -04005878 struct nfs4_exception exception = {
5879 .inode = state->inode,
5880 };
Trond Myklebust202b50d2005-06-22 17:16:29 +00005881 int err;
5882
5883 do {
Trond Myklebust42a2d132006-06-29 16:38:36 -04005884 /* Cache the lock if possible... */
5885 if (test_bit(NFS_DELEGATED_STATE, &state->flags) != 0)
5886 return 0;
Alexandros Batsakisafe6c272009-12-09 01:50:14 -08005887 err = _nfs4_do_setlk(state, F_SETLK, request, NFS_LOCK_RECLAIM);
Trond Myklebustd1b748a2013-08-12 16:35:20 -04005888 trace_nfs4_lock_reclaim(request, state, F_SETLK, err);
Trond Myklebust168667c2010-10-19 19:47:49 -04005889 if (err != -NFS4ERR_DELAY)
Trond Myklebust202b50d2005-06-22 17:16:29 +00005890 break;
5891 nfs4_handle_exception(server, err, &exception);
5892 } while (exception.retry);
5893 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005894}
5895
5896static int nfs4_lock_expired(struct nfs4_state *state, struct file_lock *request)
5897{
Trond Myklebust202b50d2005-06-22 17:16:29 +00005898 struct nfs_server *server = NFS_SERVER(state->inode);
Trond Myklebust05ffe242012-04-18 12:20:10 -04005899 struct nfs4_exception exception = {
5900 .inode = state->inode,
5901 };
Trond Myklebust202b50d2005-06-22 17:16:29 +00005902 int err;
5903
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05005904 err = nfs4_set_lock_state(state, request);
5905 if (err != 0)
5906 return err;
Trond Myklebustf6de7a32013-09-04 10:08:54 -04005907 if (!recover_lost_locks) {
NeilBrownef1820f2013-09-04 17:04:49 +10005908 set_bit(NFS_LOCK_LOST, &request->fl_u.nfs4_fl.owner->ls_flags);
5909 return 0;
5910 }
Trond Myklebust202b50d2005-06-22 17:16:29 +00005911 do {
Trond Myklebust42a2d132006-06-29 16:38:36 -04005912 if (test_bit(NFS_DELEGATED_STATE, &state->flags) != 0)
5913 return 0;
Alexandros Batsakisafe6c272009-12-09 01:50:14 -08005914 err = _nfs4_do_setlk(state, F_SETLK, request, NFS_LOCK_EXPIRED);
Trond Myklebustd1b748a2013-08-12 16:35:20 -04005915 trace_nfs4_lock_expired(request, state, F_SETLK, err);
Trond Myklebusta9ed2e22009-12-03 15:53:21 -05005916 switch (err) {
5917 default:
5918 goto out;
5919 case -NFS4ERR_GRACE:
5920 case -NFS4ERR_DELAY:
5921 nfs4_handle_exception(server, err, &exception);
5922 err = 0;
5923 }
Trond Myklebust202b50d2005-06-22 17:16:29 +00005924 } while (exception.retry);
Trond Myklebusta9ed2e22009-12-03 15:53:21 -05005925out:
Trond Myklebust202b50d2005-06-22 17:16:29 +00005926 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005927}
5928
Bryan Schumakerf062eb62011-06-02 14:59:10 -04005929#if defined(CONFIG_NFS_V4_1)
Chuck Lever3e60ffd2012-07-11 16:30:14 -04005930/**
5931 * nfs41_check_expired_locks - possibly free a lock stateid
5932 *
5933 * @state: NFSv4 state for an inode
5934 *
5935 * Returns NFS_OK if recovery for this stateid is now finished.
5936 * Otherwise a negative NFS4ERR value is returned.
5937 */
Bryan Schumakerb01dd1d2012-01-31 10:39:30 -05005938static int nfs41_check_expired_locks(struct nfs4_state *state)
Bryan Schumakerf062eb62011-06-02 14:59:10 -04005939{
Chuck Levereb64cf92012-07-11 16:30:05 -04005940 int status, ret = -NFS4ERR_BAD_STATEID;
Bryan Schumakerb01dd1d2012-01-31 10:39:30 -05005941 struct nfs4_lock_state *lsp;
Bryan Schumakerf062eb62011-06-02 14:59:10 -04005942 struct nfs_server *server = NFS_SERVER(state->inode);
5943
Bryan Schumakerb01dd1d2012-01-31 10:39:30 -05005944 list_for_each_entry(lsp, &state->lock_states, ls_locks) {
Trond Myklebust795a88c2012-09-10 13:26:49 -04005945 if (test_bit(NFS_LOCK_INITIALIZED, &lsp->ls_flags)) {
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04005946 struct rpc_cred *cred = lsp->ls_state->owner->so_cred;
5947
5948 status = nfs41_test_stateid(server,
5949 &lsp->ls_stateid,
5950 cred);
Trond Myklebust08cb47f2013-08-20 21:59:40 -04005951 trace_nfs4_test_lock_stateid(state, lsp, status);
Bryan Schumakerb01dd1d2012-01-31 10:39:30 -05005952 if (status != NFS_OK) {
Chuck Lever3e60ffd2012-07-11 16:30:14 -04005953 /* Free the stateid unless the server
5954 * informs us the stateid is unrecognized. */
Chuck Lever89af2732012-07-11 16:29:56 -04005955 if (status != -NFS4ERR_BAD_STATEID)
5956 nfs41_free_stateid(server,
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04005957 &lsp->ls_stateid,
5958 cred);
Trond Myklebust795a88c2012-09-10 13:26:49 -04005959 clear_bit(NFS_LOCK_INITIALIZED, &lsp->ls_flags);
Bryan Schumakerb01dd1d2012-01-31 10:39:30 -05005960 ret = status;
5961 }
5962 }
5963 };
5964
5965 return ret;
5966}
5967
5968static int nfs41_lock_expired(struct nfs4_state *state, struct file_lock *request)
5969{
5970 int status = NFS_OK;
5971
5972 if (test_bit(LK_STATE_IN_USE, &state->flags))
5973 status = nfs41_check_expired_locks(state);
Chuck Levereb64cf92012-07-11 16:30:05 -04005974 if (status != NFS_OK)
5975 status = nfs4_lock_expired(state, request);
5976 return status;
Bryan Schumakerf062eb62011-06-02 14:59:10 -04005977}
5978#endif
5979
Linus Torvalds1da177e2005-04-16 15:20:36 -07005980static int _nfs4_proc_setlk(struct nfs4_state *state, int cmd, struct file_lock *request)
5981{
Trond Myklebust19e03c52008-12-23 15:21:44 -05005982 struct nfs_inode *nfsi = NFS_I(state->inode);
Trond Myklebust01c3b862006-06-29 16:38:39 -04005983 unsigned char fl_flags = request->fl_flags;
Trond Myklebust8e469eb2010-01-26 15:42:30 -05005984 int status = -ENOLCK;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005985
Trond Myklebust8e469eb2010-01-26 15:42:30 -05005986 if ((fl_flags & FL_POSIX) &&
5987 !test_bit(NFS_STATE_POSIX_LOCKS, &state->flags))
5988 goto out;
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05005989 /* Is this a delegated open? */
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05005990 status = nfs4_set_lock_state(state, request);
5991 if (status != 0)
5992 goto out;
Trond Myklebust01c3b862006-06-29 16:38:39 -04005993 request->fl_flags |= FL_ACCESS;
5994 status = do_vfs_lock(request->fl_file, request);
5995 if (status < 0)
5996 goto out;
Trond Myklebust19e03c52008-12-23 15:21:44 -05005997 down_read(&nfsi->rwsem);
Trond Myklebust01c3b862006-06-29 16:38:39 -04005998 if (test_bit(NFS_DELEGATED_STATE, &state->flags)) {
Trond Myklebust01c3b862006-06-29 16:38:39 -04005999 /* Yes: cache locks! */
Trond Myklebust01c3b862006-06-29 16:38:39 -04006000 /* ...but avoid races with delegation recall... */
Trond Myklebust19e03c52008-12-23 15:21:44 -05006001 request->fl_flags = fl_flags & ~FL_SLEEP;
6002 status = do_vfs_lock(request->fl_file, request);
Trond Myklebustc69899a2015-01-24 16:03:52 -05006003 up_read(&nfsi->rwsem);
6004 goto out;
Trond Myklebust01c3b862006-06-29 16:38:39 -04006005 }
Trond Myklebust9a99af42013-02-04 20:17:49 -05006006 up_read(&nfsi->rwsem);
Alexandros Batsakisafe6c272009-12-09 01:50:14 -08006007 status = _nfs4_do_setlk(state, cmd, request, NFS_LOCK_NEW);
Trond Myklebust01c3b862006-06-29 16:38:39 -04006008out:
6009 request->fl_flags = fl_flags;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006010 return status;
6011}
6012
6013static int nfs4_proc_setlk(struct nfs4_state *state, int cmd, struct file_lock *request)
6014{
Trond Myklebusta1d0b5e2012-03-05 19:56:44 -05006015 struct nfs4_exception exception = {
6016 .state = state,
Trond Myklebust05ffe242012-04-18 12:20:10 -04006017 .inode = state->inode,
Trond Myklebusta1d0b5e2012-03-05 19:56:44 -05006018 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07006019 int err;
6020
6021 do {
Trond Myklebust965b5d62009-06-17 13:22:59 -07006022 err = _nfs4_proc_setlk(state, cmd, request);
Trond Myklebustd1b748a2013-08-12 16:35:20 -04006023 trace_nfs4_set_lock(request, state, cmd, err);
Trond Myklebust965b5d62009-06-17 13:22:59 -07006024 if (err == -NFS4ERR_DENIED)
6025 err = -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006026 err = nfs4_handle_exception(NFS_SERVER(state->inode),
Trond Myklebust965b5d62009-06-17 13:22:59 -07006027 err, &exception);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006028 } while (exception.retry);
6029 return err;
6030}
6031
6032static int
6033nfs4_proc_lock(struct file *filp, int cmd, struct file_lock *request)
6034{
6035 struct nfs_open_context *ctx;
6036 struct nfs4_state *state;
6037 unsigned long timeout = NFS4_LOCK_MINTIMEOUT;
6038 int status;
6039
6040 /* verify open state */
Trond Myklebustcd3758e2007-08-10 17:44:32 -04006041 ctx = nfs_file_open_context(filp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006042 state = ctx->state;
6043
6044 if (request->fl_start < 0 || request->fl_end < 0)
6045 return -EINVAL;
6046
Trond Myklebustd9531262009-07-21 19:22:38 -04006047 if (IS_GETLK(cmd)) {
6048 if (state != NULL)
6049 return nfs4_proc_getlk(state, F_GETLK, request);
6050 return 0;
6051 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07006052
6053 if (!(IS_SETLK(cmd) || IS_SETLKW(cmd)))
6054 return -EINVAL;
6055
Trond Myklebustd9531262009-07-21 19:22:38 -04006056 if (request->fl_type == F_UNLCK) {
6057 if (state != NULL)
6058 return nfs4_proc_unlck(state, cmd, request);
6059 return 0;
6060 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07006061
Trond Myklebustd9531262009-07-21 19:22:38 -04006062 if (state == NULL)
6063 return -ENOLCK;
Trond Myklebust55725512012-04-18 12:48:35 -04006064 /*
6065 * Don't rely on the VFS having checked the file open mode,
6066 * since it won't do this for flock() locks.
6067 */
Jeff Laytonf44106e2012-07-23 15:49:56 -04006068 switch (request->fl_type) {
Trond Myklebust55725512012-04-18 12:48:35 -04006069 case F_RDLCK:
6070 if (!(filp->f_mode & FMODE_READ))
6071 return -EBADF;
6072 break;
6073 case F_WRLCK:
6074 if (!(filp->f_mode & FMODE_WRITE))
6075 return -EBADF;
6076 }
6077
Linus Torvalds1da177e2005-04-16 15:20:36 -07006078 do {
6079 status = nfs4_proc_setlk(state, cmd, request);
6080 if ((status != -EAGAIN) || IS_SETLK(cmd))
6081 break;
6082 timeout = nfs4_set_lock_task_retry(timeout);
6083 status = -ERESTARTSYS;
6084 if (signalled())
6085 break;
6086 } while(status < 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006087 return status;
6088}
6089
Trond Myklebustdb4f2e62013-04-01 15:56:46 -04006090int nfs4_lock_delegation_recall(struct file_lock *fl, struct nfs4_state *state, const nfs4_stateid *stateid)
Trond Myklebust888e6942005-11-04 15:38:11 -05006091{
6092 struct nfs_server *server = NFS_SERVER(state->inode);
Trond Myklebust888e6942005-11-04 15:38:11 -05006093 int err;
6094
6095 err = nfs4_set_lock_state(state, fl);
6096 if (err != 0)
Trond Myklebustdb4f2e62013-04-01 15:56:46 -04006097 return err;
Trond Myklebust4a706fa2013-04-01 14:47:22 -04006098 err = _nfs4_do_setlk(state, F_SETLK, fl, NFS_LOCK_NEW);
Trond Myklebustdb4f2e62013-04-01 15:56:46 -04006099 return nfs4_handle_delegation_recall_error(server, state, stateid, err);
Trond Myklebust888e6942005-11-04 15:38:11 -05006100}
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00006101
Trond Myklebustcf470c32012-03-07 13:49:12 -05006102struct nfs_release_lockowner_data {
6103 struct nfs4_lock_state *lsp;
Trond Myklebust5ae67c42012-03-19 16:17:18 -04006104 struct nfs_server *server;
Trond Myklebustcf470c32012-03-07 13:49:12 -05006105 struct nfs_release_lockowner_args args;
Trond Myklebustb7e63a12014-02-26 11:19:14 -08006106 struct nfs_release_lockowner_res res;
Chuck Lever60ea6812013-10-17 14:13:47 -04006107 unsigned long timestamp;
Trond Myklebustcf470c32012-03-07 13:49:12 -05006108};
6109
Chuck Leverfbd4bfd2013-08-09 12:49:38 -04006110static void nfs4_release_lockowner_prepare(struct rpc_task *task, void *calldata)
6111{
6112 struct nfs_release_lockowner_data *data = calldata;
Kinglong Mee5b53dc82014-08-04 16:18:16 +08006113 struct nfs_server *server = data->server;
Peng Taocb04ad22014-06-11 05:24:15 +08006114 nfs40_setup_sequence(server->nfs_client->cl_slot_tbl,
6115 &data->args.seq_args, &data->res.seq_res, task);
Kinglong Mee5b53dc82014-08-04 16:18:16 +08006116 data->args.lock_owner.clientid = server->nfs_client->cl_clientid;
Chuck Lever60ea6812013-10-17 14:13:47 -04006117 data->timestamp = jiffies;
Chuck Leverfbd4bfd2013-08-09 12:49:38 -04006118}
6119
6120static void nfs4_release_lockowner_done(struct rpc_task *task, void *calldata)
6121{
6122 struct nfs_release_lockowner_data *data = calldata;
Chuck Lever60ea6812013-10-17 14:13:47 -04006123 struct nfs_server *server = data->server;
6124
Trond Myklebustb7e63a12014-02-26 11:19:14 -08006125 nfs40_sequence_done(task, &data->res.seq_res);
Chuck Lever60ea6812013-10-17 14:13:47 -04006126
6127 switch (task->tk_status) {
6128 case 0:
6129 renew_lease(server, data->timestamp);
6130 break;
6131 case -NFS4ERR_STALE_CLIENTID:
6132 case -NFS4ERR_EXPIRED:
Kinglong Mee5b53dc82014-08-04 16:18:16 +08006133 nfs4_schedule_lease_recovery(server->nfs_client);
6134 break;
Chuck Lever60ea6812013-10-17 14:13:47 -04006135 case -NFS4ERR_LEASE_MOVED:
6136 case -NFS4ERR_DELAY:
NeilBrown8478eaa2014-09-18 16:09:27 +10006137 if (nfs4_async_handle_error(task, server,
6138 NULL, NULL) == -EAGAIN)
Chuck Lever60ea6812013-10-17 14:13:47 -04006139 rpc_restart_call_prepare(task);
6140 }
Chuck Leverfbd4bfd2013-08-09 12:49:38 -04006141}
6142
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04006143static void nfs4_release_lockowner_release(void *calldata)
6144{
Trond Myklebustcf470c32012-03-07 13:49:12 -05006145 struct nfs_release_lockowner_data *data = calldata;
Trond Myklebust5ae67c42012-03-19 16:17:18 -04006146 nfs4_free_lock_state(data->server, data->lsp);
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04006147 kfree(calldata);
6148}
6149
Trond Myklebust17280172012-03-11 13:11:00 -04006150static const struct rpc_call_ops nfs4_release_lockowner_ops = {
Chuck Leverfbd4bfd2013-08-09 12:49:38 -04006151 .rpc_call_prepare = nfs4_release_lockowner_prepare,
6152 .rpc_call_done = nfs4_release_lockowner_done,
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04006153 .rpc_release = nfs4_release_lockowner_release,
6154};
6155
Jeff Laytonf1cdae82014-05-01 06:28:47 -04006156static void
6157nfs4_release_lockowner(struct nfs_server *server, struct nfs4_lock_state *lsp)
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04006158{
Trond Myklebustcf470c32012-03-07 13:49:12 -05006159 struct nfs_release_lockowner_data *data;
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04006160 struct rpc_message msg = {
6161 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RELEASE_LOCKOWNER],
6162 };
6163
6164 if (server->nfs_client->cl_mvops->minor_version != 0)
Jeff Laytonf1cdae82014-05-01 06:28:47 -04006165 return;
Chuck Leverfbd4bfd2013-08-09 12:49:38 -04006166
Trond Myklebustcf470c32012-03-07 13:49:12 -05006167 data = kmalloc(sizeof(*data), GFP_NOFS);
6168 if (!data)
Jeff Laytonf1cdae82014-05-01 06:28:47 -04006169 return;
Trond Myklebustcf470c32012-03-07 13:49:12 -05006170 data->lsp = lsp;
Trond Myklebust5ae67c42012-03-19 16:17:18 -04006171 data->server = server;
Trond Myklebustcf470c32012-03-07 13:49:12 -05006172 data->args.lock_owner.clientid = server->nfs_client->cl_clientid;
6173 data->args.lock_owner.id = lsp->ls_seqid.owner_id;
6174 data->args.lock_owner.s_dev = server->s_dev;
Chuck Leverfbd4bfd2013-08-09 12:49:38 -04006175
Trond Myklebustcf470c32012-03-07 13:49:12 -05006176 msg.rpc_argp = &data->args;
Trond Myklebustb7e63a12014-02-26 11:19:14 -08006177 msg.rpc_resp = &data->res;
6178 nfs4_init_sequence(&data->args.seq_args, &data->res.seq_res, 0);
Trond Myklebustcf470c32012-03-07 13:49:12 -05006179 rpc_call_async(server->client, &msg, 0, &nfs4_release_lockowner_ops, data);
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04006180}
6181
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00006182#define XATTR_NAME_NFSV4_ACL "system.nfs4_acl"
6183
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00006184static int nfs4_xattr_set_nfs4_acl(struct dentry *dentry, const char *key,
6185 const void *buf, size_t buflen,
6186 int flags, int type)
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00006187{
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00006188 if (strcmp(key, "") != 0)
6189 return -EINVAL;
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00006190
David Howells2b0143b2015-03-17 22:25:59 +00006191 return nfs4_proc_set_acl(d_inode(dentry), buf, buflen);
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00006192}
6193
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00006194static int nfs4_xattr_get_nfs4_acl(struct dentry *dentry, const char *key,
6195 void *buf, size_t buflen, int type)
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00006196{
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00006197 if (strcmp(key, "") != 0)
6198 return -EINVAL;
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00006199
David Howells2b0143b2015-03-17 22:25:59 +00006200 return nfs4_proc_get_acl(d_inode(dentry), buf, buflen);
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00006201}
6202
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00006203static size_t nfs4_xattr_list_nfs4_acl(struct dentry *dentry, char *list,
6204 size_t list_len, const char *name,
6205 size_t name_len, int type)
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00006206{
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00006207 size_t len = sizeof(XATTR_NAME_NFSV4_ACL);
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00006208
David Howells2b0143b2015-03-17 22:25:59 +00006209 if (!nfs4_server_supports_acls(NFS_SERVER(d_inode(dentry))))
J. Bruce Fields096455a2006-03-20 23:23:42 -05006210 return 0;
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00006211
6212 if (list && len <= list_len)
6213 memcpy(list, XATTR_NAME_NFSV4_ACL, len);
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00006214 return len;
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00006215}
6216
David Quigleyc9bccef2013-05-22 12:50:45 -04006217#ifdef CONFIG_NFS_V4_SECURITY_LABEL
6218static inline int nfs4_server_supports_labels(struct nfs_server *server)
6219{
6220 return server->caps & NFS_CAP_SECURITY_LABEL;
6221}
6222
6223static int nfs4_xattr_set_nfs4_label(struct dentry *dentry, const char *key,
6224 const void *buf, size_t buflen,
6225 int flags, int type)
6226{
6227 if (security_ismaclabel(key))
6228 return nfs4_set_security_label(dentry, buf, buflen);
6229
6230 return -EOPNOTSUPP;
6231}
6232
6233static int nfs4_xattr_get_nfs4_label(struct dentry *dentry, const char *key,
6234 void *buf, size_t buflen, int type)
6235{
6236 if (security_ismaclabel(key))
David Howells2b0143b2015-03-17 22:25:59 +00006237 return nfs4_get_security_label(d_inode(dentry), buf, buflen);
David Quigleyc9bccef2013-05-22 12:50:45 -04006238 return -EOPNOTSUPP;
6239}
6240
6241static size_t nfs4_xattr_list_nfs4_label(struct dentry *dentry, char *list,
6242 size_t list_len, const char *name,
6243 size_t name_len, int type)
6244{
6245 size_t len = 0;
6246
David Howells2b0143b2015-03-17 22:25:59 +00006247 if (nfs_server_capable(d_inode(dentry), NFS_CAP_SECURITY_LABEL)) {
6248 len = security_inode_listsecurity(d_inode(dentry), NULL, 0);
David Quigleyc9bccef2013-05-22 12:50:45 -04006249 if (list && len <= list_len)
David Howells2b0143b2015-03-17 22:25:59 +00006250 security_inode_listsecurity(d_inode(dentry), list, len);
David Quigleyc9bccef2013-05-22 12:50:45 -04006251 }
6252 return len;
6253}
6254
6255static const struct xattr_handler nfs4_xattr_nfs4_label_handler = {
6256 .prefix = XATTR_SECURITY_PREFIX,
6257 .list = nfs4_xattr_list_nfs4_label,
6258 .get = nfs4_xattr_get_nfs4_label,
6259 .set = nfs4_xattr_set_nfs4_label,
6260};
6261#endif
6262
6263
Andy Adamson533eb462011-06-13 18:25:56 -04006264/*
6265 * nfs_fhget will use either the mounted_on_fileid or the fileid
6266 */
Trond Myklebust69aaaae2009-03-11 14:10:28 -04006267static void nfs_fixup_referral_attributes(struct nfs_fattr *fattr)
6268{
Andy Adamson533eb462011-06-13 18:25:56 -04006269 if (!(((fattr->valid & NFS_ATTR_FATTR_MOUNTED_ON_FILEID) ||
6270 (fattr->valid & NFS_ATTR_FATTR_FILEID)) &&
6271 (fattr->valid & NFS_ATTR_FATTR_FSID) &&
Chuck Lever81934dd2012-03-01 17:01:57 -05006272 (fattr->valid & NFS_ATTR_FATTR_V4_LOCATIONS)))
Trond Myklebust69aaaae2009-03-11 14:10:28 -04006273 return;
6274
6275 fattr->valid |= NFS_ATTR_FATTR_TYPE | NFS_ATTR_FATTR_MODE |
Chuck Lever81934dd2012-03-01 17:01:57 -05006276 NFS_ATTR_FATTR_NLINK | NFS_ATTR_FATTR_V4_REFERRAL;
Trond Myklebust69aaaae2009-03-11 14:10:28 -04006277 fattr->mode = S_IFDIR | S_IRUGO | S_IXUGO;
6278 fattr->nlink = 2;
6279}
6280
Bryan Schumakerf05d1472012-04-27 13:27:41 -04006281static int _nfs4_proc_fs_locations(struct rpc_clnt *client, struct inode *dir,
6282 const struct qstr *name,
6283 struct nfs4_fs_locations *fs_locations,
6284 struct page *page)
Trond Myklebust683b57b2006-06-09 09:34:22 -04006285{
6286 struct nfs_server *server = NFS_SERVER(dir);
David Quigleya09df2c2013-05-22 12:50:41 -04006287 u32 bitmask[3] = {
Manoj Naik361e6242006-06-09 09:34:24 -04006288 [0] = FATTR4_WORD0_FSID | FATTR4_WORD0_FS_LOCATIONS,
Trond Myklebust683b57b2006-06-09 09:34:22 -04006289 };
6290 struct nfs4_fs_locations_arg args = {
6291 .dir_fh = NFS_FH(dir),
Trond Myklebustc228fd32007-01-13 02:28:11 -05006292 .name = name,
Trond Myklebust683b57b2006-06-09 09:34:22 -04006293 .page = page,
6294 .bitmask = bitmask,
6295 };
Benny Halevy22958462009-04-01 09:22:02 -04006296 struct nfs4_fs_locations_res res = {
6297 .fs_locations = fs_locations,
6298 };
Trond Myklebust683b57b2006-06-09 09:34:22 -04006299 struct rpc_message msg = {
6300 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FS_LOCATIONS],
6301 .rpc_argp = &args,
Benny Halevy22958462009-04-01 09:22:02 -04006302 .rpc_resp = &res,
Trond Myklebust683b57b2006-06-09 09:34:22 -04006303 };
6304 int status;
6305
Harvey Harrison3110ff82008-05-02 13:42:44 -07006306 dprintk("%s: start\n", __func__);
Andy Adamson533eb462011-06-13 18:25:56 -04006307
6308 /* Ask for the fileid of the absent filesystem if mounted_on_fileid
6309 * is not supported */
6310 if (NFS_SERVER(dir)->attr_bitmask[1] & FATTR4_WORD1_MOUNTED_ON_FILEID)
6311 bitmask[1] |= FATTR4_WORD1_MOUNTED_ON_FILEID;
6312 else
6313 bitmask[0] |= FATTR4_WORD0_FILEID;
6314
Trond Myklebustc228fd32007-01-13 02:28:11 -05006315 nfs_fattr_init(&fs_locations->fattr);
Trond Myklebust683b57b2006-06-09 09:34:22 -04006316 fs_locations->server = server;
Manoj Naik830b8e32006-06-09 09:34:25 -04006317 fs_locations->nlocations = 0;
Bryan Schumakerf05d1472012-04-27 13:27:41 -04006318 status = nfs4_call_sync(client, server, &msg, &args.seq_args, &res.seq_res, 0);
Harvey Harrison3110ff82008-05-02 13:42:44 -07006319 dprintk("%s: returned status = %d\n", __func__, status);
Trond Myklebust683b57b2006-06-09 09:34:22 -04006320 return status;
6321}
6322
Bryan Schumakerf05d1472012-04-27 13:27:41 -04006323int nfs4_proc_fs_locations(struct rpc_clnt *client, struct inode *dir,
6324 const struct qstr *name,
6325 struct nfs4_fs_locations *fs_locations,
6326 struct page *page)
Bryan Schumakerdb0a9592012-04-27 13:27:39 -04006327{
6328 struct nfs4_exception exception = { };
6329 int err;
6330 do {
Trond Myklebust078ea3d2013-08-12 16:45:55 -04006331 err = _nfs4_proc_fs_locations(client, dir, name,
6332 fs_locations, page);
6333 trace_nfs4_get_fs_locations(dir, name, err);
6334 err = nfs4_handle_exception(NFS_SERVER(dir), err,
Bryan Schumakerdb0a9592012-04-27 13:27:39 -04006335 &exception);
6336 } while (exception.retry);
6337 return err;
6338}
6339
Chuck Leverb03d7352013-10-17 14:12:50 -04006340/*
6341 * This operation also signals the server that this client is
6342 * performing migration recovery. The server can stop returning
6343 * NFS4ERR_LEASE_MOVED to this client. A RENEW operation is
6344 * appended to this compound to identify the client ID which is
6345 * performing recovery.
6346 */
6347static int _nfs40_proc_get_locations(struct inode *inode,
6348 struct nfs4_fs_locations *locations,
6349 struct page *page, struct rpc_cred *cred)
6350{
6351 struct nfs_server *server = NFS_SERVER(inode);
6352 struct rpc_clnt *clnt = server->client;
6353 u32 bitmask[2] = {
6354 [0] = FATTR4_WORD0_FSID | FATTR4_WORD0_FS_LOCATIONS,
6355 };
6356 struct nfs4_fs_locations_arg args = {
6357 .clientid = server->nfs_client->cl_clientid,
6358 .fh = NFS_FH(inode),
6359 .page = page,
6360 .bitmask = bitmask,
6361 .migration = 1, /* skip LOOKUP */
6362 .renew = 1, /* append RENEW */
6363 };
6364 struct nfs4_fs_locations_res res = {
6365 .fs_locations = locations,
6366 .migration = 1,
6367 .renew = 1,
6368 };
6369 struct rpc_message msg = {
6370 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FS_LOCATIONS],
6371 .rpc_argp = &args,
6372 .rpc_resp = &res,
6373 .rpc_cred = cred,
6374 };
6375 unsigned long now = jiffies;
6376 int status;
6377
6378 nfs_fattr_init(&locations->fattr);
6379 locations->server = server;
6380 locations->nlocations = 0;
6381
6382 nfs4_init_sequence(&args.seq_args, &res.seq_res, 0);
6383 nfs4_set_sequence_privileged(&args.seq_args);
6384 status = nfs4_call_sync_sequence(clnt, server, &msg,
6385 &args.seq_args, &res.seq_res);
6386 if (status)
6387 return status;
6388
6389 renew_lease(server, now);
6390 return 0;
6391}
6392
6393#ifdef CONFIG_NFS_V4_1
6394
6395/*
6396 * This operation also signals the server that this client is
6397 * performing migration recovery. The server can stop asserting
6398 * SEQ4_STATUS_LEASE_MOVED for this client. The client ID
6399 * performing this operation is identified in the SEQUENCE
6400 * operation in this compound.
6401 *
6402 * When the client supports GETATTR(fs_locations_info), it can
6403 * be plumbed in here.
6404 */
6405static int _nfs41_proc_get_locations(struct inode *inode,
6406 struct nfs4_fs_locations *locations,
6407 struct page *page, struct rpc_cred *cred)
6408{
6409 struct nfs_server *server = NFS_SERVER(inode);
6410 struct rpc_clnt *clnt = server->client;
6411 u32 bitmask[2] = {
6412 [0] = FATTR4_WORD0_FSID | FATTR4_WORD0_FS_LOCATIONS,
6413 };
6414 struct nfs4_fs_locations_arg args = {
6415 .fh = NFS_FH(inode),
6416 .page = page,
6417 .bitmask = bitmask,
6418 .migration = 1, /* skip LOOKUP */
6419 };
6420 struct nfs4_fs_locations_res res = {
6421 .fs_locations = locations,
6422 .migration = 1,
6423 };
6424 struct rpc_message msg = {
6425 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FS_LOCATIONS],
6426 .rpc_argp = &args,
6427 .rpc_resp = &res,
6428 .rpc_cred = cred,
6429 };
6430 int status;
6431
6432 nfs_fattr_init(&locations->fattr);
6433 locations->server = server;
6434 locations->nlocations = 0;
6435
6436 nfs4_init_sequence(&args.seq_args, &res.seq_res, 0);
6437 nfs4_set_sequence_privileged(&args.seq_args);
6438 status = nfs4_call_sync_sequence(clnt, server, &msg,
6439 &args.seq_args, &res.seq_res);
6440 if (status == NFS4_OK &&
6441 res.seq_res.sr_status_flags & SEQ4_STATUS_LEASE_MOVED)
6442 status = -NFS4ERR_LEASE_MOVED;
6443 return status;
6444}
6445
6446#endif /* CONFIG_NFS_V4_1 */
6447
6448/**
6449 * nfs4_proc_get_locations - discover locations for a migrated FSID
6450 * @inode: inode on FSID that is migrating
6451 * @locations: result of query
6452 * @page: buffer
6453 * @cred: credential to use for this operation
6454 *
6455 * Returns NFS4_OK on success, a negative NFS4ERR status code if the
6456 * operation failed, or a negative errno if a local error occurred.
6457 *
6458 * On success, "locations" is filled in, but if the server has
6459 * no locations information, NFS_ATTR_FATTR_V4_LOCATIONS is not
6460 * asserted.
6461 *
6462 * -NFS4ERR_LEASE_MOVED is returned if the server still has leases
6463 * from this client that require migration recovery.
6464 */
6465int nfs4_proc_get_locations(struct inode *inode,
6466 struct nfs4_fs_locations *locations,
6467 struct page *page, struct rpc_cred *cred)
6468{
6469 struct nfs_server *server = NFS_SERVER(inode);
6470 struct nfs_client *clp = server->nfs_client;
6471 const struct nfs4_mig_recovery_ops *ops =
6472 clp->cl_mvops->mig_recovery_ops;
6473 struct nfs4_exception exception = { };
6474 int status;
6475
6476 dprintk("%s: FSID %llx:%llx on \"%s\"\n", __func__,
6477 (unsigned long long)server->fsid.major,
6478 (unsigned long long)server->fsid.minor,
6479 clp->cl_hostname);
6480 nfs_display_fhandle(NFS_FH(inode), __func__);
6481
6482 do {
6483 status = ops->get_locations(inode, locations, page, cred);
6484 if (status != -NFS4ERR_DELAY)
6485 break;
6486 nfs4_handle_exception(server, status, &exception);
6487 } while (exception.retry);
6488 return status;
6489}
6490
Chuck Lever44c99932013-10-17 14:13:30 -04006491/*
6492 * This operation also signals the server that this client is
6493 * performing "lease moved" recovery. The server can stop
6494 * returning NFS4ERR_LEASE_MOVED to this client. A RENEW operation
6495 * is appended to this compound to identify the client ID which is
6496 * performing recovery.
6497 */
6498static int _nfs40_proc_fsid_present(struct inode *inode, struct rpc_cred *cred)
6499{
6500 struct nfs_server *server = NFS_SERVER(inode);
6501 struct nfs_client *clp = NFS_SERVER(inode)->nfs_client;
6502 struct rpc_clnt *clnt = server->client;
6503 struct nfs4_fsid_present_arg args = {
6504 .fh = NFS_FH(inode),
6505 .clientid = clp->cl_clientid,
6506 .renew = 1, /* append RENEW */
6507 };
6508 struct nfs4_fsid_present_res res = {
6509 .renew = 1,
6510 };
6511 struct rpc_message msg = {
6512 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FSID_PRESENT],
6513 .rpc_argp = &args,
6514 .rpc_resp = &res,
6515 .rpc_cred = cred,
6516 };
6517 unsigned long now = jiffies;
6518 int status;
6519
6520 res.fh = nfs_alloc_fhandle();
6521 if (res.fh == NULL)
6522 return -ENOMEM;
6523
6524 nfs4_init_sequence(&args.seq_args, &res.seq_res, 0);
6525 nfs4_set_sequence_privileged(&args.seq_args);
6526 status = nfs4_call_sync_sequence(clnt, server, &msg,
6527 &args.seq_args, &res.seq_res);
6528 nfs_free_fhandle(res.fh);
6529 if (status)
6530 return status;
6531
6532 do_renew_lease(clp, now);
6533 return 0;
6534}
6535
6536#ifdef CONFIG_NFS_V4_1
6537
6538/*
6539 * This operation also signals the server that this client is
6540 * performing "lease moved" recovery. The server can stop asserting
6541 * SEQ4_STATUS_LEASE_MOVED for this client. The client ID performing
6542 * this operation is identified in the SEQUENCE operation in this
6543 * compound.
6544 */
6545static int _nfs41_proc_fsid_present(struct inode *inode, struct rpc_cred *cred)
6546{
6547 struct nfs_server *server = NFS_SERVER(inode);
6548 struct rpc_clnt *clnt = server->client;
6549 struct nfs4_fsid_present_arg args = {
6550 .fh = NFS_FH(inode),
6551 };
6552 struct nfs4_fsid_present_res res = {
6553 };
6554 struct rpc_message msg = {
6555 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FSID_PRESENT],
6556 .rpc_argp = &args,
6557 .rpc_resp = &res,
6558 .rpc_cred = cred,
6559 };
6560 int status;
6561
6562 res.fh = nfs_alloc_fhandle();
6563 if (res.fh == NULL)
6564 return -ENOMEM;
6565
6566 nfs4_init_sequence(&args.seq_args, &res.seq_res, 0);
6567 nfs4_set_sequence_privileged(&args.seq_args);
6568 status = nfs4_call_sync_sequence(clnt, server, &msg,
6569 &args.seq_args, &res.seq_res);
6570 nfs_free_fhandle(res.fh);
6571 if (status == NFS4_OK &&
6572 res.seq_res.sr_status_flags & SEQ4_STATUS_LEASE_MOVED)
6573 status = -NFS4ERR_LEASE_MOVED;
6574 return status;
6575}
6576
6577#endif /* CONFIG_NFS_V4_1 */
6578
6579/**
6580 * nfs4_proc_fsid_present - Is this FSID present or absent on server?
6581 * @inode: inode on FSID to check
6582 * @cred: credential to use for this operation
6583 *
6584 * Server indicates whether the FSID is present, moved, or not
6585 * recognized. This operation is necessary to clear a LEASE_MOVED
6586 * condition for this client ID.
6587 *
6588 * Returns NFS4_OK if the FSID is present on this server,
6589 * -NFS4ERR_MOVED if the FSID is no longer present, a negative
6590 * NFS4ERR code if some error occurred on the server, or a
6591 * negative errno if a local failure occurred.
6592 */
6593int nfs4_proc_fsid_present(struct inode *inode, struct rpc_cred *cred)
6594{
6595 struct nfs_server *server = NFS_SERVER(inode);
6596 struct nfs_client *clp = server->nfs_client;
6597 const struct nfs4_mig_recovery_ops *ops =
6598 clp->cl_mvops->mig_recovery_ops;
6599 struct nfs4_exception exception = { };
6600 int status;
6601
6602 dprintk("%s: FSID %llx:%llx on \"%s\"\n", __func__,
6603 (unsigned long long)server->fsid.major,
6604 (unsigned long long)server->fsid.minor,
6605 clp->cl_hostname);
6606 nfs_display_fhandle(NFS_FH(inode), __func__);
6607
6608 do {
6609 status = ops->fsid_present(inode, cred);
6610 if (status != -NFS4ERR_DELAY)
6611 break;
6612 nfs4_handle_exception(server, status, &exception);
6613 } while (exception.retry);
6614 return status;
6615}
6616
Andy Adamson5ec16a82013-08-08 10:57:55 -04006617/**
Weston Andros Adamsona5250de2013-09-03 15:18:49 -04006618 * If 'use_integrity' is true and the state managment nfs_client
6619 * cl_rpcclient is using krb5i/p, use the integrity protected cl_rpcclient
6620 * and the machine credential as per RFC3530bis and RFC5661 Security
6621 * Considerations sections. Otherwise, just use the user cred with the
6622 * filesystem's rpc_client.
Andy Adamson5ec16a82013-08-08 10:57:55 -04006623 */
Weston Andros Adamsona5250de2013-09-03 15:18:49 -04006624static 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 +00006625{
6626 int status;
6627 struct nfs4_secinfo_arg args = {
6628 .dir_fh = NFS_FH(dir),
6629 .name = name,
6630 };
6631 struct nfs4_secinfo_res res = {
6632 .flavors = flavors,
6633 };
6634 struct rpc_message msg = {
6635 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SECINFO],
6636 .rpc_argp = &args,
6637 .rpc_resp = &res,
6638 };
Weston Andros Adamsona5250de2013-09-03 15:18:49 -04006639 struct rpc_clnt *clnt = NFS_SERVER(dir)->client;
Weston Andros Adamson7cb852d2013-09-10 18:44:31 -04006640 struct rpc_cred *cred = NULL;
Weston Andros Adamsona5250de2013-09-03 15:18:49 -04006641
6642 if (use_integrity) {
6643 clnt = NFS_SERVER(dir)->nfs_client->cl_rpcclient;
Weston Andros Adamson7cb852d2013-09-10 18:44:31 -04006644 cred = nfs4_get_clid_cred(NFS_SERVER(dir)->nfs_client);
6645 msg.rpc_cred = cred;
Weston Andros Adamsona5250de2013-09-03 15:18:49 -04006646 }
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00006647
6648 dprintk("NFS call secinfo %s\n", name->name);
Weston Andros Adamson8b5bee22013-08-13 16:37:35 -04006649
6650 nfs4_state_protect(NFS_SERVER(dir)->nfs_client,
6651 NFS_SP4_MACH_CRED_SECINFO, &clnt, &msg);
6652
Weston Andros Adamsona5250de2013-09-03 15:18:49 -04006653 status = nfs4_call_sync(clnt, NFS_SERVER(dir), &msg, &args.seq_args,
6654 &res.seq_res, 0);
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00006655 dprintk("NFS reply secinfo: %d\n", status);
Weston Andros Adamsona5250de2013-09-03 15:18:49 -04006656
Weston Andros Adamson7cb852d2013-09-10 18:44:31 -04006657 if (cred)
6658 put_rpccred(cred);
Weston Andros Adamsona5250de2013-09-03 15:18:49 -04006659
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00006660 return status;
6661}
6662
Bryan Schumaker72de53e2012-04-27 13:27:40 -04006663int nfs4_proc_secinfo(struct inode *dir, const struct qstr *name,
6664 struct nfs4_secinfo_flavors *flavors)
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00006665{
6666 struct nfs4_exception exception = { };
6667 int err;
6668 do {
Weston Andros Adamsona5250de2013-09-03 15:18:49 -04006669 err = -NFS4ERR_WRONGSEC;
6670
6671 /* try to use integrity protection with machine cred */
6672 if (_nfs4_is_integrity_protected(NFS_SERVER(dir)->nfs_client))
6673 err = _nfs4_proc_secinfo(dir, name, flavors, true);
6674
6675 /*
6676 * if unable to use integrity protection, or SECINFO with
6677 * integrity protection returns NFS4ERR_WRONGSEC (which is
6678 * disallowed by spec, but exists in deployed servers) use
6679 * the current filesystem's rpc_client and the user cred.
6680 */
6681 if (err == -NFS4ERR_WRONGSEC)
6682 err = _nfs4_proc_secinfo(dir, name, flavors, false);
6683
Trond Myklebust078ea3d2013-08-12 16:45:55 -04006684 trace_nfs4_secinfo(dir, name, err);
6685 err = nfs4_handle_exception(NFS_SERVER(dir), err,
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00006686 &exception);
6687 } while (exception.retry);
6688 return err;
6689}
6690
Andy Adamson557134a2009-04-01 09:21:53 -04006691#ifdef CONFIG_NFS_V4_1
Benny Halevy99fe60d2009-04-01 09:22:29 -04006692/*
Andy Adamson357f54d2010-12-14 10:11:57 -05006693 * Check the exchange flags returned by the server for invalid flags, having
6694 * both PNFS and NON_PNFS flags set, and not having one of NON_PNFS, PNFS, or
6695 * DS flags set.
6696 */
6697static int nfs4_check_cl_exchange_flags(u32 flags)
6698{
6699 if (flags & ~EXCHGID4_FLAG_MASK_R)
6700 goto out_inval;
6701 if ((flags & EXCHGID4_FLAG_USE_PNFS_MDS) &&
6702 (flags & EXCHGID4_FLAG_USE_NON_PNFS))
6703 goto out_inval;
6704 if (!(flags & (EXCHGID4_FLAG_MASK_PNFS)))
6705 goto out_inval;
6706 return NFS_OK;
6707out_inval:
6708 return -NFS4ERR_INVAL;
6709}
6710
Weston Andros Adamson78fe0f42011-05-31 19:05:47 -04006711static bool
Chuck Lever79d4e1f2012-05-21 22:44:31 -04006712nfs41_same_server_scope(struct nfs41_server_scope *a,
6713 struct nfs41_server_scope *b)
Weston Andros Adamson78fe0f42011-05-31 19:05:47 -04006714{
6715 if (a->server_scope_sz == b->server_scope_sz &&
6716 memcmp(a->server_scope, b->server_scope, a->server_scope_sz) == 0)
6717 return true;
6718
6719 return false;
6720}
6721
Andy Adamson357f54d2010-12-14 10:11:57 -05006722/*
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006723 * nfs4_proc_bind_conn_to_session()
6724 *
6725 * The 4.1 client currently uses the same TCP connection for the
6726 * fore and backchannel.
6727 */
Trond Myklebust2cf047c2012-05-25 17:57:41 -04006728int nfs4_proc_bind_conn_to_session(struct nfs_client *clp, struct rpc_cred *cred)
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006729{
6730 int status;
Trond Myklebust71a097c2015-02-18 09:27:18 -08006731 struct nfs41_bind_conn_to_session_args args = {
6732 .client = clp,
6733 .dir = NFS4_CDFC4_FORE_OR_BOTH,
6734 };
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006735 struct nfs41_bind_conn_to_session_res res;
6736 struct rpc_message msg = {
6737 .rpc_proc =
6738 &nfs4_procedures[NFSPROC4_CLNT_BIND_CONN_TO_SESSION],
Trond Myklebust71a097c2015-02-18 09:27:18 -08006739 .rpc_argp = &args,
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006740 .rpc_resp = &res,
Trond Myklebust2cf047c2012-05-25 17:57:41 -04006741 .rpc_cred = cred,
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006742 };
6743
6744 dprintk("--> %s\n", __func__);
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006745
Trond Myklebust71a097c2015-02-18 09:27:18 -08006746 nfs4_copy_sessionid(&args.sessionid, &clp->cl_session->sess_id);
6747 if (!(clp->cl_session->flags & SESSION4_BACK_CHAN))
6748 args.dir = NFS4_CDFC4_FORE;
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006749
6750 status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Trond Myklebustc6d01c62013-08-09 11:51:26 -04006751 trace_nfs4_bind_conn_to_session(clp, status);
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006752 if (status == 0) {
Trond Myklebust71a097c2015-02-18 09:27:18 -08006753 if (memcmp(res.sessionid.data,
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006754 clp->cl_session->sess_id.data, NFS4_MAX_SESSIONID_LEN)) {
6755 dprintk("NFS: %s: Session ID mismatch\n", __func__);
6756 status = -EIO;
Trond Myklebust71a097c2015-02-18 09:27:18 -08006757 goto out;
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006758 }
Trond Myklebust71a097c2015-02-18 09:27:18 -08006759 if ((res.dir & args.dir) != res.dir || res.dir == 0) {
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006760 dprintk("NFS: %s: Unexpected direction from server\n",
6761 __func__);
6762 status = -EIO;
Trond Myklebust71a097c2015-02-18 09:27:18 -08006763 goto out;
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006764 }
Trond Myklebust71a097c2015-02-18 09:27:18 -08006765 if (res.use_conn_in_rdma_mode != args.use_conn_in_rdma_mode) {
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006766 dprintk("NFS: %s: Server returned RDMA mode = true\n",
6767 __func__);
6768 status = -EIO;
Trond Myklebust71a097c2015-02-18 09:27:18 -08006769 goto out;
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006770 }
6771 }
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006772out:
6773 dprintk("<-- %s status= %d\n", __func__, status);
6774 return status;
6775}
6776
6777/*
Weston Andros Adamsonfa940722013-08-13 16:37:34 -04006778 * Minimum set of SP4_MACH_CRED operations from RFC 5661 in the enforce map
6779 * and operations we'd like to see to enable certain features in the allow map
Benny Halevy99fe60d2009-04-01 09:22:29 -04006780 */
Weston Andros Adamson2031cd12013-08-13 16:37:32 -04006781static const struct nfs41_state_protection nfs4_sp4_mach_cred_request = {
6782 .how = SP4_MACH_CRED,
6783 .enforce.u.words = {
6784 [1] = 1 << (OP_BIND_CONN_TO_SESSION - 32) |
6785 1 << (OP_EXCHANGE_ID - 32) |
6786 1 << (OP_CREATE_SESSION - 32) |
6787 1 << (OP_DESTROY_SESSION - 32) |
6788 1 << (OP_DESTROY_CLIENTID - 32)
Weston Andros Adamsonfa940722013-08-13 16:37:34 -04006789 },
6790 .allow.u.words = {
6791 [0] = 1 << (OP_CLOSE) |
Weston Andros Adamsona0279622013-09-10 18:44:30 -04006792 1 << (OP_LOCKU) |
6793 1 << (OP_COMMIT),
Weston Andros Adamson8b5bee22013-08-13 16:37:35 -04006794 [1] = 1 << (OP_SECINFO - 32) |
Weston Andros Adamson3787d502013-08-13 16:37:36 -04006795 1 << (OP_SECINFO_NO_NAME - 32) |
6796 1 << (OP_TEST_STATEID - 32) |
Weston Andros Adamsona0279622013-09-10 18:44:30 -04006797 1 << (OP_FREE_STATEID - 32) |
6798 1 << (OP_WRITE - 32)
Weston Andros Adamson2031cd12013-08-13 16:37:32 -04006799 }
6800};
6801
6802/*
6803 * Select the state protection mode for client `clp' given the server results
6804 * from exchange_id in `sp'.
6805 *
6806 * Returns 0 on success, negative errno otherwise.
6807 */
6808static int nfs4_sp4_select_mode(struct nfs_client *clp,
6809 struct nfs41_state_protection *sp)
6810{
6811 static const u32 supported_enforce[NFS4_OP_MAP_NUM_WORDS] = {
6812 [1] = 1 << (OP_BIND_CONN_TO_SESSION - 32) |
6813 1 << (OP_EXCHANGE_ID - 32) |
6814 1 << (OP_CREATE_SESSION - 32) |
6815 1 << (OP_DESTROY_SESSION - 32) |
6816 1 << (OP_DESTROY_CLIENTID - 32)
6817 };
6818 unsigned int i;
6819
6820 if (sp->how == SP4_MACH_CRED) {
6821 /* Print state protect result */
6822 dfprintk(MOUNT, "Server SP4_MACH_CRED support:\n");
6823 for (i = 0; i <= LAST_NFS4_OP; i++) {
6824 if (test_bit(i, sp->enforce.u.longs))
6825 dfprintk(MOUNT, " enforce op %d\n", i);
6826 if (test_bit(i, sp->allow.u.longs))
6827 dfprintk(MOUNT, " allow op %d\n", i);
6828 }
6829
6830 /* make sure nothing is on enforce list that isn't supported */
6831 for (i = 0; i < NFS4_OP_MAP_NUM_WORDS; i++) {
6832 if (sp->enforce.u.words[i] & ~supported_enforce[i]) {
6833 dfprintk(MOUNT, "sp4_mach_cred: disabled\n");
6834 return -EINVAL;
6835 }
6836 }
6837
6838 /*
6839 * Minimal mode - state operations are allowed to use machine
6840 * credential. Note this already happens by default, so the
6841 * client doesn't have to do anything more than the negotiation.
6842 *
6843 * NOTE: we don't care if EXCHANGE_ID is in the list -
6844 * we're already using the machine cred for exchange_id
6845 * and will never use a different cred.
6846 */
6847 if (test_bit(OP_BIND_CONN_TO_SESSION, sp->enforce.u.longs) &&
6848 test_bit(OP_CREATE_SESSION, sp->enforce.u.longs) &&
6849 test_bit(OP_DESTROY_SESSION, sp->enforce.u.longs) &&
6850 test_bit(OP_DESTROY_CLIENTID, sp->enforce.u.longs)) {
6851 dfprintk(MOUNT, "sp4_mach_cred:\n");
6852 dfprintk(MOUNT, " minimal mode enabled\n");
6853 set_bit(NFS_SP4_MACH_CRED_MINIMAL, &clp->cl_sp4_flags);
6854 } else {
6855 dfprintk(MOUNT, "sp4_mach_cred: disabled\n");
6856 return -EINVAL;
6857 }
Weston Andros Adamsonfa940722013-08-13 16:37:34 -04006858
6859 if (test_bit(OP_CLOSE, sp->allow.u.longs) &&
6860 test_bit(OP_LOCKU, sp->allow.u.longs)) {
6861 dfprintk(MOUNT, " cleanup mode enabled\n");
6862 set_bit(NFS_SP4_MACH_CRED_CLEANUP, &clp->cl_sp4_flags);
6863 }
Weston Andros Adamson8b5bee22013-08-13 16:37:35 -04006864
6865 if (test_bit(OP_SECINFO, sp->allow.u.longs) &&
6866 test_bit(OP_SECINFO_NO_NAME, sp->allow.u.longs)) {
6867 dfprintk(MOUNT, " secinfo mode enabled\n");
6868 set_bit(NFS_SP4_MACH_CRED_SECINFO, &clp->cl_sp4_flags);
6869 }
Weston Andros Adamson3787d502013-08-13 16:37:36 -04006870
6871 if (test_bit(OP_TEST_STATEID, sp->allow.u.longs) &&
6872 test_bit(OP_FREE_STATEID, sp->allow.u.longs)) {
6873 dfprintk(MOUNT, " stateid mode enabled\n");
6874 set_bit(NFS_SP4_MACH_CRED_STATEID, &clp->cl_sp4_flags);
6875 }
Weston Andros Adamson8c21c622013-08-13 16:37:37 -04006876
6877 if (test_bit(OP_WRITE, sp->allow.u.longs)) {
6878 dfprintk(MOUNT, " write mode enabled\n");
6879 set_bit(NFS_SP4_MACH_CRED_WRITE, &clp->cl_sp4_flags);
6880 }
6881
6882 if (test_bit(OP_COMMIT, sp->allow.u.longs)) {
6883 dfprintk(MOUNT, " commit mode enabled\n");
6884 set_bit(NFS_SP4_MACH_CRED_COMMIT, &clp->cl_sp4_flags);
6885 }
Weston Andros Adamson2031cd12013-08-13 16:37:32 -04006886 }
6887
6888 return 0;
6889}
6890
6891/*
6892 * _nfs4_proc_exchange_id()
6893 *
6894 * Wrapper for EXCHANGE_ID operation.
6895 */
6896static int _nfs4_proc_exchange_id(struct nfs_client *clp, struct rpc_cred *cred,
6897 u32 sp4_how)
Benny Halevy99fe60d2009-04-01 09:22:29 -04006898{
6899 nfs4_verifier verifier;
6900 struct nfs41_exchange_id_args args = {
Chuck Levercd937102012-03-02 17:14:31 -05006901 .verifier = &verifier,
Benny Halevy99fe60d2009-04-01 09:22:29 -04006902 .client = clp,
Chuck Levercd3fade2013-10-17 14:14:04 -04006903#ifdef CONFIG_NFS_V4_1_MIGRATION
Trond Myklebust4f0b4292013-05-20 12:24:03 -04006904 .flags = EXCHGID4_FLAG_SUPP_MOVED_REFER |
Chuck Levercd3fade2013-10-17 14:14:04 -04006905 EXCHGID4_FLAG_BIND_PRINC_STATEID |
6906 EXCHGID4_FLAG_SUPP_MOVED_MIGR,
6907#else
6908 .flags = EXCHGID4_FLAG_SUPP_MOVED_REFER |
6909 EXCHGID4_FLAG_BIND_PRINC_STATEID,
6910#endif
Benny Halevy99fe60d2009-04-01 09:22:29 -04006911 };
6912 struct nfs41_exchange_id_res res = {
Trond Myklebust32b01312012-05-26 13:41:04 -04006913 0
Benny Halevy99fe60d2009-04-01 09:22:29 -04006914 };
6915 int status;
6916 struct rpc_message msg = {
6917 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_EXCHANGE_ID],
6918 .rpc_argp = &args,
6919 .rpc_resp = &res,
6920 .rpc_cred = cred,
6921 };
Benny Halevy99fe60d2009-04-01 09:22:29 -04006922
Chuck Leverf0920752012-05-21 22:45:41 -04006923 nfs4_init_boot_verifier(clp, &verifier);
Jeff Layton873e3852015-06-09 19:44:00 -04006924
6925 status = nfs4_init_uniform_client_string(clp);
6926 if (status)
Jeff Layton3a6bb732015-06-09 19:43:57 -04006927 goto out;
Jeff Layton3a6bb732015-06-09 19:43:57 -04006928
6929 dprintk("NFS call exchange_id auth=%s, '%s'\n",
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04006930 clp->cl_rpcclient->cl_auth->au_ops->au_name,
Jeff Layton3a6bb732015-06-09 19:43:57 -04006931 clp->cl_owner_id);
Benny Halevy99fe60d2009-04-01 09:22:29 -04006932
Chuck Leveracdeb692012-05-21 22:46:16 -04006933 res.server_owner = kzalloc(sizeof(struct nfs41_server_owner),
Trond Myklebustbbafffd2012-05-24 16:31:39 -04006934 GFP_NOFS);
Chuck Leveracdeb692012-05-21 22:46:16 -04006935 if (unlikely(res.server_owner == NULL)) {
Weston Andros Adamsonabe9a6d2012-02-16 11:17:05 -05006936 status = -ENOMEM;
6937 goto out;
6938 }
Weston Andros Adamson78fe0f42011-05-31 19:05:47 -04006939
Chuck Lever79d4e1f2012-05-21 22:44:31 -04006940 res.server_scope = kzalloc(sizeof(struct nfs41_server_scope),
Trond Myklebustbbafffd2012-05-24 16:31:39 -04006941 GFP_NOFS);
Chuck Lever177313f2012-05-21 22:44:58 -04006942 if (unlikely(res.server_scope == NULL)) {
Benny Halevy99fe60d2009-04-01 09:22:29 -04006943 status = -ENOMEM;
Chuck Leveracdeb692012-05-21 22:46:16 -04006944 goto out_server_owner;
Benny Halevy99fe60d2009-04-01 09:22:29 -04006945 }
6946
Trond Myklebustbbafffd2012-05-24 16:31:39 -04006947 res.impl_id = kzalloc(sizeof(struct nfs41_impl_id), GFP_NOFS);
Chuck Lever177313f2012-05-21 22:44:58 -04006948 if (unlikely(res.impl_id == NULL)) {
Weston Andros Adamson7d2ed9a2012-02-17 15:20:26 -05006949 status = -ENOMEM;
6950 goto out_server_scope;
6951 }
6952
Weston Andros Adamson2031cd12013-08-13 16:37:32 -04006953 switch (sp4_how) {
6954 case SP4_NONE:
6955 args.state_protect.how = SP4_NONE;
6956 break;
6957
6958 case SP4_MACH_CRED:
6959 args.state_protect = nfs4_sp4_mach_cred_request;
6960 break;
6961
6962 default:
6963 /* unsupported! */
6964 WARN_ON_ONCE(1);
6965 status = -EINVAL;
6966 goto out_server_scope;
6967 }
6968
Trond Myklebust1bd714f2011-04-24 14:29:33 -04006969 status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Trond Myklebustc6d01c62013-08-09 11:51:26 -04006970 trace_nfs4_exchange_id(clp, status);
Chuck Lever177313f2012-05-21 22:44:58 -04006971 if (status == 0)
Trond Myklebust32b01312012-05-26 13:41:04 -04006972 status = nfs4_check_cl_exchange_flags(res.flags);
Weston Andros Adamson78fe0f42011-05-31 19:05:47 -04006973
Weston Andros Adamson2031cd12013-08-13 16:37:32 -04006974 if (status == 0)
6975 status = nfs4_sp4_select_mode(clp, &res.state_protect);
6976
Chuck Lever177313f2012-05-21 22:44:58 -04006977 if (status == 0) {
Trond Myklebust32b01312012-05-26 13:41:04 -04006978 clp->cl_clientid = res.clientid;
Trond Myklebuste11259f2015-03-03 20:35:31 -05006979 clp->cl_exchange_flags = res.flags;
6980 /* Client ID is not confirmed */
6981 if (!(res.flags & EXCHGID4_FLAG_CONFIRMED_R)) {
6982 clear_bit(NFS4_SESSION_ESTABLISHED,
6983 &clp->cl_session->session_state);
Trond Myklebust32b01312012-05-26 13:41:04 -04006984 clp->cl_seqid = res.seqid;
Trond Myklebuste11259f2015-03-03 20:35:31 -05006985 }
Trond Myklebust32b01312012-05-26 13:41:04 -04006986
Chuck Leveracdeb692012-05-21 22:46:16 -04006987 kfree(clp->cl_serverowner);
6988 clp->cl_serverowner = res.server_owner;
6989 res.server_owner = NULL;
Chuck Leveracdeb692012-05-21 22:46:16 -04006990
Weston Andros Adamson7d2ed9a2012-02-17 15:20:26 -05006991 /* use the most recent implementation id */
Chuck Lever59155542012-05-21 22:44:41 -04006992 kfree(clp->cl_implid);
6993 clp->cl_implid = res.impl_id;
Weston Andros Adamson7d2ed9a2012-02-17 15:20:26 -05006994
Chuck Lever177313f2012-05-21 22:44:58 -04006995 if (clp->cl_serverscope != NULL &&
Chuck Lever79d4e1f2012-05-21 22:44:31 -04006996 !nfs41_same_server_scope(clp->cl_serverscope,
Weston Andros Adamson78fe0f42011-05-31 19:05:47 -04006997 res.server_scope)) {
6998 dprintk("%s: server_scope mismatch detected\n",
6999 __func__);
7000 set_bit(NFS4CLNT_SERVER_SCOPE_MISMATCH, &clp->cl_state);
Chuck Lever79d4e1f2012-05-21 22:44:31 -04007001 kfree(clp->cl_serverscope);
7002 clp->cl_serverscope = NULL;
Weston Andros Adamson78fe0f42011-05-31 19:05:47 -04007003 }
7004
Chuck Lever177313f2012-05-21 22:44:58 -04007005 if (clp->cl_serverscope == NULL) {
Chuck Lever79d4e1f2012-05-21 22:44:31 -04007006 clp->cl_serverscope = res.server_scope;
Weston Andros Adamsonabe9a6d2012-02-16 11:17:05 -05007007 goto out;
7008 }
Trond Myklebust32b01312012-05-26 13:41:04 -04007009 } else
7010 kfree(res.impl_id);
Weston Andros Adamson7d2ed9a2012-02-17 15:20:26 -05007011
Chuck Leveracdeb692012-05-21 22:46:16 -04007012out_server_owner:
7013 kfree(res.server_owner);
Weston Andros Adamson7d2ed9a2012-02-17 15:20:26 -05007014out_server_scope:
Weston Andros Adamsonabe9a6d2012-02-16 11:17:05 -05007015 kfree(res.server_scope);
7016out:
Chuck Lever177313f2012-05-21 22:44:58 -04007017 if (clp->cl_implid != NULL)
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04007018 dprintk("NFS reply exchange_id: Server Implementation ID: "
Weston Andros Adamson7d2ed9a2012-02-17 15:20:26 -05007019 "domain: %s, name: %s, date: %llu,%u\n",
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04007020 clp->cl_implid->domain, clp->cl_implid->name,
Chuck Lever59155542012-05-21 22:44:41 -04007021 clp->cl_implid->date.seconds,
7022 clp->cl_implid->date.nseconds);
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04007023 dprintk("NFS reply exchange_id: %d\n", status);
Benny Halevy99fe60d2009-04-01 09:22:29 -04007024 return status;
7025}
7026
Weston Andros Adamson2031cd12013-08-13 16:37:32 -04007027/*
7028 * nfs4_proc_exchange_id()
7029 *
7030 * Returns zero, a negative errno, or a negative NFS4ERR status code.
7031 *
7032 * Since the clientid has expired, all compounds using sessions
7033 * associated with the stale clientid will be returning
7034 * NFS4ERR_BADSESSION in the sequence operation, and will therefore
7035 * be in some phase of session reset.
7036 *
7037 * Will attempt to negotiate SP4_MACH_CRED if krb5i / krb5p auth is used.
7038 */
7039int nfs4_proc_exchange_id(struct nfs_client *clp, struct rpc_cred *cred)
7040{
7041 rpc_authflavor_t authflavor = clp->cl_rpcclient->cl_auth->au_flavor;
7042 int status;
7043
7044 /* try SP4_MACH_CRED if krb5i/p */
7045 if (authflavor == RPC_AUTH_GSS_KRB5I ||
7046 authflavor == RPC_AUTH_GSS_KRB5P) {
7047 status = _nfs4_proc_exchange_id(clp, cred, SP4_MACH_CRED);
7048 if (!status)
7049 return 0;
7050 }
7051
7052 /* try SP4_NONE */
7053 return _nfs4_proc_exchange_id(clp, cred, SP4_NONE);
7054}
7055
Trond Myklebust66245532012-05-25 17:18:09 -04007056static int _nfs4_proc_destroy_clientid(struct nfs_client *clp,
7057 struct rpc_cred *cred)
7058{
7059 struct rpc_message msg = {
7060 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_DESTROY_CLIENTID],
7061 .rpc_argp = clp,
7062 .rpc_cred = cred,
7063 };
7064 int status;
7065
7066 status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Trond Myklebustc6d01c62013-08-09 11:51:26 -04007067 trace_nfs4_destroy_clientid(clp, status);
Trond Myklebust66245532012-05-25 17:18:09 -04007068 if (status)
Trond Myklebust02c67522012-06-07 13:45:53 -04007069 dprintk("NFS: Got error %d from the server %s on "
Trond Myklebust66245532012-05-25 17:18:09 -04007070 "DESTROY_CLIENTID.", status, clp->cl_hostname);
7071 return status;
7072}
7073
7074static int nfs4_proc_destroy_clientid(struct nfs_client *clp,
7075 struct rpc_cred *cred)
7076{
7077 unsigned int loop;
7078 int ret;
7079
7080 for (loop = NFS4_MAX_LOOP_ON_RECOVER; loop != 0; loop--) {
7081 ret = _nfs4_proc_destroy_clientid(clp, cred);
7082 switch (ret) {
7083 case -NFS4ERR_DELAY:
7084 case -NFS4ERR_CLIENTID_BUSY:
7085 ssleep(1);
7086 break;
7087 default:
7088 return ret;
7089 }
7090 }
7091 return 0;
7092}
7093
7094int nfs4_destroy_clientid(struct nfs_client *clp)
7095{
7096 struct rpc_cred *cred;
7097 int ret = 0;
7098
7099 if (clp->cl_mvops->minor_version < 1)
7100 goto out;
7101 if (clp->cl_exchange_flags == 0)
7102 goto out;
Chuck Lever05f4c352012-09-14 17:24:32 -04007103 if (clp->cl_preserve_clid)
7104 goto out;
Chuck Lever73d8bde2013-07-24 12:28:37 -04007105 cred = nfs4_get_clid_cred(clp);
Trond Myklebust66245532012-05-25 17:18:09 -04007106 ret = nfs4_proc_destroy_clientid(clp, cred);
7107 if (cred)
7108 put_rpccred(cred);
7109 switch (ret) {
7110 case 0:
7111 case -NFS4ERR_STALE_CLIENTID:
7112 clp->cl_exchange_flags = 0;
7113 }
7114out:
7115 return ret;
7116}
7117
Andy Adamson2050f0c2009-04-01 09:22:30 -04007118struct nfs4_get_lease_time_data {
7119 struct nfs4_get_lease_time_args *args;
7120 struct nfs4_get_lease_time_res *res;
7121 struct nfs_client *clp;
7122};
7123
7124static void nfs4_get_lease_time_prepare(struct rpc_task *task,
7125 void *calldata)
7126{
Andy Adamson2050f0c2009-04-01 09:22:30 -04007127 struct nfs4_get_lease_time_data *data =
7128 (struct nfs4_get_lease_time_data *)calldata;
7129
7130 dprintk("--> %s\n", __func__);
7131 /* just setup sequence, do not trigger session recovery
7132 since we're invoked within one */
Trond Myklebustd9afbd12012-10-22 20:28:44 -04007133 nfs41_setup_sequence(data->clp->cl_session,
7134 &data->args->la_seq_args,
7135 &data->res->lr_seq_res,
7136 task);
Andy Adamson2050f0c2009-04-01 09:22:30 -04007137 dprintk("<-- %s\n", __func__);
7138}
7139
7140/*
7141 * Called from nfs4_state_manager thread for session setup, so don't recover
7142 * from sequence operation or clientid errors.
7143 */
7144static void nfs4_get_lease_time_done(struct rpc_task *task, void *calldata)
7145{
7146 struct nfs4_get_lease_time_data *data =
7147 (struct nfs4_get_lease_time_data *)calldata;
7148
7149 dprintk("--> %s\n", __func__);
Trond Myklebust14516c32010-07-31 14:29:06 -04007150 if (!nfs41_sequence_done(task, &data->res->lr_seq_res))
7151 return;
Andy Adamson2050f0c2009-04-01 09:22:30 -04007152 switch (task->tk_status) {
7153 case -NFS4ERR_DELAY:
7154 case -NFS4ERR_GRACE:
7155 dprintk("%s Retry: tk_status %d\n", __func__, task->tk_status);
7156 rpc_delay(task, NFS4_POLL_RETRY_MIN);
7157 task->tk_status = 0;
Andy Adamsona8a4ae32011-05-03 13:43:03 -04007158 /* fall through */
7159 case -NFS4ERR_RETRY_UNCACHED_REP:
Trond Myklebustd00c5d42011-10-19 12:17:29 -07007160 rpc_restart_call_prepare(task);
Andy Adamson2050f0c2009-04-01 09:22:30 -04007161 return;
7162 }
Andy Adamson2050f0c2009-04-01 09:22:30 -04007163 dprintk("<-- %s\n", __func__);
7164}
7165
Trond Myklebust17280172012-03-11 13:11:00 -04007166static const struct rpc_call_ops nfs4_get_lease_time_ops = {
Andy Adamson2050f0c2009-04-01 09:22:30 -04007167 .rpc_call_prepare = nfs4_get_lease_time_prepare,
7168 .rpc_call_done = nfs4_get_lease_time_done,
7169};
7170
7171int nfs4_proc_get_lease_time(struct nfs_client *clp, struct nfs_fsinfo *fsinfo)
7172{
7173 struct rpc_task *task;
7174 struct nfs4_get_lease_time_args args;
7175 struct nfs4_get_lease_time_res res = {
7176 .lr_fsinfo = fsinfo,
7177 };
7178 struct nfs4_get_lease_time_data data = {
7179 .args = &args,
7180 .res = &res,
7181 .clp = clp,
7182 };
7183 struct rpc_message msg = {
7184 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GET_LEASE_TIME],
7185 .rpc_argp = &args,
7186 .rpc_resp = &res,
7187 };
7188 struct rpc_task_setup task_setup = {
7189 .rpc_client = clp->cl_rpcclient,
7190 .rpc_message = &msg,
7191 .callback_ops = &nfs4_get_lease_time_ops,
Trond Myklebust1bd714f2011-04-24 14:29:33 -04007192 .callback_data = &data,
7193 .flags = RPC_TASK_TIMEOUT,
Andy Adamson2050f0c2009-04-01 09:22:30 -04007194 };
7195 int status;
7196
Chuck Levera9c92d62013-08-09 12:48:18 -04007197 nfs4_init_sequence(&args.la_seq_args, &res.lr_seq_res, 0);
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04007198 nfs4_set_sequence_privileged(&args.la_seq_args);
Andy Adamson2050f0c2009-04-01 09:22:30 -04007199 dprintk("--> %s\n", __func__);
7200 task = rpc_run_task(&task_setup);
7201
7202 if (IS_ERR(task))
7203 status = PTR_ERR(task);
7204 else {
7205 status = task->tk_status;
7206 rpc_put_task(task);
7207 }
7208 dprintk("<-- %s return %d\n", __func__, status);
7209
7210 return status;
7211}
7212
Andy Adamsonfc931582009-04-01 09:22:31 -04007213/*
7214 * Initialize the values to be used by the client in CREATE_SESSION
7215 * If nfs4_init_session set the fore channel request and response sizes,
7216 * use them.
7217 *
7218 * Set the back channel max_resp_sz_cached to zero to force the client to
7219 * always set csa_cachethis to FALSE because the current implementation
7220 * of the back channel DRC only supports caching the CB_SEQUENCE operation.
7221 */
7222static void nfs4_init_channel_attrs(struct nfs41_create_session_args *args)
7223{
Andy Adamson18aad3d2013-06-26 12:21:49 -04007224 unsigned int max_rqst_sz, max_resp_sz;
Andy Adamsonfc931582009-04-01 09:22:31 -04007225
Andy Adamson18aad3d2013-06-26 12:21:49 -04007226 max_rqst_sz = NFS_MAX_FILE_IO_SIZE + nfs41_maxwrite_overhead;
7227 max_resp_sz = NFS_MAX_FILE_IO_SIZE + nfs41_maxread_overhead;
7228
Andy Adamsonfc931582009-04-01 09:22:31 -04007229 /* Fore channel attributes */
Andy Adamson18aad3d2013-06-26 12:21:49 -04007230 args->fc_attrs.max_rqst_sz = max_rqst_sz;
7231 args->fc_attrs.max_resp_sz = max_resp_sz;
Andy Adamsonfc931582009-04-01 09:22:31 -04007232 args->fc_attrs.max_ops = NFS4_MAX_OPS;
Trond Myklebustef159e92012-02-06 19:50:40 -05007233 args->fc_attrs.max_reqs = max_session_slots;
Andy Adamsonfc931582009-04-01 09:22:31 -04007234
7235 dprintk("%s: Fore Channel : max_rqst_sz=%u max_resp_sz=%u "
Mike Sager8e0d46e2009-12-17 12:06:26 -05007236 "max_ops=%u max_reqs=%u\n",
Andy Adamsonfc931582009-04-01 09:22:31 -04007237 __func__,
7238 args->fc_attrs.max_rqst_sz, args->fc_attrs.max_resp_sz,
Mike Sager8e0d46e2009-12-17 12:06:26 -05007239 args->fc_attrs.max_ops, args->fc_attrs.max_reqs);
Andy Adamsonfc931582009-04-01 09:22:31 -04007240
7241 /* Back channel attributes */
Andy Adamsonfc931582009-04-01 09:22:31 -04007242 args->bc_attrs.max_rqst_sz = PAGE_SIZE;
7243 args->bc_attrs.max_resp_sz = PAGE_SIZE;
7244 args->bc_attrs.max_resp_sz_cached = 0;
7245 args->bc_attrs.max_ops = NFS4_MAX_BACK_CHANNEL_OPS;
7246 args->bc_attrs.max_reqs = 1;
7247
7248 dprintk("%s: Back Channel : max_rqst_sz=%u max_resp_sz=%u "
7249 "max_resp_sz_cached=%u max_ops=%u max_reqs=%u\n",
7250 __func__,
7251 args->bc_attrs.max_rqst_sz, args->bc_attrs.max_resp_sz,
7252 args->bc_attrs.max_resp_sz_cached, args->bc_attrs.max_ops,
7253 args->bc_attrs.max_reqs);
7254}
7255
Trond Myklebust79969dd2015-02-18 11:30:18 -08007256static int nfs4_verify_fore_channel_attrs(struct nfs41_create_session_args *args,
7257 struct nfs41_create_session_res *res)
Andy Adamson8d353012009-04-01 09:22:32 -04007258{
J. Bruce Fields43c2e882010-10-02 15:19:01 -04007259 struct nfs4_channel_attrs *sent = &args->fc_attrs;
Trond Myklebust79969dd2015-02-18 11:30:18 -08007260 struct nfs4_channel_attrs *rcvd = &res->fc_attrs;
J. Bruce Fields43c2e882010-10-02 15:19:01 -04007261
J. Bruce Fields43c2e882010-10-02 15:19:01 -04007262 if (rcvd->max_resp_sz > sent->max_resp_sz)
7263 return -EINVAL;
7264 /*
7265 * Our requested max_ops is the minimum we need; we're not
7266 * prepared to break up compounds into smaller pieces than that.
7267 * So, no point even trying to continue if the server won't
7268 * cooperate:
7269 */
7270 if (rcvd->max_ops < sent->max_ops)
7271 return -EINVAL;
7272 if (rcvd->max_reqs == 0)
7273 return -EINVAL;
Vitaliy Gusevb4b9a0c2012-02-15 19:38:25 +04007274 if (rcvd->max_reqs > NFS4_MAX_SLOT_TABLE)
7275 rcvd->max_reqs = NFS4_MAX_SLOT_TABLE;
J. Bruce Fields43c2e882010-10-02 15:19:01 -04007276 return 0;
Andy Adamson8d353012009-04-01 09:22:32 -04007277}
7278
Trond Myklebust79969dd2015-02-18 11:30:18 -08007279static int nfs4_verify_back_channel_attrs(struct nfs41_create_session_args *args,
7280 struct nfs41_create_session_res *res)
J. Bruce Fields43c2e882010-10-02 15:19:01 -04007281{
7282 struct nfs4_channel_attrs *sent = &args->bc_attrs;
Trond Myklebust79969dd2015-02-18 11:30:18 -08007283 struct nfs4_channel_attrs *rcvd = &res->bc_attrs;
Andy Adamson8d353012009-04-01 09:22:32 -04007284
Trond Myklebustb1c0df52015-02-18 11:34:58 -08007285 if (!(res->flags & SESSION4_BACK_CHAN))
7286 goto out;
J. Bruce Fields43c2e882010-10-02 15:19:01 -04007287 if (rcvd->max_rqst_sz > sent->max_rqst_sz)
7288 return -EINVAL;
7289 if (rcvd->max_resp_sz < sent->max_resp_sz)
7290 return -EINVAL;
7291 if (rcvd->max_resp_sz_cached > sent->max_resp_sz_cached)
7292 return -EINVAL;
7293 /* These would render the backchannel useless: */
Vitaliy Gusevb4b9a0c2012-02-15 19:38:25 +04007294 if (rcvd->max_ops != sent->max_ops)
J. Bruce Fields43c2e882010-10-02 15:19:01 -04007295 return -EINVAL;
Vitaliy Gusevb4b9a0c2012-02-15 19:38:25 +04007296 if (rcvd->max_reqs != sent->max_reqs)
J. Bruce Fields43c2e882010-10-02 15:19:01 -04007297 return -EINVAL;
Trond Myklebustb1c0df52015-02-18 11:34:58 -08007298out:
J. Bruce Fields43c2e882010-10-02 15:19:01 -04007299 return 0;
7300}
Andy Adamson8d353012009-04-01 09:22:32 -04007301
Andy Adamson8d353012009-04-01 09:22:32 -04007302static int nfs4_verify_channel_attrs(struct nfs41_create_session_args *args,
Trond Myklebust79969dd2015-02-18 11:30:18 -08007303 struct nfs41_create_session_res *res)
Andy Adamson8d353012009-04-01 09:22:32 -04007304{
J. Bruce Fields43c2e882010-10-02 15:19:01 -04007305 int ret;
Andy Adamson8d353012009-04-01 09:22:32 -04007306
Trond Myklebust79969dd2015-02-18 11:30:18 -08007307 ret = nfs4_verify_fore_channel_attrs(args, res);
J. Bruce Fields43c2e882010-10-02 15:19:01 -04007308 if (ret)
7309 return ret;
Trond Myklebust79969dd2015-02-18 11:30:18 -08007310 return nfs4_verify_back_channel_attrs(args, res);
7311}
7312
7313static void nfs4_update_session(struct nfs4_session *session,
7314 struct nfs41_create_session_res *res)
7315{
7316 nfs4_copy_sessionid(&session->sess_id, &res->sessionid);
Trond Myklebuste11259f2015-03-03 20:35:31 -05007317 /* Mark client id and session as being confirmed */
7318 session->clp->cl_exchange_flags |= EXCHGID4_FLAG_CONFIRMED_R;
7319 set_bit(NFS4_SESSION_ESTABLISHED, &session->session_state);
Trond Myklebust79969dd2015-02-18 11:30:18 -08007320 session->flags = res->flags;
7321 memcpy(&session->fc_attrs, &res->fc_attrs, sizeof(session->fc_attrs));
Trond Myklebustb1c0df52015-02-18 11:34:58 -08007322 if (res->flags & SESSION4_BACK_CHAN)
7323 memcpy(&session->bc_attrs, &res->bc_attrs,
7324 sizeof(session->bc_attrs));
Andy Adamson8d353012009-04-01 09:22:32 -04007325}
7326
Trond Myklebust848f5bd2012-05-25 17:51:23 -04007327static int _nfs4_proc_create_session(struct nfs_client *clp,
7328 struct rpc_cred *cred)
Andy Adamsonfc931582009-04-01 09:22:31 -04007329{
7330 struct nfs4_session *session = clp->cl_session;
7331 struct nfs41_create_session_args args = {
7332 .client = clp,
Trond Myklebust79969dd2015-02-18 11:30:18 -08007333 .clientid = clp->cl_clientid,
7334 .seqid = clp->cl_seqid,
Andy Adamsonfc931582009-04-01 09:22:31 -04007335 .cb_program = NFS4_CALLBACK,
7336 };
Trond Myklebust79969dd2015-02-18 11:30:18 -08007337 struct nfs41_create_session_res res;
7338
Andy Adamsonfc931582009-04-01 09:22:31 -04007339 struct rpc_message msg = {
7340 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_CREATE_SESSION],
7341 .rpc_argp = &args,
7342 .rpc_resp = &res,
Trond Myklebust848f5bd2012-05-25 17:51:23 -04007343 .rpc_cred = cred,
Andy Adamsonfc931582009-04-01 09:22:31 -04007344 };
7345 int status;
7346
7347 nfs4_init_channel_attrs(&args);
Andy Adamson0f914212009-04-01 09:23:16 -04007348 args.flags = (SESSION4_PERSIST | SESSION4_BACK_CHAN);
Andy Adamsonfc931582009-04-01 09:22:31 -04007349
Trond Myklebust1bd714f2011-04-24 14:29:33 -04007350 status = rpc_call_sync(session->clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Trond Myklebustc6d01c62013-08-09 11:51:26 -04007351 trace_nfs4_create_session(clp, status);
Andy Adamsonfc931582009-04-01 09:22:31 -04007352
Trond Myklebust43095d32012-11-20 11:13:12 -05007353 if (!status) {
Andy Adamson8d353012009-04-01 09:22:32 -04007354 /* Verify the session's negotiated channel_attrs values */
Trond Myklebust79969dd2015-02-18 11:30:18 -08007355 status = nfs4_verify_channel_attrs(&args, &res);
Andy Adamsonfc931582009-04-01 09:22:31 -04007356 /* Increment the clientid slot sequence id */
Trond Myklebust79969dd2015-02-18 11:30:18 -08007357 if (clp->cl_seqid == res.seqid)
7358 clp->cl_seqid++;
7359 if (status)
7360 goto out;
7361 nfs4_update_session(session, &res);
Andy Adamsonfc931582009-04-01 09:22:31 -04007362 }
Trond Myklebust79969dd2015-02-18 11:30:18 -08007363out:
Andy Adamsonfc931582009-04-01 09:22:31 -04007364 return status;
7365}
7366
7367/*
7368 * Issues a CREATE_SESSION operation to the server.
7369 * It is the responsibility of the caller to verify the session is
7370 * expired before calling this routine.
7371 */
Trond Myklebust848f5bd2012-05-25 17:51:23 -04007372int nfs4_proc_create_session(struct nfs_client *clp, struct rpc_cred *cred)
Andy Adamsonfc931582009-04-01 09:22:31 -04007373{
7374 int status;
7375 unsigned *ptr;
Andy Adamsonfc931582009-04-01 09:22:31 -04007376 struct nfs4_session *session = clp->cl_session;
7377
7378 dprintk("--> %s clp=%p session=%p\n", __func__, clp, session);
7379
Trond Myklebust848f5bd2012-05-25 17:51:23 -04007380 status = _nfs4_proc_create_session(clp, cred);
Andy Adamsonfc931582009-04-01 09:22:31 -04007381 if (status)
7382 goto out;
7383
Andy Adamsonaacd5532011-11-09 13:58:21 -05007384 /* Init or reset the session slot tables */
7385 status = nfs4_setup_session_slot_tables(session);
7386 dprintk("slot table setup returned %d\n", status);
Andy Adamsonfc931582009-04-01 09:22:31 -04007387 if (status)
7388 goto out;
7389
7390 ptr = (unsigned *)&session->sess_id.data[0];
7391 dprintk("%s client>seqid %d sessionid %u:%u:%u:%u\n", __func__,
7392 clp->cl_seqid, ptr[0], ptr[1], ptr[2], ptr[3]);
Andy Adamsonfc931582009-04-01 09:22:31 -04007393out:
7394 dprintk("<-- %s\n", __func__);
7395 return status;
7396}
7397
Andy Adamson0f3e66c2009-04-01 09:22:34 -04007398/*
7399 * Issue the over-the-wire RPC DESTROY_SESSION.
7400 * The caller must serialize access to this routine.
7401 */
Trond Myklebust848f5bd2012-05-25 17:51:23 -04007402int nfs4_proc_destroy_session(struct nfs4_session *session,
7403 struct rpc_cred *cred)
Andy Adamson0f3e66c2009-04-01 09:22:34 -04007404{
Trond Myklebust848f5bd2012-05-25 17:51:23 -04007405 struct rpc_message msg = {
7406 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_DESTROY_SESSION],
7407 .rpc_argp = session,
7408 .rpc_cred = cred,
7409 };
Andy Adamson0f3e66c2009-04-01 09:22:34 -04007410 int status = 0;
Andy Adamson0f3e66c2009-04-01 09:22:34 -04007411
7412 dprintk("--> nfs4_proc_destroy_session\n");
7413
7414 /* session is still being setup */
Trond Myklebuste11259f2015-03-03 20:35:31 -05007415 if (!test_and_clear_bit(NFS4_SESSION_ESTABLISHED, &session->session_state))
7416 return 0;
Andy Adamson0f3e66c2009-04-01 09:22:34 -04007417
Trond Myklebust1bd714f2011-04-24 14:29:33 -04007418 status = rpc_call_sync(session->clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Trond Myklebustc6d01c62013-08-09 11:51:26 -04007419 trace_nfs4_destroy_session(session->clp, status);
Andy Adamson0f3e66c2009-04-01 09:22:34 -04007420
7421 if (status)
Trond Myklebust08106ac2012-06-05 10:08:24 -04007422 dprintk("NFS: Got error %d from the server on DESTROY_SESSION. "
Andy Adamson0f3e66c2009-04-01 09:22:34 -04007423 "Session has been destroyed regardless...\n", status);
7424
7425 dprintk("<-- nfs4_proc_destroy_session\n");
7426 return status;
7427}
7428
Trond Myklebust7b38c362012-05-23 13:23:31 -04007429/*
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007430 * Renew the cl_session lease.
7431 */
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04007432struct nfs4_sequence_data {
7433 struct nfs_client *clp;
7434 struct nfs4_sequence_args args;
7435 struct nfs4_sequence_res res;
7436};
7437
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08007438static void nfs41_sequence_release(void *data)
7439{
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04007440 struct nfs4_sequence_data *calldata = data;
7441 struct nfs_client *clp = calldata->clp;
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08007442
Alexandros Batsakis71358402010-02-05 03:45:05 -08007443 if (atomic_read(&clp->cl_count) > 1)
7444 nfs4_schedule_state_renewal(clp);
7445 nfs_put_client(clp);
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04007446 kfree(calldata);
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08007447}
7448
Trond Myklebustaa5190d2010-06-16 09:52:25 -04007449static int nfs41_sequence_handle_errors(struct rpc_task *task, struct nfs_client *clp)
7450{
7451 switch(task->tk_status) {
7452 case -NFS4ERR_DELAY:
Trond Myklebustaa5190d2010-06-16 09:52:25 -04007453 rpc_delay(task, NFS4_POLL_RETRY_MAX);
7454 return -EAGAIN;
7455 default:
Trond Myklebust0400a6b2011-03-09 16:00:53 -05007456 nfs4_schedule_lease_recovery(clp);
Trond Myklebustaa5190d2010-06-16 09:52:25 -04007457 }
7458 return 0;
7459}
7460
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08007461static void nfs41_sequence_call_done(struct rpc_task *task, void *data)
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007462{
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04007463 struct nfs4_sequence_data *calldata = data;
7464 struct nfs_client *clp = calldata->clp;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007465
Trond Myklebust14516c32010-07-31 14:29:06 -04007466 if (!nfs41_sequence_done(task, task->tk_msg.rpc_resp))
7467 return;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007468
Trond Myklebustc6d01c62013-08-09 11:51:26 -04007469 trace_nfs4_sequence(clp, task->tk_status);
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007470 if (task->tk_status < 0) {
7471 dprintk("%s ERROR %d\n", __func__, task->tk_status);
Alexandros Batsakis71358402010-02-05 03:45:05 -08007472 if (atomic_read(&clp->cl_count) == 1)
7473 goto out;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007474
Trond Myklebustaa5190d2010-06-16 09:52:25 -04007475 if (nfs41_sequence_handle_errors(task, clp) == -EAGAIN) {
7476 rpc_restart_call_prepare(task);
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007477 return;
7478 }
7479 }
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007480 dprintk("%s rpc_cred %p\n", __func__, task->tk_msg.rpc_cred);
Alexandros Batsakis71358402010-02-05 03:45:05 -08007481out:
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007482 dprintk("<-- %s\n", __func__);
7483}
7484
7485static void nfs41_sequence_prepare(struct rpc_task *task, void *data)
7486{
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04007487 struct nfs4_sequence_data *calldata = data;
7488 struct nfs_client *clp = calldata->clp;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007489 struct nfs4_sequence_args *args;
7490 struct nfs4_sequence_res *res;
7491
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007492 args = task->tk_msg.rpc_argp;
7493 res = task->tk_msg.rpc_resp;
7494
Trond Myklebustd9afbd12012-10-22 20:28:44 -04007495 nfs41_setup_sequence(clp->cl_session, args, res, task);
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007496}
7497
7498static const struct rpc_call_ops nfs41_sequence_ops = {
7499 .rpc_call_done = nfs41_sequence_call_done,
7500 .rpc_call_prepare = nfs41_sequence_prepare,
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08007501 .rpc_release = nfs41_sequence_release,
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007502};
7503
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04007504static struct rpc_task *_nfs41_proc_sequence(struct nfs_client *clp,
7505 struct rpc_cred *cred,
7506 bool is_privileged)
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007507{
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04007508 struct nfs4_sequence_data *calldata;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007509 struct rpc_message msg = {
7510 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SEQUENCE],
7511 .rpc_cred = cred,
7512 };
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007513 struct rpc_task_setup task_setup_data = {
7514 .rpc_client = clp->cl_rpcclient,
7515 .rpc_message = &msg,
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04007516 .callback_ops = &nfs41_sequence_ops,
Trond Myklebustbc7a05c2013-04-08 17:50:28 -04007517 .flags = RPC_TASK_ASYNC | RPC_TASK_TIMEOUT,
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007518 };
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007519
Alexandros Batsakis71358402010-02-05 03:45:05 -08007520 if (!atomic_inc_not_zero(&clp->cl_count))
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007521 return ERR_PTR(-EIO);
Benny Halevydfb4f3092010-09-24 09:17:01 -04007522 calldata = kzalloc(sizeof(*calldata), GFP_NOFS);
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04007523 if (calldata == NULL) {
Alexandros Batsakis71358402010-02-05 03:45:05 -08007524 nfs_put_client(clp);
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007525 return ERR_PTR(-ENOMEM);
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007526 }
Chuck Levera9c92d62013-08-09 12:48:18 -04007527 nfs4_init_sequence(&calldata->args, &calldata->res, 0);
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04007528 if (is_privileged)
7529 nfs4_set_sequence_privileged(&calldata->args);
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04007530 msg.rpc_argp = &calldata->args;
7531 msg.rpc_resp = &calldata->res;
7532 calldata->clp = clp;
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007533 task_setup_data.callback_data = calldata;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007534
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007535 return rpc_run_task(&task_setup_data);
7536}
7537
Trond Myklebust2f60ea62011-08-24 15:07:37 -04007538static int nfs41_proc_async_sequence(struct nfs_client *clp, struct rpc_cred *cred, unsigned renew_flags)
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007539{
7540 struct rpc_task *task;
7541 int ret = 0;
7542
Trond Myklebust2f60ea62011-08-24 15:07:37 -04007543 if ((renew_flags & NFS4_RENEW_TIMEOUT) == 0)
Andy Adamsond1f456b2014-09-29 12:31:57 -04007544 return -EAGAIN;
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04007545 task = _nfs41_proc_sequence(clp, cred, false);
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007546 if (IS_ERR(task))
7547 ret = PTR_ERR(task);
7548 else
Trond Myklebustbf294b42011-02-21 11:05:41 -08007549 rpc_put_task_async(task);
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007550 dprintk("<-- %s status=%d\n", __func__, ret);
7551 return ret;
7552}
7553
7554static int nfs4_proc_sequence(struct nfs_client *clp, struct rpc_cred *cred)
7555{
7556 struct rpc_task *task;
7557 int ret;
7558
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04007559 task = _nfs41_proc_sequence(clp, cred, true);
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007560 if (IS_ERR(task)) {
7561 ret = PTR_ERR(task);
7562 goto out;
7563 }
7564 ret = rpc_wait_for_completion_task(task);
Trond Myklebustb4410c22011-03-09 16:00:55 -05007565 if (!ret) {
7566 struct nfs4_sequence_res *res = task->tk_msg.rpc_resp;
7567
7568 if (task->tk_status == 0)
7569 nfs41_handle_sequence_flag_errors(clp, res->sr_status_flags);
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007570 ret = task->tk_status;
Trond Myklebustb4410c22011-03-09 16:00:55 -05007571 }
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007572 rpc_put_task(task);
7573out:
7574 dprintk("<-- %s status=%d\n", __func__, ret);
7575 return ret;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007576}
7577
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007578struct nfs4_reclaim_complete_data {
7579 struct nfs_client *clp;
7580 struct nfs41_reclaim_complete_args arg;
7581 struct nfs41_reclaim_complete_res res;
7582};
7583
7584static void nfs4_reclaim_complete_prepare(struct rpc_task *task, void *data)
7585{
7586 struct nfs4_reclaim_complete_data *calldata = data;
7587
Trond Myklebustd9afbd12012-10-22 20:28:44 -04007588 nfs41_setup_sequence(calldata->clp->cl_session,
7589 &calldata->arg.seq_args,
7590 &calldata->res.seq_res,
7591 task);
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007592}
7593
Trond Myklebustaa5190d2010-06-16 09:52:25 -04007594static int nfs41_reclaim_complete_handle_errors(struct rpc_task *task, struct nfs_client *clp)
7595{
7596 switch(task->tk_status) {
7597 case 0:
7598 case -NFS4ERR_COMPLETE_ALREADY:
7599 case -NFS4ERR_WRONG_CRED: /* What to do here? */
7600 break;
7601 case -NFS4ERR_DELAY:
Trond Myklebustaa5190d2010-06-16 09:52:25 -04007602 rpc_delay(task, NFS4_POLL_RETRY_MAX);
Andy Adamsona8a4ae32011-05-03 13:43:03 -04007603 /* fall through */
7604 case -NFS4ERR_RETRY_UNCACHED_REP:
Trond Myklebustaa5190d2010-06-16 09:52:25 -04007605 return -EAGAIN;
7606 default:
Trond Myklebust0400a6b2011-03-09 16:00:53 -05007607 nfs4_schedule_lease_recovery(clp);
Trond Myklebustaa5190d2010-06-16 09:52:25 -04007608 }
7609 return 0;
7610}
7611
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007612static void nfs4_reclaim_complete_done(struct rpc_task *task, void *data)
7613{
7614 struct nfs4_reclaim_complete_data *calldata = data;
7615 struct nfs_client *clp = calldata->clp;
7616 struct nfs4_sequence_res *res = &calldata->res.seq_res;
7617
7618 dprintk("--> %s\n", __func__);
Trond Myklebust14516c32010-07-31 14:29:06 -04007619 if (!nfs41_sequence_done(task, res))
7620 return;
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007621
Trond Myklebustc6d01c62013-08-09 11:51:26 -04007622 trace_nfs4_reclaim_complete(clp, task->tk_status);
Trond Myklebustaa5190d2010-06-16 09:52:25 -04007623 if (nfs41_reclaim_complete_handle_errors(task, clp) == -EAGAIN) {
7624 rpc_restart_call_prepare(task);
7625 return;
7626 }
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007627 dprintk("<-- %s\n", __func__);
7628}
7629
7630static void nfs4_free_reclaim_complete_data(void *data)
7631{
7632 struct nfs4_reclaim_complete_data *calldata = data;
7633
7634 kfree(calldata);
7635}
7636
7637static const struct rpc_call_ops nfs4_reclaim_complete_call_ops = {
7638 .rpc_call_prepare = nfs4_reclaim_complete_prepare,
7639 .rpc_call_done = nfs4_reclaim_complete_done,
7640 .rpc_release = nfs4_free_reclaim_complete_data,
7641};
7642
7643/*
7644 * Issue a global reclaim complete.
7645 */
Trond Myklebust965e9c22013-05-20 11:05:17 -04007646static int nfs41_proc_reclaim_complete(struct nfs_client *clp,
7647 struct rpc_cred *cred)
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007648{
7649 struct nfs4_reclaim_complete_data *calldata;
7650 struct rpc_task *task;
7651 struct rpc_message msg = {
7652 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RECLAIM_COMPLETE],
Trond Myklebust965e9c22013-05-20 11:05:17 -04007653 .rpc_cred = cred,
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007654 };
7655 struct rpc_task_setup task_setup_data = {
7656 .rpc_client = clp->cl_rpcclient,
7657 .rpc_message = &msg,
7658 .callback_ops = &nfs4_reclaim_complete_call_ops,
7659 .flags = RPC_TASK_ASYNC,
7660 };
7661 int status = -ENOMEM;
7662
7663 dprintk("--> %s\n", __func__);
Trond Myklebust8535b2b2010-05-13 12:51:01 -04007664 calldata = kzalloc(sizeof(*calldata), GFP_NOFS);
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007665 if (calldata == NULL)
7666 goto out;
7667 calldata->clp = clp;
7668 calldata->arg.one_fs = 0;
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007669
Chuck Levera9c92d62013-08-09 12:48:18 -04007670 nfs4_init_sequence(&calldata->arg.seq_args, &calldata->res.seq_res, 0);
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04007671 nfs4_set_sequence_privileged(&calldata->arg.seq_args);
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007672 msg.rpc_argp = &calldata->arg;
7673 msg.rpc_resp = &calldata->res;
7674 task_setup_data.callback_data = calldata;
7675 task = rpc_run_task(&task_setup_data);
Dan Carpenteracf82b82010-04-22 11:28:39 +02007676 if (IS_ERR(task)) {
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007677 status = PTR_ERR(task);
Dan Carpenteracf82b82010-04-22 11:28:39 +02007678 goto out;
7679 }
Andy Adamsonc34c32e2011-03-09 13:13:46 -05007680 status = nfs4_wait_for_completion_rpc_task(task);
7681 if (status == 0)
7682 status = task->tk_status;
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007683 rpc_put_task(task);
Dan Carpenteracf82b82010-04-22 11:28:39 +02007684 return 0;
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007685out:
7686 dprintk("<-- %s status=%d\n", __func__, status);
7687 return status;
7688}
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007689
7690static void
7691nfs4_layoutget_prepare(struct rpc_task *task, void *calldata)
7692{
7693 struct nfs4_layoutget *lgp = calldata;
Fred Isamanc31663d2011-01-06 11:36:24 +00007694 struct nfs_server *server = NFS_SERVER(lgp->args.inode);
Trond Myklebust6ba7db32012-10-22 20:07:20 -04007695 struct nfs4_session *session = nfs4_get_session(server);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007696
7697 dprintk("--> %s\n", __func__);
Fred Isamanc31663d2011-01-06 11:36:24 +00007698 /* Note the is a race here, where a CB_LAYOUTRECALL can come in
7699 * right now covering the LAYOUTGET we are about to send.
7700 * However, that is not so catastrophic, and there seems
7701 * to be no way to prevent it completely.
7702 */
Trond Myklebust6ba7db32012-10-22 20:07:20 -04007703 if (nfs41_setup_sequence(session, &lgp->args.seq_args,
Trond Myklebust9d12b212012-01-17 22:04:25 -05007704 &lgp->res.seq_res, task))
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007705 return;
Fred Isamancf7d63f2011-01-06 11:36:25 +00007706 if (pnfs_choose_layoutget_stateid(&lgp->args.stateid,
7707 NFS_I(lgp->args.inode)->layout,
Peng Taoce6ab4f2014-09-06 00:53:24 +08007708 &lgp->args.range,
Fred Isamancf7d63f2011-01-06 11:36:25 +00007709 lgp->args.ctx->state)) {
7710 rpc_exit(task, NFS4_OK);
Fred Isamancf7d63f2011-01-06 11:36:25 +00007711 }
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007712}
7713
7714static void nfs4_layoutget_done(struct rpc_task *task, void *calldata)
7715{
7716 struct nfs4_layoutget *lgp = calldata;
Trond Myklebustee314c22012-10-01 17:25:48 -07007717 struct inode *inode = lgp->args.inode;
7718 struct nfs_server *server = NFS_SERVER(inode);
7719 struct pnfs_layout_hdr *lo;
7720 struct nfs4_state *state = NULL;
Boaz Harroshed7e5422014-01-22 20:34:54 +02007721 unsigned long timeo, now, giveup;
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007722
Boaz Harroshed7e5422014-01-22 20:34:54 +02007723 dprintk("--> %s tk_status => %d\n", __func__, -task->tk_status);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007724
Trond Myklebust6ba7db32012-10-22 20:07:20 -04007725 if (!nfs41_sequence_done(task, &lgp->res.seq_res))
Trond Myklebustee314c22012-10-01 17:25:48 -07007726 goto out;
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007727
7728 switch (task->tk_status) {
7729 case 0:
Trond Myklebustee314c22012-10-01 17:25:48 -07007730 goto out;
Boaz Harroshed7e5422014-01-22 20:34:54 +02007731 /*
7732 * NFS4ERR_LAYOUTTRYLATER is a conflict with another client
7733 * (or clients) writing to the same RAID stripe
7734 */
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007735 case -NFS4ERR_LAYOUTTRYLATER:
Boaz Harroshed7e5422014-01-22 20:34:54 +02007736 /*
7737 * NFS4ERR_RECALLCONFLICT is when conflict with self (must recall
7738 * existing layout before getting a new one).
7739 */
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007740 case -NFS4ERR_RECALLCONFLICT:
Weston Andros Adamson30005122013-02-28 20:30:10 -05007741 timeo = rpc_get_timeout(task->tk_client);
7742 giveup = lgp->args.timestamp + timeo;
Boaz Harroshed7e5422014-01-22 20:34:54 +02007743 now = jiffies;
7744 if (time_after(giveup, now)) {
7745 unsigned long delay;
7746
7747 /* Delay for:
7748 * - Not less then NFS4_POLL_RETRY_MIN.
7749 * - One last time a jiffie before we give up
7750 * - exponential backoff (time_now minus start_attempt)
7751 */
7752 delay = max_t(unsigned long, NFS4_POLL_RETRY_MIN,
7753 min((giveup - now - 1),
7754 now - lgp->args.timestamp));
7755
7756 dprintk("%s: NFS4ERR_RECALLCONFLICT waiting %lu\n",
7757 __func__, delay);
7758 rpc_delay(task, delay);
7759 task->tk_status = 0;
7760 rpc_restart_call_prepare(task);
7761 goto out; /* Do not call nfs4_async_handle_error() */
7762 }
Trond Myklebustee314c22012-10-01 17:25:48 -07007763 break;
7764 case -NFS4ERR_EXPIRED:
7765 case -NFS4ERR_BAD_STATEID:
7766 spin_lock(&inode->i_lock);
7767 lo = NFS_I(inode)->layout;
7768 if (!lo || list_empty(&lo->plh_segs)) {
7769 spin_unlock(&inode->i_lock);
7770 /* If the open stateid was bad, then recover it. */
7771 state = lgp->args.ctx->state;
7772 } else {
7773 LIST_HEAD(head);
7774
Christoph Hellwigdefb8462014-08-21 11:09:21 -05007775 /*
7776 * Mark the bad layout state as invalid, then retry
7777 * with the current stateid.
7778 */
Trond Myklebustee314c22012-10-01 17:25:48 -07007779 pnfs_mark_matching_lsegs_invalid(lo, &head, NULL);
7780 spin_unlock(&inode->i_lock);
Trond Myklebustee314c22012-10-01 17:25:48 -07007781 pnfs_free_lseg_list(&head);
Christoph Hellwigdefb8462014-08-21 11:09:21 -05007782
7783 task->tk_status = 0;
7784 rpc_restart_call_prepare(task);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007785 }
7786 }
NeilBrown8478eaa2014-09-18 16:09:27 +10007787 if (nfs4_async_handle_error(task, server, state, NULL) == -EAGAIN)
Trond Myklebustee314c22012-10-01 17:25:48 -07007788 rpc_restart_call_prepare(task);
7789out:
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007790 dprintk("<-- %s\n", __func__);
7791}
7792
Idan Kedar85541162012-08-02 11:47:10 +03007793static size_t max_response_pages(struct nfs_server *server)
7794{
7795 u32 max_resp_sz = server->nfs_client->cl_session->fc_attrs.max_resp_sz;
7796 return nfs_page_array_len(0, max_resp_sz);
7797}
7798
7799static void nfs4_free_pages(struct page **pages, size_t size)
7800{
7801 int i;
7802
7803 if (!pages)
7804 return;
7805
7806 for (i = 0; i < size; i++) {
7807 if (!pages[i])
7808 break;
7809 __free_page(pages[i]);
7810 }
7811 kfree(pages);
7812}
7813
7814static struct page **nfs4_alloc_pages(size_t size, gfp_t gfp_flags)
7815{
7816 struct page **pages;
7817 int i;
7818
7819 pages = kcalloc(size, sizeof(struct page *), gfp_flags);
7820 if (!pages) {
7821 dprintk("%s: can't alloc array of %zu pages\n", __func__, size);
7822 return NULL;
7823 }
7824
7825 for (i = 0; i < size; i++) {
7826 pages[i] = alloc_page(gfp_flags);
7827 if (!pages[i]) {
7828 dprintk("%s: failed to allocate page\n", __func__);
7829 nfs4_free_pages(pages, size);
7830 return NULL;
7831 }
7832 }
7833
7834 return pages;
7835}
7836
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007837static void nfs4_layoutget_release(void *calldata)
7838{
7839 struct nfs4_layoutget *lgp = calldata;
Weston Andros Adamsona47970f2013-02-25 21:27:33 -05007840 struct inode *inode = lgp->args.inode;
7841 struct nfs_server *server = NFS_SERVER(inode);
Idan Kedar85541162012-08-02 11:47:10 +03007842 size_t max_pages = max_response_pages(server);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007843
7844 dprintk("--> %s\n", __func__);
Idan Kedar85541162012-08-02 11:47:10 +03007845 nfs4_free_pages(lgp->args.layout.pages, max_pages);
Weston Andros Adamsona47970f2013-02-25 21:27:33 -05007846 pnfs_put_layout_hdr(NFS_I(inode)->layout);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007847 put_nfs_open_context(lgp->args.ctx);
7848 kfree(calldata);
7849 dprintk("<-- %s\n", __func__);
7850}
7851
7852static const struct rpc_call_ops nfs4_layoutget_call_ops = {
7853 .rpc_call_prepare = nfs4_layoutget_prepare,
7854 .rpc_call_done = nfs4_layoutget_done,
7855 .rpc_release = nfs4_layoutget_release,
7856};
7857
Trond Myklebusta0b0a6e2012-09-17 17:12:15 -04007858struct pnfs_layout_segment *
7859nfs4_proc_layoutget(struct nfs4_layoutget *lgp, gfp_t gfp_flags)
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007860{
Weston Andros Adamsona47970f2013-02-25 21:27:33 -05007861 struct inode *inode = lgp->args.inode;
7862 struct nfs_server *server = NFS_SERVER(inode);
Idan Kedar85541162012-08-02 11:47:10 +03007863 size_t max_pages = max_response_pages(server);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007864 struct rpc_task *task;
7865 struct rpc_message msg = {
7866 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LAYOUTGET],
7867 .rpc_argp = &lgp->args,
7868 .rpc_resp = &lgp->res,
Trond Myklebust6ab59342013-05-20 10:49:34 -04007869 .rpc_cred = lgp->cred,
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007870 };
7871 struct rpc_task_setup task_setup_data = {
7872 .rpc_client = server->client,
7873 .rpc_message = &msg,
7874 .callback_ops = &nfs4_layoutget_call_ops,
7875 .callback_data = lgp,
7876 .flags = RPC_TASK_ASYNC,
7877 };
Trond Myklebusta0b0a6e2012-09-17 17:12:15 -04007878 struct pnfs_layout_segment *lseg = NULL;
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007879 int status = 0;
7880
7881 dprintk("--> %s\n", __func__);
7882
Peng Tao4bd5a9802014-11-17 11:05:17 +08007883 /* nfs4_layoutget_release calls pnfs_put_layout_hdr */
7884 pnfs_get_layout_hdr(NFS_I(inode)->layout);
7885
Idan Kedar85541162012-08-02 11:47:10 +03007886 lgp->args.layout.pages = nfs4_alloc_pages(max_pages, gfp_flags);
7887 if (!lgp->args.layout.pages) {
7888 nfs4_layoutget_release(lgp);
Trond Myklebusta0b0a6e2012-09-17 17:12:15 -04007889 return ERR_PTR(-ENOMEM);
Idan Kedar85541162012-08-02 11:47:10 +03007890 }
7891 lgp->args.layout.pglen = max_pages * PAGE_SIZE;
Weston Andros Adamson30005122013-02-28 20:30:10 -05007892 lgp->args.timestamp = jiffies;
Idan Kedar85541162012-08-02 11:47:10 +03007893
Weston Andros Adamson35124a02011-03-24 16:48:21 -04007894 lgp->res.layoutp = &lgp->args.layout;
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007895 lgp->res.seq_res.sr_slot = NULL;
Chuck Levera9c92d62013-08-09 12:48:18 -04007896 nfs4_init_sequence(&lgp->args.seq_args, &lgp->res.seq_res, 0);
Weston Andros Adamsona47970f2013-02-25 21:27:33 -05007897
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007898 task = rpc_run_task(&task_setup_data);
7899 if (IS_ERR(task))
Trond Myklebusta0b0a6e2012-09-17 17:12:15 -04007900 return ERR_CAST(task);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007901 status = nfs4_wait_for_completion_rpc_task(task);
Fred Isamanc31663d2011-01-06 11:36:24 +00007902 if (status == 0)
7903 status = task->tk_status;
Trond Myklebust1037e6e2013-08-14 16:36:51 -04007904 trace_nfs4_layoutget(lgp->args.ctx,
7905 &lgp->args.range,
7906 &lgp->res.range,
7907 status);
Weston Andros Adamson085b7a42013-02-15 16:03:46 -05007908 /* if layoutp->len is 0, nfs4_layoutget_prepare called rpc_exit */
7909 if (status == 0 && lgp->res.layoutp->len)
Trond Myklebusta0b0a6e2012-09-17 17:12:15 -04007910 lseg = pnfs_layout_process(lgp);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007911 rpc_put_task(task);
7912 dprintk("<-- %s status=%d\n", __func__, status);
Trond Myklebusta0b0a6e2012-09-17 17:12:15 -04007913 if (status)
7914 return ERR_PTR(status);
7915 return lseg;
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007916}
7917
Benny Halevycbe82602011-05-22 19:52:37 +03007918static void
7919nfs4_layoutreturn_prepare(struct rpc_task *task, void *calldata)
7920{
7921 struct nfs4_layoutreturn *lrp = calldata;
7922
7923 dprintk("--> %s\n", __func__);
Trond Myklebustd9afbd12012-10-22 20:28:44 -04007924 nfs41_setup_sequence(lrp->clp->cl_session,
7925 &lrp->args.seq_args,
7926 &lrp->res.seq_res,
7927 task);
Benny Halevycbe82602011-05-22 19:52:37 +03007928}
7929
7930static void nfs4_layoutreturn_done(struct rpc_task *task, void *calldata)
7931{
7932 struct nfs4_layoutreturn *lrp = calldata;
7933 struct nfs_server *server;
7934
7935 dprintk("--> %s\n", __func__);
7936
Trond Myklebust6ba7db32012-10-22 20:07:20 -04007937 if (!nfs41_sequence_done(task, &lrp->res.seq_res))
Benny Halevycbe82602011-05-22 19:52:37 +03007938 return;
7939
7940 server = NFS_SERVER(lrp->args.inode);
Trond Myklebustf22e5ed2013-12-04 12:09:45 -05007941 switch (task->tk_status) {
7942 default:
7943 task->tk_status = 0;
7944 case 0:
7945 break;
7946 case -NFS4ERR_DELAY:
NeilBrown8478eaa2014-09-18 16:09:27 +10007947 if (nfs4_async_handle_error(task, server, NULL, NULL) != -EAGAIN)
Trond Myklebustf22e5ed2013-12-04 12:09:45 -05007948 break;
Trond Myklebustd00c5d42011-10-19 12:17:29 -07007949 rpc_restart_call_prepare(task);
Benny Halevycbe82602011-05-22 19:52:37 +03007950 return;
7951 }
Benny Halevycbe82602011-05-22 19:52:37 +03007952 dprintk("<-- %s\n", __func__);
7953}
7954
7955static void nfs4_layoutreturn_release(void *calldata)
7956{
7957 struct nfs4_layoutreturn *lrp = calldata;
Trond Myklebust849b2862012-09-24 14:18:39 -04007958 struct pnfs_layout_hdr *lo = lrp->args.layout;
Benny Halevycbe82602011-05-22 19:52:37 +03007959
7960 dprintk("--> %s\n", __func__);
Trond Myklebust849b2862012-09-24 14:18:39 -04007961 spin_lock(&lo->plh_inode->i_lock);
7962 if (lrp->res.lrs_present)
7963 pnfs_set_layout_stateid(lo, &lrp->res.stateid, true);
Tom Haynesd67ae822014-12-11 17:02:04 -05007964 pnfs_clear_layoutreturn_waitbit(lo);
Peng Tao193e3aa2014-11-17 09:30:41 +08007965 clear_bit(NFS_LAYOUT_RETURN_BEFORE_CLOSE, &lo->plh_flags);
7966 rpc_wake_up(&NFS_SERVER(lo->plh_inode)->roc_rpcwaitq);
Trond Myklebust849b2862012-09-24 14:18:39 -04007967 lo->plh_block_lgets--;
7968 spin_unlock(&lo->plh_inode->i_lock);
Trond Myklebust70c3bd22012-09-18 20:51:13 -04007969 pnfs_put_layout_hdr(lrp->args.layout);
Trond Myklebust5a0ec8ac2015-02-05 16:35:16 -05007970 nfs_iput_and_deactive(lrp->inode);
Benny Halevycbe82602011-05-22 19:52:37 +03007971 kfree(calldata);
7972 dprintk("<-- %s\n", __func__);
7973}
7974
7975static const struct rpc_call_ops nfs4_layoutreturn_call_ops = {
7976 .rpc_call_prepare = nfs4_layoutreturn_prepare,
7977 .rpc_call_done = nfs4_layoutreturn_done,
7978 .rpc_release = nfs4_layoutreturn_release,
7979};
7980
Peng Tao6c166052014-11-17 09:30:40 +08007981int nfs4_proc_layoutreturn(struct nfs4_layoutreturn *lrp, bool sync)
Benny Halevycbe82602011-05-22 19:52:37 +03007982{
7983 struct rpc_task *task;
7984 struct rpc_message msg = {
7985 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LAYOUTRETURN],
7986 .rpc_argp = &lrp->args,
7987 .rpc_resp = &lrp->res,
Trond Myklebust95560002013-05-20 10:43:47 -04007988 .rpc_cred = lrp->cred,
Benny Halevycbe82602011-05-22 19:52:37 +03007989 };
7990 struct rpc_task_setup task_setup_data = {
Andy Adamson1771c572013-07-22 12:42:05 -04007991 .rpc_client = NFS_SERVER(lrp->args.inode)->client,
Benny Halevycbe82602011-05-22 19:52:37 +03007992 .rpc_message = &msg,
7993 .callback_ops = &nfs4_layoutreturn_call_ops,
7994 .callback_data = lrp,
7995 };
Peng Tao6c166052014-11-17 09:30:40 +08007996 int status = 0;
Benny Halevycbe82602011-05-22 19:52:37 +03007997
7998 dprintk("--> %s\n", __func__);
Trond Myklebust5a0ec8ac2015-02-05 16:35:16 -05007999 if (!sync) {
8000 lrp->inode = nfs_igrab_and_active(lrp->args.inode);
8001 if (!lrp->inode) {
8002 nfs4_layoutreturn_release(lrp);
8003 return -EAGAIN;
8004 }
8005 task_setup_data.flags |= RPC_TASK_ASYNC;
8006 }
Chuck Levera9c92d62013-08-09 12:48:18 -04008007 nfs4_init_sequence(&lrp->args.seq_args, &lrp->res.seq_res, 1);
Benny Halevycbe82602011-05-22 19:52:37 +03008008 task = rpc_run_task(&task_setup_data);
8009 if (IS_ERR(task))
8010 return PTR_ERR(task);
Trond Myklebust5a0ec8ac2015-02-05 16:35:16 -05008011 if (sync)
8012 status = task->tk_status;
Trond Myklebust1037e6e2013-08-14 16:36:51 -04008013 trace_nfs4_layoutreturn(lrp->args.inode, status);
Benny Halevycbe82602011-05-22 19:52:37 +03008014 dprintk("<-- %s status=%d\n", __func__, status);
8015 rpc_put_task(task);
8016 return status;
8017}
8018
Andy Adamsonb1f69b72010-10-20 00:18:03 -04008019static int
Trond Myklebustcd5875f2013-05-20 11:42:54 -04008020_nfs4_proc_getdeviceinfo(struct nfs_server *server,
8021 struct pnfs_device *pdev,
8022 struct rpc_cred *cred)
Andy Adamsonb1f69b72010-10-20 00:18:03 -04008023{
8024 struct nfs4_getdeviceinfo_args args = {
8025 .pdev = pdev,
Trond Myklebust4e590802015-03-09 14:01:25 -04008026 .notify_types = NOTIFY_DEVICEID4_CHANGE |
8027 NOTIFY_DEVICEID4_DELETE,
Andy Adamsonb1f69b72010-10-20 00:18:03 -04008028 };
8029 struct nfs4_getdeviceinfo_res res = {
8030 .pdev = pdev,
8031 };
8032 struct rpc_message msg = {
8033 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GETDEVICEINFO],
8034 .rpc_argp = &args,
8035 .rpc_resp = &res,
Trond Myklebustcd5875f2013-05-20 11:42:54 -04008036 .rpc_cred = cred,
Andy Adamsonb1f69b72010-10-20 00:18:03 -04008037 };
8038 int status;
8039
8040 dprintk("--> %s\n", __func__);
Bryan Schumaker7c513052011-03-24 17:12:24 +00008041 status = nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Trond Myklebust4e590802015-03-09 14:01:25 -04008042 if (res.notification & ~args.notify_types)
8043 dprintk("%s: unsupported notification\n", __func__);
Trond Myklebustdf526992015-03-09 14:48:32 -04008044 if (res.notification != args.notify_types)
8045 pdev->nocache = 1;
Trond Myklebust4e590802015-03-09 14:01:25 -04008046
Andy Adamsonb1f69b72010-10-20 00:18:03 -04008047 dprintk("<-- %s status=%d\n", __func__, status);
8048
8049 return status;
8050}
8051
Trond Myklebustcd5875f2013-05-20 11:42:54 -04008052int nfs4_proc_getdeviceinfo(struct nfs_server *server,
8053 struct pnfs_device *pdev,
8054 struct rpc_cred *cred)
Andy Adamsonb1f69b72010-10-20 00:18:03 -04008055{
8056 struct nfs4_exception exception = { };
8057 int err;
8058
8059 do {
8060 err = nfs4_handle_exception(server,
Trond Myklebustcd5875f2013-05-20 11:42:54 -04008061 _nfs4_proc_getdeviceinfo(server, pdev, cred),
Andy Adamsonb1f69b72010-10-20 00:18:03 -04008062 &exception);
8063 } while (exception.retry);
8064 return err;
8065}
8066EXPORT_SYMBOL_GPL(nfs4_proc_getdeviceinfo);
8067
Andy Adamson863a3c62011-03-23 13:27:54 +00008068static void nfs4_layoutcommit_prepare(struct rpc_task *task, void *calldata)
8069{
8070 struct nfs4_layoutcommit_data *data = calldata;
8071 struct nfs_server *server = NFS_SERVER(data->args.inode);
Trond Myklebust6ba7db32012-10-22 20:07:20 -04008072 struct nfs4_session *session = nfs4_get_session(server);
Andy Adamson863a3c62011-03-23 13:27:54 +00008073
Trond Myklebustd9afbd12012-10-22 20:28:44 -04008074 nfs41_setup_sequence(session,
8075 &data->args.seq_args,
8076 &data->res.seq_res,
8077 task);
Andy Adamson863a3c62011-03-23 13:27:54 +00008078}
8079
8080static void
8081nfs4_layoutcommit_done(struct rpc_task *task, void *calldata)
8082{
8083 struct nfs4_layoutcommit_data *data = calldata;
8084 struct nfs_server *server = NFS_SERVER(data->args.inode);
8085
Trond Myklebust6ba7db32012-10-22 20:07:20 -04008086 if (!nfs41_sequence_done(task, &data->res.seq_res))
Andy Adamson863a3c62011-03-23 13:27:54 +00008087 return;
8088
8089 switch (task->tk_status) { /* Just ignore these failures */
Trond Myklebuste59d27e2012-03-27 18:22:19 -04008090 case -NFS4ERR_DELEG_REVOKED: /* layout was recalled */
8091 case -NFS4ERR_BADIOMODE: /* no IOMODE_RW layout for range */
8092 case -NFS4ERR_BADLAYOUT: /* no layout */
8093 case -NFS4ERR_GRACE: /* loca_recalim always false */
Andy Adamson863a3c62011-03-23 13:27:54 +00008094 task->tk_status = 0;
Trond Myklebuste59d27e2012-03-27 18:22:19 -04008095 case 0:
Trond Myklebuste59d27e2012-03-27 18:22:19 -04008096 break;
8097 default:
NeilBrown8478eaa2014-09-18 16:09:27 +10008098 if (nfs4_async_handle_error(task, server, NULL, NULL) == -EAGAIN) {
Trond Myklebuste59d27e2012-03-27 18:22:19 -04008099 rpc_restart_call_prepare(task);
8100 return;
8101 }
8102 }
Andy Adamson863a3c62011-03-23 13:27:54 +00008103}
8104
8105static void nfs4_layoutcommit_release(void *calldata)
8106{
8107 struct nfs4_layoutcommit_data *data = calldata;
8108
Andy Adamsondb29c082011-07-30 20:52:38 -04008109 pnfs_cleanup_layoutcommit(data);
Trond Myklebustd8c951c2014-01-13 12:08:11 -05008110 nfs_post_op_update_inode_force_wcc(data->args.inode,
8111 data->res.fattr);
Andy Adamson863a3c62011-03-23 13:27:54 +00008112 put_rpccred(data->cred);
Trond Myklebust472e2592015-02-05 16:50:30 -05008113 nfs_iput_and_deactive(data->inode);
Andy Adamson863a3c62011-03-23 13:27:54 +00008114 kfree(data);
8115}
8116
8117static const struct rpc_call_ops nfs4_layoutcommit_ops = {
8118 .rpc_call_prepare = nfs4_layoutcommit_prepare,
8119 .rpc_call_done = nfs4_layoutcommit_done,
8120 .rpc_release = nfs4_layoutcommit_release,
8121};
8122
8123int
Andy Adamsonef311532011-03-12 02:58:10 -05008124nfs4_proc_layoutcommit(struct nfs4_layoutcommit_data *data, bool sync)
Andy Adamson863a3c62011-03-23 13:27:54 +00008125{
8126 struct rpc_message msg = {
8127 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LAYOUTCOMMIT],
8128 .rpc_argp = &data->args,
8129 .rpc_resp = &data->res,
8130 .rpc_cred = data->cred,
8131 };
8132 struct rpc_task_setup task_setup_data = {
8133 .task = &data->task,
8134 .rpc_client = NFS_CLIENT(data->args.inode),
8135 .rpc_message = &msg,
8136 .callback_ops = &nfs4_layoutcommit_ops,
8137 .callback_data = data,
Andy Adamson863a3c62011-03-23 13:27:54 +00008138 };
8139 struct rpc_task *task;
8140 int status = 0;
8141
8142 dprintk("NFS: %4d initiating layoutcommit call. sync %d "
8143 "lbw: %llu inode %lu\n",
8144 data->task.tk_pid, sync,
8145 data->args.lastbytewritten,
8146 data->args.inode->i_ino);
8147
Trond Myklebust472e2592015-02-05 16:50:30 -05008148 if (!sync) {
8149 data->inode = nfs_igrab_and_active(data->args.inode);
8150 if (data->inode == NULL) {
8151 nfs4_layoutcommit_release(data);
8152 return -EAGAIN;
8153 }
8154 task_setup_data.flags = RPC_TASK_ASYNC;
8155 }
Chuck Levera9c92d62013-08-09 12:48:18 -04008156 nfs4_init_sequence(&data->args.seq_args, &data->res.seq_res, 1);
Andy Adamson863a3c62011-03-23 13:27:54 +00008157 task = rpc_run_task(&task_setup_data);
8158 if (IS_ERR(task))
8159 return PTR_ERR(task);
Trond Myklebust472e2592015-02-05 16:50:30 -05008160 if (sync)
8161 status = task->tk_status;
Trond Myklebust1037e6e2013-08-14 16:36:51 -04008162 trace_nfs4_layoutcommit(data->args.inode, status);
Andy Adamson863a3c62011-03-23 13:27:54 +00008163 dprintk("%s: status %d\n", __func__, status);
8164 rpc_put_task(task);
8165 return status;
8166}
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008167
Andy Adamson97431202013-08-08 10:57:56 -04008168/**
8169 * Use the state managment nfs_client cl_rpcclient, which uses krb5i (if
8170 * possible) as per RFC3530bis and RFC5661 Security Considerations sections
8171 */
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008172static int
8173_nfs41_proc_secinfo_no_name(struct nfs_server *server, struct nfs_fh *fhandle,
Weston Andros Adamsonb1b3e132013-09-04 12:13:19 -04008174 struct nfs_fsinfo *info,
8175 struct nfs4_secinfo_flavors *flavors, bool use_integrity)
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008176{
8177 struct nfs41_secinfo_no_name_args args = {
8178 .style = SECINFO_STYLE_CURRENT_FH,
8179 };
8180 struct nfs4_secinfo_res res = {
8181 .flavors = flavors,
8182 };
8183 struct rpc_message msg = {
8184 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SECINFO_NO_NAME],
8185 .rpc_argp = &args,
8186 .rpc_resp = &res,
8187 };
Weston Andros Adamsonb1b3e132013-09-04 12:13:19 -04008188 struct rpc_clnt *clnt = server->client;
Weston Andros Adamson7cb852d2013-09-10 18:44:31 -04008189 struct rpc_cred *cred = NULL;
Weston Andros Adamsonb1b3e132013-09-04 12:13:19 -04008190 int status;
8191
8192 if (use_integrity) {
8193 clnt = server->nfs_client->cl_rpcclient;
Weston Andros Adamson7cb852d2013-09-10 18:44:31 -04008194 cred = nfs4_get_clid_cred(server->nfs_client);
8195 msg.rpc_cred = cred;
Weston Andros Adamsonb1b3e132013-09-04 12:13:19 -04008196 }
8197
8198 dprintk("--> %s\n", __func__);
8199 status = nfs4_call_sync(clnt, server, &msg, &args.seq_args,
8200 &res.seq_res, 0);
8201 dprintk("<-- %s status=%d\n", __func__, status);
8202
Weston Andros Adamson7cb852d2013-09-10 18:44:31 -04008203 if (cred)
8204 put_rpccred(cred);
Weston Andros Adamsonb1b3e132013-09-04 12:13:19 -04008205
8206 return status;
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008207}
8208
8209static int
8210nfs41_proc_secinfo_no_name(struct nfs_server *server, struct nfs_fh *fhandle,
8211 struct nfs_fsinfo *info, struct nfs4_secinfo_flavors *flavors)
8212{
8213 struct nfs4_exception exception = { };
8214 int err;
8215 do {
Weston Andros Adamsonb1b3e132013-09-04 12:13:19 -04008216 /* first try using integrity protection */
8217 err = -NFS4ERR_WRONGSEC;
8218
8219 /* try to use integrity protection with machine cred */
8220 if (_nfs4_is_integrity_protected(server->nfs_client))
8221 err = _nfs41_proc_secinfo_no_name(server, fhandle, info,
8222 flavors, true);
8223
8224 /*
8225 * if unable to use integrity protection, or SECINFO with
8226 * integrity protection returns NFS4ERR_WRONGSEC (which is
8227 * disallowed by spec, but exists in deployed servers) use
8228 * the current filesystem's rpc_client and the user cred.
8229 */
8230 if (err == -NFS4ERR_WRONGSEC)
8231 err = _nfs41_proc_secinfo_no_name(server, fhandle, info,
8232 flavors, false);
8233
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008234 switch (err) {
8235 case 0:
8236 case -NFS4ERR_WRONGSEC:
Weston Andros Adamson78b19ba2014-01-13 16:54:45 -05008237 case -ENOTSUPP:
Trond Myklebust05e9cfb2012-03-27 18:13:02 -04008238 goto out;
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008239 default:
8240 err = nfs4_handle_exception(server, err, &exception);
8241 }
8242 } while (exception.retry);
Trond Myklebust05e9cfb2012-03-27 18:13:02 -04008243out:
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008244 return err;
8245}
8246
8247static int
8248nfs41_find_root_sec(struct nfs_server *server, struct nfs_fh *fhandle,
8249 struct nfs_fsinfo *info)
8250{
8251 int err;
8252 struct page *page;
Anna Schumaker367156d2013-09-25 17:02:48 -04008253 rpc_authflavor_t flavor = RPC_AUTH_MAXFLAVOR;
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008254 struct nfs4_secinfo_flavors *flavors;
Weston Andros Adamson58a8cf12013-09-24 13:58:02 -04008255 struct nfs4_secinfo4 *secinfo;
8256 int i;
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008257
8258 page = alloc_page(GFP_KERNEL);
8259 if (!page) {
8260 err = -ENOMEM;
8261 goto out;
8262 }
8263
8264 flavors = page_address(page);
8265 err = nfs41_proc_secinfo_no_name(server, fhandle, info, flavors);
8266
8267 /*
8268 * Fall back on "guess and check" method if
8269 * the server doesn't support SECINFO_NO_NAME
8270 */
Weston Andros Adamson78b19ba2014-01-13 16:54:45 -05008271 if (err == -NFS4ERR_WRONGSEC || err == -ENOTSUPP) {
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008272 err = nfs4_find_root_sec(server, fhandle, info);
8273 goto out_freepage;
8274 }
8275 if (err)
8276 goto out_freepage;
8277
Weston Andros Adamson58a8cf12013-09-24 13:58:02 -04008278 for (i = 0; i < flavors->num_flavors; i++) {
8279 secinfo = &flavors->flavors[i];
8280
8281 switch (secinfo->flavor) {
8282 case RPC_AUTH_NULL:
8283 case RPC_AUTH_UNIX:
8284 case RPC_AUTH_GSS:
8285 flavor = rpcauth_get_pseudoflavor(secinfo->flavor,
8286 &secinfo->flavor_info);
8287 break;
8288 default:
8289 flavor = RPC_AUTH_MAXFLAVOR;
8290 break;
8291 }
8292
Weston Andros Adamson4d4b69d2013-10-18 15:15:19 -04008293 if (!nfs_auth_info_match(&server->auth_info, flavor))
8294 flavor = RPC_AUTH_MAXFLAVOR;
8295
Weston Andros Adamson58a8cf12013-09-24 13:58:02 -04008296 if (flavor != RPC_AUTH_MAXFLAVOR) {
8297 err = nfs4_lookup_root_sec(server, fhandle,
8298 info, flavor);
8299 if (!err)
8300 break;
8301 }
8302 }
8303
8304 if (flavor == RPC_AUTH_MAXFLAVOR)
8305 err = -EPERM;
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008306
8307out_freepage:
8308 put_page(page);
8309 if (err == -EACCES)
8310 return -EPERM;
8311out:
8312 return err;
8313}
Bryan Schumaker1cab0652012-01-31 10:39:29 -05008314
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008315static int _nfs41_test_stateid(struct nfs_server *server,
8316 nfs4_stateid *stateid,
8317 struct rpc_cred *cred)
Bryan Schumaker7d974792011-06-02 14:59:08 -04008318{
8319 int status;
8320 struct nfs41_test_stateid_args args = {
Bryan Schumaker1cab0652012-01-31 10:39:29 -05008321 .stateid = stateid,
Bryan Schumaker7d974792011-06-02 14:59:08 -04008322 };
8323 struct nfs41_test_stateid_res res;
8324 struct rpc_message msg = {
8325 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_TEST_STATEID],
8326 .rpc_argp = &args,
8327 .rpc_resp = &res,
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008328 .rpc_cred = cred,
Bryan Schumaker7d974792011-06-02 14:59:08 -04008329 };
Weston Andros Adamson3787d502013-08-13 16:37:36 -04008330 struct rpc_clnt *rpc_client = server->client;
8331
8332 nfs4_state_protect(server->nfs_client, NFS_SP4_MACH_CRED_STATEID,
8333 &rpc_client, &msg);
Bryan Schumaker1cab0652012-01-31 10:39:29 -05008334
Chuck Lever38527b12012-07-11 16:30:23 -04008335 dprintk("NFS call test_stateid %p\n", stateid);
Chuck Levera9c92d62013-08-09 12:48:18 -04008336 nfs4_init_sequence(&args.seq_args, &res.seq_res, 0);
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04008337 nfs4_set_sequence_privileged(&args.seq_args);
Weston Andros Adamson3787d502013-08-13 16:37:36 -04008338 status = nfs4_call_sync_sequence(rpc_client, server, &msg,
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04008339 &args.seq_args, &res.seq_res);
Chuck Lever38527b12012-07-11 16:30:23 -04008340 if (status != NFS_OK) {
8341 dprintk("NFS reply test_stateid: failed, %d\n", status);
Chuck Lever377e5072012-07-11 16:29:45 -04008342 return status;
Chuck Lever38527b12012-07-11 16:30:23 -04008343 }
8344 dprintk("NFS reply test_stateid: succeeded, %d\n", -res.status);
Chuck Lever377e5072012-07-11 16:29:45 -04008345 return -res.status;
Bryan Schumaker7d974792011-06-02 14:59:08 -04008346}
8347
Chuck Lever38527b12012-07-11 16:30:23 -04008348/**
8349 * nfs41_test_stateid - perform a TEST_STATEID operation
8350 *
8351 * @server: server / transport on which to perform the operation
8352 * @stateid: state ID to test
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008353 * @cred: credential
Chuck Lever38527b12012-07-11 16:30:23 -04008354 *
8355 * Returns NFS_OK if the server recognizes that "stateid" is valid.
8356 * Otherwise a negative NFS4ERR value is returned if the operation
8357 * failed or the state ID is not currently valid.
8358 */
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008359static int nfs41_test_stateid(struct nfs_server *server,
8360 nfs4_stateid *stateid,
8361 struct rpc_cred *cred)
Bryan Schumaker7d974792011-06-02 14:59:08 -04008362{
8363 struct nfs4_exception exception = { };
8364 int err;
8365 do {
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008366 err = _nfs41_test_stateid(server, stateid, cred);
Chuck Lever377e5072012-07-11 16:29:45 -04008367 if (err != -NFS4ERR_DELAY)
8368 break;
8369 nfs4_handle_exception(server, err, &exception);
Bryan Schumaker7d974792011-06-02 14:59:08 -04008370 } while (exception.retry);
8371 return err;
8372}
Bryan Schumaker9aeda352011-06-02 14:59:09 -04008373
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04008374struct nfs_free_stateid_data {
8375 struct nfs_server *server;
8376 struct nfs41_free_stateid_args args;
Bryan Schumaker9aeda352011-06-02 14:59:09 -04008377 struct nfs41_free_stateid_res res;
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04008378};
8379
8380static void nfs41_free_stateid_prepare(struct rpc_task *task, void *calldata)
8381{
8382 struct nfs_free_stateid_data *data = calldata;
8383 nfs41_setup_sequence(nfs4_get_session(data->server),
8384 &data->args.seq_args,
8385 &data->res.seq_res,
8386 task);
8387}
8388
8389static void nfs41_free_stateid_done(struct rpc_task *task, void *calldata)
8390{
8391 struct nfs_free_stateid_data *data = calldata;
8392
8393 nfs41_sequence_done(task, &data->res.seq_res);
8394
8395 switch (task->tk_status) {
8396 case -NFS4ERR_DELAY:
NeilBrown8478eaa2014-09-18 16:09:27 +10008397 if (nfs4_async_handle_error(task, data->server, NULL, NULL) == -EAGAIN)
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04008398 rpc_restart_call_prepare(task);
8399 }
8400}
8401
8402static void nfs41_free_stateid_release(void *calldata)
8403{
8404 kfree(calldata);
8405}
8406
Trond Myklebust17f26b12013-08-21 15:48:42 -04008407static const struct rpc_call_ops nfs41_free_stateid_ops = {
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04008408 .rpc_call_prepare = nfs41_free_stateid_prepare,
8409 .rpc_call_done = nfs41_free_stateid_done,
8410 .rpc_release = nfs41_free_stateid_release,
8411};
8412
8413static struct rpc_task *_nfs41_free_stateid(struct nfs_server *server,
8414 nfs4_stateid *stateid,
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008415 struct rpc_cred *cred,
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04008416 bool privileged)
8417{
Bryan Schumaker9aeda352011-06-02 14:59:09 -04008418 struct rpc_message msg = {
8419 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FREE_STATEID],
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008420 .rpc_cred = cred,
Bryan Schumaker9aeda352011-06-02 14:59:09 -04008421 };
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04008422 struct rpc_task_setup task_setup = {
8423 .rpc_client = server->client,
8424 .rpc_message = &msg,
8425 .callback_ops = &nfs41_free_stateid_ops,
8426 .flags = RPC_TASK_ASYNC,
8427 };
8428 struct nfs_free_stateid_data *data;
Bryan Schumaker9aeda352011-06-02 14:59:09 -04008429
Weston Andros Adamson3787d502013-08-13 16:37:36 -04008430 nfs4_state_protect(server->nfs_client, NFS_SP4_MACH_CRED_STATEID,
8431 &task_setup.rpc_client, &msg);
8432
Chuck Lever38527b12012-07-11 16:30:23 -04008433 dprintk("NFS call free_stateid %p\n", stateid);
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04008434 data = kmalloc(sizeof(*data), GFP_NOFS);
8435 if (!data)
8436 return ERR_PTR(-ENOMEM);
8437 data->server = server;
8438 nfs4_stateid_copy(&data->args.stateid, stateid);
8439
8440 task_setup.callback_data = data;
8441
8442 msg.rpc_argp = &data->args;
8443 msg.rpc_resp = &data->res;
Chuck Levera9c92d62013-08-09 12:48:18 -04008444 nfs4_init_sequence(&data->args.seq_args, &data->res.seq_res, 0);
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04008445 if (privileged)
8446 nfs4_set_sequence_privileged(&data->args.seq_args);
8447
8448 return rpc_run_task(&task_setup);
Bryan Schumaker9aeda352011-06-02 14:59:09 -04008449}
8450
Chuck Lever38527b12012-07-11 16:30:23 -04008451/**
8452 * nfs41_free_stateid - perform a FREE_STATEID operation
8453 *
8454 * @server: server / transport on which to perform the operation
8455 * @stateid: state ID to release
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008456 * @cred: credential
Chuck Lever38527b12012-07-11 16:30:23 -04008457 *
8458 * Returns NFS_OK if the server freed "stateid". Otherwise a
8459 * negative NFS4ERR value is returned.
8460 */
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008461static int nfs41_free_stateid(struct nfs_server *server,
8462 nfs4_stateid *stateid,
8463 struct rpc_cred *cred)
Bryan Schumaker9aeda352011-06-02 14:59:09 -04008464{
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04008465 struct rpc_task *task;
8466 int ret;
8467
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008468 task = _nfs41_free_stateid(server, stateid, cred, true);
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04008469 if (IS_ERR(task))
8470 return PTR_ERR(task);
8471 ret = rpc_wait_for_completion_task(task);
8472 if (!ret)
8473 ret = task->tk_status;
8474 rpc_put_task(task);
8475 return ret;
Bryan Schumaker9aeda352011-06-02 14:59:09 -04008476}
Trond Myklebust36281ca2012-03-04 18:13:56 -05008477
Jeff Laytonf1cdae82014-05-01 06:28:47 -04008478static void
8479nfs41_free_lock_state(struct nfs_server *server, struct nfs4_lock_state *lsp)
Trond Myklebustc8b2d0b2013-05-03 16:22:55 -04008480{
8481 struct rpc_task *task;
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008482 struct rpc_cred *cred = lsp->ls_state->owner->so_cred;
Trond Myklebustc8b2d0b2013-05-03 16:22:55 -04008483
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008484 task = _nfs41_free_stateid(server, &lsp->ls_stateid, cred, false);
Trond Myklebustc8b2d0b2013-05-03 16:22:55 -04008485 nfs4_free_lock_state(server, lsp);
8486 if (IS_ERR(task))
Jeff Laytonf1cdae82014-05-01 06:28:47 -04008487 return;
Trond Myklebustc8b2d0b2013-05-03 16:22:55 -04008488 rpc_put_task(task);
Trond Myklebustc8b2d0b2013-05-03 16:22:55 -04008489}
8490
Trond Myklebust36281ca2012-03-04 18:13:56 -05008491static bool nfs41_match_stateid(const nfs4_stateid *s1,
8492 const nfs4_stateid *s2)
8493{
Trond Myklebust2d2f24a2012-03-04 18:13:57 -05008494 if (memcmp(s1->other, s2->other, sizeof(s1->other)) != 0)
Trond Myklebust36281ca2012-03-04 18:13:56 -05008495 return false;
8496
Trond Myklebust2d2f24a2012-03-04 18:13:57 -05008497 if (s1->seqid == s2->seqid)
Trond Myklebust36281ca2012-03-04 18:13:56 -05008498 return true;
Trond Myklebust2d2f24a2012-03-04 18:13:57 -05008499 if (s1->seqid == 0 || s2->seqid == 0)
Trond Myklebust36281ca2012-03-04 18:13:56 -05008500 return true;
8501
8502 return false;
8503}
8504
Andy Adamson557134a2009-04-01 09:21:53 -04008505#endif /* CONFIG_NFS_V4_1 */
8506
Trond Myklebust36281ca2012-03-04 18:13:56 -05008507static bool nfs4_match_stateid(const nfs4_stateid *s1,
8508 const nfs4_stateid *s2)
8509{
Trond Myklebustf597c532012-03-04 18:13:56 -05008510 return nfs4_stateid_match(s1, s2);
Trond Myklebust36281ca2012-03-04 18:13:56 -05008511}
8512
8513
Trond Myklebust17280172012-03-11 13:11:00 -04008514static const struct nfs4_state_recovery_ops nfs40_reboot_recovery_ops = {
Trond Myklebust7eff03a2008-12-23 15:21:43 -05008515 .owner_flag_bit = NFS_OWNER_RECLAIM_REBOOT,
Trond Myklebustb79a4a12008-12-23 15:21:41 -05008516 .state_flag_bit = NFS_STATE_RECLAIM_REBOOT,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008517 .recover_open = nfs4_open_reclaim,
8518 .recover_lock = nfs4_lock_reclaim,
Andy Adamson591d71c2009-04-01 09:22:47 -04008519 .establish_clid = nfs4_init_clientid,
Chuck Lever05f4c352012-09-14 17:24:32 -04008520 .detect_trunking = nfs40_discover_server_trunking,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008521};
8522
Andy Adamson591d71c2009-04-01 09:22:47 -04008523#if defined(CONFIG_NFS_V4_1)
Trond Myklebust17280172012-03-11 13:11:00 -04008524static const struct nfs4_state_recovery_ops nfs41_reboot_recovery_ops = {
Andy Adamson591d71c2009-04-01 09:22:47 -04008525 .owner_flag_bit = NFS_OWNER_RECLAIM_REBOOT,
8526 .state_flag_bit = NFS_STATE_RECLAIM_REBOOT,
8527 .recover_open = nfs4_open_reclaim,
8528 .recover_lock = nfs4_lock_reclaim,
Andy Adamson4d643d12009-12-04 15:52:24 -05008529 .establish_clid = nfs41_init_clientid,
Ricardo Labiagafce5c832009-12-05 16:08:41 -05008530 .reclaim_complete = nfs41_proc_reclaim_complete,
Chuck Lever05f4c352012-09-14 17:24:32 -04008531 .detect_trunking = nfs41_discover_server_trunking,
Andy Adamson591d71c2009-04-01 09:22:47 -04008532};
8533#endif /* CONFIG_NFS_V4_1 */
8534
Trond Myklebust17280172012-03-11 13:11:00 -04008535static const struct nfs4_state_recovery_ops nfs40_nograce_recovery_ops = {
Trond Myklebust7eff03a2008-12-23 15:21:43 -05008536 .owner_flag_bit = NFS_OWNER_RECLAIM_NOGRACE,
Trond Myklebustb79a4a12008-12-23 15:21:41 -05008537 .state_flag_bit = NFS_STATE_RECLAIM_NOGRACE,
Trond Myklebust4dfd4f72014-10-17 15:10:25 +03008538 .recover_open = nfs40_open_expired,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008539 .recover_lock = nfs4_lock_expired,
Andy Adamson591d71c2009-04-01 09:22:47 -04008540 .establish_clid = nfs4_init_clientid,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008541};
8542
Andy Adamson591d71c2009-04-01 09:22:47 -04008543#if defined(CONFIG_NFS_V4_1)
Trond Myklebust17280172012-03-11 13:11:00 -04008544static const struct nfs4_state_recovery_ops nfs41_nograce_recovery_ops = {
Andy Adamson591d71c2009-04-01 09:22:47 -04008545 .owner_flag_bit = NFS_OWNER_RECLAIM_NOGRACE,
8546 .state_flag_bit = NFS_STATE_RECLAIM_NOGRACE,
Bryan Schumakerf062eb62011-06-02 14:59:10 -04008547 .recover_open = nfs41_open_expired,
8548 .recover_lock = nfs41_lock_expired,
Andy Adamson4d643d12009-12-04 15:52:24 -05008549 .establish_clid = nfs41_init_clientid,
Andy Adamson591d71c2009-04-01 09:22:47 -04008550};
8551#endif /* CONFIG_NFS_V4_1 */
8552
Trond Myklebust17280172012-03-11 13:11:00 -04008553static const struct nfs4_state_maintenance_ops nfs40_state_renewal_ops = {
Benny Halevy29fba382009-04-01 09:22:44 -04008554 .sched_state_renewal = nfs4_proc_async_renew,
Andy Adamsona7b72102009-04-01 09:22:46 -04008555 .get_state_renewal_cred_locked = nfs4_get_renew_cred_locked,
Benny Halevy8e69514f2009-04-01 09:22:45 -04008556 .renew_lease = nfs4_proc_renew,
Benny Halevy29fba382009-04-01 09:22:44 -04008557};
8558
8559#if defined(CONFIG_NFS_V4_1)
Trond Myklebust17280172012-03-11 13:11:00 -04008560static const struct nfs4_state_maintenance_ops nfs41_state_renewal_ops = {
Benny Halevy29fba382009-04-01 09:22:44 -04008561 .sched_state_renewal = nfs41_proc_async_sequence,
Andy Adamsona7b72102009-04-01 09:22:46 -04008562 .get_state_renewal_cred_locked = nfs4_get_machine_cred_locked,
Benny Halevy8e69514f2009-04-01 09:22:45 -04008563 .renew_lease = nfs4_proc_sequence,
Benny Halevy29fba382009-04-01 09:22:44 -04008564};
8565#endif
8566
Chuck Leverec011fe2013-10-17 14:12:39 -04008567static const struct nfs4_mig_recovery_ops nfs40_mig_recovery_ops = {
Chuck Leverb03d7352013-10-17 14:12:50 -04008568 .get_locations = _nfs40_proc_get_locations,
Chuck Lever44c99932013-10-17 14:13:30 -04008569 .fsid_present = _nfs40_proc_fsid_present,
Chuck Leverec011fe2013-10-17 14:12:39 -04008570};
8571
8572#if defined(CONFIG_NFS_V4_1)
8573static const struct nfs4_mig_recovery_ops nfs41_mig_recovery_ops = {
Chuck Leverb03d7352013-10-17 14:12:50 -04008574 .get_locations = _nfs41_proc_get_locations,
Chuck Lever44c99932013-10-17 14:13:30 -04008575 .fsid_present = _nfs41_proc_fsid_present,
Chuck Leverec011fe2013-10-17 14:12:39 -04008576};
8577#endif /* CONFIG_NFS_V4_1 */
8578
Trond Myklebust97dc1352010-06-16 09:52:26 -04008579static const struct nfs4_minor_version_ops nfs_v4_0_minor_ops = {
8580 .minor_version = 0,
Trond Myklebust39c6daa2013-03-15 16:11:57 -04008581 .init_caps = NFS_CAP_READDIRPLUS
8582 | NFS_CAP_ATOMIC_OPEN
8583 | NFS_CAP_CHANGE_ATTR
8584 | NFS_CAP_POSIX_LOCK,
Chuck Leverabf79bb2013-08-09 12:49:11 -04008585 .init_client = nfs40_init_client,
8586 .shutdown_client = nfs40_shutdown_client,
Trond Myklebust36281ca2012-03-04 18:13:56 -05008587 .match_stateid = nfs4_match_stateid,
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008588 .find_root_sec = nfs4_find_root_sec,
Trond Myklebustc8b2d0b2013-05-03 16:22:55 -04008589 .free_lock_state = nfs4_release_lockowner,
Trond Myklebust63f5f792015-01-23 19:19:25 -05008590 .alloc_seqid = nfs_alloc_seqid,
Chuck Lever9915ea72013-08-09 12:48:27 -04008591 .call_sync_ops = &nfs40_call_sync_ops,
Trond Myklebustc48f4f32010-06-16 09:52:27 -04008592 .reboot_recovery_ops = &nfs40_reboot_recovery_ops,
8593 .nograce_recovery_ops = &nfs40_nograce_recovery_ops,
8594 .state_renewal_ops = &nfs40_state_renewal_ops,
Chuck Leverec011fe2013-10-17 14:12:39 -04008595 .mig_recovery_ops = &nfs40_mig_recovery_ops,
Trond Myklebust97dc1352010-06-16 09:52:26 -04008596};
8597
8598#if defined(CONFIG_NFS_V4_1)
Trond Myklebust63f5f792015-01-23 19:19:25 -05008599static struct nfs_seqid *
8600nfs_alloc_no_seqid(struct nfs_seqid_counter *arg1, gfp_t arg2)
8601{
8602 return NULL;
8603}
8604
Trond Myklebust97dc1352010-06-16 09:52:26 -04008605static const struct nfs4_minor_version_ops nfs_v4_1_minor_ops = {
8606 .minor_version = 1,
Trond Myklebust39c6daa2013-03-15 16:11:57 -04008607 .init_caps = NFS_CAP_READDIRPLUS
8608 | NFS_CAP_ATOMIC_OPEN
8609 | NFS_CAP_CHANGE_ATTR
Trond Myklebust3b664862013-03-17 15:31:15 -04008610 | NFS_CAP_POSIX_LOCK
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04008611 | NFS_CAP_STATEID_NFSV41
Anna Schumakere9831202014-10-22 15:53:10 -04008612 | NFS_CAP_ATOMIC_OPEN_V1,
Chuck Leverabf79bb2013-08-09 12:49:11 -04008613 .init_client = nfs41_init_client,
8614 .shutdown_client = nfs41_shutdown_client,
Trond Myklebust36281ca2012-03-04 18:13:56 -05008615 .match_stateid = nfs41_match_stateid,
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008616 .find_root_sec = nfs41_find_root_sec,
Trond Myklebustc8b2d0b2013-05-03 16:22:55 -04008617 .free_lock_state = nfs41_free_lock_state,
Trond Myklebust63f5f792015-01-23 19:19:25 -05008618 .alloc_seqid = nfs_alloc_no_seqid,
Chuck Lever9915ea72013-08-09 12:48:27 -04008619 .call_sync_ops = &nfs41_call_sync_ops,
Trond Myklebustc48f4f32010-06-16 09:52:27 -04008620 .reboot_recovery_ops = &nfs41_reboot_recovery_ops,
8621 .nograce_recovery_ops = &nfs41_nograce_recovery_ops,
8622 .state_renewal_ops = &nfs41_state_renewal_ops,
Chuck Leverec011fe2013-10-17 14:12:39 -04008623 .mig_recovery_ops = &nfs41_mig_recovery_ops,
Trond Myklebust97dc1352010-06-16 09:52:26 -04008624};
8625#endif
8626
Steve Dickson42c2c422013-05-22 12:50:38 -04008627#if defined(CONFIG_NFS_V4_2)
8628static const struct nfs4_minor_version_ops nfs_v4_2_minor_ops = {
8629 .minor_version = 2,
Bryan Schumaker70173102013-06-19 13:41:43 -04008630 .init_caps = NFS_CAP_READDIRPLUS
8631 | NFS_CAP_ATOMIC_OPEN
8632 | NFS_CAP_CHANGE_ATTR
8633 | NFS_CAP_POSIX_LOCK
8634 | NFS_CAP_STATEID_NFSV41
Anna Schumakere9831202014-10-22 15:53:10 -04008635 | NFS_CAP_ATOMIC_OPEN_V1
Anna Schumakerf4ac1672014-11-25 13:18:15 -05008636 | NFS_CAP_ALLOCATE
Anna Schumaker624bd5b2014-11-25 13:18:16 -05008637 | NFS_CAP_DEALLOCATE
Anna Schumakere9831202014-10-22 15:53:10 -04008638 | NFS_CAP_SEEK,
Chuck Leverabf79bb2013-08-09 12:49:11 -04008639 .init_client = nfs41_init_client,
8640 .shutdown_client = nfs41_shutdown_client,
Steve Dickson42c2c422013-05-22 12:50:38 -04008641 .match_stateid = nfs41_match_stateid,
8642 .find_root_sec = nfs41_find_root_sec,
Bryan Schumaker70173102013-06-19 13:41:43 -04008643 .free_lock_state = nfs41_free_lock_state,
Chuck Lever9915ea72013-08-09 12:48:27 -04008644 .call_sync_ops = &nfs41_call_sync_ops,
Trond Myklebust63f5f792015-01-23 19:19:25 -05008645 .alloc_seqid = nfs_alloc_no_seqid,
Steve Dickson42c2c422013-05-22 12:50:38 -04008646 .reboot_recovery_ops = &nfs41_reboot_recovery_ops,
8647 .nograce_recovery_ops = &nfs41_nograce_recovery_ops,
8648 .state_renewal_ops = &nfs41_state_renewal_ops,
8649};
8650#endif
8651
Trond Myklebust97dc1352010-06-16 09:52:26 -04008652const struct nfs4_minor_version_ops *nfs_v4_minor_ops[] = {
8653 [0] = &nfs_v4_0_minor_ops,
8654#if defined(CONFIG_NFS_V4_1)
8655 [1] = &nfs_v4_1_minor_ops,
8656#endif
Steve Dickson42c2c422013-05-22 12:50:38 -04008657#if defined(CONFIG_NFS_V4_2)
8658 [2] = &nfs_v4_2_minor_ops,
8659#endif
Trond Myklebust97dc1352010-06-16 09:52:26 -04008660};
8661
Trond Myklebust17f26b12013-08-21 15:48:42 -04008662static const struct inode_operations nfs4_dir_inode_operations = {
Bryan Schumaker73a79702012-07-16 16:39:12 -04008663 .create = nfs_create,
8664 .lookup = nfs_lookup,
8665 .atomic_open = nfs_atomic_open,
8666 .link = nfs_link,
8667 .unlink = nfs_unlink,
8668 .symlink = nfs_symlink,
8669 .mkdir = nfs_mkdir,
8670 .rmdir = nfs_rmdir,
8671 .mknod = nfs_mknod,
8672 .rename = nfs_rename,
8673 .permission = nfs_permission,
8674 .getattr = nfs_getattr,
8675 .setattr = nfs_setattr,
8676 .getxattr = generic_getxattr,
8677 .setxattr = generic_setxattr,
8678 .listxattr = generic_listxattr,
8679 .removexattr = generic_removexattr,
8680};
8681
Arjan van de Ven92e1d5b2007-02-12 00:55:39 -08008682static const struct inode_operations nfs4_file_inode_operations = {
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00008683 .permission = nfs_permission,
8684 .getattr = nfs_getattr,
8685 .setattr = nfs_setattr,
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00008686 .getxattr = generic_getxattr,
8687 .setxattr = generic_setxattr,
8688 .listxattr = generic_listxattr,
8689 .removexattr = generic_removexattr,
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00008690};
8691
David Howells509de812006-08-22 20:06:11 -04008692const struct nfs_rpc_ops nfs_v4_clientops = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07008693 .version = 4, /* protocol version */
8694 .dentry_ops = &nfs4_dentry_operations,
8695 .dir_inode_ops = &nfs4_dir_inode_operations,
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00008696 .file_inode_ops = &nfs4_file_inode_operations,
Jeff Layton1788ea62011-11-04 13:31:21 -04008697 .file_ops = &nfs4_file_operations,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008698 .getroot = nfs4_proc_get_root,
Bryan Schumaker281cad42012-04-27 13:27:45 -04008699 .submount = nfs4_submount,
Bryan Schumakerff9099f22012-07-30 16:05:18 -04008700 .try_mount = nfs4_try_mount,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008701 .getattr = nfs4_proc_getattr,
8702 .setattr = nfs4_proc_setattr,
8703 .lookup = nfs4_proc_lookup,
8704 .access = nfs4_proc_access,
8705 .readlink = nfs4_proc_readlink,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008706 .create = nfs4_proc_create,
8707 .remove = nfs4_proc_remove,
8708 .unlink_setup = nfs4_proc_unlink_setup,
Bryan Schumaker34e137c2012-03-19 14:54:41 -04008709 .unlink_rpc_prepare = nfs4_proc_unlink_rpc_prepare,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008710 .unlink_done = nfs4_proc_unlink_done,
Jeff Laytond3d41522010-09-17 17:31:57 -04008711 .rename_setup = nfs4_proc_rename_setup,
Bryan Schumakerc6bfa1a2012-03-19 14:54:42 -04008712 .rename_rpc_prepare = nfs4_proc_rename_rpc_prepare,
Jeff Laytond3d41522010-09-17 17:31:57 -04008713 .rename_done = nfs4_proc_rename_done,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008714 .link = nfs4_proc_link,
8715 .symlink = nfs4_proc_symlink,
8716 .mkdir = nfs4_proc_mkdir,
8717 .rmdir = nfs4_proc_remove,
8718 .readdir = nfs4_proc_readdir,
8719 .mknod = nfs4_proc_mknod,
8720 .statfs = nfs4_proc_statfs,
8721 .fsinfo = nfs4_proc_fsinfo,
8722 .pathconf = nfs4_proc_pathconf,
David Howellse9326dc2006-08-22 20:06:10 -04008723 .set_capabilities = nfs4_server_capabilities,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008724 .decode_dirent = nfs4_decode_dirent,
Anna Schumakera4cdda52014-05-06 09:12:31 -04008725 .pgio_rpc_prepare = nfs4_proc_pgio_rpc_prepare,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008726 .read_setup = nfs4_proc_read_setup,
Trond Myklebustec06c092006-03-20 13:44:27 -05008727 .read_done = nfs4_read_done,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008728 .write_setup = nfs4_proc_write_setup,
Trond Myklebust788e7a82006-03-20 13:44:27 -05008729 .write_done = nfs4_write_done,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008730 .commit_setup = nfs4_proc_commit_setup,
Fred Isaman0b7c0152012-04-20 14:47:39 -04008731 .commit_rpc_prepare = nfs4_proc_commit_rpc_prepare,
Trond Myklebust788e7a82006-03-20 13:44:27 -05008732 .commit_done = nfs4_commit_done,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008733 .lock = nfs4_proc_lock,
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00008734 .clear_acl_cache = nfs4_zap_acl_attr,
Trond Myklebust7fe5c392009-03-19 15:35:50 -04008735 .close_context = nfs4_close_context,
Trond Myklebust2b484292010-09-17 10:56:51 -04008736 .open_context = nfs4_atomic_open,
Bryan Schumaker011e2a72012-06-20 15:53:43 -04008737 .have_delegation = nfs4_have_delegation,
Bryan Schumaker57ec14c2012-06-20 15:53:44 -04008738 .return_delegation = nfs4_inode_return_delegation,
Bryan Schumaker6663ee72012-06-20 15:53:46 -04008739 .alloc_client = nfs4_alloc_client,
Andy Adamson45a52a02011-03-01 01:34:08 +00008740 .init_client = nfs4_init_client,
Bryan Schumakercdb7ece2012-06-20 15:53:45 -04008741 .free_client = nfs4_free_client,
Bryan Schumaker1179acc2012-07-30 16:05:19 -04008742 .create_server = nfs4_create_server,
8743 .clone_server = nfs_clone_server,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008744};
8745
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00008746static const struct xattr_handler nfs4_xattr_nfs4_acl_handler = {
8747 .prefix = XATTR_NAME_NFSV4_ACL,
8748 .list = nfs4_xattr_list_nfs4_acl,
8749 .get = nfs4_xattr_get_nfs4_acl,
8750 .set = nfs4_xattr_set_nfs4_acl,
8751};
8752
8753const struct xattr_handler *nfs4_xattr_handlers[] = {
8754 &nfs4_xattr_nfs4_acl_handler,
David Quigleyc9bccef2013-05-22 12:50:45 -04008755#ifdef CONFIG_NFS_V4_SECURITY_LABEL
8756 &nfs4_xattr_nfs4_label_handler,
8757#endif
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00008758 NULL
8759};
8760
Linus Torvalds1da177e2005-04-16 15:20:36 -07008761/*
8762 * Local variables:
8763 * c-basic-offset: 8
8764 * End:
8765 */