blob: ba0da50865fe475dc0d5b112c2167185c1917420 [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>
41#include <linux/string.h>
Tejun Heo5a0e3ad2010-03-24 17:04:11 +090042#include <linux/slab.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070043#include <linux/sunrpc/clnt.h>
Bryan Schumaker8f70e952011-03-24 17:12:31 +000044#include <linux/sunrpc/gss_api.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070045#include <linux/nfs.h>
46#include <linux/nfs4.h>
47#include <linux/nfs_fs.h>
48#include <linux/nfs_page.h>
Bryan Schumaker9b7160c2011-04-13 14:31:30 -040049#include <linux/nfs_mount.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070050#include <linux/namei.h>
Trond Myklebust02a913a2005-10-18 14:20:17 -070051#include <linux/mount.h>
Benny Halevy99fe60d2009-04-01 09:22:29 -040052#include <linux/module.h>
Andy Adamson5a0ffe52009-04-01 09:23:18 -040053#include <linux/sunrpc/bc_xprt.h>
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +000054#include <linux/xattr.h>
Andy Adamsonc7a360b2011-01-25 19:15:32 -050055#include <linux/utsname.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070056
Trond Myklebust4ce79712005-06-22 17:16:21 +000057#include "nfs4_fs.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070058#include "delegation.h"
Trond Myklebust101070c2008-02-19 20:04:23 -050059#include "internal.h"
Chuck Lever006ea732006-03-20 13:44:14 -050060#include "iostat.h"
Andy Adamsonfc931582009-04-01 09:22:31 -040061#include "callback.h"
Andy Adamsonb1f69b72010-10-20 00:18:03 -040062#include "pnfs.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070063
64#define NFSDBG_FACILITY NFSDBG_PROC
65
Trond Myklebust2066fe82006-09-15 08:30:46 -040066#define NFS4_POLL_RETRY_MIN (HZ/10)
Linus Torvalds1da177e2005-04-16 15:20:36 -070067#define NFS4_POLL_RETRY_MAX (15*HZ)
68
Trond Myklebusta78cb572009-08-09 15:06:19 -040069#define NFS4_MAX_LOOP_ON_RECOVER (10)
70
Trond Myklebustcdd4e682006-01-03 09:55:12 +010071struct nfs4_opendata;
Trond Myklebust864472e2006-01-03 09:55:15 +010072static int _nfs4_proc_open(struct nfs4_opendata *data);
Alexandros Batsakisb2579572009-12-14 21:27:57 -080073static int _nfs4_recover_proc_open(struct nfs4_opendata *data);
Linus Torvalds1da177e2005-04-16 15:20:36 -070074static int nfs4_do_fsinfo(struct nfs_server *, struct nfs_fh *, struct nfs_fsinfo *);
Trond Myklebust9e33bed2008-12-23 15:21:46 -050075static int nfs4_async_handle_error(struct rpc_task *, const struct nfs_server *, struct nfs4_state *);
Trond Myklebust99367812007-07-17 21:52:41 -040076static int _nfs4_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fattr *fattr);
Trond Myklebust0ab64e02010-04-16 16:22:51 -040077static int nfs4_do_setattr(struct inode *inode, struct rpc_cred *cred,
78 struct nfs_fattr *fattr, struct iattr *sattr,
79 struct nfs4_state *state);
Bryan Schumakerf062eb62011-06-02 14:59:10 -040080#ifdef CONFIG_NFS_V4_1
81static int nfs41_test_stateid(struct nfs_server *, struct nfs4_state *);
82static int nfs41_free_stateid(struct nfs_server *, struct nfs4_state *);
83#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -070084/* Prevent leaks of NFSv4 errors into userland */
WANG Cong46f72f52008-12-30 16:35:55 -050085static int nfs4_map_errors(int err)
Linus Torvalds1da177e2005-04-16 15:20:36 -070086{
Trond Myklebust52567b02009-10-23 14:46:42 -040087 if (err >= -1000)
88 return err;
89 switch (err) {
90 case -NFS4ERR_RESOURCE:
91 return -EREMOTEIO;
Bryan Schumaker7ebb9312011-03-24 17:12:30 +000092 case -NFS4ERR_WRONGSEC:
93 return -EPERM;
Trond Myklebust3ddeb7c2011-02-22 15:44:31 -080094 case -NFS4ERR_BADOWNER:
95 case -NFS4ERR_BADNAME:
96 return -EINVAL;
Trond Myklebust52567b02009-10-23 14:46:42 -040097 default:
Linus Torvalds1da177e2005-04-16 15:20:36 -070098 dprintk("%s could not handle NFSv4 error %d\n",
Harvey Harrison3110ff82008-05-02 13:42:44 -070099 __func__, -err);
Trond Myklebust52567b02009-10-23 14:46:42 -0400100 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700101 }
Trond Myklebust52567b02009-10-23 14:46:42 -0400102 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700103}
104
105/*
106 * This is our standard bitmap for GETATTR requests.
107 */
108const u32 nfs4_fattr_bitmap[2] = {
109 FATTR4_WORD0_TYPE
110 | FATTR4_WORD0_CHANGE
111 | FATTR4_WORD0_SIZE
112 | FATTR4_WORD0_FSID
113 | FATTR4_WORD0_FILEID,
114 FATTR4_WORD1_MODE
115 | FATTR4_WORD1_NUMLINKS
116 | FATTR4_WORD1_OWNER
117 | FATTR4_WORD1_OWNER_GROUP
118 | FATTR4_WORD1_RAWDEV
119 | FATTR4_WORD1_SPACE_USED
120 | FATTR4_WORD1_TIME_ACCESS
121 | FATTR4_WORD1_TIME_METADATA
122 | FATTR4_WORD1_TIME_MODIFY
123};
124
125const u32 nfs4_statfs_bitmap[2] = {
126 FATTR4_WORD0_FILES_AVAIL
127 | FATTR4_WORD0_FILES_FREE
128 | FATTR4_WORD0_FILES_TOTAL,
129 FATTR4_WORD1_SPACE_AVAIL
130 | FATTR4_WORD1_SPACE_FREE
131 | FATTR4_WORD1_SPACE_TOTAL
132};
133
Trond Myklebust4ce79712005-06-22 17:16:21 +0000134const u32 nfs4_pathconf_bitmap[2] = {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700135 FATTR4_WORD0_MAXLINK
136 | FATTR4_WORD0_MAXNAME,
137 0
138};
139
Fred Isamandae100c2011-07-30 20:52:37 -0400140const u32 nfs4_fsinfo_bitmap[3] = { FATTR4_WORD0_MAXFILESIZE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700141 | FATTR4_WORD0_MAXREAD
142 | FATTR4_WORD0_MAXWRITE
143 | FATTR4_WORD0_LEASE_TIME,
Ricardo Labiaga55b6e772010-10-12 16:30:06 -0700144 FATTR4_WORD1_TIME_DELTA
Fred Isamandae100c2011-07-30 20:52:37 -0400145 | FATTR4_WORD1_FS_LAYOUT_TYPES,
146 FATTR4_WORD2_LAYOUT_BLKSIZE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700147};
148
Manoj Naik830b8e32006-06-09 09:34:25 -0400149const u32 nfs4_fs_locations_bitmap[2] = {
150 FATTR4_WORD0_TYPE
151 | FATTR4_WORD0_CHANGE
152 | FATTR4_WORD0_SIZE
153 | FATTR4_WORD0_FSID
154 | FATTR4_WORD0_FILEID
155 | FATTR4_WORD0_FS_LOCATIONS,
156 FATTR4_WORD1_MODE
157 | FATTR4_WORD1_NUMLINKS
158 | FATTR4_WORD1_OWNER
159 | FATTR4_WORD1_OWNER_GROUP
160 | FATTR4_WORD1_RAWDEV
161 | FATTR4_WORD1_SPACE_USED
162 | FATTR4_WORD1_TIME_ACCESS
163 | FATTR4_WORD1_TIME_METADATA
164 | FATTR4_WORD1_TIME_MODIFY
165 | FATTR4_WORD1_MOUNTED_ON_FILEID
166};
167
Al Virobc4785c2006-10-19 23:28:51 -0700168static void nfs4_setup_readdir(u64 cookie, __be32 *verifier, struct dentry *dentry,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700169 struct nfs4_readdir_arg *readdir)
170{
Al Viro0dbb4c62006-10-19 23:28:49 -0700171 __be32 *start, *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700172
173 BUG_ON(readdir->count < 80);
174 if (cookie > 2) {
Adrian Bunkb7ef1952005-06-22 17:16:28 +0000175 readdir->cookie = cookie;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700176 memcpy(&readdir->verifier, verifier, sizeof(readdir->verifier));
177 return;
178 }
179
180 readdir->cookie = 0;
181 memset(&readdir->verifier, 0, sizeof(readdir->verifier));
182 if (cookie == 2)
183 return;
184
185 /*
186 * NFSv4 servers do not return entries for '.' and '..'
187 * Therefore, we fake these entries here. We let '.'
188 * have cookie 0 and '..' have cookie 1. Note that
189 * when talking to the server, we always send cookie 0
190 * instead of 1 or 2.
191 */
Al Viro0dbb4c62006-10-19 23:28:49 -0700192 start = p = kmap_atomic(*readdir->pages, KM_USER0);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700193
194 if (cookie == 0) {
195 *p++ = xdr_one; /* next */
196 *p++ = xdr_zero; /* cookie, first word */
197 *p++ = xdr_one; /* cookie, second word */
198 *p++ = xdr_one; /* entry len */
199 memcpy(p, ".\0\0\0", 4); /* entry */
200 p++;
201 *p++ = xdr_one; /* bitmap length */
202 *p++ = htonl(FATTR4_WORD0_FILEID); /* bitmap */
203 *p++ = htonl(8); /* attribute buffer length */
Peter Staubach4e769b92007-08-03 15:07:10 -0400204 p = xdr_encode_hyper(p, NFS_FILEID(dentry->d_inode));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700205 }
206
207 *p++ = xdr_one; /* next */
208 *p++ = xdr_zero; /* cookie, first word */
209 *p++ = xdr_two; /* cookie, second word */
210 *p++ = xdr_two; /* entry len */
211 memcpy(p, "..\0\0", 4); /* entry */
212 p++;
213 *p++ = xdr_one; /* bitmap length */
214 *p++ = htonl(FATTR4_WORD0_FILEID); /* bitmap */
215 *p++ = htonl(8); /* attribute buffer length */
Peter Staubach4e769b92007-08-03 15:07:10 -0400216 p = xdr_encode_hyper(p, NFS_FILEID(dentry->d_parent->d_inode));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700217
218 readdir->pgbase = (char *)p - (char *)start;
219 readdir->count -= readdir->pgbase;
220 kunmap_atomic(start, KM_USER0);
221}
222
Trond Myklebust65de8722008-12-23 15:21:44 -0500223static int nfs4_wait_clnt_recover(struct nfs_client *clp)
224{
225 int res;
226
227 might_sleep();
228
Trond Myklebuste005e802008-12-23 15:21:48 -0500229 res = wait_on_bit(&clp->cl_state, NFS4CLNT_MANAGER_RUNNING,
Trond Myklebust72cb77f2009-03-11 14:10:30 -0400230 nfs_wait_bit_killable, TASK_KILLABLE);
Trond Myklebust65de8722008-12-23 15:21:44 -0500231 return res;
232}
233
234static int nfs4_delay(struct rpc_clnt *clnt, long *timeout)
235{
236 int res = 0;
237
238 might_sleep();
239
240 if (*timeout <= 0)
241 *timeout = NFS4_POLL_RETRY_MIN;
242 if (*timeout > NFS4_POLL_RETRY_MAX)
243 *timeout = NFS4_POLL_RETRY_MAX;
244 schedule_timeout_killable(*timeout);
245 if (fatal_signal_pending(current))
246 res = -ERESTARTSYS;
247 *timeout <<= 1;
248 return res;
249}
250
251/* This is the error handling routine for processes that are allowed
252 * to sleep.
253 */
Trond Myklebustb064eca22011-02-22 15:44:32 -0800254static int nfs4_handle_exception(struct nfs_server *server, int errorcode, struct nfs4_exception *exception)
Trond Myklebust65de8722008-12-23 15:21:44 -0500255{
256 struct nfs_client *clp = server->nfs_client;
Trond Myklebust9e33bed2008-12-23 15:21:46 -0500257 struct nfs4_state *state = exception->state;
Trond Myklebust65de8722008-12-23 15:21:44 -0500258 int ret = errorcode;
259
260 exception->retry = 0;
261 switch(errorcode) {
262 case 0:
263 return 0;
Trond Myklebust9e33bed2008-12-23 15:21:46 -0500264 case -NFS4ERR_ADMIN_REVOKED:
265 case -NFS4ERR_BAD_STATEID:
266 case -NFS4ERR_OPENMODE:
267 if (state == NULL)
268 break;
Trond Myklebust0400a6b2011-03-09 16:00:53 -0500269 nfs4_schedule_stateid_recovery(server, state);
270 goto wait_on_recovery;
Trond Myklebust0ced63d2011-05-26 14:26:35 -0400271 case -NFS4ERR_EXPIRED:
272 if (state != NULL)
273 nfs4_schedule_stateid_recovery(server, state);
Trond Myklebust65de8722008-12-23 15:21:44 -0500274 case -NFS4ERR_STALE_STATEID:
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -0500275 case -NFS4ERR_STALE_CLIENTID:
Trond Myklebust0400a6b2011-03-09 16:00:53 -0500276 nfs4_schedule_lease_recovery(clp);
277 goto wait_on_recovery;
Trond Myklebust03391692010-01-26 15:42:38 -0500278#if defined(CONFIG_NFS_V4_1)
Andy Adamson4745e312009-04-01 09:22:42 -0400279 case -NFS4ERR_BADSESSION:
280 case -NFS4ERR_BADSLOT:
281 case -NFS4ERR_BAD_HIGH_SLOT:
282 case -NFS4ERR_CONN_NOT_BOUND_TO_SESSION:
283 case -NFS4ERR_DEADSESSION:
284 case -NFS4ERR_SEQ_FALSE_RETRY:
285 case -NFS4ERR_SEQ_MISORDERED:
286 dprintk("%s ERROR: %d Reset session\n", __func__,
287 errorcode);
Trond Myklebust0400a6b2011-03-09 16:00:53 -0500288 nfs4_schedule_session_recovery(clp->cl_session);
Andy Adamson4745e312009-04-01 09:22:42 -0400289 exception->retry = 1;
Andy Adamsonb9179232009-12-04 15:55:32 -0500290 break;
Trond Myklebust03391692010-01-26 15:42:38 -0500291#endif /* defined(CONFIG_NFS_V4_1) */
Trond Myklebust65de8722008-12-23 15:21:44 -0500292 case -NFS4ERR_FILE_OPEN:
NeilBrown44ed3552009-12-03 15:58:56 -0500293 if (exception->timeout > HZ) {
294 /* We have retried a decent amount, time to
295 * fail
296 */
297 ret = -EBUSY;
298 break;
299 }
Trond Myklebust65de8722008-12-23 15:21:44 -0500300 case -NFS4ERR_GRACE:
301 case -NFS4ERR_DELAY:
Jeff Layton2c643482010-01-07 09:42:03 -0500302 case -EKEYEXPIRED:
Trond Myklebust65de8722008-12-23 15:21:44 -0500303 ret = nfs4_delay(server->client, &exception->timeout);
304 if (ret != 0)
305 break;
Andy Adamsona8a4ae32011-05-03 13:43:03 -0400306 case -NFS4ERR_RETRY_UNCACHED_REP:
Trond Myklebust65de8722008-12-23 15:21:44 -0500307 case -NFS4ERR_OLD_STATEID:
308 exception->retry = 1;
Trond Myklebustb064eca22011-02-22 15:44:32 -0800309 break;
310 case -NFS4ERR_BADOWNER:
311 /* The following works around a Linux server bug! */
312 case -NFS4ERR_BADNAME:
313 if (server->caps & NFS_CAP_UIDGID_NOMAP) {
314 server->caps &= ~NFS_CAP_UIDGID_NOMAP;
315 exception->retry = 1;
316 printk(KERN_WARNING "NFS: v4 server %s "
317 "does not accept raw "
318 "uid/gids. "
319 "Reenabling the idmapper.\n",
320 server->nfs_client->cl_hostname);
321 }
Trond Myklebust65de8722008-12-23 15:21:44 -0500322 }
323 /* We failed to handle the error */
324 return nfs4_map_errors(ret);
Trond Myklebust0400a6b2011-03-09 16:00:53 -0500325wait_on_recovery:
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -0500326 ret = nfs4_wait_clnt_recover(clp);
327 if (ret == 0)
328 exception->retry = 1;
329 return ret;
Trond Myklebust65de8722008-12-23 15:21:44 -0500330}
331
332
Trond Myklebust452e9352010-07-31 14:29:06 -0400333static void do_renew_lease(struct nfs_client *clp, unsigned long timestamp)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700334{
Linus Torvalds1da177e2005-04-16 15:20:36 -0700335 spin_lock(&clp->cl_lock);
336 if (time_before(clp->cl_last_renewal,timestamp))
337 clp->cl_last_renewal = timestamp;
338 spin_unlock(&clp->cl_lock);
339}
340
Trond Myklebust452e9352010-07-31 14:29:06 -0400341static void renew_lease(const struct nfs_server *server, unsigned long timestamp)
342{
343 do_renew_lease(server->nfs_client, timestamp);
344}
345
Andy Adamsoncccef3b2009-04-01 09:22:03 -0400346#if defined(CONFIG_NFS_V4_1)
347
Benny Halevy510b8172009-04-01 09:22:14 -0400348/*
Andy Adamsone2c4ab32009-04-01 09:22:16 -0400349 * nfs4_free_slot - free a slot and efficiently update slot table.
350 *
351 * freeing a slot is trivially done by clearing its respective bit
352 * in the bitmap.
353 * If the freed slotid equals highest_used_slotid we want to update it
354 * so that the server would be able to size down the slot table if needed,
355 * otherwise we know that the highest_used_slotid is still in use.
356 * When updating highest_used_slotid there may be "holes" in the bitmap
357 * so we need to scan down from highest_used_slotid to 0 looking for the now
358 * highest slotid in use.
359 * If none found, highest_used_slotid is set to -1.
Trond Myklebust35dc1d72009-12-05 19:32:19 -0500360 *
361 * Must be called while holding tbl->slot_tbl_lock
Andy Adamsone2c4ab32009-04-01 09:22:16 -0400362 */
363static void
Benny Halevydfb4f3092010-09-24 09:17:01 -0400364nfs4_free_slot(struct nfs4_slot_table *tbl, struct nfs4_slot *free_slot)
Andy Adamsone2c4ab32009-04-01 09:22:16 -0400365{
Benny Halevydfb4f3092010-09-24 09:17:01 -0400366 int free_slotid = free_slot - tbl->slots;
Andy Adamsone2c4ab32009-04-01 09:22:16 -0400367 int slotid = free_slotid;
368
Benny Halevydfb4f3092010-09-24 09:17:01 -0400369 BUG_ON(slotid < 0 || slotid >= NFS4_MAX_SLOT_TABLE);
Andy Adamsone2c4ab32009-04-01 09:22:16 -0400370 /* clear used bit in bitmap */
371 __clear_bit(slotid, tbl->used_slots);
372
373 /* update highest_used_slotid when it is freed */
374 if (slotid == tbl->highest_used_slotid) {
375 slotid = find_last_bit(tbl->used_slots, tbl->max_slots);
Trond Myklebustbcb56162009-12-05 19:32:19 -0500376 if (slotid < tbl->max_slots)
Andy Adamsone2c4ab32009-04-01 09:22:16 -0400377 tbl->highest_used_slotid = slotid;
378 else
379 tbl->highest_used_slotid = -1;
380 }
Andy Adamsone2c4ab32009-04-01 09:22:16 -0400381 dprintk("%s: free_slotid %u highest_used_slotid %d\n", __func__,
382 free_slotid, tbl->highest_used_slotid);
383}
384
Alexandros Batsakis3bfb0fc2009-12-09 01:50:11 -0800385/*
Andy Adamson42acd022011-01-06 02:04:34 +0000386 * Signal state manager thread if session fore channel is drained
Alexandros Batsakis3bfb0fc2009-12-09 01:50:11 -0800387 */
Andy Adamson42acd022011-01-06 02:04:34 +0000388static void nfs4_check_drain_fc_complete(struct nfs4_session *ses)
Alexandros Batsakis3bfb0fc2009-12-09 01:50:11 -0800389{
Alexandros Batsakis689cf5c2009-12-14 21:27:56 -0800390 struct rpc_task *task;
391
Trond Myklebusta2118c32010-06-16 09:52:26 -0400392 if (!test_bit(NFS4_SESSION_DRAINING, &ses->session_state)) {
Alexandros Batsakis689cf5c2009-12-14 21:27:56 -0800393 task = rpc_wake_up_next(&ses->fc_slot_table.slot_tbl_waitq);
394 if (task)
395 rpc_task_set_priority(task, RPC_PRIORITY_PRIVILEGED);
Alexandros Batsakis3bfb0fc2009-12-09 01:50:11 -0800396 return;
397 }
398
399 if (ses->fc_slot_table.highest_used_slotid != -1)
400 return;
401
Andy Adamson42acd022011-01-06 02:04:34 +0000402 dprintk("%s COMPLETE: Session Fore Channel Drained\n", __func__);
403 complete(&ses->fc_slot_table.complete);
404}
405
406/*
407 * Signal state manager thread if session back channel is drained
408 */
409void nfs4_check_drain_bc_complete(struct nfs4_session *ses)
410{
411 if (!test_bit(NFS4_SESSION_DRAINING, &ses->session_state) ||
412 ses->bc_slot_table.highest_used_slotid != -1)
413 return;
414 dprintk("%s COMPLETE: Session Back Channel Drained\n", __func__);
415 complete(&ses->bc_slot_table.complete);
Alexandros Batsakis3bfb0fc2009-12-09 01:50:11 -0800416}
417
Trond Myklebustd185a332010-06-16 09:52:25 -0400418static void nfs41_sequence_free_slot(struct nfs4_sequence_res *res)
Andy Adamson13615872009-04-01 09:22:17 -0400419{
420 struct nfs4_slot_table *tbl;
421
Trond Myklebustd185a332010-06-16 09:52:25 -0400422 tbl = &res->sr_session->fc_slot_table;
Benny Halevydfb4f3092010-09-24 09:17:01 -0400423 if (!res->sr_slot) {
Andy Adamson13615872009-04-01 09:22:17 -0400424 /* just wake up the next guy waiting since
425 * we may have not consumed a slot after all */
Andy Adamson691daf32009-12-04 15:55:39 -0500426 dprintk("%s: No slot\n", __func__);
Trond Myklebust35dc1d72009-12-05 19:32:19 -0500427 return;
Andy Adamson13615872009-04-01 09:22:17 -0400428 }
Andy Adamsonea028ac2009-12-04 15:55:38 -0500429
Trond Myklebust35dc1d72009-12-05 19:32:19 -0500430 spin_lock(&tbl->slot_tbl_lock);
Benny Halevydfb4f3092010-09-24 09:17:01 -0400431 nfs4_free_slot(tbl, res->sr_slot);
Andy Adamson42acd022011-01-06 02:04:34 +0000432 nfs4_check_drain_fc_complete(res->sr_session);
Trond Myklebust35dc1d72009-12-05 19:32:19 -0500433 spin_unlock(&tbl->slot_tbl_lock);
Benny Halevydfb4f3092010-09-24 09:17:01 -0400434 res->sr_slot = NULL;
Andy Adamson13615872009-04-01 09:22:17 -0400435}
436
Trond Myklebust14516c32010-07-31 14:29:06 -0400437static int nfs41_sequence_done(struct rpc_task *task, struct nfs4_sequence_res *res)
Andy Adamsonb0df8062009-04-01 09:22:18 -0400438{
439 unsigned long timestamp;
Trond Myklebust14516c32010-07-31 14:29:06 -0400440 struct nfs_client *clp;
Andy Adamsonb0df8062009-04-01 09:22:18 -0400441
442 /*
443 * sr_status remains 1 if an RPC level error occurred. The server
444 * may or may not have processed the sequence operation..
445 * Proceed as if the server received and processed the sequence
446 * operation.
447 */
448 if (res->sr_status == 1)
449 res->sr_status = NFS_OK;
450
Bryan Schumaker468f8612011-04-18 15:57:32 -0400451 /* don't increment the sequence number if the task wasn't sent */
452 if (!RPC_WAS_SENT(task))
Andy Adamsonb0df8062009-04-01 09:22:18 -0400453 goto out;
454
Andy Adamson691daf32009-12-04 15:55:39 -0500455 /* Check the SEQUENCE operation status */
Trond Myklebust14516c32010-07-31 14:29:06 -0400456 switch (res->sr_status) {
457 case 0:
Andy Adamsonb0df8062009-04-01 09:22:18 -0400458 /* Update the slot's sequence and clientid lease timer */
Benny Halevydfb4f3092010-09-24 09:17:01 -0400459 ++res->sr_slot->seq_nr;
Andy Adamsonb0df8062009-04-01 09:22:18 -0400460 timestamp = res->sr_renewal_time;
Trond Myklebust14516c32010-07-31 14:29:06 -0400461 clp = res->sr_session->clp;
Trond Myklebust452e9352010-07-31 14:29:06 -0400462 do_renew_lease(clp, timestamp);
Alexandros Batsakis0629e372009-12-05 13:46:14 -0500463 /* Check sequence flags */
Trond Myklebustb4410c22011-03-09 16:00:55 -0500464 if (res->sr_status_flags != 0)
465 nfs4_schedule_lease_recovery(clp);
Trond Myklebust14516c32010-07-31 14:29:06 -0400466 break;
467 case -NFS4ERR_DELAY:
468 /* The server detected a resend of the RPC call and
469 * returned NFS4ERR_DELAY as per Section 2.10.6.2
470 * of RFC5661.
471 */
Geert Uytterhoeven12364a42010-10-28 20:06:19 +0200472 dprintk("%s: slot=%td seq=%d: Operation in progress\n",
Benny Halevydfb4f3092010-09-24 09:17:01 -0400473 __func__,
474 res->sr_slot - res->sr_session->fc_slot_table.slots,
475 res->sr_slot->seq_nr);
Trond Myklebust14516c32010-07-31 14:29:06 -0400476 goto out_retry;
477 default:
478 /* Just update the slot sequence no. */
Benny Halevydfb4f3092010-09-24 09:17:01 -0400479 ++res->sr_slot->seq_nr;
Andy Adamsonb0df8062009-04-01 09:22:18 -0400480 }
481out:
482 /* The session may be reset by one of the error handlers. */
483 dprintk("%s: Error %d free the slot \n", __func__, res->sr_status);
Trond Myklebustd185a332010-06-16 09:52:25 -0400484 nfs41_sequence_free_slot(res);
Trond Myklebust14516c32010-07-31 14:29:06 -0400485 return 1;
486out_retry:
Trond Myklebustd05dd4e2010-07-31 14:29:07 -0400487 if (!rpc_restart_call(task))
Trond Myklebust14516c32010-07-31 14:29:06 -0400488 goto out;
489 rpc_delay(task, NFS4_POLL_RETRY_MAX);
490 return 0;
Andy Adamsonb0df8062009-04-01 09:22:18 -0400491}
492
Trond Myklebust14516c32010-07-31 14:29:06 -0400493static int nfs4_sequence_done(struct rpc_task *task,
494 struct nfs4_sequence_res *res)
Trond Myklebustdf896452010-06-16 09:52:26 -0400495{
Trond Myklebust14516c32010-07-31 14:29:06 -0400496 if (res->sr_session == NULL)
497 return 1;
498 return nfs41_sequence_done(task, res);
Trond Myklebustdf896452010-06-16 09:52:26 -0400499}
500
Andy Adamsone2c4ab32009-04-01 09:22:16 -0400501/*
Benny Halevy510b8172009-04-01 09:22:14 -0400502 * nfs4_find_slot - efficiently look for a free slot
503 *
504 * nfs4_find_slot looks for an unset bit in the used_slots bitmap.
505 * If found, we mark the slot as used, update the highest_used_slotid,
506 * and respectively set up the sequence operation args.
507 * The slot number is returned if found, or NFS4_MAX_SLOT_TABLE otherwise.
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400508 *
509 * Note: must be called with under the slot_tbl_lock.
Benny Halevy510b8172009-04-01 09:22:14 -0400510 */
511static u8
Alexandros Batsakis40ead582009-12-14 21:27:54 -0800512nfs4_find_slot(struct nfs4_slot_table *tbl)
Benny Halevy510b8172009-04-01 09:22:14 -0400513{
514 int slotid;
515 u8 ret_id = NFS4_MAX_SLOT_TABLE;
516 BUILD_BUG_ON((u8)NFS4_MAX_SLOT_TABLE != (int)NFS4_MAX_SLOT_TABLE);
517
Benny Halevy510b8172009-04-01 09:22:14 -0400518 dprintk("--> %s used_slots=%04lx highest_used=%d max_slots=%d\n",
519 __func__, tbl->used_slots[0], tbl->highest_used_slotid,
520 tbl->max_slots);
521 slotid = find_first_zero_bit(tbl->used_slots, tbl->max_slots);
522 if (slotid >= tbl->max_slots)
523 goto out;
524 __set_bit(slotid, tbl->used_slots);
525 if (slotid > tbl->highest_used_slotid)
526 tbl->highest_used_slotid = slotid;
527 ret_id = slotid;
528out:
529 dprintk("<-- %s used_slots=%04lx highest_used=%d slotid=%d \n",
530 __func__, tbl->used_slots[0], tbl->highest_used_slotid, ret_id);
Benny Halevy510b8172009-04-01 09:22:14 -0400531 return ret_id;
532}
533
Andy Adamsondc70d7b2011-03-01 01:34:19 +0000534int nfs41_setup_sequence(struct nfs4_session *session,
Andy Adamsonce5039c2009-04-01 09:22:13 -0400535 struct nfs4_sequence_args *args,
536 struct nfs4_sequence_res *res,
537 int cache_reply,
538 struct rpc_task *task)
539{
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400540 struct nfs4_slot *slot;
541 struct nfs4_slot_table *tbl;
542 u8 slotid;
543
544 dprintk("--> %s\n", __func__);
Andy Adamsonce5039c2009-04-01 09:22:13 -0400545 /* slot already allocated? */
Benny Halevydfb4f3092010-09-24 09:17:01 -0400546 if (res->sr_slot != NULL)
Andy Adamsonce5039c2009-04-01 09:22:13 -0400547 return 0;
548
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400549 tbl = &session->fc_slot_table;
550
551 spin_lock(&tbl->slot_tbl_lock);
Trond Myklebusta2118c32010-06-16 09:52:26 -0400552 if (test_bit(NFS4_SESSION_DRAINING, &session->session_state) &&
Alexandros Batsakis5601a002009-12-14 21:27:58 -0800553 !rpc_task_has_priority(task, RPC_PRIORITY_PRIVILEGED)) {
Andy Adamsonea028ac2009-12-04 15:55:38 -0500554 /*
555 * The state manager will wait until the slot table is empty.
556 * Schedule the reset thread
557 */
Andy Adamson05f0d232009-12-04 15:55:37 -0500558 rpc_sleep_on(&tbl->slot_tbl_waitq, task, NULL);
Andy Adamsonb069d942009-04-01 09:22:43 -0400559 spin_unlock(&tbl->slot_tbl_lock);
Trond Myklebustbcb56162009-12-05 19:32:19 -0500560 dprintk("%s Schedule Session Reset\n", __func__);
Andy Adamson05f0d232009-12-04 15:55:37 -0500561 return -EAGAIN;
Andy Adamsonb069d942009-04-01 09:22:43 -0400562 }
563
Alexandros Batsakis689cf5c2009-12-14 21:27:56 -0800564 if (!rpc_queue_empty(&tbl->slot_tbl_waitq) &&
565 !rpc_task_has_priority(task, RPC_PRIORITY_PRIVILEGED)) {
566 rpc_sleep_on(&tbl->slot_tbl_waitq, task, NULL);
567 spin_unlock(&tbl->slot_tbl_lock);
568 dprintk("%s enforce FIFO order\n", __func__);
569 return -EAGAIN;
570 }
571
Alexandros Batsakis40ead582009-12-14 21:27:54 -0800572 slotid = nfs4_find_slot(tbl);
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400573 if (slotid == NFS4_MAX_SLOT_TABLE) {
574 rpc_sleep_on(&tbl->slot_tbl_waitq, task, NULL);
575 spin_unlock(&tbl->slot_tbl_lock);
576 dprintk("<-- %s: no free slots\n", __func__);
577 return -EAGAIN;
578 }
579 spin_unlock(&tbl->slot_tbl_lock);
580
Alexandros Batsakis689cf5c2009-12-14 21:27:56 -0800581 rpc_task_set_priority(task, RPC_PRIORITY_NORMAL);
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400582 slot = tbl->slots + slotid;
Benny Halevy99fe60d2009-04-01 09:22:29 -0400583 args->sa_session = session;
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400584 args->sa_slotid = slotid;
585 args->sa_cache_this = cache_reply;
586
587 dprintk("<-- %s slotid=%d seqid=%d\n", __func__, slotid, slot->seq_nr);
588
Benny Halevy99fe60d2009-04-01 09:22:29 -0400589 res->sr_session = session;
Benny Halevydfb4f3092010-09-24 09:17:01 -0400590 res->sr_slot = slot;
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400591 res->sr_renewal_time = jiffies;
Trond Myklebust2a6e26c2010-06-16 09:52:25 -0400592 res->sr_status_flags = 0;
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400593 /*
594 * sr_status is only set in decode_sequence, and so will remain
595 * set to 1 if an rpc level failure occurs.
596 */
597 res->sr_status = 1;
Andy Adamsonce5039c2009-04-01 09:22:13 -0400598 return 0;
599}
Andy Adamsondc70d7b2011-03-01 01:34:19 +0000600EXPORT_SYMBOL_GPL(nfs41_setup_sequence);
Andy Adamsonce5039c2009-04-01 09:22:13 -0400601
Trond Myklebust035168a2010-06-16 09:52:26 -0400602int nfs4_setup_sequence(const struct nfs_server *server,
Andy Adamsonce5039c2009-04-01 09:22:13 -0400603 struct nfs4_sequence_args *args,
604 struct nfs4_sequence_res *res,
605 int cache_reply,
606 struct rpc_task *task)
607{
Trond Myklebust035168a2010-06-16 09:52:26 -0400608 struct nfs4_session *session = nfs4_get_session(server);
Andy Adamsonce5039c2009-04-01 09:22:13 -0400609 int ret = 0;
610
Trond Myklebust035168a2010-06-16 09:52:26 -0400611 if (session == NULL) {
612 args->sa_session = NULL;
613 res->sr_session = NULL;
Andy Adamsonce5039c2009-04-01 09:22:13 -0400614 goto out;
Trond Myklebust035168a2010-06-16 09:52:26 -0400615 }
616
Geert Uytterhoeven12364a42010-10-28 20:06:19 +0200617 dprintk("--> %s clp %p session %p sr_slot %td\n",
Benny Halevydfb4f3092010-09-24 09:17:01 -0400618 __func__, session->clp, session, res->sr_slot ?
619 res->sr_slot - session->fc_slot_table.slots : -1);
Trond Myklebust035168a2010-06-16 09:52:26 -0400620
621 ret = nfs41_setup_sequence(session, args, res, cache_reply,
Andy Adamsonce5039c2009-04-01 09:22:13 -0400622 task);
Andy Adamsonce5039c2009-04-01 09:22:13 -0400623out:
624 dprintk("<-- %s status=%d\n", __func__, ret);
625 return ret;
626}
627
628struct nfs41_call_sync_data {
Trond Myklebust035168a2010-06-16 09:52:26 -0400629 const struct nfs_server *seq_server;
Andy Adamsonce5039c2009-04-01 09:22:13 -0400630 struct nfs4_sequence_args *seq_args;
631 struct nfs4_sequence_res *seq_res;
632 int cache_reply;
633};
634
635static void nfs41_call_sync_prepare(struct rpc_task *task, void *calldata)
636{
637 struct nfs41_call_sync_data *data = calldata;
638
Trond Myklebust035168a2010-06-16 09:52:26 -0400639 dprintk("--> %s data->seq_server %p\n", __func__, data->seq_server);
640
641 if (nfs4_setup_sequence(data->seq_server, data->seq_args,
Andy Adamsonce5039c2009-04-01 09:22:13 -0400642 data->seq_res, data->cache_reply, task))
643 return;
644 rpc_call_start(task);
645}
646
Alexandros Batsakisb2579572009-12-14 21:27:57 -0800647static void nfs41_call_priv_sync_prepare(struct rpc_task *task, void *calldata)
648{
649 rpc_task_set_priority(task, RPC_PRIORITY_PRIVILEGED);
650 nfs41_call_sync_prepare(task, calldata);
651}
652
Andy Adamson69ab40c2009-04-01 09:22:19 -0400653static void nfs41_call_sync_done(struct rpc_task *task, void *calldata)
654{
655 struct nfs41_call_sync_data *data = calldata;
656
Trond Myklebust14516c32010-07-31 14:29:06 -0400657 nfs41_sequence_done(task, data->seq_res);
Andy Adamson69ab40c2009-04-01 09:22:19 -0400658}
659
Andy Adamsonce5039c2009-04-01 09:22:13 -0400660struct rpc_call_ops nfs41_call_sync_ops = {
661 .rpc_call_prepare = nfs41_call_sync_prepare,
Andy Adamson69ab40c2009-04-01 09:22:19 -0400662 .rpc_call_done = nfs41_call_sync_done,
Andy Adamsonce5039c2009-04-01 09:22:13 -0400663};
664
Alexandros Batsakisb2579572009-12-14 21:27:57 -0800665struct rpc_call_ops nfs41_call_priv_sync_ops = {
666 .rpc_call_prepare = nfs41_call_priv_sync_prepare,
667 .rpc_call_done = nfs41_call_sync_done,
668};
669
Bryan Schumaker7c513052011-03-24 17:12:24 +0000670static int nfs4_call_sync_sequence(struct rpc_clnt *clnt,
671 struct nfs_server *server,
Andy Adamsonce5039c2009-04-01 09:22:13 -0400672 struct rpc_message *msg,
673 struct nfs4_sequence_args *args,
674 struct nfs4_sequence_res *res,
Alexandros Batsakisb2579572009-12-14 21:27:57 -0800675 int cache_reply,
676 int privileged)
Andy Adamsonce5039c2009-04-01 09:22:13 -0400677{
678 int ret;
679 struct rpc_task *task;
680 struct nfs41_call_sync_data data = {
Trond Myklebust035168a2010-06-16 09:52:26 -0400681 .seq_server = server,
Andy Adamsonce5039c2009-04-01 09:22:13 -0400682 .seq_args = args,
683 .seq_res = res,
684 .cache_reply = cache_reply,
685 };
686 struct rpc_task_setup task_setup = {
Bryan Schumaker7c513052011-03-24 17:12:24 +0000687 .rpc_client = clnt,
Andy Adamsonce5039c2009-04-01 09:22:13 -0400688 .rpc_message = msg,
689 .callback_ops = &nfs41_call_sync_ops,
690 .callback_data = &data
691 };
692
Benny Halevydfb4f3092010-09-24 09:17:01 -0400693 res->sr_slot = NULL;
Alexandros Batsakisb2579572009-12-14 21:27:57 -0800694 if (privileged)
695 task_setup.callback_ops = &nfs41_call_priv_sync_ops;
Andy Adamsonce5039c2009-04-01 09:22:13 -0400696 task = rpc_run_task(&task_setup);
697 if (IS_ERR(task))
698 ret = PTR_ERR(task);
699 else {
700 ret = task->tk_status;
701 rpc_put_task(task);
702 }
703 return ret;
704}
705
Bryan Schumaker7c513052011-03-24 17:12:24 +0000706int _nfs4_call_sync_session(struct rpc_clnt *clnt,
707 struct nfs_server *server,
Andy Adamsoncccef3b2009-04-01 09:22:03 -0400708 struct rpc_message *msg,
709 struct nfs4_sequence_args *args,
710 struct nfs4_sequence_res *res,
711 int cache_reply)
712{
Bryan Schumaker7c513052011-03-24 17:12:24 +0000713 return nfs4_call_sync_sequence(clnt, server, msg, args, res, cache_reply, 0);
Andy Adamsoncccef3b2009-04-01 09:22:03 -0400714}
715
Trond Myklebustdf896452010-06-16 09:52:26 -0400716#else
Trond Myklebust14516c32010-07-31 14:29:06 -0400717static int nfs4_sequence_done(struct rpc_task *task,
718 struct nfs4_sequence_res *res)
Trond Myklebustdf896452010-06-16 09:52:26 -0400719{
Trond Myklebust14516c32010-07-31 14:29:06 -0400720 return 1;
Trond Myklebustdf896452010-06-16 09:52:26 -0400721}
Andy Adamsoncccef3b2009-04-01 09:22:03 -0400722#endif /* CONFIG_NFS_V4_1 */
723
Bryan Schumaker7c513052011-03-24 17:12:24 +0000724int _nfs4_call_sync(struct rpc_clnt *clnt,
725 struct nfs_server *server,
Andy Adamsoncccef3b2009-04-01 09:22:03 -0400726 struct rpc_message *msg,
727 struct nfs4_sequence_args *args,
728 struct nfs4_sequence_res *res,
729 int cache_reply)
730{
Benny Halevyf3752972009-04-01 09:22:04 -0400731 args->sa_session = res->sr_session = NULL;
Bryan Schumaker7c513052011-03-24 17:12:24 +0000732 return rpc_call_sync(clnt, msg, 0);
Andy Adamsoncccef3b2009-04-01 09:22:03 -0400733}
734
Bryan Schumakere73b83f2011-03-24 17:12:23 +0000735static inline
Bryan Schumaker7c513052011-03-24 17:12:24 +0000736int nfs4_call_sync(struct rpc_clnt *clnt,
737 struct nfs_server *server,
Bryan Schumakere73b83f2011-03-24 17:12:23 +0000738 struct rpc_message *msg,
739 struct nfs4_sequence_args *args,
740 struct nfs4_sequence_res *res,
741 int cache_reply)
742{
Bryan Schumaker7c513052011-03-24 17:12:24 +0000743 return server->nfs_client->cl_mvops->call_sync(clnt, server, msg,
744 args, res, cache_reply);
Bryan Schumakere73b83f2011-03-24 17:12:23 +0000745}
Andy Adamsoncccef3b2009-04-01 09:22:03 -0400746
Trond Myklebust38478b22006-05-25 01:40:57 -0400747static void update_changeattr(struct inode *dir, struct nfs4_change_info *cinfo)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700748{
Trond Myklebust38478b22006-05-25 01:40:57 -0400749 struct nfs_inode *nfsi = NFS_I(dir);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700750
Trond Myklebust38478b22006-05-25 01:40:57 -0400751 spin_lock(&dir->i_lock);
Trond Myklebust40d24702007-10-08 09:24:22 -0400752 nfsi->cache_validity |= NFS_INO_INVALID_ATTR|NFS_INO_REVAL_PAGECACHE|NFS_INO_INVALID_DATA;
Trond Myklebusta9a4a872011-10-17 16:08:46 -0700753 if (!cinfo->atomic || cinfo->before != dir->i_version)
Trond Myklebustbfc69a42007-10-15 18:18:29 -0400754 nfs_force_lookup_revalidate(dir);
Trond Myklebusta9a4a872011-10-17 16:08:46 -0700755 dir->i_version = cinfo->after;
Trond Myklebust38478b22006-05-25 01:40:57 -0400756 spin_unlock(&dir->i_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700757}
758
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100759struct nfs4_opendata {
Trond Myklebustc6d00e62007-06-17 16:02:44 -0400760 struct kref kref;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100761 struct nfs_openargs o_arg;
762 struct nfs_openres o_res;
Trond Myklebustcdd4e682006-01-03 09:55:12 +0100763 struct nfs_open_confirmargs c_arg;
764 struct nfs_open_confirmres c_res;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100765 struct nfs_fattr f_attr;
766 struct nfs_fattr dir_attr;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100767 struct dentry *dir;
Al Viro82a2c1b2011-06-22 18:30:55 -0400768 struct dentry *dentry;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100769 struct nfs4_state_owner *owner;
Trond Myklebustaac00a82007-07-05 19:02:21 -0400770 struct nfs4_state *state;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100771 struct iattr attrs;
Trond Myklebust26e976a2006-01-03 09:55:21 +0100772 unsigned long timestamp;
Trond Myklebust3e309912007-07-07 13:19:59 -0400773 unsigned int rpc_done : 1;
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100774 int rpc_status;
775 int cancelled;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100776};
777
Trond Myklebust2ced46c2007-07-03 23:48:13 -0400778
779static void nfs4_init_opendata_res(struct nfs4_opendata *p)
780{
781 p->o_res.f_attr = &p->f_attr;
782 p->o_res.dir_attr = &p->dir_attr;
Trond Myklebustc1d51932008-04-07 13:20:54 -0400783 p->o_res.seqid = p->o_arg.seqid;
784 p->c_res.seqid = p->c_arg.seqid;
Trond Myklebust2ced46c2007-07-03 23:48:13 -0400785 p->o_res.server = p->o_arg.server;
786 nfs_fattr_init(&p->f_attr);
787 nfs_fattr_init(&p->dir_attr);
788}
789
Al Viro82a2c1b2011-06-22 18:30:55 -0400790static struct nfs4_opendata *nfs4_opendata_alloc(struct dentry *dentry,
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500791 struct nfs4_state_owner *sp, fmode_t fmode, int flags,
Trond Myklebust8535b2b2010-05-13 12:51:01 -0400792 const struct iattr *attrs,
793 gfp_t gfp_mask)
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100794{
Al Viro82a2c1b2011-06-22 18:30:55 -0400795 struct dentry *parent = dget_parent(dentry);
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100796 struct inode *dir = parent->d_inode;
797 struct nfs_server *server = NFS_SERVER(dir);
798 struct nfs4_opendata *p;
799
Trond Myklebust8535b2b2010-05-13 12:51:01 -0400800 p = kzalloc(sizeof(*p), gfp_mask);
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100801 if (p == NULL)
802 goto err;
Trond Myklebust8535b2b2010-05-13 12:51:01 -0400803 p->o_arg.seqid = nfs_alloc_seqid(&sp->so_seqid, gfp_mask);
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100804 if (p->o_arg.seqid == NULL)
805 goto err_free;
Al Viro82a2c1b2011-06-22 18:30:55 -0400806 nfs_sb_active(dentry->d_sb);
807 p->dentry = dget(dentry);
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100808 p->dir = parent;
809 p->owner = sp;
810 atomic_inc(&sp->so_count);
811 p->o_arg.fh = NFS_FH(dir);
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500812 p->o_arg.open_flags = flags;
813 p->o_arg.fmode = fmode & (FMODE_READ|FMODE_WRITE);
David Howells7539bba2006-08-22 20:06:09 -0400814 p->o_arg.clientid = server->nfs_client->cl_clientid;
Trond Myklebust9f958ab2007-07-02 13:58:33 -0400815 p->o_arg.id = sp->so_owner_id.id;
Al Viro82a2c1b2011-06-22 18:30:55 -0400816 p->o_arg.name = &dentry->d_name;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100817 p->o_arg.server = server;
818 p->o_arg.bitmask = server->attr_bitmask;
819 p->o_arg.claim = NFS4_OPEN_CLAIM_NULL;
Trond Myklebustd77d76f2010-06-16 09:52:27 -0400820 if (flags & O_CREAT) {
821 u32 *s;
822
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100823 p->o_arg.u.attrs = &p->attrs;
824 memcpy(&p->attrs, attrs, sizeof(p->attrs));
Trond Myklebustd77d76f2010-06-16 09:52:27 -0400825 s = (u32 *) p->o_arg.u.verifier.data;
826 s[0] = jiffies;
827 s[1] = current->pid;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100828 }
Trond Myklebustcdd4e682006-01-03 09:55:12 +0100829 p->c_arg.fh = &p->o_res.fh;
830 p->c_arg.stateid = &p->o_res.stateid;
831 p->c_arg.seqid = p->o_arg.seqid;
Trond Myklebust2ced46c2007-07-03 23:48:13 -0400832 nfs4_init_opendata_res(p);
Trond Myklebustc6d00e62007-06-17 16:02:44 -0400833 kref_init(&p->kref);
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100834 return p;
835err_free:
836 kfree(p);
837err:
838 dput(parent);
839 return NULL;
840}
841
Trond Myklebustc6d00e62007-06-17 16:02:44 -0400842static void nfs4_opendata_free(struct kref *kref)
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100843{
Trond Myklebustc6d00e62007-06-17 16:02:44 -0400844 struct nfs4_opendata *p = container_of(kref,
845 struct nfs4_opendata, kref);
Al Viro82a2c1b2011-06-22 18:30:55 -0400846 struct super_block *sb = p->dentry->d_sb;
Trond Myklebustc6d00e62007-06-17 16:02:44 -0400847
848 nfs_free_seqid(p->o_arg.seqid);
Trond Myklebustaac00a82007-07-05 19:02:21 -0400849 if (p->state != NULL)
850 nfs4_put_open_state(p->state);
Trond Myklebustc6d00e62007-06-17 16:02:44 -0400851 nfs4_put_state_owner(p->owner);
852 dput(p->dir);
Al Viro82a2c1b2011-06-22 18:30:55 -0400853 dput(p->dentry);
854 nfs_sb_deactive(sb);
Trond Myklebustc6d00e62007-06-17 16:02:44 -0400855 kfree(p);
856}
857
858static void nfs4_opendata_put(struct nfs4_opendata *p)
859{
860 if (p != NULL)
861 kref_put(&p->kref, nfs4_opendata_free);
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100862}
863
Trond Myklebust06f814a2006-01-03 09:55:07 +0100864static int nfs4_wait_for_completion_rpc_task(struct rpc_task *task)
865{
Trond Myklebust06f814a2006-01-03 09:55:07 +0100866 int ret;
867
Trond Myklebust06f814a2006-01-03 09:55:07 +0100868 ret = rpc_wait_for_completion_task(task);
Trond Myklebust06f814a2006-01-03 09:55:07 +0100869 return ret;
870}
871
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500872static int can_open_cached(struct nfs4_state *state, fmode_t mode, int open_mode)
Trond Myklebust6ee41262007-07-08 14:11:36 -0400873{
874 int ret = 0;
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500875
876 if (open_mode & O_EXCL)
877 goto out;
878 switch (mode & (FMODE_READ|FMODE_WRITE)) {
Trond Myklebust6ee41262007-07-08 14:11:36 -0400879 case FMODE_READ:
Trond Myklebust88069f72009-12-08 08:33:16 -0500880 ret |= test_bit(NFS_O_RDONLY_STATE, &state->flags) != 0
881 && state->n_rdonly != 0;
Trond Myklebust6ee41262007-07-08 14:11:36 -0400882 break;
883 case FMODE_WRITE:
Trond Myklebust88069f72009-12-08 08:33:16 -0500884 ret |= test_bit(NFS_O_WRONLY_STATE, &state->flags) != 0
885 && state->n_wronly != 0;
Trond Myklebust6ee41262007-07-08 14:11:36 -0400886 break;
887 case FMODE_READ|FMODE_WRITE:
Trond Myklebust88069f72009-12-08 08:33:16 -0500888 ret |= test_bit(NFS_O_RDWR_STATE, &state->flags) != 0
889 && state->n_rdwr != 0;
Trond Myklebust6ee41262007-07-08 14:11:36 -0400890 }
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500891out:
Trond Myklebust6ee41262007-07-08 14:11:36 -0400892 return ret;
893}
894
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500895static int can_open_delegated(struct nfs_delegation *delegation, fmode_t fmode)
Trond Myklebustaac00a82007-07-05 19:02:21 -0400896{
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500897 if ((delegation->type & fmode) != fmode)
Trond Myklebustaac00a82007-07-05 19:02:21 -0400898 return 0;
Trond Myklebust15c831b2008-12-23 15:21:39 -0500899 if (test_bit(NFS_DELEGATION_NEED_RECLAIM, &delegation->flags))
Trond Myklebustaac00a82007-07-05 19:02:21 -0400900 return 0;
Trond Myklebustb7391f42008-12-23 15:21:52 -0500901 nfs_mark_delegation_referenced(delegation);
Trond Myklebustaac00a82007-07-05 19:02:21 -0400902 return 1;
903}
904
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500905static void update_open_stateflags(struct nfs4_state *state, fmode_t fmode)
Trond Myklebuste7616922006-01-03 09:55:13 +0100906{
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500907 switch (fmode) {
Trond Myklebuste7616922006-01-03 09:55:13 +0100908 case FMODE_WRITE:
909 state->n_wronly++;
910 break;
911 case FMODE_READ:
912 state->n_rdonly++;
913 break;
914 case FMODE_READ|FMODE_WRITE:
915 state->n_rdwr++;
916 }
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500917 nfs4_state_set_mode_locked(state, state->state | fmode);
Trond Myklebuste7616922006-01-03 09:55:13 +0100918}
919
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500920static void nfs_set_open_stateid_locked(struct nfs4_state *state, nfs4_stateid *stateid, fmode_t fmode)
Trond Myklebust003707c2007-07-05 18:07:55 -0400921{
922 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0)
923 memcpy(state->stateid.data, stateid->data, sizeof(state->stateid.data));
924 memcpy(state->open_stateid.data, stateid->data, sizeof(state->open_stateid.data));
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500925 switch (fmode) {
Trond Myklebust003707c2007-07-05 18:07:55 -0400926 case FMODE_READ:
927 set_bit(NFS_O_RDONLY_STATE, &state->flags);
928 break;
929 case FMODE_WRITE:
930 set_bit(NFS_O_WRONLY_STATE, &state->flags);
931 break;
932 case FMODE_READ|FMODE_WRITE:
933 set_bit(NFS_O_RDWR_STATE, &state->flags);
934 }
935}
936
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500937static void nfs_set_open_stateid(struct nfs4_state *state, nfs4_stateid *stateid, fmode_t fmode)
Trond Myklebust003707c2007-07-05 18:07:55 -0400938{
Trond Myklebust8bda4e42007-07-09 10:45:42 -0400939 write_seqlock(&state->seqlock);
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500940 nfs_set_open_stateid_locked(state, stateid, fmode);
Trond Myklebust8bda4e42007-07-09 10:45:42 -0400941 write_sequnlock(&state->seqlock);
Trond Myklebust003707c2007-07-05 18:07:55 -0400942}
943
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500944static 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 -0700945{
Trond Myklebust8bda4e42007-07-09 10:45:42 -0400946 /*
947 * Protect the call to nfs4_state_set_mode_locked and
948 * serialise the stateid update
949 */
950 write_seqlock(&state->seqlock);
Trond Myklebust003707c2007-07-05 18:07:55 -0400951 if (deleg_stateid != NULL) {
952 memcpy(state->stateid.data, deleg_stateid->data, sizeof(state->stateid.data));
953 set_bit(NFS_DELEGATED_STATE, &state->flags);
954 }
955 if (open_stateid != NULL)
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500956 nfs_set_open_stateid_locked(state, open_stateid, fmode);
Trond Myklebust8bda4e42007-07-09 10:45:42 -0400957 write_sequnlock(&state->seqlock);
958 spin_lock(&state->owner->so_lock);
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500959 update_open_stateflags(state, fmode);
Trond Myklebustec073422005-10-20 14:22:47 -0700960 spin_unlock(&state->owner->so_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700961}
962
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500963static 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 -0500964{
965 struct nfs_inode *nfsi = NFS_I(state->inode);
966 struct nfs_delegation *deleg_cur;
967 int ret = 0;
968
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500969 fmode &= (FMODE_READ|FMODE_WRITE);
Trond Myklebust34310432008-12-23 15:21:38 -0500970
971 rcu_read_lock();
972 deleg_cur = rcu_dereference(nfsi->delegation);
973 if (deleg_cur == NULL)
974 goto no_delegation;
975
976 spin_lock(&deleg_cur->lock);
977 if (nfsi->delegation != deleg_cur ||
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500978 (deleg_cur->type & fmode) != fmode)
Trond Myklebust34310432008-12-23 15:21:38 -0500979 goto no_delegation_unlock;
980
981 if (delegation == NULL)
982 delegation = &deleg_cur->stateid;
983 else if (memcmp(deleg_cur->stateid.data, delegation->data, NFS4_STATEID_SIZE) != 0)
984 goto no_delegation_unlock;
985
Trond Myklebustb7391f42008-12-23 15:21:52 -0500986 nfs_mark_delegation_referenced(deleg_cur);
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500987 __update_open_stateid(state, open_stateid, &deleg_cur->stateid, fmode);
Trond Myklebust34310432008-12-23 15:21:38 -0500988 ret = 1;
989no_delegation_unlock:
990 spin_unlock(&deleg_cur->lock);
991no_delegation:
992 rcu_read_unlock();
993
994 if (!ret && open_stateid != NULL) {
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500995 __update_open_stateid(state, open_stateid, NULL, fmode);
Trond Myklebust34310432008-12-23 15:21:38 -0500996 ret = 1;
997 }
998
999 return ret;
1000}
1001
1002
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001003static void nfs4_return_incompatible_delegation(struct inode *inode, fmode_t fmode)
Trond Myklebustaac00a82007-07-05 19:02:21 -04001004{
1005 struct nfs_delegation *delegation;
1006
1007 rcu_read_lock();
1008 delegation = rcu_dereference(NFS_I(inode)->delegation);
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001009 if (delegation == NULL || (delegation->type & fmode) == fmode) {
Trond Myklebustaac00a82007-07-05 19:02:21 -04001010 rcu_read_unlock();
1011 return;
1012 }
1013 rcu_read_unlock();
1014 nfs_inode_return_delegation(inode);
1015}
1016
Trond Myklebust6ee41262007-07-08 14:11:36 -04001017static struct nfs4_state *nfs4_try_open_cached(struct nfs4_opendata *opendata)
Trond Myklebustaac00a82007-07-05 19:02:21 -04001018{
1019 struct nfs4_state *state = opendata->state;
1020 struct nfs_inode *nfsi = NFS_I(state->inode);
1021 struct nfs_delegation *delegation;
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001022 int open_mode = opendata->o_arg.open_flags & O_EXCL;
1023 fmode_t fmode = opendata->o_arg.fmode;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001024 nfs4_stateid stateid;
1025 int ret = -EAGAIN;
1026
Trond Myklebustaac00a82007-07-05 19:02:21 -04001027 for (;;) {
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001028 if (can_open_cached(state, fmode, open_mode)) {
Trond Myklebust6ee41262007-07-08 14:11:36 -04001029 spin_lock(&state->owner->so_lock);
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001030 if (can_open_cached(state, fmode, open_mode)) {
1031 update_open_stateflags(state, fmode);
Trond Myklebust6ee41262007-07-08 14:11:36 -04001032 spin_unlock(&state->owner->so_lock);
Trond Myklebust6ee41262007-07-08 14:11:36 -04001033 goto out_return_state;
1034 }
1035 spin_unlock(&state->owner->so_lock);
1036 }
Trond Myklebust34310432008-12-23 15:21:38 -05001037 rcu_read_lock();
1038 delegation = rcu_dereference(nfsi->delegation);
1039 if (delegation == NULL ||
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001040 !can_open_delegated(delegation, fmode)) {
Trond Myklebust34310432008-12-23 15:21:38 -05001041 rcu_read_unlock();
Trond Myklebust6ee41262007-07-08 14:11:36 -04001042 break;
Trond Myklebust34310432008-12-23 15:21:38 -05001043 }
Trond Myklebustaac00a82007-07-05 19:02:21 -04001044 /* Save the delegation */
1045 memcpy(stateid.data, delegation->stateid.data, sizeof(stateid.data));
1046 rcu_read_unlock();
Trond Myklebustaf22f942007-08-10 17:45:10 -04001047 ret = nfs_may_open(state->inode, state->owner->so_cred, open_mode);
Trond Myklebustaac00a82007-07-05 19:02:21 -04001048 if (ret != 0)
1049 goto out;
1050 ret = -EAGAIN;
Trond Myklebust34310432008-12-23 15:21:38 -05001051
1052 /* Try to update the stateid using the delegation */
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001053 if (update_open_stateid(state, NULL, &stateid, fmode))
Trond Myklebust34310432008-12-23 15:21:38 -05001054 goto out_return_state;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001055 }
Trond Myklebustaac00a82007-07-05 19:02:21 -04001056out:
1057 return ERR_PTR(ret);
1058out_return_state:
1059 atomic_inc(&state->count);
1060 return state;
1061}
1062
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001063static struct nfs4_state *nfs4_opendata_to_nfs4_state(struct nfs4_opendata *data)
1064{
1065 struct inode *inode;
1066 struct nfs4_state *state = NULL;
Trond Myklebust003707c2007-07-05 18:07:55 -04001067 struct nfs_delegation *delegation;
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001068 int ret;
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001069
Trond Myklebustaac00a82007-07-05 19:02:21 -04001070 if (!data->rpc_done) {
Trond Myklebust6ee41262007-07-08 14:11:36 -04001071 state = nfs4_try_open_cached(data);
Trond Myklebustaac00a82007-07-05 19:02:21 -04001072 goto out;
1073 }
1074
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001075 ret = -EAGAIN;
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001076 if (!(data->f_attr.valid & NFS_ATTR_FATTR))
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001077 goto err;
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001078 inode = nfs_fhget(data->dir->d_sb, &data->o_res.fh, &data->f_attr);
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001079 ret = PTR_ERR(inode);
Trond Myklebust03f28e32006-03-20 13:44:48 -05001080 if (IS_ERR(inode))
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001081 goto err;
1082 ret = -ENOMEM;
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001083 state = nfs4_get_open_state(inode, data->owner);
1084 if (state == NULL)
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001085 goto err_put_inode;
Trond Myklebust549d6ed2007-07-03 16:42:45 -04001086 if (data->o_res.delegation_type != 0) {
Trond Myklebust549d6ed2007-07-03 16:42:45 -04001087 int delegation_flags = 0;
1088
Trond Myklebust003707c2007-07-05 18:07:55 -04001089 rcu_read_lock();
1090 delegation = rcu_dereference(NFS_I(inode)->delegation);
1091 if (delegation)
1092 delegation_flags = delegation->flags;
1093 rcu_read_unlock();
Trond Myklebust15c831b2008-12-23 15:21:39 -05001094 if ((delegation_flags & 1UL<<NFS_DELEGATION_NEED_RECLAIM) == 0)
Trond Myklebust549d6ed2007-07-03 16:42:45 -04001095 nfs_inode_set_delegation(state->inode,
1096 data->owner->so_cred,
1097 &data->o_res);
1098 else
1099 nfs_inode_reclaim_delegation(state->inode,
1100 data->owner->so_cred,
1101 &data->o_res);
1102 }
Trond Myklebust34310432008-12-23 15:21:38 -05001103
1104 update_open_stateid(state, &data->o_res.stateid, NULL,
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001105 data->o_arg.fmode);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001106 iput(inode);
Trond Myklebustaac00a82007-07-05 19:02:21 -04001107out:
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001108 return state;
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001109err_put_inode:
1110 iput(inode);
1111err:
1112 return ERR_PTR(ret);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001113}
1114
Trond Myklebust864472e2006-01-03 09:55:15 +01001115static struct nfs_open_context *nfs4_state_find_open_context(struct nfs4_state *state)
1116{
1117 struct nfs_inode *nfsi = NFS_I(state->inode);
1118 struct nfs_open_context *ctx;
1119
1120 spin_lock(&state->inode->i_lock);
1121 list_for_each_entry(ctx, &nfsi->open_files, list) {
1122 if (ctx->state != state)
1123 continue;
1124 get_nfs_open_context(ctx);
1125 spin_unlock(&state->inode->i_lock);
1126 return ctx;
1127 }
1128 spin_unlock(&state->inode->i_lock);
1129 return ERR_PTR(-ENOENT);
1130}
1131
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001132static struct nfs4_opendata *nfs4_open_recoverdata_alloc(struct nfs_open_context *ctx, struct nfs4_state *state)
1133{
1134 struct nfs4_opendata *opendata;
1135
Al Viro3d4ff432011-06-22 18:40:12 -04001136 opendata = nfs4_opendata_alloc(ctx->dentry, state->owner, 0, 0, NULL, GFP_NOFS);
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001137 if (opendata == NULL)
1138 return ERR_PTR(-ENOMEM);
1139 opendata->state = state;
1140 atomic_inc(&state->count);
1141 return opendata;
1142}
1143
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001144static int nfs4_open_recover_helper(struct nfs4_opendata *opendata, fmode_t fmode, struct nfs4_state **res)
Trond Myklebust864472e2006-01-03 09:55:15 +01001145{
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001146 struct nfs4_state *newstate;
Trond Myklebust864472e2006-01-03 09:55:15 +01001147 int ret;
1148
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001149 opendata->o_arg.open_flags = 0;
1150 opendata->o_arg.fmode = fmode;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001151 memset(&opendata->o_res, 0, sizeof(opendata->o_res));
1152 memset(&opendata->c_res, 0, sizeof(opendata->c_res));
1153 nfs4_init_opendata_res(opendata);
Alexandros Batsakisb2579572009-12-14 21:27:57 -08001154 ret = _nfs4_recover_proc_open(opendata);
Trond Myklebust864472e2006-01-03 09:55:15 +01001155 if (ret != 0)
1156 return ret;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001157 newstate = nfs4_opendata_to_nfs4_state(opendata);
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001158 if (IS_ERR(newstate))
1159 return PTR_ERR(newstate);
Al Viro643168c2011-06-22 18:20:23 -04001160 nfs4_close_state(newstate, fmode);
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001161 *res = newstate;
Trond Myklebust864472e2006-01-03 09:55:15 +01001162 return 0;
1163}
1164
1165static int nfs4_open_recover(struct nfs4_opendata *opendata, struct nfs4_state *state)
1166{
Trond Myklebust864472e2006-01-03 09:55:15 +01001167 struct nfs4_state *newstate;
Trond Myklebust864472e2006-01-03 09:55:15 +01001168 int ret;
1169
1170 /* memory barrier prior to reading state->n_* */
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001171 clear_bit(NFS_DELEGATED_STATE, &state->flags);
Trond Myklebust864472e2006-01-03 09:55:15 +01001172 smp_rmb();
1173 if (state->n_rdwr != 0) {
Trond Myklebustb0ed9db2010-10-04 17:59:08 -04001174 clear_bit(NFS_O_RDWR_STATE, &state->flags);
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001175 ret = nfs4_open_recover_helper(opendata, FMODE_READ|FMODE_WRITE, &newstate);
Trond Myklebust864472e2006-01-03 09:55:15 +01001176 if (ret != 0)
1177 return ret;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001178 if (newstate != state)
1179 return -ESTALE;
Trond Myklebust864472e2006-01-03 09:55:15 +01001180 }
1181 if (state->n_wronly != 0) {
Trond Myklebustb0ed9db2010-10-04 17:59:08 -04001182 clear_bit(NFS_O_WRONLY_STATE, &state->flags);
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001183 ret = nfs4_open_recover_helper(opendata, FMODE_WRITE, &newstate);
Trond Myklebust864472e2006-01-03 09:55:15 +01001184 if (ret != 0)
1185 return ret;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001186 if (newstate != state)
1187 return -ESTALE;
Trond Myklebust864472e2006-01-03 09:55:15 +01001188 }
1189 if (state->n_rdonly != 0) {
Trond Myklebustb0ed9db2010-10-04 17:59:08 -04001190 clear_bit(NFS_O_RDONLY_STATE, &state->flags);
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001191 ret = nfs4_open_recover_helper(opendata, FMODE_READ, &newstate);
Trond Myklebust864472e2006-01-03 09:55:15 +01001192 if (ret != 0)
1193 return ret;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001194 if (newstate != state)
1195 return -ESTALE;
Trond Myklebust864472e2006-01-03 09:55:15 +01001196 }
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001197 /*
1198 * We may have performed cached opens for all three recoveries.
1199 * Check if we need to update the current stateid.
1200 */
1201 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0 &&
1202 memcmp(state->stateid.data, state->open_stateid.data, sizeof(state->stateid.data)) != 0) {
Trond Myklebust8bda4e42007-07-09 10:45:42 -04001203 write_seqlock(&state->seqlock);
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001204 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0)
1205 memcpy(state->stateid.data, state->open_stateid.data, sizeof(state->stateid.data));
Trond Myklebust8bda4e42007-07-09 10:45:42 -04001206 write_sequnlock(&state->seqlock);
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001207 }
Trond Myklebust864472e2006-01-03 09:55:15 +01001208 return 0;
1209}
1210
Linus Torvalds1da177e2005-04-16 15:20:36 -07001211/*
1212 * OPEN_RECLAIM:
1213 * reclaim state on the server after a reboot.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001214 */
Trond Myklebust539cd032007-06-05 11:46:42 -04001215static int _nfs4_do_open_reclaim(struct nfs_open_context *ctx, struct nfs4_state *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001216{
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001217 struct nfs_delegation *delegation;
Trond Myklebust864472e2006-01-03 09:55:15 +01001218 struct nfs4_opendata *opendata;
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001219 fmode_t delegation_type = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001220 int status;
1221
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001222 opendata = nfs4_open_recoverdata_alloc(ctx, state);
1223 if (IS_ERR(opendata))
1224 return PTR_ERR(opendata);
Trond Myklebust864472e2006-01-03 09:55:15 +01001225 opendata->o_arg.claim = NFS4_OPEN_CLAIM_PREVIOUS;
1226 opendata->o_arg.fh = NFS_FH(state->inode);
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001227 rcu_read_lock();
1228 delegation = rcu_dereference(NFS_I(state->inode)->delegation);
Trond Myklebust15c831b2008-12-23 15:21:39 -05001229 if (delegation != NULL && test_bit(NFS_DELEGATION_NEED_RECLAIM, &delegation->flags) != 0)
Trond Myklebust65bbf6b2007-08-27 09:57:46 -04001230 delegation_type = delegation->type;
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001231 rcu_read_unlock();
Trond Myklebust864472e2006-01-03 09:55:15 +01001232 opendata->o_arg.u.delegation_type = delegation_type;
1233 status = nfs4_open_recover(opendata, state);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001234 nfs4_opendata_put(opendata);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001235 return status;
1236}
1237
Trond Myklebust539cd032007-06-05 11:46:42 -04001238static int nfs4_do_open_reclaim(struct nfs_open_context *ctx, struct nfs4_state *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001239{
1240 struct nfs_server *server = NFS_SERVER(state->inode);
1241 struct nfs4_exception exception = { };
1242 int err;
1243 do {
Trond Myklebust539cd032007-06-05 11:46:42 -04001244 err = _nfs4_do_open_reclaim(ctx, state);
Trond Myklebust168667c2010-10-19 19:47:49 -04001245 if (err != -NFS4ERR_DELAY)
Trond Myklebust202b50d2005-06-22 17:16:29 +00001246 break;
1247 nfs4_handle_exception(server, err, &exception);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001248 } while (exception.retry);
1249 return err;
1250}
1251
Trond Myklebust864472e2006-01-03 09:55:15 +01001252static int nfs4_open_reclaim(struct nfs4_state_owner *sp, struct nfs4_state *state)
1253{
1254 struct nfs_open_context *ctx;
1255 int ret;
1256
1257 ctx = nfs4_state_find_open_context(state);
1258 if (IS_ERR(ctx))
1259 return PTR_ERR(ctx);
Trond Myklebust539cd032007-06-05 11:46:42 -04001260 ret = nfs4_do_open_reclaim(ctx, state);
Trond Myklebust864472e2006-01-03 09:55:15 +01001261 put_nfs_open_context(ctx);
1262 return ret;
1263}
1264
Trond Myklebust13437e12007-07-06 15:10:43 -04001265static int _nfs4_open_delegation_recall(struct nfs_open_context *ctx, struct nfs4_state *state, const nfs4_stateid *stateid)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001266{
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001267 struct nfs4_opendata *opendata;
Trond Myklebust864472e2006-01-03 09:55:15 +01001268 int ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001269
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001270 opendata = nfs4_open_recoverdata_alloc(ctx, state);
1271 if (IS_ERR(opendata))
1272 return PTR_ERR(opendata);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001273 opendata->o_arg.claim = NFS4_OPEN_CLAIM_DELEGATE_CUR;
Trond Myklebust13437e12007-07-06 15:10:43 -04001274 memcpy(opendata->o_arg.u.delegation.data, stateid->data,
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001275 sizeof(opendata->o_arg.u.delegation.data));
Trond Myklebust864472e2006-01-03 09:55:15 +01001276 ret = nfs4_open_recover(opendata, state);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001277 nfs4_opendata_put(opendata);
Trond Myklebust864472e2006-01-03 09:55:15 +01001278 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001279}
1280
Trond Myklebust13437e12007-07-06 15:10:43 -04001281int nfs4_open_delegation_recall(struct nfs_open_context *ctx, struct nfs4_state *state, const nfs4_stateid *stateid)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001282{
1283 struct nfs4_exception exception = { };
Trond Myklebust539cd032007-06-05 11:46:42 -04001284 struct nfs_server *server = NFS_SERVER(state->inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001285 int err;
1286 do {
Trond Myklebust13437e12007-07-06 15:10:43 -04001287 err = _nfs4_open_delegation_recall(ctx, state, stateid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001288 switch (err) {
1289 case 0:
Trond Myklebust965b5d62009-06-17 13:22:59 -07001290 case -ENOENT:
1291 case -ESTALE:
1292 goto out;
Ricardo Labiagabcfa49f2009-12-07 09:22:29 -05001293 case -NFS4ERR_BADSESSION:
1294 case -NFS4ERR_BADSLOT:
1295 case -NFS4ERR_BAD_HIGH_SLOT:
1296 case -NFS4ERR_CONN_NOT_BOUND_TO_SESSION:
1297 case -NFS4ERR_DEADSESSION:
Trond Myklebust0400a6b2011-03-09 16:00:53 -05001298 nfs4_schedule_session_recovery(server->nfs_client->cl_session);
Ricardo Labiagabcfa49f2009-12-07 09:22:29 -05001299 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001300 case -NFS4ERR_STALE_CLIENTID:
1301 case -NFS4ERR_STALE_STATEID:
1302 case -NFS4ERR_EXPIRED:
1303 /* Don't recall a delegation if it was lost */
Trond Myklebust0400a6b2011-03-09 16:00:53 -05001304 nfs4_schedule_lease_recovery(server->nfs_client);
Trond Myklebust965b5d62009-06-17 13:22:59 -07001305 goto out;
1306 case -ERESTARTSYS:
1307 /*
1308 * The show must go on: exit, but mark the
1309 * stateid as needing recovery.
1310 */
1311 case -NFS4ERR_ADMIN_REVOKED:
1312 case -NFS4ERR_BAD_STATEID:
Trond Myklebust0400a6b2011-03-09 16:00:53 -05001313 nfs4_schedule_stateid_recovery(server, state);
Trond Myklebust168667c2010-10-19 19:47:49 -04001314 case -EKEYEXPIRED:
1315 /*
1316 * User RPCSEC_GSS context has expired.
1317 * We cannot recover this stateid now, so
1318 * skip it and allow recovery thread to
1319 * proceed.
1320 */
Trond Myklebust965b5d62009-06-17 13:22:59 -07001321 case -ENOMEM:
1322 err = 0;
1323 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001324 }
1325 err = nfs4_handle_exception(server, err, &exception);
1326 } while (exception.retry);
Trond Myklebust965b5d62009-06-17 13:22:59 -07001327out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001328 return err;
1329}
1330
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001331static void nfs4_open_confirm_done(struct rpc_task *task, void *calldata)
1332{
1333 struct nfs4_opendata *data = calldata;
1334
1335 data->rpc_status = task->tk_status;
Trond Myklebust26e976a2006-01-03 09:55:21 +01001336 if (data->rpc_status == 0) {
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001337 memcpy(data->o_res.stateid.data, data->c_res.stateid.data,
1338 sizeof(data->o_res.stateid.data));
Trond Myklebustbb226292008-01-02 15:19:18 -05001339 nfs_confirm_seqid(&data->owner->so_seqid, 0);
Trond Myklebust26e976a2006-01-03 09:55:21 +01001340 renew_lease(data->o_res.server, data->timestamp);
Trond Myklebust3e309912007-07-07 13:19:59 -04001341 data->rpc_done = 1;
Trond Myklebust26e976a2006-01-03 09:55:21 +01001342 }
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001343}
1344
1345static void nfs4_open_confirm_release(void *calldata)
1346{
1347 struct nfs4_opendata *data = calldata;
1348 struct nfs4_state *state = NULL;
1349
1350 /* If this request hasn't been cancelled, do nothing */
1351 if (data->cancelled == 0)
1352 goto out_free;
1353 /* In case of error, no cleanup! */
Trond Myklebust3e309912007-07-07 13:19:59 -04001354 if (!data->rpc_done)
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001355 goto out_free;
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001356 state = nfs4_opendata_to_nfs4_state(data);
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001357 if (!IS_ERR(state))
Al Viro643168c2011-06-22 18:20:23 -04001358 nfs4_close_state(state, data->o_arg.fmode);
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001359out_free:
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001360 nfs4_opendata_put(data);
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001361}
1362
1363static const struct rpc_call_ops nfs4_open_confirm_ops = {
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001364 .rpc_call_done = nfs4_open_confirm_done,
1365 .rpc_release = nfs4_open_confirm_release,
1366};
1367
1368/*
1369 * Note: On error, nfs4_proc_open_confirm will free the struct nfs4_opendata
1370 */
1371static int _nfs4_proc_open_confirm(struct nfs4_opendata *data)
1372{
1373 struct nfs_server *server = NFS_SERVER(data->dir->d_inode);
1374 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001375 struct rpc_message msg = {
1376 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN_CONFIRM],
1377 .rpc_argp = &data->c_arg,
1378 .rpc_resp = &data->c_res,
1379 .rpc_cred = data->owner->so_cred,
1380 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04001381 struct rpc_task_setup task_setup_data = {
1382 .rpc_client = server->client,
Trond Myklebust5138fde2007-07-14 15:40:01 -04001383 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04001384 .callback_ops = &nfs4_open_confirm_ops,
1385 .callback_data = data,
Trond Myklebust101070c2008-02-19 20:04:23 -05001386 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04001387 .flags = RPC_TASK_ASYNC,
1388 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07001389 int status;
1390
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001391 kref_get(&data->kref);
Trond Myklebust3e309912007-07-07 13:19:59 -04001392 data->rpc_done = 0;
1393 data->rpc_status = 0;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001394 data->timestamp = jiffies;
Trond Myklebustc970aa82007-07-14 15:39:59 -04001395 task = rpc_run_task(&task_setup_data);
Trond Myklebust7a1218a2006-03-20 18:11:10 -05001396 if (IS_ERR(task))
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001397 return PTR_ERR(task);
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001398 status = nfs4_wait_for_completion_rpc_task(task);
1399 if (status != 0) {
1400 data->cancelled = 1;
1401 smp_wmb();
1402 } else
1403 status = data->rpc_status;
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -05001404 rpc_put_task(task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001405 return status;
1406}
1407
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001408static void nfs4_open_prepare(struct rpc_task *task, void *calldata)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001409{
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001410 struct nfs4_opendata *data = calldata;
1411 struct nfs4_state_owner *sp = data->owner;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001412
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001413 if (nfs_wait_on_sequence(data->o_arg.seqid, task) != 0)
1414 return;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001415 /*
1416 * Check if we still need to send an OPEN call, or if we can use
1417 * a delegation instead.
1418 */
1419 if (data->state != NULL) {
1420 struct nfs_delegation *delegation;
1421
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001422 if (can_open_cached(data->state, data->o_arg.fmode, data->o_arg.open_flags))
Trond Myklebust6ee41262007-07-08 14:11:36 -04001423 goto out_no_action;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001424 rcu_read_lock();
1425 delegation = rcu_dereference(NFS_I(data->state->inode)->delegation);
1426 if (delegation != NULL &&
Trond Myklebust15c831b2008-12-23 15:21:39 -05001427 test_bit(NFS_DELEGATION_NEED_RECLAIM, &delegation->flags) == 0) {
Trond Myklebustaac00a82007-07-05 19:02:21 -04001428 rcu_read_unlock();
Trond Myklebust6ee41262007-07-08 14:11:36 -04001429 goto out_no_action;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001430 }
1431 rcu_read_unlock();
1432 }
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001433 /* Update sequence id. */
Trond Myklebust9f958ab2007-07-02 13:58:33 -04001434 data->o_arg.id = sp->so_owner_id.id;
Trond Myklebust1f0e8902010-06-24 15:11:43 -04001435 data->o_arg.clientid = sp->so_server->nfs_client->cl_clientid;
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001436 if (data->o_arg.claim == NFS4_OPEN_CLAIM_PREVIOUS) {
Trond Myklebust5138fde2007-07-14 15:40:01 -04001437 task->tk_msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN_NOATTR];
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001438 nfs_copy_fh(&data->o_res.fh, data->o_arg.fh);
1439 }
Trond Myklebust26e976a2006-01-03 09:55:21 +01001440 data->timestamp = jiffies;
Trond Myklebust035168a2010-06-16 09:52:26 -04001441 if (nfs4_setup_sequence(data->o_arg.server,
Andy Adamsond8985282009-04-01 09:22:21 -04001442 &data->o_arg.seq_args,
1443 &data->o_res.seq_res, 1, task))
1444 return;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001445 rpc_call_start(task);
Trond Myklebust6ee41262007-07-08 14:11:36 -04001446 return;
1447out_no_action:
1448 task->tk_action = NULL;
1449
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001450}
Linus Torvalds1da177e2005-04-16 15:20:36 -07001451
Alexandros Batsakisb2579572009-12-14 21:27:57 -08001452static void nfs4_recover_open_prepare(struct rpc_task *task, void *calldata)
1453{
1454 rpc_task_set_priority(task, RPC_PRIORITY_PRIVILEGED);
1455 nfs4_open_prepare(task, calldata);
1456}
1457
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001458static void nfs4_open_done(struct rpc_task *task, void *calldata)
1459{
1460 struct nfs4_opendata *data = calldata;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001461
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001462 data->rpc_status = task->tk_status;
Andy Adamsond8985282009-04-01 09:22:21 -04001463
Trond Myklebust14516c32010-07-31 14:29:06 -04001464 if (!nfs4_sequence_done(task, &data->o_res.seq_res))
1465 return;
Andy Adamsond8985282009-04-01 09:22:21 -04001466
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001467 if (task->tk_status == 0) {
1468 switch (data->o_res.f_attr->mode & S_IFMT) {
Trond Myklebust6f926b52005-10-18 14:20:18 -07001469 case S_IFREG:
1470 break;
1471 case S_IFLNK:
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001472 data->rpc_status = -ELOOP;
Trond Myklebust6f926b52005-10-18 14:20:18 -07001473 break;
1474 case S_IFDIR:
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001475 data->rpc_status = -EISDIR;
Trond Myklebust6f926b52005-10-18 14:20:18 -07001476 break;
1477 default:
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001478 data->rpc_status = -ENOTDIR;
Trond Myklebust6f926b52005-10-18 14:20:18 -07001479 }
Trond Myklebust26e976a2006-01-03 09:55:21 +01001480 renew_lease(data->o_res.server, data->timestamp);
Trond Myklebust0f9f95e2007-07-08 16:19:56 -04001481 if (!(data->o_res.rflags & NFS4_OPEN_RESULT_CONFIRM))
1482 nfs_confirm_seqid(&data->owner->so_seqid, 0);
Trond Myklebust6f926b52005-10-18 14:20:18 -07001483 }
Trond Myklebust3e309912007-07-07 13:19:59 -04001484 data->rpc_done = 1;
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001485}
Trond Myklebust6f926b52005-10-18 14:20:18 -07001486
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001487static void nfs4_open_release(void *calldata)
1488{
1489 struct nfs4_opendata *data = calldata;
1490 struct nfs4_state *state = NULL;
1491
1492 /* If this request hasn't been cancelled, do nothing */
1493 if (data->cancelled == 0)
1494 goto out_free;
1495 /* In case of error, no cleanup! */
Trond Myklebust3e309912007-07-07 13:19:59 -04001496 if (data->rpc_status != 0 || !data->rpc_done)
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001497 goto out_free;
1498 /* In case we need an open_confirm, no cleanup! */
1499 if (data->o_res.rflags & NFS4_OPEN_RESULT_CONFIRM)
1500 goto out_free;
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001501 state = nfs4_opendata_to_nfs4_state(data);
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001502 if (!IS_ERR(state))
Al Viro643168c2011-06-22 18:20:23 -04001503 nfs4_close_state(state, data->o_arg.fmode);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001504out_free:
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001505 nfs4_opendata_put(data);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001506}
1507
1508static const struct rpc_call_ops nfs4_open_ops = {
1509 .rpc_call_prepare = nfs4_open_prepare,
1510 .rpc_call_done = nfs4_open_done,
1511 .rpc_release = nfs4_open_release,
1512};
1513
Alexandros Batsakisb2579572009-12-14 21:27:57 -08001514static const struct rpc_call_ops nfs4_recover_open_ops = {
1515 .rpc_call_prepare = nfs4_recover_open_prepare,
1516 .rpc_call_done = nfs4_open_done,
1517 .rpc_release = nfs4_open_release,
1518};
1519
1520static int nfs4_run_open_task(struct nfs4_opendata *data, int isrecover)
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001521{
1522 struct inode *dir = data->dir->d_inode;
1523 struct nfs_server *server = NFS_SERVER(dir);
1524 struct nfs_openargs *o_arg = &data->o_arg;
1525 struct nfs_openres *o_res = &data->o_res;
1526 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001527 struct rpc_message msg = {
1528 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN],
1529 .rpc_argp = o_arg,
1530 .rpc_resp = o_res,
1531 .rpc_cred = data->owner->so_cred,
1532 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04001533 struct rpc_task_setup task_setup_data = {
1534 .rpc_client = server->client,
Trond Myklebust5138fde2007-07-14 15:40:01 -04001535 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04001536 .callback_ops = &nfs4_open_ops,
1537 .callback_data = data,
Trond Myklebust101070c2008-02-19 20:04:23 -05001538 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04001539 .flags = RPC_TASK_ASYNC,
1540 };
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001541 int status;
1542
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001543 kref_get(&data->kref);
Trond Myklebust3e309912007-07-07 13:19:59 -04001544 data->rpc_done = 0;
1545 data->rpc_status = 0;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001546 data->cancelled = 0;
Alexandros Batsakisb2579572009-12-14 21:27:57 -08001547 if (isrecover)
1548 task_setup_data.callback_ops = &nfs4_recover_open_ops;
Trond Myklebustc970aa82007-07-14 15:39:59 -04001549 task = rpc_run_task(&task_setup_data);
Alexandros Batsakisb2579572009-12-14 21:27:57 -08001550 if (IS_ERR(task))
1551 return PTR_ERR(task);
1552 status = nfs4_wait_for_completion_rpc_task(task);
1553 if (status != 0) {
1554 data->cancelled = 1;
1555 smp_wmb();
1556 } else
1557 status = data->rpc_status;
1558 rpc_put_task(task);
1559
1560 return status;
1561}
1562
1563static int _nfs4_recover_proc_open(struct nfs4_opendata *data)
1564{
1565 struct inode *dir = data->dir->d_inode;
1566 struct nfs_openres *o_res = &data->o_res;
1567 int status;
1568
1569 status = nfs4_run_open_task(data, 1);
1570 if (status != 0 || !data->rpc_done)
1571 return status;
1572
1573 nfs_refresh_inode(dir, o_res->dir_attr);
1574
1575 if (o_res->rflags & NFS4_OPEN_RESULT_CONFIRM) {
1576 status = _nfs4_proc_open_confirm(data);
1577 if (status != 0)
1578 return status;
1579 }
1580
1581 return status;
1582}
1583
1584/*
1585 * Note: On error, nfs4_proc_open will free the struct nfs4_opendata
1586 */
1587static int _nfs4_proc_open(struct nfs4_opendata *data)
1588{
1589 struct inode *dir = data->dir->d_inode;
1590 struct nfs_server *server = NFS_SERVER(dir);
1591 struct nfs_openargs *o_arg = &data->o_arg;
1592 struct nfs_openres *o_res = &data->o_res;
1593 int status;
1594
1595 status = nfs4_run_open_task(data, 0);
Trond Myklebust08ef7bd2011-10-18 16:11:49 -07001596 if (!data->rpc_done)
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001597 return status;
Trond Myklebust08ef7bd2011-10-18 16:11:49 -07001598 if (status != 0) {
1599 if (status == -NFS4ERR_BADNAME &&
1600 !(o_arg->open_flags & O_CREAT))
1601 return -ENOENT;
1602 return status;
1603 }
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001604
Trond Myklebust56ae19f2005-10-27 22:12:40 -04001605 if (o_arg->open_flags & O_CREAT) {
1606 update_changeattr(dir, &o_res->cinfo);
1607 nfs_post_op_update_inode(dir, o_res->dir_attr);
1608 } else
1609 nfs_refresh_inode(dir, o_res->dir_attr);
Trond Myklebust0df5dd42010-04-11 16:48:44 -04001610 if ((o_res->rflags & NFS4_OPEN_RESULT_LOCKTYPE_POSIX) == 0)
1611 server->caps &= ~NFS_CAP_POSIX_LOCK;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001612 if(o_res->rflags & NFS4_OPEN_RESULT_CONFIRM) {
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001613 status = _nfs4_proc_open_confirm(data);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001614 if (status != 0)
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001615 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001616 }
1617 if (!(o_res->f_attr->valid & NFS_ATTR_FATTR))
Trond Myklebust99367812007-07-17 21:52:41 -04001618 _nfs4_proc_getattr(server, &o_res->fh, o_res->f_attr);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001619 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001620}
1621
Andy Adamsond83217c2011-03-01 01:34:17 +00001622static int nfs4_client_recover_expired_lease(struct nfs_client *clp)
Trond Myklebust58d97142006-01-03 09:55:24 +01001623{
Trond Myklebusta78cb572009-08-09 15:06:19 -04001624 unsigned int loop;
Trond Myklebust6b309542006-09-14 14:03:14 -04001625 int ret;
Trond Myklebust58d97142006-01-03 09:55:24 +01001626
Trond Myklebusta78cb572009-08-09 15:06:19 -04001627 for (loop = NFS4_MAX_LOOP_ON_RECOVER; loop != 0; loop--) {
Trond Myklebust65de8722008-12-23 15:21:44 -05001628 ret = nfs4_wait_clnt_recover(clp);
Trond Myklebust6b309542006-09-14 14:03:14 -04001629 if (ret != 0)
Trond Myklebusta78cb572009-08-09 15:06:19 -04001630 break;
Trond Myklebuste598d842008-12-23 15:21:42 -05001631 if (!test_bit(NFS4CLNT_LEASE_EXPIRED, &clp->cl_state) &&
1632 !test_bit(NFS4CLNT_CHECK_LEASE,&clp->cl_state))
Trond Myklebust6b309542006-09-14 14:03:14 -04001633 break;
Trond Myklebust0400a6b2011-03-09 16:00:53 -05001634 nfs4_schedule_state_manager(clp);
Trond Myklebusta78cb572009-08-09 15:06:19 -04001635 ret = -EIO;
Trond Myklebust6b309542006-09-14 14:03:14 -04001636 }
Trond Myklebusta78cb572009-08-09 15:06:19 -04001637 return ret;
Trond Myklebust58d97142006-01-03 09:55:24 +01001638}
1639
Andy Adamsond83217c2011-03-01 01:34:17 +00001640static int nfs4_recover_expired_lease(struct nfs_server *server)
1641{
1642 return nfs4_client_recover_expired_lease(server->nfs_client);
1643}
1644
Linus Torvalds1da177e2005-04-16 15:20:36 -07001645/*
1646 * OPEN_EXPIRED:
1647 * reclaim state on the server after a network partition.
1648 * Assumes caller holds the appropriate lock
1649 */
Trond Myklebust539cd032007-06-05 11:46:42 -04001650static int _nfs4_open_expired(struct nfs_open_context *ctx, struct nfs4_state *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001651{
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001652 struct nfs4_opendata *opendata;
Trond Myklebust864472e2006-01-03 09:55:15 +01001653 int ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001654
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001655 opendata = nfs4_open_recoverdata_alloc(ctx, state);
1656 if (IS_ERR(opendata))
1657 return PTR_ERR(opendata);
Trond Myklebust864472e2006-01-03 09:55:15 +01001658 ret = nfs4_open_recover(opendata, state);
Trond Myklebust35d05772008-04-05 15:54:17 -04001659 if (ret == -ESTALE)
Al Viro3d4ff432011-06-22 18:40:12 -04001660 d_drop(ctx->dentry);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001661 nfs4_opendata_put(opendata);
Trond Myklebust864472e2006-01-03 09:55:15 +01001662 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001663}
1664
Trond Myklebusta9ed2e22009-12-03 15:53:21 -05001665static int nfs4_do_open_expired(struct nfs_open_context *ctx, struct nfs4_state *state)
Trond Myklebust202b50d2005-06-22 17:16:29 +00001666{
Trond Myklebust539cd032007-06-05 11:46:42 -04001667 struct nfs_server *server = NFS_SERVER(state->inode);
Trond Myklebust202b50d2005-06-22 17:16:29 +00001668 struct nfs4_exception exception = { };
1669 int err;
1670
1671 do {
Trond Myklebust539cd032007-06-05 11:46:42 -04001672 err = _nfs4_open_expired(ctx, state);
Trond Myklebusta9ed2e22009-12-03 15:53:21 -05001673 switch (err) {
1674 default:
1675 goto out;
1676 case -NFS4ERR_GRACE:
1677 case -NFS4ERR_DELAY:
1678 nfs4_handle_exception(server, err, &exception);
1679 err = 0;
1680 }
Trond Myklebust202b50d2005-06-22 17:16:29 +00001681 } while (exception.retry);
Trond Myklebusta9ed2e22009-12-03 15:53:21 -05001682out:
Trond Myklebust202b50d2005-06-22 17:16:29 +00001683 return err;
1684}
1685
Linus Torvalds1da177e2005-04-16 15:20:36 -07001686static int nfs4_open_expired(struct nfs4_state_owner *sp, struct nfs4_state *state)
1687{
Linus Torvalds1da177e2005-04-16 15:20:36 -07001688 struct nfs_open_context *ctx;
Trond Myklebust864472e2006-01-03 09:55:15 +01001689 int ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001690
Trond Myklebust864472e2006-01-03 09:55:15 +01001691 ctx = nfs4_state_find_open_context(state);
1692 if (IS_ERR(ctx))
1693 return PTR_ERR(ctx);
Trond Myklebust539cd032007-06-05 11:46:42 -04001694 ret = nfs4_do_open_expired(ctx, state);
Trond Myklebust864472e2006-01-03 09:55:15 +01001695 put_nfs_open_context(ctx);
1696 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001697}
1698
Bryan Schumakerf062eb62011-06-02 14:59:10 -04001699#if defined(CONFIG_NFS_V4_1)
1700static int nfs41_open_expired(struct nfs4_state_owner *sp, struct nfs4_state *state)
1701{
1702 int status;
1703 struct nfs_server *server = NFS_SERVER(state->inode);
1704
1705 status = nfs41_test_stateid(server, state);
1706 if (status == NFS_OK)
1707 return 0;
1708 nfs41_free_stateid(server, state);
1709 return nfs4_open_expired(sp, state);
1710}
1711#endif
1712
Linus Torvalds1da177e2005-04-16 15:20:36 -07001713/*
Jeff Laytonaa53ed52007-06-05 14:49:03 -04001714 * on an EXCLUSIVE create, the server should send back a bitmask with FATTR4-*
1715 * fields corresponding to attributes that were used to store the verifier.
1716 * Make sure we clobber those fields in the later setattr call
1717 */
1718static inline void nfs4_exclusive_attrset(struct nfs4_opendata *opendata, struct iattr *sattr)
1719{
1720 if ((opendata->o_res.attrset[1] & FATTR4_WORD1_TIME_ACCESS) &&
1721 !(sattr->ia_valid & ATTR_ATIME_SET))
1722 sattr->ia_valid |= ATTR_ATIME;
1723
1724 if ((opendata->o_res.attrset[1] & FATTR4_WORD1_TIME_MODIFY) &&
1725 !(sattr->ia_valid & ATTR_MTIME_SET))
1726 sattr->ia_valid |= ATTR_MTIME;
1727}
1728
1729/*
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001730 * Returns a referenced nfs4_state
Linus Torvalds1da177e2005-04-16 15:20:36 -07001731 */
Al Viro82a2c1b2011-06-22 18:30:55 -04001732static int _nfs4_do_open(struct inode *dir, struct dentry *dentry, fmode_t fmode, int flags, struct iattr *sattr, struct rpc_cred *cred, struct nfs4_state **res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001733{
1734 struct nfs4_state_owner *sp;
1735 struct nfs4_state *state = NULL;
1736 struct nfs_server *server = NFS_SERVER(dir);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001737 struct nfs4_opendata *opendata;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001738 int status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001739
1740 /* Protect against reboot recovery conflicts */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001741 status = -ENOMEM;
1742 if (!(sp = nfs4_get_state_owner(server, cred))) {
1743 dprintk("nfs4_do_open: nfs4_get_state_owner failed!\n");
1744 goto out_err;
1745 }
Trond Myklebust58d97142006-01-03 09:55:24 +01001746 status = nfs4_recover_expired_lease(server);
1747 if (status != 0)
Trond Myklebustb4454fe2006-01-03 09:55:25 +01001748 goto err_put_state_owner;
Al Viro82a2c1b2011-06-22 18:30:55 -04001749 if (dentry->d_inode != NULL)
1750 nfs4_return_incompatible_delegation(dentry->d_inode, fmode);
Trond Myklebust58d97142006-01-03 09:55:24 +01001751 status = -ENOMEM;
Al Viro82a2c1b2011-06-22 18:30:55 -04001752 opendata = nfs4_opendata_alloc(dentry, sp, fmode, flags, sattr, GFP_KERNEL);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001753 if (opendata == NULL)
Trond Myklebust95d35cb2008-12-23 15:21:45 -05001754 goto err_put_state_owner;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001755
Al Viro82a2c1b2011-06-22 18:30:55 -04001756 if (dentry->d_inode != NULL)
1757 opendata->state = nfs4_get_open_state(dentry->d_inode, sp);
Trond Myklebustaac00a82007-07-05 19:02:21 -04001758
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001759 status = _nfs4_proc_open(opendata);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001760 if (status != 0)
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001761 goto err_opendata_put;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001762
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001763 state = nfs4_opendata_to_nfs4_state(opendata);
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001764 status = PTR_ERR(state);
1765 if (IS_ERR(state))
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001766 goto err_opendata_put;
Trond Myklebust0df5dd42010-04-11 16:48:44 -04001767 if (server->caps & NFS_CAP_POSIX_LOCK)
Trond Myklebust8e469eb2010-01-26 15:42:30 -05001768 set_bit(NFS_STATE_POSIX_LOCKS, &state->flags);
Trond Myklebust0ab64e02010-04-16 16:22:51 -04001769
1770 if (opendata->o_arg.open_flags & O_EXCL) {
1771 nfs4_exclusive_attrset(opendata, sattr);
1772
1773 nfs_fattr_init(opendata->o_res.f_attr);
1774 status = nfs4_do_setattr(state->inode, cred,
1775 opendata->o_res.f_attr, sattr,
1776 state);
1777 if (status == 0)
1778 nfs_setattr_update_inode(state->inode, sattr);
1779 nfs_post_op_update_inode(state->inode, opendata->o_res.f_attr);
1780 }
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001781 nfs4_opendata_put(opendata);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001782 nfs4_put_state_owner(sp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001783 *res = state;
1784 return 0;
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001785err_opendata_put:
1786 nfs4_opendata_put(opendata);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001787err_put_state_owner:
1788 nfs4_put_state_owner(sp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001789out_err:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001790 *res = NULL;
1791 return status;
1792}
1793
1794
Al Viro82a2c1b2011-06-22 18:30:55 -04001795static struct nfs4_state *nfs4_do_open(struct inode *dir, struct dentry *dentry, fmode_t fmode, int flags, struct iattr *sattr, struct rpc_cred *cred)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001796{
1797 struct nfs4_exception exception = { };
1798 struct nfs4_state *res;
1799 int status;
1800
1801 do {
Al Viro82a2c1b2011-06-22 18:30:55 -04001802 status = _nfs4_do_open(dir, dentry, fmode, flags, sattr, cred, &res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001803 if (status == 0)
1804 break;
1805 /* NOTE: BAD_SEQID means the server and client disagree about the
1806 * book-keeping w.r.t. state-changing operations
1807 * (OPEN/CLOSE/LOCK/LOCKU...)
1808 * It is actually a sign of a bug on the client or on the server.
1809 *
1810 * If we receive a BAD_SEQID error in the particular case of
Trond Myklebustcee54fc2005-10-18 14:20:12 -07001811 * doing an OPEN, we assume that nfs_increment_open_seqid() will
Linus Torvalds1da177e2005-04-16 15:20:36 -07001812 * have unhashed the old state_owner for us, and that we can
1813 * therefore safely retry using a new one. We should still warn
1814 * the user though...
1815 */
1816 if (status == -NFS4ERR_BAD_SEQID) {
Trond Myklebust6f43ddc2007-07-08 16:49:11 -04001817 printk(KERN_WARNING "NFS: v4 server %s "
1818 " returned a bad sequence-id error!\n",
1819 NFS_SERVER(dir)->nfs_client->cl_hostname);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001820 exception.retry = 1;
1821 continue;
1822 }
Trond Myklebust550f5742005-10-18 14:20:21 -07001823 /*
1824 * BAD_STATEID on OPEN means that the server cancelled our
1825 * state before it received the OPEN_CONFIRM.
1826 * Recover by retrying the request as per the discussion
1827 * on Page 181 of RFC3530.
1828 */
1829 if (status == -NFS4ERR_BAD_STATEID) {
1830 exception.retry = 1;
1831 continue;
1832 }
Trond Myklebustaac00a82007-07-05 19:02:21 -04001833 if (status == -EAGAIN) {
1834 /* We must have found a delegation */
1835 exception.retry = 1;
1836 continue;
1837 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001838 res = ERR_PTR(nfs4_handle_exception(NFS_SERVER(dir),
1839 status, &exception));
1840 } while (exception.retry);
1841 return res;
1842}
1843
Trond Myklebust659bfcd2008-06-10 19:39:41 -04001844static int _nfs4_do_setattr(struct inode *inode, struct rpc_cred *cred,
1845 struct nfs_fattr *fattr, struct iattr *sattr,
1846 struct nfs4_state *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001847{
Trond Myklebust3e4f6292006-03-20 13:44:46 -05001848 struct nfs_server *server = NFS_SERVER(inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001849 struct nfs_setattrargs arg = {
Trond Myklebust3e4f6292006-03-20 13:44:46 -05001850 .fh = NFS_FH(inode),
Linus Torvalds1da177e2005-04-16 15:20:36 -07001851 .iap = sattr,
1852 .server = server,
1853 .bitmask = server->attr_bitmask,
1854 };
1855 struct nfs_setattrres res = {
1856 .fattr = fattr,
1857 .server = server,
1858 };
1859 struct rpc_message msg = {
Trond Myklebust659bfcd2008-06-10 19:39:41 -04001860 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETATTR],
1861 .rpc_argp = &arg,
1862 .rpc_resp = &res,
1863 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001864 };
Trond Myklebust26e976a2006-01-03 09:55:21 +01001865 unsigned long timestamp = jiffies;
Trond Myklebust65e43082005-08-16 11:49:44 -04001866 int status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001867
Trond Myklebust0e574af2005-10-27 22:12:38 -04001868 nfs_fattr_init(fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001869
Trond Myklebust3e4f6292006-03-20 13:44:46 -05001870 if (nfs4_copy_delegation_stateid(&arg.stateid, inode)) {
1871 /* Use that stateid */
1872 } else if (state != NULL) {
Trond Myklebust77041ed2010-07-01 12:49:11 -04001873 nfs4_copy_stateid(&arg.stateid, state, current->files, current->tgid);
Trond Myklebust08e9eac2005-06-22 17:16:29 +00001874 } else
Linus Torvalds1da177e2005-04-16 15:20:36 -07001875 memcpy(&arg.stateid, &zero_stateid, sizeof(arg.stateid));
1876
Bryan Schumaker7c513052011-03-24 17:12:24 +00001877 status = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, &res.seq_res, 1);
Trond Myklebust26e976a2006-01-03 09:55:21 +01001878 if (status == 0 && state != NULL)
1879 renew_lease(server, timestamp);
Trond Myklebust65e43082005-08-16 11:49:44 -04001880 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001881}
1882
Trond Myklebust659bfcd2008-06-10 19:39:41 -04001883static int nfs4_do_setattr(struct inode *inode, struct rpc_cred *cred,
1884 struct nfs_fattr *fattr, struct iattr *sattr,
1885 struct nfs4_state *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001886{
Trond Myklebust3e4f6292006-03-20 13:44:46 -05001887 struct nfs_server *server = NFS_SERVER(inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001888 struct nfs4_exception exception = { };
1889 int err;
1890 do {
1891 err = nfs4_handle_exception(server,
Trond Myklebust659bfcd2008-06-10 19:39:41 -04001892 _nfs4_do_setattr(inode, cred, fattr, sattr, state),
Linus Torvalds1da177e2005-04-16 15:20:36 -07001893 &exception);
1894 } while (exception.retry);
1895 return err;
1896}
1897
1898struct nfs4_closedata {
1899 struct inode *inode;
1900 struct nfs4_state *state;
1901 struct nfs_closeargs arg;
1902 struct nfs_closeres res;
Trond Myklebust516a6af2005-10-27 22:12:41 -04001903 struct nfs_fattr fattr;
Trond Myklebust26e976a2006-01-03 09:55:21 +01001904 unsigned long timestamp;
Fred Isamanf7e89172011-01-06 11:36:32 +00001905 bool roc;
1906 u32 roc_barrier;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001907};
1908
Trond Myklebust963d8fe2006-01-03 09:55:04 +01001909static void nfs4_free_closedata(void *data)
Trond Myklebust95121352005-10-18 14:20:12 -07001910{
Trond Myklebust963d8fe2006-01-03 09:55:04 +01001911 struct nfs4_closedata *calldata = data;
1912 struct nfs4_state_owner *sp = calldata->state->owner;
Al Viro643168c2011-06-22 18:20:23 -04001913 struct super_block *sb = calldata->state->inode->i_sb;
Trond Myklebust95121352005-10-18 14:20:12 -07001914
Fred Isamanf7e89172011-01-06 11:36:32 +00001915 if (calldata->roc)
1916 pnfs_roc_release(calldata->state->inode);
Trond Myklebust95121352005-10-18 14:20:12 -07001917 nfs4_put_open_state(calldata->state);
1918 nfs_free_seqid(calldata->arg.seqid);
Trond Myklebust95121352005-10-18 14:20:12 -07001919 nfs4_put_state_owner(sp);
Al Viro643168c2011-06-22 18:20:23 -04001920 nfs_sb_deactive(sb);
Trond Myklebust95121352005-10-18 14:20:12 -07001921 kfree(calldata);
1922}
1923
Trond Myklebust88069f72009-12-08 08:33:16 -05001924static void nfs4_close_clear_stateid_flags(struct nfs4_state *state,
1925 fmode_t fmode)
1926{
1927 spin_lock(&state->owner->so_lock);
1928 if (!(fmode & FMODE_READ))
1929 clear_bit(NFS_O_RDONLY_STATE, &state->flags);
1930 if (!(fmode & FMODE_WRITE))
1931 clear_bit(NFS_O_WRONLY_STATE, &state->flags);
1932 clear_bit(NFS_O_RDWR_STATE, &state->flags);
1933 spin_unlock(&state->owner->so_lock);
1934}
1935
Trond Myklebust963d8fe2006-01-03 09:55:04 +01001936static void nfs4_close_done(struct rpc_task *task, void *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001937{
Trond Myklebust963d8fe2006-01-03 09:55:04 +01001938 struct nfs4_closedata *calldata = data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001939 struct nfs4_state *state = calldata->state;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001940 struct nfs_server *server = NFS_SERVER(calldata->inode);
1941
Trond Myklebust14516c32010-07-31 14:29:06 -04001942 if (!nfs4_sequence_done(task, &calldata->res.seq_res))
1943 return;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001944 /* hmm. we are done with the inode, and in the process of freeing
1945 * the state_owner. we keep this around to process errors
1946 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001947 switch (task->tk_status) {
1948 case 0:
Fred Isamanf7e89172011-01-06 11:36:32 +00001949 if (calldata->roc)
1950 pnfs_roc_set_barrier(state->inode,
1951 calldata->roc_barrier);
Trond Myklebust45328c32007-07-26 17:47:34 -04001952 nfs_set_open_stateid(state, &calldata->res.stateid, 0);
Trond Myklebust26e976a2006-01-03 09:55:21 +01001953 renew_lease(server, calldata->timestamp);
Trond Myklebust88069f72009-12-08 08:33:16 -05001954 nfs4_close_clear_stateid_flags(state,
1955 calldata->arg.fmode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001956 break;
1957 case -NFS4ERR_STALE_STATEID:
Trond Myklebust9e33bed2008-12-23 15:21:46 -05001958 case -NFS4ERR_OLD_STATEID:
1959 case -NFS4ERR_BAD_STATEID:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001960 case -NFS4ERR_EXPIRED:
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001961 if (calldata->arg.fmode == 0)
Trond Myklebust9e33bed2008-12-23 15:21:46 -05001962 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001963 default:
Trond Myklebust72211db2009-12-15 14:47:36 -05001964 if (nfs4_async_handle_error(task, server, state) == -EAGAIN)
1965 rpc_restart_call_prepare(task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001966 }
Trond Myklebust72211db2009-12-15 14:47:36 -05001967 nfs_release_seqid(calldata->arg.seqid);
Trond Myklebust516a6af2005-10-27 22:12:41 -04001968 nfs_refresh_inode(calldata->inode, calldata->res.fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001969}
1970
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01001971static void nfs4_close_prepare(struct rpc_task *task, void *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001972{
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01001973 struct nfs4_closedata *calldata = data;
Trond Myklebust95121352005-10-18 14:20:12 -07001974 struct nfs4_state *state = calldata->state;
Trond Myklebust88069f72009-12-08 08:33:16 -05001975 int call_close = 0;
Trond Myklebust95121352005-10-18 14:20:12 -07001976
Trond Myklebust963d8fe2006-01-03 09:55:04 +01001977 if (nfs_wait_on_sequence(calldata->arg.seqid, task) != 0)
Trond Myklebust95121352005-10-18 14:20:12 -07001978 return;
Trond Myklebust003707c2007-07-05 18:07:55 -04001979
Trond Myklebust88069f72009-12-08 08:33:16 -05001980 task->tk_msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN_DOWNGRADE];
1981 calldata->arg.fmode = FMODE_READ|FMODE_WRITE;
Trond Myklebust4cecb762005-11-04 15:32:58 -05001982 spin_lock(&state->owner->so_lock);
Trond Myklebust003707c2007-07-05 18:07:55 -04001983 /* Calculate the change in open mode */
Trond Myklebuste7616922006-01-03 09:55:13 +01001984 if (state->n_rdwr == 0) {
Trond Myklebust003707c2007-07-05 18:07:55 -04001985 if (state->n_rdonly == 0) {
Trond Myklebust88069f72009-12-08 08:33:16 -05001986 call_close |= test_bit(NFS_O_RDONLY_STATE, &state->flags);
1987 call_close |= test_bit(NFS_O_RDWR_STATE, &state->flags);
1988 calldata->arg.fmode &= ~FMODE_READ;
Trond Myklebust003707c2007-07-05 18:07:55 -04001989 }
1990 if (state->n_wronly == 0) {
Trond Myklebust88069f72009-12-08 08:33:16 -05001991 call_close |= test_bit(NFS_O_WRONLY_STATE, &state->flags);
1992 call_close |= test_bit(NFS_O_RDWR_STATE, &state->flags);
1993 calldata->arg.fmode &= ~FMODE_WRITE;
Trond Myklebust003707c2007-07-05 18:07:55 -04001994 }
Trond Myklebuste7616922006-01-03 09:55:13 +01001995 }
Trond Myklebust4cecb762005-11-04 15:32:58 -05001996 spin_unlock(&state->owner->so_lock);
Trond Myklebust88069f72009-12-08 08:33:16 -05001997
1998 if (!call_close) {
Trond Myklebust963d8fe2006-01-03 09:55:04 +01001999 /* Note: exit _without_ calling nfs4_close_done */
2000 task->tk_action = NULL;
Trond Myklebust95121352005-10-18 14:20:12 -07002001 return;
2002 }
Trond Myklebust88069f72009-12-08 08:33:16 -05002003
Fred Isamanf7e89172011-01-06 11:36:32 +00002004 if (calldata->arg.fmode == 0) {
Trond Myklebust88069f72009-12-08 08:33:16 -05002005 task->tk_msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_CLOSE];
Fred Isamanf7e89172011-01-06 11:36:32 +00002006 if (calldata->roc &&
2007 pnfs_roc_drain(calldata->inode, &calldata->roc_barrier)) {
2008 rpc_sleep_on(&NFS_SERVER(calldata->inode)->roc_rpcwaitq,
2009 task, NULL);
2010 return;
2011 }
2012 }
Trond Myklebust88069f72009-12-08 08:33:16 -05002013
Trond Myklebust516a6af2005-10-27 22:12:41 -04002014 nfs_fattr_init(calldata->res.fattr);
Trond Myklebust26e976a2006-01-03 09:55:21 +01002015 calldata->timestamp = jiffies;
Trond Myklebust035168a2010-06-16 09:52:26 -04002016 if (nfs4_setup_sequence(NFS_SERVER(calldata->inode),
Andy Adamson19ddab02009-04-01 09:22:20 -04002017 &calldata->arg.seq_args, &calldata->res.seq_res,
2018 1, task))
2019 return;
Trond Myklebust5138fde2007-07-14 15:40:01 -04002020 rpc_call_start(task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002021}
2022
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002023static const struct rpc_call_ops nfs4_close_ops = {
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01002024 .rpc_call_prepare = nfs4_close_prepare,
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002025 .rpc_call_done = nfs4_close_done,
2026 .rpc_release = nfs4_free_closedata,
2027};
2028
Linus Torvalds1da177e2005-04-16 15:20:36 -07002029/*
2030 * It is possible for data to be read/written from a mem-mapped file
2031 * after the sys_close call (which hits the vfs layer as a flush).
2032 * This means that we can't safely call nfsv4 close on a file until
2033 * the inode is cleared. This in turn means that we are not good
2034 * NFSv4 citizens - we do not indicate to the server to update the file's
2035 * share state even when we are done with one of the three share
2036 * stateid's in the inode.
2037 *
2038 * NOTE: Caller must be holding the sp->so_owner semaphore!
2039 */
Al Viro643168c2011-06-22 18:20:23 -04002040int nfs4_do_close(struct nfs4_state *state, gfp_t gfp_mask, int wait, bool roc)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002041{
Trond Myklebust4a35bd42007-06-05 10:31:33 -04002042 struct nfs_server *server = NFS_SERVER(state->inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002043 struct nfs4_closedata *calldata;
Trond Myklebustb39e6252007-06-11 23:05:07 -04002044 struct nfs4_state_owner *sp = state->owner;
2045 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04002046 struct rpc_message msg = {
2047 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_CLOSE],
2048 .rpc_cred = state->owner->so_cred,
2049 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04002050 struct rpc_task_setup task_setup_data = {
2051 .rpc_client = server->client,
Trond Myklebust5138fde2007-07-14 15:40:01 -04002052 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04002053 .callback_ops = &nfs4_close_ops,
Trond Myklebust101070c2008-02-19 20:04:23 -05002054 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04002055 .flags = RPC_TASK_ASYNC,
2056 };
Trond Myklebust95121352005-10-18 14:20:12 -07002057 int status = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002058
Trond Myklebust8535b2b2010-05-13 12:51:01 -04002059 calldata = kzalloc(sizeof(*calldata), gfp_mask);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002060 if (calldata == NULL)
Trond Myklebust95121352005-10-18 14:20:12 -07002061 goto out;
Trond Myklebust4a35bd42007-06-05 10:31:33 -04002062 calldata->inode = state->inode;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002063 calldata->state = state;
Trond Myklebust4a35bd42007-06-05 10:31:33 -04002064 calldata->arg.fh = NFS_FH(state->inode);
Trond Myklebust003707c2007-07-05 18:07:55 -04002065 calldata->arg.stateid = &state->open_stateid;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002066 /* Serialization for the sequence id */
Trond Myklebust8535b2b2010-05-13 12:51:01 -04002067 calldata->arg.seqid = nfs_alloc_seqid(&state->owner->so_seqid, gfp_mask);
Trond Myklebust95121352005-10-18 14:20:12 -07002068 if (calldata->arg.seqid == NULL)
2069 goto out_free_calldata;
Trond Myklebustdc0b0272008-12-23 15:21:56 -05002070 calldata->arg.fmode = 0;
Trond Myklebusta65318b2009-03-11 14:10:28 -04002071 calldata->arg.bitmask = server->cache_consistency_bitmask;
Trond Myklebust516a6af2005-10-27 22:12:41 -04002072 calldata->res.fattr = &calldata->fattr;
Trond Myklebustc1d51932008-04-07 13:20:54 -04002073 calldata->res.seqid = calldata->arg.seqid;
Trond Myklebust516a6af2005-10-27 22:12:41 -04002074 calldata->res.server = server;
Fred Isamanf7e89172011-01-06 11:36:32 +00002075 calldata->roc = roc;
Al Viro643168c2011-06-22 18:20:23 -04002076 nfs_sb_active(calldata->inode->i_sb);
Trond Myklebust95121352005-10-18 14:20:12 -07002077
Trond Myklebust1174dd12010-12-21 10:52:24 -05002078 msg.rpc_argp = &calldata->arg;
2079 msg.rpc_resp = &calldata->res;
Trond Myklebustc970aa82007-07-14 15:39:59 -04002080 task_setup_data.callback_data = calldata;
2081 task = rpc_run_task(&task_setup_data);
Trond Myklebustb39e6252007-06-11 23:05:07 -04002082 if (IS_ERR(task))
2083 return PTR_ERR(task);
Trond Myklebusta49c3c72007-10-18 18:03:27 -04002084 status = 0;
2085 if (wait)
2086 status = rpc_wait_for_completion_task(task);
Trond Myklebustb39e6252007-06-11 23:05:07 -04002087 rpc_put_task(task);
Trond Myklebusta49c3c72007-10-18 18:03:27 -04002088 return status;
Trond Myklebust95121352005-10-18 14:20:12 -07002089out_free_calldata:
2090 kfree(calldata);
2091out:
Fred Isamanf7e89172011-01-06 11:36:32 +00002092 if (roc)
2093 pnfs_roc_release(state->inode);
Trond Myklebustb39e6252007-06-11 23:05:07 -04002094 nfs4_put_open_state(state);
2095 nfs4_put_state_owner(sp);
Trond Myklebust95121352005-10-18 14:20:12 -07002096 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002097}
2098
Trond Myklebust2b484292010-09-17 10:56:51 -04002099static struct inode *
Trond Myklebustcd9a1c02010-09-17 10:56:50 -04002100nfs4_atomic_open(struct inode *dir, struct nfs_open_context *ctx, int open_flags, struct iattr *attr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002101{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002102 struct nfs4_state *state;
2103
Trond Myklebust565277f2007-10-15 18:17:53 -04002104 /* Protect against concurrent sillydeletes */
Al Viro3d4ff432011-06-22 18:40:12 -04002105 state = nfs4_do_open(dir, ctx->dentry, ctx->mode, open_flags, attr, ctx->cred);
Trond Myklebustf46e0bd2010-09-17 10:56:50 -04002106 if (IS_ERR(state))
2107 return ERR_CAST(state);
Trond Myklebustcd9a1c02010-09-17 10:56:50 -04002108 ctx->state = state;
Trond Myklebustf46e0bd2010-09-17 10:56:50 -04002109 return igrab(state->inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002110}
2111
Trond Myklebust1185a552009-12-03 15:54:02 -05002112static void nfs4_close_context(struct nfs_open_context *ctx, int is_sync)
Trond Myklebust7fe5c392009-03-19 15:35:50 -04002113{
2114 if (ctx->state == NULL)
2115 return;
2116 if (is_sync)
Al Viro643168c2011-06-22 18:20:23 -04002117 nfs4_close_sync(ctx->state, ctx->mode);
Trond Myklebust7fe5c392009-03-19 15:35:50 -04002118 else
Al Viro643168c2011-06-22 18:20:23 -04002119 nfs4_close_state(ctx->state, ctx->mode);
Trond Myklebust7fe5c392009-03-19 15:35:50 -04002120}
Linus Torvalds1da177e2005-04-16 15:20:36 -07002121
2122static int _nfs4_server_capabilities(struct nfs_server *server, struct nfs_fh *fhandle)
2123{
Benny Halevy43652ad2009-04-01 09:21:54 -04002124 struct nfs4_server_caps_arg args = {
2125 .fhandle = fhandle,
2126 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002127 struct nfs4_server_caps_res res = {};
2128 struct rpc_message msg = {
2129 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SERVER_CAPS],
Benny Halevy43652ad2009-04-01 09:21:54 -04002130 .rpc_argp = &args,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002131 .rpc_resp = &res,
2132 };
2133 int status;
2134
Bryan Schumaker7c513052011-03-24 17:12:24 +00002135 status = nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002136 if (status == 0) {
2137 memcpy(server->attr_bitmask, res.attr_bitmask, sizeof(server->attr_bitmask));
Trond Myklebust62ab460c2009-08-09 15:06:19 -04002138 server->caps &= ~(NFS_CAP_ACLS|NFS_CAP_HARDLINKS|
2139 NFS_CAP_SYMLINKS|NFS_CAP_FILEID|
2140 NFS_CAP_MODE|NFS_CAP_NLINK|NFS_CAP_OWNER|
2141 NFS_CAP_OWNER_GROUP|NFS_CAP_ATIME|
2142 NFS_CAP_CTIME|NFS_CAP_MTIME);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002143 if (res.attr_bitmask[0] & FATTR4_WORD0_ACL)
2144 server->caps |= NFS_CAP_ACLS;
2145 if (res.has_links != 0)
2146 server->caps |= NFS_CAP_HARDLINKS;
2147 if (res.has_symlinks != 0)
2148 server->caps |= NFS_CAP_SYMLINKS;
Trond Myklebust62ab460c2009-08-09 15:06:19 -04002149 if (res.attr_bitmask[0] & FATTR4_WORD0_FILEID)
2150 server->caps |= NFS_CAP_FILEID;
2151 if (res.attr_bitmask[1] & FATTR4_WORD1_MODE)
2152 server->caps |= NFS_CAP_MODE;
2153 if (res.attr_bitmask[1] & FATTR4_WORD1_NUMLINKS)
2154 server->caps |= NFS_CAP_NLINK;
2155 if (res.attr_bitmask[1] & FATTR4_WORD1_OWNER)
2156 server->caps |= NFS_CAP_OWNER;
2157 if (res.attr_bitmask[1] & FATTR4_WORD1_OWNER_GROUP)
2158 server->caps |= NFS_CAP_OWNER_GROUP;
2159 if (res.attr_bitmask[1] & FATTR4_WORD1_TIME_ACCESS)
2160 server->caps |= NFS_CAP_ATIME;
2161 if (res.attr_bitmask[1] & FATTR4_WORD1_TIME_METADATA)
2162 server->caps |= NFS_CAP_CTIME;
2163 if (res.attr_bitmask[1] & FATTR4_WORD1_TIME_MODIFY)
2164 server->caps |= NFS_CAP_MTIME;
2165
Trond Myklebusta65318b2009-03-11 14:10:28 -04002166 memcpy(server->cache_consistency_bitmask, res.attr_bitmask, sizeof(server->cache_consistency_bitmask));
2167 server->cache_consistency_bitmask[0] &= FATTR4_WORD0_CHANGE|FATTR4_WORD0_SIZE;
2168 server->cache_consistency_bitmask[1] &= FATTR4_WORD1_TIME_METADATA|FATTR4_WORD1_TIME_MODIFY;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002169 server->acl_bitmask = res.acl_bitmask;
2170 }
Andy Adamsoncccef3b2009-04-01 09:22:03 -04002171
Linus Torvalds1da177e2005-04-16 15:20:36 -07002172 return status;
2173}
2174
Trond Myklebust55a97592006-06-09 09:34:19 -04002175int nfs4_server_capabilities(struct nfs_server *server, struct nfs_fh *fhandle)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002176{
2177 struct nfs4_exception exception = { };
2178 int err;
2179 do {
2180 err = nfs4_handle_exception(server,
2181 _nfs4_server_capabilities(server, fhandle),
2182 &exception);
2183 } while (exception.retry);
2184 return err;
2185}
2186
2187static int _nfs4_lookup_root(struct nfs_server *server, struct nfs_fh *fhandle,
2188 struct nfs_fsinfo *info)
2189{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002190 struct nfs4_lookup_root_arg args = {
2191 .bitmask = nfs4_fattr_bitmap,
2192 };
2193 struct nfs4_lookup_res res = {
2194 .server = server,
Trond Myklebust0e574af2005-10-27 22:12:38 -04002195 .fattr = info->fattr,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002196 .fh = fhandle,
2197 };
2198 struct rpc_message msg = {
2199 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOOKUP_ROOT],
2200 .rpc_argp = &args,
2201 .rpc_resp = &res,
2202 };
Benny Halevy008f55d2009-04-01 09:22:50 -04002203
Trond Myklebust0e574af2005-10-27 22:12:38 -04002204 nfs_fattr_init(info->fattr);
Bryan Schumaker7c513052011-03-24 17:12:24 +00002205 return nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002206}
2207
2208static int nfs4_lookup_root(struct nfs_server *server, struct nfs_fh *fhandle,
2209 struct nfs_fsinfo *info)
2210{
2211 struct nfs4_exception exception = { };
2212 int err;
2213 do {
Bryan Schumakerfb8a5ba2011-04-18 16:52:25 -04002214 err = _nfs4_lookup_root(server, fhandle, info);
2215 switch (err) {
2216 case 0:
2217 case -NFS4ERR_WRONGSEC:
2218 break;
2219 default:
2220 err = nfs4_handle_exception(server, err, &exception);
2221 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002222 } while (exception.retry);
2223 return err;
2224}
2225
Bryan Schumaker8f70e952011-03-24 17:12:31 +00002226static int nfs4_lookup_root_sec(struct nfs_server *server, struct nfs_fh *fhandle,
2227 struct nfs_fsinfo *info, rpc_authflavor_t flavor)
2228{
2229 struct rpc_auth *auth;
2230 int ret;
2231
2232 auth = rpcauth_create(flavor, server->client);
2233 if (!auth) {
2234 ret = -EIO;
2235 goto out;
2236 }
2237 ret = nfs4_lookup_root(server, fhandle, info);
Bryan Schumaker8f70e952011-03-24 17:12:31 +00002238out:
2239 return ret;
2240}
2241
Bryan Schumaker801a16dc2011-04-13 14:31:30 -04002242static int nfs4_find_root_sec(struct nfs_server *server, struct nfs_fh *fhandle,
David Howells54ceac42006-08-22 20:06:13 -04002243 struct nfs_fsinfo *info)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002244{
Bryan Schumaker8f70e952011-03-24 17:12:31 +00002245 int i, len, status = 0;
Bryan Schumaker0fabee22011-04-13 14:31:29 -04002246 rpc_authflavor_t flav_array[NFS_MAX_SECFLAVORS];
Linus Torvalds1da177e2005-04-16 15:20:36 -07002247
Bryan Schumaker801a16dc2011-04-13 14:31:30 -04002248 len = gss_mech_list_pseudoflavors(&flav_array[0]);
2249 flav_array[len] = RPC_AUTH_NULL;
2250 len += 1;
Bryan Schumaker8f70e952011-03-24 17:12:31 +00002251
2252 for (i = 0; i < len; i++) {
2253 status = nfs4_lookup_root_sec(server, fhandle, info, flav_array[i]);
Bryan Schumakerfb8a5ba2011-04-18 16:52:25 -04002254 if (status == -NFS4ERR_WRONGSEC || status == -EACCES)
Bryan Schumakerd1a80162011-04-13 14:31:28 -04002255 continue;
2256 break;
Bryan Schumaker8f70e952011-03-24 17:12:31 +00002257 }
Bryan Schumakerfb8a5ba2011-04-18 16:52:25 -04002258 /*
2259 * -EACCESS could mean that the user doesn't have correct permissions
2260 * to access the mount. It could also mean that we tried to mount
2261 * with a gss auth flavor, but rpc.gssd isn't running. Either way,
2262 * existing mount programs don't handle -EACCES very well so it should
2263 * be mapped to -EPERM instead.
2264 */
2265 if (status == -EACCES)
2266 status = -EPERM;
Bryan Schumaker801a16dc2011-04-13 14:31:30 -04002267 return status;
2268}
2269
2270/*
2271 * get the file handle for the "/" directory on the server
2272 */
2273static int nfs4_proc_get_root(struct nfs_server *server, struct nfs_fh *fhandle,
2274 struct nfs_fsinfo *info)
2275{
Bryan Schumakerfca78d62011-06-02 14:59:07 -04002276 int minor_version = server->nfs_client->cl_minorversion;
Bryan Schumaker801a16dc2011-04-13 14:31:30 -04002277 int status = nfs4_lookup_root(server, fhandle, info);
Bryan Schumakerfb8a5ba2011-04-18 16:52:25 -04002278 if ((status == -NFS4ERR_WRONGSEC) && !(server->flags & NFS_MOUNT_SECFLAVOUR))
2279 /*
2280 * A status of -NFS4ERR_WRONGSEC will be mapped to -EPERM
2281 * by nfs4_map_errors() as this function exits.
2282 */
Bryan Schumakerfca78d62011-06-02 14:59:07 -04002283 status = nfs_v4_minor_ops[minor_version]->find_root_sec(server, fhandle, info);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002284 if (status == 0)
2285 status = nfs4_server_capabilities(server, fhandle);
2286 if (status == 0)
2287 status = nfs4_do_fsinfo(server, fhandle, info);
Trond Myklebustc12e87f2006-03-13 21:20:47 -08002288 return nfs4_map_errors(status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002289}
2290
Andy Adamson533eb462011-06-13 18:25:56 -04002291static void nfs_fixup_referral_attributes(struct nfs_fattr *fattr);
Manoj Naik6b97fd32006-06-09 09:34:29 -04002292/*
2293 * Get locations and (maybe) other attributes of a referral.
2294 * Note that we'll actually follow the referral later when
2295 * we detect fsid mismatch in inode revalidation
2296 */
Andy Adamson533eb462011-06-13 18:25:56 -04002297static int nfs4_get_referral(struct inode *dir, const struct qstr *name,
2298 struct nfs_fattr *fattr, struct nfs_fh *fhandle)
Manoj Naik6b97fd32006-06-09 09:34:29 -04002299{
2300 int status = -ENOMEM;
2301 struct page *page = NULL;
2302 struct nfs4_fs_locations *locations = NULL;
Manoj Naik6b97fd32006-06-09 09:34:29 -04002303
2304 page = alloc_page(GFP_KERNEL);
2305 if (page == NULL)
2306 goto out;
2307 locations = kmalloc(sizeof(struct nfs4_fs_locations), GFP_KERNEL);
2308 if (locations == NULL)
2309 goto out;
2310
Trond Myklebustc228fd32007-01-13 02:28:11 -05002311 status = nfs4_proc_fs_locations(dir, name, locations, page);
Manoj Naik6b97fd32006-06-09 09:34:29 -04002312 if (status != 0)
2313 goto out;
2314 /* Make sure server returned a different fsid for the referral */
2315 if (nfs_fsid_equal(&NFS_SERVER(dir)->fsid, &locations->fattr.fsid)) {
Andy Adamson533eb462011-06-13 18:25:56 -04002316 dprintk("%s: server did not return a different fsid for"
2317 " a referral at %s\n", __func__, name->name);
Manoj Naik6b97fd32006-06-09 09:34:29 -04002318 status = -EIO;
2319 goto out;
2320 }
Andy Adamson533eb462011-06-13 18:25:56 -04002321 /* Fixup attributes for the nfs_lookup() call to nfs_fhget() */
2322 nfs_fixup_referral_attributes(&locations->fattr);
Manoj Naik6b97fd32006-06-09 09:34:29 -04002323
Andy Adamson533eb462011-06-13 18:25:56 -04002324 /* replace the lookup nfs_fattr with the locations nfs_fattr */
Manoj Naik6b97fd32006-06-09 09:34:29 -04002325 memcpy(fattr, &locations->fattr, sizeof(struct nfs_fattr));
Manoj Naik6b97fd32006-06-09 09:34:29 -04002326 memset(fhandle, 0, sizeof(struct nfs_fh));
2327out:
2328 if (page)
2329 __free_page(page);
Davidlohr Bueso5d7ca352010-08-11 12:42:15 -04002330 kfree(locations);
Manoj Naik6b97fd32006-06-09 09:34:29 -04002331 return status;
2332}
2333
Linus Torvalds1da177e2005-04-16 15:20:36 -07002334static int _nfs4_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fattr *fattr)
2335{
2336 struct nfs4_getattr_arg args = {
2337 .fh = fhandle,
2338 .bitmask = server->attr_bitmask,
2339 };
2340 struct nfs4_getattr_res res = {
2341 .fattr = fattr,
2342 .server = server,
2343 };
2344 struct rpc_message msg = {
2345 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GETATTR],
2346 .rpc_argp = &args,
2347 .rpc_resp = &res,
2348 };
2349
Trond Myklebust0e574af2005-10-27 22:12:38 -04002350 nfs_fattr_init(fattr);
Bryan Schumaker7c513052011-03-24 17:12:24 +00002351 return nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002352}
2353
2354static int nfs4_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fattr *fattr)
2355{
2356 struct nfs4_exception exception = { };
2357 int err;
2358 do {
2359 err = nfs4_handle_exception(server,
2360 _nfs4_proc_getattr(server, fhandle, fattr),
2361 &exception);
2362 } while (exception.retry);
2363 return err;
2364}
2365
2366/*
2367 * The file is not closed if it is opened due to the a request to change
2368 * the size of the file. The open call will not be needed once the
2369 * VFS layer lookup-intents are implemented.
2370 *
2371 * Close is called when the inode is destroyed.
2372 * If we haven't opened the file for O_WRONLY, we
2373 * need to in the size_change case to obtain a stateid.
2374 *
2375 * Got race?
2376 * Because OPEN is always done by name in nfsv4, it is
2377 * possible that we opened a different file by the same
2378 * name. We can recognize this race condition, but we
2379 * can't do anything about it besides returning an error.
2380 *
2381 * This will be fixed with VFS changes (lookup-intent).
2382 */
2383static int
2384nfs4_proc_setattr(struct dentry *dentry, struct nfs_fattr *fattr,
2385 struct iattr *sattr)
2386{
Trond Myklebust08e9eac2005-06-22 17:16:29 +00002387 struct inode *inode = dentry->d_inode;
Trond Myklebust659bfcd2008-06-10 19:39:41 -04002388 struct rpc_cred *cred = NULL;
Trond Myklebustd5308382005-11-04 15:33:38 -05002389 struct nfs4_state *state = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002390 int status;
2391
Benny Halevy8a1636c2010-07-14 15:43:57 -04002392 if (pnfs_ld_layoutret_on_setattr(inode))
2393 pnfs_return_layout(inode);
2394
Trond Myklebust0e574af2005-10-27 22:12:38 -04002395 nfs_fattr_init(fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002396
Trond Myklebustd5308382005-11-04 15:33:38 -05002397 /* Search for an existing open(O_WRITE) file */
Trond Myklebust659bfcd2008-06-10 19:39:41 -04002398 if (sattr->ia_valid & ATTR_FILE) {
2399 struct nfs_open_context *ctx;
Trond Myklebust08e9eac2005-06-22 17:16:29 +00002400
Trond Myklebust659bfcd2008-06-10 19:39:41 -04002401 ctx = nfs_file_open_context(sattr->ia_file);
Neil Brown504e5182008-10-16 14:15:16 +11002402 if (ctx) {
2403 cred = ctx->cred;
2404 state = ctx->state;
2405 }
Trond Myklebust659bfcd2008-06-10 19:39:41 -04002406 }
2407
2408 status = nfs4_do_setattr(inode, cred, fattr, sattr, state);
Trond Myklebust65e43082005-08-16 11:49:44 -04002409 if (status == 0)
2410 nfs_setattr_update_inode(inode, sattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002411 return status;
2412}
2413
Trond Myklebust0c2e53f2011-10-18 16:11:22 -07002414static int _nfs4_proc_lookup(struct rpc_clnt *clnt, struct inode *dir,
2415 const struct qstr *name, struct nfs_fh *fhandle,
2416 struct nfs_fattr *fattr)
David Howells2b3de442006-08-22 20:06:09 -04002417{
Trond Myklebust0c2e53f2011-10-18 16:11:22 -07002418 struct nfs_server *server = NFS_SERVER(dir);
David Howells2b3de442006-08-22 20:06:09 -04002419 int status;
2420 struct nfs4_lookup_arg args = {
2421 .bitmask = server->attr_bitmask,
Trond Myklebust0c2e53f2011-10-18 16:11:22 -07002422 .dir_fh = NFS_FH(dir),
David Howells2b3de442006-08-22 20:06:09 -04002423 .name = name,
2424 };
2425 struct nfs4_lookup_res res = {
2426 .server = server,
2427 .fattr = fattr,
2428 .fh = fhandle,
2429 };
2430 struct rpc_message msg = {
2431 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOOKUP],
2432 .rpc_argp = &args,
2433 .rpc_resp = &res,
2434 };
2435
2436 nfs_fattr_init(fattr);
2437
Linus Torvalds1da177e2005-04-16 15:20:36 -07002438 dprintk("NFS call lookup %s\n", name->name);
Trond Myklebust0c2e53f2011-10-18 16:11:22 -07002439 status = nfs4_call_sync(clnt, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002440 dprintk("NFS reply lookup: %d\n", status);
2441 return status;
2442}
2443
Bryan Schumaker7ebb9312011-03-24 17:12:30 +00002444void nfs_fixup_secinfo_attributes(struct nfs_fattr *fattr, struct nfs_fh *fh)
2445{
2446 memset(fh, 0, sizeof(struct nfs_fh));
2447 fattr->fsid.major = 1;
2448 fattr->valid |= NFS_ATTR_FATTR_TYPE | NFS_ATTR_FATTR_MODE |
2449 NFS_ATTR_FATTR_NLINK | NFS_ATTR_FATTR_FSID | NFS_ATTR_FATTR_MOUNTPOINT;
2450 fattr->mode = S_IFDIR | S_IRUGO | S_IXUGO;
2451 fattr->nlink = 2;
2452}
2453
Bryan Schumaker7c513052011-03-24 17:12:24 +00002454static int nfs4_proc_lookup(struct rpc_clnt *clnt, struct inode *dir, struct qstr *name,
2455 struct nfs_fh *fhandle, struct nfs_fattr *fattr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002456{
2457 struct nfs4_exception exception = { };
2458 int err;
2459 do {
Trond Myklebust0c2e53f2011-10-18 16:11:22 -07002460 int status;
2461
2462 status = _nfs4_proc_lookup(clnt, dir, name, fhandle, fattr);
2463 switch (status) {
Trond Myklebust08ef7bd2011-10-18 16:11:49 -07002464 case -NFS4ERR_BADNAME:
2465 return -ENOENT;
Trond Myklebust0c2e53f2011-10-18 16:11:22 -07002466 case -NFS4ERR_MOVED:
2467 err = nfs4_get_referral(dir, name, fattr, fhandle);
2468 break;
2469 case -NFS4ERR_WRONGSEC:
Bryan Schumaker7ebb9312011-03-24 17:12:30 +00002470 nfs_fixup_secinfo_attributes(fattr, fhandle);
Trond Myklebust0c2e53f2011-10-18 16:11:22 -07002471 }
2472 err = nfs4_handle_exception(NFS_SERVER(dir),
2473 status, &exception);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002474 } while (exception.retry);
2475 return err;
2476}
2477
2478static int _nfs4_proc_access(struct inode *inode, struct nfs_access_entry *entry)
2479{
Trond Myklebust76b32992007-08-10 17:45:11 -04002480 struct nfs_server *server = NFS_SERVER(inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002481 struct nfs4_accessargs args = {
2482 .fh = NFS_FH(inode),
Trond Myklebust76b32992007-08-10 17:45:11 -04002483 .bitmask = server->attr_bitmask,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002484 };
Trond Myklebust76b32992007-08-10 17:45:11 -04002485 struct nfs4_accessres res = {
2486 .server = server,
Trond Myklebust76b32992007-08-10 17:45:11 -04002487 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002488 struct rpc_message msg = {
2489 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_ACCESS],
2490 .rpc_argp = &args,
2491 .rpc_resp = &res,
2492 .rpc_cred = entry->cred,
2493 };
2494 int mode = entry->mask;
2495 int status;
2496
2497 /*
2498 * Determine which access bits we want to ask for...
2499 */
2500 if (mode & MAY_READ)
2501 args.access |= NFS4_ACCESS_READ;
2502 if (S_ISDIR(inode->i_mode)) {
2503 if (mode & MAY_WRITE)
2504 args.access |= NFS4_ACCESS_MODIFY | NFS4_ACCESS_EXTEND | NFS4_ACCESS_DELETE;
2505 if (mode & MAY_EXEC)
2506 args.access |= NFS4_ACCESS_LOOKUP;
2507 } else {
2508 if (mode & MAY_WRITE)
2509 args.access |= NFS4_ACCESS_MODIFY | NFS4_ACCESS_EXTEND;
2510 if (mode & MAY_EXEC)
2511 args.access |= NFS4_ACCESS_EXECUTE;
2512 }
Trond Myklebustc407d412010-04-16 16:22:48 -04002513
2514 res.fattr = nfs_alloc_fattr();
2515 if (res.fattr == NULL)
2516 return -ENOMEM;
2517
Bryan Schumaker7c513052011-03-24 17:12:24 +00002518 status = nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002519 if (!status) {
2520 entry->mask = 0;
2521 if (res.access & NFS4_ACCESS_READ)
2522 entry->mask |= MAY_READ;
2523 if (res.access & (NFS4_ACCESS_MODIFY | NFS4_ACCESS_EXTEND | NFS4_ACCESS_DELETE))
2524 entry->mask |= MAY_WRITE;
2525 if (res.access & (NFS4_ACCESS_LOOKUP|NFS4_ACCESS_EXECUTE))
2526 entry->mask |= MAY_EXEC;
Trond Myklebustc407d412010-04-16 16:22:48 -04002527 nfs_refresh_inode(inode, res.fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002528 }
Trond Myklebustc407d412010-04-16 16:22:48 -04002529 nfs_free_fattr(res.fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002530 return status;
2531}
2532
2533static int nfs4_proc_access(struct inode *inode, struct nfs_access_entry *entry)
2534{
2535 struct nfs4_exception exception = { };
2536 int err;
2537 do {
2538 err = nfs4_handle_exception(NFS_SERVER(inode),
2539 _nfs4_proc_access(inode, entry),
2540 &exception);
2541 } while (exception.retry);
2542 return err;
2543}
2544
2545/*
2546 * TODO: For the time being, we don't try to get any attributes
2547 * along with any of the zero-copy operations READ, READDIR,
2548 * READLINK, WRITE.
2549 *
2550 * In the case of the first three, we want to put the GETATTR
2551 * after the read-type operation -- this is because it is hard
2552 * to predict the length of a GETATTR response in v4, and thus
2553 * align the READ data correctly. This means that the GETATTR
2554 * may end up partially falling into the page cache, and we should
2555 * shift it into the 'tail' of the xdr_buf before processing.
2556 * To do this efficiently, we need to know the total length
2557 * of data received, which doesn't seem to be available outside
2558 * of the RPC layer.
2559 *
2560 * In the case of WRITE, we also want to put the GETATTR after
2561 * the operation -- in this case because we want to make sure
2562 * we get the post-operation mtime and size. This means that
2563 * we can't use xdr_encode_pages() as written: we need a variant
2564 * of it which would leave room in the 'tail' iovec.
2565 *
2566 * Both of these changes to the XDR layer would in fact be quite
2567 * minor, but I decided to leave them for a subsequent patch.
2568 */
2569static int _nfs4_proc_readlink(struct inode *inode, struct page *page,
2570 unsigned int pgbase, unsigned int pglen)
2571{
2572 struct nfs4_readlink args = {
2573 .fh = NFS_FH(inode),
2574 .pgbase = pgbase,
2575 .pglen = pglen,
2576 .pages = &page,
2577 };
Benny Halevyf50c7002009-04-01 09:21:55 -04002578 struct nfs4_readlink_res res;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002579 struct rpc_message msg = {
2580 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_READLINK],
2581 .rpc_argp = &args,
Benny Halevyf50c7002009-04-01 09:21:55 -04002582 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002583 };
2584
Bryan Schumaker7c513052011-03-24 17:12:24 +00002585 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 -07002586}
2587
2588static int nfs4_proc_readlink(struct inode *inode, struct page *page,
2589 unsigned int pgbase, unsigned int pglen)
2590{
2591 struct nfs4_exception exception = { };
2592 int err;
2593 do {
2594 err = nfs4_handle_exception(NFS_SERVER(inode),
2595 _nfs4_proc_readlink(inode, page, pgbase, pglen),
2596 &exception);
2597 } while (exception.retry);
2598 return err;
2599}
2600
Linus Torvalds1da177e2005-04-16 15:20:36 -07002601/*
2602 * Got race?
2603 * We will need to arrange for the VFS layer to provide an atomic open.
2604 * Until then, this create/open method is prone to inefficiency and race
2605 * conditions due to the lookup, create, and open VFS calls from sys_open()
2606 * placed on the wire.
2607 *
2608 * Given the above sorry state of affairs, I'm simply sending an OPEN.
2609 * The file will be opened again in the subsequent VFS open call
2610 * (nfs4_proc_file_open).
2611 *
2612 * The open for read will just hang around to be used by any process that
2613 * opens the file O_RDONLY. This will all be resolved with the VFS changes.
2614 */
2615
2616static int
2617nfs4_proc_create(struct inode *dir, struct dentry *dentry, struct iattr *sattr,
Trond Myklebustc0204fd2010-09-17 10:56:51 -04002618 int flags, struct nfs_open_context *ctx)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002619{
Al Viro82a2c1b2011-06-22 18:30:55 -04002620 struct dentry *de = dentry;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002621 struct nfs4_state *state;
Trond Myklebustc0204fd2010-09-17 10:56:51 -04002622 struct rpc_cred *cred = NULL;
2623 fmode_t fmode = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002624 int status = 0;
2625
Trond Myklebustc0204fd2010-09-17 10:56:51 -04002626 if (ctx != NULL) {
2627 cred = ctx->cred;
Al Viro3d4ff432011-06-22 18:40:12 -04002628 de = ctx->dentry;
Trond Myklebustc0204fd2010-09-17 10:56:51 -04002629 fmode = ctx->mode;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002630 }
Aneesh Kumar K.Va8a5da92010-12-09 11:35:14 +00002631 sattr->ia_mode &= ~current_umask();
Al Viro82a2c1b2011-06-22 18:30:55 -04002632 state = nfs4_do_open(dir, de, fmode, flags, sattr, cred);
Trond Myklebustd4d9cdc2007-10-02 18:38:53 -04002633 d_drop(dentry);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002634 if (IS_ERR(state)) {
2635 status = PTR_ERR(state);
Trond Myklebustc0204fd2010-09-17 10:56:51 -04002636 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002637 }
Trond Myklebustd4d9cdc2007-10-02 18:38:53 -04002638 d_add(dentry, igrab(state->inode));
Trond Myklebustd75340c2007-10-01 21:42:01 -04002639 nfs_set_verifier(dentry, nfs_save_change_attribute(dir));
Trond Myklebustc0204fd2010-09-17 10:56:51 -04002640 if (ctx != NULL)
2641 ctx->state = state;
Trond Myklebust02a913a2005-10-18 14:20:17 -07002642 else
Al Viro643168c2011-06-22 18:20:23 -04002643 nfs4_close_sync(state, fmode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002644out:
2645 return status;
2646}
2647
2648static int _nfs4_proc_remove(struct inode *dir, struct qstr *name)
2649{
Trond Myklebust16e42952005-10-27 22:12:44 -04002650 struct nfs_server *server = NFS_SERVER(dir);
Trond Myklebust4fdc17b2007-07-14 15:39:57 -04002651 struct nfs_removeargs args = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002652 .fh = NFS_FH(dir),
Trond Myklebust4fdc17b2007-07-14 15:39:57 -04002653 .name.len = name->len,
2654 .name.name = name->name,
Trond Myklebust16e42952005-10-27 22:12:44 -04002655 .bitmask = server->attr_bitmask,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002656 };
Trond Myklebust4fdc17b2007-07-14 15:39:57 -04002657 struct nfs_removeres res = {
Trond Myklebust16e42952005-10-27 22:12:44 -04002658 .server = server,
Trond Myklebust16e42952005-10-27 22:12:44 -04002659 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002660 struct rpc_message msg = {
Trond Myklebust4fdc17b2007-07-14 15:39:57 -04002661 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_REMOVE],
2662 .rpc_argp = &args,
2663 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002664 };
Trond Myklebustd3468902010-04-16 16:22:50 -04002665 int status = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002666
Trond Myklebustd3468902010-04-16 16:22:50 -04002667 res.dir_attr = nfs_alloc_fattr();
2668 if (res.dir_attr == NULL)
2669 goto out;
2670
Bryan Schumaker7c513052011-03-24 17:12:24 +00002671 status = nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 1);
Trond Myklebust16e42952005-10-27 22:12:44 -04002672 if (status == 0) {
2673 update_changeattr(dir, &res.cinfo);
Trond Myklebustd3468902010-04-16 16:22:50 -04002674 nfs_post_op_update_inode(dir, res.dir_attr);
Trond Myklebust16e42952005-10-27 22:12:44 -04002675 }
Trond Myklebustd3468902010-04-16 16:22:50 -04002676 nfs_free_fattr(res.dir_attr);
2677out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002678 return status;
2679}
2680
2681static int nfs4_proc_remove(struct inode *dir, struct qstr *name)
2682{
2683 struct nfs4_exception exception = { };
2684 int err;
2685 do {
2686 err = nfs4_handle_exception(NFS_SERVER(dir),
2687 _nfs4_proc_remove(dir, name),
2688 &exception);
2689 } while (exception.retry);
2690 return err;
2691}
2692
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04002693static void nfs4_proc_unlink_setup(struct rpc_message *msg, struct inode *dir)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002694{
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04002695 struct nfs_server *server = NFS_SERVER(dir);
2696 struct nfs_removeargs *args = msg->rpc_argp;
2697 struct nfs_removeres *res = msg->rpc_resp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002698
Trond Myklebusta65318b2009-03-11 14:10:28 -04002699 args->bitmask = server->cache_consistency_bitmask;
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04002700 res->server = server;
Benny Halevydfb4f3092010-09-24 09:17:01 -04002701 res->seq_res.sr_slot = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002702 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_REMOVE];
Linus Torvalds1da177e2005-04-16 15:20:36 -07002703}
2704
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04002705static int nfs4_proc_unlink_done(struct rpc_task *task, struct inode *dir)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002706{
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04002707 struct nfs_removeres *res = task->tk_msg.rpc_resp;
2708
Trond Myklebust14516c32010-07-31 14:29:06 -04002709 if (!nfs4_sequence_done(task, &res->seq_res))
2710 return 0;
Trond Myklebust9e33bed2008-12-23 15:21:46 -05002711 if (nfs4_async_handle_error(task, res->server, NULL) == -EAGAIN)
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04002712 return 0;
2713 update_changeattr(dir, &res->cinfo);
Trond Myklebustd3468902010-04-16 16:22:50 -04002714 nfs_post_op_update_inode(dir, res->dir_attr);
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04002715 return 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002716}
2717
Jeff Laytond3d41522010-09-17 17:31:57 -04002718static void nfs4_proc_rename_setup(struct rpc_message *msg, struct inode *dir)
2719{
2720 struct nfs_server *server = NFS_SERVER(dir);
2721 struct nfs_renameargs *arg = msg->rpc_argp;
2722 struct nfs_renameres *res = msg->rpc_resp;
2723
2724 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RENAME];
2725 arg->bitmask = server->attr_bitmask;
2726 res->server = server;
2727}
2728
2729static int nfs4_proc_rename_done(struct rpc_task *task, struct inode *old_dir,
2730 struct inode *new_dir)
2731{
2732 struct nfs_renameres *res = task->tk_msg.rpc_resp;
2733
2734 if (!nfs4_sequence_done(task, &res->seq_res))
2735 return 0;
2736 if (nfs4_async_handle_error(task, res->server, NULL) == -EAGAIN)
2737 return 0;
2738
2739 update_changeattr(old_dir, &res->old_cinfo);
2740 nfs_post_op_update_inode(old_dir, res->old_fattr);
2741 update_changeattr(new_dir, &res->new_cinfo);
2742 nfs_post_op_update_inode(new_dir, res->new_fattr);
2743 return 1;
2744}
2745
Linus Torvalds1da177e2005-04-16 15:20:36 -07002746static int _nfs4_proc_rename(struct inode *old_dir, struct qstr *old_name,
2747 struct inode *new_dir, struct qstr *new_name)
2748{
Trond Myklebust6caf2c82005-10-27 22:12:43 -04002749 struct nfs_server *server = NFS_SERVER(old_dir);
Jeff Layton920769f2010-09-17 17:30:25 -04002750 struct nfs_renameargs arg = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002751 .old_dir = NFS_FH(old_dir),
2752 .new_dir = NFS_FH(new_dir),
2753 .old_name = old_name,
2754 .new_name = new_name,
Trond Myklebust6caf2c82005-10-27 22:12:43 -04002755 .bitmask = server->attr_bitmask,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002756 };
Jeff Laytone8582a82010-09-17 17:31:06 -04002757 struct nfs_renameres res = {
Trond Myklebust6caf2c82005-10-27 22:12:43 -04002758 .server = server,
Trond Myklebust6caf2c82005-10-27 22:12:43 -04002759 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002760 struct rpc_message msg = {
2761 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RENAME],
2762 .rpc_argp = &arg,
2763 .rpc_resp = &res,
2764 };
Trond Myklebust011fff72010-04-16 16:22:49 -04002765 int status = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002766
Trond Myklebust011fff72010-04-16 16:22:49 -04002767 res.old_fattr = nfs_alloc_fattr();
2768 res.new_fattr = nfs_alloc_fattr();
2769 if (res.old_fattr == NULL || res.new_fattr == NULL)
2770 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002771
Bryan Schumaker7c513052011-03-24 17:12:24 +00002772 status = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, &res.seq_res, 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002773 if (!status) {
2774 update_changeattr(old_dir, &res.old_cinfo);
Trond Myklebust6caf2c82005-10-27 22:12:43 -04002775 nfs_post_op_update_inode(old_dir, res.old_fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002776 update_changeattr(new_dir, &res.new_cinfo);
Trond Myklebust6caf2c82005-10-27 22:12:43 -04002777 nfs_post_op_update_inode(new_dir, res.new_fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002778 }
Trond Myklebust011fff72010-04-16 16:22:49 -04002779out:
2780 nfs_free_fattr(res.new_fattr);
2781 nfs_free_fattr(res.old_fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002782 return status;
2783}
2784
2785static int nfs4_proc_rename(struct inode *old_dir, struct qstr *old_name,
2786 struct inode *new_dir, struct qstr *new_name)
2787{
2788 struct nfs4_exception exception = { };
2789 int err;
2790 do {
2791 err = nfs4_handle_exception(NFS_SERVER(old_dir),
2792 _nfs4_proc_rename(old_dir, old_name,
2793 new_dir, new_name),
2794 &exception);
2795 } while (exception.retry);
2796 return err;
2797}
2798
2799static int _nfs4_proc_link(struct inode *inode, struct inode *dir, struct qstr *name)
2800{
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04002801 struct nfs_server *server = NFS_SERVER(inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002802 struct nfs4_link_arg arg = {
2803 .fh = NFS_FH(inode),
2804 .dir_fh = NFS_FH(dir),
2805 .name = name,
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04002806 .bitmask = server->attr_bitmask,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002807 };
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04002808 struct nfs4_link_res res = {
2809 .server = server,
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04002810 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002811 struct rpc_message msg = {
2812 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LINK],
2813 .rpc_argp = &arg,
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04002814 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002815 };
Trond Myklebust136f2622010-04-16 16:22:49 -04002816 int status = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002817
Trond Myklebust136f2622010-04-16 16:22:49 -04002818 res.fattr = nfs_alloc_fattr();
2819 res.dir_attr = nfs_alloc_fattr();
2820 if (res.fattr == NULL || res.dir_attr == NULL)
2821 goto out;
2822
Bryan Schumaker7c513052011-03-24 17:12:24 +00002823 status = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, &res.seq_res, 1);
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04002824 if (!status) {
2825 update_changeattr(dir, &res.cinfo);
2826 nfs_post_op_update_inode(dir, res.dir_attr);
Trond Myklebust73a3d072006-05-25 01:40:47 -04002827 nfs_post_op_update_inode(inode, res.fattr);
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04002828 }
Trond Myklebust136f2622010-04-16 16:22:49 -04002829out:
2830 nfs_free_fattr(res.dir_attr);
2831 nfs_free_fattr(res.fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002832 return status;
2833}
2834
2835static int nfs4_proc_link(struct inode *inode, struct inode *dir, struct qstr *name)
2836{
2837 struct nfs4_exception exception = { };
2838 int err;
2839 do {
2840 err = nfs4_handle_exception(NFS_SERVER(inode),
2841 _nfs4_proc_link(inode, dir, name),
2842 &exception);
2843 } while (exception.retry);
2844 return err;
2845}
2846
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002847struct nfs4_createdata {
2848 struct rpc_message msg;
2849 struct nfs4_create_arg arg;
2850 struct nfs4_create_res res;
2851 struct nfs_fh fh;
2852 struct nfs_fattr fattr;
2853 struct nfs_fattr dir_fattr;
2854};
2855
2856static struct nfs4_createdata *nfs4_alloc_createdata(struct inode *dir,
2857 struct qstr *name, struct iattr *sattr, u32 ftype)
2858{
2859 struct nfs4_createdata *data;
2860
2861 data = kzalloc(sizeof(*data), GFP_KERNEL);
2862 if (data != NULL) {
2863 struct nfs_server *server = NFS_SERVER(dir);
2864
2865 data->msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_CREATE];
2866 data->msg.rpc_argp = &data->arg;
2867 data->msg.rpc_resp = &data->res;
2868 data->arg.dir_fh = NFS_FH(dir);
2869 data->arg.server = server;
2870 data->arg.name = name;
2871 data->arg.attrs = sattr;
2872 data->arg.ftype = ftype;
2873 data->arg.bitmask = server->attr_bitmask;
2874 data->res.server = server;
2875 data->res.fh = &data->fh;
2876 data->res.fattr = &data->fattr;
2877 data->res.dir_fattr = &data->dir_fattr;
2878 nfs_fattr_init(data->res.fattr);
2879 nfs_fattr_init(data->res.dir_fattr);
2880 }
2881 return data;
2882}
2883
2884static int nfs4_do_create(struct inode *dir, struct dentry *dentry, struct nfs4_createdata *data)
2885{
Bryan Schumaker7c513052011-03-24 17:12:24 +00002886 int status = nfs4_call_sync(NFS_SERVER(dir)->client, NFS_SERVER(dir), &data->msg,
Bryan Schumakere73b83f2011-03-24 17:12:23 +00002887 &data->arg.seq_args, &data->res.seq_res, 1);
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002888 if (status == 0) {
2889 update_changeattr(dir, &data->res.dir_cinfo);
2890 nfs_post_op_update_inode(dir, data->res.dir_fattr);
2891 status = nfs_instantiate(dentry, data->res.fh, data->res.fattr);
2892 }
2893 return status;
2894}
2895
2896static void nfs4_free_createdata(struct nfs4_createdata *data)
2897{
2898 kfree(data);
2899}
2900
Chuck Lever4f390c12006-08-22 20:06:22 -04002901static int _nfs4_proc_symlink(struct inode *dir, struct dentry *dentry,
Chuck Lever94a6d752006-08-22 20:06:23 -04002902 struct page *page, unsigned int len, struct iattr *sattr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002903{
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002904 struct nfs4_createdata *data;
2905 int status = -ENAMETOOLONG;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002906
Chuck Lever94a6d752006-08-22 20:06:23 -04002907 if (len > NFS4_MAXPATHLEN)
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002908 goto out;
Chuck Lever4f390c12006-08-22 20:06:22 -04002909
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002910 status = -ENOMEM;
2911 data = nfs4_alloc_createdata(dir, &dentry->d_name, sattr, NF4LNK);
2912 if (data == NULL)
2913 goto out;
2914
2915 data->msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SYMLINK];
2916 data->arg.u.symlink.pages = &page;
2917 data->arg.u.symlink.len = len;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002918
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002919 status = nfs4_do_create(dir, dentry, data);
2920
2921 nfs4_free_createdata(data);
2922out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002923 return status;
2924}
2925
Chuck Lever4f390c12006-08-22 20:06:22 -04002926static int nfs4_proc_symlink(struct inode *dir, struct dentry *dentry,
Chuck Lever94a6d752006-08-22 20:06:23 -04002927 struct page *page, unsigned int len, struct iattr *sattr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002928{
2929 struct nfs4_exception exception = { };
2930 int err;
2931 do {
2932 err = nfs4_handle_exception(NFS_SERVER(dir),
Chuck Lever94a6d752006-08-22 20:06:23 -04002933 _nfs4_proc_symlink(dir, dentry, page,
2934 len, sattr),
Linus Torvalds1da177e2005-04-16 15:20:36 -07002935 &exception);
2936 } while (exception.retry);
2937 return err;
2938}
2939
2940static int _nfs4_proc_mkdir(struct inode *dir, struct dentry *dentry,
2941 struct iattr *sattr)
2942{
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002943 struct nfs4_createdata *data;
2944 int status = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002945
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002946 data = nfs4_alloc_createdata(dir, &dentry->d_name, sattr, NF4DIR);
2947 if (data == NULL)
2948 goto out;
2949
2950 status = nfs4_do_create(dir, dentry, data);
2951
2952 nfs4_free_createdata(data);
2953out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002954 return status;
2955}
2956
2957static int nfs4_proc_mkdir(struct inode *dir, struct dentry *dentry,
2958 struct iattr *sattr)
2959{
2960 struct nfs4_exception exception = { };
2961 int err;
Aneesh Kumar K.Va8a5da92010-12-09 11:35:14 +00002962
2963 sattr->ia_mode &= ~current_umask();
Linus Torvalds1da177e2005-04-16 15:20:36 -07002964 do {
2965 err = nfs4_handle_exception(NFS_SERVER(dir),
2966 _nfs4_proc_mkdir(dir, dentry, sattr),
2967 &exception);
2968 } while (exception.retry);
2969 return err;
2970}
2971
2972static int _nfs4_proc_readdir(struct dentry *dentry, struct rpc_cred *cred,
Bryan Schumaker56e4ebf2010-10-20 15:44:37 -04002973 u64 cookie, struct page **pages, unsigned int count, int plus)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002974{
2975 struct inode *dir = dentry->d_inode;
2976 struct nfs4_readdir_arg args = {
2977 .fh = NFS_FH(dir),
Bryan Schumaker56e4ebf2010-10-20 15:44:37 -04002978 .pages = pages,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002979 .pgbase = 0,
2980 .count = count,
Trond Myklebust96d25e52009-11-11 16:15:42 +09002981 .bitmask = NFS_SERVER(dentry->d_inode)->attr_bitmask,
Bryan Schumaker82f2e542010-10-21 16:33:18 -04002982 .plus = plus,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002983 };
2984 struct nfs4_readdir_res res;
2985 struct rpc_message msg = {
2986 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_READDIR],
2987 .rpc_argp = &args,
2988 .rpc_resp = &res,
2989 .rpc_cred = cred,
2990 };
2991 int status;
2992
Harvey Harrison3110ff82008-05-02 13:42:44 -07002993 dprintk("%s: dentry = %s/%s, cookie = %Lu\n", __func__,
Trond Myklebusteadf4592005-06-22 17:16:39 +00002994 dentry->d_parent->d_name.name,
2995 dentry->d_name.name,
2996 (unsigned long long)cookie);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002997 nfs4_setup_readdir(cookie, NFS_COOKIEVERF(dir), dentry, &args);
2998 res.pgbase = args.pgbase;
Bryan Schumaker7c513052011-03-24 17:12:24 +00002999 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 -05003000 if (status >= 0) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003001 memcpy(NFS_COOKIEVERF(dir), res.verifier.data, NFS4_VERIFIER_SIZE);
Trond Myklebustac396122010-11-15 20:26:22 -05003002 status += args.pgbase;
3003 }
Trond Myklebustc4812992007-09-28 17:11:45 -04003004
3005 nfs_invalidate_atime(dir);
3006
Harvey Harrison3110ff82008-05-02 13:42:44 -07003007 dprintk("%s: returns %d\n", __func__, status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003008 return status;
3009}
3010
3011static int nfs4_proc_readdir(struct dentry *dentry, struct rpc_cred *cred,
Bryan Schumaker56e4ebf2010-10-20 15:44:37 -04003012 u64 cookie, struct page **pages, unsigned int count, int plus)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003013{
3014 struct nfs4_exception exception = { };
3015 int err;
3016 do {
3017 err = nfs4_handle_exception(NFS_SERVER(dentry->d_inode),
3018 _nfs4_proc_readdir(dentry, cred, cookie,
Bryan Schumaker56e4ebf2010-10-20 15:44:37 -04003019 pages, count, plus),
Linus Torvalds1da177e2005-04-16 15:20:36 -07003020 &exception);
3021 } while (exception.retry);
3022 return err;
3023}
3024
3025static int _nfs4_proc_mknod(struct inode *dir, struct dentry *dentry,
3026 struct iattr *sattr, dev_t rdev)
3027{
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003028 struct nfs4_createdata *data;
3029 int mode = sattr->ia_mode;
3030 int status = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003031
3032 BUG_ON(!(sattr->ia_valid & ATTR_MODE));
3033 BUG_ON(!S_ISFIFO(mode) && !S_ISBLK(mode) && !S_ISCHR(mode) && !S_ISSOCK(mode));
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003034
3035 data = nfs4_alloc_createdata(dir, &dentry->d_name, sattr, NF4SOCK);
3036 if (data == NULL)
3037 goto out;
3038
Linus Torvalds1da177e2005-04-16 15:20:36 -07003039 if (S_ISFIFO(mode))
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003040 data->arg.ftype = NF4FIFO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003041 else if (S_ISBLK(mode)) {
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003042 data->arg.ftype = NF4BLK;
3043 data->arg.u.device.specdata1 = MAJOR(rdev);
3044 data->arg.u.device.specdata2 = MINOR(rdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003045 }
3046 else if (S_ISCHR(mode)) {
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003047 data->arg.ftype = NF4CHR;
3048 data->arg.u.device.specdata1 = MAJOR(rdev);
3049 data->arg.u.device.specdata2 = MINOR(rdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003050 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003051
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003052 status = nfs4_do_create(dir, dentry, data);
3053
3054 nfs4_free_createdata(data);
3055out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003056 return status;
3057}
3058
3059static int nfs4_proc_mknod(struct inode *dir, struct dentry *dentry,
3060 struct iattr *sattr, dev_t rdev)
3061{
3062 struct nfs4_exception exception = { };
3063 int err;
Aneesh Kumar K.Va8a5da92010-12-09 11:35:14 +00003064
3065 sattr->ia_mode &= ~current_umask();
Linus Torvalds1da177e2005-04-16 15:20:36 -07003066 do {
3067 err = nfs4_handle_exception(NFS_SERVER(dir),
3068 _nfs4_proc_mknod(dir, dentry, sattr, rdev),
3069 &exception);
3070 } while (exception.retry);
3071 return err;
3072}
3073
3074static int _nfs4_proc_statfs(struct nfs_server *server, struct nfs_fh *fhandle,
3075 struct nfs_fsstat *fsstat)
3076{
3077 struct nfs4_statfs_arg args = {
3078 .fh = fhandle,
3079 .bitmask = server->attr_bitmask,
3080 };
Benny Halevy24ad1482009-04-01 09:21:56 -04003081 struct nfs4_statfs_res res = {
3082 .fsstat = fsstat,
3083 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07003084 struct rpc_message msg = {
3085 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_STATFS],
3086 .rpc_argp = &args,
Benny Halevy24ad1482009-04-01 09:21:56 -04003087 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003088 };
3089
Trond Myklebust0e574af2005-10-27 22:12:38 -04003090 nfs_fattr_init(fsstat->fattr);
Bryan Schumaker7c513052011-03-24 17:12:24 +00003091 return nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003092}
3093
3094static int nfs4_proc_statfs(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fsstat *fsstat)
3095{
3096 struct nfs4_exception exception = { };
3097 int err;
3098 do {
3099 err = nfs4_handle_exception(server,
3100 _nfs4_proc_statfs(server, fhandle, fsstat),
3101 &exception);
3102 } while (exception.retry);
3103 return err;
3104}
3105
3106static int _nfs4_do_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle,
3107 struct nfs_fsinfo *fsinfo)
3108{
3109 struct nfs4_fsinfo_arg args = {
3110 .fh = fhandle,
3111 .bitmask = server->attr_bitmask,
3112 };
Benny Halevy3dda5e42009-04-01 09:21:57 -04003113 struct nfs4_fsinfo_res res = {
3114 .fsinfo = fsinfo,
3115 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07003116 struct rpc_message msg = {
3117 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FSINFO],
3118 .rpc_argp = &args,
Benny Halevy3dda5e42009-04-01 09:21:57 -04003119 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003120 };
3121
Bryan Schumaker7c513052011-03-24 17:12:24 +00003122 return nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003123}
3124
3125static int nfs4_do_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fsinfo *fsinfo)
3126{
3127 struct nfs4_exception exception = { };
3128 int err;
3129
3130 do {
3131 err = nfs4_handle_exception(server,
3132 _nfs4_do_fsinfo(server, fhandle, fsinfo),
3133 &exception);
3134 } while (exception.retry);
3135 return err;
3136}
3137
3138static int nfs4_proc_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fsinfo *fsinfo)
3139{
Trond Myklebust0e574af2005-10-27 22:12:38 -04003140 nfs_fattr_init(fsinfo->fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003141 return nfs4_do_fsinfo(server, fhandle, fsinfo);
3142}
3143
3144static int _nfs4_proc_pathconf(struct nfs_server *server, struct nfs_fh *fhandle,
3145 struct nfs_pathconf *pathconf)
3146{
3147 struct nfs4_pathconf_arg args = {
3148 .fh = fhandle,
3149 .bitmask = server->attr_bitmask,
3150 };
Benny Halevyd45b2982009-04-01 09:21:58 -04003151 struct nfs4_pathconf_res res = {
3152 .pathconf = pathconf,
3153 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07003154 struct rpc_message msg = {
3155 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_PATHCONF],
3156 .rpc_argp = &args,
Benny Halevyd45b2982009-04-01 09:21:58 -04003157 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003158 };
3159
3160 /* None of the pathconf attributes are mandatory to implement */
3161 if ((args.bitmask[0] & nfs4_pathconf_bitmap[0]) == 0) {
3162 memset(pathconf, 0, sizeof(*pathconf));
3163 return 0;
3164 }
3165
Trond Myklebust0e574af2005-10-27 22:12:38 -04003166 nfs_fattr_init(pathconf->fattr);
Bryan Schumaker7c513052011-03-24 17:12:24 +00003167 return nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003168}
3169
3170static int nfs4_proc_pathconf(struct nfs_server *server, struct nfs_fh *fhandle,
3171 struct nfs_pathconf *pathconf)
3172{
3173 struct nfs4_exception exception = { };
3174 int err;
3175
3176 do {
3177 err = nfs4_handle_exception(server,
3178 _nfs4_proc_pathconf(server, fhandle, pathconf),
3179 &exception);
3180 } while (exception.retry);
3181 return err;
3182}
3183
Benny Halevyd20581a2011-05-22 19:52:03 +03003184void __nfs4_read_done_cb(struct nfs_read_data *data)
3185{
3186 nfs_invalidate_atime(data->inode);
3187}
3188
Andy Adamsoncbdabc7f2011-03-01 01:34:20 +00003189static int nfs4_read_done_cb(struct rpc_task *task, struct nfs_read_data *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003190{
Trond Myklebustec06c092006-03-20 13:44:27 -05003191 struct nfs_server *server = NFS_SERVER(data->inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003192
Trond Myklebust9e33bed2008-12-23 15:21:46 -05003193 if (nfs4_async_handle_error(task, server, data->args.context->state) == -EAGAIN) {
Trond Myklebust0110ee12009-12-07 09:00:24 -05003194 nfs_restart_rpc(task, server->nfs_client);
Trond Myklebustec06c092006-03-20 13:44:27 -05003195 return -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003196 }
Trond Myklebust8850df92007-09-28 17:20:07 -04003197
Benny Halevyd20581a2011-05-22 19:52:03 +03003198 __nfs4_read_done_cb(data);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003199 if (task->tk_status > 0)
Trond Myklebustec06c092006-03-20 13:44:27 -05003200 renew_lease(server, data->timestamp);
3201 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003202}
3203
Andy Adamsoncbdabc7f2011-03-01 01:34:20 +00003204static int nfs4_read_done(struct rpc_task *task, struct nfs_read_data *data)
3205{
3206
3207 dprintk("--> %s\n", __func__);
3208
3209 if (!nfs4_sequence_done(task, &data->res.seq_res))
3210 return -EAGAIN;
3211
Benny Halevyd20581a2011-05-22 19:52:03 +03003212 return data->read_done_cb ? data->read_done_cb(task, data) :
3213 nfs4_read_done_cb(task, data);
Andy Adamsoncbdabc7f2011-03-01 01:34:20 +00003214}
3215
Trond Myklebustbdc7f022007-07-14 15:40:00 -04003216static void nfs4_proc_read_setup(struct nfs_read_data *data, struct rpc_message *msg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003217{
Linus Torvalds1da177e2005-04-16 15:20:36 -07003218 data->timestamp = jiffies;
Andy Adamsoncbdabc7f2011-03-01 01:34:20 +00003219 data->read_done_cb = nfs4_read_done_cb;
Trond Myklebustbdc7f022007-07-14 15:40:00 -04003220 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_READ];
Linus Torvalds1da177e2005-04-16 15:20:36 -07003221}
3222
Andy Adamsoncbdabc7f2011-03-01 01:34:20 +00003223/* Reset the the nfs_read_data to send the read to the MDS. */
3224void nfs4_reset_read(struct rpc_task *task, struct nfs_read_data *data)
3225{
3226 dprintk("%s Reset task for i/o through\n", __func__);
3227 put_lseg(data->lseg);
3228 data->lseg = NULL;
3229 /* offsets will differ in the dense stripe case */
3230 data->args.offset = data->mds_offset;
3231 data->ds_clp = NULL;
3232 data->args.fh = NFS_FH(data->inode);
3233 data->read_done_cb = nfs4_read_done_cb;
3234 task->tk_ops = data->mds_ops;
3235 rpc_task_reset_client(task, NFS_CLIENT(data->inode));
3236}
3237EXPORT_SYMBOL_GPL(nfs4_reset_read);
3238
Fred Isamanb029bc92011-03-03 15:13:42 +00003239static int nfs4_write_done_cb(struct rpc_task *task, struct nfs_write_data *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003240{
Linus Torvalds1da177e2005-04-16 15:20:36 -07003241 struct inode *inode = data->inode;
3242
Trond Myklebust9e33bed2008-12-23 15:21:46 -05003243 if (nfs4_async_handle_error(task, NFS_SERVER(inode), data->args.context->state) == -EAGAIN) {
Trond Myklebust0110ee12009-12-07 09:00:24 -05003244 nfs_restart_rpc(task, NFS_SERVER(inode)->nfs_client);
Trond Myklebust788e7a82006-03-20 13:44:27 -05003245 return -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003246 }
Trond Myklebust4f9838c2005-10-27 22:12:44 -04003247 if (task->tk_status >= 0) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003248 renew_lease(NFS_SERVER(inode), data->timestamp);
Trond Myklebust70ca8852007-09-30 15:21:24 -04003249 nfs_post_op_update_inode_force_wcc(inode, data->res.fattr);
Trond Myklebust4f9838c2005-10-27 22:12:44 -04003250 }
Trond Myklebust788e7a82006-03-20 13:44:27 -05003251 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003252}
3253
Fred Isamanb029bc92011-03-03 15:13:42 +00003254static int nfs4_write_done(struct rpc_task *task, struct nfs_write_data *data)
3255{
3256 if (!nfs4_sequence_done(task, &data->res.seq_res))
3257 return -EAGAIN;
Benny Halevyd20581a2011-05-22 19:52:03 +03003258 return data->write_done_cb ? data->write_done_cb(task, data) :
3259 nfs4_write_done_cb(task, data);
Fred Isamanb029bc92011-03-03 15:13:42 +00003260}
3261
Fred Isamana69aef12011-03-03 15:13:47 +00003262/* Reset the the nfs_write_data to send the write to the MDS. */
3263void nfs4_reset_write(struct rpc_task *task, struct nfs_write_data *data)
3264{
3265 dprintk("%s Reset task for i/o through\n", __func__);
3266 put_lseg(data->lseg);
3267 data->lseg = NULL;
3268 data->ds_clp = NULL;
3269 data->write_done_cb = nfs4_write_done_cb;
3270 data->args.fh = NFS_FH(data->inode);
3271 data->args.bitmask = data->res.server->cache_consistency_bitmask;
3272 data->args.offset = data->mds_offset;
3273 data->res.fattr = &data->fattr;
3274 task->tk_ops = data->mds_ops;
3275 rpc_task_reset_client(task, NFS_CLIENT(data->inode));
3276}
3277EXPORT_SYMBOL_GPL(nfs4_reset_write);
3278
Trond Myklebustbdc7f022007-07-14 15:40:00 -04003279static void nfs4_proc_write_setup(struct nfs_write_data *data, struct rpc_message *msg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003280{
Trond Myklebustbdc7f022007-07-14 15:40:00 -04003281 struct nfs_server *server = NFS_SERVER(data->inode);
3282
Fred Isaman7ffd1062011-03-03 15:13:46 +00003283 if (data->lseg) {
3284 data->args.bitmask = NULL;
3285 data->res.fattr = NULL;
3286 } else
3287 data->args.bitmask = server->cache_consistency_bitmask;
Fred Isamanb029bc92011-03-03 15:13:42 +00003288 if (!data->write_done_cb)
3289 data->write_done_cb = nfs4_write_done_cb;
Trond Myklebust4f9838c2005-10-27 22:12:44 -04003290 data->res.server = server;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003291 data->timestamp = jiffies;
3292
Trond Myklebustbdc7f022007-07-14 15:40:00 -04003293 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_WRITE];
Linus Torvalds1da177e2005-04-16 15:20:36 -07003294}
3295
Fred Isaman5f452432011-03-23 13:27:46 +00003296static int nfs4_commit_done_cb(struct rpc_task *task, struct nfs_write_data *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003297{
Linus Torvalds1da177e2005-04-16 15:20:36 -07003298 struct inode *inode = data->inode;
Trond Myklebust14516c32010-07-31 14:29:06 -04003299
Trond Myklebust9e33bed2008-12-23 15:21:46 -05003300 if (nfs4_async_handle_error(task, NFS_SERVER(inode), NULL) == -EAGAIN) {
Trond Myklebust0110ee12009-12-07 09:00:24 -05003301 nfs_restart_rpc(task, NFS_SERVER(inode)->nfs_client);
Trond Myklebust788e7a82006-03-20 13:44:27 -05003302 return -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003303 }
Trond Myklebust9e08a3c2007-10-08 14:10:31 -04003304 nfs_refresh_inode(inode, data->res.fattr);
Trond Myklebust788e7a82006-03-20 13:44:27 -05003305 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003306}
3307
Fred Isaman5f452432011-03-23 13:27:46 +00003308static int nfs4_commit_done(struct rpc_task *task, struct nfs_write_data *data)
3309{
3310 if (!nfs4_sequence_done(task, &data->res.seq_res))
3311 return -EAGAIN;
3312 return data->write_done_cb(task, data);
3313}
3314
Trond Myklebustbdc7f022007-07-14 15:40:00 -04003315static void nfs4_proc_commit_setup(struct nfs_write_data *data, struct rpc_message *msg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003316{
Trond Myklebust788e7a82006-03-20 13:44:27 -05003317 struct nfs_server *server = NFS_SERVER(data->inode);
Fred Isaman988b6dc2011-03-23 13:27:52 +00003318
3319 if (data->lseg) {
3320 data->args.bitmask = NULL;
3321 data->res.fattr = NULL;
3322 } else
3323 data->args.bitmask = server->cache_consistency_bitmask;
Fred Isaman5f452432011-03-23 13:27:46 +00003324 if (!data->write_done_cb)
3325 data->write_done_cb = nfs4_commit_done_cb;
Trond Myklebust4f9838c2005-10-27 22:12:44 -04003326 data->res.server = server;
Trond Myklebustbdc7f022007-07-14 15:40:00 -04003327 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_COMMIT];
Linus Torvalds1da177e2005-04-16 15:20:36 -07003328}
3329
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04003330struct nfs4_renewdata {
3331 struct nfs_client *client;
3332 unsigned long timestamp;
3333};
3334
Linus Torvalds1da177e2005-04-16 15:20:36 -07003335/*
3336 * nfs4_proc_async_renew(): This is not one of the nfs_rpc_ops; it is a special
3337 * standalone procedure for queueing an asynchronous RENEW.
3338 */
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04003339static void nfs4_renew_release(void *calldata)
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08003340{
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04003341 struct nfs4_renewdata *data = calldata;
3342 struct nfs_client *clp = data->client;
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08003343
Alexandros Batsakis0851de062010-02-05 03:45:06 -08003344 if (atomic_read(&clp->cl_count) > 1)
3345 nfs4_schedule_state_renewal(clp);
3346 nfs_put_client(clp);
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04003347 kfree(data);
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08003348}
3349
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04003350static void nfs4_renew_done(struct rpc_task *task, void *calldata)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003351{
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04003352 struct nfs4_renewdata *data = calldata;
3353 struct nfs_client *clp = data->client;
3354 unsigned long timestamp = data->timestamp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003355
3356 if (task->tk_status < 0) {
Trond Myklebust95baa252009-05-26 14:51:00 -04003357 /* Unless we're shutting down, schedule state recovery! */
Trond Myklebust042b60b2011-08-24 15:07:37 -04003358 if (test_bit(NFS_CS_RENEWD, &clp->cl_res_state) == 0)
3359 return;
3360 if (task->tk_status != NFS4ERR_CB_PATH_DOWN) {
Trond Myklebust0400a6b2011-03-09 16:00:53 -05003361 nfs4_schedule_lease_recovery(clp);
Trond Myklebust042b60b2011-08-24 15:07:37 -04003362 return;
3363 }
3364 nfs4_schedule_path_down_recovery(clp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003365 }
Trond Myklebust452e9352010-07-31 14:29:06 -04003366 do_renew_lease(clp, timestamp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003367}
3368
Trond Myklebust963d8fe2006-01-03 09:55:04 +01003369static const struct rpc_call_ops nfs4_renew_ops = {
3370 .rpc_call_done = nfs4_renew_done,
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08003371 .rpc_release = nfs4_renew_release,
Trond Myklebust963d8fe2006-01-03 09:55:04 +01003372};
3373
Trond Myklebust2f60ea62011-08-24 15:07:37 -04003374static int nfs4_proc_async_renew(struct nfs_client *clp, struct rpc_cred *cred, unsigned renew_flags)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003375{
3376 struct rpc_message msg = {
3377 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RENEW],
3378 .rpc_argp = clp,
Trond Myklebustb4454fe2006-01-03 09:55:25 +01003379 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003380 };
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04003381 struct nfs4_renewdata *data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003382
Trond Myklebust2f60ea62011-08-24 15:07:37 -04003383 if (renew_flags == 0)
3384 return 0;
Alexandros Batsakis0851de062010-02-05 03:45:06 -08003385 if (!atomic_inc_not_zero(&clp->cl_count))
3386 return -EIO;
Trond Myklebustb569ad32011-08-24 15:07:35 -04003387 data = kmalloc(sizeof(*data), GFP_NOFS);
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04003388 if (data == NULL)
3389 return -ENOMEM;
3390 data->client = clp;
3391 data->timestamp = jiffies;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003392 return rpc_call_async(clp->cl_rpcclient, &msg, RPC_TASK_SOFT,
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04003393 &nfs4_renew_ops, data);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003394}
3395
Trond Myklebust8534d4e2011-08-24 15:07:37 -04003396static int nfs4_proc_renew(struct nfs_client *clp, struct rpc_cred *cred)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003397{
3398 struct rpc_message msg = {
3399 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RENEW],
3400 .rpc_argp = clp,
Trond Myklebustb4454fe2006-01-03 09:55:25 +01003401 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003402 };
3403 unsigned long now = jiffies;
3404 int status;
3405
3406 status = rpc_call_sync(clp->cl_rpcclient, &msg, 0);
3407 if (status < 0)
3408 return status;
Trond Myklebust452e9352010-07-31 14:29:06 -04003409 do_renew_lease(clp, now);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003410 return 0;
3411}
3412
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00003413static inline int nfs4_server_supports_acls(struct nfs_server *server)
3414{
3415 return (server->caps & NFS_CAP_ACLS)
3416 && (server->acl_bitmask & ACL4_SUPPORT_ALLOW_ACL)
3417 && (server->acl_bitmask & ACL4_SUPPORT_DENY_ACL);
3418}
3419
3420/* Assuming that XATTR_SIZE_MAX is a multiple of PAGE_CACHE_SIZE, and that
3421 * it's OK to put sizeof(void) * (XATTR_SIZE_MAX/PAGE_CACHE_SIZE) bytes on
3422 * the stack.
3423 */
3424#define NFS4ACL_MAXPAGES (XATTR_SIZE_MAX >> PAGE_CACHE_SHIFT)
3425
3426static void buf_to_pages(const void *buf, size_t buflen,
3427 struct page **pages, unsigned int *pgbase)
3428{
3429 const void *p = buf;
3430
3431 *pgbase = offset_in_page(buf);
3432 p -= *pgbase;
3433 while (p < buf + buflen) {
3434 *(pages++) = virt_to_page(p);
3435 p += PAGE_CACHE_SIZE;
3436 }
3437}
3438
Neil Hormane9e3d722011-03-04 19:26:03 -05003439static int buf_to_pages_noslab(const void *buf, size_t buflen,
3440 struct page **pages, unsigned int *pgbase)
3441{
3442 struct page *newpage, **spages;
3443 int rc = 0;
3444 size_t len;
3445 spages = pages;
3446
3447 do {
Jovi Zhang43b7c3f2011-03-02 23:19:37 +00003448 len = min_t(size_t, PAGE_CACHE_SIZE, buflen);
Neil Hormane9e3d722011-03-04 19:26:03 -05003449 newpage = alloc_page(GFP_KERNEL);
3450
3451 if (newpage == NULL)
3452 goto unwind;
3453 memcpy(page_address(newpage), buf, len);
3454 buf += len;
3455 buflen -= len;
3456 *pages++ = newpage;
3457 rc++;
3458 } while (buflen != 0);
3459
3460 return rc;
3461
3462unwind:
3463 for(; rc > 0; rc--)
3464 __free_page(spages[rc-1]);
3465 return -ENOMEM;
3466}
3467
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003468struct nfs4_cached_acl {
3469 int cached;
3470 size_t len;
Andrew Morton3e9d4152005-06-22 17:16:28 +00003471 char data[0];
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003472};
3473
3474static void nfs4_set_cached_acl(struct inode *inode, struct nfs4_cached_acl *acl)
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00003475{
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003476 struct nfs_inode *nfsi = NFS_I(inode);
3477
3478 spin_lock(&inode->i_lock);
3479 kfree(nfsi->nfs4_acl);
3480 nfsi->nfs4_acl = acl;
3481 spin_unlock(&inode->i_lock);
3482}
3483
3484static void nfs4_zap_acl_attr(struct inode *inode)
3485{
3486 nfs4_set_cached_acl(inode, NULL);
3487}
3488
3489static inline ssize_t nfs4_read_cached_acl(struct inode *inode, char *buf, size_t buflen)
3490{
3491 struct nfs_inode *nfsi = NFS_I(inode);
3492 struct nfs4_cached_acl *acl;
3493 int ret = -ENOENT;
3494
3495 spin_lock(&inode->i_lock);
3496 acl = nfsi->nfs4_acl;
3497 if (acl == NULL)
3498 goto out;
3499 if (buf == NULL) /* user is just asking for length */
3500 goto out_len;
3501 if (acl->cached == 0)
3502 goto out;
3503 ret = -ERANGE; /* see getxattr(2) man page */
3504 if (acl->len > buflen)
3505 goto out;
3506 memcpy(buf, acl->data, acl->len);
3507out_len:
3508 ret = acl->len;
3509out:
3510 spin_unlock(&inode->i_lock);
3511 return ret;
3512}
3513
3514static void nfs4_write_cached_acl(struct inode *inode, const char *buf, size_t acl_len)
3515{
3516 struct nfs4_cached_acl *acl;
3517
3518 if (buf && acl_len <= PAGE_SIZE) {
3519 acl = kmalloc(sizeof(*acl) + acl_len, GFP_KERNEL);
3520 if (acl == NULL)
3521 goto out;
3522 acl->cached = 1;
3523 memcpy(acl->data, buf, acl_len);
3524 } else {
3525 acl = kmalloc(sizeof(*acl), GFP_KERNEL);
3526 if (acl == NULL)
3527 goto out;
3528 acl->cached = 0;
3529 }
3530 acl->len = acl_len;
3531out:
3532 nfs4_set_cached_acl(inode, acl);
3533}
3534
Trond Myklebust16b4289c2006-08-24 12:27:15 -04003535static ssize_t __nfs4_get_acl_uncached(struct inode *inode, void *buf, size_t buflen)
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003536{
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00003537 struct page *pages[NFS4ACL_MAXPAGES];
3538 struct nfs_getaclargs args = {
3539 .fh = NFS_FH(inode),
3540 .acl_pages = pages,
3541 .acl_len = buflen,
3542 };
Benny Halevy663c79b2009-04-01 09:21:59 -04003543 struct nfs_getaclres res = {
3544 .acl_len = buflen,
3545 };
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003546 void *resp_buf;
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00003547 struct rpc_message msg = {
3548 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GETACL],
3549 .rpc_argp = &args,
Benny Halevy663c79b2009-04-01 09:21:59 -04003550 .rpc_resp = &res,
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00003551 };
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003552 struct page *localpage = NULL;
3553 int ret;
3554
3555 if (buflen < PAGE_SIZE) {
3556 /* As long as we're doing a round trip to the server anyway,
3557 * let's be prepared for a page of acl data. */
3558 localpage = alloc_page(GFP_KERNEL);
3559 resp_buf = page_address(localpage);
3560 if (localpage == NULL)
3561 return -ENOMEM;
3562 args.acl_pages[0] = localpage;
3563 args.acl_pgbase = 0;
Benny Halevy663c79b2009-04-01 09:21:59 -04003564 args.acl_len = PAGE_SIZE;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003565 } else {
3566 resp_buf = buf;
3567 buf_to_pages(buf, buflen, args.acl_pages, &args.acl_pgbase);
3568 }
Bryan Schumaker7c513052011-03-24 17:12:24 +00003569 ret = nfs4_call_sync(NFS_SERVER(inode)->client, NFS_SERVER(inode), &msg, &args.seq_args, &res.seq_res, 0);
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003570 if (ret)
3571 goto out_free;
Benny Halevy663c79b2009-04-01 09:21:59 -04003572 if (res.acl_len > args.acl_len)
3573 nfs4_write_cached_acl(inode, NULL, res.acl_len);
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003574 else
Benny Halevy663c79b2009-04-01 09:21:59 -04003575 nfs4_write_cached_acl(inode, resp_buf, res.acl_len);
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003576 if (buf) {
3577 ret = -ERANGE;
Benny Halevy663c79b2009-04-01 09:21:59 -04003578 if (res.acl_len > buflen)
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003579 goto out_free;
3580 if (localpage)
Benny Halevy663c79b2009-04-01 09:21:59 -04003581 memcpy(buf, resp_buf, res.acl_len);
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003582 }
Benny Halevy663c79b2009-04-01 09:21:59 -04003583 ret = res.acl_len;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003584out_free:
3585 if (localpage)
3586 __free_page(localpage);
3587 return ret;
3588}
3589
Trond Myklebust16b4289c2006-08-24 12:27:15 -04003590static ssize_t nfs4_get_acl_uncached(struct inode *inode, void *buf, size_t buflen)
3591{
3592 struct nfs4_exception exception = { };
3593 ssize_t ret;
3594 do {
3595 ret = __nfs4_get_acl_uncached(inode, buf, buflen);
3596 if (ret >= 0)
3597 break;
3598 ret = nfs4_handle_exception(NFS_SERVER(inode), ret, &exception);
3599 } while (exception.retry);
3600 return ret;
3601}
3602
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003603static ssize_t nfs4_proc_get_acl(struct inode *inode, void *buf, size_t buflen)
3604{
3605 struct nfs_server *server = NFS_SERVER(inode);
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00003606 int ret;
3607
3608 if (!nfs4_server_supports_acls(server))
3609 return -EOPNOTSUPP;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003610 ret = nfs_revalidate_inode(server, inode);
3611 if (ret < 0)
3612 return ret;
Aneesh Kumar K.V08a22b32010-12-01 10:42:16 +00003613 if (NFS_I(inode)->cache_validity & NFS_INO_INVALID_ACL)
3614 nfs_zap_acl_cache(inode);
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003615 ret = nfs4_read_cached_acl(inode, buf, buflen);
3616 if (ret != -ENOENT)
3617 return ret;
3618 return nfs4_get_acl_uncached(inode, buf, buflen);
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00003619}
3620
Trond Myklebust16b4289c2006-08-24 12:27:15 -04003621static int __nfs4_proc_set_acl(struct inode *inode, const void *buf, size_t buflen)
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00003622{
3623 struct nfs_server *server = NFS_SERVER(inode);
3624 struct page *pages[NFS4ACL_MAXPAGES];
3625 struct nfs_setaclargs arg = {
3626 .fh = NFS_FH(inode),
3627 .acl_pages = pages,
3628 .acl_len = buflen,
3629 };
Benny Halevy73c403a2009-04-01 09:22:01 -04003630 struct nfs_setaclres res;
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00003631 struct rpc_message msg = {
3632 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETACL],
3633 .rpc_argp = &arg,
Benny Halevy73c403a2009-04-01 09:22:01 -04003634 .rpc_resp = &res,
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00003635 };
Neil Hormane9e3d722011-03-04 19:26:03 -05003636 int ret, i;
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00003637
3638 if (!nfs4_server_supports_acls(server))
3639 return -EOPNOTSUPP;
Neil Hormane9e3d722011-03-04 19:26:03 -05003640 i = buf_to_pages_noslab(buf, buflen, arg.acl_pages, &arg.acl_pgbase);
3641 if (i < 0)
3642 return i;
Trond Myklebust642ac542005-10-18 14:20:19 -07003643 nfs_inode_return_delegation(inode);
Bryan Schumaker7c513052011-03-24 17:12:24 +00003644 ret = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, &res.seq_res, 1);
Neil Hormane9e3d722011-03-04 19:26:03 -05003645
3646 /*
3647 * Free each page after tx, so the only ref left is
3648 * held by the network stack
3649 */
3650 for (; i > 0; i--)
3651 put_page(pages[i-1]);
3652
Aneesh Kumar K.V08a22b32010-12-01 10:42:16 +00003653 /*
3654 * Acl update can result in inode attribute update.
3655 * so mark the attribute cache invalid.
3656 */
3657 spin_lock(&inode->i_lock);
3658 NFS_I(inode)->cache_validity |= NFS_INO_INVALID_ATTR;
3659 spin_unlock(&inode->i_lock);
Trond Myklebustf41f7412008-06-11 17:39:04 -04003660 nfs_access_zap_cache(inode);
3661 nfs_zap_acl_cache(inode);
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00003662 return ret;
3663}
3664
Trond Myklebust16b4289c2006-08-24 12:27:15 -04003665static int nfs4_proc_set_acl(struct inode *inode, const void *buf, size_t buflen)
3666{
3667 struct nfs4_exception exception = { };
3668 int err;
3669 do {
3670 err = nfs4_handle_exception(NFS_SERVER(inode),
3671 __nfs4_proc_set_acl(inode, buf, buflen),
3672 &exception);
3673 } while (exception.retry);
3674 return err;
3675}
3676
Linus Torvalds1da177e2005-04-16 15:20:36 -07003677static int
Trond Myklebustaa5190d2010-06-16 09:52:25 -04003678nfs4_async_handle_error(struct rpc_task *task, const struct nfs_server *server, struct nfs4_state *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003679{
Trond Myklebustaa5190d2010-06-16 09:52:25 -04003680 struct nfs_client *clp = server->nfs_client;
3681
3682 if (task->tk_status >= 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003683 return 0;
3684 switch(task->tk_status) {
Trond Myklebust9e33bed2008-12-23 15:21:46 -05003685 case -NFS4ERR_ADMIN_REVOKED:
3686 case -NFS4ERR_BAD_STATEID:
3687 case -NFS4ERR_OPENMODE:
3688 if (state == NULL)
3689 break;
Trond Myklebust0400a6b2011-03-09 16:00:53 -05003690 nfs4_schedule_stateid_recovery(server, state);
3691 goto wait_on_recovery;
Trond Myklebust0ced63d2011-05-26 14:26:35 -04003692 case -NFS4ERR_EXPIRED:
3693 if (state != NULL)
3694 nfs4_schedule_stateid_recovery(server, state);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003695 case -NFS4ERR_STALE_STATEID:
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -05003696 case -NFS4ERR_STALE_CLIENTID:
Trond Myklebust0400a6b2011-03-09 16:00:53 -05003697 nfs4_schedule_lease_recovery(clp);
3698 goto wait_on_recovery;
Andy Adamson4745e312009-04-01 09:22:42 -04003699#if defined(CONFIG_NFS_V4_1)
3700 case -NFS4ERR_BADSESSION:
3701 case -NFS4ERR_BADSLOT:
3702 case -NFS4ERR_BAD_HIGH_SLOT:
3703 case -NFS4ERR_DEADSESSION:
3704 case -NFS4ERR_CONN_NOT_BOUND_TO_SESSION:
3705 case -NFS4ERR_SEQ_FALSE_RETRY:
3706 case -NFS4ERR_SEQ_MISORDERED:
3707 dprintk("%s ERROR %d, Reset session\n", __func__,
3708 task->tk_status);
Trond Myklebust0400a6b2011-03-09 16:00:53 -05003709 nfs4_schedule_session_recovery(clp->cl_session);
Andy Adamson4745e312009-04-01 09:22:42 -04003710 task->tk_status = 0;
3711 return -EAGAIN;
3712#endif /* CONFIG_NFS_V4_1 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003713 case -NFS4ERR_DELAY:
Trond Myklebustaa5190d2010-06-16 09:52:25 -04003714 nfs_inc_server_stats(server, NFSIOS_DELAY);
Chuck Lever006ea732006-03-20 13:44:14 -05003715 case -NFS4ERR_GRACE:
Jeff Layton2c643482010-01-07 09:42:03 -05003716 case -EKEYEXPIRED:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003717 rpc_delay(task, NFS4_POLL_RETRY_MAX);
3718 task->tk_status = 0;
3719 return -EAGAIN;
Andy Adamsona8a4ae32011-05-03 13:43:03 -04003720 case -NFS4ERR_RETRY_UNCACHED_REP:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003721 case -NFS4ERR_OLD_STATEID:
3722 task->tk_status = 0;
3723 return -EAGAIN;
3724 }
3725 task->tk_status = nfs4_map_errors(task->tk_status);
3726 return 0;
Trond Myklebust0400a6b2011-03-09 16:00:53 -05003727wait_on_recovery:
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -05003728 rpc_sleep_on(&clp->cl_rpcwaitq, task, NULL);
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -05003729 if (test_bit(NFS4CLNT_MANAGER_RUNNING, &clp->cl_state) == 0)
3730 rpc_wake_up_queued_task(&clp->cl_rpcwaitq, task);
3731 task->tk_status = 0;
3732 return -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003733}
3734
Trond Myklebustbb8b27e2010-04-16 16:43:06 -04003735int nfs4_proc_setclientid(struct nfs_client *clp, u32 program,
3736 unsigned short port, struct rpc_cred *cred,
3737 struct nfs4_setclientid_res *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003738{
3739 nfs4_verifier sc_verifier;
3740 struct nfs4_setclientid setclientid = {
3741 .sc_verifier = &sc_verifier,
3742 .sc_prog = program,
Andy Adamsonf4eecd52011-01-06 02:04:30 +00003743 .sc_cb_ident = clp->cl_cb_ident,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003744 };
3745 struct rpc_message msg = {
3746 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETCLIENTID],
3747 .rpc_argp = &setclientid,
Trond Myklebustbb8b27e2010-04-16 16:43:06 -04003748 .rpc_resp = res,
Trond Myklebust286d7d62006-01-03 09:55:26 +01003749 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003750 };
Al Virobc4785c2006-10-19 23:28:51 -07003751 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003752 int loop = 0;
3753 int status;
3754
Al Virobc4785c2006-10-19 23:28:51 -07003755 p = (__be32*)sc_verifier.data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003756 *p++ = htonl((u32)clp->cl_boot_time.tv_sec);
3757 *p = htonl((u32)clp->cl_boot_time.tv_nsec);
3758
3759 for(;;) {
3760 setclientid.sc_name_len = scnprintf(setclientid.sc_name,
Trond Myklebust69dd7162007-12-14 14:56:07 -05003761 sizeof(setclientid.sc_name), "%s/%s %s %s %u",
Chuck Leverd4d3c502007-12-10 14:57:09 -05003762 clp->cl_ipaddr,
3763 rpc_peeraddr2str(clp->cl_rpcclient,
3764 RPC_DISPLAY_ADDR),
Trond Myklebust69dd7162007-12-14 14:56:07 -05003765 rpc_peeraddr2str(clp->cl_rpcclient,
3766 RPC_DISPLAY_PROTO),
Trond Myklebust78ea3232008-04-07 20:49:28 -04003767 clp->cl_rpcclient->cl_auth->au_ops->au_name,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003768 clp->cl_id_uniquifier);
3769 setclientid.sc_netid_len = scnprintf(setclientid.sc_netid,
Chuck Leverd4d3c502007-12-10 14:57:09 -05003770 sizeof(setclientid.sc_netid),
3771 rpc_peeraddr2str(clp->cl_rpcclient,
3772 RPC_DISPLAY_NETID));
Linus Torvalds1da177e2005-04-16 15:20:36 -07003773 setclientid.sc_uaddr_len = scnprintf(setclientid.sc_uaddr,
Chuck Leverd4d3c502007-12-10 14:57:09 -05003774 sizeof(setclientid.sc_uaddr), "%s.%u.%u",
Linus Torvalds1da177e2005-04-16 15:20:36 -07003775 clp->cl_ipaddr, port >> 8, port & 255);
3776
Trond Myklebust1bd714f2011-04-24 14:29:33 -04003777 status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003778 if (status != -NFS4ERR_CLID_INUSE)
3779 break;
Trond Myklebustfd954ae2011-04-24 14:28:18 -04003780 if (loop != 0) {
3781 ++clp->cl_id_uniquifier;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003782 break;
Trond Myklebustfd954ae2011-04-24 14:28:18 -04003783 }
3784 ++loop;
3785 ssleep(clp->cl_lease_time / HZ + 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003786 }
3787 return status;
3788}
3789
Trond Myklebustfd954ae2011-04-24 14:28:18 -04003790int nfs4_proc_setclientid_confirm(struct nfs_client *clp,
Trond Myklebustbb8b27e2010-04-16 16:43:06 -04003791 struct nfs4_setclientid_res *arg,
3792 struct rpc_cred *cred)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003793{
3794 struct nfs_fsinfo fsinfo;
3795 struct rpc_message msg = {
3796 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETCLIENTID_CONFIRM],
Trond Myklebustbb8b27e2010-04-16 16:43:06 -04003797 .rpc_argp = arg,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003798 .rpc_resp = &fsinfo,
Trond Myklebust286d7d62006-01-03 09:55:26 +01003799 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003800 };
3801 unsigned long now;
3802 int status;
3803
3804 now = jiffies;
Trond Myklebust1bd714f2011-04-24 14:29:33 -04003805 status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003806 if (status == 0) {
3807 spin_lock(&clp->cl_lock);
3808 clp->cl_lease_time = fsinfo.lease_time * HZ;
3809 clp->cl_last_renewal = now;
3810 spin_unlock(&clp->cl_lock);
3811 }
3812 return status;
3813}
3814
Trond Myklebustfe650402006-01-03 09:55:18 +01003815struct nfs4_delegreturndata {
3816 struct nfs4_delegreturnargs args;
Trond Myklebustfa178f22006-01-03 09:55:38 +01003817 struct nfs4_delegreturnres res;
Trond Myklebustfe650402006-01-03 09:55:18 +01003818 struct nfs_fh fh;
3819 nfs4_stateid stateid;
Trond Myklebust26e976a2006-01-03 09:55:21 +01003820 unsigned long timestamp;
Trond Myklebustfa178f22006-01-03 09:55:38 +01003821 struct nfs_fattr fattr;
Trond Myklebustfe650402006-01-03 09:55:18 +01003822 int rpc_status;
3823};
3824
Trond Myklebustfe650402006-01-03 09:55:18 +01003825static void nfs4_delegreturn_done(struct rpc_task *task, void *calldata)
3826{
3827 struct nfs4_delegreturndata *data = calldata;
Andy Adamson938e1012009-04-01 09:22:28 -04003828
Trond Myklebust14516c32010-07-31 14:29:06 -04003829 if (!nfs4_sequence_done(task, &data->res.seq_res))
3830 return;
Andy Adamson938e1012009-04-01 09:22:28 -04003831
Ricardo Labiaga79708862009-12-07 09:23:21 -05003832 switch (task->tk_status) {
3833 case -NFS4ERR_STALE_STATEID:
3834 case -NFS4ERR_EXPIRED:
3835 case 0:
Trond Myklebustfa178f22006-01-03 09:55:38 +01003836 renew_lease(data->res.server, data->timestamp);
Ricardo Labiaga79708862009-12-07 09:23:21 -05003837 break;
3838 default:
3839 if (nfs4_async_handle_error(task, data->res.server, NULL) ==
3840 -EAGAIN) {
3841 nfs_restart_rpc(task, data->res.server->nfs_client);
3842 return;
3843 }
3844 }
3845 data->rpc_status = task->tk_status;
Trond Myklebustfe650402006-01-03 09:55:18 +01003846}
3847
3848static void nfs4_delegreturn_release(void *calldata)
3849{
Trond Myklebustfe650402006-01-03 09:55:18 +01003850 kfree(calldata);
3851}
3852
Andy Adamson938e1012009-04-01 09:22:28 -04003853#if defined(CONFIG_NFS_V4_1)
3854static void nfs4_delegreturn_prepare(struct rpc_task *task, void *data)
3855{
3856 struct nfs4_delegreturndata *d_data;
3857
3858 d_data = (struct nfs4_delegreturndata *)data;
3859
Trond Myklebust035168a2010-06-16 09:52:26 -04003860 if (nfs4_setup_sequence(d_data->res.server,
Andy Adamson938e1012009-04-01 09:22:28 -04003861 &d_data->args.seq_args,
3862 &d_data->res.seq_res, 1, task))
3863 return;
3864 rpc_call_start(task);
3865}
3866#endif /* CONFIG_NFS_V4_1 */
3867
Jesper Juhlc8d149f2006-03-20 13:44:07 -05003868static const struct rpc_call_ops nfs4_delegreturn_ops = {
Andy Adamson938e1012009-04-01 09:22:28 -04003869#if defined(CONFIG_NFS_V4_1)
3870 .rpc_call_prepare = nfs4_delegreturn_prepare,
3871#endif /* CONFIG_NFS_V4_1 */
Trond Myklebustfe650402006-01-03 09:55:18 +01003872 .rpc_call_done = nfs4_delegreturn_done,
3873 .rpc_release = nfs4_delegreturn_release,
3874};
3875
Trond Myklebuste6f81072008-01-24 18:14:34 -05003876static int _nfs4_proc_delegreturn(struct inode *inode, struct rpc_cred *cred, const nfs4_stateid *stateid, int issync)
Trond Myklebustfe650402006-01-03 09:55:18 +01003877{
3878 struct nfs4_delegreturndata *data;
Trond Myklebustfa178f22006-01-03 09:55:38 +01003879 struct nfs_server *server = NFS_SERVER(inode);
Trond Myklebustfe650402006-01-03 09:55:18 +01003880 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04003881 struct rpc_message msg = {
3882 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_DELEGRETURN],
3883 .rpc_cred = cred,
3884 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04003885 struct rpc_task_setup task_setup_data = {
3886 .rpc_client = server->client,
Trond Myklebust5138fde2007-07-14 15:40:01 -04003887 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04003888 .callback_ops = &nfs4_delegreturn_ops,
3889 .flags = RPC_TASK_ASYNC,
3890 };
Trond Myklebuste6f81072008-01-24 18:14:34 -05003891 int status = 0;
Trond Myklebustfe650402006-01-03 09:55:18 +01003892
Trond Myklebust8535b2b2010-05-13 12:51:01 -04003893 data = kzalloc(sizeof(*data), GFP_NOFS);
Trond Myklebustfe650402006-01-03 09:55:18 +01003894 if (data == NULL)
3895 return -ENOMEM;
3896 data->args.fhandle = &data->fh;
3897 data->args.stateid = &data->stateid;
Trond Myklebustfa178f22006-01-03 09:55:38 +01003898 data->args.bitmask = server->attr_bitmask;
Trond Myklebustfe650402006-01-03 09:55:18 +01003899 nfs_copy_fh(&data->fh, NFS_FH(inode));
3900 memcpy(&data->stateid, stateid, sizeof(data->stateid));
Trond Myklebustfa178f22006-01-03 09:55:38 +01003901 data->res.fattr = &data->fattr;
3902 data->res.server = server;
Trond Myklebust5138fde2007-07-14 15:40:01 -04003903 nfs_fattr_init(data->res.fattr);
Trond Myklebust26e976a2006-01-03 09:55:21 +01003904 data->timestamp = jiffies;
Trond Myklebustfe650402006-01-03 09:55:18 +01003905 data->rpc_status = 0;
3906
Trond Myklebustc970aa82007-07-14 15:39:59 -04003907 task_setup_data.callback_data = data;
Trond Myklebust1174dd12010-12-21 10:52:24 -05003908 msg.rpc_argp = &data->args;
3909 msg.rpc_resp = &data->res;
Trond Myklebustc970aa82007-07-14 15:39:59 -04003910 task = rpc_run_task(&task_setup_data);
Trond Myklebust7a1218a2006-03-20 18:11:10 -05003911 if (IS_ERR(task))
Trond Myklebustfe650402006-01-03 09:55:18 +01003912 return PTR_ERR(task);
Trond Myklebuste6f81072008-01-24 18:14:34 -05003913 if (!issync)
3914 goto out;
Trond Myklebustfe650402006-01-03 09:55:18 +01003915 status = nfs4_wait_for_completion_rpc_task(task);
Trond Myklebuste6f81072008-01-24 18:14:34 -05003916 if (status != 0)
3917 goto out;
3918 status = data->rpc_status;
3919 if (status != 0)
3920 goto out;
3921 nfs_refresh_inode(inode, &data->fattr);
3922out:
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -05003923 rpc_put_task(task);
Trond Myklebustfe650402006-01-03 09:55:18 +01003924 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003925}
3926
Trond Myklebuste6f81072008-01-24 18:14:34 -05003927int nfs4_proc_delegreturn(struct inode *inode, struct rpc_cred *cred, const nfs4_stateid *stateid, int issync)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003928{
3929 struct nfs_server *server = NFS_SERVER(inode);
3930 struct nfs4_exception exception = { };
3931 int err;
3932 do {
Trond Myklebuste6f81072008-01-24 18:14:34 -05003933 err = _nfs4_proc_delegreturn(inode, cred, stateid, issync);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003934 switch (err) {
3935 case -NFS4ERR_STALE_STATEID:
3936 case -NFS4ERR_EXPIRED:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003937 case 0:
3938 return 0;
3939 }
3940 err = nfs4_handle_exception(server, err, &exception);
3941 } while (exception.retry);
3942 return err;
3943}
3944
3945#define NFS4_LOCK_MINTIMEOUT (1 * HZ)
3946#define NFS4_LOCK_MAXTIMEOUT (30 * HZ)
3947
3948/*
3949 * sleep, with exponential backoff, and retry the LOCK operation.
3950 */
3951static unsigned long
3952nfs4_set_lock_task_retry(unsigned long timeout)
3953{
Matthew Wilcox150030b2007-12-06 16:24:39 -05003954 schedule_timeout_killable(timeout);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003955 timeout <<= 1;
3956 if (timeout > NFS4_LOCK_MAXTIMEOUT)
3957 return NFS4_LOCK_MAXTIMEOUT;
3958 return timeout;
3959}
3960
Linus Torvalds1da177e2005-04-16 15:20:36 -07003961static int _nfs4_proc_getlk(struct nfs4_state *state, int cmd, struct file_lock *request)
3962{
3963 struct inode *inode = state->inode;
3964 struct nfs_server *server = NFS_SERVER(inode);
David Howells7539bba2006-08-22 20:06:09 -04003965 struct nfs_client *clp = server->nfs_client;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003966 struct nfs_lockt_args arg = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003967 .fh = NFS_FH(inode),
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003968 .fl = request,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003969 };
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003970 struct nfs_lockt_res res = {
3971 .denied = request,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003972 };
3973 struct rpc_message msg = {
3974 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOCKT],
3975 .rpc_argp = &arg,
3976 .rpc_resp = &res,
3977 .rpc_cred = state->owner->so_cred,
3978 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07003979 struct nfs4_lock_state *lsp;
3980 int status;
3981
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003982 arg.lock_owner.clientid = clp->cl_clientid;
Trond Myklebust8d0a8a92005-06-22 17:16:32 +00003983 status = nfs4_set_lock_state(state, request);
3984 if (status != 0)
3985 goto out;
3986 lsp = request->fl_u.nfs4_fl.owner;
Trond Myklebust9f958ab2007-07-02 13:58:33 -04003987 arg.lock_owner.id = lsp->ls_id.id;
Trond Myklebustd035c362010-12-21 10:45:27 -05003988 arg.lock_owner.s_dev = server->s_dev;
Bryan Schumaker7c513052011-03-24 17:12:24 +00003989 status = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, &res.seq_res, 1);
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003990 switch (status) {
3991 case 0:
3992 request->fl_type = F_UNLCK;
3993 break;
3994 case -NFS4ERR_DENIED:
3995 status = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003996 }
J. Bruce Fields70cc6482007-02-22 18:48:53 -05003997 request->fl_ops->fl_release_private(request);
Trond Myklebust8d0a8a92005-06-22 17:16:32 +00003998out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003999 return status;
4000}
4001
4002static int nfs4_proc_getlk(struct nfs4_state *state, int cmd, struct file_lock *request)
4003{
4004 struct nfs4_exception exception = { };
4005 int err;
4006
4007 do {
4008 err = nfs4_handle_exception(NFS_SERVER(state->inode),
4009 _nfs4_proc_getlk(state, cmd, request),
4010 &exception);
4011 } while (exception.retry);
4012 return err;
4013}
4014
4015static int do_vfs_lock(struct file *file, struct file_lock *fl)
4016{
4017 int res = 0;
4018 switch (fl->fl_flags & (FL_POSIX|FL_FLOCK)) {
4019 case FL_POSIX:
4020 res = posix_lock_file_wait(file, fl);
4021 break;
4022 case FL_FLOCK:
4023 res = flock_lock_file_wait(file, fl);
4024 break;
4025 default:
4026 BUG();
4027 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004028 return res;
4029}
4030
Trond Myklebustfaf5f492005-10-18 14:20:15 -07004031struct nfs4_unlockdata {
Trond Myklebust911d1aa2006-01-03 09:55:16 +01004032 struct nfs_locku_args arg;
4033 struct nfs_locku_res res;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07004034 struct nfs4_lock_state *lsp;
4035 struct nfs_open_context *ctx;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01004036 struct file_lock fl;
4037 const struct nfs_server *server;
Trond Myklebust26e976a2006-01-03 09:55:21 +01004038 unsigned long timestamp;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07004039};
4040
Trond Myklebust911d1aa2006-01-03 09:55:16 +01004041static struct nfs4_unlockdata *nfs4_alloc_unlockdata(struct file_lock *fl,
4042 struct nfs_open_context *ctx,
4043 struct nfs4_lock_state *lsp,
4044 struct nfs_seqid *seqid)
4045{
4046 struct nfs4_unlockdata *p;
4047 struct inode *inode = lsp->ls_state->inode;
4048
Trond Myklebust8535b2b2010-05-13 12:51:01 -04004049 p = kzalloc(sizeof(*p), GFP_NOFS);
Trond Myklebust911d1aa2006-01-03 09:55:16 +01004050 if (p == NULL)
4051 return NULL;
4052 p->arg.fh = NFS_FH(inode);
4053 p->arg.fl = &p->fl;
4054 p->arg.seqid = seqid;
Trond Myklebustc1d51932008-04-07 13:20:54 -04004055 p->res.seqid = seqid;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01004056 p->arg.stateid = &lsp->ls_stateid;
4057 p->lsp = lsp;
4058 atomic_inc(&lsp->ls_count);
4059 /* Ensure we don't close file until we're done freeing locks! */
4060 p->ctx = get_nfs_open_context(ctx);
4061 memcpy(&p->fl, fl, sizeof(p->fl));
4062 p->server = NFS_SERVER(inode);
4063 return p;
4064}
4065
Trond Myklebust06f814a2006-01-03 09:55:07 +01004066static void nfs4_locku_release_calldata(void *data)
Trond Myklebustfaf5f492005-10-18 14:20:15 -07004067{
Trond Myklebust963d8fe2006-01-03 09:55:04 +01004068 struct nfs4_unlockdata *calldata = data;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01004069 nfs_free_seqid(calldata->arg.seqid);
Trond Myklebust06f814a2006-01-03 09:55:07 +01004070 nfs4_put_lock_state(calldata->lsp);
4071 put_nfs_open_context(calldata->ctx);
4072 kfree(calldata);
Trond Myklebustfaf5f492005-10-18 14:20:15 -07004073}
4074
Trond Myklebust963d8fe2006-01-03 09:55:04 +01004075static void nfs4_locku_done(struct rpc_task *task, void *data)
Trond Myklebustfaf5f492005-10-18 14:20:15 -07004076{
Trond Myklebust963d8fe2006-01-03 09:55:04 +01004077 struct nfs4_unlockdata *calldata = data;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07004078
Trond Myklebust14516c32010-07-31 14:29:06 -04004079 if (!nfs4_sequence_done(task, &calldata->res.seq_res))
4080 return;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07004081 switch (task->tk_status) {
4082 case 0:
4083 memcpy(calldata->lsp->ls_stateid.data,
Trond Myklebust911d1aa2006-01-03 09:55:16 +01004084 calldata->res.stateid.data,
Trond Myklebustfaf5f492005-10-18 14:20:15 -07004085 sizeof(calldata->lsp->ls_stateid.data));
Trond Myklebust26e976a2006-01-03 09:55:21 +01004086 renew_lease(calldata->server, calldata->timestamp);
Trond Myklebustfaf5f492005-10-18 14:20:15 -07004087 break;
Trond Myklebust9e33bed2008-12-23 15:21:46 -05004088 case -NFS4ERR_BAD_STATEID:
4089 case -NFS4ERR_OLD_STATEID:
Trond Myklebustfaf5f492005-10-18 14:20:15 -07004090 case -NFS4ERR_STALE_STATEID:
4091 case -NFS4ERR_EXPIRED:
Trond Myklebustfaf5f492005-10-18 14:20:15 -07004092 break;
4093 default:
Trond Myklebust9e33bed2008-12-23 15:21:46 -05004094 if (nfs4_async_handle_error(task, calldata->server, NULL) == -EAGAIN)
Trond Myklebust0110ee12009-12-07 09:00:24 -05004095 nfs_restart_rpc(task,
Trond Myklebustd61e6122009-12-05 19:32:19 -05004096 calldata->server->nfs_client);
Trond Myklebustfaf5f492005-10-18 14:20:15 -07004097 }
Trond Myklebustfaf5f492005-10-18 14:20:15 -07004098}
4099
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01004100static void nfs4_locku_prepare(struct rpc_task *task, void *data)
Trond Myklebustfaf5f492005-10-18 14:20:15 -07004101{
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01004102 struct nfs4_unlockdata *calldata = data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004103
Trond Myklebust911d1aa2006-01-03 09:55:16 +01004104 if (nfs_wait_on_sequence(calldata->arg.seqid, task) != 0)
Trond Myklebustfaf5f492005-10-18 14:20:15 -07004105 return;
4106 if ((calldata->lsp->ls_flags & NFS_LOCK_INITIALIZED) == 0) {
Trond Myklebust963d8fe2006-01-03 09:55:04 +01004107 /* Note: exit _without_ running nfs4_locku_done */
4108 task->tk_action = NULL;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07004109 return;
4110 }
Trond Myklebust26e976a2006-01-03 09:55:21 +01004111 calldata->timestamp = jiffies;
Trond Myklebust035168a2010-06-16 09:52:26 -04004112 if (nfs4_setup_sequence(calldata->server,
Andy Adamsona8936932009-04-01 09:22:23 -04004113 &calldata->arg.seq_args,
4114 &calldata->res.seq_res, 1, task))
4115 return;
Trond Myklebust5138fde2007-07-14 15:40:01 -04004116 rpc_call_start(task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004117}
4118
Trond Myklebust963d8fe2006-01-03 09:55:04 +01004119static const struct rpc_call_ops nfs4_locku_ops = {
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01004120 .rpc_call_prepare = nfs4_locku_prepare,
Trond Myklebust963d8fe2006-01-03 09:55:04 +01004121 .rpc_call_done = nfs4_locku_done,
Trond Myklebust06f814a2006-01-03 09:55:07 +01004122 .rpc_release = nfs4_locku_release_calldata,
Trond Myklebust963d8fe2006-01-03 09:55:04 +01004123};
4124
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004125static struct rpc_task *nfs4_do_unlck(struct file_lock *fl,
4126 struct nfs_open_context *ctx,
4127 struct nfs4_lock_state *lsp,
4128 struct nfs_seqid *seqid)
4129{
4130 struct nfs4_unlockdata *data;
Trond Myklebust5138fde2007-07-14 15:40:01 -04004131 struct rpc_message msg = {
4132 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOCKU],
4133 .rpc_cred = ctx->cred,
4134 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04004135 struct rpc_task_setup task_setup_data = {
4136 .rpc_client = NFS_CLIENT(lsp->ls_state->inode),
Trond Myklebust5138fde2007-07-14 15:40:01 -04004137 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04004138 .callback_ops = &nfs4_locku_ops,
Trond Myklebust101070c2008-02-19 20:04:23 -05004139 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04004140 .flags = RPC_TASK_ASYNC,
4141 };
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004142
Frank Filz137d6ac2007-07-09 15:32:29 -07004143 /* Ensure this is an unlock - when canceling a lock, the
4144 * canceled lock is passed in, and it won't be an unlock.
4145 */
4146 fl->fl_type = F_UNLCK;
4147
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004148 data = nfs4_alloc_unlockdata(fl, ctx, lsp, seqid);
4149 if (data == NULL) {
4150 nfs_free_seqid(seqid);
4151 return ERR_PTR(-ENOMEM);
4152 }
4153
Trond Myklebust1174dd12010-12-21 10:52:24 -05004154 msg.rpc_argp = &data->arg;
4155 msg.rpc_resp = &data->res;
Trond Myklebustc970aa82007-07-14 15:39:59 -04004156 task_setup_data.callback_data = data;
4157 return rpc_run_task(&task_setup_data);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004158}
4159
Linus Torvalds1da177e2005-04-16 15:20:36 -07004160static int nfs4_proc_unlck(struct nfs4_state *state, int cmd, struct file_lock *request)
4161{
Trond Myklebust19e03c52008-12-23 15:21:44 -05004162 struct nfs_inode *nfsi = NFS_I(state->inode);
Trond Myklebust911d1aa2006-01-03 09:55:16 +01004163 struct nfs_seqid *seqid;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07004164 struct nfs4_lock_state *lsp;
Trond Myklebust06f814a2006-01-03 09:55:07 +01004165 struct rpc_task *task;
4166 int status = 0;
Trond Myklebust536ff0f2008-04-04 15:08:02 -04004167 unsigned char fl_flags = request->fl_flags;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004168
Trond Myklebust9b073572006-06-29 16:38:34 -04004169 status = nfs4_set_lock_state(state, request);
4170 /* Unlock _before_ we do the RPC call */
4171 request->fl_flags |= FL_EXISTS;
Trond Myklebust19e03c52008-12-23 15:21:44 -05004172 down_read(&nfsi->rwsem);
4173 if (do_vfs_lock(request->fl_file, request) == -ENOENT) {
4174 up_read(&nfsi->rwsem);
Trond Myklebust9b073572006-06-29 16:38:34 -04004175 goto out;
Trond Myklebust19e03c52008-12-23 15:21:44 -05004176 }
4177 up_read(&nfsi->rwsem);
Trond Myklebust9b073572006-06-29 16:38:34 -04004178 if (status != 0)
4179 goto out;
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05004180 /* Is this a delegated lock? */
4181 if (test_bit(NFS_DELEGATED_STATE, &state->flags))
Trond Myklebust9b073572006-06-29 16:38:34 -04004182 goto out;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07004183 lsp = request->fl_u.nfs4_fl.owner;
Trond Myklebust8535b2b2010-05-13 12:51:01 -04004184 seqid = nfs_alloc_seqid(&lsp->ls_seqid, GFP_KERNEL);
Trond Myklebust9b073572006-06-29 16:38:34 -04004185 status = -ENOMEM;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01004186 if (seqid == NULL)
Trond Myklebust9b073572006-06-29 16:38:34 -04004187 goto out;
Trond Myklebustcd3758e2007-08-10 17:44:32 -04004188 task = nfs4_do_unlck(request, nfs_file_open_context(request->fl_file), lsp, seqid);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004189 status = PTR_ERR(task);
4190 if (IS_ERR(task))
Trond Myklebust9b073572006-06-29 16:38:34 -04004191 goto out;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004192 status = nfs4_wait_for_completion_rpc_task(task);
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -05004193 rpc_put_task(task);
Trond Myklebust9b073572006-06-29 16:38:34 -04004194out:
Trond Myklebust536ff0f2008-04-04 15:08:02 -04004195 request->fl_flags = fl_flags;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07004196 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004197}
4198
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004199struct nfs4_lockdata {
4200 struct nfs_lock_args arg;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01004201 struct nfs_lock_res res;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004202 struct nfs4_lock_state *lsp;
4203 struct nfs_open_context *ctx;
4204 struct file_lock fl;
Trond Myklebust26e976a2006-01-03 09:55:21 +01004205 unsigned long timestamp;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004206 int rpc_status;
4207 int cancelled;
Andy Adamson66179ef2009-04-01 09:22:22 -04004208 struct nfs_server *server;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004209};
4210
4211static struct nfs4_lockdata *nfs4_alloc_lockdata(struct file_lock *fl,
Trond Myklebust8535b2b2010-05-13 12:51:01 -04004212 struct nfs_open_context *ctx, struct nfs4_lock_state *lsp,
4213 gfp_t gfp_mask)
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004214{
4215 struct nfs4_lockdata *p;
4216 struct inode *inode = lsp->ls_state->inode;
4217 struct nfs_server *server = NFS_SERVER(inode);
4218
Trond Myklebust8535b2b2010-05-13 12:51:01 -04004219 p = kzalloc(sizeof(*p), gfp_mask);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004220 if (p == NULL)
4221 return NULL;
4222
4223 p->arg.fh = NFS_FH(inode);
4224 p->arg.fl = &p->fl;
Trond Myklebust8535b2b2010-05-13 12:51:01 -04004225 p->arg.open_seqid = nfs_alloc_seqid(&lsp->ls_state->owner->so_seqid, gfp_mask);
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05004226 if (p->arg.open_seqid == NULL)
4227 goto out_free;
Trond Myklebust8535b2b2010-05-13 12:51:01 -04004228 p->arg.lock_seqid = nfs_alloc_seqid(&lsp->ls_seqid, gfp_mask);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004229 if (p->arg.lock_seqid == NULL)
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05004230 goto out_free_seqid;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004231 p->arg.lock_stateid = &lsp->ls_stateid;
David Howells7539bba2006-08-22 20:06:09 -04004232 p->arg.lock_owner.clientid = server->nfs_client->cl_clientid;
Trond Myklebust9f958ab2007-07-02 13:58:33 -04004233 p->arg.lock_owner.id = lsp->ls_id.id;
Trond Myklebustd035c362010-12-21 10:45:27 -05004234 p->arg.lock_owner.s_dev = server->s_dev;
Trond Myklebustc1d51932008-04-07 13:20:54 -04004235 p->res.lock_seqid = p->arg.lock_seqid;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004236 p->lsp = lsp;
Andy Adamson66179ef2009-04-01 09:22:22 -04004237 p->server = server;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004238 atomic_inc(&lsp->ls_count);
4239 p->ctx = get_nfs_open_context(ctx);
4240 memcpy(&p->fl, fl, sizeof(p->fl));
4241 return p;
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05004242out_free_seqid:
4243 nfs_free_seqid(p->arg.open_seqid);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004244out_free:
4245 kfree(p);
4246 return NULL;
4247}
4248
4249static void nfs4_lock_prepare(struct rpc_task *task, void *calldata)
4250{
4251 struct nfs4_lockdata *data = calldata;
4252 struct nfs4_state *state = data->lsp->ls_state;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004253
Harvey Harrison3110ff82008-05-02 13:42:44 -07004254 dprintk("%s: begin!\n", __func__);
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05004255 if (nfs_wait_on_sequence(data->arg.lock_seqid, task) != 0)
4256 return;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004257 /* Do we need to do an open_to_lock_owner? */
4258 if (!(data->arg.lock_seqid->sequence->flags & NFS_SEQID_CONFIRMED)) {
Trond Myklebuste6e21972008-01-02 16:27:16 -05004259 if (nfs_wait_on_sequence(data->arg.open_seqid, task) != 0)
4260 return;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004261 data->arg.open_stateid = &state->stateid;
4262 data->arg.new_lock_owner = 1;
Trond Myklebustc1d51932008-04-07 13:20:54 -04004263 data->res.open_seqid = data->arg.open_seqid;
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05004264 } else
4265 data->arg.new_lock_owner = 0;
Trond Myklebust26e976a2006-01-03 09:55:21 +01004266 data->timestamp = jiffies;
Trond Myklebust035168a2010-06-16 09:52:26 -04004267 if (nfs4_setup_sequence(data->server,
4268 &data->arg.seq_args,
Andy Adamson66179ef2009-04-01 09:22:22 -04004269 &data->res.seq_res, 1, task))
4270 return;
Trond Myklebust5138fde2007-07-14 15:40:01 -04004271 rpc_call_start(task);
Harvey Harrison3110ff82008-05-02 13:42:44 -07004272 dprintk("%s: done!, ret = %d\n", __func__, data->rpc_status);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004273}
4274
Alexandros Batsakisb2579572009-12-14 21:27:57 -08004275static void nfs4_recover_lock_prepare(struct rpc_task *task, void *calldata)
4276{
4277 rpc_task_set_priority(task, RPC_PRIORITY_PRIVILEGED);
4278 nfs4_lock_prepare(task, calldata);
4279}
4280
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004281static void nfs4_lock_done(struct rpc_task *task, void *calldata)
4282{
4283 struct nfs4_lockdata *data = calldata;
4284
Harvey Harrison3110ff82008-05-02 13:42:44 -07004285 dprintk("%s: begin!\n", __func__);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004286
Trond Myklebust14516c32010-07-31 14:29:06 -04004287 if (!nfs4_sequence_done(task, &data->res.seq_res))
4288 return;
Andy Adamson66179ef2009-04-01 09:22:22 -04004289
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004290 data->rpc_status = task->tk_status;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004291 if (data->arg.new_lock_owner != 0) {
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004292 if (data->rpc_status == 0)
4293 nfs_confirm_seqid(&data->lsp->ls_seqid, 0);
4294 else
4295 goto out;
4296 }
4297 if (data->rpc_status == 0) {
4298 memcpy(data->lsp->ls_stateid.data, data->res.stateid.data,
4299 sizeof(data->lsp->ls_stateid.data));
4300 data->lsp->ls_flags |= NFS_LOCK_INITIALIZED;
Al Viro3d4ff432011-06-22 18:40:12 -04004301 renew_lease(NFS_SERVER(data->ctx->dentry->d_inode), data->timestamp);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004302 }
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004303out:
Harvey Harrison3110ff82008-05-02 13:42:44 -07004304 dprintk("%s: done, ret = %d!\n", __func__, data->rpc_status);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004305}
4306
4307static void nfs4_lock_release(void *calldata)
4308{
4309 struct nfs4_lockdata *data = calldata;
4310
Harvey Harrison3110ff82008-05-02 13:42:44 -07004311 dprintk("%s: begin!\n", __func__);
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05004312 nfs_free_seqid(data->arg.open_seqid);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004313 if (data->cancelled != 0) {
4314 struct rpc_task *task;
4315 task = nfs4_do_unlck(&data->fl, data->ctx, data->lsp,
4316 data->arg.lock_seqid);
4317 if (!IS_ERR(task))
Trond Myklebustbf294b42011-02-21 11:05:41 -08004318 rpc_put_task_async(task);
Harvey Harrison3110ff82008-05-02 13:42:44 -07004319 dprintk("%s: cancelling lock!\n", __func__);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004320 } else
4321 nfs_free_seqid(data->arg.lock_seqid);
4322 nfs4_put_lock_state(data->lsp);
4323 put_nfs_open_context(data->ctx);
4324 kfree(data);
Harvey Harrison3110ff82008-05-02 13:42:44 -07004325 dprintk("%s: done!\n", __func__);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004326}
4327
4328static const struct rpc_call_ops nfs4_lock_ops = {
4329 .rpc_call_prepare = nfs4_lock_prepare,
4330 .rpc_call_done = nfs4_lock_done,
4331 .rpc_release = nfs4_lock_release,
4332};
4333
Alexandros Batsakisb2579572009-12-14 21:27:57 -08004334static const struct rpc_call_ops nfs4_recover_lock_ops = {
4335 .rpc_call_prepare = nfs4_recover_lock_prepare,
4336 .rpc_call_done = nfs4_lock_done,
4337 .rpc_release = nfs4_lock_release,
4338};
4339
Trond Myklebust2bee72a2010-01-26 15:42:21 -05004340static void nfs4_handle_setlk_error(struct nfs_server *server, struct nfs4_lock_state *lsp, int new_lock_owner, int error)
4341{
Trond Myklebust2bee72a2010-01-26 15:42:21 -05004342 switch (error) {
4343 case -NFS4ERR_ADMIN_REVOKED:
4344 case -NFS4ERR_BAD_STATEID:
Trond Myklebustecac7992011-03-09 16:00:56 -05004345 lsp->ls_seqid.flags &= ~NFS_SEQID_CONFIRMED;
Trond Myklebust2bee72a2010-01-26 15:42:21 -05004346 if (new_lock_owner != 0 ||
4347 (lsp->ls_flags & NFS_LOCK_INITIALIZED) != 0)
Trond Myklebustecac7992011-03-09 16:00:56 -05004348 nfs4_schedule_stateid_recovery(server, lsp->ls_state);
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -05004349 break;
4350 case -NFS4ERR_STALE_STATEID:
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -05004351 lsp->ls_seqid.flags &= ~NFS_SEQID_CONFIRMED;
Trond Myklebustecac7992011-03-09 16:00:56 -05004352 case -NFS4ERR_EXPIRED:
4353 nfs4_schedule_lease_recovery(server->nfs_client);
Trond Myklebust2bee72a2010-01-26 15:42:21 -05004354 };
4355}
4356
Alexandros Batsakisafe6c272009-12-09 01:50:14 -08004357static int _nfs4_do_setlk(struct nfs4_state *state, int cmd, struct file_lock *fl, int recovery_type)
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004358{
4359 struct nfs4_lockdata *data;
4360 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04004361 struct rpc_message msg = {
4362 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOCK],
4363 .rpc_cred = state->owner->so_cred,
4364 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04004365 struct rpc_task_setup task_setup_data = {
4366 .rpc_client = NFS_CLIENT(state->inode),
Trond Myklebust5138fde2007-07-14 15:40:01 -04004367 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04004368 .callback_ops = &nfs4_lock_ops,
Trond Myklebust101070c2008-02-19 20:04:23 -05004369 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04004370 .flags = RPC_TASK_ASYNC,
4371 };
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004372 int ret;
4373
Harvey Harrison3110ff82008-05-02 13:42:44 -07004374 dprintk("%s: begin!\n", __func__);
Trond Myklebustcd3758e2007-08-10 17:44:32 -04004375 data = nfs4_alloc_lockdata(fl, nfs_file_open_context(fl->fl_file),
Trond Myklebust8535b2b2010-05-13 12:51:01 -04004376 fl->fl_u.nfs4_fl.owner,
4377 recovery_type == NFS_LOCK_NEW ? GFP_KERNEL : GFP_NOFS);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004378 if (data == NULL)
4379 return -ENOMEM;
4380 if (IS_SETLKW(cmd))
4381 data->arg.block = 1;
Alexandros Batsakisb2579572009-12-14 21:27:57 -08004382 if (recovery_type > NFS_LOCK_NEW) {
4383 if (recovery_type == NFS_LOCK_RECLAIM)
Alexandros Batsakisafe6c272009-12-09 01:50:14 -08004384 data->arg.reclaim = NFS_LOCK_RECLAIM;
Alexandros Batsakisb2579572009-12-14 21:27:57 -08004385 task_setup_data.callback_ops = &nfs4_recover_lock_ops;
4386 }
Trond Myklebust1174dd12010-12-21 10:52:24 -05004387 msg.rpc_argp = &data->arg;
4388 msg.rpc_resp = &data->res;
Trond Myklebustc970aa82007-07-14 15:39:59 -04004389 task_setup_data.callback_data = data;
4390 task = rpc_run_task(&task_setup_data);
Trond Myklebust7a1218a2006-03-20 18:11:10 -05004391 if (IS_ERR(task))
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004392 return PTR_ERR(task);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004393 ret = nfs4_wait_for_completion_rpc_task(task);
4394 if (ret == 0) {
4395 ret = data->rpc_status;
Trond Myklebust2bee72a2010-01-26 15:42:21 -05004396 if (ret)
4397 nfs4_handle_setlk_error(data->server, data->lsp,
4398 data->arg.new_lock_owner, ret);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004399 } else
4400 data->cancelled = 1;
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -05004401 rpc_put_task(task);
Harvey Harrison3110ff82008-05-02 13:42:44 -07004402 dprintk("%s: done, ret = %d!\n", __func__, ret);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004403 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004404}
4405
4406static int nfs4_lock_reclaim(struct nfs4_state *state, struct file_lock *request)
4407{
Trond Myklebust202b50d2005-06-22 17:16:29 +00004408 struct nfs_server *server = NFS_SERVER(state->inode);
4409 struct nfs4_exception exception = { };
4410 int err;
4411
4412 do {
Trond Myklebust42a2d132006-06-29 16:38:36 -04004413 /* Cache the lock if possible... */
4414 if (test_bit(NFS_DELEGATED_STATE, &state->flags) != 0)
4415 return 0;
Alexandros Batsakisafe6c272009-12-09 01:50:14 -08004416 err = _nfs4_do_setlk(state, F_SETLK, request, NFS_LOCK_RECLAIM);
Trond Myklebust168667c2010-10-19 19:47:49 -04004417 if (err != -NFS4ERR_DELAY)
Trond Myklebust202b50d2005-06-22 17:16:29 +00004418 break;
4419 nfs4_handle_exception(server, err, &exception);
4420 } while (exception.retry);
4421 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004422}
4423
4424static int nfs4_lock_expired(struct nfs4_state *state, struct file_lock *request)
4425{
Trond Myklebust202b50d2005-06-22 17:16:29 +00004426 struct nfs_server *server = NFS_SERVER(state->inode);
4427 struct nfs4_exception exception = { };
4428 int err;
4429
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05004430 err = nfs4_set_lock_state(state, request);
4431 if (err != 0)
4432 return err;
Trond Myklebust202b50d2005-06-22 17:16:29 +00004433 do {
Trond Myklebust42a2d132006-06-29 16:38:36 -04004434 if (test_bit(NFS_DELEGATED_STATE, &state->flags) != 0)
4435 return 0;
Alexandros Batsakisafe6c272009-12-09 01:50:14 -08004436 err = _nfs4_do_setlk(state, F_SETLK, request, NFS_LOCK_EXPIRED);
Trond Myklebusta9ed2e22009-12-03 15:53:21 -05004437 switch (err) {
4438 default:
4439 goto out;
4440 case -NFS4ERR_GRACE:
4441 case -NFS4ERR_DELAY:
4442 nfs4_handle_exception(server, err, &exception);
4443 err = 0;
4444 }
Trond Myklebust202b50d2005-06-22 17:16:29 +00004445 } while (exception.retry);
Trond Myklebusta9ed2e22009-12-03 15:53:21 -05004446out:
Trond Myklebust202b50d2005-06-22 17:16:29 +00004447 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004448}
4449
Bryan Schumakerf062eb62011-06-02 14:59:10 -04004450#if defined(CONFIG_NFS_V4_1)
4451static int nfs41_lock_expired(struct nfs4_state *state, struct file_lock *request)
4452{
4453 int status;
4454 struct nfs_server *server = NFS_SERVER(state->inode);
4455
4456 status = nfs41_test_stateid(server, state);
4457 if (status == NFS_OK)
4458 return 0;
4459 nfs41_free_stateid(server, state);
4460 return nfs4_lock_expired(state, request);
4461}
4462#endif
4463
Linus Torvalds1da177e2005-04-16 15:20:36 -07004464static int _nfs4_proc_setlk(struct nfs4_state *state, int cmd, struct file_lock *request)
4465{
Trond Myklebust19e03c52008-12-23 15:21:44 -05004466 struct nfs_inode *nfsi = NFS_I(state->inode);
Trond Myklebust01c3b862006-06-29 16:38:39 -04004467 unsigned char fl_flags = request->fl_flags;
Trond Myklebust8e469eb2010-01-26 15:42:30 -05004468 int status = -ENOLCK;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004469
Trond Myklebust8e469eb2010-01-26 15:42:30 -05004470 if ((fl_flags & FL_POSIX) &&
4471 !test_bit(NFS_STATE_POSIX_LOCKS, &state->flags))
4472 goto out;
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05004473 /* Is this a delegated open? */
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05004474 status = nfs4_set_lock_state(state, request);
4475 if (status != 0)
4476 goto out;
Trond Myklebust01c3b862006-06-29 16:38:39 -04004477 request->fl_flags |= FL_ACCESS;
4478 status = do_vfs_lock(request->fl_file, request);
4479 if (status < 0)
4480 goto out;
Trond Myklebust19e03c52008-12-23 15:21:44 -05004481 down_read(&nfsi->rwsem);
Trond Myklebust01c3b862006-06-29 16:38:39 -04004482 if (test_bit(NFS_DELEGATED_STATE, &state->flags)) {
Trond Myklebust01c3b862006-06-29 16:38:39 -04004483 /* Yes: cache locks! */
Trond Myklebust01c3b862006-06-29 16:38:39 -04004484 /* ...but avoid races with delegation recall... */
Trond Myklebust19e03c52008-12-23 15:21:44 -05004485 request->fl_flags = fl_flags & ~FL_SLEEP;
4486 status = do_vfs_lock(request->fl_file, request);
4487 goto out_unlock;
Trond Myklebust01c3b862006-06-29 16:38:39 -04004488 }
Alexandros Batsakisafe6c272009-12-09 01:50:14 -08004489 status = _nfs4_do_setlk(state, cmd, request, NFS_LOCK_NEW);
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05004490 if (status != 0)
Trond Myklebust01c3b862006-06-29 16:38:39 -04004491 goto out_unlock;
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05004492 /* Note: we always want to sleep here! */
Trond Myklebust01c3b862006-06-29 16:38:39 -04004493 request->fl_flags = fl_flags | FL_SLEEP;
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05004494 if (do_vfs_lock(request->fl_file, request) < 0)
Harvey Harrison3110ff82008-05-02 13:42:44 -07004495 printk(KERN_WARNING "%s: VFS is out of sync with lock manager!\n", __func__);
Trond Myklebust01c3b862006-06-29 16:38:39 -04004496out_unlock:
Trond Myklebust19e03c52008-12-23 15:21:44 -05004497 up_read(&nfsi->rwsem);
Trond Myklebust01c3b862006-06-29 16:38:39 -04004498out:
4499 request->fl_flags = fl_flags;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004500 return status;
4501}
4502
4503static int nfs4_proc_setlk(struct nfs4_state *state, int cmd, struct file_lock *request)
4504{
4505 struct nfs4_exception exception = { };
4506 int err;
4507
4508 do {
Trond Myklebust965b5d62009-06-17 13:22:59 -07004509 err = _nfs4_proc_setlk(state, cmd, request);
4510 if (err == -NFS4ERR_DENIED)
4511 err = -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004512 err = nfs4_handle_exception(NFS_SERVER(state->inode),
Trond Myklebust965b5d62009-06-17 13:22:59 -07004513 err, &exception);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004514 } while (exception.retry);
4515 return err;
4516}
4517
4518static int
4519nfs4_proc_lock(struct file *filp, int cmd, struct file_lock *request)
4520{
4521 struct nfs_open_context *ctx;
4522 struct nfs4_state *state;
4523 unsigned long timeout = NFS4_LOCK_MINTIMEOUT;
4524 int status;
4525
4526 /* verify open state */
Trond Myklebustcd3758e2007-08-10 17:44:32 -04004527 ctx = nfs_file_open_context(filp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004528 state = ctx->state;
4529
4530 if (request->fl_start < 0 || request->fl_end < 0)
4531 return -EINVAL;
4532
Trond Myklebustd9531262009-07-21 19:22:38 -04004533 if (IS_GETLK(cmd)) {
4534 if (state != NULL)
4535 return nfs4_proc_getlk(state, F_GETLK, request);
4536 return 0;
4537 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004538
4539 if (!(IS_SETLK(cmd) || IS_SETLKW(cmd)))
4540 return -EINVAL;
4541
Trond Myklebustd9531262009-07-21 19:22:38 -04004542 if (request->fl_type == F_UNLCK) {
4543 if (state != NULL)
4544 return nfs4_proc_unlck(state, cmd, request);
4545 return 0;
4546 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004547
Trond Myklebustd9531262009-07-21 19:22:38 -04004548 if (state == NULL)
4549 return -ENOLCK;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004550 do {
4551 status = nfs4_proc_setlk(state, cmd, request);
4552 if ((status != -EAGAIN) || IS_SETLK(cmd))
4553 break;
4554 timeout = nfs4_set_lock_task_retry(timeout);
4555 status = -ERESTARTSYS;
4556 if (signalled())
4557 break;
4558 } while(status < 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004559 return status;
4560}
4561
Trond Myklebust888e6942005-11-04 15:38:11 -05004562int nfs4_lock_delegation_recall(struct nfs4_state *state, struct file_lock *fl)
4563{
4564 struct nfs_server *server = NFS_SERVER(state->inode);
4565 struct nfs4_exception exception = { };
4566 int err;
4567
4568 err = nfs4_set_lock_state(state, fl);
4569 if (err != 0)
4570 goto out;
4571 do {
Alexandros Batsakisafe6c272009-12-09 01:50:14 -08004572 err = _nfs4_do_setlk(state, F_SETLK, fl, NFS_LOCK_NEW);
Trond Myklebustd5122202009-06-17 13:22:58 -07004573 switch (err) {
4574 default:
4575 printk(KERN_ERR "%s: unhandled error %d.\n",
4576 __func__, err);
4577 case 0:
Trond Myklebust965b5d62009-06-17 13:22:59 -07004578 case -ESTALE:
Trond Myklebustd5122202009-06-17 13:22:58 -07004579 goto out;
4580 case -NFS4ERR_EXPIRED:
Trond Myklebust0ced63d2011-05-26 14:26:35 -04004581 nfs4_schedule_stateid_recovery(server, state);
Trond Myklebustd5122202009-06-17 13:22:58 -07004582 case -NFS4ERR_STALE_CLIENTID:
Trond Myklebust965b5d62009-06-17 13:22:59 -07004583 case -NFS4ERR_STALE_STATEID:
Trond Myklebust0400a6b2011-03-09 16:00:53 -05004584 nfs4_schedule_lease_recovery(server->nfs_client);
4585 goto out;
Ricardo Labiaga74e7bb72009-12-07 09:48:30 -05004586 case -NFS4ERR_BADSESSION:
4587 case -NFS4ERR_BADSLOT:
4588 case -NFS4ERR_BAD_HIGH_SLOT:
4589 case -NFS4ERR_CONN_NOT_BOUND_TO_SESSION:
4590 case -NFS4ERR_DEADSESSION:
Trond Myklebust0400a6b2011-03-09 16:00:53 -05004591 nfs4_schedule_session_recovery(server->nfs_client->cl_session);
Trond Myklebustd5122202009-06-17 13:22:58 -07004592 goto out;
Trond Myklebust965b5d62009-06-17 13:22:59 -07004593 case -ERESTARTSYS:
4594 /*
4595 * The show must go on: exit, but mark the
4596 * stateid as needing recovery.
4597 */
4598 case -NFS4ERR_ADMIN_REVOKED:
4599 case -NFS4ERR_BAD_STATEID:
4600 case -NFS4ERR_OPENMODE:
Trond Myklebust0400a6b2011-03-09 16:00:53 -05004601 nfs4_schedule_stateid_recovery(server, state);
Trond Myklebust965b5d62009-06-17 13:22:59 -07004602 err = 0;
4603 goto out;
Trond Myklebust168667c2010-10-19 19:47:49 -04004604 case -EKEYEXPIRED:
4605 /*
4606 * User RPCSEC_GSS context has expired.
4607 * We cannot recover this stateid now, so
4608 * skip it and allow recovery thread to
4609 * proceed.
4610 */
4611 err = 0;
4612 goto out;
Trond Myklebust965b5d62009-06-17 13:22:59 -07004613 case -ENOMEM:
4614 case -NFS4ERR_DENIED:
4615 /* kill_proc(fl->fl_pid, SIGLOST, 1); */
4616 err = 0;
4617 goto out;
Trond Myklebustd5122202009-06-17 13:22:58 -07004618 case -NFS4ERR_DELAY:
4619 break;
4620 }
Trond Myklebust888e6942005-11-04 15:38:11 -05004621 err = nfs4_handle_exception(server, err, &exception);
4622 } while (exception.retry);
4623out:
4624 return err;
4625}
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00004626
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04004627static void nfs4_release_lockowner_release(void *calldata)
4628{
4629 kfree(calldata);
4630}
4631
4632const struct rpc_call_ops nfs4_release_lockowner_ops = {
4633 .rpc_release = nfs4_release_lockowner_release,
4634};
4635
4636void nfs4_release_lockowner(const struct nfs4_lock_state *lsp)
4637{
4638 struct nfs_server *server = lsp->ls_state->owner->so_server;
4639 struct nfs_release_lockowner_args *args;
4640 struct rpc_message msg = {
4641 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RELEASE_LOCKOWNER],
4642 };
4643
4644 if (server->nfs_client->cl_mvops->minor_version != 0)
4645 return;
4646 args = kmalloc(sizeof(*args), GFP_NOFS);
4647 if (!args)
4648 return;
4649 args->lock_owner.clientid = server->nfs_client->cl_clientid;
4650 args->lock_owner.id = lsp->ls_id.id;
Trond Myklebustd035c362010-12-21 10:45:27 -05004651 args->lock_owner.s_dev = server->s_dev;
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04004652 msg.rpc_argp = args;
4653 rpc_call_async(server->client, &msg, 0, &nfs4_release_lockowner_ops, args);
4654}
4655
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004656#define XATTR_NAME_NFSV4_ACL "system.nfs4_acl"
4657
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00004658static int nfs4_xattr_set_nfs4_acl(struct dentry *dentry, const char *key,
4659 const void *buf, size_t buflen,
4660 int flags, int type)
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00004661{
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00004662 if (strcmp(key, "") != 0)
4663 return -EINVAL;
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00004664
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00004665 return nfs4_proc_set_acl(dentry->d_inode, buf, buflen);
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00004666}
4667
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00004668static int nfs4_xattr_get_nfs4_acl(struct dentry *dentry, const char *key,
4669 void *buf, size_t buflen, int type)
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00004670{
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00004671 if (strcmp(key, "") != 0)
4672 return -EINVAL;
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004673
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00004674 return nfs4_proc_get_acl(dentry->d_inode, buf, buflen);
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00004675}
4676
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00004677static size_t nfs4_xattr_list_nfs4_acl(struct dentry *dentry, char *list,
4678 size_t list_len, const char *name,
4679 size_t name_len, int type)
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00004680{
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00004681 size_t len = sizeof(XATTR_NAME_NFSV4_ACL);
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00004682
J. Bruce Fields096455a2006-03-20 23:23:42 -05004683 if (!nfs4_server_supports_acls(NFS_SERVER(dentry->d_inode)))
4684 return 0;
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00004685
4686 if (list && len <= list_len)
4687 memcpy(list, XATTR_NAME_NFSV4_ACL, len);
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004688 return len;
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00004689}
4690
Andy Adamson533eb462011-06-13 18:25:56 -04004691/*
4692 * nfs_fhget will use either the mounted_on_fileid or the fileid
4693 */
Trond Myklebust69aaaae2009-03-11 14:10:28 -04004694static void nfs_fixup_referral_attributes(struct nfs_fattr *fattr)
4695{
Andy Adamson533eb462011-06-13 18:25:56 -04004696 if (!(((fattr->valid & NFS_ATTR_FATTR_MOUNTED_ON_FILEID) ||
4697 (fattr->valid & NFS_ATTR_FATTR_FILEID)) &&
4698 (fattr->valid & NFS_ATTR_FATTR_FSID) &&
4699 (fattr->valid & NFS_ATTR_FATTR_V4_REFERRAL)))
Trond Myklebust69aaaae2009-03-11 14:10:28 -04004700 return;
4701
4702 fattr->valid |= NFS_ATTR_FATTR_TYPE | NFS_ATTR_FATTR_MODE |
4703 NFS_ATTR_FATTR_NLINK;
4704 fattr->mode = S_IFDIR | S_IRUGO | S_IXUGO;
4705 fattr->nlink = 2;
4706}
4707
Trond Myklebust56659e92007-07-17 21:52:39 -04004708int nfs4_proc_fs_locations(struct inode *dir, const struct qstr *name,
Manoj Naik7aaa0b32006-06-09 09:34:23 -04004709 struct nfs4_fs_locations *fs_locations, struct page *page)
Trond Myklebust683b57b2006-06-09 09:34:22 -04004710{
4711 struct nfs_server *server = NFS_SERVER(dir);
4712 u32 bitmask[2] = {
Manoj Naik361e6242006-06-09 09:34:24 -04004713 [0] = FATTR4_WORD0_FSID | FATTR4_WORD0_FS_LOCATIONS,
Trond Myklebust683b57b2006-06-09 09:34:22 -04004714 };
4715 struct nfs4_fs_locations_arg args = {
4716 .dir_fh = NFS_FH(dir),
Trond Myklebustc228fd32007-01-13 02:28:11 -05004717 .name = name,
Trond Myklebust683b57b2006-06-09 09:34:22 -04004718 .page = page,
4719 .bitmask = bitmask,
4720 };
Benny Halevy22958462009-04-01 09:22:02 -04004721 struct nfs4_fs_locations_res res = {
4722 .fs_locations = fs_locations,
4723 };
Trond Myklebust683b57b2006-06-09 09:34:22 -04004724 struct rpc_message msg = {
4725 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FS_LOCATIONS],
4726 .rpc_argp = &args,
Benny Halevy22958462009-04-01 09:22:02 -04004727 .rpc_resp = &res,
Trond Myklebust683b57b2006-06-09 09:34:22 -04004728 };
4729 int status;
4730
Harvey Harrison3110ff82008-05-02 13:42:44 -07004731 dprintk("%s: start\n", __func__);
Andy Adamson533eb462011-06-13 18:25:56 -04004732
4733 /* Ask for the fileid of the absent filesystem if mounted_on_fileid
4734 * is not supported */
4735 if (NFS_SERVER(dir)->attr_bitmask[1] & FATTR4_WORD1_MOUNTED_ON_FILEID)
4736 bitmask[1] |= FATTR4_WORD1_MOUNTED_ON_FILEID;
4737 else
4738 bitmask[0] |= FATTR4_WORD0_FILEID;
4739
Trond Myklebustc228fd32007-01-13 02:28:11 -05004740 nfs_fattr_init(&fs_locations->fattr);
Trond Myklebust683b57b2006-06-09 09:34:22 -04004741 fs_locations->server = server;
Manoj Naik830b8e32006-06-09 09:34:25 -04004742 fs_locations->nlocations = 0;
Bryan Schumaker7c513052011-03-24 17:12:24 +00004743 status = nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Harvey Harrison3110ff82008-05-02 13:42:44 -07004744 dprintk("%s: returned status = %d\n", __func__, status);
Trond Myklebust683b57b2006-06-09 09:34:22 -04004745 return status;
4746}
4747
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00004748static int _nfs4_proc_secinfo(struct inode *dir, const struct qstr *name, struct nfs4_secinfo_flavors *flavors)
4749{
4750 int status;
4751 struct nfs4_secinfo_arg args = {
4752 .dir_fh = NFS_FH(dir),
4753 .name = name,
4754 };
4755 struct nfs4_secinfo_res res = {
4756 .flavors = flavors,
4757 };
4758 struct rpc_message msg = {
4759 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SECINFO],
4760 .rpc_argp = &args,
4761 .rpc_resp = &res,
4762 };
4763
4764 dprintk("NFS call secinfo %s\n", name->name);
4765 status = nfs4_call_sync(NFS_SERVER(dir)->client, NFS_SERVER(dir), &msg, &args.seq_args, &res.seq_res, 0);
4766 dprintk("NFS reply secinfo: %d\n", status);
4767 return status;
4768}
4769
4770int nfs4_proc_secinfo(struct inode *dir, const struct qstr *name, struct nfs4_secinfo_flavors *flavors)
4771{
4772 struct nfs4_exception exception = { };
4773 int err;
4774 do {
4775 err = nfs4_handle_exception(NFS_SERVER(dir),
4776 _nfs4_proc_secinfo(dir, name, flavors),
4777 &exception);
4778 } while (exception.retry);
4779 return err;
4780}
4781
Andy Adamson557134a2009-04-01 09:21:53 -04004782#ifdef CONFIG_NFS_V4_1
Benny Halevy99fe60d2009-04-01 09:22:29 -04004783/*
Andy Adamson357f54d2010-12-14 10:11:57 -05004784 * Check the exchange flags returned by the server for invalid flags, having
4785 * both PNFS and NON_PNFS flags set, and not having one of NON_PNFS, PNFS, or
4786 * DS flags set.
4787 */
4788static int nfs4_check_cl_exchange_flags(u32 flags)
4789{
4790 if (flags & ~EXCHGID4_FLAG_MASK_R)
4791 goto out_inval;
4792 if ((flags & EXCHGID4_FLAG_USE_PNFS_MDS) &&
4793 (flags & EXCHGID4_FLAG_USE_NON_PNFS))
4794 goto out_inval;
4795 if (!(flags & (EXCHGID4_FLAG_MASK_PNFS)))
4796 goto out_inval;
4797 return NFS_OK;
4798out_inval:
4799 return -NFS4ERR_INVAL;
4800}
4801
Weston Andros Adamson78fe0f42011-05-31 19:05:47 -04004802static bool
4803nfs41_same_server_scope(struct server_scope *a, struct server_scope *b)
4804{
4805 if (a->server_scope_sz == b->server_scope_sz &&
4806 memcmp(a->server_scope, b->server_scope, a->server_scope_sz) == 0)
4807 return true;
4808
4809 return false;
4810}
4811
Andy Adamson357f54d2010-12-14 10:11:57 -05004812/*
Benny Halevy99fe60d2009-04-01 09:22:29 -04004813 * nfs4_proc_exchange_id()
4814 *
4815 * Since the clientid has expired, all compounds using sessions
4816 * associated with the stale clientid will be returning
4817 * NFS4ERR_BADSESSION in the sequence operation, and will therefore
4818 * be in some phase of session reset.
4819 */
Andy Adamson4d643d12009-12-04 15:52:24 -05004820int nfs4_proc_exchange_id(struct nfs_client *clp, struct rpc_cred *cred)
Benny Halevy99fe60d2009-04-01 09:22:29 -04004821{
4822 nfs4_verifier verifier;
4823 struct nfs41_exchange_id_args args = {
4824 .client = clp,
Andy Adamson357f54d2010-12-14 10:11:57 -05004825 .flags = EXCHGID4_FLAG_SUPP_MOVED_REFER,
Benny Halevy99fe60d2009-04-01 09:22:29 -04004826 };
4827 struct nfs41_exchange_id_res res = {
4828 .client = clp,
4829 };
4830 int status;
4831 struct rpc_message msg = {
4832 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_EXCHANGE_ID],
4833 .rpc_argp = &args,
4834 .rpc_resp = &res,
4835 .rpc_cred = cred,
4836 };
4837 __be32 *p;
4838
4839 dprintk("--> %s\n", __func__);
4840 BUG_ON(clp == NULL);
Andy Adamsona7b72102009-04-01 09:22:46 -04004841
Benny Halevy99fe60d2009-04-01 09:22:29 -04004842 p = (u32 *)verifier.data;
4843 *p++ = htonl((u32)clp->cl_boot_time.tv_sec);
4844 *p = htonl((u32)clp->cl_boot_time.tv_nsec);
4845 args.verifier = &verifier;
4846
Andy Adamsonc7a360b2011-01-25 19:15:32 -05004847 args.id_len = scnprintf(args.id, sizeof(args.id),
4848 "%s/%s.%s/%u",
4849 clp->cl_ipaddr,
4850 init_utsname()->nodename,
4851 init_utsname()->domainname,
4852 clp->cl_rpcclient->cl_auth->au_flavor);
Benny Halevy99fe60d2009-04-01 09:22:29 -04004853
Weston Andros Adamson78fe0f42011-05-31 19:05:47 -04004854 res.server_scope = kzalloc(sizeof(struct server_scope), GFP_KERNEL);
4855 if (unlikely(!res.server_scope))
4856 return -ENOMEM;
4857
Trond Myklebust1bd714f2011-04-24 14:29:33 -04004858 status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Andy Adamsonc7a360b2011-01-25 19:15:32 -05004859 if (!status)
4860 status = nfs4_check_cl_exchange_flags(clp->cl_exchange_flags);
Weston Andros Adamson78fe0f42011-05-31 19:05:47 -04004861
4862 if (!status) {
4863 if (clp->server_scope &&
4864 !nfs41_same_server_scope(clp->server_scope,
4865 res.server_scope)) {
4866 dprintk("%s: server_scope mismatch detected\n",
4867 __func__);
4868 set_bit(NFS4CLNT_SERVER_SCOPE_MISMATCH, &clp->cl_state);
4869 kfree(clp->server_scope);
4870 clp->server_scope = NULL;
4871 }
4872
4873 if (!clp->server_scope)
4874 clp->server_scope = res.server_scope;
4875 else
4876 kfree(res.server_scope);
4877 }
4878
Benny Halevy99fe60d2009-04-01 09:22:29 -04004879 dprintk("<-- %s status= %d\n", __func__, status);
4880 return status;
4881}
4882
Andy Adamson2050f0c2009-04-01 09:22:30 -04004883struct nfs4_get_lease_time_data {
4884 struct nfs4_get_lease_time_args *args;
4885 struct nfs4_get_lease_time_res *res;
4886 struct nfs_client *clp;
4887};
4888
4889static void nfs4_get_lease_time_prepare(struct rpc_task *task,
4890 void *calldata)
4891{
4892 int ret;
4893 struct nfs4_get_lease_time_data *data =
4894 (struct nfs4_get_lease_time_data *)calldata;
4895
4896 dprintk("--> %s\n", __func__);
Alexandros Batsakis689cf5c2009-12-14 21:27:56 -08004897 rpc_task_set_priority(task, RPC_PRIORITY_PRIVILEGED);
Andy Adamson2050f0c2009-04-01 09:22:30 -04004898 /* just setup sequence, do not trigger session recovery
4899 since we're invoked within one */
4900 ret = nfs41_setup_sequence(data->clp->cl_session,
Alexandros Batsakis689cf5c2009-12-14 21:27:56 -08004901 &data->args->la_seq_args,
4902 &data->res->lr_seq_res, 0, task);
Andy Adamson2050f0c2009-04-01 09:22:30 -04004903
4904 BUG_ON(ret == -EAGAIN);
4905 rpc_call_start(task);
4906 dprintk("<-- %s\n", __func__);
4907}
4908
4909/*
4910 * Called from nfs4_state_manager thread for session setup, so don't recover
4911 * from sequence operation or clientid errors.
4912 */
4913static void nfs4_get_lease_time_done(struct rpc_task *task, void *calldata)
4914{
4915 struct nfs4_get_lease_time_data *data =
4916 (struct nfs4_get_lease_time_data *)calldata;
4917
4918 dprintk("--> %s\n", __func__);
Trond Myklebust14516c32010-07-31 14:29:06 -04004919 if (!nfs41_sequence_done(task, &data->res->lr_seq_res))
4920 return;
Andy Adamson2050f0c2009-04-01 09:22:30 -04004921 switch (task->tk_status) {
4922 case -NFS4ERR_DELAY:
4923 case -NFS4ERR_GRACE:
4924 dprintk("%s Retry: tk_status %d\n", __func__, task->tk_status);
4925 rpc_delay(task, NFS4_POLL_RETRY_MIN);
4926 task->tk_status = 0;
Andy Adamsona8a4ae32011-05-03 13:43:03 -04004927 /* fall through */
4928 case -NFS4ERR_RETRY_UNCACHED_REP:
Trond Myklebust0110ee12009-12-07 09:00:24 -05004929 nfs_restart_rpc(task, data->clp);
Andy Adamson2050f0c2009-04-01 09:22:30 -04004930 return;
4931 }
Andy Adamson2050f0c2009-04-01 09:22:30 -04004932 dprintk("<-- %s\n", __func__);
4933}
4934
4935struct rpc_call_ops nfs4_get_lease_time_ops = {
4936 .rpc_call_prepare = nfs4_get_lease_time_prepare,
4937 .rpc_call_done = nfs4_get_lease_time_done,
4938};
4939
4940int nfs4_proc_get_lease_time(struct nfs_client *clp, struct nfs_fsinfo *fsinfo)
4941{
4942 struct rpc_task *task;
4943 struct nfs4_get_lease_time_args args;
4944 struct nfs4_get_lease_time_res res = {
4945 .lr_fsinfo = fsinfo,
4946 };
4947 struct nfs4_get_lease_time_data data = {
4948 .args = &args,
4949 .res = &res,
4950 .clp = clp,
4951 };
4952 struct rpc_message msg = {
4953 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GET_LEASE_TIME],
4954 .rpc_argp = &args,
4955 .rpc_resp = &res,
4956 };
4957 struct rpc_task_setup task_setup = {
4958 .rpc_client = clp->cl_rpcclient,
4959 .rpc_message = &msg,
4960 .callback_ops = &nfs4_get_lease_time_ops,
Trond Myklebust1bd714f2011-04-24 14:29:33 -04004961 .callback_data = &data,
4962 .flags = RPC_TASK_TIMEOUT,
Andy Adamson2050f0c2009-04-01 09:22:30 -04004963 };
4964 int status;
4965
Andy Adamson2050f0c2009-04-01 09:22:30 -04004966 dprintk("--> %s\n", __func__);
4967 task = rpc_run_task(&task_setup);
4968
4969 if (IS_ERR(task))
4970 status = PTR_ERR(task);
4971 else {
4972 status = task->tk_status;
4973 rpc_put_task(task);
4974 }
4975 dprintk("<-- %s return %d\n", __func__, status);
4976
4977 return status;
4978}
4979
Ricardo Labiagab73dafa2009-04-01 09:23:31 -04004980/*
4981 * Reset a slot table
4982 */
Andy Adamson104aeba2010-01-14 17:45:10 -05004983static int nfs4_reset_slot_table(struct nfs4_slot_table *tbl, u32 max_reqs,
4984 int ivalue)
Andy Adamsonac72b7b2009-04-01 09:22:37 -04004985{
Andy Adamson104aeba2010-01-14 17:45:10 -05004986 struct nfs4_slot *new = NULL;
Ricardo Labiagab73dafa2009-04-01 09:23:31 -04004987 int i;
Andy Adamsonac72b7b2009-04-01 09:22:37 -04004988 int ret = 0;
4989
Andy Adamson104aeba2010-01-14 17:45:10 -05004990 dprintk("--> %s: max_reqs=%u, tbl->max_slots %d\n", __func__,
4991 max_reqs, tbl->max_slots);
Andy Adamsonac72b7b2009-04-01 09:22:37 -04004992
Andy Adamson104aeba2010-01-14 17:45:10 -05004993 /* Does the newly negotiated max_reqs match the existing slot table? */
4994 if (max_reqs != tbl->max_slots) {
4995 ret = -ENOMEM;
4996 new = kmalloc(max_reqs * sizeof(struct nfs4_slot),
Trond Myklebust8535b2b2010-05-13 12:51:01 -04004997 GFP_NOFS);
Andy Adamson104aeba2010-01-14 17:45:10 -05004998 if (!new)
4999 goto out;
5000 ret = 0;
5001 kfree(tbl->slots);
Andy Adamsonac72b7b2009-04-01 09:22:37 -04005002 }
5003 spin_lock(&tbl->slot_tbl_lock);
Andy Adamson104aeba2010-01-14 17:45:10 -05005004 if (new) {
5005 tbl->slots = new;
5006 tbl->max_slots = max_reqs;
5007 }
5008 for (i = 0; i < tbl->max_slots; ++i)
Ricardo Labiagab73dafa2009-04-01 09:23:31 -04005009 tbl->slots[i].seq_nr = ivalue;
Andy Adamsonac72b7b2009-04-01 09:22:37 -04005010 spin_unlock(&tbl->slot_tbl_lock);
5011 dprintk("%s: tbl=%p slots=%p max_slots=%d\n", __func__,
5012 tbl, tbl->slots, tbl->max_slots);
5013out:
5014 dprintk("<-- %s: return %d\n", __func__, ret);
5015 return ret;
5016}
5017
Andy Adamsonfc931582009-04-01 09:22:31 -04005018/*
Ricardo Labiagab73dafa2009-04-01 09:23:31 -04005019 * Reset the forechannel and backchannel slot tables
5020 */
5021static int nfs4_reset_slot_tables(struct nfs4_session *session)
5022{
5023 int status;
5024
5025 status = nfs4_reset_slot_table(&session->fc_slot_table,
Andy Adamson104aeba2010-01-14 17:45:10 -05005026 session->fc_attrs.max_reqs, 1);
Ricardo Labiagaf8625a62009-04-01 09:23:33 -04005027 if (status)
5028 return status;
5029
5030 status = nfs4_reset_slot_table(&session->bc_slot_table,
Andy Adamson104aeba2010-01-14 17:45:10 -05005031 session->bc_attrs.max_reqs, 0);
Ricardo Labiagab73dafa2009-04-01 09:23:31 -04005032 return status;
5033}
5034
Ricardo Labiagaf8625a62009-04-01 09:23:33 -04005035/* Destroy the slot table */
5036static void nfs4_destroy_slot_tables(struct nfs4_session *session)
5037{
5038 if (session->fc_slot_table.slots != NULL) {
5039 kfree(session->fc_slot_table.slots);
5040 session->fc_slot_table.slots = NULL;
5041 }
5042 if (session->bc_slot_table.slots != NULL) {
5043 kfree(session->bc_slot_table.slots);
5044 session->bc_slot_table.slots = NULL;
5045 }
5046 return;
5047}
5048
Ricardo Labiagab73dafa2009-04-01 09:23:31 -04005049/*
Andy Adamsonfc931582009-04-01 09:22:31 -04005050 * Initialize slot table
5051 */
Ricardo Labiaga050047c2009-04-01 09:23:32 -04005052static int nfs4_init_slot_table(struct nfs4_slot_table *tbl,
5053 int max_slots, int ivalue)
Andy Adamsonfc931582009-04-01 09:22:31 -04005054{
Andy Adamsonfc931582009-04-01 09:22:31 -04005055 struct nfs4_slot *slot;
5056 int ret = -ENOMEM;
5057
5058 BUG_ON(max_slots > NFS4_MAX_SLOT_TABLE);
5059
Ricardo Labiaga050047c2009-04-01 09:23:32 -04005060 dprintk("--> %s: max_reqs=%u\n", __func__, max_slots);
Andy Adamsonfc931582009-04-01 09:22:31 -04005061
Trond Myklebust8535b2b2010-05-13 12:51:01 -04005062 slot = kcalloc(max_slots, sizeof(struct nfs4_slot), GFP_NOFS);
Andy Adamsonfc931582009-04-01 09:22:31 -04005063 if (!slot)
5064 goto out;
Andy Adamsonfc931582009-04-01 09:22:31 -04005065 ret = 0;
5066
5067 spin_lock(&tbl->slot_tbl_lock);
Andy Adamsonfc931582009-04-01 09:22:31 -04005068 tbl->max_slots = max_slots;
5069 tbl->slots = slot;
5070 tbl->highest_used_slotid = -1; /* no slot is currently used */
5071 spin_unlock(&tbl->slot_tbl_lock);
5072 dprintk("%s: tbl=%p slots=%p max_slots=%d\n", __func__,
5073 tbl, tbl->slots, tbl->max_slots);
5074out:
5075 dprintk("<-- %s: return %d\n", __func__, ret);
5076 return ret;
Andy Adamsonfc931582009-04-01 09:22:31 -04005077}
5078
Ricardo Labiaga050047c2009-04-01 09:23:32 -04005079/*
5080 * Initialize the forechannel and backchannel tables
5081 */
5082static int nfs4_init_slot_tables(struct nfs4_session *session)
5083{
Trond Myklebustf26468f2009-12-05 19:32:11 -05005084 struct nfs4_slot_table *tbl;
5085 int status = 0;
Ricardo Labiaga050047c2009-04-01 09:23:32 -04005086
Trond Myklebustf26468f2009-12-05 19:32:11 -05005087 tbl = &session->fc_slot_table;
5088 if (tbl->slots == NULL) {
5089 status = nfs4_init_slot_table(tbl,
5090 session->fc_attrs.max_reqs, 1);
5091 if (status)
5092 return status;
5093 }
Ricardo Labiaga050047c2009-04-01 09:23:32 -04005094
Trond Myklebustf26468f2009-12-05 19:32:11 -05005095 tbl = &session->bc_slot_table;
5096 if (tbl->slots == NULL) {
5097 status = nfs4_init_slot_table(tbl,
5098 session->bc_attrs.max_reqs, 0);
5099 if (status)
5100 nfs4_destroy_slot_tables(session);
5101 }
Ricardo Labiagaf8625a62009-04-01 09:23:33 -04005102
5103 return status;
Andy Adamson557134a2009-04-01 09:21:53 -04005104}
5105
5106struct nfs4_session *nfs4_alloc_session(struct nfs_client *clp)
5107{
5108 struct nfs4_session *session;
5109 struct nfs4_slot_table *tbl;
5110
Trond Myklebust8535b2b2010-05-13 12:51:01 -04005111 session = kzalloc(sizeof(struct nfs4_session), GFP_NOFS);
Andy Adamson557134a2009-04-01 09:21:53 -04005112 if (!session)
5113 return NULL;
Andy Adamson76db6d92009-04-01 09:22:38 -04005114
Andy Adamson557134a2009-04-01 09:21:53 -04005115 tbl = &session->fc_slot_table;
Ricardo Labiaga9dfdf402009-12-06 12:57:34 -05005116 tbl->highest_used_slotid = -1;
Andy Adamson557134a2009-04-01 09:21:53 -04005117 spin_lock_init(&tbl->slot_tbl_lock);
Alexandros Batsakis689cf5c2009-12-14 21:27:56 -08005118 rpc_init_priority_wait_queue(&tbl->slot_tbl_waitq, "ForeChannel Slot table");
Andy Adamson42acd022011-01-06 02:04:34 +00005119 init_completion(&tbl->complete);
Ricardo Labiagaf8625a62009-04-01 09:23:33 -04005120
5121 tbl = &session->bc_slot_table;
Ricardo Labiaga9dfdf402009-12-06 12:57:34 -05005122 tbl->highest_used_slotid = -1;
Ricardo Labiagaf8625a62009-04-01 09:23:33 -04005123 spin_lock_init(&tbl->slot_tbl_lock);
5124 rpc_init_wait_queue(&tbl->slot_tbl_waitq, "BackChannel Slot table");
Andy Adamson42acd022011-01-06 02:04:34 +00005125 init_completion(&tbl->complete);
Ricardo Labiagaf8625a62009-04-01 09:23:33 -04005126
Trond Myklebust1055d762010-06-16 09:52:27 -04005127 session->session_state = 1<<NFS4_SESSION_INITING;
5128
Andy Adamson557134a2009-04-01 09:21:53 -04005129 session->clp = clp;
5130 return session;
5131}
5132
5133void nfs4_destroy_session(struct nfs4_session *session)
5134{
Andy Adamson5a0ffe52009-04-01 09:23:18 -04005135 nfs4_proc_destroy_session(session);
5136 dprintk("%s Destroy backchannel for xprt %p\n",
5137 __func__, session->clp->cl_rpcclient->cl_xprt);
5138 xprt_destroy_backchannel(session->clp->cl_rpcclient->cl_xprt,
5139 NFS41_BC_MIN_CALLBACKS);
Ricardo Labiagaf8625a62009-04-01 09:23:33 -04005140 nfs4_destroy_slot_tables(session);
Andy Adamson557134a2009-04-01 09:21:53 -04005141 kfree(session);
5142}
5143
Andy Adamsonfc931582009-04-01 09:22:31 -04005144/*
5145 * Initialize the values to be used by the client in CREATE_SESSION
5146 * If nfs4_init_session set the fore channel request and response sizes,
5147 * use them.
5148 *
5149 * Set the back channel max_resp_sz_cached to zero to force the client to
5150 * always set csa_cachethis to FALSE because the current implementation
5151 * of the back channel DRC only supports caching the CB_SEQUENCE operation.
5152 */
5153static void nfs4_init_channel_attrs(struct nfs41_create_session_args *args)
5154{
5155 struct nfs4_session *session = args->client->cl_session;
5156 unsigned int mxrqst_sz = session->fc_attrs.max_rqst_sz,
5157 mxresp_sz = session->fc_attrs.max_resp_sz;
5158
5159 if (mxrqst_sz == 0)
5160 mxrqst_sz = NFS_MAX_FILE_IO_SIZE;
5161 if (mxresp_sz == 0)
5162 mxresp_sz = NFS_MAX_FILE_IO_SIZE;
5163 /* Fore channel attributes */
Andy Adamsonfc931582009-04-01 09:22:31 -04005164 args->fc_attrs.max_rqst_sz = mxrqst_sz;
5165 args->fc_attrs.max_resp_sz = mxresp_sz;
Andy Adamsonfc931582009-04-01 09:22:31 -04005166 args->fc_attrs.max_ops = NFS4_MAX_OPS;
5167 args->fc_attrs.max_reqs = session->clp->cl_rpcclient->cl_xprt->max_reqs;
5168
5169 dprintk("%s: Fore Channel : max_rqst_sz=%u max_resp_sz=%u "
Mike Sager8e0d46e2009-12-17 12:06:26 -05005170 "max_ops=%u max_reqs=%u\n",
Andy Adamsonfc931582009-04-01 09:22:31 -04005171 __func__,
5172 args->fc_attrs.max_rqst_sz, args->fc_attrs.max_resp_sz,
Mike Sager8e0d46e2009-12-17 12:06:26 -05005173 args->fc_attrs.max_ops, args->fc_attrs.max_reqs);
Andy Adamsonfc931582009-04-01 09:22:31 -04005174
5175 /* Back channel attributes */
Andy Adamsonfc931582009-04-01 09:22:31 -04005176 args->bc_attrs.max_rqst_sz = PAGE_SIZE;
5177 args->bc_attrs.max_resp_sz = PAGE_SIZE;
5178 args->bc_attrs.max_resp_sz_cached = 0;
5179 args->bc_attrs.max_ops = NFS4_MAX_BACK_CHANNEL_OPS;
5180 args->bc_attrs.max_reqs = 1;
5181
5182 dprintk("%s: Back Channel : max_rqst_sz=%u max_resp_sz=%u "
5183 "max_resp_sz_cached=%u max_ops=%u max_reqs=%u\n",
5184 __func__,
5185 args->bc_attrs.max_rqst_sz, args->bc_attrs.max_resp_sz,
5186 args->bc_attrs.max_resp_sz_cached, args->bc_attrs.max_ops,
5187 args->bc_attrs.max_reqs);
5188}
5189
J. Bruce Fields43c2e882010-10-02 15:19:01 -04005190static int nfs4_verify_fore_channel_attrs(struct nfs41_create_session_args *args, struct nfs4_session *session)
Andy Adamson8d353012009-04-01 09:22:32 -04005191{
J. Bruce Fields43c2e882010-10-02 15:19:01 -04005192 struct nfs4_channel_attrs *sent = &args->fc_attrs;
5193 struct nfs4_channel_attrs *rcvd = &session->fc_attrs;
5194
J. Bruce Fields43c2e882010-10-02 15:19:01 -04005195 if (rcvd->max_resp_sz > sent->max_resp_sz)
5196 return -EINVAL;
5197 /*
5198 * Our requested max_ops is the minimum we need; we're not
5199 * prepared to break up compounds into smaller pieces than that.
5200 * So, no point even trying to continue if the server won't
5201 * cooperate:
5202 */
5203 if (rcvd->max_ops < sent->max_ops)
5204 return -EINVAL;
5205 if (rcvd->max_reqs == 0)
5206 return -EINVAL;
5207 return 0;
Andy Adamson8d353012009-04-01 09:22:32 -04005208}
5209
J. Bruce Fields43c2e882010-10-02 15:19:01 -04005210static int nfs4_verify_back_channel_attrs(struct nfs41_create_session_args *args, struct nfs4_session *session)
5211{
5212 struct nfs4_channel_attrs *sent = &args->bc_attrs;
5213 struct nfs4_channel_attrs *rcvd = &session->bc_attrs;
Andy Adamson8d353012009-04-01 09:22:32 -04005214
J. Bruce Fields43c2e882010-10-02 15:19:01 -04005215 if (rcvd->max_rqst_sz > sent->max_rqst_sz)
5216 return -EINVAL;
5217 if (rcvd->max_resp_sz < sent->max_resp_sz)
5218 return -EINVAL;
5219 if (rcvd->max_resp_sz_cached > sent->max_resp_sz_cached)
5220 return -EINVAL;
5221 /* These would render the backchannel useless: */
5222 if (rcvd->max_ops == 0)
5223 return -EINVAL;
5224 if (rcvd->max_reqs == 0)
5225 return -EINVAL;
5226 return 0;
5227}
Andy Adamson8d353012009-04-01 09:22:32 -04005228
Andy Adamson8d353012009-04-01 09:22:32 -04005229static int nfs4_verify_channel_attrs(struct nfs41_create_session_args *args,
5230 struct nfs4_session *session)
5231{
J. Bruce Fields43c2e882010-10-02 15:19:01 -04005232 int ret;
Andy Adamson8d353012009-04-01 09:22:32 -04005233
J. Bruce Fields43c2e882010-10-02 15:19:01 -04005234 ret = nfs4_verify_fore_channel_attrs(args, session);
5235 if (ret)
5236 return ret;
5237 return nfs4_verify_back_channel_attrs(args, session);
Andy Adamson8d353012009-04-01 09:22:32 -04005238}
5239
Andy Adamsonfc931582009-04-01 09:22:31 -04005240static int _nfs4_proc_create_session(struct nfs_client *clp)
5241{
5242 struct nfs4_session *session = clp->cl_session;
5243 struct nfs41_create_session_args args = {
5244 .client = clp,
5245 .cb_program = NFS4_CALLBACK,
5246 };
5247 struct nfs41_create_session_res res = {
5248 .client = clp,
5249 };
5250 struct rpc_message msg = {
5251 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_CREATE_SESSION],
5252 .rpc_argp = &args,
5253 .rpc_resp = &res,
5254 };
5255 int status;
5256
5257 nfs4_init_channel_attrs(&args);
Andy Adamson0f914212009-04-01 09:23:16 -04005258 args.flags = (SESSION4_PERSIST | SESSION4_BACK_CHAN);
Andy Adamsonfc931582009-04-01 09:22:31 -04005259
Trond Myklebust1bd714f2011-04-24 14:29:33 -04005260 status = rpc_call_sync(session->clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Andy Adamsonfc931582009-04-01 09:22:31 -04005261
Andy Adamson8d353012009-04-01 09:22:32 -04005262 if (!status)
5263 /* Verify the session's negotiated channel_attrs values */
5264 status = nfs4_verify_channel_attrs(&args, session);
Andy Adamsonfc931582009-04-01 09:22:31 -04005265 if (!status) {
5266 /* Increment the clientid slot sequence id */
5267 clp->cl_seqid++;
5268 }
5269
5270 return status;
5271}
5272
5273/*
5274 * Issues a CREATE_SESSION operation to the server.
5275 * It is the responsibility of the caller to verify the session is
5276 * expired before calling this routine.
5277 */
Trond Myklebustf26468f2009-12-05 19:32:11 -05005278int nfs4_proc_create_session(struct nfs_client *clp)
Andy Adamsonfc931582009-04-01 09:22:31 -04005279{
5280 int status;
5281 unsigned *ptr;
Andy Adamsonfc931582009-04-01 09:22:31 -04005282 struct nfs4_session *session = clp->cl_session;
5283
5284 dprintk("--> %s clp=%p session=%p\n", __func__, clp, session);
5285
Trond Myklebustfd954ae2011-04-24 14:28:18 -04005286 status = _nfs4_proc_create_session(clp);
Andy Adamsonfc931582009-04-01 09:22:31 -04005287 if (status)
5288 goto out;
5289
Trond Myklebustf26468f2009-12-05 19:32:11 -05005290 /* Init and reset the fore channel */
5291 status = nfs4_init_slot_tables(session);
5292 dprintk("slot table initialization returned %d\n", status);
5293 if (status)
5294 goto out;
5295 status = nfs4_reset_slot_tables(session);
5296 dprintk("slot table reset returned %d\n", status);
Andy Adamsonfc931582009-04-01 09:22:31 -04005297 if (status)
5298 goto out;
5299
5300 ptr = (unsigned *)&session->sess_id.data[0];
5301 dprintk("%s client>seqid %d sessionid %u:%u:%u:%u\n", __func__,
5302 clp->cl_seqid, ptr[0], ptr[1], ptr[2], ptr[3]);
Andy Adamsonfc931582009-04-01 09:22:31 -04005303out:
5304 dprintk("<-- %s\n", __func__);
5305 return status;
5306}
5307
Andy Adamson0f3e66c2009-04-01 09:22:34 -04005308/*
5309 * Issue the over-the-wire RPC DESTROY_SESSION.
5310 * The caller must serialize access to this routine.
5311 */
5312int nfs4_proc_destroy_session(struct nfs4_session *session)
5313{
5314 int status = 0;
5315 struct rpc_message msg;
5316
5317 dprintk("--> nfs4_proc_destroy_session\n");
5318
5319 /* session is still being setup */
5320 if (session->clp->cl_cons_state != NFS_CS_READY)
5321 return status;
5322
5323 msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_DESTROY_SESSION];
5324 msg.rpc_argp = session;
5325 msg.rpc_resp = NULL;
5326 msg.rpc_cred = NULL;
Trond Myklebust1bd714f2011-04-24 14:29:33 -04005327 status = rpc_call_sync(session->clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Andy Adamson0f3e66c2009-04-01 09:22:34 -04005328
5329 if (status)
5330 printk(KERN_WARNING
5331 "Got error %d from the server on DESTROY_SESSION. "
5332 "Session has been destroyed regardless...\n", status);
5333
5334 dprintk("<-- nfs4_proc_destroy_session\n");
5335 return status;
5336}
5337
Trond Myklebustfccba802009-07-21 16:48:07 -04005338int nfs4_init_session(struct nfs_server *server)
5339{
5340 struct nfs_client *clp = server->nfs_client;
Alexandros Batsakis2449ea22009-12-05 13:36:55 -05005341 struct nfs4_session *session;
Andy Adamson68bf05e2009-12-15 12:55:02 -05005342 unsigned int rsize, wsize;
Trond Myklebustfccba802009-07-21 16:48:07 -04005343 int ret;
5344
5345 if (!nfs4_has_session(clp))
5346 return 0;
5347
Trond Myklebust1055d762010-06-16 09:52:27 -04005348 session = clp->cl_session;
5349 if (!test_and_clear_bit(NFS4_SESSION_INITING, &session->session_state))
5350 return 0;
5351
Andy Adamson68bf05e2009-12-15 12:55:02 -05005352 rsize = server->rsize;
5353 if (rsize == 0)
5354 rsize = NFS_MAX_FILE_IO_SIZE;
5355 wsize = server->wsize;
5356 if (wsize == 0)
5357 wsize = NFS_MAX_FILE_IO_SIZE;
5358
Andy Adamson68bf05e2009-12-15 12:55:02 -05005359 session->fc_attrs.max_rqst_sz = wsize + nfs41_maxwrite_overhead;
5360 session->fc_attrs.max_resp_sz = rsize + nfs41_maxread_overhead;
Alexandros Batsakis2449ea22009-12-05 13:36:55 -05005361
Trond Myklebustfccba802009-07-21 16:48:07 -04005362 ret = nfs4_recover_expired_lease(server);
5363 if (!ret)
5364 ret = nfs4_check_client_ready(clp);
5365 return ret;
5366}
5367
Andy Adamsond83217c2011-03-01 01:34:17 +00005368int nfs4_init_ds_session(struct nfs_client *clp)
5369{
5370 struct nfs4_session *session = clp->cl_session;
5371 int ret;
5372
5373 if (!test_and_clear_bit(NFS4_SESSION_INITING, &session->session_state))
5374 return 0;
5375
5376 ret = nfs4_client_recover_expired_lease(clp);
5377 if (!ret)
5378 /* Test for the DS role */
5379 if (!is_ds_client(clp))
5380 ret = -ENODEV;
5381 if (!ret)
5382 ret = nfs4_check_client_ready(clp);
5383 return ret;
5384
5385}
5386EXPORT_SYMBOL_GPL(nfs4_init_ds_session);
5387
5388
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005389/*
5390 * Renew the cl_session lease.
5391 */
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04005392struct nfs4_sequence_data {
5393 struct nfs_client *clp;
5394 struct nfs4_sequence_args args;
5395 struct nfs4_sequence_res res;
5396};
5397
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08005398static void nfs41_sequence_release(void *data)
5399{
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04005400 struct nfs4_sequence_data *calldata = data;
5401 struct nfs_client *clp = calldata->clp;
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08005402
Alexandros Batsakis71358402010-02-05 03:45:05 -08005403 if (atomic_read(&clp->cl_count) > 1)
5404 nfs4_schedule_state_renewal(clp);
5405 nfs_put_client(clp);
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04005406 kfree(calldata);
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08005407}
5408
Trond Myklebustaa5190d2010-06-16 09:52:25 -04005409static int nfs41_sequence_handle_errors(struct rpc_task *task, struct nfs_client *clp)
5410{
5411 switch(task->tk_status) {
5412 case -NFS4ERR_DELAY:
Trond Myklebustaa5190d2010-06-16 09:52:25 -04005413 rpc_delay(task, NFS4_POLL_RETRY_MAX);
5414 return -EAGAIN;
5415 default:
Trond Myklebust0400a6b2011-03-09 16:00:53 -05005416 nfs4_schedule_lease_recovery(clp);
Trond Myklebustaa5190d2010-06-16 09:52:25 -04005417 }
5418 return 0;
5419}
5420
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08005421static void nfs41_sequence_call_done(struct rpc_task *task, void *data)
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005422{
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04005423 struct nfs4_sequence_data *calldata = data;
5424 struct nfs_client *clp = calldata->clp;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005425
Trond Myklebust14516c32010-07-31 14:29:06 -04005426 if (!nfs41_sequence_done(task, task->tk_msg.rpc_resp))
5427 return;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005428
5429 if (task->tk_status < 0) {
5430 dprintk("%s ERROR %d\n", __func__, task->tk_status);
Alexandros Batsakis71358402010-02-05 03:45:05 -08005431 if (atomic_read(&clp->cl_count) == 1)
5432 goto out;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005433
Trond Myklebustaa5190d2010-06-16 09:52:25 -04005434 if (nfs41_sequence_handle_errors(task, clp) == -EAGAIN) {
5435 rpc_restart_call_prepare(task);
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005436 return;
5437 }
5438 }
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005439 dprintk("%s rpc_cred %p\n", __func__, task->tk_msg.rpc_cred);
Alexandros Batsakis71358402010-02-05 03:45:05 -08005440out:
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005441 dprintk("<-- %s\n", __func__);
5442}
5443
5444static void nfs41_sequence_prepare(struct rpc_task *task, void *data)
5445{
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04005446 struct nfs4_sequence_data *calldata = data;
5447 struct nfs_client *clp = calldata->clp;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005448 struct nfs4_sequence_args *args;
5449 struct nfs4_sequence_res *res;
5450
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005451 args = task->tk_msg.rpc_argp;
5452 res = task->tk_msg.rpc_resp;
5453
Trond Myklebust035168a2010-06-16 09:52:26 -04005454 if (nfs41_setup_sequence(clp->cl_session, args, res, 0, task))
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005455 return;
5456 rpc_call_start(task);
5457}
5458
5459static const struct rpc_call_ops nfs41_sequence_ops = {
5460 .rpc_call_done = nfs41_sequence_call_done,
5461 .rpc_call_prepare = nfs41_sequence_prepare,
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08005462 .rpc_release = nfs41_sequence_release,
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005463};
5464
Trond Myklebust71ac6da2010-06-16 09:52:26 -04005465static struct rpc_task *_nfs41_proc_sequence(struct nfs_client *clp, struct rpc_cred *cred)
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005466{
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04005467 struct nfs4_sequence_data *calldata;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005468 struct rpc_message msg = {
5469 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SEQUENCE],
5470 .rpc_cred = cred,
5471 };
Trond Myklebust71ac6da2010-06-16 09:52:26 -04005472 struct rpc_task_setup task_setup_data = {
5473 .rpc_client = clp->cl_rpcclient,
5474 .rpc_message = &msg,
5475 .callback_ops = &nfs41_sequence_ops,
5476 .flags = RPC_TASK_ASYNC | RPC_TASK_SOFT,
5477 };
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005478
Alexandros Batsakis71358402010-02-05 03:45:05 -08005479 if (!atomic_inc_not_zero(&clp->cl_count))
Trond Myklebust71ac6da2010-06-16 09:52:26 -04005480 return ERR_PTR(-EIO);
Benny Halevydfb4f3092010-09-24 09:17:01 -04005481 calldata = kzalloc(sizeof(*calldata), GFP_NOFS);
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04005482 if (calldata == NULL) {
Alexandros Batsakis71358402010-02-05 03:45:05 -08005483 nfs_put_client(clp);
Trond Myklebust71ac6da2010-06-16 09:52:26 -04005484 return ERR_PTR(-ENOMEM);
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005485 }
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04005486 msg.rpc_argp = &calldata->args;
5487 msg.rpc_resp = &calldata->res;
5488 calldata->clp = clp;
Trond Myklebust71ac6da2010-06-16 09:52:26 -04005489 task_setup_data.callback_data = calldata;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005490
Trond Myklebust71ac6da2010-06-16 09:52:26 -04005491 return rpc_run_task(&task_setup_data);
5492}
5493
Trond Myklebust2f60ea62011-08-24 15:07:37 -04005494static int nfs41_proc_async_sequence(struct nfs_client *clp, struct rpc_cred *cred, unsigned renew_flags)
Trond Myklebust71ac6da2010-06-16 09:52:26 -04005495{
5496 struct rpc_task *task;
5497 int ret = 0;
5498
Trond Myklebust2f60ea62011-08-24 15:07:37 -04005499 if ((renew_flags & NFS4_RENEW_TIMEOUT) == 0)
5500 return 0;
Trond Myklebust71ac6da2010-06-16 09:52:26 -04005501 task = _nfs41_proc_sequence(clp, cred);
5502 if (IS_ERR(task))
5503 ret = PTR_ERR(task);
5504 else
Trond Myklebustbf294b42011-02-21 11:05:41 -08005505 rpc_put_task_async(task);
Trond Myklebust71ac6da2010-06-16 09:52:26 -04005506 dprintk("<-- %s status=%d\n", __func__, ret);
5507 return ret;
5508}
5509
5510static int nfs4_proc_sequence(struct nfs_client *clp, struct rpc_cred *cred)
5511{
5512 struct rpc_task *task;
5513 int ret;
5514
5515 task = _nfs41_proc_sequence(clp, cred);
5516 if (IS_ERR(task)) {
5517 ret = PTR_ERR(task);
5518 goto out;
5519 }
5520 ret = rpc_wait_for_completion_task(task);
Trond Myklebustb4410c22011-03-09 16:00:55 -05005521 if (!ret) {
5522 struct nfs4_sequence_res *res = task->tk_msg.rpc_resp;
5523
5524 if (task->tk_status == 0)
5525 nfs41_handle_sequence_flag_errors(clp, res->sr_status_flags);
Trond Myklebust71ac6da2010-06-16 09:52:26 -04005526 ret = task->tk_status;
Trond Myklebustb4410c22011-03-09 16:00:55 -05005527 }
Trond Myklebust71ac6da2010-06-16 09:52:26 -04005528 rpc_put_task(task);
5529out:
5530 dprintk("<-- %s status=%d\n", __func__, ret);
5531 return ret;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005532}
5533
Ricardo Labiagafce5c832009-12-05 16:08:41 -05005534struct nfs4_reclaim_complete_data {
5535 struct nfs_client *clp;
5536 struct nfs41_reclaim_complete_args arg;
5537 struct nfs41_reclaim_complete_res res;
5538};
5539
5540static void nfs4_reclaim_complete_prepare(struct rpc_task *task, void *data)
5541{
5542 struct nfs4_reclaim_complete_data *calldata = data;
5543
Alexandros Batsakisb2579572009-12-14 21:27:57 -08005544 rpc_task_set_priority(task, RPC_PRIORITY_PRIVILEGED);
Trond Myklebust035168a2010-06-16 09:52:26 -04005545 if (nfs41_setup_sequence(calldata->clp->cl_session,
5546 &calldata->arg.seq_args,
Ricardo Labiagafce5c832009-12-05 16:08:41 -05005547 &calldata->res.seq_res, 0, task))
5548 return;
5549
5550 rpc_call_start(task);
5551}
5552
Trond Myklebustaa5190d2010-06-16 09:52:25 -04005553static int nfs41_reclaim_complete_handle_errors(struct rpc_task *task, struct nfs_client *clp)
5554{
5555 switch(task->tk_status) {
5556 case 0:
5557 case -NFS4ERR_COMPLETE_ALREADY:
5558 case -NFS4ERR_WRONG_CRED: /* What to do here? */
5559 break;
5560 case -NFS4ERR_DELAY:
Trond Myklebustaa5190d2010-06-16 09:52:25 -04005561 rpc_delay(task, NFS4_POLL_RETRY_MAX);
Andy Adamsona8a4ae32011-05-03 13:43:03 -04005562 /* fall through */
5563 case -NFS4ERR_RETRY_UNCACHED_REP:
Trond Myklebustaa5190d2010-06-16 09:52:25 -04005564 return -EAGAIN;
5565 default:
Trond Myklebust0400a6b2011-03-09 16:00:53 -05005566 nfs4_schedule_lease_recovery(clp);
Trond Myklebustaa5190d2010-06-16 09:52:25 -04005567 }
5568 return 0;
5569}
5570
Ricardo Labiagafce5c832009-12-05 16:08:41 -05005571static void nfs4_reclaim_complete_done(struct rpc_task *task, void *data)
5572{
5573 struct nfs4_reclaim_complete_data *calldata = data;
5574 struct nfs_client *clp = calldata->clp;
5575 struct nfs4_sequence_res *res = &calldata->res.seq_res;
5576
5577 dprintk("--> %s\n", __func__);
Trond Myklebust14516c32010-07-31 14:29:06 -04005578 if (!nfs41_sequence_done(task, res))
5579 return;
Ricardo Labiagafce5c832009-12-05 16:08:41 -05005580
Trond Myklebustaa5190d2010-06-16 09:52:25 -04005581 if (nfs41_reclaim_complete_handle_errors(task, clp) == -EAGAIN) {
5582 rpc_restart_call_prepare(task);
5583 return;
5584 }
Ricardo Labiagafce5c832009-12-05 16:08:41 -05005585 dprintk("<-- %s\n", __func__);
5586}
5587
5588static void nfs4_free_reclaim_complete_data(void *data)
5589{
5590 struct nfs4_reclaim_complete_data *calldata = data;
5591
5592 kfree(calldata);
5593}
5594
5595static const struct rpc_call_ops nfs4_reclaim_complete_call_ops = {
5596 .rpc_call_prepare = nfs4_reclaim_complete_prepare,
5597 .rpc_call_done = nfs4_reclaim_complete_done,
5598 .rpc_release = nfs4_free_reclaim_complete_data,
5599};
5600
5601/*
5602 * Issue a global reclaim complete.
5603 */
5604static int nfs41_proc_reclaim_complete(struct nfs_client *clp)
5605{
5606 struct nfs4_reclaim_complete_data *calldata;
5607 struct rpc_task *task;
5608 struct rpc_message msg = {
5609 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RECLAIM_COMPLETE],
5610 };
5611 struct rpc_task_setup task_setup_data = {
5612 .rpc_client = clp->cl_rpcclient,
5613 .rpc_message = &msg,
5614 .callback_ops = &nfs4_reclaim_complete_call_ops,
5615 .flags = RPC_TASK_ASYNC,
5616 };
5617 int status = -ENOMEM;
5618
5619 dprintk("--> %s\n", __func__);
Trond Myklebust8535b2b2010-05-13 12:51:01 -04005620 calldata = kzalloc(sizeof(*calldata), GFP_NOFS);
Ricardo Labiagafce5c832009-12-05 16:08:41 -05005621 if (calldata == NULL)
5622 goto out;
5623 calldata->clp = clp;
5624 calldata->arg.one_fs = 0;
Ricardo Labiagafce5c832009-12-05 16:08:41 -05005625
5626 msg.rpc_argp = &calldata->arg;
5627 msg.rpc_resp = &calldata->res;
5628 task_setup_data.callback_data = calldata;
5629 task = rpc_run_task(&task_setup_data);
Dan Carpenteracf82b82010-04-22 11:28:39 +02005630 if (IS_ERR(task)) {
Ricardo Labiagafce5c832009-12-05 16:08:41 -05005631 status = PTR_ERR(task);
Dan Carpenteracf82b82010-04-22 11:28:39 +02005632 goto out;
5633 }
Andy Adamsonc34c32e2011-03-09 13:13:46 -05005634 status = nfs4_wait_for_completion_rpc_task(task);
5635 if (status == 0)
5636 status = task->tk_status;
Ricardo Labiagafce5c832009-12-05 16:08:41 -05005637 rpc_put_task(task);
Dan Carpenteracf82b82010-04-22 11:28:39 +02005638 return 0;
Ricardo Labiagafce5c832009-12-05 16:08:41 -05005639out:
5640 dprintk("<-- %s status=%d\n", __func__, status);
5641 return status;
5642}
Andy Adamsonb1f69b72010-10-20 00:18:03 -04005643
5644static void
5645nfs4_layoutget_prepare(struct rpc_task *task, void *calldata)
5646{
5647 struct nfs4_layoutget *lgp = calldata;
Fred Isamanc31663d2011-01-06 11:36:24 +00005648 struct nfs_server *server = NFS_SERVER(lgp->args.inode);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04005649
5650 dprintk("--> %s\n", __func__);
Fred Isamanc31663d2011-01-06 11:36:24 +00005651 /* Note the is a race here, where a CB_LAYOUTRECALL can come in
5652 * right now covering the LAYOUTGET we are about to send.
5653 * However, that is not so catastrophic, and there seems
5654 * to be no way to prevent it completely.
5655 */
Andy Adamsonb1f69b72010-10-20 00:18:03 -04005656 if (nfs4_setup_sequence(server, &lgp->args.seq_args,
5657 &lgp->res.seq_res, 0, task))
5658 return;
Fred Isamancf7d63f2011-01-06 11:36:25 +00005659 if (pnfs_choose_layoutget_stateid(&lgp->args.stateid,
5660 NFS_I(lgp->args.inode)->layout,
5661 lgp->args.ctx->state)) {
5662 rpc_exit(task, NFS4_OK);
5663 return;
5664 }
Andy Adamsonb1f69b72010-10-20 00:18:03 -04005665 rpc_call_start(task);
5666}
5667
5668static void nfs4_layoutget_done(struct rpc_task *task, void *calldata)
5669{
5670 struct nfs4_layoutget *lgp = calldata;
5671 struct nfs_server *server = NFS_SERVER(lgp->args.inode);
5672
5673 dprintk("--> %s\n", __func__);
5674
5675 if (!nfs4_sequence_done(task, &lgp->res.seq_res))
5676 return;
5677
5678 switch (task->tk_status) {
5679 case 0:
5680 break;
5681 case -NFS4ERR_LAYOUTTRYLATER:
5682 case -NFS4ERR_RECALLCONFLICT:
5683 task->tk_status = -NFS4ERR_DELAY;
5684 /* Fall through */
5685 default:
5686 if (nfs4_async_handle_error(task, server, NULL) == -EAGAIN) {
5687 rpc_restart_call_prepare(task);
5688 return;
5689 }
5690 }
Andy Adamsonb1f69b72010-10-20 00:18:03 -04005691 dprintk("<-- %s\n", __func__);
5692}
5693
5694static void nfs4_layoutget_release(void *calldata)
5695{
5696 struct nfs4_layoutget *lgp = calldata;
5697
5698 dprintk("--> %s\n", __func__);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04005699 put_nfs_open_context(lgp->args.ctx);
5700 kfree(calldata);
5701 dprintk("<-- %s\n", __func__);
5702}
5703
5704static const struct rpc_call_ops nfs4_layoutget_call_ops = {
5705 .rpc_call_prepare = nfs4_layoutget_prepare,
5706 .rpc_call_done = nfs4_layoutget_done,
5707 .rpc_release = nfs4_layoutget_release,
5708};
5709
5710int nfs4_proc_layoutget(struct nfs4_layoutget *lgp)
5711{
5712 struct nfs_server *server = NFS_SERVER(lgp->args.inode);
5713 struct rpc_task *task;
5714 struct rpc_message msg = {
5715 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LAYOUTGET],
5716 .rpc_argp = &lgp->args,
5717 .rpc_resp = &lgp->res,
5718 };
5719 struct rpc_task_setup task_setup_data = {
5720 .rpc_client = server->client,
5721 .rpc_message = &msg,
5722 .callback_ops = &nfs4_layoutget_call_ops,
5723 .callback_data = lgp,
5724 .flags = RPC_TASK_ASYNC,
5725 };
5726 int status = 0;
5727
5728 dprintk("--> %s\n", __func__);
5729
Weston Andros Adamson35124a02011-03-24 16:48:21 -04005730 lgp->res.layoutp = &lgp->args.layout;
Andy Adamsonb1f69b72010-10-20 00:18:03 -04005731 lgp->res.seq_res.sr_slot = NULL;
5732 task = rpc_run_task(&task_setup_data);
5733 if (IS_ERR(task))
5734 return PTR_ERR(task);
5735 status = nfs4_wait_for_completion_rpc_task(task);
Fred Isamanc31663d2011-01-06 11:36:24 +00005736 if (status == 0)
5737 status = task->tk_status;
5738 if (status == 0)
5739 status = pnfs_layout_process(lgp);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04005740 rpc_put_task(task);
5741 dprintk("<-- %s status=%d\n", __func__, status);
5742 return status;
5743}
5744
Benny Halevycbe82602011-05-22 19:52:37 +03005745static void
5746nfs4_layoutreturn_prepare(struct rpc_task *task, void *calldata)
5747{
5748 struct nfs4_layoutreturn *lrp = calldata;
5749
5750 dprintk("--> %s\n", __func__);
5751 if (nfs41_setup_sequence(lrp->clp->cl_session, &lrp->args.seq_args,
5752 &lrp->res.seq_res, 0, task))
5753 return;
5754 rpc_call_start(task);
5755}
5756
5757static void nfs4_layoutreturn_done(struct rpc_task *task, void *calldata)
5758{
5759 struct nfs4_layoutreturn *lrp = calldata;
5760 struct nfs_server *server;
Trond Myklebusta56aaa02011-06-15 11:59:10 -04005761 struct pnfs_layout_hdr *lo = lrp->args.layout;
Benny Halevycbe82602011-05-22 19:52:37 +03005762
5763 dprintk("--> %s\n", __func__);
5764
5765 if (!nfs4_sequence_done(task, &lrp->res.seq_res))
5766 return;
5767
5768 server = NFS_SERVER(lrp->args.inode);
5769 if (nfs4_async_handle_error(task, server, NULL) == -EAGAIN) {
5770 nfs_restart_rpc(task, lrp->clp);
5771 return;
5772 }
Fred Isamana2e1d4f2011-06-13 18:54:53 -04005773 spin_lock(&lo->plh_inode->i_lock);
Benny Halevycbe82602011-05-22 19:52:37 +03005774 if (task->tk_status == 0) {
Benny Halevycbe82602011-05-22 19:52:37 +03005775 if (lrp->res.lrs_present) {
Benny Halevycbe82602011-05-22 19:52:37 +03005776 pnfs_set_layout_stateid(lo, &lrp->res.stateid, true);
Benny Halevycbe82602011-05-22 19:52:37 +03005777 } else
5778 BUG_ON(!list_empty(&lo->plh_segs));
5779 }
Fred Isamana2e1d4f2011-06-13 18:54:53 -04005780 lo->plh_block_lgets--;
5781 spin_unlock(&lo->plh_inode->i_lock);
Benny Halevycbe82602011-05-22 19:52:37 +03005782 dprintk("<-- %s\n", __func__);
5783}
5784
5785static void nfs4_layoutreturn_release(void *calldata)
5786{
5787 struct nfs4_layoutreturn *lrp = calldata;
5788
5789 dprintk("--> %s\n", __func__);
Trond Myklebusta56aaa02011-06-15 11:59:10 -04005790 put_layout_hdr(lrp->args.layout);
Benny Halevycbe82602011-05-22 19:52:37 +03005791 kfree(calldata);
5792 dprintk("<-- %s\n", __func__);
5793}
5794
5795static const struct rpc_call_ops nfs4_layoutreturn_call_ops = {
5796 .rpc_call_prepare = nfs4_layoutreturn_prepare,
5797 .rpc_call_done = nfs4_layoutreturn_done,
5798 .rpc_release = nfs4_layoutreturn_release,
5799};
5800
5801int nfs4_proc_layoutreturn(struct nfs4_layoutreturn *lrp)
5802{
5803 struct rpc_task *task;
5804 struct rpc_message msg = {
5805 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LAYOUTRETURN],
5806 .rpc_argp = &lrp->args,
5807 .rpc_resp = &lrp->res,
5808 };
5809 struct rpc_task_setup task_setup_data = {
5810 .rpc_client = lrp->clp->cl_rpcclient,
5811 .rpc_message = &msg,
5812 .callback_ops = &nfs4_layoutreturn_call_ops,
5813 .callback_data = lrp,
5814 };
5815 int status;
5816
5817 dprintk("--> %s\n", __func__);
5818 task = rpc_run_task(&task_setup_data);
5819 if (IS_ERR(task))
5820 return PTR_ERR(task);
5821 status = task->tk_status;
5822 dprintk("<-- %s status=%d\n", __func__, status);
5823 rpc_put_task(task);
5824 return status;
5825}
5826
Andy Adamson7f11d8d2011-07-30 20:52:35 -04005827/*
5828 * Retrieve the list of Data Server devices from the MDS.
5829 */
5830static int _nfs4_getdevicelist(struct nfs_server *server,
5831 const struct nfs_fh *fh,
5832 struct pnfs_devicelist *devlist)
5833{
5834 struct nfs4_getdevicelist_args args = {
5835 .fh = fh,
5836 .layoutclass = server->pnfs_curr_ld->id,
5837 };
5838 struct nfs4_getdevicelist_res res = {
5839 .devlist = devlist,
5840 };
5841 struct rpc_message msg = {
5842 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GETDEVICELIST],
5843 .rpc_argp = &args,
5844 .rpc_resp = &res,
5845 };
5846 int status;
5847
5848 dprintk("--> %s\n", __func__);
5849 status = nfs4_call_sync(server->client, server, &msg, &args.seq_args,
5850 &res.seq_res, 0);
5851 dprintk("<-- %s status=%d\n", __func__, status);
5852 return status;
5853}
5854
5855int nfs4_proc_getdevicelist(struct nfs_server *server,
5856 const struct nfs_fh *fh,
5857 struct pnfs_devicelist *devlist)
5858{
5859 struct nfs4_exception exception = { };
5860 int err;
5861
5862 do {
5863 err = nfs4_handle_exception(server,
5864 _nfs4_getdevicelist(server, fh, devlist),
5865 &exception);
5866 } while (exception.retry);
5867
5868 dprintk("%s: err=%d, num_devs=%u\n", __func__,
5869 err, devlist->num_devs);
5870
5871 return err;
5872}
5873EXPORT_SYMBOL_GPL(nfs4_proc_getdevicelist);
5874
Andy Adamsonb1f69b72010-10-20 00:18:03 -04005875static int
5876_nfs4_proc_getdeviceinfo(struct nfs_server *server, struct pnfs_device *pdev)
5877{
5878 struct nfs4_getdeviceinfo_args args = {
5879 .pdev = pdev,
5880 };
5881 struct nfs4_getdeviceinfo_res res = {
5882 .pdev = pdev,
5883 };
5884 struct rpc_message msg = {
5885 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GETDEVICEINFO],
5886 .rpc_argp = &args,
5887 .rpc_resp = &res,
5888 };
5889 int status;
5890
5891 dprintk("--> %s\n", __func__);
Bryan Schumaker7c513052011-03-24 17:12:24 +00005892 status = nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04005893 dprintk("<-- %s status=%d\n", __func__, status);
5894
5895 return status;
5896}
5897
5898int nfs4_proc_getdeviceinfo(struct nfs_server *server, struct pnfs_device *pdev)
5899{
5900 struct nfs4_exception exception = { };
5901 int err;
5902
5903 do {
5904 err = nfs4_handle_exception(server,
5905 _nfs4_proc_getdeviceinfo(server, pdev),
5906 &exception);
5907 } while (exception.retry);
5908 return err;
5909}
5910EXPORT_SYMBOL_GPL(nfs4_proc_getdeviceinfo);
5911
Andy Adamson863a3c62011-03-23 13:27:54 +00005912static void nfs4_layoutcommit_prepare(struct rpc_task *task, void *calldata)
5913{
5914 struct nfs4_layoutcommit_data *data = calldata;
5915 struct nfs_server *server = NFS_SERVER(data->args.inode);
5916
5917 if (nfs4_setup_sequence(server, &data->args.seq_args,
5918 &data->res.seq_res, 1, task))
5919 return;
5920 rpc_call_start(task);
5921}
5922
5923static void
5924nfs4_layoutcommit_done(struct rpc_task *task, void *calldata)
5925{
5926 struct nfs4_layoutcommit_data *data = calldata;
5927 struct nfs_server *server = NFS_SERVER(data->args.inode);
5928
5929 if (!nfs4_sequence_done(task, &data->res.seq_res))
5930 return;
5931
5932 switch (task->tk_status) { /* Just ignore these failures */
5933 case NFS4ERR_DELEG_REVOKED: /* layout was recalled */
5934 case NFS4ERR_BADIOMODE: /* no IOMODE_RW layout for range */
5935 case NFS4ERR_BADLAYOUT: /* no layout */
5936 case NFS4ERR_GRACE: /* loca_recalim always false */
5937 task->tk_status = 0;
5938 }
5939
5940 if (nfs4_async_handle_error(task, server, NULL) == -EAGAIN) {
5941 nfs_restart_rpc(task, server->nfs_client);
5942 return;
5943 }
5944
5945 if (task->tk_status == 0)
5946 nfs_post_op_update_inode_force_wcc(data->args.inode,
5947 data->res.fattr);
5948}
5949
5950static void nfs4_layoutcommit_release(void *calldata)
5951{
5952 struct nfs4_layoutcommit_data *data = calldata;
Peng Taoa9bae562011-07-30 20:52:33 -04005953 struct pnfs_layout_segment *lseg, *tmp;
Andy Adamson863a3c62011-03-23 13:27:54 +00005954
Andy Adamsondb29c082011-07-30 20:52:38 -04005955 pnfs_cleanup_layoutcommit(data);
Andy Adamson863a3c62011-03-23 13:27:54 +00005956 /* Matched by references in pnfs_set_layoutcommit */
Peng Taoa9bae562011-07-30 20:52:33 -04005957 list_for_each_entry_safe(lseg, tmp, &data->lseg_list, pls_lc_list) {
5958 list_del_init(&lseg->pls_lc_list);
5959 if (test_and_clear_bit(NFS_LSEG_LAYOUTCOMMIT,
5960 &lseg->pls_flags))
5961 put_lseg(lseg);
5962 }
Andy Adamson863a3c62011-03-23 13:27:54 +00005963 put_rpccred(data->cred);
5964 kfree(data);
5965}
5966
5967static const struct rpc_call_ops nfs4_layoutcommit_ops = {
5968 .rpc_call_prepare = nfs4_layoutcommit_prepare,
5969 .rpc_call_done = nfs4_layoutcommit_done,
5970 .rpc_release = nfs4_layoutcommit_release,
5971};
5972
5973int
Andy Adamsonef311532011-03-12 02:58:10 -05005974nfs4_proc_layoutcommit(struct nfs4_layoutcommit_data *data, bool sync)
Andy Adamson863a3c62011-03-23 13:27:54 +00005975{
5976 struct rpc_message msg = {
5977 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LAYOUTCOMMIT],
5978 .rpc_argp = &data->args,
5979 .rpc_resp = &data->res,
5980 .rpc_cred = data->cred,
5981 };
5982 struct rpc_task_setup task_setup_data = {
5983 .task = &data->task,
5984 .rpc_client = NFS_CLIENT(data->args.inode),
5985 .rpc_message = &msg,
5986 .callback_ops = &nfs4_layoutcommit_ops,
5987 .callback_data = data,
5988 .flags = RPC_TASK_ASYNC,
5989 };
5990 struct rpc_task *task;
5991 int status = 0;
5992
5993 dprintk("NFS: %4d initiating layoutcommit call. sync %d "
5994 "lbw: %llu inode %lu\n",
5995 data->task.tk_pid, sync,
5996 data->args.lastbytewritten,
5997 data->args.inode->i_ino);
5998
5999 task = rpc_run_task(&task_setup_data);
6000 if (IS_ERR(task))
6001 return PTR_ERR(task);
Andy Adamsonef311532011-03-12 02:58:10 -05006002 if (sync == false)
Andy Adamson863a3c62011-03-23 13:27:54 +00006003 goto out;
6004 status = nfs4_wait_for_completion_rpc_task(task);
6005 if (status != 0)
6006 goto out;
6007 status = task->tk_status;
6008out:
6009 dprintk("%s: status %d\n", __func__, status);
6010 rpc_put_task(task);
6011 return status;
6012}
Bryan Schumakerfca78d62011-06-02 14:59:07 -04006013
6014static int
6015_nfs41_proc_secinfo_no_name(struct nfs_server *server, struct nfs_fh *fhandle,
6016 struct nfs_fsinfo *info, struct nfs4_secinfo_flavors *flavors)
6017{
6018 struct nfs41_secinfo_no_name_args args = {
6019 .style = SECINFO_STYLE_CURRENT_FH,
6020 };
6021 struct nfs4_secinfo_res res = {
6022 .flavors = flavors,
6023 };
6024 struct rpc_message msg = {
6025 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SECINFO_NO_NAME],
6026 .rpc_argp = &args,
6027 .rpc_resp = &res,
6028 };
6029 return nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
6030}
6031
6032static int
6033nfs41_proc_secinfo_no_name(struct nfs_server *server, struct nfs_fh *fhandle,
6034 struct nfs_fsinfo *info, struct nfs4_secinfo_flavors *flavors)
6035{
6036 struct nfs4_exception exception = { };
6037 int err;
6038 do {
6039 err = _nfs41_proc_secinfo_no_name(server, fhandle, info, flavors);
6040 switch (err) {
6041 case 0:
6042 case -NFS4ERR_WRONGSEC:
6043 case -NFS4ERR_NOTSUPP:
6044 break;
6045 default:
6046 err = nfs4_handle_exception(server, err, &exception);
6047 }
6048 } while (exception.retry);
6049 return err;
6050}
6051
6052static int
6053nfs41_find_root_sec(struct nfs_server *server, struct nfs_fh *fhandle,
6054 struct nfs_fsinfo *info)
6055{
6056 int err;
6057 struct page *page;
6058 rpc_authflavor_t flavor;
6059 struct nfs4_secinfo_flavors *flavors;
6060
6061 page = alloc_page(GFP_KERNEL);
6062 if (!page) {
6063 err = -ENOMEM;
6064 goto out;
6065 }
6066
6067 flavors = page_address(page);
6068 err = nfs41_proc_secinfo_no_name(server, fhandle, info, flavors);
6069
6070 /*
6071 * Fall back on "guess and check" method if
6072 * the server doesn't support SECINFO_NO_NAME
6073 */
6074 if (err == -NFS4ERR_WRONGSEC || err == -NFS4ERR_NOTSUPP) {
6075 err = nfs4_find_root_sec(server, fhandle, info);
6076 goto out_freepage;
6077 }
6078 if (err)
6079 goto out_freepage;
6080
6081 flavor = nfs_find_best_sec(flavors);
6082 if (err == 0)
6083 err = nfs4_lookup_root_sec(server, fhandle, info, flavor);
6084
6085out_freepage:
6086 put_page(page);
6087 if (err == -EACCES)
6088 return -EPERM;
6089out:
6090 return err;
6091}
Bryan Schumaker7d974792011-06-02 14:59:08 -04006092static int _nfs41_test_stateid(struct nfs_server *server, struct nfs4_state *state)
6093{
6094 int status;
6095 struct nfs41_test_stateid_args args = {
6096 .stateid = &state->stateid,
6097 };
6098 struct nfs41_test_stateid_res res;
6099 struct rpc_message msg = {
6100 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_TEST_STATEID],
6101 .rpc_argp = &args,
6102 .rpc_resp = &res,
6103 };
6104 args.seq_args.sa_session = res.seq_res.sr_session = NULL;
6105 status = nfs4_call_sync_sequence(server->client, server, &msg, &args.seq_args, &res.seq_res, 0, 1);
6106 return status;
6107}
6108
6109static int nfs41_test_stateid(struct nfs_server *server, struct nfs4_state *state)
6110{
6111 struct nfs4_exception exception = { };
6112 int err;
6113 do {
6114 err = nfs4_handle_exception(server,
6115 _nfs41_test_stateid(server, state),
6116 &exception);
6117 } while (exception.retry);
6118 return err;
6119}
Bryan Schumaker9aeda352011-06-02 14:59:09 -04006120
6121static int _nfs4_free_stateid(struct nfs_server *server, struct nfs4_state *state)
6122{
6123 int status;
6124 struct nfs41_free_stateid_args args = {
6125 .stateid = &state->stateid,
6126 };
6127 struct nfs41_free_stateid_res res;
6128 struct rpc_message msg = {
6129 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FREE_STATEID],
6130 .rpc_argp = &args,
6131 .rpc_resp = &res,
6132 };
6133
6134 args.seq_args.sa_session = res.seq_res.sr_session = NULL;
6135 status = nfs4_call_sync_sequence(server->client, server, &msg, &args.seq_args, &res.seq_res, 0, 1);
6136 return status;
6137}
6138
6139static int nfs41_free_stateid(struct nfs_server *server, struct nfs4_state *state)
6140{
6141 struct nfs4_exception exception = { };
6142 int err;
6143 do {
6144 err = nfs4_handle_exception(server,
6145 _nfs4_free_stateid(server, state),
6146 &exception);
6147 } while (exception.retry);
6148 return err;
6149}
Andy Adamson557134a2009-04-01 09:21:53 -04006150#endif /* CONFIG_NFS_V4_1 */
6151
Andy Adamson591d71c2009-04-01 09:22:47 -04006152struct nfs4_state_recovery_ops nfs40_reboot_recovery_ops = {
Trond Myklebust7eff03a2008-12-23 15:21:43 -05006153 .owner_flag_bit = NFS_OWNER_RECLAIM_REBOOT,
Trond Myklebustb79a4a12008-12-23 15:21:41 -05006154 .state_flag_bit = NFS_STATE_RECLAIM_REBOOT,
Linus Torvalds1da177e2005-04-16 15:20:36 -07006155 .recover_open = nfs4_open_reclaim,
6156 .recover_lock = nfs4_lock_reclaim,
Andy Adamson591d71c2009-04-01 09:22:47 -04006157 .establish_clid = nfs4_init_clientid,
Andy Adamson90a16612009-04-01 09:22:48 -04006158 .get_clid_cred = nfs4_get_setclientid_cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07006159};
6160
Andy Adamson591d71c2009-04-01 09:22:47 -04006161#if defined(CONFIG_NFS_V4_1)
6162struct nfs4_state_recovery_ops nfs41_reboot_recovery_ops = {
6163 .owner_flag_bit = NFS_OWNER_RECLAIM_REBOOT,
6164 .state_flag_bit = NFS_STATE_RECLAIM_REBOOT,
6165 .recover_open = nfs4_open_reclaim,
6166 .recover_lock = nfs4_lock_reclaim,
Andy Adamson4d643d12009-12-04 15:52:24 -05006167 .establish_clid = nfs41_init_clientid,
Andy Adamsonb4b82602009-04-01 09:22:49 -04006168 .get_clid_cred = nfs4_get_exchange_id_cred,
Ricardo Labiagafce5c832009-12-05 16:08:41 -05006169 .reclaim_complete = nfs41_proc_reclaim_complete,
Andy Adamson591d71c2009-04-01 09:22:47 -04006170};
6171#endif /* CONFIG_NFS_V4_1 */
6172
6173struct nfs4_state_recovery_ops nfs40_nograce_recovery_ops = {
Trond Myklebust7eff03a2008-12-23 15:21:43 -05006174 .owner_flag_bit = NFS_OWNER_RECLAIM_NOGRACE,
Trond Myklebustb79a4a12008-12-23 15:21:41 -05006175 .state_flag_bit = NFS_STATE_RECLAIM_NOGRACE,
Linus Torvalds1da177e2005-04-16 15:20:36 -07006176 .recover_open = nfs4_open_expired,
6177 .recover_lock = nfs4_lock_expired,
Andy Adamson591d71c2009-04-01 09:22:47 -04006178 .establish_clid = nfs4_init_clientid,
Andy Adamson90a16612009-04-01 09:22:48 -04006179 .get_clid_cred = nfs4_get_setclientid_cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07006180};
6181
Andy Adamson591d71c2009-04-01 09:22:47 -04006182#if defined(CONFIG_NFS_V4_1)
6183struct nfs4_state_recovery_ops nfs41_nograce_recovery_ops = {
6184 .owner_flag_bit = NFS_OWNER_RECLAIM_NOGRACE,
6185 .state_flag_bit = NFS_STATE_RECLAIM_NOGRACE,
Bryan Schumakerf062eb62011-06-02 14:59:10 -04006186 .recover_open = nfs41_open_expired,
6187 .recover_lock = nfs41_lock_expired,
Andy Adamson4d643d12009-12-04 15:52:24 -05006188 .establish_clid = nfs41_init_clientid,
Andy Adamsonb4b82602009-04-01 09:22:49 -04006189 .get_clid_cred = nfs4_get_exchange_id_cred,
Andy Adamson591d71c2009-04-01 09:22:47 -04006190};
6191#endif /* CONFIG_NFS_V4_1 */
6192
Benny Halevy29fba382009-04-01 09:22:44 -04006193struct nfs4_state_maintenance_ops nfs40_state_renewal_ops = {
6194 .sched_state_renewal = nfs4_proc_async_renew,
Andy Adamsona7b72102009-04-01 09:22:46 -04006195 .get_state_renewal_cred_locked = nfs4_get_renew_cred_locked,
Benny Halevy8e69514f2009-04-01 09:22:45 -04006196 .renew_lease = nfs4_proc_renew,
Benny Halevy29fba382009-04-01 09:22:44 -04006197};
6198
6199#if defined(CONFIG_NFS_V4_1)
6200struct nfs4_state_maintenance_ops nfs41_state_renewal_ops = {
6201 .sched_state_renewal = nfs41_proc_async_sequence,
Andy Adamsona7b72102009-04-01 09:22:46 -04006202 .get_state_renewal_cred_locked = nfs4_get_machine_cred_locked,
Benny Halevy8e69514f2009-04-01 09:22:45 -04006203 .renew_lease = nfs4_proc_sequence,
Benny Halevy29fba382009-04-01 09:22:44 -04006204};
6205#endif
6206
Trond Myklebust97dc1352010-06-16 09:52:26 -04006207static const struct nfs4_minor_version_ops nfs_v4_0_minor_ops = {
6208 .minor_version = 0,
6209 .call_sync = _nfs4_call_sync,
Trond Myklebuste047a102010-06-16 09:52:27 -04006210 .validate_stateid = nfs4_validate_delegation_stateid,
Bryan Schumakerfca78d62011-06-02 14:59:07 -04006211 .find_root_sec = nfs4_find_root_sec,
Trond Myklebustc48f4f32010-06-16 09:52:27 -04006212 .reboot_recovery_ops = &nfs40_reboot_recovery_ops,
6213 .nograce_recovery_ops = &nfs40_nograce_recovery_ops,
6214 .state_renewal_ops = &nfs40_state_renewal_ops,
Trond Myklebust97dc1352010-06-16 09:52:26 -04006215};
6216
6217#if defined(CONFIG_NFS_V4_1)
6218static const struct nfs4_minor_version_ops nfs_v4_1_minor_ops = {
6219 .minor_version = 1,
6220 .call_sync = _nfs4_call_sync_session,
Trond Myklebuste047a102010-06-16 09:52:27 -04006221 .validate_stateid = nfs41_validate_delegation_stateid,
Bryan Schumakerfca78d62011-06-02 14:59:07 -04006222 .find_root_sec = nfs41_find_root_sec,
Trond Myklebustc48f4f32010-06-16 09:52:27 -04006223 .reboot_recovery_ops = &nfs41_reboot_recovery_ops,
6224 .nograce_recovery_ops = &nfs41_nograce_recovery_ops,
6225 .state_renewal_ops = &nfs41_state_renewal_ops,
Trond Myklebust97dc1352010-06-16 09:52:26 -04006226};
6227#endif
6228
Trond Myklebust97dc1352010-06-16 09:52:26 -04006229const struct nfs4_minor_version_ops *nfs_v4_minor_ops[] = {
6230 [0] = &nfs_v4_0_minor_ops,
6231#if defined(CONFIG_NFS_V4_1)
6232 [1] = &nfs_v4_1_minor_ops,
6233#endif
6234};
6235
Arjan van de Ven92e1d5b2007-02-12 00:55:39 -08006236static const struct inode_operations nfs4_file_inode_operations = {
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00006237 .permission = nfs_permission,
6238 .getattr = nfs_getattr,
6239 .setattr = nfs_setattr,
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00006240 .getxattr = generic_getxattr,
6241 .setxattr = generic_setxattr,
6242 .listxattr = generic_listxattr,
6243 .removexattr = generic_removexattr,
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00006244};
6245
David Howells509de812006-08-22 20:06:11 -04006246const struct nfs_rpc_ops nfs_v4_clientops = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07006247 .version = 4, /* protocol version */
6248 .dentry_ops = &nfs4_dentry_operations,
6249 .dir_inode_ops = &nfs4_dir_inode_operations,
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00006250 .file_inode_ops = &nfs4_file_inode_operations,
Linus Torvalds1da177e2005-04-16 15:20:36 -07006251 .getroot = nfs4_proc_get_root,
6252 .getattr = nfs4_proc_getattr,
6253 .setattr = nfs4_proc_setattr,
6254 .lookup = nfs4_proc_lookup,
6255 .access = nfs4_proc_access,
6256 .readlink = nfs4_proc_readlink,
Linus Torvalds1da177e2005-04-16 15:20:36 -07006257 .create = nfs4_proc_create,
6258 .remove = nfs4_proc_remove,
6259 .unlink_setup = nfs4_proc_unlink_setup,
6260 .unlink_done = nfs4_proc_unlink_done,
6261 .rename = nfs4_proc_rename,
Jeff Laytond3d41522010-09-17 17:31:57 -04006262 .rename_setup = nfs4_proc_rename_setup,
6263 .rename_done = nfs4_proc_rename_done,
Linus Torvalds1da177e2005-04-16 15:20:36 -07006264 .link = nfs4_proc_link,
6265 .symlink = nfs4_proc_symlink,
6266 .mkdir = nfs4_proc_mkdir,
6267 .rmdir = nfs4_proc_remove,
6268 .readdir = nfs4_proc_readdir,
6269 .mknod = nfs4_proc_mknod,
6270 .statfs = nfs4_proc_statfs,
6271 .fsinfo = nfs4_proc_fsinfo,
6272 .pathconf = nfs4_proc_pathconf,
David Howellse9326dc2006-08-22 20:06:10 -04006273 .set_capabilities = nfs4_server_capabilities,
Linus Torvalds1da177e2005-04-16 15:20:36 -07006274 .decode_dirent = nfs4_decode_dirent,
6275 .read_setup = nfs4_proc_read_setup,
Trond Myklebustec06c092006-03-20 13:44:27 -05006276 .read_done = nfs4_read_done,
Linus Torvalds1da177e2005-04-16 15:20:36 -07006277 .write_setup = nfs4_proc_write_setup,
Trond Myklebust788e7a82006-03-20 13:44:27 -05006278 .write_done = nfs4_write_done,
Linus Torvalds1da177e2005-04-16 15:20:36 -07006279 .commit_setup = nfs4_proc_commit_setup,
Trond Myklebust788e7a82006-03-20 13:44:27 -05006280 .commit_done = nfs4_commit_done,
Linus Torvalds1da177e2005-04-16 15:20:36 -07006281 .lock = nfs4_proc_lock,
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00006282 .clear_acl_cache = nfs4_zap_acl_attr,
Trond Myklebust7fe5c392009-03-19 15:35:50 -04006283 .close_context = nfs4_close_context,
Trond Myklebust2b484292010-09-17 10:56:51 -04006284 .open_context = nfs4_atomic_open,
Andy Adamson45a52a02011-03-01 01:34:08 +00006285 .init_client = nfs4_init_client,
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00006286 .secinfo = nfs4_proc_secinfo,
Linus Torvalds1da177e2005-04-16 15:20:36 -07006287};
6288
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00006289static const struct xattr_handler nfs4_xattr_nfs4_acl_handler = {
6290 .prefix = XATTR_NAME_NFSV4_ACL,
6291 .list = nfs4_xattr_list_nfs4_acl,
6292 .get = nfs4_xattr_get_nfs4_acl,
6293 .set = nfs4_xattr_set_nfs4_acl,
6294};
6295
6296const struct xattr_handler *nfs4_xattr_handlers[] = {
6297 &nfs4_xattr_nfs4_acl_handler,
6298 NULL
6299};
6300
Linus Torvalds1da177e2005-04-16 15:20:36 -07006301/*
6302 * Local variables:
6303 * c-basic-offset: 8
6304 * End:
6305 */