blob: 0f0b6076de62715dc9b075255285225aeee46c67 [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 *);
Bryan Schumaker7c513052011-03-24 17:12:24 +000076static int _nfs4_proc_lookup(struct rpc_clnt *client, struct inode *dir,
77 const struct qstr *name, struct nfs_fh *fhandle,
78 struct nfs_fattr *fattr);
Trond Myklebust99367812007-07-17 21:52:41 -040079static int _nfs4_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fattr *fattr);
Trond Myklebust0ab64e02010-04-16 16:22:51 -040080static int nfs4_do_setattr(struct inode *inode, struct rpc_cred *cred,
81 struct nfs_fattr *fattr, struct iattr *sattr,
82 struct nfs4_state *state);
Bryan Schumakerf062eb62011-06-02 14:59:10 -040083#ifdef CONFIG_NFS_V4_1
84static int nfs41_test_stateid(struct nfs_server *, struct nfs4_state *);
85static int nfs41_free_stateid(struct nfs_server *, struct nfs4_state *);
86#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -070087/* Prevent leaks of NFSv4 errors into userland */
WANG Cong46f72f52008-12-30 16:35:55 -050088static int nfs4_map_errors(int err)
Linus Torvalds1da177e2005-04-16 15:20:36 -070089{
Trond Myklebust52567b02009-10-23 14:46:42 -040090 if (err >= -1000)
91 return err;
92 switch (err) {
93 case -NFS4ERR_RESOURCE:
94 return -EREMOTEIO;
Bryan Schumaker7ebb9312011-03-24 17:12:30 +000095 case -NFS4ERR_WRONGSEC:
96 return -EPERM;
Trond Myklebust3ddeb7c2011-02-22 15:44:31 -080097 case -NFS4ERR_BADOWNER:
98 case -NFS4ERR_BADNAME:
99 return -EINVAL;
Trond Myklebust52567b02009-10-23 14:46:42 -0400100 default:
Linus Torvalds1da177e2005-04-16 15:20:36 -0700101 dprintk("%s could not handle NFSv4 error %d\n",
Harvey Harrison3110ff82008-05-02 13:42:44 -0700102 __func__, -err);
Trond Myklebust52567b02009-10-23 14:46:42 -0400103 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700104 }
Trond Myklebust52567b02009-10-23 14:46:42 -0400105 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700106}
107
108/*
109 * This is our standard bitmap for GETATTR requests.
110 */
111const u32 nfs4_fattr_bitmap[2] = {
112 FATTR4_WORD0_TYPE
113 | FATTR4_WORD0_CHANGE
114 | FATTR4_WORD0_SIZE
115 | FATTR4_WORD0_FSID
116 | FATTR4_WORD0_FILEID,
117 FATTR4_WORD1_MODE
118 | FATTR4_WORD1_NUMLINKS
119 | FATTR4_WORD1_OWNER
120 | FATTR4_WORD1_OWNER_GROUP
121 | FATTR4_WORD1_RAWDEV
122 | FATTR4_WORD1_SPACE_USED
123 | FATTR4_WORD1_TIME_ACCESS
124 | FATTR4_WORD1_TIME_METADATA
125 | FATTR4_WORD1_TIME_MODIFY
126};
127
128const u32 nfs4_statfs_bitmap[2] = {
129 FATTR4_WORD0_FILES_AVAIL
130 | FATTR4_WORD0_FILES_FREE
131 | FATTR4_WORD0_FILES_TOTAL,
132 FATTR4_WORD1_SPACE_AVAIL
133 | FATTR4_WORD1_SPACE_FREE
134 | FATTR4_WORD1_SPACE_TOTAL
135};
136
Trond Myklebust4ce79712005-06-22 17:16:21 +0000137const u32 nfs4_pathconf_bitmap[2] = {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700138 FATTR4_WORD0_MAXLINK
139 | FATTR4_WORD0_MAXNAME,
140 0
141};
142
Fred Isamandae100c2011-07-30 20:52:37 -0400143const u32 nfs4_fsinfo_bitmap[3] = { FATTR4_WORD0_MAXFILESIZE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700144 | FATTR4_WORD0_MAXREAD
145 | FATTR4_WORD0_MAXWRITE
146 | FATTR4_WORD0_LEASE_TIME,
Ricardo Labiaga55b6e772010-10-12 16:30:06 -0700147 FATTR4_WORD1_TIME_DELTA
Fred Isamandae100c2011-07-30 20:52:37 -0400148 | FATTR4_WORD1_FS_LAYOUT_TYPES,
149 FATTR4_WORD2_LAYOUT_BLKSIZE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700150};
151
Manoj Naik830b8e32006-06-09 09:34:25 -0400152const u32 nfs4_fs_locations_bitmap[2] = {
153 FATTR4_WORD0_TYPE
154 | FATTR4_WORD0_CHANGE
155 | FATTR4_WORD0_SIZE
156 | FATTR4_WORD0_FSID
157 | FATTR4_WORD0_FILEID
158 | FATTR4_WORD0_FS_LOCATIONS,
159 FATTR4_WORD1_MODE
160 | FATTR4_WORD1_NUMLINKS
161 | FATTR4_WORD1_OWNER
162 | FATTR4_WORD1_OWNER_GROUP
163 | FATTR4_WORD1_RAWDEV
164 | FATTR4_WORD1_SPACE_USED
165 | FATTR4_WORD1_TIME_ACCESS
166 | FATTR4_WORD1_TIME_METADATA
167 | FATTR4_WORD1_TIME_MODIFY
168 | FATTR4_WORD1_MOUNTED_ON_FILEID
169};
170
Al Virobc4785c2006-10-19 23:28:51 -0700171static void nfs4_setup_readdir(u64 cookie, __be32 *verifier, struct dentry *dentry,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700172 struct nfs4_readdir_arg *readdir)
173{
Al Viro0dbb4c62006-10-19 23:28:49 -0700174 __be32 *start, *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700175
176 BUG_ON(readdir->count < 80);
177 if (cookie > 2) {
Adrian Bunkb7ef1952005-06-22 17:16:28 +0000178 readdir->cookie = cookie;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700179 memcpy(&readdir->verifier, verifier, sizeof(readdir->verifier));
180 return;
181 }
182
183 readdir->cookie = 0;
184 memset(&readdir->verifier, 0, sizeof(readdir->verifier));
185 if (cookie == 2)
186 return;
187
188 /*
189 * NFSv4 servers do not return entries for '.' and '..'
190 * Therefore, we fake these entries here. We let '.'
191 * have cookie 0 and '..' have cookie 1. Note that
192 * when talking to the server, we always send cookie 0
193 * instead of 1 or 2.
194 */
Al Viro0dbb4c62006-10-19 23:28:49 -0700195 start = p = kmap_atomic(*readdir->pages, KM_USER0);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700196
197 if (cookie == 0) {
198 *p++ = xdr_one; /* next */
199 *p++ = xdr_zero; /* cookie, first word */
200 *p++ = xdr_one; /* cookie, second word */
201 *p++ = xdr_one; /* entry len */
202 memcpy(p, ".\0\0\0", 4); /* entry */
203 p++;
204 *p++ = xdr_one; /* bitmap length */
205 *p++ = htonl(FATTR4_WORD0_FILEID); /* bitmap */
206 *p++ = htonl(8); /* attribute buffer length */
Peter Staubach4e769b92007-08-03 15:07:10 -0400207 p = xdr_encode_hyper(p, NFS_FILEID(dentry->d_inode));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700208 }
209
210 *p++ = xdr_one; /* next */
211 *p++ = xdr_zero; /* cookie, first word */
212 *p++ = xdr_two; /* cookie, second word */
213 *p++ = xdr_two; /* entry len */
214 memcpy(p, "..\0\0", 4); /* entry */
215 p++;
216 *p++ = xdr_one; /* bitmap length */
217 *p++ = htonl(FATTR4_WORD0_FILEID); /* bitmap */
218 *p++ = htonl(8); /* attribute buffer length */
Peter Staubach4e769b92007-08-03 15:07:10 -0400219 p = xdr_encode_hyper(p, NFS_FILEID(dentry->d_parent->d_inode));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700220
221 readdir->pgbase = (char *)p - (char *)start;
222 readdir->count -= readdir->pgbase;
223 kunmap_atomic(start, KM_USER0);
224}
225
Trond Myklebust65de8722008-12-23 15:21:44 -0500226static int nfs4_wait_clnt_recover(struct nfs_client *clp)
227{
228 int res;
229
230 might_sleep();
231
Trond Myklebuste005e802008-12-23 15:21:48 -0500232 res = wait_on_bit(&clp->cl_state, NFS4CLNT_MANAGER_RUNNING,
Trond Myklebust72cb77f2009-03-11 14:10:30 -0400233 nfs_wait_bit_killable, TASK_KILLABLE);
Trond Myklebust65de8722008-12-23 15:21:44 -0500234 return res;
235}
236
237static int nfs4_delay(struct rpc_clnt *clnt, long *timeout)
238{
239 int res = 0;
240
241 might_sleep();
242
243 if (*timeout <= 0)
244 *timeout = NFS4_POLL_RETRY_MIN;
245 if (*timeout > NFS4_POLL_RETRY_MAX)
246 *timeout = NFS4_POLL_RETRY_MAX;
247 schedule_timeout_killable(*timeout);
248 if (fatal_signal_pending(current))
249 res = -ERESTARTSYS;
250 *timeout <<= 1;
251 return res;
252}
253
254/* This is the error handling routine for processes that are allowed
255 * to sleep.
256 */
Trond Myklebustb064eca22011-02-22 15:44:32 -0800257static int nfs4_handle_exception(struct nfs_server *server, int errorcode, struct nfs4_exception *exception)
Trond Myklebust65de8722008-12-23 15:21:44 -0500258{
259 struct nfs_client *clp = server->nfs_client;
Trond Myklebust9e33bed2008-12-23 15:21:46 -0500260 struct nfs4_state *state = exception->state;
Trond Myklebust65de8722008-12-23 15:21:44 -0500261 int ret = errorcode;
262
263 exception->retry = 0;
264 switch(errorcode) {
265 case 0:
266 return 0;
Trond Myklebust9e33bed2008-12-23 15:21:46 -0500267 case -NFS4ERR_ADMIN_REVOKED:
268 case -NFS4ERR_BAD_STATEID:
269 case -NFS4ERR_OPENMODE:
270 if (state == NULL)
271 break;
Trond Myklebust0400a6b2011-03-09 16:00:53 -0500272 nfs4_schedule_stateid_recovery(server, state);
273 goto wait_on_recovery;
Trond Myklebust0ced63d2011-05-26 14:26:35 -0400274 case -NFS4ERR_EXPIRED:
275 if (state != NULL)
276 nfs4_schedule_stateid_recovery(server, state);
Trond Myklebust65de8722008-12-23 15:21:44 -0500277 case -NFS4ERR_STALE_STATEID:
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -0500278 case -NFS4ERR_STALE_CLIENTID:
Trond Myklebust0400a6b2011-03-09 16:00:53 -0500279 nfs4_schedule_lease_recovery(clp);
280 goto wait_on_recovery;
Trond Myklebust03391692010-01-26 15:42:38 -0500281#if defined(CONFIG_NFS_V4_1)
Andy Adamson4745e312009-04-01 09:22:42 -0400282 case -NFS4ERR_BADSESSION:
283 case -NFS4ERR_BADSLOT:
284 case -NFS4ERR_BAD_HIGH_SLOT:
285 case -NFS4ERR_CONN_NOT_BOUND_TO_SESSION:
286 case -NFS4ERR_DEADSESSION:
287 case -NFS4ERR_SEQ_FALSE_RETRY:
288 case -NFS4ERR_SEQ_MISORDERED:
289 dprintk("%s ERROR: %d Reset session\n", __func__,
290 errorcode);
Trond Myklebust0400a6b2011-03-09 16:00:53 -0500291 nfs4_schedule_session_recovery(clp->cl_session);
Andy Adamson4745e312009-04-01 09:22:42 -0400292 exception->retry = 1;
Andy Adamsonb9179232009-12-04 15:55:32 -0500293 break;
Trond Myklebust03391692010-01-26 15:42:38 -0500294#endif /* defined(CONFIG_NFS_V4_1) */
Trond Myklebust65de8722008-12-23 15:21:44 -0500295 case -NFS4ERR_FILE_OPEN:
NeilBrown44ed3552009-12-03 15:58:56 -0500296 if (exception->timeout > HZ) {
297 /* We have retried a decent amount, time to
298 * fail
299 */
300 ret = -EBUSY;
301 break;
302 }
Trond Myklebust65de8722008-12-23 15:21:44 -0500303 case -NFS4ERR_GRACE:
304 case -NFS4ERR_DELAY:
Jeff Layton2c643482010-01-07 09:42:03 -0500305 case -EKEYEXPIRED:
Trond Myklebust65de8722008-12-23 15:21:44 -0500306 ret = nfs4_delay(server->client, &exception->timeout);
307 if (ret != 0)
308 break;
Andy Adamsona8a4ae32011-05-03 13:43:03 -0400309 case -NFS4ERR_RETRY_UNCACHED_REP:
Trond Myklebust65de8722008-12-23 15:21:44 -0500310 case -NFS4ERR_OLD_STATEID:
311 exception->retry = 1;
Trond Myklebustb064eca22011-02-22 15:44:32 -0800312 break;
313 case -NFS4ERR_BADOWNER:
314 /* The following works around a Linux server bug! */
315 case -NFS4ERR_BADNAME:
316 if (server->caps & NFS_CAP_UIDGID_NOMAP) {
317 server->caps &= ~NFS_CAP_UIDGID_NOMAP;
318 exception->retry = 1;
319 printk(KERN_WARNING "NFS: v4 server %s "
320 "does not accept raw "
321 "uid/gids. "
322 "Reenabling the idmapper.\n",
323 server->nfs_client->cl_hostname);
324 }
Trond Myklebust65de8722008-12-23 15:21:44 -0500325 }
326 /* We failed to handle the error */
327 return nfs4_map_errors(ret);
Trond Myklebust0400a6b2011-03-09 16:00:53 -0500328wait_on_recovery:
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -0500329 ret = nfs4_wait_clnt_recover(clp);
330 if (ret == 0)
331 exception->retry = 1;
332 return ret;
Trond Myklebust65de8722008-12-23 15:21:44 -0500333}
334
335
Trond Myklebust452e9352010-07-31 14:29:06 -0400336static void do_renew_lease(struct nfs_client *clp, unsigned long timestamp)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700337{
Linus Torvalds1da177e2005-04-16 15:20:36 -0700338 spin_lock(&clp->cl_lock);
339 if (time_before(clp->cl_last_renewal,timestamp))
340 clp->cl_last_renewal = timestamp;
341 spin_unlock(&clp->cl_lock);
342}
343
Trond Myklebust452e9352010-07-31 14:29:06 -0400344static void renew_lease(const struct nfs_server *server, unsigned long timestamp)
345{
346 do_renew_lease(server->nfs_client, timestamp);
347}
348
Andy Adamsoncccef3b2009-04-01 09:22:03 -0400349#if defined(CONFIG_NFS_V4_1)
350
Benny Halevy510b8172009-04-01 09:22:14 -0400351/*
Andy Adamsone2c4ab32009-04-01 09:22:16 -0400352 * nfs4_free_slot - free a slot and efficiently update slot table.
353 *
354 * freeing a slot is trivially done by clearing its respective bit
355 * in the bitmap.
356 * If the freed slotid equals highest_used_slotid we want to update it
357 * so that the server would be able to size down the slot table if needed,
358 * otherwise we know that the highest_used_slotid is still in use.
359 * When updating highest_used_slotid there may be "holes" in the bitmap
360 * so we need to scan down from highest_used_slotid to 0 looking for the now
361 * highest slotid in use.
362 * If none found, highest_used_slotid is set to -1.
Trond Myklebust35dc1d72009-12-05 19:32:19 -0500363 *
364 * Must be called while holding tbl->slot_tbl_lock
Andy Adamsone2c4ab32009-04-01 09:22:16 -0400365 */
366static void
Benny Halevydfb4f3092010-09-24 09:17:01 -0400367nfs4_free_slot(struct nfs4_slot_table *tbl, struct nfs4_slot *free_slot)
Andy Adamsone2c4ab32009-04-01 09:22:16 -0400368{
Benny Halevydfb4f3092010-09-24 09:17:01 -0400369 int free_slotid = free_slot - tbl->slots;
Andy Adamsone2c4ab32009-04-01 09:22:16 -0400370 int slotid = free_slotid;
371
Benny Halevydfb4f3092010-09-24 09:17:01 -0400372 BUG_ON(slotid < 0 || slotid >= NFS4_MAX_SLOT_TABLE);
Andy Adamsone2c4ab32009-04-01 09:22:16 -0400373 /* clear used bit in bitmap */
374 __clear_bit(slotid, tbl->used_slots);
375
376 /* update highest_used_slotid when it is freed */
377 if (slotid == tbl->highest_used_slotid) {
378 slotid = find_last_bit(tbl->used_slots, tbl->max_slots);
Trond Myklebustbcb56162009-12-05 19:32:19 -0500379 if (slotid < tbl->max_slots)
Andy Adamsone2c4ab32009-04-01 09:22:16 -0400380 tbl->highest_used_slotid = slotid;
381 else
382 tbl->highest_used_slotid = -1;
383 }
Andy Adamsone2c4ab32009-04-01 09:22:16 -0400384 dprintk("%s: free_slotid %u highest_used_slotid %d\n", __func__,
385 free_slotid, tbl->highest_used_slotid);
386}
387
Alexandros Batsakis3bfb0fc2009-12-09 01:50:11 -0800388/*
Andy Adamson42acd022011-01-06 02:04:34 +0000389 * Signal state manager thread if session fore channel is drained
Alexandros Batsakis3bfb0fc2009-12-09 01:50:11 -0800390 */
Andy Adamson42acd022011-01-06 02:04:34 +0000391static void nfs4_check_drain_fc_complete(struct nfs4_session *ses)
Alexandros Batsakis3bfb0fc2009-12-09 01:50:11 -0800392{
Alexandros Batsakis689cf5c2009-12-14 21:27:56 -0800393 struct rpc_task *task;
394
Trond Myklebusta2118c32010-06-16 09:52:26 -0400395 if (!test_bit(NFS4_SESSION_DRAINING, &ses->session_state)) {
Alexandros Batsakis689cf5c2009-12-14 21:27:56 -0800396 task = rpc_wake_up_next(&ses->fc_slot_table.slot_tbl_waitq);
397 if (task)
398 rpc_task_set_priority(task, RPC_PRIORITY_PRIVILEGED);
Alexandros Batsakis3bfb0fc2009-12-09 01:50:11 -0800399 return;
400 }
401
402 if (ses->fc_slot_table.highest_used_slotid != -1)
403 return;
404
Andy Adamson42acd022011-01-06 02:04:34 +0000405 dprintk("%s COMPLETE: Session Fore Channel Drained\n", __func__);
406 complete(&ses->fc_slot_table.complete);
407}
408
409/*
410 * Signal state manager thread if session back channel is drained
411 */
412void nfs4_check_drain_bc_complete(struct nfs4_session *ses)
413{
414 if (!test_bit(NFS4_SESSION_DRAINING, &ses->session_state) ||
415 ses->bc_slot_table.highest_used_slotid != -1)
416 return;
417 dprintk("%s COMPLETE: Session Back Channel Drained\n", __func__);
418 complete(&ses->bc_slot_table.complete);
Alexandros Batsakis3bfb0fc2009-12-09 01:50:11 -0800419}
420
Trond Myklebustd185a332010-06-16 09:52:25 -0400421static void nfs41_sequence_free_slot(struct nfs4_sequence_res *res)
Andy Adamson13615872009-04-01 09:22:17 -0400422{
423 struct nfs4_slot_table *tbl;
424
Trond Myklebustd185a332010-06-16 09:52:25 -0400425 tbl = &res->sr_session->fc_slot_table;
Benny Halevydfb4f3092010-09-24 09:17:01 -0400426 if (!res->sr_slot) {
Andy Adamson13615872009-04-01 09:22:17 -0400427 /* just wake up the next guy waiting since
428 * we may have not consumed a slot after all */
Andy Adamson691daf32009-12-04 15:55:39 -0500429 dprintk("%s: No slot\n", __func__);
Trond Myklebust35dc1d72009-12-05 19:32:19 -0500430 return;
Andy Adamson13615872009-04-01 09:22:17 -0400431 }
Andy Adamsonea028ac2009-12-04 15:55:38 -0500432
Trond Myklebust35dc1d72009-12-05 19:32:19 -0500433 spin_lock(&tbl->slot_tbl_lock);
Benny Halevydfb4f3092010-09-24 09:17:01 -0400434 nfs4_free_slot(tbl, res->sr_slot);
Andy Adamson42acd022011-01-06 02:04:34 +0000435 nfs4_check_drain_fc_complete(res->sr_session);
Trond Myklebust35dc1d72009-12-05 19:32:19 -0500436 spin_unlock(&tbl->slot_tbl_lock);
Benny Halevydfb4f3092010-09-24 09:17:01 -0400437 res->sr_slot = NULL;
Andy Adamson13615872009-04-01 09:22:17 -0400438}
439
Trond Myklebust14516c32010-07-31 14:29:06 -0400440static int nfs41_sequence_done(struct rpc_task *task, struct nfs4_sequence_res *res)
Andy Adamsonb0df8062009-04-01 09:22:18 -0400441{
442 unsigned long timestamp;
Trond Myklebust14516c32010-07-31 14:29:06 -0400443 struct nfs_client *clp;
Andy Adamsonb0df8062009-04-01 09:22:18 -0400444
445 /*
446 * sr_status remains 1 if an RPC level error occurred. The server
447 * may or may not have processed the sequence operation..
448 * Proceed as if the server received and processed the sequence
449 * operation.
450 */
451 if (res->sr_status == 1)
452 res->sr_status = NFS_OK;
453
Bryan Schumaker468f8612011-04-18 15:57:32 -0400454 /* don't increment the sequence number if the task wasn't sent */
455 if (!RPC_WAS_SENT(task))
Andy Adamsonb0df8062009-04-01 09:22:18 -0400456 goto out;
457
Andy Adamson691daf32009-12-04 15:55:39 -0500458 /* Check the SEQUENCE operation status */
Trond Myklebust14516c32010-07-31 14:29:06 -0400459 switch (res->sr_status) {
460 case 0:
Andy Adamsonb0df8062009-04-01 09:22:18 -0400461 /* Update the slot's sequence and clientid lease timer */
Benny Halevydfb4f3092010-09-24 09:17:01 -0400462 ++res->sr_slot->seq_nr;
Andy Adamsonb0df8062009-04-01 09:22:18 -0400463 timestamp = res->sr_renewal_time;
Trond Myklebust14516c32010-07-31 14:29:06 -0400464 clp = res->sr_session->clp;
Trond Myklebust452e9352010-07-31 14:29:06 -0400465 do_renew_lease(clp, timestamp);
Alexandros Batsakis0629e372009-12-05 13:46:14 -0500466 /* Check sequence flags */
Trond Myklebustb4410c22011-03-09 16:00:55 -0500467 if (res->sr_status_flags != 0)
468 nfs4_schedule_lease_recovery(clp);
Trond Myklebust14516c32010-07-31 14:29:06 -0400469 break;
470 case -NFS4ERR_DELAY:
471 /* The server detected a resend of the RPC call and
472 * returned NFS4ERR_DELAY as per Section 2.10.6.2
473 * of RFC5661.
474 */
Geert Uytterhoeven12364a42010-10-28 20:06:19 +0200475 dprintk("%s: slot=%td seq=%d: Operation in progress\n",
Benny Halevydfb4f3092010-09-24 09:17:01 -0400476 __func__,
477 res->sr_slot - res->sr_session->fc_slot_table.slots,
478 res->sr_slot->seq_nr);
Trond Myklebust14516c32010-07-31 14:29:06 -0400479 goto out_retry;
480 default:
481 /* Just update the slot sequence no. */
Benny Halevydfb4f3092010-09-24 09:17:01 -0400482 ++res->sr_slot->seq_nr;
Andy Adamsonb0df8062009-04-01 09:22:18 -0400483 }
484out:
485 /* The session may be reset by one of the error handlers. */
486 dprintk("%s: Error %d free the slot \n", __func__, res->sr_status);
Trond Myklebustd185a332010-06-16 09:52:25 -0400487 nfs41_sequence_free_slot(res);
Trond Myklebust14516c32010-07-31 14:29:06 -0400488 return 1;
489out_retry:
Trond Myklebustd05dd4e2010-07-31 14:29:07 -0400490 if (!rpc_restart_call(task))
Trond Myklebust14516c32010-07-31 14:29:06 -0400491 goto out;
492 rpc_delay(task, NFS4_POLL_RETRY_MAX);
493 return 0;
Andy Adamsonb0df8062009-04-01 09:22:18 -0400494}
495
Trond Myklebust14516c32010-07-31 14:29:06 -0400496static int nfs4_sequence_done(struct rpc_task *task,
497 struct nfs4_sequence_res *res)
Trond Myklebustdf896452010-06-16 09:52:26 -0400498{
Trond Myklebust14516c32010-07-31 14:29:06 -0400499 if (res->sr_session == NULL)
500 return 1;
501 return nfs41_sequence_done(task, res);
Trond Myklebustdf896452010-06-16 09:52:26 -0400502}
503
Andy Adamsone2c4ab32009-04-01 09:22:16 -0400504/*
Benny Halevy510b8172009-04-01 09:22:14 -0400505 * nfs4_find_slot - efficiently look for a free slot
506 *
507 * nfs4_find_slot looks for an unset bit in the used_slots bitmap.
508 * If found, we mark the slot as used, update the highest_used_slotid,
509 * and respectively set up the sequence operation args.
510 * The slot number is returned if found, or NFS4_MAX_SLOT_TABLE otherwise.
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400511 *
512 * Note: must be called with under the slot_tbl_lock.
Benny Halevy510b8172009-04-01 09:22:14 -0400513 */
514static u8
Alexandros Batsakis40ead582009-12-14 21:27:54 -0800515nfs4_find_slot(struct nfs4_slot_table *tbl)
Benny Halevy510b8172009-04-01 09:22:14 -0400516{
517 int slotid;
518 u8 ret_id = NFS4_MAX_SLOT_TABLE;
519 BUILD_BUG_ON((u8)NFS4_MAX_SLOT_TABLE != (int)NFS4_MAX_SLOT_TABLE);
520
Benny Halevy510b8172009-04-01 09:22:14 -0400521 dprintk("--> %s used_slots=%04lx highest_used=%d max_slots=%d\n",
522 __func__, tbl->used_slots[0], tbl->highest_used_slotid,
523 tbl->max_slots);
524 slotid = find_first_zero_bit(tbl->used_slots, tbl->max_slots);
525 if (slotid >= tbl->max_slots)
526 goto out;
527 __set_bit(slotid, tbl->used_slots);
528 if (slotid > tbl->highest_used_slotid)
529 tbl->highest_used_slotid = slotid;
530 ret_id = slotid;
531out:
532 dprintk("<-- %s used_slots=%04lx highest_used=%d slotid=%d \n",
533 __func__, tbl->used_slots[0], tbl->highest_used_slotid, ret_id);
Benny Halevy510b8172009-04-01 09:22:14 -0400534 return ret_id;
535}
536
Andy Adamsondc70d7b2011-03-01 01:34:19 +0000537int nfs41_setup_sequence(struct nfs4_session *session,
Andy Adamsonce5039c2009-04-01 09:22:13 -0400538 struct nfs4_sequence_args *args,
539 struct nfs4_sequence_res *res,
540 int cache_reply,
541 struct rpc_task *task)
542{
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400543 struct nfs4_slot *slot;
544 struct nfs4_slot_table *tbl;
545 u8 slotid;
546
547 dprintk("--> %s\n", __func__);
Andy Adamsonce5039c2009-04-01 09:22:13 -0400548 /* slot already allocated? */
Benny Halevydfb4f3092010-09-24 09:17:01 -0400549 if (res->sr_slot != NULL)
Andy Adamsonce5039c2009-04-01 09:22:13 -0400550 return 0;
551
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400552 tbl = &session->fc_slot_table;
553
554 spin_lock(&tbl->slot_tbl_lock);
Trond Myklebusta2118c32010-06-16 09:52:26 -0400555 if (test_bit(NFS4_SESSION_DRAINING, &session->session_state) &&
Alexandros Batsakis5601a002009-12-14 21:27:58 -0800556 !rpc_task_has_priority(task, RPC_PRIORITY_PRIVILEGED)) {
Andy Adamsonea028ac2009-12-04 15:55:38 -0500557 /*
558 * The state manager will wait until the slot table is empty.
559 * Schedule the reset thread
560 */
Andy Adamson05f0d232009-12-04 15:55:37 -0500561 rpc_sleep_on(&tbl->slot_tbl_waitq, task, NULL);
Andy Adamsonb069d942009-04-01 09:22:43 -0400562 spin_unlock(&tbl->slot_tbl_lock);
Trond Myklebustbcb56162009-12-05 19:32:19 -0500563 dprintk("%s Schedule Session Reset\n", __func__);
Andy Adamson05f0d232009-12-04 15:55:37 -0500564 return -EAGAIN;
Andy Adamsonb069d942009-04-01 09:22:43 -0400565 }
566
Alexandros Batsakis689cf5c2009-12-14 21:27:56 -0800567 if (!rpc_queue_empty(&tbl->slot_tbl_waitq) &&
568 !rpc_task_has_priority(task, RPC_PRIORITY_PRIVILEGED)) {
569 rpc_sleep_on(&tbl->slot_tbl_waitq, task, NULL);
570 spin_unlock(&tbl->slot_tbl_lock);
571 dprintk("%s enforce FIFO order\n", __func__);
572 return -EAGAIN;
573 }
574
Alexandros Batsakis40ead582009-12-14 21:27:54 -0800575 slotid = nfs4_find_slot(tbl);
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400576 if (slotid == NFS4_MAX_SLOT_TABLE) {
577 rpc_sleep_on(&tbl->slot_tbl_waitq, task, NULL);
578 spin_unlock(&tbl->slot_tbl_lock);
579 dprintk("<-- %s: no free slots\n", __func__);
580 return -EAGAIN;
581 }
582 spin_unlock(&tbl->slot_tbl_lock);
583
Alexandros Batsakis689cf5c2009-12-14 21:27:56 -0800584 rpc_task_set_priority(task, RPC_PRIORITY_NORMAL);
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400585 slot = tbl->slots + slotid;
Benny Halevy99fe60d2009-04-01 09:22:29 -0400586 args->sa_session = session;
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400587 args->sa_slotid = slotid;
588 args->sa_cache_this = cache_reply;
589
590 dprintk("<-- %s slotid=%d seqid=%d\n", __func__, slotid, slot->seq_nr);
591
Benny Halevy99fe60d2009-04-01 09:22:29 -0400592 res->sr_session = session;
Benny Halevydfb4f3092010-09-24 09:17:01 -0400593 res->sr_slot = slot;
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400594 res->sr_renewal_time = jiffies;
Trond Myklebust2a6e26c2010-06-16 09:52:25 -0400595 res->sr_status_flags = 0;
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400596 /*
597 * sr_status is only set in decode_sequence, and so will remain
598 * set to 1 if an rpc level failure occurs.
599 */
600 res->sr_status = 1;
Andy Adamsonce5039c2009-04-01 09:22:13 -0400601 return 0;
602}
Andy Adamsondc70d7b2011-03-01 01:34:19 +0000603EXPORT_SYMBOL_GPL(nfs41_setup_sequence);
Andy Adamsonce5039c2009-04-01 09:22:13 -0400604
Trond Myklebust035168a2010-06-16 09:52:26 -0400605int nfs4_setup_sequence(const struct nfs_server *server,
Andy Adamsonce5039c2009-04-01 09:22:13 -0400606 struct nfs4_sequence_args *args,
607 struct nfs4_sequence_res *res,
608 int cache_reply,
609 struct rpc_task *task)
610{
Trond Myklebust035168a2010-06-16 09:52:26 -0400611 struct nfs4_session *session = nfs4_get_session(server);
Andy Adamsonce5039c2009-04-01 09:22:13 -0400612 int ret = 0;
613
Trond Myklebust035168a2010-06-16 09:52:26 -0400614 if (session == NULL) {
615 args->sa_session = NULL;
616 res->sr_session = NULL;
Andy Adamsonce5039c2009-04-01 09:22:13 -0400617 goto out;
Trond Myklebust035168a2010-06-16 09:52:26 -0400618 }
619
Geert Uytterhoeven12364a42010-10-28 20:06:19 +0200620 dprintk("--> %s clp %p session %p sr_slot %td\n",
Benny Halevydfb4f3092010-09-24 09:17:01 -0400621 __func__, session->clp, session, res->sr_slot ?
622 res->sr_slot - session->fc_slot_table.slots : -1);
Trond Myklebust035168a2010-06-16 09:52:26 -0400623
624 ret = nfs41_setup_sequence(session, args, res, cache_reply,
Andy Adamsonce5039c2009-04-01 09:22:13 -0400625 task);
Andy Adamsonce5039c2009-04-01 09:22:13 -0400626out:
627 dprintk("<-- %s status=%d\n", __func__, ret);
628 return ret;
629}
630
631struct nfs41_call_sync_data {
Trond Myklebust035168a2010-06-16 09:52:26 -0400632 const struct nfs_server *seq_server;
Andy Adamsonce5039c2009-04-01 09:22:13 -0400633 struct nfs4_sequence_args *seq_args;
634 struct nfs4_sequence_res *seq_res;
635 int cache_reply;
636};
637
638static void nfs41_call_sync_prepare(struct rpc_task *task, void *calldata)
639{
640 struct nfs41_call_sync_data *data = calldata;
641
Trond Myklebust035168a2010-06-16 09:52:26 -0400642 dprintk("--> %s data->seq_server %p\n", __func__, data->seq_server);
643
644 if (nfs4_setup_sequence(data->seq_server, data->seq_args,
Andy Adamsonce5039c2009-04-01 09:22:13 -0400645 data->seq_res, data->cache_reply, task))
646 return;
647 rpc_call_start(task);
648}
649
Alexandros Batsakisb2579572009-12-14 21:27:57 -0800650static void nfs41_call_priv_sync_prepare(struct rpc_task *task, void *calldata)
651{
652 rpc_task_set_priority(task, RPC_PRIORITY_PRIVILEGED);
653 nfs41_call_sync_prepare(task, calldata);
654}
655
Andy Adamson69ab40c2009-04-01 09:22:19 -0400656static void nfs41_call_sync_done(struct rpc_task *task, void *calldata)
657{
658 struct nfs41_call_sync_data *data = calldata;
659
Trond Myklebust14516c32010-07-31 14:29:06 -0400660 nfs41_sequence_done(task, data->seq_res);
Andy Adamson69ab40c2009-04-01 09:22:19 -0400661}
662
Andy Adamsonce5039c2009-04-01 09:22:13 -0400663struct rpc_call_ops nfs41_call_sync_ops = {
664 .rpc_call_prepare = nfs41_call_sync_prepare,
Andy Adamson69ab40c2009-04-01 09:22:19 -0400665 .rpc_call_done = nfs41_call_sync_done,
Andy Adamsonce5039c2009-04-01 09:22:13 -0400666};
667
Alexandros Batsakisb2579572009-12-14 21:27:57 -0800668struct rpc_call_ops nfs41_call_priv_sync_ops = {
669 .rpc_call_prepare = nfs41_call_priv_sync_prepare,
670 .rpc_call_done = nfs41_call_sync_done,
671};
672
Bryan Schumaker7c513052011-03-24 17:12:24 +0000673static int nfs4_call_sync_sequence(struct rpc_clnt *clnt,
674 struct nfs_server *server,
Andy Adamsonce5039c2009-04-01 09:22:13 -0400675 struct rpc_message *msg,
676 struct nfs4_sequence_args *args,
677 struct nfs4_sequence_res *res,
Alexandros Batsakisb2579572009-12-14 21:27:57 -0800678 int cache_reply,
679 int privileged)
Andy Adamsonce5039c2009-04-01 09:22:13 -0400680{
681 int ret;
682 struct rpc_task *task;
683 struct nfs41_call_sync_data data = {
Trond Myklebust035168a2010-06-16 09:52:26 -0400684 .seq_server = server,
Andy Adamsonce5039c2009-04-01 09:22:13 -0400685 .seq_args = args,
686 .seq_res = res,
687 .cache_reply = cache_reply,
688 };
689 struct rpc_task_setup task_setup = {
Bryan Schumaker7c513052011-03-24 17:12:24 +0000690 .rpc_client = clnt,
Andy Adamsonce5039c2009-04-01 09:22:13 -0400691 .rpc_message = msg,
692 .callback_ops = &nfs41_call_sync_ops,
693 .callback_data = &data
694 };
695
Benny Halevydfb4f3092010-09-24 09:17:01 -0400696 res->sr_slot = NULL;
Alexandros Batsakisb2579572009-12-14 21:27:57 -0800697 if (privileged)
698 task_setup.callback_ops = &nfs41_call_priv_sync_ops;
Andy Adamsonce5039c2009-04-01 09:22:13 -0400699 task = rpc_run_task(&task_setup);
700 if (IS_ERR(task))
701 ret = PTR_ERR(task);
702 else {
703 ret = task->tk_status;
704 rpc_put_task(task);
705 }
706 return ret;
707}
708
Bryan Schumaker7c513052011-03-24 17:12:24 +0000709int _nfs4_call_sync_session(struct rpc_clnt *clnt,
710 struct nfs_server *server,
Andy Adamsoncccef3b2009-04-01 09:22:03 -0400711 struct rpc_message *msg,
712 struct nfs4_sequence_args *args,
713 struct nfs4_sequence_res *res,
714 int cache_reply)
715{
Bryan Schumaker7c513052011-03-24 17:12:24 +0000716 return nfs4_call_sync_sequence(clnt, server, msg, args, res, cache_reply, 0);
Andy Adamsoncccef3b2009-04-01 09:22:03 -0400717}
718
Trond Myklebustdf896452010-06-16 09:52:26 -0400719#else
Trond Myklebust14516c32010-07-31 14:29:06 -0400720static int nfs4_sequence_done(struct rpc_task *task,
721 struct nfs4_sequence_res *res)
Trond Myklebustdf896452010-06-16 09:52:26 -0400722{
Trond Myklebust14516c32010-07-31 14:29:06 -0400723 return 1;
Trond Myklebustdf896452010-06-16 09:52:26 -0400724}
Andy Adamsoncccef3b2009-04-01 09:22:03 -0400725#endif /* CONFIG_NFS_V4_1 */
726
Bryan Schumaker7c513052011-03-24 17:12:24 +0000727int _nfs4_call_sync(struct rpc_clnt *clnt,
728 struct nfs_server *server,
Andy Adamsoncccef3b2009-04-01 09:22:03 -0400729 struct rpc_message *msg,
730 struct nfs4_sequence_args *args,
731 struct nfs4_sequence_res *res,
732 int cache_reply)
733{
Benny Halevyf3752972009-04-01 09:22:04 -0400734 args->sa_session = res->sr_session = NULL;
Bryan Schumaker7c513052011-03-24 17:12:24 +0000735 return rpc_call_sync(clnt, msg, 0);
Andy Adamsoncccef3b2009-04-01 09:22:03 -0400736}
737
Bryan Schumakere73b83f2011-03-24 17:12:23 +0000738static inline
Bryan Schumaker7c513052011-03-24 17:12:24 +0000739int nfs4_call_sync(struct rpc_clnt *clnt,
740 struct nfs_server *server,
Bryan Schumakere73b83f2011-03-24 17:12:23 +0000741 struct rpc_message *msg,
742 struct nfs4_sequence_args *args,
743 struct nfs4_sequence_res *res,
744 int cache_reply)
745{
Bryan Schumaker7c513052011-03-24 17:12:24 +0000746 return server->nfs_client->cl_mvops->call_sync(clnt, server, msg,
747 args, res, cache_reply);
Bryan Schumakere73b83f2011-03-24 17:12:23 +0000748}
Andy Adamsoncccef3b2009-04-01 09:22:03 -0400749
Trond Myklebust38478b22006-05-25 01:40:57 -0400750static void update_changeattr(struct inode *dir, struct nfs4_change_info *cinfo)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700751{
Trond Myklebust38478b22006-05-25 01:40:57 -0400752 struct nfs_inode *nfsi = NFS_I(dir);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700753
Trond Myklebust38478b22006-05-25 01:40:57 -0400754 spin_lock(&dir->i_lock);
Trond Myklebust40d24702007-10-08 09:24:22 -0400755 nfsi->cache_validity |= NFS_INO_INVALID_ATTR|NFS_INO_REVAL_PAGECACHE|NFS_INO_INVALID_DATA;
Trond Myklebusta9a4a872011-10-17 16:08:46 -0700756 if (!cinfo->atomic || cinfo->before != dir->i_version)
Trond Myklebustbfc69a42007-10-15 18:18:29 -0400757 nfs_force_lookup_revalidate(dir);
Trond Myklebusta9a4a872011-10-17 16:08:46 -0700758 dir->i_version = cinfo->after;
Trond Myklebust38478b22006-05-25 01:40:57 -0400759 spin_unlock(&dir->i_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700760}
761
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100762struct nfs4_opendata {
Trond Myklebustc6d00e62007-06-17 16:02:44 -0400763 struct kref kref;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100764 struct nfs_openargs o_arg;
765 struct nfs_openres o_res;
Trond Myklebustcdd4e682006-01-03 09:55:12 +0100766 struct nfs_open_confirmargs c_arg;
767 struct nfs_open_confirmres c_res;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100768 struct nfs_fattr f_attr;
769 struct nfs_fattr dir_attr;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100770 struct dentry *dir;
Al Viro82a2c1b2011-06-22 18:30:55 -0400771 struct dentry *dentry;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100772 struct nfs4_state_owner *owner;
Trond Myklebustaac00a82007-07-05 19:02:21 -0400773 struct nfs4_state *state;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100774 struct iattr attrs;
Trond Myklebust26e976a2006-01-03 09:55:21 +0100775 unsigned long timestamp;
Trond Myklebust3e309912007-07-07 13:19:59 -0400776 unsigned int rpc_done : 1;
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100777 int rpc_status;
778 int cancelled;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100779};
780
Trond Myklebust2ced46c2007-07-03 23:48:13 -0400781
782static void nfs4_init_opendata_res(struct nfs4_opendata *p)
783{
784 p->o_res.f_attr = &p->f_attr;
785 p->o_res.dir_attr = &p->dir_attr;
Trond Myklebustc1d51932008-04-07 13:20:54 -0400786 p->o_res.seqid = p->o_arg.seqid;
787 p->c_res.seqid = p->c_arg.seqid;
Trond Myklebust2ced46c2007-07-03 23:48:13 -0400788 p->o_res.server = p->o_arg.server;
789 nfs_fattr_init(&p->f_attr);
790 nfs_fattr_init(&p->dir_attr);
791}
792
Al Viro82a2c1b2011-06-22 18:30:55 -0400793static struct nfs4_opendata *nfs4_opendata_alloc(struct dentry *dentry,
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500794 struct nfs4_state_owner *sp, fmode_t fmode, int flags,
Trond Myklebust8535b2b2010-05-13 12:51:01 -0400795 const struct iattr *attrs,
796 gfp_t gfp_mask)
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100797{
Al Viro82a2c1b2011-06-22 18:30:55 -0400798 struct dentry *parent = dget_parent(dentry);
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100799 struct inode *dir = parent->d_inode;
800 struct nfs_server *server = NFS_SERVER(dir);
801 struct nfs4_opendata *p;
802
Trond Myklebust8535b2b2010-05-13 12:51:01 -0400803 p = kzalloc(sizeof(*p), gfp_mask);
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100804 if (p == NULL)
805 goto err;
Trond Myklebust8535b2b2010-05-13 12:51:01 -0400806 p->o_arg.seqid = nfs_alloc_seqid(&sp->so_seqid, gfp_mask);
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100807 if (p->o_arg.seqid == NULL)
808 goto err_free;
Al Viro82a2c1b2011-06-22 18:30:55 -0400809 nfs_sb_active(dentry->d_sb);
810 p->dentry = dget(dentry);
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100811 p->dir = parent;
812 p->owner = sp;
813 atomic_inc(&sp->so_count);
814 p->o_arg.fh = NFS_FH(dir);
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500815 p->o_arg.open_flags = flags;
816 p->o_arg.fmode = fmode & (FMODE_READ|FMODE_WRITE);
David Howells7539bba2006-08-22 20:06:09 -0400817 p->o_arg.clientid = server->nfs_client->cl_clientid;
Trond Myklebust9f958ab2007-07-02 13:58:33 -0400818 p->o_arg.id = sp->so_owner_id.id;
Al Viro82a2c1b2011-06-22 18:30:55 -0400819 p->o_arg.name = &dentry->d_name;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100820 p->o_arg.server = server;
821 p->o_arg.bitmask = server->attr_bitmask;
822 p->o_arg.claim = NFS4_OPEN_CLAIM_NULL;
Trond Myklebustd77d76f2010-06-16 09:52:27 -0400823 if (flags & O_CREAT) {
824 u32 *s;
825
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100826 p->o_arg.u.attrs = &p->attrs;
827 memcpy(&p->attrs, attrs, sizeof(p->attrs));
Trond Myklebustd77d76f2010-06-16 09:52:27 -0400828 s = (u32 *) p->o_arg.u.verifier.data;
829 s[0] = jiffies;
830 s[1] = current->pid;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100831 }
Trond Myklebustcdd4e682006-01-03 09:55:12 +0100832 p->c_arg.fh = &p->o_res.fh;
833 p->c_arg.stateid = &p->o_res.stateid;
834 p->c_arg.seqid = p->o_arg.seqid;
Trond Myklebust2ced46c2007-07-03 23:48:13 -0400835 nfs4_init_opendata_res(p);
Trond Myklebustc6d00e62007-06-17 16:02:44 -0400836 kref_init(&p->kref);
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100837 return p;
838err_free:
839 kfree(p);
840err:
841 dput(parent);
842 return NULL;
843}
844
Trond Myklebustc6d00e62007-06-17 16:02:44 -0400845static void nfs4_opendata_free(struct kref *kref)
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100846{
Trond Myklebustc6d00e62007-06-17 16:02:44 -0400847 struct nfs4_opendata *p = container_of(kref,
848 struct nfs4_opendata, kref);
Al Viro82a2c1b2011-06-22 18:30:55 -0400849 struct super_block *sb = p->dentry->d_sb;
Trond Myklebustc6d00e62007-06-17 16:02:44 -0400850
851 nfs_free_seqid(p->o_arg.seqid);
Trond Myklebustaac00a82007-07-05 19:02:21 -0400852 if (p->state != NULL)
853 nfs4_put_open_state(p->state);
Trond Myklebustc6d00e62007-06-17 16:02:44 -0400854 nfs4_put_state_owner(p->owner);
855 dput(p->dir);
Al Viro82a2c1b2011-06-22 18:30:55 -0400856 dput(p->dentry);
857 nfs_sb_deactive(sb);
Trond Myklebustc6d00e62007-06-17 16:02:44 -0400858 kfree(p);
859}
860
861static void nfs4_opendata_put(struct nfs4_opendata *p)
862{
863 if (p != NULL)
864 kref_put(&p->kref, nfs4_opendata_free);
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100865}
866
Trond Myklebust06f814a2006-01-03 09:55:07 +0100867static int nfs4_wait_for_completion_rpc_task(struct rpc_task *task)
868{
Trond Myklebust06f814a2006-01-03 09:55:07 +0100869 int ret;
870
Trond Myklebust06f814a2006-01-03 09:55:07 +0100871 ret = rpc_wait_for_completion_task(task);
Trond Myklebust06f814a2006-01-03 09:55:07 +0100872 return ret;
873}
874
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500875static int can_open_cached(struct nfs4_state *state, fmode_t mode, int open_mode)
Trond Myklebust6ee41262007-07-08 14:11:36 -0400876{
877 int ret = 0;
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500878
879 if (open_mode & O_EXCL)
880 goto out;
881 switch (mode & (FMODE_READ|FMODE_WRITE)) {
Trond Myklebust6ee41262007-07-08 14:11:36 -0400882 case FMODE_READ:
Trond Myklebust88069f72009-12-08 08:33:16 -0500883 ret |= test_bit(NFS_O_RDONLY_STATE, &state->flags) != 0
884 && state->n_rdonly != 0;
Trond Myklebust6ee41262007-07-08 14:11:36 -0400885 break;
886 case FMODE_WRITE:
Trond Myklebust88069f72009-12-08 08:33:16 -0500887 ret |= test_bit(NFS_O_WRONLY_STATE, &state->flags) != 0
888 && state->n_wronly != 0;
Trond Myklebust6ee41262007-07-08 14:11:36 -0400889 break;
890 case FMODE_READ|FMODE_WRITE:
Trond Myklebust88069f72009-12-08 08:33:16 -0500891 ret |= test_bit(NFS_O_RDWR_STATE, &state->flags) != 0
892 && state->n_rdwr != 0;
Trond Myklebust6ee41262007-07-08 14:11:36 -0400893 }
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500894out:
Trond Myklebust6ee41262007-07-08 14:11:36 -0400895 return ret;
896}
897
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500898static int can_open_delegated(struct nfs_delegation *delegation, fmode_t fmode)
Trond Myklebustaac00a82007-07-05 19:02:21 -0400899{
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500900 if ((delegation->type & fmode) != fmode)
Trond Myklebustaac00a82007-07-05 19:02:21 -0400901 return 0;
Trond Myklebust15c831b2008-12-23 15:21:39 -0500902 if (test_bit(NFS_DELEGATION_NEED_RECLAIM, &delegation->flags))
Trond Myklebustaac00a82007-07-05 19:02:21 -0400903 return 0;
Trond Myklebustb7391f42008-12-23 15:21:52 -0500904 nfs_mark_delegation_referenced(delegation);
Trond Myklebustaac00a82007-07-05 19:02:21 -0400905 return 1;
906}
907
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500908static void update_open_stateflags(struct nfs4_state *state, fmode_t fmode)
Trond Myklebuste7616922006-01-03 09:55:13 +0100909{
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500910 switch (fmode) {
Trond Myklebuste7616922006-01-03 09:55:13 +0100911 case FMODE_WRITE:
912 state->n_wronly++;
913 break;
914 case FMODE_READ:
915 state->n_rdonly++;
916 break;
917 case FMODE_READ|FMODE_WRITE:
918 state->n_rdwr++;
919 }
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500920 nfs4_state_set_mode_locked(state, state->state | fmode);
Trond Myklebuste7616922006-01-03 09:55:13 +0100921}
922
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500923static void nfs_set_open_stateid_locked(struct nfs4_state *state, nfs4_stateid *stateid, fmode_t fmode)
Trond Myklebust003707c2007-07-05 18:07:55 -0400924{
925 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0)
926 memcpy(state->stateid.data, stateid->data, sizeof(state->stateid.data));
927 memcpy(state->open_stateid.data, stateid->data, sizeof(state->open_stateid.data));
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500928 switch (fmode) {
Trond Myklebust003707c2007-07-05 18:07:55 -0400929 case FMODE_READ:
930 set_bit(NFS_O_RDONLY_STATE, &state->flags);
931 break;
932 case FMODE_WRITE:
933 set_bit(NFS_O_WRONLY_STATE, &state->flags);
934 break;
935 case FMODE_READ|FMODE_WRITE:
936 set_bit(NFS_O_RDWR_STATE, &state->flags);
937 }
938}
939
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500940static void nfs_set_open_stateid(struct nfs4_state *state, nfs4_stateid *stateid, fmode_t fmode)
Trond Myklebust003707c2007-07-05 18:07:55 -0400941{
Trond Myklebust8bda4e42007-07-09 10:45:42 -0400942 write_seqlock(&state->seqlock);
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500943 nfs_set_open_stateid_locked(state, stateid, fmode);
Trond Myklebust8bda4e42007-07-09 10:45:42 -0400944 write_sequnlock(&state->seqlock);
Trond Myklebust003707c2007-07-05 18:07:55 -0400945}
946
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500947static 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 -0700948{
Trond Myklebust8bda4e42007-07-09 10:45:42 -0400949 /*
950 * Protect the call to nfs4_state_set_mode_locked and
951 * serialise the stateid update
952 */
953 write_seqlock(&state->seqlock);
Trond Myklebust003707c2007-07-05 18:07:55 -0400954 if (deleg_stateid != NULL) {
955 memcpy(state->stateid.data, deleg_stateid->data, sizeof(state->stateid.data));
956 set_bit(NFS_DELEGATED_STATE, &state->flags);
957 }
958 if (open_stateid != NULL)
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500959 nfs_set_open_stateid_locked(state, open_stateid, fmode);
Trond Myklebust8bda4e42007-07-09 10:45:42 -0400960 write_sequnlock(&state->seqlock);
961 spin_lock(&state->owner->so_lock);
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500962 update_open_stateflags(state, fmode);
Trond Myklebustec073422005-10-20 14:22:47 -0700963 spin_unlock(&state->owner->so_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700964}
965
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500966static 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 -0500967{
968 struct nfs_inode *nfsi = NFS_I(state->inode);
969 struct nfs_delegation *deleg_cur;
970 int ret = 0;
971
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500972 fmode &= (FMODE_READ|FMODE_WRITE);
Trond Myklebust34310432008-12-23 15:21:38 -0500973
974 rcu_read_lock();
975 deleg_cur = rcu_dereference(nfsi->delegation);
976 if (deleg_cur == NULL)
977 goto no_delegation;
978
979 spin_lock(&deleg_cur->lock);
980 if (nfsi->delegation != deleg_cur ||
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500981 (deleg_cur->type & fmode) != fmode)
Trond Myklebust34310432008-12-23 15:21:38 -0500982 goto no_delegation_unlock;
983
984 if (delegation == NULL)
985 delegation = &deleg_cur->stateid;
986 else if (memcmp(deleg_cur->stateid.data, delegation->data, NFS4_STATEID_SIZE) != 0)
987 goto no_delegation_unlock;
988
Trond Myklebustb7391f42008-12-23 15:21:52 -0500989 nfs_mark_delegation_referenced(deleg_cur);
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500990 __update_open_stateid(state, open_stateid, &deleg_cur->stateid, fmode);
Trond Myklebust34310432008-12-23 15:21:38 -0500991 ret = 1;
992no_delegation_unlock:
993 spin_unlock(&deleg_cur->lock);
994no_delegation:
995 rcu_read_unlock();
996
997 if (!ret && open_stateid != NULL) {
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500998 __update_open_stateid(state, open_stateid, NULL, fmode);
Trond Myklebust34310432008-12-23 15:21:38 -0500999 ret = 1;
1000 }
1001
1002 return ret;
1003}
1004
1005
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001006static void nfs4_return_incompatible_delegation(struct inode *inode, fmode_t fmode)
Trond Myklebustaac00a82007-07-05 19:02:21 -04001007{
1008 struct nfs_delegation *delegation;
1009
1010 rcu_read_lock();
1011 delegation = rcu_dereference(NFS_I(inode)->delegation);
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001012 if (delegation == NULL || (delegation->type & fmode) == fmode) {
Trond Myklebustaac00a82007-07-05 19:02:21 -04001013 rcu_read_unlock();
1014 return;
1015 }
1016 rcu_read_unlock();
1017 nfs_inode_return_delegation(inode);
1018}
1019
Trond Myklebust6ee41262007-07-08 14:11:36 -04001020static struct nfs4_state *nfs4_try_open_cached(struct nfs4_opendata *opendata)
Trond Myklebustaac00a82007-07-05 19:02:21 -04001021{
1022 struct nfs4_state *state = opendata->state;
1023 struct nfs_inode *nfsi = NFS_I(state->inode);
1024 struct nfs_delegation *delegation;
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001025 int open_mode = opendata->o_arg.open_flags & O_EXCL;
1026 fmode_t fmode = opendata->o_arg.fmode;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001027 nfs4_stateid stateid;
1028 int ret = -EAGAIN;
1029
Trond Myklebustaac00a82007-07-05 19:02:21 -04001030 for (;;) {
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001031 if (can_open_cached(state, fmode, open_mode)) {
Trond Myklebust6ee41262007-07-08 14:11:36 -04001032 spin_lock(&state->owner->so_lock);
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001033 if (can_open_cached(state, fmode, open_mode)) {
1034 update_open_stateflags(state, fmode);
Trond Myklebust6ee41262007-07-08 14:11:36 -04001035 spin_unlock(&state->owner->so_lock);
Trond Myklebust6ee41262007-07-08 14:11:36 -04001036 goto out_return_state;
1037 }
1038 spin_unlock(&state->owner->so_lock);
1039 }
Trond Myklebust34310432008-12-23 15:21:38 -05001040 rcu_read_lock();
1041 delegation = rcu_dereference(nfsi->delegation);
1042 if (delegation == NULL ||
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001043 !can_open_delegated(delegation, fmode)) {
Trond Myklebust34310432008-12-23 15:21:38 -05001044 rcu_read_unlock();
Trond Myklebust6ee41262007-07-08 14:11:36 -04001045 break;
Trond Myklebust34310432008-12-23 15:21:38 -05001046 }
Trond Myklebustaac00a82007-07-05 19:02:21 -04001047 /* Save the delegation */
1048 memcpy(stateid.data, delegation->stateid.data, sizeof(stateid.data));
1049 rcu_read_unlock();
Trond Myklebustaf22f942007-08-10 17:45:10 -04001050 ret = nfs_may_open(state->inode, state->owner->so_cred, open_mode);
Trond Myklebustaac00a82007-07-05 19:02:21 -04001051 if (ret != 0)
1052 goto out;
1053 ret = -EAGAIN;
Trond Myklebust34310432008-12-23 15:21:38 -05001054
1055 /* Try to update the stateid using the delegation */
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001056 if (update_open_stateid(state, NULL, &stateid, fmode))
Trond Myklebust34310432008-12-23 15:21:38 -05001057 goto out_return_state;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001058 }
Trond Myklebustaac00a82007-07-05 19:02:21 -04001059out:
1060 return ERR_PTR(ret);
1061out_return_state:
1062 atomic_inc(&state->count);
1063 return state;
1064}
1065
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001066static struct nfs4_state *nfs4_opendata_to_nfs4_state(struct nfs4_opendata *data)
1067{
1068 struct inode *inode;
1069 struct nfs4_state *state = NULL;
Trond Myklebust003707c2007-07-05 18:07:55 -04001070 struct nfs_delegation *delegation;
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001071 int ret;
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001072
Trond Myklebustaac00a82007-07-05 19:02:21 -04001073 if (!data->rpc_done) {
Trond Myklebust6ee41262007-07-08 14:11:36 -04001074 state = nfs4_try_open_cached(data);
Trond Myklebustaac00a82007-07-05 19:02:21 -04001075 goto out;
1076 }
1077
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001078 ret = -EAGAIN;
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001079 if (!(data->f_attr.valid & NFS_ATTR_FATTR))
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001080 goto err;
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001081 inode = nfs_fhget(data->dir->d_sb, &data->o_res.fh, &data->f_attr);
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001082 ret = PTR_ERR(inode);
Trond Myklebust03f28e32006-03-20 13:44:48 -05001083 if (IS_ERR(inode))
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001084 goto err;
1085 ret = -ENOMEM;
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001086 state = nfs4_get_open_state(inode, data->owner);
1087 if (state == NULL)
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001088 goto err_put_inode;
Trond Myklebust549d6ed2007-07-03 16:42:45 -04001089 if (data->o_res.delegation_type != 0) {
Trond Myklebust549d6ed2007-07-03 16:42:45 -04001090 int delegation_flags = 0;
1091
Trond Myklebust003707c2007-07-05 18:07:55 -04001092 rcu_read_lock();
1093 delegation = rcu_dereference(NFS_I(inode)->delegation);
1094 if (delegation)
1095 delegation_flags = delegation->flags;
1096 rcu_read_unlock();
Trond Myklebust15c831b2008-12-23 15:21:39 -05001097 if ((delegation_flags & 1UL<<NFS_DELEGATION_NEED_RECLAIM) == 0)
Trond Myklebust549d6ed2007-07-03 16:42:45 -04001098 nfs_inode_set_delegation(state->inode,
1099 data->owner->so_cred,
1100 &data->o_res);
1101 else
1102 nfs_inode_reclaim_delegation(state->inode,
1103 data->owner->so_cred,
1104 &data->o_res);
1105 }
Trond Myklebust34310432008-12-23 15:21:38 -05001106
1107 update_open_stateid(state, &data->o_res.stateid, NULL,
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001108 data->o_arg.fmode);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001109 iput(inode);
Trond Myklebustaac00a82007-07-05 19:02:21 -04001110out:
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001111 return state;
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001112err_put_inode:
1113 iput(inode);
1114err:
1115 return ERR_PTR(ret);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001116}
1117
Trond Myklebust864472e2006-01-03 09:55:15 +01001118static struct nfs_open_context *nfs4_state_find_open_context(struct nfs4_state *state)
1119{
1120 struct nfs_inode *nfsi = NFS_I(state->inode);
1121 struct nfs_open_context *ctx;
1122
1123 spin_lock(&state->inode->i_lock);
1124 list_for_each_entry(ctx, &nfsi->open_files, list) {
1125 if (ctx->state != state)
1126 continue;
1127 get_nfs_open_context(ctx);
1128 spin_unlock(&state->inode->i_lock);
1129 return ctx;
1130 }
1131 spin_unlock(&state->inode->i_lock);
1132 return ERR_PTR(-ENOENT);
1133}
1134
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001135static struct nfs4_opendata *nfs4_open_recoverdata_alloc(struct nfs_open_context *ctx, struct nfs4_state *state)
1136{
1137 struct nfs4_opendata *opendata;
1138
Al Viro3d4ff432011-06-22 18:40:12 -04001139 opendata = nfs4_opendata_alloc(ctx->dentry, state->owner, 0, 0, NULL, GFP_NOFS);
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001140 if (opendata == NULL)
1141 return ERR_PTR(-ENOMEM);
1142 opendata->state = state;
1143 atomic_inc(&state->count);
1144 return opendata;
1145}
1146
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001147static int nfs4_open_recover_helper(struct nfs4_opendata *opendata, fmode_t fmode, struct nfs4_state **res)
Trond Myklebust864472e2006-01-03 09:55:15 +01001148{
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001149 struct nfs4_state *newstate;
Trond Myklebust864472e2006-01-03 09:55:15 +01001150 int ret;
1151
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001152 opendata->o_arg.open_flags = 0;
1153 opendata->o_arg.fmode = fmode;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001154 memset(&opendata->o_res, 0, sizeof(opendata->o_res));
1155 memset(&opendata->c_res, 0, sizeof(opendata->c_res));
1156 nfs4_init_opendata_res(opendata);
Alexandros Batsakisb2579572009-12-14 21:27:57 -08001157 ret = _nfs4_recover_proc_open(opendata);
Trond Myklebust864472e2006-01-03 09:55:15 +01001158 if (ret != 0)
1159 return ret;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001160 newstate = nfs4_opendata_to_nfs4_state(opendata);
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001161 if (IS_ERR(newstate))
1162 return PTR_ERR(newstate);
Al Viro643168c2011-06-22 18:20:23 -04001163 nfs4_close_state(newstate, fmode);
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001164 *res = newstate;
Trond Myklebust864472e2006-01-03 09:55:15 +01001165 return 0;
1166}
1167
1168static int nfs4_open_recover(struct nfs4_opendata *opendata, struct nfs4_state *state)
1169{
Trond Myklebust864472e2006-01-03 09:55:15 +01001170 struct nfs4_state *newstate;
Trond Myklebust864472e2006-01-03 09:55:15 +01001171 int ret;
1172
1173 /* memory barrier prior to reading state->n_* */
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001174 clear_bit(NFS_DELEGATED_STATE, &state->flags);
Trond Myklebust864472e2006-01-03 09:55:15 +01001175 smp_rmb();
1176 if (state->n_rdwr != 0) {
Trond Myklebustb0ed9db2010-10-04 17:59:08 -04001177 clear_bit(NFS_O_RDWR_STATE, &state->flags);
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001178 ret = nfs4_open_recover_helper(opendata, FMODE_READ|FMODE_WRITE, &newstate);
Trond Myklebust864472e2006-01-03 09:55:15 +01001179 if (ret != 0)
1180 return ret;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001181 if (newstate != state)
1182 return -ESTALE;
Trond Myklebust864472e2006-01-03 09:55:15 +01001183 }
1184 if (state->n_wronly != 0) {
Trond Myklebustb0ed9db2010-10-04 17:59:08 -04001185 clear_bit(NFS_O_WRONLY_STATE, &state->flags);
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001186 ret = nfs4_open_recover_helper(opendata, FMODE_WRITE, &newstate);
Trond Myklebust864472e2006-01-03 09:55:15 +01001187 if (ret != 0)
1188 return ret;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001189 if (newstate != state)
1190 return -ESTALE;
Trond Myklebust864472e2006-01-03 09:55:15 +01001191 }
1192 if (state->n_rdonly != 0) {
Trond Myklebustb0ed9db2010-10-04 17:59:08 -04001193 clear_bit(NFS_O_RDONLY_STATE, &state->flags);
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001194 ret = nfs4_open_recover_helper(opendata, FMODE_READ, &newstate);
Trond Myklebust864472e2006-01-03 09:55:15 +01001195 if (ret != 0)
1196 return ret;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001197 if (newstate != state)
1198 return -ESTALE;
Trond Myklebust864472e2006-01-03 09:55:15 +01001199 }
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001200 /*
1201 * We may have performed cached opens for all three recoveries.
1202 * Check if we need to update the current stateid.
1203 */
1204 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0 &&
1205 memcmp(state->stateid.data, state->open_stateid.data, sizeof(state->stateid.data)) != 0) {
Trond Myklebust8bda4e42007-07-09 10:45:42 -04001206 write_seqlock(&state->seqlock);
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001207 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0)
1208 memcpy(state->stateid.data, state->open_stateid.data, sizeof(state->stateid.data));
Trond Myklebust8bda4e42007-07-09 10:45:42 -04001209 write_sequnlock(&state->seqlock);
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001210 }
Trond Myklebust864472e2006-01-03 09:55:15 +01001211 return 0;
1212}
1213
Linus Torvalds1da177e2005-04-16 15:20:36 -07001214/*
1215 * OPEN_RECLAIM:
1216 * reclaim state on the server after a reboot.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001217 */
Trond Myklebust539cd032007-06-05 11:46:42 -04001218static int _nfs4_do_open_reclaim(struct nfs_open_context *ctx, struct nfs4_state *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001219{
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001220 struct nfs_delegation *delegation;
Trond Myklebust864472e2006-01-03 09:55:15 +01001221 struct nfs4_opendata *opendata;
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001222 fmode_t delegation_type = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001223 int status;
1224
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001225 opendata = nfs4_open_recoverdata_alloc(ctx, state);
1226 if (IS_ERR(opendata))
1227 return PTR_ERR(opendata);
Trond Myklebust864472e2006-01-03 09:55:15 +01001228 opendata->o_arg.claim = NFS4_OPEN_CLAIM_PREVIOUS;
1229 opendata->o_arg.fh = NFS_FH(state->inode);
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001230 rcu_read_lock();
1231 delegation = rcu_dereference(NFS_I(state->inode)->delegation);
Trond Myklebust15c831b2008-12-23 15:21:39 -05001232 if (delegation != NULL && test_bit(NFS_DELEGATION_NEED_RECLAIM, &delegation->flags) != 0)
Trond Myklebust65bbf6b2007-08-27 09:57:46 -04001233 delegation_type = delegation->type;
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001234 rcu_read_unlock();
Trond Myklebust864472e2006-01-03 09:55:15 +01001235 opendata->o_arg.u.delegation_type = delegation_type;
1236 status = nfs4_open_recover(opendata, state);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001237 nfs4_opendata_put(opendata);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001238 return status;
1239}
1240
Trond Myklebust539cd032007-06-05 11:46:42 -04001241static int nfs4_do_open_reclaim(struct nfs_open_context *ctx, struct nfs4_state *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001242{
1243 struct nfs_server *server = NFS_SERVER(state->inode);
1244 struct nfs4_exception exception = { };
1245 int err;
1246 do {
Trond Myklebust539cd032007-06-05 11:46:42 -04001247 err = _nfs4_do_open_reclaim(ctx, state);
Trond Myklebust168667c2010-10-19 19:47:49 -04001248 if (err != -NFS4ERR_DELAY)
Trond Myklebust202b50d2005-06-22 17:16:29 +00001249 break;
1250 nfs4_handle_exception(server, err, &exception);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001251 } while (exception.retry);
1252 return err;
1253}
1254
Trond Myklebust864472e2006-01-03 09:55:15 +01001255static int nfs4_open_reclaim(struct nfs4_state_owner *sp, struct nfs4_state *state)
1256{
1257 struct nfs_open_context *ctx;
1258 int ret;
1259
1260 ctx = nfs4_state_find_open_context(state);
1261 if (IS_ERR(ctx))
1262 return PTR_ERR(ctx);
Trond Myklebust539cd032007-06-05 11:46:42 -04001263 ret = nfs4_do_open_reclaim(ctx, state);
Trond Myklebust864472e2006-01-03 09:55:15 +01001264 put_nfs_open_context(ctx);
1265 return ret;
1266}
1267
Trond Myklebust13437e12007-07-06 15:10:43 -04001268static 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 -07001269{
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001270 struct nfs4_opendata *opendata;
Trond Myklebust864472e2006-01-03 09:55:15 +01001271 int ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001272
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001273 opendata = nfs4_open_recoverdata_alloc(ctx, state);
1274 if (IS_ERR(opendata))
1275 return PTR_ERR(opendata);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001276 opendata->o_arg.claim = NFS4_OPEN_CLAIM_DELEGATE_CUR;
Trond Myklebust13437e12007-07-06 15:10:43 -04001277 memcpy(opendata->o_arg.u.delegation.data, stateid->data,
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001278 sizeof(opendata->o_arg.u.delegation.data));
Trond Myklebust864472e2006-01-03 09:55:15 +01001279 ret = nfs4_open_recover(opendata, state);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001280 nfs4_opendata_put(opendata);
Trond Myklebust864472e2006-01-03 09:55:15 +01001281 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001282}
1283
Trond Myklebust13437e12007-07-06 15:10:43 -04001284int nfs4_open_delegation_recall(struct nfs_open_context *ctx, struct nfs4_state *state, const nfs4_stateid *stateid)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001285{
1286 struct nfs4_exception exception = { };
Trond Myklebust539cd032007-06-05 11:46:42 -04001287 struct nfs_server *server = NFS_SERVER(state->inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001288 int err;
1289 do {
Trond Myklebust13437e12007-07-06 15:10:43 -04001290 err = _nfs4_open_delegation_recall(ctx, state, stateid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001291 switch (err) {
1292 case 0:
Trond Myklebust965b5d62009-06-17 13:22:59 -07001293 case -ENOENT:
1294 case -ESTALE:
1295 goto out;
Ricardo Labiagabcfa49f2009-12-07 09:22:29 -05001296 case -NFS4ERR_BADSESSION:
1297 case -NFS4ERR_BADSLOT:
1298 case -NFS4ERR_BAD_HIGH_SLOT:
1299 case -NFS4ERR_CONN_NOT_BOUND_TO_SESSION:
1300 case -NFS4ERR_DEADSESSION:
Trond Myklebust0400a6b2011-03-09 16:00:53 -05001301 nfs4_schedule_session_recovery(server->nfs_client->cl_session);
Ricardo Labiagabcfa49f2009-12-07 09:22:29 -05001302 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001303 case -NFS4ERR_STALE_CLIENTID:
1304 case -NFS4ERR_STALE_STATEID:
1305 case -NFS4ERR_EXPIRED:
1306 /* Don't recall a delegation if it was lost */
Trond Myklebust0400a6b2011-03-09 16:00:53 -05001307 nfs4_schedule_lease_recovery(server->nfs_client);
Trond Myklebust965b5d62009-06-17 13:22:59 -07001308 goto out;
1309 case -ERESTARTSYS:
1310 /*
1311 * The show must go on: exit, but mark the
1312 * stateid as needing recovery.
1313 */
1314 case -NFS4ERR_ADMIN_REVOKED:
1315 case -NFS4ERR_BAD_STATEID:
Trond Myklebust0400a6b2011-03-09 16:00:53 -05001316 nfs4_schedule_stateid_recovery(server, state);
Trond Myklebust168667c2010-10-19 19:47:49 -04001317 case -EKEYEXPIRED:
1318 /*
1319 * User RPCSEC_GSS context has expired.
1320 * We cannot recover this stateid now, so
1321 * skip it and allow recovery thread to
1322 * proceed.
1323 */
Trond Myklebust965b5d62009-06-17 13:22:59 -07001324 case -ENOMEM:
1325 err = 0;
1326 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001327 }
1328 err = nfs4_handle_exception(server, err, &exception);
1329 } while (exception.retry);
Trond Myklebust965b5d62009-06-17 13:22:59 -07001330out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001331 return err;
1332}
1333
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001334static void nfs4_open_confirm_done(struct rpc_task *task, void *calldata)
1335{
1336 struct nfs4_opendata *data = calldata;
1337
1338 data->rpc_status = task->tk_status;
Trond Myklebust26e976a2006-01-03 09:55:21 +01001339 if (data->rpc_status == 0) {
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001340 memcpy(data->o_res.stateid.data, data->c_res.stateid.data,
1341 sizeof(data->o_res.stateid.data));
Trond Myklebustbb226292008-01-02 15:19:18 -05001342 nfs_confirm_seqid(&data->owner->so_seqid, 0);
Trond Myklebust26e976a2006-01-03 09:55:21 +01001343 renew_lease(data->o_res.server, data->timestamp);
Trond Myklebust3e309912007-07-07 13:19:59 -04001344 data->rpc_done = 1;
Trond Myklebust26e976a2006-01-03 09:55:21 +01001345 }
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001346}
1347
1348static void nfs4_open_confirm_release(void *calldata)
1349{
1350 struct nfs4_opendata *data = calldata;
1351 struct nfs4_state *state = NULL;
1352
1353 /* If this request hasn't been cancelled, do nothing */
1354 if (data->cancelled == 0)
1355 goto out_free;
1356 /* In case of error, no cleanup! */
Trond Myklebust3e309912007-07-07 13:19:59 -04001357 if (!data->rpc_done)
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001358 goto out_free;
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001359 state = nfs4_opendata_to_nfs4_state(data);
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001360 if (!IS_ERR(state))
Al Viro643168c2011-06-22 18:20:23 -04001361 nfs4_close_state(state, data->o_arg.fmode);
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001362out_free:
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001363 nfs4_opendata_put(data);
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001364}
1365
1366static const struct rpc_call_ops nfs4_open_confirm_ops = {
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001367 .rpc_call_done = nfs4_open_confirm_done,
1368 .rpc_release = nfs4_open_confirm_release,
1369};
1370
1371/*
1372 * Note: On error, nfs4_proc_open_confirm will free the struct nfs4_opendata
1373 */
1374static int _nfs4_proc_open_confirm(struct nfs4_opendata *data)
1375{
1376 struct nfs_server *server = NFS_SERVER(data->dir->d_inode);
1377 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001378 struct rpc_message msg = {
1379 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN_CONFIRM],
1380 .rpc_argp = &data->c_arg,
1381 .rpc_resp = &data->c_res,
1382 .rpc_cred = data->owner->so_cred,
1383 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04001384 struct rpc_task_setup task_setup_data = {
1385 .rpc_client = server->client,
Trond Myklebust5138fde2007-07-14 15:40:01 -04001386 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04001387 .callback_ops = &nfs4_open_confirm_ops,
1388 .callback_data = data,
Trond Myklebust101070c2008-02-19 20:04:23 -05001389 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04001390 .flags = RPC_TASK_ASYNC,
1391 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07001392 int status;
1393
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001394 kref_get(&data->kref);
Trond Myklebust3e309912007-07-07 13:19:59 -04001395 data->rpc_done = 0;
1396 data->rpc_status = 0;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001397 data->timestamp = jiffies;
Trond Myklebustc970aa82007-07-14 15:39:59 -04001398 task = rpc_run_task(&task_setup_data);
Trond Myklebust7a1218a2006-03-20 18:11:10 -05001399 if (IS_ERR(task))
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001400 return PTR_ERR(task);
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001401 status = nfs4_wait_for_completion_rpc_task(task);
1402 if (status != 0) {
1403 data->cancelled = 1;
1404 smp_wmb();
1405 } else
1406 status = data->rpc_status;
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -05001407 rpc_put_task(task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001408 return status;
1409}
1410
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001411static void nfs4_open_prepare(struct rpc_task *task, void *calldata)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001412{
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001413 struct nfs4_opendata *data = calldata;
1414 struct nfs4_state_owner *sp = data->owner;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001415
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001416 if (nfs_wait_on_sequence(data->o_arg.seqid, task) != 0)
1417 return;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001418 /*
1419 * Check if we still need to send an OPEN call, or if we can use
1420 * a delegation instead.
1421 */
1422 if (data->state != NULL) {
1423 struct nfs_delegation *delegation;
1424
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001425 if (can_open_cached(data->state, data->o_arg.fmode, data->o_arg.open_flags))
Trond Myklebust6ee41262007-07-08 14:11:36 -04001426 goto out_no_action;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001427 rcu_read_lock();
1428 delegation = rcu_dereference(NFS_I(data->state->inode)->delegation);
1429 if (delegation != NULL &&
Trond Myklebust15c831b2008-12-23 15:21:39 -05001430 test_bit(NFS_DELEGATION_NEED_RECLAIM, &delegation->flags) == 0) {
Trond Myklebustaac00a82007-07-05 19:02:21 -04001431 rcu_read_unlock();
Trond Myklebust6ee41262007-07-08 14:11:36 -04001432 goto out_no_action;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001433 }
1434 rcu_read_unlock();
1435 }
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001436 /* Update sequence id. */
Trond Myklebust9f958ab2007-07-02 13:58:33 -04001437 data->o_arg.id = sp->so_owner_id.id;
Trond Myklebust1f0e8902010-06-24 15:11:43 -04001438 data->o_arg.clientid = sp->so_server->nfs_client->cl_clientid;
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001439 if (data->o_arg.claim == NFS4_OPEN_CLAIM_PREVIOUS) {
Trond Myklebust5138fde2007-07-14 15:40:01 -04001440 task->tk_msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN_NOATTR];
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001441 nfs_copy_fh(&data->o_res.fh, data->o_arg.fh);
1442 }
Trond Myklebust26e976a2006-01-03 09:55:21 +01001443 data->timestamp = jiffies;
Trond Myklebust035168a2010-06-16 09:52:26 -04001444 if (nfs4_setup_sequence(data->o_arg.server,
Andy Adamsond8985282009-04-01 09:22:21 -04001445 &data->o_arg.seq_args,
1446 &data->o_res.seq_res, 1, task))
1447 return;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001448 rpc_call_start(task);
Trond Myklebust6ee41262007-07-08 14:11:36 -04001449 return;
1450out_no_action:
1451 task->tk_action = NULL;
1452
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001453}
Linus Torvalds1da177e2005-04-16 15:20:36 -07001454
Alexandros Batsakisb2579572009-12-14 21:27:57 -08001455static void nfs4_recover_open_prepare(struct rpc_task *task, void *calldata)
1456{
1457 rpc_task_set_priority(task, RPC_PRIORITY_PRIVILEGED);
1458 nfs4_open_prepare(task, calldata);
1459}
1460
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001461static void nfs4_open_done(struct rpc_task *task, void *calldata)
1462{
1463 struct nfs4_opendata *data = calldata;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001464
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001465 data->rpc_status = task->tk_status;
Andy Adamsond8985282009-04-01 09:22:21 -04001466
Trond Myklebust14516c32010-07-31 14:29:06 -04001467 if (!nfs4_sequence_done(task, &data->o_res.seq_res))
1468 return;
Andy Adamsond8985282009-04-01 09:22:21 -04001469
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001470 if (task->tk_status == 0) {
1471 switch (data->o_res.f_attr->mode & S_IFMT) {
Trond Myklebust6f926b52005-10-18 14:20:18 -07001472 case S_IFREG:
1473 break;
1474 case S_IFLNK:
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001475 data->rpc_status = -ELOOP;
Trond Myklebust6f926b52005-10-18 14:20:18 -07001476 break;
1477 case S_IFDIR:
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001478 data->rpc_status = -EISDIR;
Trond Myklebust6f926b52005-10-18 14:20:18 -07001479 break;
1480 default:
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001481 data->rpc_status = -ENOTDIR;
Trond Myklebust6f926b52005-10-18 14:20:18 -07001482 }
Trond Myklebust26e976a2006-01-03 09:55:21 +01001483 renew_lease(data->o_res.server, data->timestamp);
Trond Myklebust0f9f95e2007-07-08 16:19:56 -04001484 if (!(data->o_res.rflags & NFS4_OPEN_RESULT_CONFIRM))
1485 nfs_confirm_seqid(&data->owner->so_seqid, 0);
Trond Myklebust6f926b52005-10-18 14:20:18 -07001486 }
Trond Myklebust3e309912007-07-07 13:19:59 -04001487 data->rpc_done = 1;
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001488}
Trond Myklebust6f926b52005-10-18 14:20:18 -07001489
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001490static void nfs4_open_release(void *calldata)
1491{
1492 struct nfs4_opendata *data = calldata;
1493 struct nfs4_state *state = NULL;
1494
1495 /* If this request hasn't been cancelled, do nothing */
1496 if (data->cancelled == 0)
1497 goto out_free;
1498 /* In case of error, no cleanup! */
Trond Myklebust3e309912007-07-07 13:19:59 -04001499 if (data->rpc_status != 0 || !data->rpc_done)
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001500 goto out_free;
1501 /* In case we need an open_confirm, no cleanup! */
1502 if (data->o_res.rflags & NFS4_OPEN_RESULT_CONFIRM)
1503 goto out_free;
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001504 state = nfs4_opendata_to_nfs4_state(data);
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001505 if (!IS_ERR(state))
Al Viro643168c2011-06-22 18:20:23 -04001506 nfs4_close_state(state, data->o_arg.fmode);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001507out_free:
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001508 nfs4_opendata_put(data);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001509}
1510
1511static const struct rpc_call_ops nfs4_open_ops = {
1512 .rpc_call_prepare = nfs4_open_prepare,
1513 .rpc_call_done = nfs4_open_done,
1514 .rpc_release = nfs4_open_release,
1515};
1516
Alexandros Batsakisb2579572009-12-14 21:27:57 -08001517static const struct rpc_call_ops nfs4_recover_open_ops = {
1518 .rpc_call_prepare = nfs4_recover_open_prepare,
1519 .rpc_call_done = nfs4_open_done,
1520 .rpc_release = nfs4_open_release,
1521};
1522
1523static int nfs4_run_open_task(struct nfs4_opendata *data, int isrecover)
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001524{
1525 struct inode *dir = data->dir->d_inode;
1526 struct nfs_server *server = NFS_SERVER(dir);
1527 struct nfs_openargs *o_arg = &data->o_arg;
1528 struct nfs_openres *o_res = &data->o_res;
1529 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001530 struct rpc_message msg = {
1531 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN],
1532 .rpc_argp = o_arg,
1533 .rpc_resp = o_res,
1534 .rpc_cred = data->owner->so_cred,
1535 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04001536 struct rpc_task_setup task_setup_data = {
1537 .rpc_client = server->client,
Trond Myklebust5138fde2007-07-14 15:40:01 -04001538 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04001539 .callback_ops = &nfs4_open_ops,
1540 .callback_data = data,
Trond Myklebust101070c2008-02-19 20:04:23 -05001541 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04001542 .flags = RPC_TASK_ASYNC,
1543 };
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001544 int status;
1545
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001546 kref_get(&data->kref);
Trond Myklebust3e309912007-07-07 13:19:59 -04001547 data->rpc_done = 0;
1548 data->rpc_status = 0;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001549 data->cancelled = 0;
Alexandros Batsakisb2579572009-12-14 21:27:57 -08001550 if (isrecover)
1551 task_setup_data.callback_ops = &nfs4_recover_open_ops;
Trond Myklebustc970aa82007-07-14 15:39:59 -04001552 task = rpc_run_task(&task_setup_data);
Alexandros Batsakisb2579572009-12-14 21:27:57 -08001553 if (IS_ERR(task))
1554 return PTR_ERR(task);
1555 status = nfs4_wait_for_completion_rpc_task(task);
1556 if (status != 0) {
1557 data->cancelled = 1;
1558 smp_wmb();
1559 } else
1560 status = data->rpc_status;
1561 rpc_put_task(task);
1562
1563 return status;
1564}
1565
1566static int _nfs4_recover_proc_open(struct nfs4_opendata *data)
1567{
1568 struct inode *dir = data->dir->d_inode;
1569 struct nfs_openres *o_res = &data->o_res;
1570 int status;
1571
1572 status = nfs4_run_open_task(data, 1);
1573 if (status != 0 || !data->rpc_done)
1574 return status;
1575
1576 nfs_refresh_inode(dir, o_res->dir_attr);
1577
1578 if (o_res->rflags & NFS4_OPEN_RESULT_CONFIRM) {
1579 status = _nfs4_proc_open_confirm(data);
1580 if (status != 0)
1581 return status;
1582 }
1583
1584 return status;
1585}
1586
1587/*
1588 * Note: On error, nfs4_proc_open will free the struct nfs4_opendata
1589 */
1590static int _nfs4_proc_open(struct nfs4_opendata *data)
1591{
1592 struct inode *dir = data->dir->d_inode;
1593 struct nfs_server *server = NFS_SERVER(dir);
1594 struct nfs_openargs *o_arg = &data->o_arg;
1595 struct nfs_openres *o_res = &data->o_res;
1596 int status;
1597
1598 status = nfs4_run_open_task(data, 0);
Trond Myklebust3e309912007-07-07 13:19:59 -04001599 if (status != 0 || !data->rpc_done)
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001600 return status;
1601
Trond Myklebust56ae19f2005-10-27 22:12:40 -04001602 if (o_arg->open_flags & O_CREAT) {
1603 update_changeattr(dir, &o_res->cinfo);
1604 nfs_post_op_update_inode(dir, o_res->dir_attr);
1605 } else
1606 nfs_refresh_inode(dir, o_res->dir_attr);
Trond Myklebust0df5dd42010-04-11 16:48:44 -04001607 if ((o_res->rflags & NFS4_OPEN_RESULT_LOCKTYPE_POSIX) == 0)
1608 server->caps &= ~NFS_CAP_POSIX_LOCK;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001609 if(o_res->rflags & NFS4_OPEN_RESULT_CONFIRM) {
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001610 status = _nfs4_proc_open_confirm(data);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001611 if (status != 0)
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001612 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001613 }
1614 if (!(o_res->f_attr->valid & NFS_ATTR_FATTR))
Trond Myklebust99367812007-07-17 21:52:41 -04001615 _nfs4_proc_getattr(server, &o_res->fh, o_res->f_attr);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001616 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001617}
1618
Andy Adamsond83217c2011-03-01 01:34:17 +00001619static int nfs4_client_recover_expired_lease(struct nfs_client *clp)
Trond Myklebust58d97142006-01-03 09:55:24 +01001620{
Trond Myklebusta78cb572009-08-09 15:06:19 -04001621 unsigned int loop;
Trond Myklebust6b309542006-09-14 14:03:14 -04001622 int ret;
Trond Myklebust58d97142006-01-03 09:55:24 +01001623
Trond Myklebusta78cb572009-08-09 15:06:19 -04001624 for (loop = NFS4_MAX_LOOP_ON_RECOVER; loop != 0; loop--) {
Trond Myklebust65de8722008-12-23 15:21:44 -05001625 ret = nfs4_wait_clnt_recover(clp);
Trond Myklebust6b309542006-09-14 14:03:14 -04001626 if (ret != 0)
Trond Myklebusta78cb572009-08-09 15:06:19 -04001627 break;
Trond Myklebuste598d842008-12-23 15:21:42 -05001628 if (!test_bit(NFS4CLNT_LEASE_EXPIRED, &clp->cl_state) &&
1629 !test_bit(NFS4CLNT_CHECK_LEASE,&clp->cl_state))
Trond Myklebust6b309542006-09-14 14:03:14 -04001630 break;
Trond Myklebust0400a6b2011-03-09 16:00:53 -05001631 nfs4_schedule_state_manager(clp);
Trond Myklebusta78cb572009-08-09 15:06:19 -04001632 ret = -EIO;
Trond Myklebust6b309542006-09-14 14:03:14 -04001633 }
Trond Myklebusta78cb572009-08-09 15:06:19 -04001634 return ret;
Trond Myklebust58d97142006-01-03 09:55:24 +01001635}
1636
Andy Adamsond83217c2011-03-01 01:34:17 +00001637static int nfs4_recover_expired_lease(struct nfs_server *server)
1638{
1639 return nfs4_client_recover_expired_lease(server->nfs_client);
1640}
1641
Linus Torvalds1da177e2005-04-16 15:20:36 -07001642/*
1643 * OPEN_EXPIRED:
1644 * reclaim state on the server after a network partition.
1645 * Assumes caller holds the appropriate lock
1646 */
Trond Myklebust539cd032007-06-05 11:46:42 -04001647static int _nfs4_open_expired(struct nfs_open_context *ctx, struct nfs4_state *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001648{
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001649 struct nfs4_opendata *opendata;
Trond Myklebust864472e2006-01-03 09:55:15 +01001650 int ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001651
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001652 opendata = nfs4_open_recoverdata_alloc(ctx, state);
1653 if (IS_ERR(opendata))
1654 return PTR_ERR(opendata);
Trond Myklebust864472e2006-01-03 09:55:15 +01001655 ret = nfs4_open_recover(opendata, state);
Trond Myklebust35d05772008-04-05 15:54:17 -04001656 if (ret == -ESTALE)
Al Viro3d4ff432011-06-22 18:40:12 -04001657 d_drop(ctx->dentry);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001658 nfs4_opendata_put(opendata);
Trond Myklebust864472e2006-01-03 09:55:15 +01001659 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001660}
1661
Trond Myklebusta9ed2e22009-12-03 15:53:21 -05001662static int nfs4_do_open_expired(struct nfs_open_context *ctx, struct nfs4_state *state)
Trond Myklebust202b50d2005-06-22 17:16:29 +00001663{
Trond Myklebust539cd032007-06-05 11:46:42 -04001664 struct nfs_server *server = NFS_SERVER(state->inode);
Trond Myklebust202b50d2005-06-22 17:16:29 +00001665 struct nfs4_exception exception = { };
1666 int err;
1667
1668 do {
Trond Myklebust539cd032007-06-05 11:46:42 -04001669 err = _nfs4_open_expired(ctx, state);
Trond Myklebusta9ed2e22009-12-03 15:53:21 -05001670 switch (err) {
1671 default:
1672 goto out;
1673 case -NFS4ERR_GRACE:
1674 case -NFS4ERR_DELAY:
1675 nfs4_handle_exception(server, err, &exception);
1676 err = 0;
1677 }
Trond Myklebust202b50d2005-06-22 17:16:29 +00001678 } while (exception.retry);
Trond Myklebusta9ed2e22009-12-03 15:53:21 -05001679out:
Trond Myklebust202b50d2005-06-22 17:16:29 +00001680 return err;
1681}
1682
Linus Torvalds1da177e2005-04-16 15:20:36 -07001683static int nfs4_open_expired(struct nfs4_state_owner *sp, struct nfs4_state *state)
1684{
Linus Torvalds1da177e2005-04-16 15:20:36 -07001685 struct nfs_open_context *ctx;
Trond Myklebust864472e2006-01-03 09:55:15 +01001686 int ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001687
Trond Myklebust864472e2006-01-03 09:55:15 +01001688 ctx = nfs4_state_find_open_context(state);
1689 if (IS_ERR(ctx))
1690 return PTR_ERR(ctx);
Trond Myklebust539cd032007-06-05 11:46:42 -04001691 ret = nfs4_do_open_expired(ctx, state);
Trond Myklebust864472e2006-01-03 09:55:15 +01001692 put_nfs_open_context(ctx);
1693 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001694}
1695
Bryan Schumakerf062eb62011-06-02 14:59:10 -04001696#if defined(CONFIG_NFS_V4_1)
1697static int nfs41_open_expired(struct nfs4_state_owner *sp, struct nfs4_state *state)
1698{
1699 int status;
1700 struct nfs_server *server = NFS_SERVER(state->inode);
1701
1702 status = nfs41_test_stateid(server, state);
1703 if (status == NFS_OK)
1704 return 0;
1705 nfs41_free_stateid(server, state);
1706 return nfs4_open_expired(sp, state);
1707}
1708#endif
1709
Linus Torvalds1da177e2005-04-16 15:20:36 -07001710/*
Jeff Laytonaa53ed52007-06-05 14:49:03 -04001711 * on an EXCLUSIVE create, the server should send back a bitmask with FATTR4-*
1712 * fields corresponding to attributes that were used to store the verifier.
1713 * Make sure we clobber those fields in the later setattr call
1714 */
1715static inline void nfs4_exclusive_attrset(struct nfs4_opendata *opendata, struct iattr *sattr)
1716{
1717 if ((opendata->o_res.attrset[1] & FATTR4_WORD1_TIME_ACCESS) &&
1718 !(sattr->ia_valid & ATTR_ATIME_SET))
1719 sattr->ia_valid |= ATTR_ATIME;
1720
1721 if ((opendata->o_res.attrset[1] & FATTR4_WORD1_TIME_MODIFY) &&
1722 !(sattr->ia_valid & ATTR_MTIME_SET))
1723 sattr->ia_valid |= ATTR_MTIME;
1724}
1725
1726/*
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001727 * Returns a referenced nfs4_state
Linus Torvalds1da177e2005-04-16 15:20:36 -07001728 */
Al Viro82a2c1b2011-06-22 18:30:55 -04001729static 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 -07001730{
1731 struct nfs4_state_owner *sp;
1732 struct nfs4_state *state = NULL;
1733 struct nfs_server *server = NFS_SERVER(dir);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001734 struct nfs4_opendata *opendata;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001735 int status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001736
1737 /* Protect against reboot recovery conflicts */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001738 status = -ENOMEM;
1739 if (!(sp = nfs4_get_state_owner(server, cred))) {
1740 dprintk("nfs4_do_open: nfs4_get_state_owner failed!\n");
1741 goto out_err;
1742 }
Trond Myklebust58d97142006-01-03 09:55:24 +01001743 status = nfs4_recover_expired_lease(server);
1744 if (status != 0)
Trond Myklebustb4454fe2006-01-03 09:55:25 +01001745 goto err_put_state_owner;
Al Viro82a2c1b2011-06-22 18:30:55 -04001746 if (dentry->d_inode != NULL)
1747 nfs4_return_incompatible_delegation(dentry->d_inode, fmode);
Trond Myklebust58d97142006-01-03 09:55:24 +01001748 status = -ENOMEM;
Al Viro82a2c1b2011-06-22 18:30:55 -04001749 opendata = nfs4_opendata_alloc(dentry, sp, fmode, flags, sattr, GFP_KERNEL);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001750 if (opendata == NULL)
Trond Myklebust95d35cb2008-12-23 15:21:45 -05001751 goto err_put_state_owner;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001752
Al Viro82a2c1b2011-06-22 18:30:55 -04001753 if (dentry->d_inode != NULL)
1754 opendata->state = nfs4_get_open_state(dentry->d_inode, sp);
Trond Myklebustaac00a82007-07-05 19:02:21 -04001755
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001756 status = _nfs4_proc_open(opendata);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001757 if (status != 0)
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001758 goto err_opendata_put;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001759
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001760 state = nfs4_opendata_to_nfs4_state(opendata);
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001761 status = PTR_ERR(state);
1762 if (IS_ERR(state))
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001763 goto err_opendata_put;
Trond Myklebust0df5dd42010-04-11 16:48:44 -04001764 if (server->caps & NFS_CAP_POSIX_LOCK)
Trond Myklebust8e469eb2010-01-26 15:42:30 -05001765 set_bit(NFS_STATE_POSIX_LOCKS, &state->flags);
Trond Myklebust0ab64e02010-04-16 16:22:51 -04001766
1767 if (opendata->o_arg.open_flags & O_EXCL) {
1768 nfs4_exclusive_attrset(opendata, sattr);
1769
1770 nfs_fattr_init(opendata->o_res.f_attr);
1771 status = nfs4_do_setattr(state->inode, cred,
1772 opendata->o_res.f_attr, sattr,
1773 state);
1774 if (status == 0)
1775 nfs_setattr_update_inode(state->inode, sattr);
1776 nfs_post_op_update_inode(state->inode, opendata->o_res.f_attr);
1777 }
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001778 nfs4_opendata_put(opendata);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001779 nfs4_put_state_owner(sp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001780 *res = state;
1781 return 0;
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001782err_opendata_put:
1783 nfs4_opendata_put(opendata);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001784err_put_state_owner:
1785 nfs4_put_state_owner(sp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001786out_err:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001787 *res = NULL;
1788 return status;
1789}
1790
1791
Al Viro82a2c1b2011-06-22 18:30:55 -04001792static 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 -07001793{
1794 struct nfs4_exception exception = { };
1795 struct nfs4_state *res;
1796 int status;
1797
1798 do {
Al Viro82a2c1b2011-06-22 18:30:55 -04001799 status = _nfs4_do_open(dir, dentry, fmode, flags, sattr, cred, &res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001800 if (status == 0)
1801 break;
1802 /* NOTE: BAD_SEQID means the server and client disagree about the
1803 * book-keeping w.r.t. state-changing operations
1804 * (OPEN/CLOSE/LOCK/LOCKU...)
1805 * It is actually a sign of a bug on the client or on the server.
1806 *
1807 * If we receive a BAD_SEQID error in the particular case of
Trond Myklebustcee54fc2005-10-18 14:20:12 -07001808 * doing an OPEN, we assume that nfs_increment_open_seqid() will
Linus Torvalds1da177e2005-04-16 15:20:36 -07001809 * have unhashed the old state_owner for us, and that we can
1810 * therefore safely retry using a new one. We should still warn
1811 * the user though...
1812 */
1813 if (status == -NFS4ERR_BAD_SEQID) {
Trond Myklebust6f43ddc2007-07-08 16:49:11 -04001814 printk(KERN_WARNING "NFS: v4 server %s "
1815 " returned a bad sequence-id error!\n",
1816 NFS_SERVER(dir)->nfs_client->cl_hostname);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001817 exception.retry = 1;
1818 continue;
1819 }
Trond Myklebust550f5742005-10-18 14:20:21 -07001820 /*
1821 * BAD_STATEID on OPEN means that the server cancelled our
1822 * state before it received the OPEN_CONFIRM.
1823 * Recover by retrying the request as per the discussion
1824 * on Page 181 of RFC3530.
1825 */
1826 if (status == -NFS4ERR_BAD_STATEID) {
1827 exception.retry = 1;
1828 continue;
1829 }
Trond Myklebustaac00a82007-07-05 19:02:21 -04001830 if (status == -EAGAIN) {
1831 /* We must have found a delegation */
1832 exception.retry = 1;
1833 continue;
1834 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001835 res = ERR_PTR(nfs4_handle_exception(NFS_SERVER(dir),
1836 status, &exception));
1837 } while (exception.retry);
1838 return res;
1839}
1840
Trond Myklebust659bfcd2008-06-10 19:39:41 -04001841static int _nfs4_do_setattr(struct inode *inode, struct rpc_cred *cred,
1842 struct nfs_fattr *fattr, struct iattr *sattr,
1843 struct nfs4_state *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001844{
Trond Myklebust3e4f6292006-03-20 13:44:46 -05001845 struct nfs_server *server = NFS_SERVER(inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001846 struct nfs_setattrargs arg = {
Trond Myklebust3e4f6292006-03-20 13:44:46 -05001847 .fh = NFS_FH(inode),
Linus Torvalds1da177e2005-04-16 15:20:36 -07001848 .iap = sattr,
1849 .server = server,
1850 .bitmask = server->attr_bitmask,
1851 };
1852 struct nfs_setattrres res = {
1853 .fattr = fattr,
1854 .server = server,
1855 };
1856 struct rpc_message msg = {
Trond Myklebust659bfcd2008-06-10 19:39:41 -04001857 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETATTR],
1858 .rpc_argp = &arg,
1859 .rpc_resp = &res,
1860 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001861 };
Trond Myklebust26e976a2006-01-03 09:55:21 +01001862 unsigned long timestamp = jiffies;
Trond Myklebust65e43082005-08-16 11:49:44 -04001863 int status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001864
Trond Myklebust0e574af2005-10-27 22:12:38 -04001865 nfs_fattr_init(fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001866
Trond Myklebust3e4f6292006-03-20 13:44:46 -05001867 if (nfs4_copy_delegation_stateid(&arg.stateid, inode)) {
1868 /* Use that stateid */
1869 } else if (state != NULL) {
Trond Myklebust77041ed2010-07-01 12:49:11 -04001870 nfs4_copy_stateid(&arg.stateid, state, current->files, current->tgid);
Trond Myklebust08e9eac2005-06-22 17:16:29 +00001871 } else
Linus Torvalds1da177e2005-04-16 15:20:36 -07001872 memcpy(&arg.stateid, &zero_stateid, sizeof(arg.stateid));
1873
Bryan Schumaker7c513052011-03-24 17:12:24 +00001874 status = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, &res.seq_res, 1);
Trond Myklebust26e976a2006-01-03 09:55:21 +01001875 if (status == 0 && state != NULL)
1876 renew_lease(server, timestamp);
Trond Myklebust65e43082005-08-16 11:49:44 -04001877 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001878}
1879
Trond Myklebust659bfcd2008-06-10 19:39:41 -04001880static int nfs4_do_setattr(struct inode *inode, struct rpc_cred *cred,
1881 struct nfs_fattr *fattr, struct iattr *sattr,
1882 struct nfs4_state *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001883{
Trond Myklebust3e4f6292006-03-20 13:44:46 -05001884 struct nfs_server *server = NFS_SERVER(inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001885 struct nfs4_exception exception = { };
1886 int err;
1887 do {
1888 err = nfs4_handle_exception(server,
Trond Myklebust659bfcd2008-06-10 19:39:41 -04001889 _nfs4_do_setattr(inode, cred, fattr, sattr, state),
Linus Torvalds1da177e2005-04-16 15:20:36 -07001890 &exception);
1891 } while (exception.retry);
1892 return err;
1893}
1894
1895struct nfs4_closedata {
1896 struct inode *inode;
1897 struct nfs4_state *state;
1898 struct nfs_closeargs arg;
1899 struct nfs_closeres res;
Trond Myklebust516a6af2005-10-27 22:12:41 -04001900 struct nfs_fattr fattr;
Trond Myklebust26e976a2006-01-03 09:55:21 +01001901 unsigned long timestamp;
Fred Isamanf7e89172011-01-06 11:36:32 +00001902 bool roc;
1903 u32 roc_barrier;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001904};
1905
Trond Myklebust963d8fe2006-01-03 09:55:04 +01001906static void nfs4_free_closedata(void *data)
Trond Myklebust95121352005-10-18 14:20:12 -07001907{
Trond Myklebust963d8fe2006-01-03 09:55:04 +01001908 struct nfs4_closedata *calldata = data;
1909 struct nfs4_state_owner *sp = calldata->state->owner;
Al Viro643168c2011-06-22 18:20:23 -04001910 struct super_block *sb = calldata->state->inode->i_sb;
Trond Myklebust95121352005-10-18 14:20:12 -07001911
Fred Isamanf7e89172011-01-06 11:36:32 +00001912 if (calldata->roc)
1913 pnfs_roc_release(calldata->state->inode);
Trond Myklebust95121352005-10-18 14:20:12 -07001914 nfs4_put_open_state(calldata->state);
1915 nfs_free_seqid(calldata->arg.seqid);
Trond Myklebust95121352005-10-18 14:20:12 -07001916 nfs4_put_state_owner(sp);
Al Viro643168c2011-06-22 18:20:23 -04001917 nfs_sb_deactive(sb);
Trond Myklebust95121352005-10-18 14:20:12 -07001918 kfree(calldata);
1919}
1920
Trond Myklebust88069f72009-12-08 08:33:16 -05001921static void nfs4_close_clear_stateid_flags(struct nfs4_state *state,
1922 fmode_t fmode)
1923{
1924 spin_lock(&state->owner->so_lock);
1925 if (!(fmode & FMODE_READ))
1926 clear_bit(NFS_O_RDONLY_STATE, &state->flags);
1927 if (!(fmode & FMODE_WRITE))
1928 clear_bit(NFS_O_WRONLY_STATE, &state->flags);
1929 clear_bit(NFS_O_RDWR_STATE, &state->flags);
1930 spin_unlock(&state->owner->so_lock);
1931}
1932
Trond Myklebust963d8fe2006-01-03 09:55:04 +01001933static void nfs4_close_done(struct rpc_task *task, void *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001934{
Trond Myklebust963d8fe2006-01-03 09:55:04 +01001935 struct nfs4_closedata *calldata = data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001936 struct nfs4_state *state = calldata->state;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001937 struct nfs_server *server = NFS_SERVER(calldata->inode);
1938
Trond Myklebust14516c32010-07-31 14:29:06 -04001939 if (!nfs4_sequence_done(task, &calldata->res.seq_res))
1940 return;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001941 /* hmm. we are done with the inode, and in the process of freeing
1942 * the state_owner. we keep this around to process errors
1943 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001944 switch (task->tk_status) {
1945 case 0:
Fred Isamanf7e89172011-01-06 11:36:32 +00001946 if (calldata->roc)
1947 pnfs_roc_set_barrier(state->inode,
1948 calldata->roc_barrier);
Trond Myklebust45328c32007-07-26 17:47:34 -04001949 nfs_set_open_stateid(state, &calldata->res.stateid, 0);
Trond Myklebust26e976a2006-01-03 09:55:21 +01001950 renew_lease(server, calldata->timestamp);
Trond Myklebust88069f72009-12-08 08:33:16 -05001951 nfs4_close_clear_stateid_flags(state,
1952 calldata->arg.fmode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001953 break;
1954 case -NFS4ERR_STALE_STATEID:
Trond Myklebust9e33bed2008-12-23 15:21:46 -05001955 case -NFS4ERR_OLD_STATEID:
1956 case -NFS4ERR_BAD_STATEID:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001957 case -NFS4ERR_EXPIRED:
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001958 if (calldata->arg.fmode == 0)
Trond Myklebust9e33bed2008-12-23 15:21:46 -05001959 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001960 default:
Trond Myklebust72211db2009-12-15 14:47:36 -05001961 if (nfs4_async_handle_error(task, server, state) == -EAGAIN)
1962 rpc_restart_call_prepare(task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001963 }
Trond Myklebust72211db2009-12-15 14:47:36 -05001964 nfs_release_seqid(calldata->arg.seqid);
Trond Myklebust516a6af2005-10-27 22:12:41 -04001965 nfs_refresh_inode(calldata->inode, calldata->res.fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001966}
1967
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01001968static void nfs4_close_prepare(struct rpc_task *task, void *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001969{
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01001970 struct nfs4_closedata *calldata = data;
Trond Myklebust95121352005-10-18 14:20:12 -07001971 struct nfs4_state *state = calldata->state;
Trond Myklebust88069f72009-12-08 08:33:16 -05001972 int call_close = 0;
Trond Myklebust95121352005-10-18 14:20:12 -07001973
Trond Myklebust963d8fe2006-01-03 09:55:04 +01001974 if (nfs_wait_on_sequence(calldata->arg.seqid, task) != 0)
Trond Myklebust95121352005-10-18 14:20:12 -07001975 return;
Trond Myklebust003707c2007-07-05 18:07:55 -04001976
Trond Myklebust88069f72009-12-08 08:33:16 -05001977 task->tk_msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN_DOWNGRADE];
1978 calldata->arg.fmode = FMODE_READ|FMODE_WRITE;
Trond Myklebust4cecb762005-11-04 15:32:58 -05001979 spin_lock(&state->owner->so_lock);
Trond Myklebust003707c2007-07-05 18:07:55 -04001980 /* Calculate the change in open mode */
Trond Myklebuste7616922006-01-03 09:55:13 +01001981 if (state->n_rdwr == 0) {
Trond Myklebust003707c2007-07-05 18:07:55 -04001982 if (state->n_rdonly == 0) {
Trond Myklebust88069f72009-12-08 08:33:16 -05001983 call_close |= test_bit(NFS_O_RDONLY_STATE, &state->flags);
1984 call_close |= test_bit(NFS_O_RDWR_STATE, &state->flags);
1985 calldata->arg.fmode &= ~FMODE_READ;
Trond Myklebust003707c2007-07-05 18:07:55 -04001986 }
1987 if (state->n_wronly == 0) {
Trond Myklebust88069f72009-12-08 08:33:16 -05001988 call_close |= test_bit(NFS_O_WRONLY_STATE, &state->flags);
1989 call_close |= test_bit(NFS_O_RDWR_STATE, &state->flags);
1990 calldata->arg.fmode &= ~FMODE_WRITE;
Trond Myklebust003707c2007-07-05 18:07:55 -04001991 }
Trond Myklebuste7616922006-01-03 09:55:13 +01001992 }
Trond Myklebust4cecb762005-11-04 15:32:58 -05001993 spin_unlock(&state->owner->so_lock);
Trond Myklebust88069f72009-12-08 08:33:16 -05001994
1995 if (!call_close) {
Trond Myklebust963d8fe2006-01-03 09:55:04 +01001996 /* Note: exit _without_ calling nfs4_close_done */
1997 task->tk_action = NULL;
Trond Myklebust95121352005-10-18 14:20:12 -07001998 return;
1999 }
Trond Myklebust88069f72009-12-08 08:33:16 -05002000
Fred Isamanf7e89172011-01-06 11:36:32 +00002001 if (calldata->arg.fmode == 0) {
Trond Myklebust88069f72009-12-08 08:33:16 -05002002 task->tk_msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_CLOSE];
Fred Isamanf7e89172011-01-06 11:36:32 +00002003 if (calldata->roc &&
2004 pnfs_roc_drain(calldata->inode, &calldata->roc_barrier)) {
2005 rpc_sleep_on(&NFS_SERVER(calldata->inode)->roc_rpcwaitq,
2006 task, NULL);
2007 return;
2008 }
2009 }
Trond Myklebust88069f72009-12-08 08:33:16 -05002010
Trond Myklebust516a6af2005-10-27 22:12:41 -04002011 nfs_fattr_init(calldata->res.fattr);
Trond Myklebust26e976a2006-01-03 09:55:21 +01002012 calldata->timestamp = jiffies;
Trond Myklebust035168a2010-06-16 09:52:26 -04002013 if (nfs4_setup_sequence(NFS_SERVER(calldata->inode),
Andy Adamson19ddab02009-04-01 09:22:20 -04002014 &calldata->arg.seq_args, &calldata->res.seq_res,
2015 1, task))
2016 return;
Trond Myklebust5138fde2007-07-14 15:40:01 -04002017 rpc_call_start(task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002018}
2019
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002020static const struct rpc_call_ops nfs4_close_ops = {
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01002021 .rpc_call_prepare = nfs4_close_prepare,
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002022 .rpc_call_done = nfs4_close_done,
2023 .rpc_release = nfs4_free_closedata,
2024};
2025
Linus Torvalds1da177e2005-04-16 15:20:36 -07002026/*
2027 * It is possible for data to be read/written from a mem-mapped file
2028 * after the sys_close call (which hits the vfs layer as a flush).
2029 * This means that we can't safely call nfsv4 close on a file until
2030 * the inode is cleared. This in turn means that we are not good
2031 * NFSv4 citizens - we do not indicate to the server to update the file's
2032 * share state even when we are done with one of the three share
2033 * stateid's in the inode.
2034 *
2035 * NOTE: Caller must be holding the sp->so_owner semaphore!
2036 */
Al Viro643168c2011-06-22 18:20:23 -04002037int nfs4_do_close(struct nfs4_state *state, gfp_t gfp_mask, int wait, bool roc)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002038{
Trond Myklebust4a35bd42007-06-05 10:31:33 -04002039 struct nfs_server *server = NFS_SERVER(state->inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002040 struct nfs4_closedata *calldata;
Trond Myklebustb39e6252007-06-11 23:05:07 -04002041 struct nfs4_state_owner *sp = state->owner;
2042 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04002043 struct rpc_message msg = {
2044 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_CLOSE],
2045 .rpc_cred = state->owner->so_cred,
2046 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04002047 struct rpc_task_setup task_setup_data = {
2048 .rpc_client = server->client,
Trond Myklebust5138fde2007-07-14 15:40:01 -04002049 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04002050 .callback_ops = &nfs4_close_ops,
Trond Myklebust101070c2008-02-19 20:04:23 -05002051 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04002052 .flags = RPC_TASK_ASYNC,
2053 };
Trond Myklebust95121352005-10-18 14:20:12 -07002054 int status = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002055
Trond Myklebust8535b2b2010-05-13 12:51:01 -04002056 calldata = kzalloc(sizeof(*calldata), gfp_mask);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002057 if (calldata == NULL)
Trond Myklebust95121352005-10-18 14:20:12 -07002058 goto out;
Trond Myklebust4a35bd42007-06-05 10:31:33 -04002059 calldata->inode = state->inode;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002060 calldata->state = state;
Trond Myklebust4a35bd42007-06-05 10:31:33 -04002061 calldata->arg.fh = NFS_FH(state->inode);
Trond Myklebust003707c2007-07-05 18:07:55 -04002062 calldata->arg.stateid = &state->open_stateid;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002063 /* Serialization for the sequence id */
Trond Myklebust8535b2b2010-05-13 12:51:01 -04002064 calldata->arg.seqid = nfs_alloc_seqid(&state->owner->so_seqid, gfp_mask);
Trond Myklebust95121352005-10-18 14:20:12 -07002065 if (calldata->arg.seqid == NULL)
2066 goto out_free_calldata;
Trond Myklebustdc0b0272008-12-23 15:21:56 -05002067 calldata->arg.fmode = 0;
Trond Myklebusta65318b2009-03-11 14:10:28 -04002068 calldata->arg.bitmask = server->cache_consistency_bitmask;
Trond Myklebust516a6af2005-10-27 22:12:41 -04002069 calldata->res.fattr = &calldata->fattr;
Trond Myklebustc1d51932008-04-07 13:20:54 -04002070 calldata->res.seqid = calldata->arg.seqid;
Trond Myklebust516a6af2005-10-27 22:12:41 -04002071 calldata->res.server = server;
Fred Isamanf7e89172011-01-06 11:36:32 +00002072 calldata->roc = roc;
Al Viro643168c2011-06-22 18:20:23 -04002073 nfs_sb_active(calldata->inode->i_sb);
Trond Myklebust95121352005-10-18 14:20:12 -07002074
Trond Myklebust1174dd12010-12-21 10:52:24 -05002075 msg.rpc_argp = &calldata->arg;
2076 msg.rpc_resp = &calldata->res;
Trond Myklebustc970aa82007-07-14 15:39:59 -04002077 task_setup_data.callback_data = calldata;
2078 task = rpc_run_task(&task_setup_data);
Trond Myklebustb39e6252007-06-11 23:05:07 -04002079 if (IS_ERR(task))
2080 return PTR_ERR(task);
Trond Myklebusta49c3c72007-10-18 18:03:27 -04002081 status = 0;
2082 if (wait)
2083 status = rpc_wait_for_completion_task(task);
Trond Myklebustb39e6252007-06-11 23:05:07 -04002084 rpc_put_task(task);
Trond Myklebusta49c3c72007-10-18 18:03:27 -04002085 return status;
Trond Myklebust95121352005-10-18 14:20:12 -07002086out_free_calldata:
2087 kfree(calldata);
2088out:
Fred Isamanf7e89172011-01-06 11:36:32 +00002089 if (roc)
2090 pnfs_roc_release(state->inode);
Trond Myklebustb39e6252007-06-11 23:05:07 -04002091 nfs4_put_open_state(state);
2092 nfs4_put_state_owner(sp);
Trond Myklebust95121352005-10-18 14:20:12 -07002093 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002094}
2095
Trond Myklebust2b484292010-09-17 10:56:51 -04002096static struct inode *
Trond Myklebustcd9a1c02010-09-17 10:56:50 -04002097nfs4_atomic_open(struct inode *dir, struct nfs_open_context *ctx, int open_flags, struct iattr *attr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002098{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002099 struct nfs4_state *state;
2100
Trond Myklebust565277f2007-10-15 18:17:53 -04002101 /* Protect against concurrent sillydeletes */
Al Viro3d4ff432011-06-22 18:40:12 -04002102 state = nfs4_do_open(dir, ctx->dentry, ctx->mode, open_flags, attr, ctx->cred);
Trond Myklebustf46e0bd2010-09-17 10:56:50 -04002103 if (IS_ERR(state))
2104 return ERR_CAST(state);
Trond Myklebustcd9a1c02010-09-17 10:56:50 -04002105 ctx->state = state;
Trond Myklebustf46e0bd2010-09-17 10:56:50 -04002106 return igrab(state->inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002107}
2108
Trond Myklebust1185a552009-12-03 15:54:02 -05002109static void nfs4_close_context(struct nfs_open_context *ctx, int is_sync)
Trond Myklebust7fe5c392009-03-19 15:35:50 -04002110{
2111 if (ctx->state == NULL)
2112 return;
2113 if (is_sync)
Al Viro643168c2011-06-22 18:20:23 -04002114 nfs4_close_sync(ctx->state, ctx->mode);
Trond Myklebust7fe5c392009-03-19 15:35:50 -04002115 else
Al Viro643168c2011-06-22 18:20:23 -04002116 nfs4_close_state(ctx->state, ctx->mode);
Trond Myklebust7fe5c392009-03-19 15:35:50 -04002117}
Linus Torvalds1da177e2005-04-16 15:20:36 -07002118
2119static int _nfs4_server_capabilities(struct nfs_server *server, struct nfs_fh *fhandle)
2120{
Benny Halevy43652ad2009-04-01 09:21:54 -04002121 struct nfs4_server_caps_arg args = {
2122 .fhandle = fhandle,
2123 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002124 struct nfs4_server_caps_res res = {};
2125 struct rpc_message msg = {
2126 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SERVER_CAPS],
Benny Halevy43652ad2009-04-01 09:21:54 -04002127 .rpc_argp = &args,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002128 .rpc_resp = &res,
2129 };
2130 int status;
2131
Bryan Schumaker7c513052011-03-24 17:12:24 +00002132 status = nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002133 if (status == 0) {
2134 memcpy(server->attr_bitmask, res.attr_bitmask, sizeof(server->attr_bitmask));
Trond Myklebust62ab460c2009-08-09 15:06:19 -04002135 server->caps &= ~(NFS_CAP_ACLS|NFS_CAP_HARDLINKS|
2136 NFS_CAP_SYMLINKS|NFS_CAP_FILEID|
2137 NFS_CAP_MODE|NFS_CAP_NLINK|NFS_CAP_OWNER|
2138 NFS_CAP_OWNER_GROUP|NFS_CAP_ATIME|
2139 NFS_CAP_CTIME|NFS_CAP_MTIME);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002140 if (res.attr_bitmask[0] & FATTR4_WORD0_ACL)
2141 server->caps |= NFS_CAP_ACLS;
2142 if (res.has_links != 0)
2143 server->caps |= NFS_CAP_HARDLINKS;
2144 if (res.has_symlinks != 0)
2145 server->caps |= NFS_CAP_SYMLINKS;
Trond Myklebust62ab460c2009-08-09 15:06:19 -04002146 if (res.attr_bitmask[0] & FATTR4_WORD0_FILEID)
2147 server->caps |= NFS_CAP_FILEID;
2148 if (res.attr_bitmask[1] & FATTR4_WORD1_MODE)
2149 server->caps |= NFS_CAP_MODE;
2150 if (res.attr_bitmask[1] & FATTR4_WORD1_NUMLINKS)
2151 server->caps |= NFS_CAP_NLINK;
2152 if (res.attr_bitmask[1] & FATTR4_WORD1_OWNER)
2153 server->caps |= NFS_CAP_OWNER;
2154 if (res.attr_bitmask[1] & FATTR4_WORD1_OWNER_GROUP)
2155 server->caps |= NFS_CAP_OWNER_GROUP;
2156 if (res.attr_bitmask[1] & FATTR4_WORD1_TIME_ACCESS)
2157 server->caps |= NFS_CAP_ATIME;
2158 if (res.attr_bitmask[1] & FATTR4_WORD1_TIME_METADATA)
2159 server->caps |= NFS_CAP_CTIME;
2160 if (res.attr_bitmask[1] & FATTR4_WORD1_TIME_MODIFY)
2161 server->caps |= NFS_CAP_MTIME;
2162
Trond Myklebusta65318b2009-03-11 14:10:28 -04002163 memcpy(server->cache_consistency_bitmask, res.attr_bitmask, sizeof(server->cache_consistency_bitmask));
2164 server->cache_consistency_bitmask[0] &= FATTR4_WORD0_CHANGE|FATTR4_WORD0_SIZE;
2165 server->cache_consistency_bitmask[1] &= FATTR4_WORD1_TIME_METADATA|FATTR4_WORD1_TIME_MODIFY;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002166 server->acl_bitmask = res.acl_bitmask;
2167 }
Andy Adamsoncccef3b2009-04-01 09:22:03 -04002168
Linus Torvalds1da177e2005-04-16 15:20:36 -07002169 return status;
2170}
2171
Trond Myklebust55a97592006-06-09 09:34:19 -04002172int nfs4_server_capabilities(struct nfs_server *server, struct nfs_fh *fhandle)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002173{
2174 struct nfs4_exception exception = { };
2175 int err;
2176 do {
2177 err = nfs4_handle_exception(server,
2178 _nfs4_server_capabilities(server, fhandle),
2179 &exception);
2180 } while (exception.retry);
2181 return err;
2182}
2183
2184static int _nfs4_lookup_root(struct nfs_server *server, struct nfs_fh *fhandle,
2185 struct nfs_fsinfo *info)
2186{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002187 struct nfs4_lookup_root_arg args = {
2188 .bitmask = nfs4_fattr_bitmap,
2189 };
2190 struct nfs4_lookup_res res = {
2191 .server = server,
Trond Myklebust0e574af2005-10-27 22:12:38 -04002192 .fattr = info->fattr,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002193 .fh = fhandle,
2194 };
2195 struct rpc_message msg = {
2196 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOOKUP_ROOT],
2197 .rpc_argp = &args,
2198 .rpc_resp = &res,
2199 };
Benny Halevy008f55d2009-04-01 09:22:50 -04002200
Trond Myklebust0e574af2005-10-27 22:12:38 -04002201 nfs_fattr_init(info->fattr);
Bryan Schumaker7c513052011-03-24 17:12:24 +00002202 return nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002203}
2204
2205static int nfs4_lookup_root(struct nfs_server *server, struct nfs_fh *fhandle,
2206 struct nfs_fsinfo *info)
2207{
2208 struct nfs4_exception exception = { };
2209 int err;
2210 do {
Bryan Schumakerfb8a5ba2011-04-18 16:52:25 -04002211 err = _nfs4_lookup_root(server, fhandle, info);
2212 switch (err) {
2213 case 0:
2214 case -NFS4ERR_WRONGSEC:
2215 break;
2216 default:
2217 err = nfs4_handle_exception(server, err, &exception);
2218 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002219 } while (exception.retry);
2220 return err;
2221}
2222
Bryan Schumaker8f70e952011-03-24 17:12:31 +00002223static int nfs4_lookup_root_sec(struct nfs_server *server, struct nfs_fh *fhandle,
2224 struct nfs_fsinfo *info, rpc_authflavor_t flavor)
2225{
2226 struct rpc_auth *auth;
2227 int ret;
2228
2229 auth = rpcauth_create(flavor, server->client);
2230 if (!auth) {
2231 ret = -EIO;
2232 goto out;
2233 }
2234 ret = nfs4_lookup_root(server, fhandle, info);
Bryan Schumaker8f70e952011-03-24 17:12:31 +00002235out:
2236 return ret;
2237}
2238
Bryan Schumaker801a16dc2011-04-13 14:31:30 -04002239static int nfs4_find_root_sec(struct nfs_server *server, struct nfs_fh *fhandle,
David Howells54ceac42006-08-22 20:06:13 -04002240 struct nfs_fsinfo *info)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002241{
Bryan Schumaker8f70e952011-03-24 17:12:31 +00002242 int i, len, status = 0;
Bryan Schumaker0fabee22011-04-13 14:31:29 -04002243 rpc_authflavor_t flav_array[NFS_MAX_SECFLAVORS];
Linus Torvalds1da177e2005-04-16 15:20:36 -07002244
Bryan Schumaker801a16dc2011-04-13 14:31:30 -04002245 len = gss_mech_list_pseudoflavors(&flav_array[0]);
2246 flav_array[len] = RPC_AUTH_NULL;
2247 len += 1;
Bryan Schumaker8f70e952011-03-24 17:12:31 +00002248
2249 for (i = 0; i < len; i++) {
2250 status = nfs4_lookup_root_sec(server, fhandle, info, flav_array[i]);
Bryan Schumakerfb8a5ba2011-04-18 16:52:25 -04002251 if (status == -NFS4ERR_WRONGSEC || status == -EACCES)
Bryan Schumakerd1a80162011-04-13 14:31:28 -04002252 continue;
2253 break;
Bryan Schumaker8f70e952011-03-24 17:12:31 +00002254 }
Bryan Schumakerfb8a5ba2011-04-18 16:52:25 -04002255 /*
2256 * -EACCESS could mean that the user doesn't have correct permissions
2257 * to access the mount. It could also mean that we tried to mount
2258 * with a gss auth flavor, but rpc.gssd isn't running. Either way,
2259 * existing mount programs don't handle -EACCES very well so it should
2260 * be mapped to -EPERM instead.
2261 */
2262 if (status == -EACCES)
2263 status = -EPERM;
Bryan Schumaker801a16dc2011-04-13 14:31:30 -04002264 return status;
2265}
2266
2267/*
2268 * get the file handle for the "/" directory on the server
2269 */
2270static int nfs4_proc_get_root(struct nfs_server *server, struct nfs_fh *fhandle,
2271 struct nfs_fsinfo *info)
2272{
Bryan Schumakerfca78d62011-06-02 14:59:07 -04002273 int minor_version = server->nfs_client->cl_minorversion;
Bryan Schumaker801a16dc2011-04-13 14:31:30 -04002274 int status = nfs4_lookup_root(server, fhandle, info);
Bryan Schumakerfb8a5ba2011-04-18 16:52:25 -04002275 if ((status == -NFS4ERR_WRONGSEC) && !(server->flags & NFS_MOUNT_SECFLAVOUR))
2276 /*
2277 * A status of -NFS4ERR_WRONGSEC will be mapped to -EPERM
2278 * by nfs4_map_errors() as this function exits.
2279 */
Bryan Schumakerfca78d62011-06-02 14:59:07 -04002280 status = nfs_v4_minor_ops[minor_version]->find_root_sec(server, fhandle, info);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002281 if (status == 0)
2282 status = nfs4_server_capabilities(server, fhandle);
2283 if (status == 0)
2284 status = nfs4_do_fsinfo(server, fhandle, info);
Trond Myklebustc12e87f2006-03-13 21:20:47 -08002285 return nfs4_map_errors(status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002286}
2287
Andy Adamson533eb462011-06-13 18:25:56 -04002288static void nfs_fixup_referral_attributes(struct nfs_fattr *fattr);
Manoj Naik6b97fd32006-06-09 09:34:29 -04002289/*
2290 * Get locations and (maybe) other attributes of a referral.
2291 * Note that we'll actually follow the referral later when
2292 * we detect fsid mismatch in inode revalidation
2293 */
Andy Adamson533eb462011-06-13 18:25:56 -04002294static int nfs4_get_referral(struct inode *dir, const struct qstr *name,
2295 struct nfs_fattr *fattr, struct nfs_fh *fhandle)
Manoj Naik6b97fd32006-06-09 09:34:29 -04002296{
2297 int status = -ENOMEM;
2298 struct page *page = NULL;
2299 struct nfs4_fs_locations *locations = NULL;
Manoj Naik6b97fd32006-06-09 09:34:29 -04002300
2301 page = alloc_page(GFP_KERNEL);
2302 if (page == NULL)
2303 goto out;
2304 locations = kmalloc(sizeof(struct nfs4_fs_locations), GFP_KERNEL);
2305 if (locations == NULL)
2306 goto out;
2307
Trond Myklebustc228fd32007-01-13 02:28:11 -05002308 status = nfs4_proc_fs_locations(dir, name, locations, page);
Manoj Naik6b97fd32006-06-09 09:34:29 -04002309 if (status != 0)
2310 goto out;
2311 /* Make sure server returned a different fsid for the referral */
2312 if (nfs_fsid_equal(&NFS_SERVER(dir)->fsid, &locations->fattr.fsid)) {
Andy Adamson533eb462011-06-13 18:25:56 -04002313 dprintk("%s: server did not return a different fsid for"
2314 " a referral at %s\n", __func__, name->name);
Manoj Naik6b97fd32006-06-09 09:34:29 -04002315 status = -EIO;
2316 goto out;
2317 }
Andy Adamson533eb462011-06-13 18:25:56 -04002318 /* Fixup attributes for the nfs_lookup() call to nfs_fhget() */
2319 nfs_fixup_referral_attributes(&locations->fattr);
Manoj Naik6b97fd32006-06-09 09:34:29 -04002320
Andy Adamson533eb462011-06-13 18:25:56 -04002321 /* replace the lookup nfs_fattr with the locations nfs_fattr */
Manoj Naik6b97fd32006-06-09 09:34:29 -04002322 memcpy(fattr, &locations->fattr, sizeof(struct nfs_fattr));
Manoj Naik6b97fd32006-06-09 09:34:29 -04002323 memset(fhandle, 0, sizeof(struct nfs_fh));
2324out:
2325 if (page)
2326 __free_page(page);
Davidlohr Bueso5d7ca352010-08-11 12:42:15 -04002327 kfree(locations);
Manoj Naik6b97fd32006-06-09 09:34:29 -04002328 return status;
2329}
2330
Linus Torvalds1da177e2005-04-16 15:20:36 -07002331static int _nfs4_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fattr *fattr)
2332{
2333 struct nfs4_getattr_arg args = {
2334 .fh = fhandle,
2335 .bitmask = server->attr_bitmask,
2336 };
2337 struct nfs4_getattr_res res = {
2338 .fattr = fattr,
2339 .server = server,
2340 };
2341 struct rpc_message msg = {
2342 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GETATTR],
2343 .rpc_argp = &args,
2344 .rpc_resp = &res,
2345 };
2346
Trond Myklebust0e574af2005-10-27 22:12:38 -04002347 nfs_fattr_init(fattr);
Bryan Schumaker7c513052011-03-24 17:12:24 +00002348 return nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002349}
2350
2351static int nfs4_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fattr *fattr)
2352{
2353 struct nfs4_exception exception = { };
2354 int err;
2355 do {
2356 err = nfs4_handle_exception(server,
2357 _nfs4_proc_getattr(server, fhandle, fattr),
2358 &exception);
2359 } while (exception.retry);
2360 return err;
2361}
2362
2363/*
2364 * The file is not closed if it is opened due to the a request to change
2365 * the size of the file. The open call will not be needed once the
2366 * VFS layer lookup-intents are implemented.
2367 *
2368 * Close is called when the inode is destroyed.
2369 * If we haven't opened the file for O_WRONLY, we
2370 * need to in the size_change case to obtain a stateid.
2371 *
2372 * Got race?
2373 * Because OPEN is always done by name in nfsv4, it is
2374 * possible that we opened a different file by the same
2375 * name. We can recognize this race condition, but we
2376 * can't do anything about it besides returning an error.
2377 *
2378 * This will be fixed with VFS changes (lookup-intent).
2379 */
2380static int
2381nfs4_proc_setattr(struct dentry *dentry, struct nfs_fattr *fattr,
2382 struct iattr *sattr)
2383{
Trond Myklebust08e9eac2005-06-22 17:16:29 +00002384 struct inode *inode = dentry->d_inode;
Trond Myklebust659bfcd2008-06-10 19:39:41 -04002385 struct rpc_cred *cred = NULL;
Trond Myklebustd5308382005-11-04 15:33:38 -05002386 struct nfs4_state *state = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002387 int status;
2388
Benny Halevy8a1636c2010-07-14 15:43:57 -04002389 if (pnfs_ld_layoutret_on_setattr(inode))
2390 pnfs_return_layout(inode);
2391
Trond Myklebust0e574af2005-10-27 22:12:38 -04002392 nfs_fattr_init(fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002393
Trond Myklebustd5308382005-11-04 15:33:38 -05002394 /* Search for an existing open(O_WRITE) file */
Trond Myklebust659bfcd2008-06-10 19:39:41 -04002395 if (sattr->ia_valid & ATTR_FILE) {
2396 struct nfs_open_context *ctx;
Trond Myklebust08e9eac2005-06-22 17:16:29 +00002397
Trond Myklebust659bfcd2008-06-10 19:39:41 -04002398 ctx = nfs_file_open_context(sattr->ia_file);
Neil Brown504e5182008-10-16 14:15:16 +11002399 if (ctx) {
2400 cred = ctx->cred;
2401 state = ctx->state;
2402 }
Trond Myklebust659bfcd2008-06-10 19:39:41 -04002403 }
2404
2405 status = nfs4_do_setattr(inode, cred, fattr, sattr, state);
Trond Myklebust65e43082005-08-16 11:49:44 -04002406 if (status == 0)
2407 nfs_setattr_update_inode(inode, sattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002408 return status;
2409}
2410
Bryan Schumaker7c513052011-03-24 17:12:24 +00002411static int _nfs4_proc_lookupfh(struct rpc_clnt *clnt, struct nfs_server *server,
2412 const struct nfs_fh *dirfh, const struct qstr *name,
2413 struct nfs_fh *fhandle, struct nfs_fattr *fattr)
David Howells2b3de442006-08-22 20:06:09 -04002414{
2415 int status;
2416 struct nfs4_lookup_arg args = {
2417 .bitmask = server->attr_bitmask,
2418 .dir_fh = dirfh,
2419 .name = name,
2420 };
2421 struct nfs4_lookup_res res = {
2422 .server = server,
2423 .fattr = fattr,
2424 .fh = fhandle,
2425 };
2426 struct rpc_message msg = {
2427 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOOKUP],
2428 .rpc_argp = &args,
2429 .rpc_resp = &res,
2430 };
2431
2432 nfs_fattr_init(fattr);
2433
2434 dprintk("NFS call lookupfh %s\n", name->name);
Bryan Schumaker7c513052011-03-24 17:12:24 +00002435 status = nfs4_call_sync(clnt, server, &msg, &args.seq_args, &res.seq_res, 0);
David Howells2b3de442006-08-22 20:06:09 -04002436 dprintk("NFS reply lookupfh: %d\n", status);
David Howells2b3de442006-08-22 20:06:09 -04002437 return status;
2438}
2439
2440static int nfs4_proc_lookupfh(struct nfs_server *server, struct nfs_fh *dirfh,
2441 struct qstr *name, struct nfs_fh *fhandle,
2442 struct nfs_fattr *fattr)
2443{
2444 struct nfs4_exception exception = { };
2445 int err;
2446 do {
Bryan Schumaker7c513052011-03-24 17:12:24 +00002447 err = _nfs4_proc_lookupfh(server->client, server, dirfh, name, fhandle, fattr);
Trond Myklebust4e56e082007-07-01 18:13:52 -04002448 /* FIXME: !!!! */
2449 if (err == -NFS4ERR_MOVED) {
2450 err = -EREMOTE;
2451 break;
2452 }
2453 err = nfs4_handle_exception(server, err, &exception);
David Howells2b3de442006-08-22 20:06:09 -04002454 } while (exception.retry);
2455 return err;
2456}
2457
Bryan Schumaker7c513052011-03-24 17:12:24 +00002458static int _nfs4_proc_lookup(struct rpc_clnt *clnt, struct inode *dir,
2459 const struct qstr *name, struct nfs_fh *fhandle,
2460 struct nfs_fattr *fattr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002461{
Trond Myklebust4e56e082007-07-01 18:13:52 -04002462 int status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002463
2464 dprintk("NFS call lookup %s\n", name->name);
Bryan Schumaker7c513052011-03-24 17:12:24 +00002465 status = _nfs4_proc_lookupfh(clnt, NFS_SERVER(dir), NFS_FH(dir), name, fhandle, fattr);
Manoj Naik6b97fd32006-06-09 09:34:29 -04002466 if (status == -NFS4ERR_MOVED)
2467 status = nfs4_get_referral(dir, name, fattr, fhandle);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002468 dprintk("NFS reply lookup: %d\n", status);
2469 return status;
2470}
2471
Bryan Schumaker7ebb9312011-03-24 17:12:30 +00002472void nfs_fixup_secinfo_attributes(struct nfs_fattr *fattr, struct nfs_fh *fh)
2473{
2474 memset(fh, 0, sizeof(struct nfs_fh));
2475 fattr->fsid.major = 1;
2476 fattr->valid |= NFS_ATTR_FATTR_TYPE | NFS_ATTR_FATTR_MODE |
2477 NFS_ATTR_FATTR_NLINK | NFS_ATTR_FATTR_FSID | NFS_ATTR_FATTR_MOUNTPOINT;
2478 fattr->mode = S_IFDIR | S_IRUGO | S_IXUGO;
2479 fattr->nlink = 2;
2480}
2481
Bryan Schumaker7c513052011-03-24 17:12:24 +00002482static int nfs4_proc_lookup(struct rpc_clnt *clnt, struct inode *dir, struct qstr *name,
2483 struct nfs_fh *fhandle, struct nfs_fattr *fattr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002484{
2485 struct nfs4_exception exception = { };
2486 int err;
2487 do {
2488 err = nfs4_handle_exception(NFS_SERVER(dir),
Bryan Schumaker7c513052011-03-24 17:12:24 +00002489 _nfs4_proc_lookup(clnt, dir, name, fhandle, fattr),
Linus Torvalds1da177e2005-04-16 15:20:36 -07002490 &exception);
Bryan Schumaker7ebb9312011-03-24 17:12:30 +00002491 if (err == -EPERM)
2492 nfs_fixup_secinfo_attributes(fattr, fhandle);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002493 } while (exception.retry);
2494 return err;
2495}
2496
2497static int _nfs4_proc_access(struct inode *inode, struct nfs_access_entry *entry)
2498{
Trond Myklebust76b32992007-08-10 17:45:11 -04002499 struct nfs_server *server = NFS_SERVER(inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002500 struct nfs4_accessargs args = {
2501 .fh = NFS_FH(inode),
Trond Myklebust76b32992007-08-10 17:45:11 -04002502 .bitmask = server->attr_bitmask,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002503 };
Trond Myklebust76b32992007-08-10 17:45:11 -04002504 struct nfs4_accessres res = {
2505 .server = server,
Trond Myklebust76b32992007-08-10 17:45:11 -04002506 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002507 struct rpc_message msg = {
2508 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_ACCESS],
2509 .rpc_argp = &args,
2510 .rpc_resp = &res,
2511 .rpc_cred = entry->cred,
2512 };
2513 int mode = entry->mask;
2514 int status;
2515
2516 /*
2517 * Determine which access bits we want to ask for...
2518 */
2519 if (mode & MAY_READ)
2520 args.access |= NFS4_ACCESS_READ;
2521 if (S_ISDIR(inode->i_mode)) {
2522 if (mode & MAY_WRITE)
2523 args.access |= NFS4_ACCESS_MODIFY | NFS4_ACCESS_EXTEND | NFS4_ACCESS_DELETE;
2524 if (mode & MAY_EXEC)
2525 args.access |= NFS4_ACCESS_LOOKUP;
2526 } else {
2527 if (mode & MAY_WRITE)
2528 args.access |= NFS4_ACCESS_MODIFY | NFS4_ACCESS_EXTEND;
2529 if (mode & MAY_EXEC)
2530 args.access |= NFS4_ACCESS_EXECUTE;
2531 }
Trond Myklebustc407d412010-04-16 16:22:48 -04002532
2533 res.fattr = nfs_alloc_fattr();
2534 if (res.fattr == NULL)
2535 return -ENOMEM;
2536
Bryan Schumaker7c513052011-03-24 17:12:24 +00002537 status = nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002538 if (!status) {
2539 entry->mask = 0;
2540 if (res.access & NFS4_ACCESS_READ)
2541 entry->mask |= MAY_READ;
2542 if (res.access & (NFS4_ACCESS_MODIFY | NFS4_ACCESS_EXTEND | NFS4_ACCESS_DELETE))
2543 entry->mask |= MAY_WRITE;
2544 if (res.access & (NFS4_ACCESS_LOOKUP|NFS4_ACCESS_EXECUTE))
2545 entry->mask |= MAY_EXEC;
Trond Myklebustc407d412010-04-16 16:22:48 -04002546 nfs_refresh_inode(inode, res.fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002547 }
Trond Myklebustc407d412010-04-16 16:22:48 -04002548 nfs_free_fattr(res.fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002549 return status;
2550}
2551
2552static int nfs4_proc_access(struct inode *inode, struct nfs_access_entry *entry)
2553{
2554 struct nfs4_exception exception = { };
2555 int err;
2556 do {
2557 err = nfs4_handle_exception(NFS_SERVER(inode),
2558 _nfs4_proc_access(inode, entry),
2559 &exception);
2560 } while (exception.retry);
2561 return err;
2562}
2563
2564/*
2565 * TODO: For the time being, we don't try to get any attributes
2566 * along with any of the zero-copy operations READ, READDIR,
2567 * READLINK, WRITE.
2568 *
2569 * In the case of the first three, we want to put the GETATTR
2570 * after the read-type operation -- this is because it is hard
2571 * to predict the length of a GETATTR response in v4, and thus
2572 * align the READ data correctly. This means that the GETATTR
2573 * may end up partially falling into the page cache, and we should
2574 * shift it into the 'tail' of the xdr_buf before processing.
2575 * To do this efficiently, we need to know the total length
2576 * of data received, which doesn't seem to be available outside
2577 * of the RPC layer.
2578 *
2579 * In the case of WRITE, we also want to put the GETATTR after
2580 * the operation -- in this case because we want to make sure
2581 * we get the post-operation mtime and size. This means that
2582 * we can't use xdr_encode_pages() as written: we need a variant
2583 * of it which would leave room in the 'tail' iovec.
2584 *
2585 * Both of these changes to the XDR layer would in fact be quite
2586 * minor, but I decided to leave them for a subsequent patch.
2587 */
2588static int _nfs4_proc_readlink(struct inode *inode, struct page *page,
2589 unsigned int pgbase, unsigned int pglen)
2590{
2591 struct nfs4_readlink args = {
2592 .fh = NFS_FH(inode),
2593 .pgbase = pgbase,
2594 .pglen = pglen,
2595 .pages = &page,
2596 };
Benny Halevyf50c7002009-04-01 09:21:55 -04002597 struct nfs4_readlink_res res;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002598 struct rpc_message msg = {
2599 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_READLINK],
2600 .rpc_argp = &args,
Benny Halevyf50c7002009-04-01 09:21:55 -04002601 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002602 };
2603
Bryan Schumaker7c513052011-03-24 17:12:24 +00002604 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 -07002605}
2606
2607static int nfs4_proc_readlink(struct inode *inode, struct page *page,
2608 unsigned int pgbase, unsigned int pglen)
2609{
2610 struct nfs4_exception exception = { };
2611 int err;
2612 do {
2613 err = nfs4_handle_exception(NFS_SERVER(inode),
2614 _nfs4_proc_readlink(inode, page, pgbase, pglen),
2615 &exception);
2616 } while (exception.retry);
2617 return err;
2618}
2619
Linus Torvalds1da177e2005-04-16 15:20:36 -07002620/*
2621 * Got race?
2622 * We will need to arrange for the VFS layer to provide an atomic open.
2623 * Until then, this create/open method is prone to inefficiency and race
2624 * conditions due to the lookup, create, and open VFS calls from sys_open()
2625 * placed on the wire.
2626 *
2627 * Given the above sorry state of affairs, I'm simply sending an OPEN.
2628 * The file will be opened again in the subsequent VFS open call
2629 * (nfs4_proc_file_open).
2630 *
2631 * The open for read will just hang around to be used by any process that
2632 * opens the file O_RDONLY. This will all be resolved with the VFS changes.
2633 */
2634
2635static int
2636nfs4_proc_create(struct inode *dir, struct dentry *dentry, struct iattr *sattr,
Trond Myklebustc0204fd2010-09-17 10:56:51 -04002637 int flags, struct nfs_open_context *ctx)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002638{
Al Viro82a2c1b2011-06-22 18:30:55 -04002639 struct dentry *de = dentry;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002640 struct nfs4_state *state;
Trond Myklebustc0204fd2010-09-17 10:56:51 -04002641 struct rpc_cred *cred = NULL;
2642 fmode_t fmode = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002643 int status = 0;
2644
Trond Myklebustc0204fd2010-09-17 10:56:51 -04002645 if (ctx != NULL) {
2646 cred = ctx->cred;
Al Viro3d4ff432011-06-22 18:40:12 -04002647 de = ctx->dentry;
Trond Myklebustc0204fd2010-09-17 10:56:51 -04002648 fmode = ctx->mode;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002649 }
Aneesh Kumar K.Va8a5da92010-12-09 11:35:14 +00002650 sattr->ia_mode &= ~current_umask();
Al Viro82a2c1b2011-06-22 18:30:55 -04002651 state = nfs4_do_open(dir, de, fmode, flags, sattr, cred);
Trond Myklebustd4d9cdc2007-10-02 18:38:53 -04002652 d_drop(dentry);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002653 if (IS_ERR(state)) {
2654 status = PTR_ERR(state);
Trond Myklebustc0204fd2010-09-17 10:56:51 -04002655 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002656 }
Trond Myklebustd4d9cdc2007-10-02 18:38:53 -04002657 d_add(dentry, igrab(state->inode));
Trond Myklebustd75340c2007-10-01 21:42:01 -04002658 nfs_set_verifier(dentry, nfs_save_change_attribute(dir));
Trond Myklebustc0204fd2010-09-17 10:56:51 -04002659 if (ctx != NULL)
2660 ctx->state = state;
Trond Myklebust02a913a2005-10-18 14:20:17 -07002661 else
Al Viro643168c2011-06-22 18:20:23 -04002662 nfs4_close_sync(state, fmode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002663out:
2664 return status;
2665}
2666
2667static int _nfs4_proc_remove(struct inode *dir, struct qstr *name)
2668{
Trond Myklebust16e42952005-10-27 22:12:44 -04002669 struct nfs_server *server = NFS_SERVER(dir);
Trond Myklebust4fdc17b2007-07-14 15:39:57 -04002670 struct nfs_removeargs args = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002671 .fh = NFS_FH(dir),
Trond Myklebust4fdc17b2007-07-14 15:39:57 -04002672 .name.len = name->len,
2673 .name.name = name->name,
Trond Myklebust16e42952005-10-27 22:12:44 -04002674 .bitmask = server->attr_bitmask,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002675 };
Trond Myklebust4fdc17b2007-07-14 15:39:57 -04002676 struct nfs_removeres res = {
Trond Myklebust16e42952005-10-27 22:12:44 -04002677 .server = server,
Trond Myklebust16e42952005-10-27 22:12:44 -04002678 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002679 struct rpc_message msg = {
Trond Myklebust4fdc17b2007-07-14 15:39:57 -04002680 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_REMOVE],
2681 .rpc_argp = &args,
2682 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002683 };
Trond Myklebustd3468902010-04-16 16:22:50 -04002684 int status = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002685
Trond Myklebustd3468902010-04-16 16:22:50 -04002686 res.dir_attr = nfs_alloc_fattr();
2687 if (res.dir_attr == NULL)
2688 goto out;
2689
Bryan Schumaker7c513052011-03-24 17:12:24 +00002690 status = nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 1);
Trond Myklebust16e42952005-10-27 22:12:44 -04002691 if (status == 0) {
2692 update_changeattr(dir, &res.cinfo);
Trond Myklebustd3468902010-04-16 16:22:50 -04002693 nfs_post_op_update_inode(dir, res.dir_attr);
Trond Myklebust16e42952005-10-27 22:12:44 -04002694 }
Trond Myklebustd3468902010-04-16 16:22:50 -04002695 nfs_free_fattr(res.dir_attr);
2696out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002697 return status;
2698}
2699
2700static int nfs4_proc_remove(struct inode *dir, struct qstr *name)
2701{
2702 struct nfs4_exception exception = { };
2703 int err;
2704 do {
2705 err = nfs4_handle_exception(NFS_SERVER(dir),
2706 _nfs4_proc_remove(dir, name),
2707 &exception);
2708 } while (exception.retry);
2709 return err;
2710}
2711
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04002712static void nfs4_proc_unlink_setup(struct rpc_message *msg, struct inode *dir)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002713{
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04002714 struct nfs_server *server = NFS_SERVER(dir);
2715 struct nfs_removeargs *args = msg->rpc_argp;
2716 struct nfs_removeres *res = msg->rpc_resp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002717
Trond Myklebusta65318b2009-03-11 14:10:28 -04002718 args->bitmask = server->cache_consistency_bitmask;
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04002719 res->server = server;
Benny Halevydfb4f3092010-09-24 09:17:01 -04002720 res->seq_res.sr_slot = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002721 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_REMOVE];
Linus Torvalds1da177e2005-04-16 15:20:36 -07002722}
2723
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04002724static int nfs4_proc_unlink_done(struct rpc_task *task, struct inode *dir)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002725{
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04002726 struct nfs_removeres *res = task->tk_msg.rpc_resp;
2727
Trond Myklebust14516c32010-07-31 14:29:06 -04002728 if (!nfs4_sequence_done(task, &res->seq_res))
2729 return 0;
Trond Myklebust9e33bed2008-12-23 15:21:46 -05002730 if (nfs4_async_handle_error(task, res->server, NULL) == -EAGAIN)
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04002731 return 0;
2732 update_changeattr(dir, &res->cinfo);
Trond Myklebustd3468902010-04-16 16:22:50 -04002733 nfs_post_op_update_inode(dir, res->dir_attr);
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04002734 return 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002735}
2736
Jeff Laytond3d41522010-09-17 17:31:57 -04002737static void nfs4_proc_rename_setup(struct rpc_message *msg, struct inode *dir)
2738{
2739 struct nfs_server *server = NFS_SERVER(dir);
2740 struct nfs_renameargs *arg = msg->rpc_argp;
2741 struct nfs_renameres *res = msg->rpc_resp;
2742
2743 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RENAME];
2744 arg->bitmask = server->attr_bitmask;
2745 res->server = server;
2746}
2747
2748static int nfs4_proc_rename_done(struct rpc_task *task, struct inode *old_dir,
2749 struct inode *new_dir)
2750{
2751 struct nfs_renameres *res = task->tk_msg.rpc_resp;
2752
2753 if (!nfs4_sequence_done(task, &res->seq_res))
2754 return 0;
2755 if (nfs4_async_handle_error(task, res->server, NULL) == -EAGAIN)
2756 return 0;
2757
2758 update_changeattr(old_dir, &res->old_cinfo);
2759 nfs_post_op_update_inode(old_dir, res->old_fattr);
2760 update_changeattr(new_dir, &res->new_cinfo);
2761 nfs_post_op_update_inode(new_dir, res->new_fattr);
2762 return 1;
2763}
2764
Linus Torvalds1da177e2005-04-16 15:20:36 -07002765static int _nfs4_proc_rename(struct inode *old_dir, struct qstr *old_name,
2766 struct inode *new_dir, struct qstr *new_name)
2767{
Trond Myklebust6caf2c82005-10-27 22:12:43 -04002768 struct nfs_server *server = NFS_SERVER(old_dir);
Jeff Layton920769f2010-09-17 17:30:25 -04002769 struct nfs_renameargs arg = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002770 .old_dir = NFS_FH(old_dir),
2771 .new_dir = NFS_FH(new_dir),
2772 .old_name = old_name,
2773 .new_name = new_name,
Trond Myklebust6caf2c82005-10-27 22:12:43 -04002774 .bitmask = server->attr_bitmask,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002775 };
Jeff Laytone8582a82010-09-17 17:31:06 -04002776 struct nfs_renameres res = {
Trond Myklebust6caf2c82005-10-27 22:12:43 -04002777 .server = server,
Trond Myklebust6caf2c82005-10-27 22:12:43 -04002778 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002779 struct rpc_message msg = {
2780 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RENAME],
2781 .rpc_argp = &arg,
2782 .rpc_resp = &res,
2783 };
Trond Myklebust011fff72010-04-16 16:22:49 -04002784 int status = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002785
Trond Myklebust011fff72010-04-16 16:22:49 -04002786 res.old_fattr = nfs_alloc_fattr();
2787 res.new_fattr = nfs_alloc_fattr();
2788 if (res.old_fattr == NULL || res.new_fattr == NULL)
2789 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002790
Bryan Schumaker7c513052011-03-24 17:12:24 +00002791 status = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, &res.seq_res, 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002792 if (!status) {
2793 update_changeattr(old_dir, &res.old_cinfo);
Trond Myklebust6caf2c82005-10-27 22:12:43 -04002794 nfs_post_op_update_inode(old_dir, res.old_fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002795 update_changeattr(new_dir, &res.new_cinfo);
Trond Myklebust6caf2c82005-10-27 22:12:43 -04002796 nfs_post_op_update_inode(new_dir, res.new_fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002797 }
Trond Myklebust011fff72010-04-16 16:22:49 -04002798out:
2799 nfs_free_fattr(res.new_fattr);
2800 nfs_free_fattr(res.old_fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002801 return status;
2802}
2803
2804static int nfs4_proc_rename(struct inode *old_dir, struct qstr *old_name,
2805 struct inode *new_dir, struct qstr *new_name)
2806{
2807 struct nfs4_exception exception = { };
2808 int err;
2809 do {
2810 err = nfs4_handle_exception(NFS_SERVER(old_dir),
2811 _nfs4_proc_rename(old_dir, old_name,
2812 new_dir, new_name),
2813 &exception);
2814 } while (exception.retry);
2815 return err;
2816}
2817
2818static int _nfs4_proc_link(struct inode *inode, struct inode *dir, struct qstr *name)
2819{
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04002820 struct nfs_server *server = NFS_SERVER(inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002821 struct nfs4_link_arg arg = {
2822 .fh = NFS_FH(inode),
2823 .dir_fh = NFS_FH(dir),
2824 .name = name,
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04002825 .bitmask = server->attr_bitmask,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002826 };
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04002827 struct nfs4_link_res res = {
2828 .server = server,
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04002829 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002830 struct rpc_message msg = {
2831 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LINK],
2832 .rpc_argp = &arg,
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04002833 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002834 };
Trond Myklebust136f2622010-04-16 16:22:49 -04002835 int status = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002836
Trond Myklebust136f2622010-04-16 16:22:49 -04002837 res.fattr = nfs_alloc_fattr();
2838 res.dir_attr = nfs_alloc_fattr();
2839 if (res.fattr == NULL || res.dir_attr == NULL)
2840 goto out;
2841
Bryan Schumaker7c513052011-03-24 17:12:24 +00002842 status = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, &res.seq_res, 1);
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04002843 if (!status) {
2844 update_changeattr(dir, &res.cinfo);
2845 nfs_post_op_update_inode(dir, res.dir_attr);
Trond Myklebust73a3d072006-05-25 01:40:47 -04002846 nfs_post_op_update_inode(inode, res.fattr);
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04002847 }
Trond Myklebust136f2622010-04-16 16:22:49 -04002848out:
2849 nfs_free_fattr(res.dir_attr);
2850 nfs_free_fattr(res.fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002851 return status;
2852}
2853
2854static int nfs4_proc_link(struct inode *inode, struct inode *dir, struct qstr *name)
2855{
2856 struct nfs4_exception exception = { };
2857 int err;
2858 do {
2859 err = nfs4_handle_exception(NFS_SERVER(inode),
2860 _nfs4_proc_link(inode, dir, name),
2861 &exception);
2862 } while (exception.retry);
2863 return err;
2864}
2865
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002866struct nfs4_createdata {
2867 struct rpc_message msg;
2868 struct nfs4_create_arg arg;
2869 struct nfs4_create_res res;
2870 struct nfs_fh fh;
2871 struct nfs_fattr fattr;
2872 struct nfs_fattr dir_fattr;
2873};
2874
2875static struct nfs4_createdata *nfs4_alloc_createdata(struct inode *dir,
2876 struct qstr *name, struct iattr *sattr, u32 ftype)
2877{
2878 struct nfs4_createdata *data;
2879
2880 data = kzalloc(sizeof(*data), GFP_KERNEL);
2881 if (data != NULL) {
2882 struct nfs_server *server = NFS_SERVER(dir);
2883
2884 data->msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_CREATE];
2885 data->msg.rpc_argp = &data->arg;
2886 data->msg.rpc_resp = &data->res;
2887 data->arg.dir_fh = NFS_FH(dir);
2888 data->arg.server = server;
2889 data->arg.name = name;
2890 data->arg.attrs = sattr;
2891 data->arg.ftype = ftype;
2892 data->arg.bitmask = server->attr_bitmask;
2893 data->res.server = server;
2894 data->res.fh = &data->fh;
2895 data->res.fattr = &data->fattr;
2896 data->res.dir_fattr = &data->dir_fattr;
2897 nfs_fattr_init(data->res.fattr);
2898 nfs_fattr_init(data->res.dir_fattr);
2899 }
2900 return data;
2901}
2902
2903static int nfs4_do_create(struct inode *dir, struct dentry *dentry, struct nfs4_createdata *data)
2904{
Bryan Schumaker7c513052011-03-24 17:12:24 +00002905 int status = nfs4_call_sync(NFS_SERVER(dir)->client, NFS_SERVER(dir), &data->msg,
Bryan Schumakere73b83f2011-03-24 17:12:23 +00002906 &data->arg.seq_args, &data->res.seq_res, 1);
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002907 if (status == 0) {
2908 update_changeattr(dir, &data->res.dir_cinfo);
2909 nfs_post_op_update_inode(dir, data->res.dir_fattr);
2910 status = nfs_instantiate(dentry, data->res.fh, data->res.fattr);
2911 }
2912 return status;
2913}
2914
2915static void nfs4_free_createdata(struct nfs4_createdata *data)
2916{
2917 kfree(data);
2918}
2919
Chuck Lever4f390c12006-08-22 20:06:22 -04002920static int _nfs4_proc_symlink(struct inode *dir, struct dentry *dentry,
Chuck Lever94a6d752006-08-22 20:06:23 -04002921 struct page *page, unsigned int len, struct iattr *sattr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002922{
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002923 struct nfs4_createdata *data;
2924 int status = -ENAMETOOLONG;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002925
Chuck Lever94a6d752006-08-22 20:06:23 -04002926 if (len > NFS4_MAXPATHLEN)
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002927 goto out;
Chuck Lever4f390c12006-08-22 20:06:22 -04002928
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002929 status = -ENOMEM;
2930 data = nfs4_alloc_createdata(dir, &dentry->d_name, sattr, NF4LNK);
2931 if (data == NULL)
2932 goto out;
2933
2934 data->msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SYMLINK];
2935 data->arg.u.symlink.pages = &page;
2936 data->arg.u.symlink.len = len;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002937
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002938 status = nfs4_do_create(dir, dentry, data);
2939
2940 nfs4_free_createdata(data);
2941out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002942 return status;
2943}
2944
Chuck Lever4f390c12006-08-22 20:06:22 -04002945static int nfs4_proc_symlink(struct inode *dir, struct dentry *dentry,
Chuck Lever94a6d752006-08-22 20:06:23 -04002946 struct page *page, unsigned int len, struct iattr *sattr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002947{
2948 struct nfs4_exception exception = { };
2949 int err;
2950 do {
2951 err = nfs4_handle_exception(NFS_SERVER(dir),
Chuck Lever94a6d752006-08-22 20:06:23 -04002952 _nfs4_proc_symlink(dir, dentry, page,
2953 len, sattr),
Linus Torvalds1da177e2005-04-16 15:20:36 -07002954 &exception);
2955 } while (exception.retry);
2956 return err;
2957}
2958
2959static int _nfs4_proc_mkdir(struct inode *dir, struct dentry *dentry,
2960 struct iattr *sattr)
2961{
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002962 struct nfs4_createdata *data;
2963 int status = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002964
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002965 data = nfs4_alloc_createdata(dir, &dentry->d_name, sattr, NF4DIR);
2966 if (data == NULL)
2967 goto out;
2968
2969 status = nfs4_do_create(dir, dentry, data);
2970
2971 nfs4_free_createdata(data);
2972out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002973 return status;
2974}
2975
2976static int nfs4_proc_mkdir(struct inode *dir, struct dentry *dentry,
2977 struct iattr *sattr)
2978{
2979 struct nfs4_exception exception = { };
2980 int err;
Aneesh Kumar K.Va8a5da92010-12-09 11:35:14 +00002981
2982 sattr->ia_mode &= ~current_umask();
Linus Torvalds1da177e2005-04-16 15:20:36 -07002983 do {
2984 err = nfs4_handle_exception(NFS_SERVER(dir),
2985 _nfs4_proc_mkdir(dir, dentry, sattr),
2986 &exception);
2987 } while (exception.retry);
2988 return err;
2989}
2990
2991static int _nfs4_proc_readdir(struct dentry *dentry, struct rpc_cred *cred,
Bryan Schumaker56e4ebf2010-10-20 15:44:37 -04002992 u64 cookie, struct page **pages, unsigned int count, int plus)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002993{
2994 struct inode *dir = dentry->d_inode;
2995 struct nfs4_readdir_arg args = {
2996 .fh = NFS_FH(dir),
Bryan Schumaker56e4ebf2010-10-20 15:44:37 -04002997 .pages = pages,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002998 .pgbase = 0,
2999 .count = count,
Trond Myklebust96d25e52009-11-11 16:15:42 +09003000 .bitmask = NFS_SERVER(dentry->d_inode)->attr_bitmask,
Bryan Schumaker82f2e542010-10-21 16:33:18 -04003001 .plus = plus,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003002 };
3003 struct nfs4_readdir_res res;
3004 struct rpc_message msg = {
3005 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_READDIR],
3006 .rpc_argp = &args,
3007 .rpc_resp = &res,
3008 .rpc_cred = cred,
3009 };
3010 int status;
3011
Harvey Harrison3110ff82008-05-02 13:42:44 -07003012 dprintk("%s: dentry = %s/%s, cookie = %Lu\n", __func__,
Trond Myklebusteadf4592005-06-22 17:16:39 +00003013 dentry->d_parent->d_name.name,
3014 dentry->d_name.name,
3015 (unsigned long long)cookie);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003016 nfs4_setup_readdir(cookie, NFS_COOKIEVERF(dir), dentry, &args);
3017 res.pgbase = args.pgbase;
Bryan Schumaker7c513052011-03-24 17:12:24 +00003018 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 -05003019 if (status >= 0) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003020 memcpy(NFS_COOKIEVERF(dir), res.verifier.data, NFS4_VERIFIER_SIZE);
Trond Myklebustac396122010-11-15 20:26:22 -05003021 status += args.pgbase;
3022 }
Trond Myklebustc4812992007-09-28 17:11:45 -04003023
3024 nfs_invalidate_atime(dir);
3025
Harvey Harrison3110ff82008-05-02 13:42:44 -07003026 dprintk("%s: returns %d\n", __func__, status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003027 return status;
3028}
3029
3030static int nfs4_proc_readdir(struct dentry *dentry, struct rpc_cred *cred,
Bryan Schumaker56e4ebf2010-10-20 15:44:37 -04003031 u64 cookie, struct page **pages, unsigned int count, int plus)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003032{
3033 struct nfs4_exception exception = { };
3034 int err;
3035 do {
3036 err = nfs4_handle_exception(NFS_SERVER(dentry->d_inode),
3037 _nfs4_proc_readdir(dentry, cred, cookie,
Bryan Schumaker56e4ebf2010-10-20 15:44:37 -04003038 pages, count, plus),
Linus Torvalds1da177e2005-04-16 15:20:36 -07003039 &exception);
3040 } while (exception.retry);
3041 return err;
3042}
3043
3044static int _nfs4_proc_mknod(struct inode *dir, struct dentry *dentry,
3045 struct iattr *sattr, dev_t rdev)
3046{
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003047 struct nfs4_createdata *data;
3048 int mode = sattr->ia_mode;
3049 int status = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003050
3051 BUG_ON(!(sattr->ia_valid & ATTR_MODE));
3052 BUG_ON(!S_ISFIFO(mode) && !S_ISBLK(mode) && !S_ISCHR(mode) && !S_ISSOCK(mode));
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003053
3054 data = nfs4_alloc_createdata(dir, &dentry->d_name, sattr, NF4SOCK);
3055 if (data == NULL)
3056 goto out;
3057
Linus Torvalds1da177e2005-04-16 15:20:36 -07003058 if (S_ISFIFO(mode))
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003059 data->arg.ftype = NF4FIFO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003060 else if (S_ISBLK(mode)) {
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003061 data->arg.ftype = NF4BLK;
3062 data->arg.u.device.specdata1 = MAJOR(rdev);
3063 data->arg.u.device.specdata2 = MINOR(rdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003064 }
3065 else if (S_ISCHR(mode)) {
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003066 data->arg.ftype = NF4CHR;
3067 data->arg.u.device.specdata1 = MAJOR(rdev);
3068 data->arg.u.device.specdata2 = MINOR(rdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003069 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003070
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003071 status = nfs4_do_create(dir, dentry, data);
3072
3073 nfs4_free_createdata(data);
3074out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003075 return status;
3076}
3077
3078static int nfs4_proc_mknod(struct inode *dir, struct dentry *dentry,
3079 struct iattr *sattr, dev_t rdev)
3080{
3081 struct nfs4_exception exception = { };
3082 int err;
Aneesh Kumar K.Va8a5da92010-12-09 11:35:14 +00003083
3084 sattr->ia_mode &= ~current_umask();
Linus Torvalds1da177e2005-04-16 15:20:36 -07003085 do {
3086 err = nfs4_handle_exception(NFS_SERVER(dir),
3087 _nfs4_proc_mknod(dir, dentry, sattr, rdev),
3088 &exception);
3089 } while (exception.retry);
3090 return err;
3091}
3092
3093static int _nfs4_proc_statfs(struct nfs_server *server, struct nfs_fh *fhandle,
3094 struct nfs_fsstat *fsstat)
3095{
3096 struct nfs4_statfs_arg args = {
3097 .fh = fhandle,
3098 .bitmask = server->attr_bitmask,
3099 };
Benny Halevy24ad1482009-04-01 09:21:56 -04003100 struct nfs4_statfs_res res = {
3101 .fsstat = fsstat,
3102 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07003103 struct rpc_message msg = {
3104 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_STATFS],
3105 .rpc_argp = &args,
Benny Halevy24ad1482009-04-01 09:21:56 -04003106 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003107 };
3108
Trond Myklebust0e574af2005-10-27 22:12:38 -04003109 nfs_fattr_init(fsstat->fattr);
Bryan Schumaker7c513052011-03-24 17:12:24 +00003110 return nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003111}
3112
3113static int nfs4_proc_statfs(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fsstat *fsstat)
3114{
3115 struct nfs4_exception exception = { };
3116 int err;
3117 do {
3118 err = nfs4_handle_exception(server,
3119 _nfs4_proc_statfs(server, fhandle, fsstat),
3120 &exception);
3121 } while (exception.retry);
3122 return err;
3123}
3124
3125static int _nfs4_do_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle,
3126 struct nfs_fsinfo *fsinfo)
3127{
3128 struct nfs4_fsinfo_arg args = {
3129 .fh = fhandle,
3130 .bitmask = server->attr_bitmask,
3131 };
Benny Halevy3dda5e42009-04-01 09:21:57 -04003132 struct nfs4_fsinfo_res res = {
3133 .fsinfo = fsinfo,
3134 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07003135 struct rpc_message msg = {
3136 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FSINFO],
3137 .rpc_argp = &args,
Benny Halevy3dda5e42009-04-01 09:21:57 -04003138 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003139 };
3140
Bryan Schumaker7c513052011-03-24 17:12:24 +00003141 return nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003142}
3143
3144static int nfs4_do_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fsinfo *fsinfo)
3145{
3146 struct nfs4_exception exception = { };
3147 int err;
3148
3149 do {
3150 err = nfs4_handle_exception(server,
3151 _nfs4_do_fsinfo(server, fhandle, fsinfo),
3152 &exception);
3153 } while (exception.retry);
3154 return err;
3155}
3156
3157static int nfs4_proc_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fsinfo *fsinfo)
3158{
Trond Myklebust0e574af2005-10-27 22:12:38 -04003159 nfs_fattr_init(fsinfo->fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003160 return nfs4_do_fsinfo(server, fhandle, fsinfo);
3161}
3162
3163static int _nfs4_proc_pathconf(struct nfs_server *server, struct nfs_fh *fhandle,
3164 struct nfs_pathconf *pathconf)
3165{
3166 struct nfs4_pathconf_arg args = {
3167 .fh = fhandle,
3168 .bitmask = server->attr_bitmask,
3169 };
Benny Halevyd45b2982009-04-01 09:21:58 -04003170 struct nfs4_pathconf_res res = {
3171 .pathconf = pathconf,
3172 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07003173 struct rpc_message msg = {
3174 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_PATHCONF],
3175 .rpc_argp = &args,
Benny Halevyd45b2982009-04-01 09:21:58 -04003176 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003177 };
3178
3179 /* None of the pathconf attributes are mandatory to implement */
3180 if ((args.bitmask[0] & nfs4_pathconf_bitmap[0]) == 0) {
3181 memset(pathconf, 0, sizeof(*pathconf));
3182 return 0;
3183 }
3184
Trond Myklebust0e574af2005-10-27 22:12:38 -04003185 nfs_fattr_init(pathconf->fattr);
Bryan Schumaker7c513052011-03-24 17:12:24 +00003186 return nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003187}
3188
3189static int nfs4_proc_pathconf(struct nfs_server *server, struct nfs_fh *fhandle,
3190 struct nfs_pathconf *pathconf)
3191{
3192 struct nfs4_exception exception = { };
3193 int err;
3194
3195 do {
3196 err = nfs4_handle_exception(server,
3197 _nfs4_proc_pathconf(server, fhandle, pathconf),
3198 &exception);
3199 } while (exception.retry);
3200 return err;
3201}
3202
Benny Halevyd20581a2011-05-22 19:52:03 +03003203void __nfs4_read_done_cb(struct nfs_read_data *data)
3204{
3205 nfs_invalidate_atime(data->inode);
3206}
3207
Andy Adamsoncbdabc7f2011-03-01 01:34:20 +00003208static int nfs4_read_done_cb(struct rpc_task *task, struct nfs_read_data *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003209{
Trond Myklebustec06c092006-03-20 13:44:27 -05003210 struct nfs_server *server = NFS_SERVER(data->inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003211
Trond Myklebust9e33bed2008-12-23 15:21:46 -05003212 if (nfs4_async_handle_error(task, server, data->args.context->state) == -EAGAIN) {
Trond Myklebust0110ee12009-12-07 09:00:24 -05003213 nfs_restart_rpc(task, server->nfs_client);
Trond Myklebustec06c092006-03-20 13:44:27 -05003214 return -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003215 }
Trond Myklebust8850df92007-09-28 17:20:07 -04003216
Benny Halevyd20581a2011-05-22 19:52:03 +03003217 __nfs4_read_done_cb(data);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003218 if (task->tk_status > 0)
Trond Myklebustec06c092006-03-20 13:44:27 -05003219 renew_lease(server, data->timestamp);
3220 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003221}
3222
Andy Adamsoncbdabc7f2011-03-01 01:34:20 +00003223static int nfs4_read_done(struct rpc_task *task, struct nfs_read_data *data)
3224{
3225
3226 dprintk("--> %s\n", __func__);
3227
3228 if (!nfs4_sequence_done(task, &data->res.seq_res))
3229 return -EAGAIN;
3230
Benny Halevyd20581a2011-05-22 19:52:03 +03003231 return data->read_done_cb ? data->read_done_cb(task, data) :
3232 nfs4_read_done_cb(task, data);
Andy Adamsoncbdabc7f2011-03-01 01:34:20 +00003233}
3234
Trond Myklebustbdc7f022007-07-14 15:40:00 -04003235static void nfs4_proc_read_setup(struct nfs_read_data *data, struct rpc_message *msg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003236{
Linus Torvalds1da177e2005-04-16 15:20:36 -07003237 data->timestamp = jiffies;
Andy Adamsoncbdabc7f2011-03-01 01:34:20 +00003238 data->read_done_cb = nfs4_read_done_cb;
Trond Myklebustbdc7f022007-07-14 15:40:00 -04003239 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_READ];
Linus Torvalds1da177e2005-04-16 15:20:36 -07003240}
3241
Andy Adamsoncbdabc7f2011-03-01 01:34:20 +00003242/* Reset the the nfs_read_data to send the read to the MDS. */
3243void nfs4_reset_read(struct rpc_task *task, struct nfs_read_data *data)
3244{
3245 dprintk("%s Reset task for i/o through\n", __func__);
3246 put_lseg(data->lseg);
3247 data->lseg = NULL;
3248 /* offsets will differ in the dense stripe case */
3249 data->args.offset = data->mds_offset;
3250 data->ds_clp = NULL;
3251 data->args.fh = NFS_FH(data->inode);
3252 data->read_done_cb = nfs4_read_done_cb;
3253 task->tk_ops = data->mds_ops;
3254 rpc_task_reset_client(task, NFS_CLIENT(data->inode));
3255}
3256EXPORT_SYMBOL_GPL(nfs4_reset_read);
3257
Fred Isamanb029bc92011-03-03 15:13:42 +00003258static int nfs4_write_done_cb(struct rpc_task *task, struct nfs_write_data *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003259{
Linus Torvalds1da177e2005-04-16 15:20:36 -07003260 struct inode *inode = data->inode;
3261
Trond Myklebust9e33bed2008-12-23 15:21:46 -05003262 if (nfs4_async_handle_error(task, NFS_SERVER(inode), data->args.context->state) == -EAGAIN) {
Trond Myklebust0110ee12009-12-07 09:00:24 -05003263 nfs_restart_rpc(task, NFS_SERVER(inode)->nfs_client);
Trond Myklebust788e7a82006-03-20 13:44:27 -05003264 return -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003265 }
Trond Myklebust4f9838c2005-10-27 22:12:44 -04003266 if (task->tk_status >= 0) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003267 renew_lease(NFS_SERVER(inode), data->timestamp);
Trond Myklebust70ca8852007-09-30 15:21:24 -04003268 nfs_post_op_update_inode_force_wcc(inode, data->res.fattr);
Trond Myklebust4f9838c2005-10-27 22:12:44 -04003269 }
Trond Myklebust788e7a82006-03-20 13:44:27 -05003270 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003271}
3272
Fred Isamanb029bc92011-03-03 15:13:42 +00003273static int nfs4_write_done(struct rpc_task *task, struct nfs_write_data *data)
3274{
3275 if (!nfs4_sequence_done(task, &data->res.seq_res))
3276 return -EAGAIN;
Benny Halevyd20581a2011-05-22 19:52:03 +03003277 return data->write_done_cb ? data->write_done_cb(task, data) :
3278 nfs4_write_done_cb(task, data);
Fred Isamanb029bc92011-03-03 15:13:42 +00003279}
3280
Fred Isamana69aef12011-03-03 15:13:47 +00003281/* Reset the the nfs_write_data to send the write to the MDS. */
3282void nfs4_reset_write(struct rpc_task *task, struct nfs_write_data *data)
3283{
3284 dprintk("%s Reset task for i/o through\n", __func__);
3285 put_lseg(data->lseg);
3286 data->lseg = NULL;
3287 data->ds_clp = NULL;
3288 data->write_done_cb = nfs4_write_done_cb;
3289 data->args.fh = NFS_FH(data->inode);
3290 data->args.bitmask = data->res.server->cache_consistency_bitmask;
3291 data->args.offset = data->mds_offset;
3292 data->res.fattr = &data->fattr;
3293 task->tk_ops = data->mds_ops;
3294 rpc_task_reset_client(task, NFS_CLIENT(data->inode));
3295}
3296EXPORT_SYMBOL_GPL(nfs4_reset_write);
3297
Trond Myklebustbdc7f022007-07-14 15:40:00 -04003298static void nfs4_proc_write_setup(struct nfs_write_data *data, struct rpc_message *msg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003299{
Trond Myklebustbdc7f022007-07-14 15:40:00 -04003300 struct nfs_server *server = NFS_SERVER(data->inode);
3301
Fred Isaman7ffd1062011-03-03 15:13:46 +00003302 if (data->lseg) {
3303 data->args.bitmask = NULL;
3304 data->res.fattr = NULL;
3305 } else
3306 data->args.bitmask = server->cache_consistency_bitmask;
Fred Isamanb029bc92011-03-03 15:13:42 +00003307 if (!data->write_done_cb)
3308 data->write_done_cb = nfs4_write_done_cb;
Trond Myklebust4f9838c2005-10-27 22:12:44 -04003309 data->res.server = server;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003310 data->timestamp = jiffies;
3311
Trond Myklebustbdc7f022007-07-14 15:40:00 -04003312 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_WRITE];
Linus Torvalds1da177e2005-04-16 15:20:36 -07003313}
3314
Fred Isaman5f452432011-03-23 13:27:46 +00003315static int nfs4_commit_done_cb(struct rpc_task *task, struct nfs_write_data *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003316{
Linus Torvalds1da177e2005-04-16 15:20:36 -07003317 struct inode *inode = data->inode;
Trond Myklebust14516c32010-07-31 14:29:06 -04003318
Trond Myklebust9e33bed2008-12-23 15:21:46 -05003319 if (nfs4_async_handle_error(task, NFS_SERVER(inode), NULL) == -EAGAIN) {
Trond Myklebust0110ee12009-12-07 09:00:24 -05003320 nfs_restart_rpc(task, NFS_SERVER(inode)->nfs_client);
Trond Myklebust788e7a82006-03-20 13:44:27 -05003321 return -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003322 }
Trond Myklebust9e08a3c2007-10-08 14:10:31 -04003323 nfs_refresh_inode(inode, data->res.fattr);
Trond Myklebust788e7a82006-03-20 13:44:27 -05003324 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003325}
3326
Fred Isaman5f452432011-03-23 13:27:46 +00003327static int nfs4_commit_done(struct rpc_task *task, struct nfs_write_data *data)
3328{
3329 if (!nfs4_sequence_done(task, &data->res.seq_res))
3330 return -EAGAIN;
3331 return data->write_done_cb(task, data);
3332}
3333
Trond Myklebustbdc7f022007-07-14 15:40:00 -04003334static void nfs4_proc_commit_setup(struct nfs_write_data *data, struct rpc_message *msg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003335{
Trond Myklebust788e7a82006-03-20 13:44:27 -05003336 struct nfs_server *server = NFS_SERVER(data->inode);
Fred Isaman988b6dc2011-03-23 13:27:52 +00003337
3338 if (data->lseg) {
3339 data->args.bitmask = NULL;
3340 data->res.fattr = NULL;
3341 } else
3342 data->args.bitmask = server->cache_consistency_bitmask;
Fred Isaman5f452432011-03-23 13:27:46 +00003343 if (!data->write_done_cb)
3344 data->write_done_cb = nfs4_commit_done_cb;
Trond Myklebust4f9838c2005-10-27 22:12:44 -04003345 data->res.server = server;
Trond Myklebustbdc7f022007-07-14 15:40:00 -04003346 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_COMMIT];
Linus Torvalds1da177e2005-04-16 15:20:36 -07003347}
3348
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04003349struct nfs4_renewdata {
3350 struct nfs_client *client;
3351 unsigned long timestamp;
3352};
3353
Linus Torvalds1da177e2005-04-16 15:20:36 -07003354/*
3355 * nfs4_proc_async_renew(): This is not one of the nfs_rpc_ops; it is a special
3356 * standalone procedure for queueing an asynchronous RENEW.
3357 */
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04003358static void nfs4_renew_release(void *calldata)
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08003359{
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04003360 struct nfs4_renewdata *data = calldata;
3361 struct nfs_client *clp = data->client;
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08003362
Alexandros Batsakis0851de062010-02-05 03:45:06 -08003363 if (atomic_read(&clp->cl_count) > 1)
3364 nfs4_schedule_state_renewal(clp);
3365 nfs_put_client(clp);
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04003366 kfree(data);
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08003367}
3368
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04003369static void nfs4_renew_done(struct rpc_task *task, void *calldata)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003370{
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04003371 struct nfs4_renewdata *data = calldata;
3372 struct nfs_client *clp = data->client;
3373 unsigned long timestamp = data->timestamp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003374
3375 if (task->tk_status < 0) {
Trond Myklebust95baa252009-05-26 14:51:00 -04003376 /* Unless we're shutting down, schedule state recovery! */
Trond Myklebust042b60b2011-08-24 15:07:37 -04003377 if (test_bit(NFS_CS_RENEWD, &clp->cl_res_state) == 0)
3378 return;
3379 if (task->tk_status != NFS4ERR_CB_PATH_DOWN) {
Trond Myklebust0400a6b2011-03-09 16:00:53 -05003380 nfs4_schedule_lease_recovery(clp);
Trond Myklebust042b60b2011-08-24 15:07:37 -04003381 return;
3382 }
3383 nfs4_schedule_path_down_recovery(clp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003384 }
Trond Myklebust452e9352010-07-31 14:29:06 -04003385 do_renew_lease(clp, timestamp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003386}
3387
Trond Myklebust963d8fe2006-01-03 09:55:04 +01003388static const struct rpc_call_ops nfs4_renew_ops = {
3389 .rpc_call_done = nfs4_renew_done,
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08003390 .rpc_release = nfs4_renew_release,
Trond Myklebust963d8fe2006-01-03 09:55:04 +01003391};
3392
Trond Myklebust2f60ea62011-08-24 15:07:37 -04003393static int nfs4_proc_async_renew(struct nfs_client *clp, struct rpc_cred *cred, unsigned renew_flags)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003394{
3395 struct rpc_message msg = {
3396 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RENEW],
3397 .rpc_argp = clp,
Trond Myklebustb4454fe2006-01-03 09:55:25 +01003398 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003399 };
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04003400 struct nfs4_renewdata *data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003401
Trond Myklebust2f60ea62011-08-24 15:07:37 -04003402 if (renew_flags == 0)
3403 return 0;
Alexandros Batsakis0851de062010-02-05 03:45:06 -08003404 if (!atomic_inc_not_zero(&clp->cl_count))
3405 return -EIO;
Trond Myklebustb569ad32011-08-24 15:07:35 -04003406 data = kmalloc(sizeof(*data), GFP_NOFS);
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04003407 if (data == NULL)
3408 return -ENOMEM;
3409 data->client = clp;
3410 data->timestamp = jiffies;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003411 return rpc_call_async(clp->cl_rpcclient, &msg, RPC_TASK_SOFT,
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04003412 &nfs4_renew_ops, data);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003413}
3414
Trond Myklebust8534d4e2011-08-24 15:07:37 -04003415static int nfs4_proc_renew(struct nfs_client *clp, struct rpc_cred *cred)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003416{
3417 struct rpc_message msg = {
3418 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RENEW],
3419 .rpc_argp = clp,
Trond Myklebustb4454fe2006-01-03 09:55:25 +01003420 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003421 };
3422 unsigned long now = jiffies;
3423 int status;
3424
3425 status = rpc_call_sync(clp->cl_rpcclient, &msg, 0);
3426 if (status < 0)
3427 return status;
Trond Myklebust452e9352010-07-31 14:29:06 -04003428 do_renew_lease(clp, now);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003429 return 0;
3430}
3431
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00003432static inline int nfs4_server_supports_acls(struct nfs_server *server)
3433{
3434 return (server->caps & NFS_CAP_ACLS)
3435 && (server->acl_bitmask & ACL4_SUPPORT_ALLOW_ACL)
3436 && (server->acl_bitmask & ACL4_SUPPORT_DENY_ACL);
3437}
3438
3439/* Assuming that XATTR_SIZE_MAX is a multiple of PAGE_CACHE_SIZE, and that
3440 * it's OK to put sizeof(void) * (XATTR_SIZE_MAX/PAGE_CACHE_SIZE) bytes on
3441 * the stack.
3442 */
3443#define NFS4ACL_MAXPAGES (XATTR_SIZE_MAX >> PAGE_CACHE_SHIFT)
3444
3445static void buf_to_pages(const void *buf, size_t buflen,
3446 struct page **pages, unsigned int *pgbase)
3447{
3448 const void *p = buf;
3449
3450 *pgbase = offset_in_page(buf);
3451 p -= *pgbase;
3452 while (p < buf + buflen) {
3453 *(pages++) = virt_to_page(p);
3454 p += PAGE_CACHE_SIZE;
3455 }
3456}
3457
Neil Hormane9e3d722011-03-04 19:26:03 -05003458static int buf_to_pages_noslab(const void *buf, size_t buflen,
3459 struct page **pages, unsigned int *pgbase)
3460{
3461 struct page *newpage, **spages;
3462 int rc = 0;
3463 size_t len;
3464 spages = pages;
3465
3466 do {
Jovi Zhang43b7c3f2011-03-02 23:19:37 +00003467 len = min_t(size_t, PAGE_CACHE_SIZE, buflen);
Neil Hormane9e3d722011-03-04 19:26:03 -05003468 newpage = alloc_page(GFP_KERNEL);
3469
3470 if (newpage == NULL)
3471 goto unwind;
3472 memcpy(page_address(newpage), buf, len);
3473 buf += len;
3474 buflen -= len;
3475 *pages++ = newpage;
3476 rc++;
3477 } while (buflen != 0);
3478
3479 return rc;
3480
3481unwind:
3482 for(; rc > 0; rc--)
3483 __free_page(spages[rc-1]);
3484 return -ENOMEM;
3485}
3486
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003487struct nfs4_cached_acl {
3488 int cached;
3489 size_t len;
Andrew Morton3e9d4152005-06-22 17:16:28 +00003490 char data[0];
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003491};
3492
3493static void nfs4_set_cached_acl(struct inode *inode, struct nfs4_cached_acl *acl)
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00003494{
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003495 struct nfs_inode *nfsi = NFS_I(inode);
3496
3497 spin_lock(&inode->i_lock);
3498 kfree(nfsi->nfs4_acl);
3499 nfsi->nfs4_acl = acl;
3500 spin_unlock(&inode->i_lock);
3501}
3502
3503static void nfs4_zap_acl_attr(struct inode *inode)
3504{
3505 nfs4_set_cached_acl(inode, NULL);
3506}
3507
3508static inline ssize_t nfs4_read_cached_acl(struct inode *inode, char *buf, size_t buflen)
3509{
3510 struct nfs_inode *nfsi = NFS_I(inode);
3511 struct nfs4_cached_acl *acl;
3512 int ret = -ENOENT;
3513
3514 spin_lock(&inode->i_lock);
3515 acl = nfsi->nfs4_acl;
3516 if (acl == NULL)
3517 goto out;
3518 if (buf == NULL) /* user is just asking for length */
3519 goto out_len;
3520 if (acl->cached == 0)
3521 goto out;
3522 ret = -ERANGE; /* see getxattr(2) man page */
3523 if (acl->len > buflen)
3524 goto out;
3525 memcpy(buf, acl->data, acl->len);
3526out_len:
3527 ret = acl->len;
3528out:
3529 spin_unlock(&inode->i_lock);
3530 return ret;
3531}
3532
3533static void nfs4_write_cached_acl(struct inode *inode, const char *buf, size_t acl_len)
3534{
3535 struct nfs4_cached_acl *acl;
3536
3537 if (buf && acl_len <= PAGE_SIZE) {
3538 acl = kmalloc(sizeof(*acl) + acl_len, GFP_KERNEL);
3539 if (acl == NULL)
3540 goto out;
3541 acl->cached = 1;
3542 memcpy(acl->data, buf, acl_len);
3543 } else {
3544 acl = kmalloc(sizeof(*acl), GFP_KERNEL);
3545 if (acl == NULL)
3546 goto out;
3547 acl->cached = 0;
3548 }
3549 acl->len = acl_len;
3550out:
3551 nfs4_set_cached_acl(inode, acl);
3552}
3553
Trond Myklebust16b4289c2006-08-24 12:27:15 -04003554static ssize_t __nfs4_get_acl_uncached(struct inode *inode, void *buf, size_t buflen)
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003555{
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00003556 struct page *pages[NFS4ACL_MAXPAGES];
3557 struct nfs_getaclargs args = {
3558 .fh = NFS_FH(inode),
3559 .acl_pages = pages,
3560 .acl_len = buflen,
3561 };
Benny Halevy663c79b2009-04-01 09:21:59 -04003562 struct nfs_getaclres res = {
3563 .acl_len = buflen,
3564 };
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003565 void *resp_buf;
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00003566 struct rpc_message msg = {
3567 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GETACL],
3568 .rpc_argp = &args,
Benny Halevy663c79b2009-04-01 09:21:59 -04003569 .rpc_resp = &res,
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00003570 };
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003571 struct page *localpage = NULL;
3572 int ret;
3573
3574 if (buflen < PAGE_SIZE) {
3575 /* As long as we're doing a round trip to the server anyway,
3576 * let's be prepared for a page of acl data. */
3577 localpage = alloc_page(GFP_KERNEL);
3578 resp_buf = page_address(localpage);
3579 if (localpage == NULL)
3580 return -ENOMEM;
3581 args.acl_pages[0] = localpage;
3582 args.acl_pgbase = 0;
Benny Halevy663c79b2009-04-01 09:21:59 -04003583 args.acl_len = PAGE_SIZE;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003584 } else {
3585 resp_buf = buf;
3586 buf_to_pages(buf, buflen, args.acl_pages, &args.acl_pgbase);
3587 }
Bryan Schumaker7c513052011-03-24 17:12:24 +00003588 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 +00003589 if (ret)
3590 goto out_free;
Benny Halevy663c79b2009-04-01 09:21:59 -04003591 if (res.acl_len > args.acl_len)
3592 nfs4_write_cached_acl(inode, NULL, res.acl_len);
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003593 else
Benny Halevy663c79b2009-04-01 09:21:59 -04003594 nfs4_write_cached_acl(inode, resp_buf, res.acl_len);
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003595 if (buf) {
3596 ret = -ERANGE;
Benny Halevy663c79b2009-04-01 09:21:59 -04003597 if (res.acl_len > buflen)
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003598 goto out_free;
3599 if (localpage)
Benny Halevy663c79b2009-04-01 09:21:59 -04003600 memcpy(buf, resp_buf, res.acl_len);
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003601 }
Benny Halevy663c79b2009-04-01 09:21:59 -04003602 ret = res.acl_len;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003603out_free:
3604 if (localpage)
3605 __free_page(localpage);
3606 return ret;
3607}
3608
Trond Myklebust16b4289c2006-08-24 12:27:15 -04003609static ssize_t nfs4_get_acl_uncached(struct inode *inode, void *buf, size_t buflen)
3610{
3611 struct nfs4_exception exception = { };
3612 ssize_t ret;
3613 do {
3614 ret = __nfs4_get_acl_uncached(inode, buf, buflen);
3615 if (ret >= 0)
3616 break;
3617 ret = nfs4_handle_exception(NFS_SERVER(inode), ret, &exception);
3618 } while (exception.retry);
3619 return ret;
3620}
3621
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003622static ssize_t nfs4_proc_get_acl(struct inode *inode, void *buf, size_t buflen)
3623{
3624 struct nfs_server *server = NFS_SERVER(inode);
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00003625 int ret;
3626
3627 if (!nfs4_server_supports_acls(server))
3628 return -EOPNOTSUPP;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003629 ret = nfs_revalidate_inode(server, inode);
3630 if (ret < 0)
3631 return ret;
Aneesh Kumar K.V08a22b32010-12-01 10:42:16 +00003632 if (NFS_I(inode)->cache_validity & NFS_INO_INVALID_ACL)
3633 nfs_zap_acl_cache(inode);
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003634 ret = nfs4_read_cached_acl(inode, buf, buflen);
3635 if (ret != -ENOENT)
3636 return ret;
3637 return nfs4_get_acl_uncached(inode, buf, buflen);
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00003638}
3639
Trond Myklebust16b4289c2006-08-24 12:27:15 -04003640static int __nfs4_proc_set_acl(struct inode *inode, const void *buf, size_t buflen)
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00003641{
3642 struct nfs_server *server = NFS_SERVER(inode);
3643 struct page *pages[NFS4ACL_MAXPAGES];
3644 struct nfs_setaclargs arg = {
3645 .fh = NFS_FH(inode),
3646 .acl_pages = pages,
3647 .acl_len = buflen,
3648 };
Benny Halevy73c403a2009-04-01 09:22:01 -04003649 struct nfs_setaclres res;
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00003650 struct rpc_message msg = {
3651 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETACL],
3652 .rpc_argp = &arg,
Benny Halevy73c403a2009-04-01 09:22:01 -04003653 .rpc_resp = &res,
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00003654 };
Neil Hormane9e3d722011-03-04 19:26:03 -05003655 int ret, i;
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00003656
3657 if (!nfs4_server_supports_acls(server))
3658 return -EOPNOTSUPP;
Neil Hormane9e3d722011-03-04 19:26:03 -05003659 i = buf_to_pages_noslab(buf, buflen, arg.acl_pages, &arg.acl_pgbase);
3660 if (i < 0)
3661 return i;
Trond Myklebust642ac542005-10-18 14:20:19 -07003662 nfs_inode_return_delegation(inode);
Bryan Schumaker7c513052011-03-24 17:12:24 +00003663 ret = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, &res.seq_res, 1);
Neil Hormane9e3d722011-03-04 19:26:03 -05003664
3665 /*
3666 * Free each page after tx, so the only ref left is
3667 * held by the network stack
3668 */
3669 for (; i > 0; i--)
3670 put_page(pages[i-1]);
3671
Aneesh Kumar K.V08a22b32010-12-01 10:42:16 +00003672 /*
3673 * Acl update can result in inode attribute update.
3674 * so mark the attribute cache invalid.
3675 */
3676 spin_lock(&inode->i_lock);
3677 NFS_I(inode)->cache_validity |= NFS_INO_INVALID_ATTR;
3678 spin_unlock(&inode->i_lock);
Trond Myklebustf41f7412008-06-11 17:39:04 -04003679 nfs_access_zap_cache(inode);
3680 nfs_zap_acl_cache(inode);
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00003681 return ret;
3682}
3683
Trond Myklebust16b4289c2006-08-24 12:27:15 -04003684static int nfs4_proc_set_acl(struct inode *inode, const void *buf, size_t buflen)
3685{
3686 struct nfs4_exception exception = { };
3687 int err;
3688 do {
3689 err = nfs4_handle_exception(NFS_SERVER(inode),
3690 __nfs4_proc_set_acl(inode, buf, buflen),
3691 &exception);
3692 } while (exception.retry);
3693 return err;
3694}
3695
Linus Torvalds1da177e2005-04-16 15:20:36 -07003696static int
Trond Myklebustaa5190d2010-06-16 09:52:25 -04003697nfs4_async_handle_error(struct rpc_task *task, const struct nfs_server *server, struct nfs4_state *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003698{
Trond Myklebustaa5190d2010-06-16 09:52:25 -04003699 struct nfs_client *clp = server->nfs_client;
3700
3701 if (task->tk_status >= 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003702 return 0;
3703 switch(task->tk_status) {
Trond Myklebust9e33bed2008-12-23 15:21:46 -05003704 case -NFS4ERR_ADMIN_REVOKED:
3705 case -NFS4ERR_BAD_STATEID:
3706 case -NFS4ERR_OPENMODE:
3707 if (state == NULL)
3708 break;
Trond Myklebust0400a6b2011-03-09 16:00:53 -05003709 nfs4_schedule_stateid_recovery(server, state);
3710 goto wait_on_recovery;
Trond Myklebust0ced63d2011-05-26 14:26:35 -04003711 case -NFS4ERR_EXPIRED:
3712 if (state != NULL)
3713 nfs4_schedule_stateid_recovery(server, state);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003714 case -NFS4ERR_STALE_STATEID:
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -05003715 case -NFS4ERR_STALE_CLIENTID:
Trond Myklebust0400a6b2011-03-09 16:00:53 -05003716 nfs4_schedule_lease_recovery(clp);
3717 goto wait_on_recovery;
Andy Adamson4745e312009-04-01 09:22:42 -04003718#if defined(CONFIG_NFS_V4_1)
3719 case -NFS4ERR_BADSESSION:
3720 case -NFS4ERR_BADSLOT:
3721 case -NFS4ERR_BAD_HIGH_SLOT:
3722 case -NFS4ERR_DEADSESSION:
3723 case -NFS4ERR_CONN_NOT_BOUND_TO_SESSION:
3724 case -NFS4ERR_SEQ_FALSE_RETRY:
3725 case -NFS4ERR_SEQ_MISORDERED:
3726 dprintk("%s ERROR %d, Reset session\n", __func__,
3727 task->tk_status);
Trond Myklebust0400a6b2011-03-09 16:00:53 -05003728 nfs4_schedule_session_recovery(clp->cl_session);
Andy Adamson4745e312009-04-01 09:22:42 -04003729 task->tk_status = 0;
3730 return -EAGAIN;
3731#endif /* CONFIG_NFS_V4_1 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003732 case -NFS4ERR_DELAY:
Trond Myklebustaa5190d2010-06-16 09:52:25 -04003733 nfs_inc_server_stats(server, NFSIOS_DELAY);
Chuck Lever006ea732006-03-20 13:44:14 -05003734 case -NFS4ERR_GRACE:
Jeff Layton2c643482010-01-07 09:42:03 -05003735 case -EKEYEXPIRED:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003736 rpc_delay(task, NFS4_POLL_RETRY_MAX);
3737 task->tk_status = 0;
3738 return -EAGAIN;
Andy Adamsona8a4ae32011-05-03 13:43:03 -04003739 case -NFS4ERR_RETRY_UNCACHED_REP:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003740 case -NFS4ERR_OLD_STATEID:
3741 task->tk_status = 0;
3742 return -EAGAIN;
3743 }
3744 task->tk_status = nfs4_map_errors(task->tk_status);
3745 return 0;
Trond Myklebust0400a6b2011-03-09 16:00:53 -05003746wait_on_recovery:
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -05003747 rpc_sleep_on(&clp->cl_rpcwaitq, task, NULL);
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -05003748 if (test_bit(NFS4CLNT_MANAGER_RUNNING, &clp->cl_state) == 0)
3749 rpc_wake_up_queued_task(&clp->cl_rpcwaitq, task);
3750 task->tk_status = 0;
3751 return -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003752}
3753
Trond Myklebustbb8b27e2010-04-16 16:43:06 -04003754int nfs4_proc_setclientid(struct nfs_client *clp, u32 program,
3755 unsigned short port, struct rpc_cred *cred,
3756 struct nfs4_setclientid_res *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003757{
3758 nfs4_verifier sc_verifier;
3759 struct nfs4_setclientid setclientid = {
3760 .sc_verifier = &sc_verifier,
3761 .sc_prog = program,
Andy Adamsonf4eecd52011-01-06 02:04:30 +00003762 .sc_cb_ident = clp->cl_cb_ident,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003763 };
3764 struct rpc_message msg = {
3765 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETCLIENTID],
3766 .rpc_argp = &setclientid,
Trond Myklebustbb8b27e2010-04-16 16:43:06 -04003767 .rpc_resp = res,
Trond Myklebust286d7d62006-01-03 09:55:26 +01003768 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003769 };
Al Virobc4785c2006-10-19 23:28:51 -07003770 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003771 int loop = 0;
3772 int status;
3773
Al Virobc4785c2006-10-19 23:28:51 -07003774 p = (__be32*)sc_verifier.data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003775 *p++ = htonl((u32)clp->cl_boot_time.tv_sec);
3776 *p = htonl((u32)clp->cl_boot_time.tv_nsec);
3777
3778 for(;;) {
3779 setclientid.sc_name_len = scnprintf(setclientid.sc_name,
Trond Myklebust69dd7162007-12-14 14:56:07 -05003780 sizeof(setclientid.sc_name), "%s/%s %s %s %u",
Chuck Leverd4d3c502007-12-10 14:57:09 -05003781 clp->cl_ipaddr,
3782 rpc_peeraddr2str(clp->cl_rpcclient,
3783 RPC_DISPLAY_ADDR),
Trond Myklebust69dd7162007-12-14 14:56:07 -05003784 rpc_peeraddr2str(clp->cl_rpcclient,
3785 RPC_DISPLAY_PROTO),
Trond Myklebust78ea3232008-04-07 20:49:28 -04003786 clp->cl_rpcclient->cl_auth->au_ops->au_name,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003787 clp->cl_id_uniquifier);
3788 setclientid.sc_netid_len = scnprintf(setclientid.sc_netid,
Chuck Leverd4d3c502007-12-10 14:57:09 -05003789 sizeof(setclientid.sc_netid),
3790 rpc_peeraddr2str(clp->cl_rpcclient,
3791 RPC_DISPLAY_NETID));
Linus Torvalds1da177e2005-04-16 15:20:36 -07003792 setclientid.sc_uaddr_len = scnprintf(setclientid.sc_uaddr,
Chuck Leverd4d3c502007-12-10 14:57:09 -05003793 sizeof(setclientid.sc_uaddr), "%s.%u.%u",
Linus Torvalds1da177e2005-04-16 15:20:36 -07003794 clp->cl_ipaddr, port >> 8, port & 255);
3795
Trond Myklebust1bd714f2011-04-24 14:29:33 -04003796 status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003797 if (status != -NFS4ERR_CLID_INUSE)
3798 break;
Trond Myklebustfd954ae2011-04-24 14:28:18 -04003799 if (loop != 0) {
3800 ++clp->cl_id_uniquifier;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003801 break;
Trond Myklebustfd954ae2011-04-24 14:28:18 -04003802 }
3803 ++loop;
3804 ssleep(clp->cl_lease_time / HZ + 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003805 }
3806 return status;
3807}
3808
Trond Myklebustfd954ae2011-04-24 14:28:18 -04003809int nfs4_proc_setclientid_confirm(struct nfs_client *clp,
Trond Myklebustbb8b27e2010-04-16 16:43:06 -04003810 struct nfs4_setclientid_res *arg,
3811 struct rpc_cred *cred)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003812{
3813 struct nfs_fsinfo fsinfo;
3814 struct rpc_message msg = {
3815 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETCLIENTID_CONFIRM],
Trond Myklebustbb8b27e2010-04-16 16:43:06 -04003816 .rpc_argp = arg,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003817 .rpc_resp = &fsinfo,
Trond Myklebust286d7d62006-01-03 09:55:26 +01003818 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003819 };
3820 unsigned long now;
3821 int status;
3822
3823 now = jiffies;
Trond Myklebust1bd714f2011-04-24 14:29:33 -04003824 status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003825 if (status == 0) {
3826 spin_lock(&clp->cl_lock);
3827 clp->cl_lease_time = fsinfo.lease_time * HZ;
3828 clp->cl_last_renewal = now;
3829 spin_unlock(&clp->cl_lock);
3830 }
3831 return status;
3832}
3833
Trond Myklebustfe650402006-01-03 09:55:18 +01003834struct nfs4_delegreturndata {
3835 struct nfs4_delegreturnargs args;
Trond Myklebustfa178f22006-01-03 09:55:38 +01003836 struct nfs4_delegreturnres res;
Trond Myklebustfe650402006-01-03 09:55:18 +01003837 struct nfs_fh fh;
3838 nfs4_stateid stateid;
Trond Myklebust26e976a2006-01-03 09:55:21 +01003839 unsigned long timestamp;
Trond Myklebustfa178f22006-01-03 09:55:38 +01003840 struct nfs_fattr fattr;
Trond Myklebustfe650402006-01-03 09:55:18 +01003841 int rpc_status;
3842};
3843
Trond Myklebustfe650402006-01-03 09:55:18 +01003844static void nfs4_delegreturn_done(struct rpc_task *task, void *calldata)
3845{
3846 struct nfs4_delegreturndata *data = calldata;
Andy Adamson938e1012009-04-01 09:22:28 -04003847
Trond Myklebust14516c32010-07-31 14:29:06 -04003848 if (!nfs4_sequence_done(task, &data->res.seq_res))
3849 return;
Andy Adamson938e1012009-04-01 09:22:28 -04003850
Ricardo Labiaga79708862009-12-07 09:23:21 -05003851 switch (task->tk_status) {
3852 case -NFS4ERR_STALE_STATEID:
3853 case -NFS4ERR_EXPIRED:
3854 case 0:
Trond Myklebustfa178f22006-01-03 09:55:38 +01003855 renew_lease(data->res.server, data->timestamp);
Ricardo Labiaga79708862009-12-07 09:23:21 -05003856 break;
3857 default:
3858 if (nfs4_async_handle_error(task, data->res.server, NULL) ==
3859 -EAGAIN) {
3860 nfs_restart_rpc(task, data->res.server->nfs_client);
3861 return;
3862 }
3863 }
3864 data->rpc_status = task->tk_status;
Trond Myklebustfe650402006-01-03 09:55:18 +01003865}
3866
3867static void nfs4_delegreturn_release(void *calldata)
3868{
Trond Myklebustfe650402006-01-03 09:55:18 +01003869 kfree(calldata);
3870}
3871
Andy Adamson938e1012009-04-01 09:22:28 -04003872#if defined(CONFIG_NFS_V4_1)
3873static void nfs4_delegreturn_prepare(struct rpc_task *task, void *data)
3874{
3875 struct nfs4_delegreturndata *d_data;
3876
3877 d_data = (struct nfs4_delegreturndata *)data;
3878
Trond Myklebust035168a2010-06-16 09:52:26 -04003879 if (nfs4_setup_sequence(d_data->res.server,
Andy Adamson938e1012009-04-01 09:22:28 -04003880 &d_data->args.seq_args,
3881 &d_data->res.seq_res, 1, task))
3882 return;
3883 rpc_call_start(task);
3884}
3885#endif /* CONFIG_NFS_V4_1 */
3886
Jesper Juhlc8d149f2006-03-20 13:44:07 -05003887static const struct rpc_call_ops nfs4_delegreturn_ops = {
Andy Adamson938e1012009-04-01 09:22:28 -04003888#if defined(CONFIG_NFS_V4_1)
3889 .rpc_call_prepare = nfs4_delegreturn_prepare,
3890#endif /* CONFIG_NFS_V4_1 */
Trond Myklebustfe650402006-01-03 09:55:18 +01003891 .rpc_call_done = nfs4_delegreturn_done,
3892 .rpc_release = nfs4_delegreturn_release,
3893};
3894
Trond Myklebuste6f81072008-01-24 18:14:34 -05003895static int _nfs4_proc_delegreturn(struct inode *inode, struct rpc_cred *cred, const nfs4_stateid *stateid, int issync)
Trond Myklebustfe650402006-01-03 09:55:18 +01003896{
3897 struct nfs4_delegreturndata *data;
Trond Myklebustfa178f22006-01-03 09:55:38 +01003898 struct nfs_server *server = NFS_SERVER(inode);
Trond Myklebustfe650402006-01-03 09:55:18 +01003899 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04003900 struct rpc_message msg = {
3901 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_DELEGRETURN],
3902 .rpc_cred = cred,
3903 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04003904 struct rpc_task_setup task_setup_data = {
3905 .rpc_client = server->client,
Trond Myklebust5138fde2007-07-14 15:40:01 -04003906 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04003907 .callback_ops = &nfs4_delegreturn_ops,
3908 .flags = RPC_TASK_ASYNC,
3909 };
Trond Myklebuste6f81072008-01-24 18:14:34 -05003910 int status = 0;
Trond Myklebustfe650402006-01-03 09:55:18 +01003911
Trond Myklebust8535b2b2010-05-13 12:51:01 -04003912 data = kzalloc(sizeof(*data), GFP_NOFS);
Trond Myklebustfe650402006-01-03 09:55:18 +01003913 if (data == NULL)
3914 return -ENOMEM;
3915 data->args.fhandle = &data->fh;
3916 data->args.stateid = &data->stateid;
Trond Myklebustfa178f22006-01-03 09:55:38 +01003917 data->args.bitmask = server->attr_bitmask;
Trond Myklebustfe650402006-01-03 09:55:18 +01003918 nfs_copy_fh(&data->fh, NFS_FH(inode));
3919 memcpy(&data->stateid, stateid, sizeof(data->stateid));
Trond Myklebustfa178f22006-01-03 09:55:38 +01003920 data->res.fattr = &data->fattr;
3921 data->res.server = server;
Trond Myklebust5138fde2007-07-14 15:40:01 -04003922 nfs_fattr_init(data->res.fattr);
Trond Myklebust26e976a2006-01-03 09:55:21 +01003923 data->timestamp = jiffies;
Trond Myklebustfe650402006-01-03 09:55:18 +01003924 data->rpc_status = 0;
3925
Trond Myklebustc970aa82007-07-14 15:39:59 -04003926 task_setup_data.callback_data = data;
Trond Myklebust1174dd12010-12-21 10:52:24 -05003927 msg.rpc_argp = &data->args;
3928 msg.rpc_resp = &data->res;
Trond Myklebustc970aa82007-07-14 15:39:59 -04003929 task = rpc_run_task(&task_setup_data);
Trond Myklebust7a1218a2006-03-20 18:11:10 -05003930 if (IS_ERR(task))
Trond Myklebustfe650402006-01-03 09:55:18 +01003931 return PTR_ERR(task);
Trond Myklebuste6f81072008-01-24 18:14:34 -05003932 if (!issync)
3933 goto out;
Trond Myklebustfe650402006-01-03 09:55:18 +01003934 status = nfs4_wait_for_completion_rpc_task(task);
Trond Myklebuste6f81072008-01-24 18:14:34 -05003935 if (status != 0)
3936 goto out;
3937 status = data->rpc_status;
3938 if (status != 0)
3939 goto out;
3940 nfs_refresh_inode(inode, &data->fattr);
3941out:
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -05003942 rpc_put_task(task);
Trond Myklebustfe650402006-01-03 09:55:18 +01003943 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003944}
3945
Trond Myklebuste6f81072008-01-24 18:14:34 -05003946int nfs4_proc_delegreturn(struct inode *inode, struct rpc_cred *cred, const nfs4_stateid *stateid, int issync)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003947{
3948 struct nfs_server *server = NFS_SERVER(inode);
3949 struct nfs4_exception exception = { };
3950 int err;
3951 do {
Trond Myklebuste6f81072008-01-24 18:14:34 -05003952 err = _nfs4_proc_delegreturn(inode, cred, stateid, issync);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003953 switch (err) {
3954 case -NFS4ERR_STALE_STATEID:
3955 case -NFS4ERR_EXPIRED:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003956 case 0:
3957 return 0;
3958 }
3959 err = nfs4_handle_exception(server, err, &exception);
3960 } while (exception.retry);
3961 return err;
3962}
3963
3964#define NFS4_LOCK_MINTIMEOUT (1 * HZ)
3965#define NFS4_LOCK_MAXTIMEOUT (30 * HZ)
3966
3967/*
3968 * sleep, with exponential backoff, and retry the LOCK operation.
3969 */
3970static unsigned long
3971nfs4_set_lock_task_retry(unsigned long timeout)
3972{
Matthew Wilcox150030b2007-12-06 16:24:39 -05003973 schedule_timeout_killable(timeout);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003974 timeout <<= 1;
3975 if (timeout > NFS4_LOCK_MAXTIMEOUT)
3976 return NFS4_LOCK_MAXTIMEOUT;
3977 return timeout;
3978}
3979
Linus Torvalds1da177e2005-04-16 15:20:36 -07003980static int _nfs4_proc_getlk(struct nfs4_state *state, int cmd, struct file_lock *request)
3981{
3982 struct inode *inode = state->inode;
3983 struct nfs_server *server = NFS_SERVER(inode);
David Howells7539bba2006-08-22 20:06:09 -04003984 struct nfs_client *clp = server->nfs_client;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003985 struct nfs_lockt_args arg = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003986 .fh = NFS_FH(inode),
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003987 .fl = request,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003988 };
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003989 struct nfs_lockt_res res = {
3990 .denied = request,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003991 };
3992 struct rpc_message msg = {
3993 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOCKT],
3994 .rpc_argp = &arg,
3995 .rpc_resp = &res,
3996 .rpc_cred = state->owner->so_cred,
3997 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07003998 struct nfs4_lock_state *lsp;
3999 int status;
4000
Trond Myklebust911d1aa2006-01-03 09:55:16 +01004001 arg.lock_owner.clientid = clp->cl_clientid;
Trond Myklebust8d0a8a92005-06-22 17:16:32 +00004002 status = nfs4_set_lock_state(state, request);
4003 if (status != 0)
4004 goto out;
4005 lsp = request->fl_u.nfs4_fl.owner;
Trond Myklebust9f958ab2007-07-02 13:58:33 -04004006 arg.lock_owner.id = lsp->ls_id.id;
Trond Myklebustd035c362010-12-21 10:45:27 -05004007 arg.lock_owner.s_dev = server->s_dev;
Bryan Schumaker7c513052011-03-24 17:12:24 +00004008 status = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, &res.seq_res, 1);
Trond Myklebust911d1aa2006-01-03 09:55:16 +01004009 switch (status) {
4010 case 0:
4011 request->fl_type = F_UNLCK;
4012 break;
4013 case -NFS4ERR_DENIED:
4014 status = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004015 }
J. Bruce Fields70cc6482007-02-22 18:48:53 -05004016 request->fl_ops->fl_release_private(request);
Trond Myklebust8d0a8a92005-06-22 17:16:32 +00004017out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07004018 return status;
4019}
4020
4021static int nfs4_proc_getlk(struct nfs4_state *state, int cmd, struct file_lock *request)
4022{
4023 struct nfs4_exception exception = { };
4024 int err;
4025
4026 do {
4027 err = nfs4_handle_exception(NFS_SERVER(state->inode),
4028 _nfs4_proc_getlk(state, cmd, request),
4029 &exception);
4030 } while (exception.retry);
4031 return err;
4032}
4033
4034static int do_vfs_lock(struct file *file, struct file_lock *fl)
4035{
4036 int res = 0;
4037 switch (fl->fl_flags & (FL_POSIX|FL_FLOCK)) {
4038 case FL_POSIX:
4039 res = posix_lock_file_wait(file, fl);
4040 break;
4041 case FL_FLOCK:
4042 res = flock_lock_file_wait(file, fl);
4043 break;
4044 default:
4045 BUG();
4046 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004047 return res;
4048}
4049
Trond Myklebustfaf5f492005-10-18 14:20:15 -07004050struct nfs4_unlockdata {
Trond Myklebust911d1aa2006-01-03 09:55:16 +01004051 struct nfs_locku_args arg;
4052 struct nfs_locku_res res;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07004053 struct nfs4_lock_state *lsp;
4054 struct nfs_open_context *ctx;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01004055 struct file_lock fl;
4056 const struct nfs_server *server;
Trond Myklebust26e976a2006-01-03 09:55:21 +01004057 unsigned long timestamp;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07004058};
4059
Trond Myklebust911d1aa2006-01-03 09:55:16 +01004060static struct nfs4_unlockdata *nfs4_alloc_unlockdata(struct file_lock *fl,
4061 struct nfs_open_context *ctx,
4062 struct nfs4_lock_state *lsp,
4063 struct nfs_seqid *seqid)
4064{
4065 struct nfs4_unlockdata *p;
4066 struct inode *inode = lsp->ls_state->inode;
4067
Trond Myklebust8535b2b2010-05-13 12:51:01 -04004068 p = kzalloc(sizeof(*p), GFP_NOFS);
Trond Myklebust911d1aa2006-01-03 09:55:16 +01004069 if (p == NULL)
4070 return NULL;
4071 p->arg.fh = NFS_FH(inode);
4072 p->arg.fl = &p->fl;
4073 p->arg.seqid = seqid;
Trond Myklebustc1d51932008-04-07 13:20:54 -04004074 p->res.seqid = seqid;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01004075 p->arg.stateid = &lsp->ls_stateid;
4076 p->lsp = lsp;
4077 atomic_inc(&lsp->ls_count);
4078 /* Ensure we don't close file until we're done freeing locks! */
4079 p->ctx = get_nfs_open_context(ctx);
4080 memcpy(&p->fl, fl, sizeof(p->fl));
4081 p->server = NFS_SERVER(inode);
4082 return p;
4083}
4084
Trond Myklebust06f814a2006-01-03 09:55:07 +01004085static void nfs4_locku_release_calldata(void *data)
Trond Myklebustfaf5f492005-10-18 14:20:15 -07004086{
Trond Myklebust963d8fe2006-01-03 09:55:04 +01004087 struct nfs4_unlockdata *calldata = data;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01004088 nfs_free_seqid(calldata->arg.seqid);
Trond Myklebust06f814a2006-01-03 09:55:07 +01004089 nfs4_put_lock_state(calldata->lsp);
4090 put_nfs_open_context(calldata->ctx);
4091 kfree(calldata);
Trond Myklebustfaf5f492005-10-18 14:20:15 -07004092}
4093
Trond Myklebust963d8fe2006-01-03 09:55:04 +01004094static void nfs4_locku_done(struct rpc_task *task, void *data)
Trond Myklebustfaf5f492005-10-18 14:20:15 -07004095{
Trond Myklebust963d8fe2006-01-03 09:55:04 +01004096 struct nfs4_unlockdata *calldata = data;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07004097
Trond Myklebust14516c32010-07-31 14:29:06 -04004098 if (!nfs4_sequence_done(task, &calldata->res.seq_res))
4099 return;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07004100 switch (task->tk_status) {
4101 case 0:
4102 memcpy(calldata->lsp->ls_stateid.data,
Trond Myklebust911d1aa2006-01-03 09:55:16 +01004103 calldata->res.stateid.data,
Trond Myklebustfaf5f492005-10-18 14:20:15 -07004104 sizeof(calldata->lsp->ls_stateid.data));
Trond Myklebust26e976a2006-01-03 09:55:21 +01004105 renew_lease(calldata->server, calldata->timestamp);
Trond Myklebustfaf5f492005-10-18 14:20:15 -07004106 break;
Trond Myklebust9e33bed2008-12-23 15:21:46 -05004107 case -NFS4ERR_BAD_STATEID:
4108 case -NFS4ERR_OLD_STATEID:
Trond Myklebustfaf5f492005-10-18 14:20:15 -07004109 case -NFS4ERR_STALE_STATEID:
4110 case -NFS4ERR_EXPIRED:
Trond Myklebustfaf5f492005-10-18 14:20:15 -07004111 break;
4112 default:
Trond Myklebust9e33bed2008-12-23 15:21:46 -05004113 if (nfs4_async_handle_error(task, calldata->server, NULL) == -EAGAIN)
Trond Myklebust0110ee12009-12-07 09:00:24 -05004114 nfs_restart_rpc(task,
Trond Myklebustd61e6122009-12-05 19:32:19 -05004115 calldata->server->nfs_client);
Trond Myklebustfaf5f492005-10-18 14:20:15 -07004116 }
Trond Myklebustfaf5f492005-10-18 14:20:15 -07004117}
4118
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01004119static void nfs4_locku_prepare(struct rpc_task *task, void *data)
Trond Myklebustfaf5f492005-10-18 14:20:15 -07004120{
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01004121 struct nfs4_unlockdata *calldata = data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004122
Trond Myklebust911d1aa2006-01-03 09:55:16 +01004123 if (nfs_wait_on_sequence(calldata->arg.seqid, task) != 0)
Trond Myklebustfaf5f492005-10-18 14:20:15 -07004124 return;
4125 if ((calldata->lsp->ls_flags & NFS_LOCK_INITIALIZED) == 0) {
Trond Myklebust963d8fe2006-01-03 09:55:04 +01004126 /* Note: exit _without_ running nfs4_locku_done */
4127 task->tk_action = NULL;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07004128 return;
4129 }
Trond Myklebust26e976a2006-01-03 09:55:21 +01004130 calldata->timestamp = jiffies;
Trond Myklebust035168a2010-06-16 09:52:26 -04004131 if (nfs4_setup_sequence(calldata->server,
Andy Adamsona8936932009-04-01 09:22:23 -04004132 &calldata->arg.seq_args,
4133 &calldata->res.seq_res, 1, task))
4134 return;
Trond Myklebust5138fde2007-07-14 15:40:01 -04004135 rpc_call_start(task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004136}
4137
Trond Myklebust963d8fe2006-01-03 09:55:04 +01004138static const struct rpc_call_ops nfs4_locku_ops = {
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01004139 .rpc_call_prepare = nfs4_locku_prepare,
Trond Myklebust963d8fe2006-01-03 09:55:04 +01004140 .rpc_call_done = nfs4_locku_done,
Trond Myklebust06f814a2006-01-03 09:55:07 +01004141 .rpc_release = nfs4_locku_release_calldata,
Trond Myklebust963d8fe2006-01-03 09:55:04 +01004142};
4143
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004144static struct rpc_task *nfs4_do_unlck(struct file_lock *fl,
4145 struct nfs_open_context *ctx,
4146 struct nfs4_lock_state *lsp,
4147 struct nfs_seqid *seqid)
4148{
4149 struct nfs4_unlockdata *data;
Trond Myklebust5138fde2007-07-14 15:40:01 -04004150 struct rpc_message msg = {
4151 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOCKU],
4152 .rpc_cred = ctx->cred,
4153 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04004154 struct rpc_task_setup task_setup_data = {
4155 .rpc_client = NFS_CLIENT(lsp->ls_state->inode),
Trond Myklebust5138fde2007-07-14 15:40:01 -04004156 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04004157 .callback_ops = &nfs4_locku_ops,
Trond Myklebust101070c2008-02-19 20:04:23 -05004158 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04004159 .flags = RPC_TASK_ASYNC,
4160 };
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004161
Frank Filz137d6ac2007-07-09 15:32:29 -07004162 /* Ensure this is an unlock - when canceling a lock, the
4163 * canceled lock is passed in, and it won't be an unlock.
4164 */
4165 fl->fl_type = F_UNLCK;
4166
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004167 data = nfs4_alloc_unlockdata(fl, ctx, lsp, seqid);
4168 if (data == NULL) {
4169 nfs_free_seqid(seqid);
4170 return ERR_PTR(-ENOMEM);
4171 }
4172
Trond Myklebust1174dd12010-12-21 10:52:24 -05004173 msg.rpc_argp = &data->arg;
4174 msg.rpc_resp = &data->res;
Trond Myklebustc970aa82007-07-14 15:39:59 -04004175 task_setup_data.callback_data = data;
4176 return rpc_run_task(&task_setup_data);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004177}
4178
Linus Torvalds1da177e2005-04-16 15:20:36 -07004179static int nfs4_proc_unlck(struct nfs4_state *state, int cmd, struct file_lock *request)
4180{
Trond Myklebust19e03c52008-12-23 15:21:44 -05004181 struct nfs_inode *nfsi = NFS_I(state->inode);
Trond Myklebust911d1aa2006-01-03 09:55:16 +01004182 struct nfs_seqid *seqid;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07004183 struct nfs4_lock_state *lsp;
Trond Myklebust06f814a2006-01-03 09:55:07 +01004184 struct rpc_task *task;
4185 int status = 0;
Trond Myklebust536ff0f2008-04-04 15:08:02 -04004186 unsigned char fl_flags = request->fl_flags;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004187
Trond Myklebust9b073572006-06-29 16:38:34 -04004188 status = nfs4_set_lock_state(state, request);
4189 /* Unlock _before_ we do the RPC call */
4190 request->fl_flags |= FL_EXISTS;
Trond Myklebust19e03c52008-12-23 15:21:44 -05004191 down_read(&nfsi->rwsem);
4192 if (do_vfs_lock(request->fl_file, request) == -ENOENT) {
4193 up_read(&nfsi->rwsem);
Trond Myklebust9b073572006-06-29 16:38:34 -04004194 goto out;
Trond Myklebust19e03c52008-12-23 15:21:44 -05004195 }
4196 up_read(&nfsi->rwsem);
Trond Myklebust9b073572006-06-29 16:38:34 -04004197 if (status != 0)
4198 goto out;
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05004199 /* Is this a delegated lock? */
4200 if (test_bit(NFS_DELEGATED_STATE, &state->flags))
Trond Myklebust9b073572006-06-29 16:38:34 -04004201 goto out;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07004202 lsp = request->fl_u.nfs4_fl.owner;
Trond Myklebust8535b2b2010-05-13 12:51:01 -04004203 seqid = nfs_alloc_seqid(&lsp->ls_seqid, GFP_KERNEL);
Trond Myklebust9b073572006-06-29 16:38:34 -04004204 status = -ENOMEM;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01004205 if (seqid == NULL)
Trond Myklebust9b073572006-06-29 16:38:34 -04004206 goto out;
Trond Myklebustcd3758e2007-08-10 17:44:32 -04004207 task = nfs4_do_unlck(request, nfs_file_open_context(request->fl_file), lsp, seqid);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004208 status = PTR_ERR(task);
4209 if (IS_ERR(task))
Trond Myklebust9b073572006-06-29 16:38:34 -04004210 goto out;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004211 status = nfs4_wait_for_completion_rpc_task(task);
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -05004212 rpc_put_task(task);
Trond Myklebust9b073572006-06-29 16:38:34 -04004213out:
Trond Myklebust536ff0f2008-04-04 15:08:02 -04004214 request->fl_flags = fl_flags;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07004215 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004216}
4217
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004218struct nfs4_lockdata {
4219 struct nfs_lock_args arg;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01004220 struct nfs_lock_res res;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004221 struct nfs4_lock_state *lsp;
4222 struct nfs_open_context *ctx;
4223 struct file_lock fl;
Trond Myklebust26e976a2006-01-03 09:55:21 +01004224 unsigned long timestamp;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004225 int rpc_status;
4226 int cancelled;
Andy Adamson66179ef2009-04-01 09:22:22 -04004227 struct nfs_server *server;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004228};
4229
4230static struct nfs4_lockdata *nfs4_alloc_lockdata(struct file_lock *fl,
Trond Myklebust8535b2b2010-05-13 12:51:01 -04004231 struct nfs_open_context *ctx, struct nfs4_lock_state *lsp,
4232 gfp_t gfp_mask)
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004233{
4234 struct nfs4_lockdata *p;
4235 struct inode *inode = lsp->ls_state->inode;
4236 struct nfs_server *server = NFS_SERVER(inode);
4237
Trond Myklebust8535b2b2010-05-13 12:51:01 -04004238 p = kzalloc(sizeof(*p), gfp_mask);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004239 if (p == NULL)
4240 return NULL;
4241
4242 p->arg.fh = NFS_FH(inode);
4243 p->arg.fl = &p->fl;
Trond Myklebust8535b2b2010-05-13 12:51:01 -04004244 p->arg.open_seqid = nfs_alloc_seqid(&lsp->ls_state->owner->so_seqid, gfp_mask);
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05004245 if (p->arg.open_seqid == NULL)
4246 goto out_free;
Trond Myklebust8535b2b2010-05-13 12:51:01 -04004247 p->arg.lock_seqid = nfs_alloc_seqid(&lsp->ls_seqid, gfp_mask);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004248 if (p->arg.lock_seqid == NULL)
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05004249 goto out_free_seqid;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004250 p->arg.lock_stateid = &lsp->ls_stateid;
David Howells7539bba2006-08-22 20:06:09 -04004251 p->arg.lock_owner.clientid = server->nfs_client->cl_clientid;
Trond Myklebust9f958ab2007-07-02 13:58:33 -04004252 p->arg.lock_owner.id = lsp->ls_id.id;
Trond Myklebustd035c362010-12-21 10:45:27 -05004253 p->arg.lock_owner.s_dev = server->s_dev;
Trond Myklebustc1d51932008-04-07 13:20:54 -04004254 p->res.lock_seqid = p->arg.lock_seqid;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004255 p->lsp = lsp;
Andy Adamson66179ef2009-04-01 09:22:22 -04004256 p->server = server;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004257 atomic_inc(&lsp->ls_count);
4258 p->ctx = get_nfs_open_context(ctx);
4259 memcpy(&p->fl, fl, sizeof(p->fl));
4260 return p;
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05004261out_free_seqid:
4262 nfs_free_seqid(p->arg.open_seqid);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004263out_free:
4264 kfree(p);
4265 return NULL;
4266}
4267
4268static void nfs4_lock_prepare(struct rpc_task *task, void *calldata)
4269{
4270 struct nfs4_lockdata *data = calldata;
4271 struct nfs4_state *state = data->lsp->ls_state;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004272
Harvey Harrison3110ff82008-05-02 13:42:44 -07004273 dprintk("%s: begin!\n", __func__);
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05004274 if (nfs_wait_on_sequence(data->arg.lock_seqid, task) != 0)
4275 return;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004276 /* Do we need to do an open_to_lock_owner? */
4277 if (!(data->arg.lock_seqid->sequence->flags & NFS_SEQID_CONFIRMED)) {
Trond Myklebuste6e21972008-01-02 16:27:16 -05004278 if (nfs_wait_on_sequence(data->arg.open_seqid, task) != 0)
4279 return;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004280 data->arg.open_stateid = &state->stateid;
4281 data->arg.new_lock_owner = 1;
Trond Myklebustc1d51932008-04-07 13:20:54 -04004282 data->res.open_seqid = data->arg.open_seqid;
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05004283 } else
4284 data->arg.new_lock_owner = 0;
Trond Myklebust26e976a2006-01-03 09:55:21 +01004285 data->timestamp = jiffies;
Trond Myklebust035168a2010-06-16 09:52:26 -04004286 if (nfs4_setup_sequence(data->server,
4287 &data->arg.seq_args,
Andy Adamson66179ef2009-04-01 09:22:22 -04004288 &data->res.seq_res, 1, task))
4289 return;
Trond Myklebust5138fde2007-07-14 15:40:01 -04004290 rpc_call_start(task);
Harvey Harrison3110ff82008-05-02 13:42:44 -07004291 dprintk("%s: done!, ret = %d\n", __func__, data->rpc_status);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004292}
4293
Alexandros Batsakisb2579572009-12-14 21:27:57 -08004294static void nfs4_recover_lock_prepare(struct rpc_task *task, void *calldata)
4295{
4296 rpc_task_set_priority(task, RPC_PRIORITY_PRIVILEGED);
4297 nfs4_lock_prepare(task, calldata);
4298}
4299
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004300static void nfs4_lock_done(struct rpc_task *task, void *calldata)
4301{
4302 struct nfs4_lockdata *data = calldata;
4303
Harvey Harrison3110ff82008-05-02 13:42:44 -07004304 dprintk("%s: begin!\n", __func__);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004305
Trond Myklebust14516c32010-07-31 14:29:06 -04004306 if (!nfs4_sequence_done(task, &data->res.seq_res))
4307 return;
Andy Adamson66179ef2009-04-01 09:22:22 -04004308
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004309 data->rpc_status = task->tk_status;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004310 if (data->arg.new_lock_owner != 0) {
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004311 if (data->rpc_status == 0)
4312 nfs_confirm_seqid(&data->lsp->ls_seqid, 0);
4313 else
4314 goto out;
4315 }
4316 if (data->rpc_status == 0) {
4317 memcpy(data->lsp->ls_stateid.data, data->res.stateid.data,
4318 sizeof(data->lsp->ls_stateid.data));
4319 data->lsp->ls_flags |= NFS_LOCK_INITIALIZED;
Al Viro3d4ff432011-06-22 18:40:12 -04004320 renew_lease(NFS_SERVER(data->ctx->dentry->d_inode), data->timestamp);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004321 }
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004322out:
Harvey Harrison3110ff82008-05-02 13:42:44 -07004323 dprintk("%s: done, ret = %d!\n", __func__, data->rpc_status);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004324}
4325
4326static void nfs4_lock_release(void *calldata)
4327{
4328 struct nfs4_lockdata *data = calldata;
4329
Harvey Harrison3110ff82008-05-02 13:42:44 -07004330 dprintk("%s: begin!\n", __func__);
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05004331 nfs_free_seqid(data->arg.open_seqid);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004332 if (data->cancelled != 0) {
4333 struct rpc_task *task;
4334 task = nfs4_do_unlck(&data->fl, data->ctx, data->lsp,
4335 data->arg.lock_seqid);
4336 if (!IS_ERR(task))
Trond Myklebustbf294b42011-02-21 11:05:41 -08004337 rpc_put_task_async(task);
Harvey Harrison3110ff82008-05-02 13:42:44 -07004338 dprintk("%s: cancelling lock!\n", __func__);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004339 } else
4340 nfs_free_seqid(data->arg.lock_seqid);
4341 nfs4_put_lock_state(data->lsp);
4342 put_nfs_open_context(data->ctx);
4343 kfree(data);
Harvey Harrison3110ff82008-05-02 13:42:44 -07004344 dprintk("%s: done!\n", __func__);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004345}
4346
4347static const struct rpc_call_ops nfs4_lock_ops = {
4348 .rpc_call_prepare = nfs4_lock_prepare,
4349 .rpc_call_done = nfs4_lock_done,
4350 .rpc_release = nfs4_lock_release,
4351};
4352
Alexandros Batsakisb2579572009-12-14 21:27:57 -08004353static const struct rpc_call_ops nfs4_recover_lock_ops = {
4354 .rpc_call_prepare = nfs4_recover_lock_prepare,
4355 .rpc_call_done = nfs4_lock_done,
4356 .rpc_release = nfs4_lock_release,
4357};
4358
Trond Myklebust2bee72a2010-01-26 15:42:21 -05004359static void nfs4_handle_setlk_error(struct nfs_server *server, struct nfs4_lock_state *lsp, int new_lock_owner, int error)
4360{
Trond Myklebust2bee72a2010-01-26 15:42:21 -05004361 switch (error) {
4362 case -NFS4ERR_ADMIN_REVOKED:
4363 case -NFS4ERR_BAD_STATEID:
Trond Myklebustecac7992011-03-09 16:00:56 -05004364 lsp->ls_seqid.flags &= ~NFS_SEQID_CONFIRMED;
Trond Myklebust2bee72a2010-01-26 15:42:21 -05004365 if (new_lock_owner != 0 ||
4366 (lsp->ls_flags & NFS_LOCK_INITIALIZED) != 0)
Trond Myklebustecac7992011-03-09 16:00:56 -05004367 nfs4_schedule_stateid_recovery(server, lsp->ls_state);
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -05004368 break;
4369 case -NFS4ERR_STALE_STATEID:
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -05004370 lsp->ls_seqid.flags &= ~NFS_SEQID_CONFIRMED;
Trond Myklebustecac7992011-03-09 16:00:56 -05004371 case -NFS4ERR_EXPIRED:
4372 nfs4_schedule_lease_recovery(server->nfs_client);
Trond Myklebust2bee72a2010-01-26 15:42:21 -05004373 };
4374}
4375
Alexandros Batsakisafe6c272009-12-09 01:50:14 -08004376static int _nfs4_do_setlk(struct nfs4_state *state, int cmd, struct file_lock *fl, int recovery_type)
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004377{
4378 struct nfs4_lockdata *data;
4379 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04004380 struct rpc_message msg = {
4381 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOCK],
4382 .rpc_cred = state->owner->so_cred,
4383 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04004384 struct rpc_task_setup task_setup_data = {
4385 .rpc_client = NFS_CLIENT(state->inode),
Trond Myklebust5138fde2007-07-14 15:40:01 -04004386 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04004387 .callback_ops = &nfs4_lock_ops,
Trond Myklebust101070c2008-02-19 20:04:23 -05004388 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04004389 .flags = RPC_TASK_ASYNC,
4390 };
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004391 int ret;
4392
Harvey Harrison3110ff82008-05-02 13:42:44 -07004393 dprintk("%s: begin!\n", __func__);
Trond Myklebustcd3758e2007-08-10 17:44:32 -04004394 data = nfs4_alloc_lockdata(fl, nfs_file_open_context(fl->fl_file),
Trond Myklebust8535b2b2010-05-13 12:51:01 -04004395 fl->fl_u.nfs4_fl.owner,
4396 recovery_type == NFS_LOCK_NEW ? GFP_KERNEL : GFP_NOFS);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004397 if (data == NULL)
4398 return -ENOMEM;
4399 if (IS_SETLKW(cmd))
4400 data->arg.block = 1;
Alexandros Batsakisb2579572009-12-14 21:27:57 -08004401 if (recovery_type > NFS_LOCK_NEW) {
4402 if (recovery_type == NFS_LOCK_RECLAIM)
Alexandros Batsakisafe6c272009-12-09 01:50:14 -08004403 data->arg.reclaim = NFS_LOCK_RECLAIM;
Alexandros Batsakisb2579572009-12-14 21:27:57 -08004404 task_setup_data.callback_ops = &nfs4_recover_lock_ops;
4405 }
Trond Myklebust1174dd12010-12-21 10:52:24 -05004406 msg.rpc_argp = &data->arg;
4407 msg.rpc_resp = &data->res;
Trond Myklebustc970aa82007-07-14 15:39:59 -04004408 task_setup_data.callback_data = data;
4409 task = rpc_run_task(&task_setup_data);
Trond Myklebust7a1218a2006-03-20 18:11:10 -05004410 if (IS_ERR(task))
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004411 return PTR_ERR(task);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004412 ret = nfs4_wait_for_completion_rpc_task(task);
4413 if (ret == 0) {
4414 ret = data->rpc_status;
Trond Myklebust2bee72a2010-01-26 15:42:21 -05004415 if (ret)
4416 nfs4_handle_setlk_error(data->server, data->lsp,
4417 data->arg.new_lock_owner, ret);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004418 } else
4419 data->cancelled = 1;
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -05004420 rpc_put_task(task);
Harvey Harrison3110ff82008-05-02 13:42:44 -07004421 dprintk("%s: done, ret = %d!\n", __func__, ret);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004422 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004423}
4424
4425static int nfs4_lock_reclaim(struct nfs4_state *state, struct file_lock *request)
4426{
Trond Myklebust202b50d2005-06-22 17:16:29 +00004427 struct nfs_server *server = NFS_SERVER(state->inode);
4428 struct nfs4_exception exception = { };
4429 int err;
4430
4431 do {
Trond Myklebust42a2d132006-06-29 16:38:36 -04004432 /* Cache the lock if possible... */
4433 if (test_bit(NFS_DELEGATED_STATE, &state->flags) != 0)
4434 return 0;
Alexandros Batsakisafe6c272009-12-09 01:50:14 -08004435 err = _nfs4_do_setlk(state, F_SETLK, request, NFS_LOCK_RECLAIM);
Trond Myklebust168667c2010-10-19 19:47:49 -04004436 if (err != -NFS4ERR_DELAY)
Trond Myklebust202b50d2005-06-22 17:16:29 +00004437 break;
4438 nfs4_handle_exception(server, err, &exception);
4439 } while (exception.retry);
4440 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004441}
4442
4443static int nfs4_lock_expired(struct nfs4_state *state, struct file_lock *request)
4444{
Trond Myklebust202b50d2005-06-22 17:16:29 +00004445 struct nfs_server *server = NFS_SERVER(state->inode);
4446 struct nfs4_exception exception = { };
4447 int err;
4448
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05004449 err = nfs4_set_lock_state(state, request);
4450 if (err != 0)
4451 return err;
Trond Myklebust202b50d2005-06-22 17:16:29 +00004452 do {
Trond Myklebust42a2d132006-06-29 16:38:36 -04004453 if (test_bit(NFS_DELEGATED_STATE, &state->flags) != 0)
4454 return 0;
Alexandros Batsakisafe6c272009-12-09 01:50:14 -08004455 err = _nfs4_do_setlk(state, F_SETLK, request, NFS_LOCK_EXPIRED);
Trond Myklebusta9ed2e22009-12-03 15:53:21 -05004456 switch (err) {
4457 default:
4458 goto out;
4459 case -NFS4ERR_GRACE:
4460 case -NFS4ERR_DELAY:
4461 nfs4_handle_exception(server, err, &exception);
4462 err = 0;
4463 }
Trond Myklebust202b50d2005-06-22 17:16:29 +00004464 } while (exception.retry);
Trond Myklebusta9ed2e22009-12-03 15:53:21 -05004465out:
Trond Myklebust202b50d2005-06-22 17:16:29 +00004466 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004467}
4468
Bryan Schumakerf062eb62011-06-02 14:59:10 -04004469#if defined(CONFIG_NFS_V4_1)
4470static int nfs41_lock_expired(struct nfs4_state *state, struct file_lock *request)
4471{
4472 int status;
4473 struct nfs_server *server = NFS_SERVER(state->inode);
4474
4475 status = nfs41_test_stateid(server, state);
4476 if (status == NFS_OK)
4477 return 0;
4478 nfs41_free_stateid(server, state);
4479 return nfs4_lock_expired(state, request);
4480}
4481#endif
4482
Linus Torvalds1da177e2005-04-16 15:20:36 -07004483static int _nfs4_proc_setlk(struct nfs4_state *state, int cmd, struct file_lock *request)
4484{
Trond Myklebust19e03c52008-12-23 15:21:44 -05004485 struct nfs_inode *nfsi = NFS_I(state->inode);
Trond Myklebust01c3b862006-06-29 16:38:39 -04004486 unsigned char fl_flags = request->fl_flags;
Trond Myklebust8e469eb2010-01-26 15:42:30 -05004487 int status = -ENOLCK;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004488
Trond Myklebust8e469eb2010-01-26 15:42:30 -05004489 if ((fl_flags & FL_POSIX) &&
4490 !test_bit(NFS_STATE_POSIX_LOCKS, &state->flags))
4491 goto out;
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05004492 /* Is this a delegated open? */
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05004493 status = nfs4_set_lock_state(state, request);
4494 if (status != 0)
4495 goto out;
Trond Myklebust01c3b862006-06-29 16:38:39 -04004496 request->fl_flags |= FL_ACCESS;
4497 status = do_vfs_lock(request->fl_file, request);
4498 if (status < 0)
4499 goto out;
Trond Myklebust19e03c52008-12-23 15:21:44 -05004500 down_read(&nfsi->rwsem);
Trond Myklebust01c3b862006-06-29 16:38:39 -04004501 if (test_bit(NFS_DELEGATED_STATE, &state->flags)) {
Trond Myklebust01c3b862006-06-29 16:38:39 -04004502 /* Yes: cache locks! */
Trond Myklebust01c3b862006-06-29 16:38:39 -04004503 /* ...but avoid races with delegation recall... */
Trond Myklebust19e03c52008-12-23 15:21:44 -05004504 request->fl_flags = fl_flags & ~FL_SLEEP;
4505 status = do_vfs_lock(request->fl_file, request);
4506 goto out_unlock;
Trond Myklebust01c3b862006-06-29 16:38:39 -04004507 }
Alexandros Batsakisafe6c272009-12-09 01:50:14 -08004508 status = _nfs4_do_setlk(state, cmd, request, NFS_LOCK_NEW);
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05004509 if (status != 0)
Trond Myklebust01c3b862006-06-29 16:38:39 -04004510 goto out_unlock;
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05004511 /* Note: we always want to sleep here! */
Trond Myklebust01c3b862006-06-29 16:38:39 -04004512 request->fl_flags = fl_flags | FL_SLEEP;
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05004513 if (do_vfs_lock(request->fl_file, request) < 0)
Harvey Harrison3110ff82008-05-02 13:42:44 -07004514 printk(KERN_WARNING "%s: VFS is out of sync with lock manager!\n", __func__);
Trond Myklebust01c3b862006-06-29 16:38:39 -04004515out_unlock:
Trond Myklebust19e03c52008-12-23 15:21:44 -05004516 up_read(&nfsi->rwsem);
Trond Myklebust01c3b862006-06-29 16:38:39 -04004517out:
4518 request->fl_flags = fl_flags;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004519 return status;
4520}
4521
4522static int nfs4_proc_setlk(struct nfs4_state *state, int cmd, struct file_lock *request)
4523{
4524 struct nfs4_exception exception = { };
4525 int err;
4526
4527 do {
Trond Myklebust965b5d62009-06-17 13:22:59 -07004528 err = _nfs4_proc_setlk(state, cmd, request);
4529 if (err == -NFS4ERR_DENIED)
4530 err = -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004531 err = nfs4_handle_exception(NFS_SERVER(state->inode),
Trond Myklebust965b5d62009-06-17 13:22:59 -07004532 err, &exception);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004533 } while (exception.retry);
4534 return err;
4535}
4536
4537static int
4538nfs4_proc_lock(struct file *filp, int cmd, struct file_lock *request)
4539{
4540 struct nfs_open_context *ctx;
4541 struct nfs4_state *state;
4542 unsigned long timeout = NFS4_LOCK_MINTIMEOUT;
4543 int status;
4544
4545 /* verify open state */
Trond Myklebustcd3758e2007-08-10 17:44:32 -04004546 ctx = nfs_file_open_context(filp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004547 state = ctx->state;
4548
4549 if (request->fl_start < 0 || request->fl_end < 0)
4550 return -EINVAL;
4551
Trond Myklebustd9531262009-07-21 19:22:38 -04004552 if (IS_GETLK(cmd)) {
4553 if (state != NULL)
4554 return nfs4_proc_getlk(state, F_GETLK, request);
4555 return 0;
4556 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004557
4558 if (!(IS_SETLK(cmd) || IS_SETLKW(cmd)))
4559 return -EINVAL;
4560
Trond Myklebustd9531262009-07-21 19:22:38 -04004561 if (request->fl_type == F_UNLCK) {
4562 if (state != NULL)
4563 return nfs4_proc_unlck(state, cmd, request);
4564 return 0;
4565 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004566
Trond Myklebustd9531262009-07-21 19:22:38 -04004567 if (state == NULL)
4568 return -ENOLCK;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004569 do {
4570 status = nfs4_proc_setlk(state, cmd, request);
4571 if ((status != -EAGAIN) || IS_SETLK(cmd))
4572 break;
4573 timeout = nfs4_set_lock_task_retry(timeout);
4574 status = -ERESTARTSYS;
4575 if (signalled())
4576 break;
4577 } while(status < 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004578 return status;
4579}
4580
Trond Myklebust888e6942005-11-04 15:38:11 -05004581int nfs4_lock_delegation_recall(struct nfs4_state *state, struct file_lock *fl)
4582{
4583 struct nfs_server *server = NFS_SERVER(state->inode);
4584 struct nfs4_exception exception = { };
4585 int err;
4586
4587 err = nfs4_set_lock_state(state, fl);
4588 if (err != 0)
4589 goto out;
4590 do {
Alexandros Batsakisafe6c272009-12-09 01:50:14 -08004591 err = _nfs4_do_setlk(state, F_SETLK, fl, NFS_LOCK_NEW);
Trond Myklebustd5122202009-06-17 13:22:58 -07004592 switch (err) {
4593 default:
4594 printk(KERN_ERR "%s: unhandled error %d.\n",
4595 __func__, err);
4596 case 0:
Trond Myklebust965b5d62009-06-17 13:22:59 -07004597 case -ESTALE:
Trond Myklebustd5122202009-06-17 13:22:58 -07004598 goto out;
4599 case -NFS4ERR_EXPIRED:
Trond Myklebust0ced63d2011-05-26 14:26:35 -04004600 nfs4_schedule_stateid_recovery(server, state);
Trond Myklebustd5122202009-06-17 13:22:58 -07004601 case -NFS4ERR_STALE_CLIENTID:
Trond Myklebust965b5d62009-06-17 13:22:59 -07004602 case -NFS4ERR_STALE_STATEID:
Trond Myklebust0400a6b2011-03-09 16:00:53 -05004603 nfs4_schedule_lease_recovery(server->nfs_client);
4604 goto out;
Ricardo Labiaga74e7bb72009-12-07 09:48:30 -05004605 case -NFS4ERR_BADSESSION:
4606 case -NFS4ERR_BADSLOT:
4607 case -NFS4ERR_BAD_HIGH_SLOT:
4608 case -NFS4ERR_CONN_NOT_BOUND_TO_SESSION:
4609 case -NFS4ERR_DEADSESSION:
Trond Myklebust0400a6b2011-03-09 16:00:53 -05004610 nfs4_schedule_session_recovery(server->nfs_client->cl_session);
Trond Myklebustd5122202009-06-17 13:22:58 -07004611 goto out;
Trond Myklebust965b5d62009-06-17 13:22:59 -07004612 case -ERESTARTSYS:
4613 /*
4614 * The show must go on: exit, but mark the
4615 * stateid as needing recovery.
4616 */
4617 case -NFS4ERR_ADMIN_REVOKED:
4618 case -NFS4ERR_BAD_STATEID:
4619 case -NFS4ERR_OPENMODE:
Trond Myklebust0400a6b2011-03-09 16:00:53 -05004620 nfs4_schedule_stateid_recovery(server, state);
Trond Myklebust965b5d62009-06-17 13:22:59 -07004621 err = 0;
4622 goto out;
Trond Myklebust168667c2010-10-19 19:47:49 -04004623 case -EKEYEXPIRED:
4624 /*
4625 * User RPCSEC_GSS context has expired.
4626 * We cannot recover this stateid now, so
4627 * skip it and allow recovery thread to
4628 * proceed.
4629 */
4630 err = 0;
4631 goto out;
Trond Myklebust965b5d62009-06-17 13:22:59 -07004632 case -ENOMEM:
4633 case -NFS4ERR_DENIED:
4634 /* kill_proc(fl->fl_pid, SIGLOST, 1); */
4635 err = 0;
4636 goto out;
Trond Myklebustd5122202009-06-17 13:22:58 -07004637 case -NFS4ERR_DELAY:
4638 break;
4639 }
Trond Myklebust888e6942005-11-04 15:38:11 -05004640 err = nfs4_handle_exception(server, err, &exception);
4641 } while (exception.retry);
4642out:
4643 return err;
4644}
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00004645
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04004646static void nfs4_release_lockowner_release(void *calldata)
4647{
4648 kfree(calldata);
4649}
4650
4651const struct rpc_call_ops nfs4_release_lockowner_ops = {
4652 .rpc_release = nfs4_release_lockowner_release,
4653};
4654
4655void nfs4_release_lockowner(const struct nfs4_lock_state *lsp)
4656{
4657 struct nfs_server *server = lsp->ls_state->owner->so_server;
4658 struct nfs_release_lockowner_args *args;
4659 struct rpc_message msg = {
4660 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RELEASE_LOCKOWNER],
4661 };
4662
4663 if (server->nfs_client->cl_mvops->minor_version != 0)
4664 return;
4665 args = kmalloc(sizeof(*args), GFP_NOFS);
4666 if (!args)
4667 return;
4668 args->lock_owner.clientid = server->nfs_client->cl_clientid;
4669 args->lock_owner.id = lsp->ls_id.id;
Trond Myklebustd035c362010-12-21 10:45:27 -05004670 args->lock_owner.s_dev = server->s_dev;
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04004671 msg.rpc_argp = args;
4672 rpc_call_async(server->client, &msg, 0, &nfs4_release_lockowner_ops, args);
4673}
4674
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004675#define XATTR_NAME_NFSV4_ACL "system.nfs4_acl"
4676
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00004677static int nfs4_xattr_set_nfs4_acl(struct dentry *dentry, const char *key,
4678 const void *buf, size_t buflen,
4679 int flags, int type)
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00004680{
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00004681 if (strcmp(key, "") != 0)
4682 return -EINVAL;
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00004683
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00004684 return nfs4_proc_set_acl(dentry->d_inode, buf, buflen);
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00004685}
4686
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00004687static int nfs4_xattr_get_nfs4_acl(struct dentry *dentry, const char *key,
4688 void *buf, size_t buflen, int type)
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00004689{
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00004690 if (strcmp(key, "") != 0)
4691 return -EINVAL;
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004692
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00004693 return nfs4_proc_get_acl(dentry->d_inode, buf, buflen);
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00004694}
4695
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00004696static size_t nfs4_xattr_list_nfs4_acl(struct dentry *dentry, char *list,
4697 size_t list_len, const char *name,
4698 size_t name_len, int type)
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00004699{
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00004700 size_t len = sizeof(XATTR_NAME_NFSV4_ACL);
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00004701
J. Bruce Fields096455a2006-03-20 23:23:42 -05004702 if (!nfs4_server_supports_acls(NFS_SERVER(dentry->d_inode)))
4703 return 0;
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00004704
4705 if (list && len <= list_len)
4706 memcpy(list, XATTR_NAME_NFSV4_ACL, len);
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004707 return len;
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00004708}
4709
Andy Adamson533eb462011-06-13 18:25:56 -04004710/*
4711 * nfs_fhget will use either the mounted_on_fileid or the fileid
4712 */
Trond Myklebust69aaaae2009-03-11 14:10:28 -04004713static void nfs_fixup_referral_attributes(struct nfs_fattr *fattr)
4714{
Andy Adamson533eb462011-06-13 18:25:56 -04004715 if (!(((fattr->valid & NFS_ATTR_FATTR_MOUNTED_ON_FILEID) ||
4716 (fattr->valid & NFS_ATTR_FATTR_FILEID)) &&
4717 (fattr->valid & NFS_ATTR_FATTR_FSID) &&
4718 (fattr->valid & NFS_ATTR_FATTR_V4_REFERRAL)))
Trond Myklebust69aaaae2009-03-11 14:10:28 -04004719 return;
4720
4721 fattr->valid |= NFS_ATTR_FATTR_TYPE | NFS_ATTR_FATTR_MODE |
4722 NFS_ATTR_FATTR_NLINK;
4723 fattr->mode = S_IFDIR | S_IRUGO | S_IXUGO;
4724 fattr->nlink = 2;
4725}
4726
Trond Myklebust56659e92007-07-17 21:52:39 -04004727int nfs4_proc_fs_locations(struct inode *dir, const struct qstr *name,
Manoj Naik7aaa0b32006-06-09 09:34:23 -04004728 struct nfs4_fs_locations *fs_locations, struct page *page)
Trond Myklebust683b57b2006-06-09 09:34:22 -04004729{
4730 struct nfs_server *server = NFS_SERVER(dir);
4731 u32 bitmask[2] = {
Manoj Naik361e6242006-06-09 09:34:24 -04004732 [0] = FATTR4_WORD0_FSID | FATTR4_WORD0_FS_LOCATIONS,
Trond Myklebust683b57b2006-06-09 09:34:22 -04004733 };
4734 struct nfs4_fs_locations_arg args = {
4735 .dir_fh = NFS_FH(dir),
Trond Myklebustc228fd32007-01-13 02:28:11 -05004736 .name = name,
Trond Myklebust683b57b2006-06-09 09:34:22 -04004737 .page = page,
4738 .bitmask = bitmask,
4739 };
Benny Halevy22958462009-04-01 09:22:02 -04004740 struct nfs4_fs_locations_res res = {
4741 .fs_locations = fs_locations,
4742 };
Trond Myklebust683b57b2006-06-09 09:34:22 -04004743 struct rpc_message msg = {
4744 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FS_LOCATIONS],
4745 .rpc_argp = &args,
Benny Halevy22958462009-04-01 09:22:02 -04004746 .rpc_resp = &res,
Trond Myklebust683b57b2006-06-09 09:34:22 -04004747 };
4748 int status;
4749
Harvey Harrison3110ff82008-05-02 13:42:44 -07004750 dprintk("%s: start\n", __func__);
Andy Adamson533eb462011-06-13 18:25:56 -04004751
4752 /* Ask for the fileid of the absent filesystem if mounted_on_fileid
4753 * is not supported */
4754 if (NFS_SERVER(dir)->attr_bitmask[1] & FATTR4_WORD1_MOUNTED_ON_FILEID)
4755 bitmask[1] |= FATTR4_WORD1_MOUNTED_ON_FILEID;
4756 else
4757 bitmask[0] |= FATTR4_WORD0_FILEID;
4758
Trond Myklebustc228fd32007-01-13 02:28:11 -05004759 nfs_fattr_init(&fs_locations->fattr);
Trond Myklebust683b57b2006-06-09 09:34:22 -04004760 fs_locations->server = server;
Manoj Naik830b8e32006-06-09 09:34:25 -04004761 fs_locations->nlocations = 0;
Bryan Schumaker7c513052011-03-24 17:12:24 +00004762 status = nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Harvey Harrison3110ff82008-05-02 13:42:44 -07004763 dprintk("%s: returned status = %d\n", __func__, status);
Trond Myklebust683b57b2006-06-09 09:34:22 -04004764 return status;
4765}
4766
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00004767static int _nfs4_proc_secinfo(struct inode *dir, const struct qstr *name, struct nfs4_secinfo_flavors *flavors)
4768{
4769 int status;
4770 struct nfs4_secinfo_arg args = {
4771 .dir_fh = NFS_FH(dir),
4772 .name = name,
4773 };
4774 struct nfs4_secinfo_res res = {
4775 .flavors = flavors,
4776 };
4777 struct rpc_message msg = {
4778 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SECINFO],
4779 .rpc_argp = &args,
4780 .rpc_resp = &res,
4781 };
4782
4783 dprintk("NFS call secinfo %s\n", name->name);
4784 status = nfs4_call_sync(NFS_SERVER(dir)->client, NFS_SERVER(dir), &msg, &args.seq_args, &res.seq_res, 0);
4785 dprintk("NFS reply secinfo: %d\n", status);
4786 return status;
4787}
4788
4789int nfs4_proc_secinfo(struct inode *dir, const struct qstr *name, struct nfs4_secinfo_flavors *flavors)
4790{
4791 struct nfs4_exception exception = { };
4792 int err;
4793 do {
4794 err = nfs4_handle_exception(NFS_SERVER(dir),
4795 _nfs4_proc_secinfo(dir, name, flavors),
4796 &exception);
4797 } while (exception.retry);
4798 return err;
4799}
4800
Andy Adamson557134a2009-04-01 09:21:53 -04004801#ifdef CONFIG_NFS_V4_1
Benny Halevy99fe60d2009-04-01 09:22:29 -04004802/*
Andy Adamson357f54d2010-12-14 10:11:57 -05004803 * Check the exchange flags returned by the server for invalid flags, having
4804 * both PNFS and NON_PNFS flags set, and not having one of NON_PNFS, PNFS, or
4805 * DS flags set.
4806 */
4807static int nfs4_check_cl_exchange_flags(u32 flags)
4808{
4809 if (flags & ~EXCHGID4_FLAG_MASK_R)
4810 goto out_inval;
4811 if ((flags & EXCHGID4_FLAG_USE_PNFS_MDS) &&
4812 (flags & EXCHGID4_FLAG_USE_NON_PNFS))
4813 goto out_inval;
4814 if (!(flags & (EXCHGID4_FLAG_MASK_PNFS)))
4815 goto out_inval;
4816 return NFS_OK;
4817out_inval:
4818 return -NFS4ERR_INVAL;
4819}
4820
Weston Andros Adamson78fe0f42011-05-31 19:05:47 -04004821static bool
4822nfs41_same_server_scope(struct server_scope *a, struct server_scope *b)
4823{
4824 if (a->server_scope_sz == b->server_scope_sz &&
4825 memcmp(a->server_scope, b->server_scope, a->server_scope_sz) == 0)
4826 return true;
4827
4828 return false;
4829}
4830
Andy Adamson357f54d2010-12-14 10:11:57 -05004831/*
Benny Halevy99fe60d2009-04-01 09:22:29 -04004832 * nfs4_proc_exchange_id()
4833 *
4834 * Since the clientid has expired, all compounds using sessions
4835 * associated with the stale clientid will be returning
4836 * NFS4ERR_BADSESSION in the sequence operation, and will therefore
4837 * be in some phase of session reset.
4838 */
Andy Adamson4d643d12009-12-04 15:52:24 -05004839int nfs4_proc_exchange_id(struct nfs_client *clp, struct rpc_cred *cred)
Benny Halevy99fe60d2009-04-01 09:22:29 -04004840{
4841 nfs4_verifier verifier;
4842 struct nfs41_exchange_id_args args = {
4843 .client = clp,
Andy Adamson357f54d2010-12-14 10:11:57 -05004844 .flags = EXCHGID4_FLAG_SUPP_MOVED_REFER,
Benny Halevy99fe60d2009-04-01 09:22:29 -04004845 };
4846 struct nfs41_exchange_id_res res = {
4847 .client = clp,
4848 };
4849 int status;
4850 struct rpc_message msg = {
4851 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_EXCHANGE_ID],
4852 .rpc_argp = &args,
4853 .rpc_resp = &res,
4854 .rpc_cred = cred,
4855 };
4856 __be32 *p;
4857
4858 dprintk("--> %s\n", __func__);
4859 BUG_ON(clp == NULL);
Andy Adamsona7b72102009-04-01 09:22:46 -04004860
Benny Halevy99fe60d2009-04-01 09:22:29 -04004861 p = (u32 *)verifier.data;
4862 *p++ = htonl((u32)clp->cl_boot_time.tv_sec);
4863 *p = htonl((u32)clp->cl_boot_time.tv_nsec);
4864 args.verifier = &verifier;
4865
Andy Adamsonc7a360b2011-01-25 19:15:32 -05004866 args.id_len = scnprintf(args.id, sizeof(args.id),
4867 "%s/%s.%s/%u",
4868 clp->cl_ipaddr,
4869 init_utsname()->nodename,
4870 init_utsname()->domainname,
4871 clp->cl_rpcclient->cl_auth->au_flavor);
Benny Halevy99fe60d2009-04-01 09:22:29 -04004872
Weston Andros Adamson78fe0f42011-05-31 19:05:47 -04004873 res.server_scope = kzalloc(sizeof(struct server_scope), GFP_KERNEL);
4874 if (unlikely(!res.server_scope))
4875 return -ENOMEM;
4876
Trond Myklebust1bd714f2011-04-24 14:29:33 -04004877 status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Andy Adamsonc7a360b2011-01-25 19:15:32 -05004878 if (!status)
4879 status = nfs4_check_cl_exchange_flags(clp->cl_exchange_flags);
Weston Andros Adamson78fe0f42011-05-31 19:05:47 -04004880
4881 if (!status) {
4882 if (clp->server_scope &&
4883 !nfs41_same_server_scope(clp->server_scope,
4884 res.server_scope)) {
4885 dprintk("%s: server_scope mismatch detected\n",
4886 __func__);
4887 set_bit(NFS4CLNT_SERVER_SCOPE_MISMATCH, &clp->cl_state);
4888 kfree(clp->server_scope);
4889 clp->server_scope = NULL;
4890 }
4891
4892 if (!clp->server_scope)
4893 clp->server_scope = res.server_scope;
4894 else
4895 kfree(res.server_scope);
4896 }
4897
Benny Halevy99fe60d2009-04-01 09:22:29 -04004898 dprintk("<-- %s status= %d\n", __func__, status);
4899 return status;
4900}
4901
Andy Adamson2050f0c2009-04-01 09:22:30 -04004902struct nfs4_get_lease_time_data {
4903 struct nfs4_get_lease_time_args *args;
4904 struct nfs4_get_lease_time_res *res;
4905 struct nfs_client *clp;
4906};
4907
4908static void nfs4_get_lease_time_prepare(struct rpc_task *task,
4909 void *calldata)
4910{
4911 int ret;
4912 struct nfs4_get_lease_time_data *data =
4913 (struct nfs4_get_lease_time_data *)calldata;
4914
4915 dprintk("--> %s\n", __func__);
Alexandros Batsakis689cf5c2009-12-14 21:27:56 -08004916 rpc_task_set_priority(task, RPC_PRIORITY_PRIVILEGED);
Andy Adamson2050f0c2009-04-01 09:22:30 -04004917 /* just setup sequence, do not trigger session recovery
4918 since we're invoked within one */
4919 ret = nfs41_setup_sequence(data->clp->cl_session,
Alexandros Batsakis689cf5c2009-12-14 21:27:56 -08004920 &data->args->la_seq_args,
4921 &data->res->lr_seq_res, 0, task);
Andy Adamson2050f0c2009-04-01 09:22:30 -04004922
4923 BUG_ON(ret == -EAGAIN);
4924 rpc_call_start(task);
4925 dprintk("<-- %s\n", __func__);
4926}
4927
4928/*
4929 * Called from nfs4_state_manager thread for session setup, so don't recover
4930 * from sequence operation or clientid errors.
4931 */
4932static void nfs4_get_lease_time_done(struct rpc_task *task, void *calldata)
4933{
4934 struct nfs4_get_lease_time_data *data =
4935 (struct nfs4_get_lease_time_data *)calldata;
4936
4937 dprintk("--> %s\n", __func__);
Trond Myklebust14516c32010-07-31 14:29:06 -04004938 if (!nfs41_sequence_done(task, &data->res->lr_seq_res))
4939 return;
Andy Adamson2050f0c2009-04-01 09:22:30 -04004940 switch (task->tk_status) {
4941 case -NFS4ERR_DELAY:
4942 case -NFS4ERR_GRACE:
4943 dprintk("%s Retry: tk_status %d\n", __func__, task->tk_status);
4944 rpc_delay(task, NFS4_POLL_RETRY_MIN);
4945 task->tk_status = 0;
Andy Adamsona8a4ae32011-05-03 13:43:03 -04004946 /* fall through */
4947 case -NFS4ERR_RETRY_UNCACHED_REP:
Trond Myklebust0110ee12009-12-07 09:00:24 -05004948 nfs_restart_rpc(task, data->clp);
Andy Adamson2050f0c2009-04-01 09:22:30 -04004949 return;
4950 }
Andy Adamson2050f0c2009-04-01 09:22:30 -04004951 dprintk("<-- %s\n", __func__);
4952}
4953
4954struct rpc_call_ops nfs4_get_lease_time_ops = {
4955 .rpc_call_prepare = nfs4_get_lease_time_prepare,
4956 .rpc_call_done = nfs4_get_lease_time_done,
4957};
4958
4959int nfs4_proc_get_lease_time(struct nfs_client *clp, struct nfs_fsinfo *fsinfo)
4960{
4961 struct rpc_task *task;
4962 struct nfs4_get_lease_time_args args;
4963 struct nfs4_get_lease_time_res res = {
4964 .lr_fsinfo = fsinfo,
4965 };
4966 struct nfs4_get_lease_time_data data = {
4967 .args = &args,
4968 .res = &res,
4969 .clp = clp,
4970 };
4971 struct rpc_message msg = {
4972 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GET_LEASE_TIME],
4973 .rpc_argp = &args,
4974 .rpc_resp = &res,
4975 };
4976 struct rpc_task_setup task_setup = {
4977 .rpc_client = clp->cl_rpcclient,
4978 .rpc_message = &msg,
4979 .callback_ops = &nfs4_get_lease_time_ops,
Trond Myklebust1bd714f2011-04-24 14:29:33 -04004980 .callback_data = &data,
4981 .flags = RPC_TASK_TIMEOUT,
Andy Adamson2050f0c2009-04-01 09:22:30 -04004982 };
4983 int status;
4984
Andy Adamson2050f0c2009-04-01 09:22:30 -04004985 dprintk("--> %s\n", __func__);
4986 task = rpc_run_task(&task_setup);
4987
4988 if (IS_ERR(task))
4989 status = PTR_ERR(task);
4990 else {
4991 status = task->tk_status;
4992 rpc_put_task(task);
4993 }
4994 dprintk("<-- %s return %d\n", __func__, status);
4995
4996 return status;
4997}
4998
Ricardo Labiagab73dafa2009-04-01 09:23:31 -04004999/*
5000 * Reset a slot table
5001 */
Andy Adamson104aeba2010-01-14 17:45:10 -05005002static int nfs4_reset_slot_table(struct nfs4_slot_table *tbl, u32 max_reqs,
5003 int ivalue)
Andy Adamsonac72b7b2009-04-01 09:22:37 -04005004{
Andy Adamson104aeba2010-01-14 17:45:10 -05005005 struct nfs4_slot *new = NULL;
Ricardo Labiagab73dafa2009-04-01 09:23:31 -04005006 int i;
Andy Adamsonac72b7b2009-04-01 09:22:37 -04005007 int ret = 0;
5008
Andy Adamson104aeba2010-01-14 17:45:10 -05005009 dprintk("--> %s: max_reqs=%u, tbl->max_slots %d\n", __func__,
5010 max_reqs, tbl->max_slots);
Andy Adamsonac72b7b2009-04-01 09:22:37 -04005011
Andy Adamson104aeba2010-01-14 17:45:10 -05005012 /* Does the newly negotiated max_reqs match the existing slot table? */
5013 if (max_reqs != tbl->max_slots) {
5014 ret = -ENOMEM;
5015 new = kmalloc(max_reqs * sizeof(struct nfs4_slot),
Trond Myklebust8535b2b2010-05-13 12:51:01 -04005016 GFP_NOFS);
Andy Adamson104aeba2010-01-14 17:45:10 -05005017 if (!new)
5018 goto out;
5019 ret = 0;
5020 kfree(tbl->slots);
Andy Adamsonac72b7b2009-04-01 09:22:37 -04005021 }
5022 spin_lock(&tbl->slot_tbl_lock);
Andy Adamson104aeba2010-01-14 17:45:10 -05005023 if (new) {
5024 tbl->slots = new;
5025 tbl->max_slots = max_reqs;
5026 }
5027 for (i = 0; i < tbl->max_slots; ++i)
Ricardo Labiagab73dafa2009-04-01 09:23:31 -04005028 tbl->slots[i].seq_nr = ivalue;
Andy Adamsonac72b7b2009-04-01 09:22:37 -04005029 spin_unlock(&tbl->slot_tbl_lock);
5030 dprintk("%s: tbl=%p slots=%p max_slots=%d\n", __func__,
5031 tbl, tbl->slots, tbl->max_slots);
5032out:
5033 dprintk("<-- %s: return %d\n", __func__, ret);
5034 return ret;
5035}
5036
Andy Adamsonfc931582009-04-01 09:22:31 -04005037/*
Ricardo Labiagab73dafa2009-04-01 09:23:31 -04005038 * Reset the forechannel and backchannel slot tables
5039 */
5040static int nfs4_reset_slot_tables(struct nfs4_session *session)
5041{
5042 int status;
5043
5044 status = nfs4_reset_slot_table(&session->fc_slot_table,
Andy Adamson104aeba2010-01-14 17:45:10 -05005045 session->fc_attrs.max_reqs, 1);
Ricardo Labiagaf8625a62009-04-01 09:23:33 -04005046 if (status)
5047 return status;
5048
5049 status = nfs4_reset_slot_table(&session->bc_slot_table,
Andy Adamson104aeba2010-01-14 17:45:10 -05005050 session->bc_attrs.max_reqs, 0);
Ricardo Labiagab73dafa2009-04-01 09:23:31 -04005051 return status;
5052}
5053
Ricardo Labiagaf8625a62009-04-01 09:23:33 -04005054/* Destroy the slot table */
5055static void nfs4_destroy_slot_tables(struct nfs4_session *session)
5056{
5057 if (session->fc_slot_table.slots != NULL) {
5058 kfree(session->fc_slot_table.slots);
5059 session->fc_slot_table.slots = NULL;
5060 }
5061 if (session->bc_slot_table.slots != NULL) {
5062 kfree(session->bc_slot_table.slots);
5063 session->bc_slot_table.slots = NULL;
5064 }
5065 return;
5066}
5067
Ricardo Labiagab73dafa2009-04-01 09:23:31 -04005068/*
Andy Adamsonfc931582009-04-01 09:22:31 -04005069 * Initialize slot table
5070 */
Ricardo Labiaga050047c2009-04-01 09:23:32 -04005071static int nfs4_init_slot_table(struct nfs4_slot_table *tbl,
5072 int max_slots, int ivalue)
Andy Adamsonfc931582009-04-01 09:22:31 -04005073{
Andy Adamsonfc931582009-04-01 09:22:31 -04005074 struct nfs4_slot *slot;
5075 int ret = -ENOMEM;
5076
5077 BUG_ON(max_slots > NFS4_MAX_SLOT_TABLE);
5078
Ricardo Labiaga050047c2009-04-01 09:23:32 -04005079 dprintk("--> %s: max_reqs=%u\n", __func__, max_slots);
Andy Adamsonfc931582009-04-01 09:22:31 -04005080
Trond Myklebust8535b2b2010-05-13 12:51:01 -04005081 slot = kcalloc(max_slots, sizeof(struct nfs4_slot), GFP_NOFS);
Andy Adamsonfc931582009-04-01 09:22:31 -04005082 if (!slot)
5083 goto out;
Andy Adamsonfc931582009-04-01 09:22:31 -04005084 ret = 0;
5085
5086 spin_lock(&tbl->slot_tbl_lock);
Andy Adamsonfc931582009-04-01 09:22:31 -04005087 tbl->max_slots = max_slots;
5088 tbl->slots = slot;
5089 tbl->highest_used_slotid = -1; /* no slot is currently used */
5090 spin_unlock(&tbl->slot_tbl_lock);
5091 dprintk("%s: tbl=%p slots=%p max_slots=%d\n", __func__,
5092 tbl, tbl->slots, tbl->max_slots);
5093out:
5094 dprintk("<-- %s: return %d\n", __func__, ret);
5095 return ret;
Andy Adamsonfc931582009-04-01 09:22:31 -04005096}
5097
Ricardo Labiaga050047c2009-04-01 09:23:32 -04005098/*
5099 * Initialize the forechannel and backchannel tables
5100 */
5101static int nfs4_init_slot_tables(struct nfs4_session *session)
5102{
Trond Myklebustf26468f2009-12-05 19:32:11 -05005103 struct nfs4_slot_table *tbl;
5104 int status = 0;
Ricardo Labiaga050047c2009-04-01 09:23:32 -04005105
Trond Myklebustf26468f2009-12-05 19:32:11 -05005106 tbl = &session->fc_slot_table;
5107 if (tbl->slots == NULL) {
5108 status = nfs4_init_slot_table(tbl,
5109 session->fc_attrs.max_reqs, 1);
5110 if (status)
5111 return status;
5112 }
Ricardo Labiaga050047c2009-04-01 09:23:32 -04005113
Trond Myklebustf26468f2009-12-05 19:32:11 -05005114 tbl = &session->bc_slot_table;
5115 if (tbl->slots == NULL) {
5116 status = nfs4_init_slot_table(tbl,
5117 session->bc_attrs.max_reqs, 0);
5118 if (status)
5119 nfs4_destroy_slot_tables(session);
5120 }
Ricardo Labiagaf8625a62009-04-01 09:23:33 -04005121
5122 return status;
Andy Adamson557134a2009-04-01 09:21:53 -04005123}
5124
5125struct nfs4_session *nfs4_alloc_session(struct nfs_client *clp)
5126{
5127 struct nfs4_session *session;
5128 struct nfs4_slot_table *tbl;
5129
Trond Myklebust8535b2b2010-05-13 12:51:01 -04005130 session = kzalloc(sizeof(struct nfs4_session), GFP_NOFS);
Andy Adamson557134a2009-04-01 09:21:53 -04005131 if (!session)
5132 return NULL;
Andy Adamson76db6d92009-04-01 09:22:38 -04005133
Andy Adamson557134a2009-04-01 09:21:53 -04005134 tbl = &session->fc_slot_table;
Ricardo Labiaga9dfdf402009-12-06 12:57:34 -05005135 tbl->highest_used_slotid = -1;
Andy Adamson557134a2009-04-01 09:21:53 -04005136 spin_lock_init(&tbl->slot_tbl_lock);
Alexandros Batsakis689cf5c2009-12-14 21:27:56 -08005137 rpc_init_priority_wait_queue(&tbl->slot_tbl_waitq, "ForeChannel Slot table");
Andy Adamson42acd022011-01-06 02:04:34 +00005138 init_completion(&tbl->complete);
Ricardo Labiagaf8625a62009-04-01 09:23:33 -04005139
5140 tbl = &session->bc_slot_table;
Ricardo Labiaga9dfdf402009-12-06 12:57:34 -05005141 tbl->highest_used_slotid = -1;
Ricardo Labiagaf8625a62009-04-01 09:23:33 -04005142 spin_lock_init(&tbl->slot_tbl_lock);
5143 rpc_init_wait_queue(&tbl->slot_tbl_waitq, "BackChannel Slot table");
Andy Adamson42acd022011-01-06 02:04:34 +00005144 init_completion(&tbl->complete);
Ricardo Labiagaf8625a62009-04-01 09:23:33 -04005145
Trond Myklebust1055d762010-06-16 09:52:27 -04005146 session->session_state = 1<<NFS4_SESSION_INITING;
5147
Andy Adamson557134a2009-04-01 09:21:53 -04005148 session->clp = clp;
5149 return session;
5150}
5151
5152void nfs4_destroy_session(struct nfs4_session *session)
5153{
Andy Adamson5a0ffe52009-04-01 09:23:18 -04005154 nfs4_proc_destroy_session(session);
5155 dprintk("%s Destroy backchannel for xprt %p\n",
5156 __func__, session->clp->cl_rpcclient->cl_xprt);
5157 xprt_destroy_backchannel(session->clp->cl_rpcclient->cl_xprt,
5158 NFS41_BC_MIN_CALLBACKS);
Ricardo Labiagaf8625a62009-04-01 09:23:33 -04005159 nfs4_destroy_slot_tables(session);
Andy Adamson557134a2009-04-01 09:21:53 -04005160 kfree(session);
5161}
5162
Andy Adamsonfc931582009-04-01 09:22:31 -04005163/*
5164 * Initialize the values to be used by the client in CREATE_SESSION
5165 * If nfs4_init_session set the fore channel request and response sizes,
5166 * use them.
5167 *
5168 * Set the back channel max_resp_sz_cached to zero to force the client to
5169 * always set csa_cachethis to FALSE because the current implementation
5170 * of the back channel DRC only supports caching the CB_SEQUENCE operation.
5171 */
5172static void nfs4_init_channel_attrs(struct nfs41_create_session_args *args)
5173{
5174 struct nfs4_session *session = args->client->cl_session;
5175 unsigned int mxrqst_sz = session->fc_attrs.max_rqst_sz,
5176 mxresp_sz = session->fc_attrs.max_resp_sz;
5177
5178 if (mxrqst_sz == 0)
5179 mxrqst_sz = NFS_MAX_FILE_IO_SIZE;
5180 if (mxresp_sz == 0)
5181 mxresp_sz = NFS_MAX_FILE_IO_SIZE;
5182 /* Fore channel attributes */
Andy Adamsonfc931582009-04-01 09:22:31 -04005183 args->fc_attrs.max_rqst_sz = mxrqst_sz;
5184 args->fc_attrs.max_resp_sz = mxresp_sz;
Andy Adamsonfc931582009-04-01 09:22:31 -04005185 args->fc_attrs.max_ops = NFS4_MAX_OPS;
5186 args->fc_attrs.max_reqs = session->clp->cl_rpcclient->cl_xprt->max_reqs;
5187
5188 dprintk("%s: Fore Channel : max_rqst_sz=%u max_resp_sz=%u "
Mike Sager8e0d46e2009-12-17 12:06:26 -05005189 "max_ops=%u max_reqs=%u\n",
Andy Adamsonfc931582009-04-01 09:22:31 -04005190 __func__,
5191 args->fc_attrs.max_rqst_sz, args->fc_attrs.max_resp_sz,
Mike Sager8e0d46e2009-12-17 12:06:26 -05005192 args->fc_attrs.max_ops, args->fc_attrs.max_reqs);
Andy Adamsonfc931582009-04-01 09:22:31 -04005193
5194 /* Back channel attributes */
Andy Adamsonfc931582009-04-01 09:22:31 -04005195 args->bc_attrs.max_rqst_sz = PAGE_SIZE;
5196 args->bc_attrs.max_resp_sz = PAGE_SIZE;
5197 args->bc_attrs.max_resp_sz_cached = 0;
5198 args->bc_attrs.max_ops = NFS4_MAX_BACK_CHANNEL_OPS;
5199 args->bc_attrs.max_reqs = 1;
5200
5201 dprintk("%s: Back Channel : max_rqst_sz=%u max_resp_sz=%u "
5202 "max_resp_sz_cached=%u max_ops=%u max_reqs=%u\n",
5203 __func__,
5204 args->bc_attrs.max_rqst_sz, args->bc_attrs.max_resp_sz,
5205 args->bc_attrs.max_resp_sz_cached, args->bc_attrs.max_ops,
5206 args->bc_attrs.max_reqs);
5207}
5208
J. Bruce Fields43c2e882010-10-02 15:19:01 -04005209static int nfs4_verify_fore_channel_attrs(struct nfs41_create_session_args *args, struct nfs4_session *session)
Andy Adamson8d353012009-04-01 09:22:32 -04005210{
J. Bruce Fields43c2e882010-10-02 15:19:01 -04005211 struct nfs4_channel_attrs *sent = &args->fc_attrs;
5212 struct nfs4_channel_attrs *rcvd = &session->fc_attrs;
5213
J. Bruce Fields43c2e882010-10-02 15:19:01 -04005214 if (rcvd->max_resp_sz > sent->max_resp_sz)
5215 return -EINVAL;
5216 /*
5217 * Our requested max_ops is the minimum we need; we're not
5218 * prepared to break up compounds into smaller pieces than that.
5219 * So, no point even trying to continue if the server won't
5220 * cooperate:
5221 */
5222 if (rcvd->max_ops < sent->max_ops)
5223 return -EINVAL;
5224 if (rcvd->max_reqs == 0)
5225 return -EINVAL;
5226 return 0;
Andy Adamson8d353012009-04-01 09:22:32 -04005227}
5228
J. Bruce Fields43c2e882010-10-02 15:19:01 -04005229static int nfs4_verify_back_channel_attrs(struct nfs41_create_session_args *args, struct nfs4_session *session)
5230{
5231 struct nfs4_channel_attrs *sent = &args->bc_attrs;
5232 struct nfs4_channel_attrs *rcvd = &session->bc_attrs;
Andy Adamson8d353012009-04-01 09:22:32 -04005233
J. Bruce Fields43c2e882010-10-02 15:19:01 -04005234 if (rcvd->max_rqst_sz > sent->max_rqst_sz)
5235 return -EINVAL;
5236 if (rcvd->max_resp_sz < sent->max_resp_sz)
5237 return -EINVAL;
5238 if (rcvd->max_resp_sz_cached > sent->max_resp_sz_cached)
5239 return -EINVAL;
5240 /* These would render the backchannel useless: */
5241 if (rcvd->max_ops == 0)
5242 return -EINVAL;
5243 if (rcvd->max_reqs == 0)
5244 return -EINVAL;
5245 return 0;
5246}
Andy Adamson8d353012009-04-01 09:22:32 -04005247
Andy Adamson8d353012009-04-01 09:22:32 -04005248static int nfs4_verify_channel_attrs(struct nfs41_create_session_args *args,
5249 struct nfs4_session *session)
5250{
J. Bruce Fields43c2e882010-10-02 15:19:01 -04005251 int ret;
Andy Adamson8d353012009-04-01 09:22:32 -04005252
J. Bruce Fields43c2e882010-10-02 15:19:01 -04005253 ret = nfs4_verify_fore_channel_attrs(args, session);
5254 if (ret)
5255 return ret;
5256 return nfs4_verify_back_channel_attrs(args, session);
Andy Adamson8d353012009-04-01 09:22:32 -04005257}
5258
Andy Adamsonfc931582009-04-01 09:22:31 -04005259static int _nfs4_proc_create_session(struct nfs_client *clp)
5260{
5261 struct nfs4_session *session = clp->cl_session;
5262 struct nfs41_create_session_args args = {
5263 .client = clp,
5264 .cb_program = NFS4_CALLBACK,
5265 };
5266 struct nfs41_create_session_res res = {
5267 .client = clp,
5268 };
5269 struct rpc_message msg = {
5270 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_CREATE_SESSION],
5271 .rpc_argp = &args,
5272 .rpc_resp = &res,
5273 };
5274 int status;
5275
5276 nfs4_init_channel_attrs(&args);
Andy Adamson0f914212009-04-01 09:23:16 -04005277 args.flags = (SESSION4_PERSIST | SESSION4_BACK_CHAN);
Andy Adamsonfc931582009-04-01 09:22:31 -04005278
Trond Myklebust1bd714f2011-04-24 14:29:33 -04005279 status = rpc_call_sync(session->clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Andy Adamsonfc931582009-04-01 09:22:31 -04005280
Andy Adamson8d353012009-04-01 09:22:32 -04005281 if (!status)
5282 /* Verify the session's negotiated channel_attrs values */
5283 status = nfs4_verify_channel_attrs(&args, session);
Andy Adamsonfc931582009-04-01 09:22:31 -04005284 if (!status) {
5285 /* Increment the clientid slot sequence id */
5286 clp->cl_seqid++;
5287 }
5288
5289 return status;
5290}
5291
5292/*
5293 * Issues a CREATE_SESSION operation to the server.
5294 * It is the responsibility of the caller to verify the session is
5295 * expired before calling this routine.
5296 */
Trond Myklebustf26468f2009-12-05 19:32:11 -05005297int nfs4_proc_create_session(struct nfs_client *clp)
Andy Adamsonfc931582009-04-01 09:22:31 -04005298{
5299 int status;
5300 unsigned *ptr;
Andy Adamsonfc931582009-04-01 09:22:31 -04005301 struct nfs4_session *session = clp->cl_session;
5302
5303 dprintk("--> %s clp=%p session=%p\n", __func__, clp, session);
5304
Trond Myklebustfd954ae2011-04-24 14:28:18 -04005305 status = _nfs4_proc_create_session(clp);
Andy Adamsonfc931582009-04-01 09:22:31 -04005306 if (status)
5307 goto out;
5308
Trond Myklebustf26468f2009-12-05 19:32:11 -05005309 /* Init and reset the fore channel */
5310 status = nfs4_init_slot_tables(session);
5311 dprintk("slot table initialization returned %d\n", status);
5312 if (status)
5313 goto out;
5314 status = nfs4_reset_slot_tables(session);
5315 dprintk("slot table reset returned %d\n", status);
Andy Adamsonfc931582009-04-01 09:22:31 -04005316 if (status)
5317 goto out;
5318
5319 ptr = (unsigned *)&session->sess_id.data[0];
5320 dprintk("%s client>seqid %d sessionid %u:%u:%u:%u\n", __func__,
5321 clp->cl_seqid, ptr[0], ptr[1], ptr[2], ptr[3]);
Andy Adamsonfc931582009-04-01 09:22:31 -04005322out:
5323 dprintk("<-- %s\n", __func__);
5324 return status;
5325}
5326
Andy Adamson0f3e66c2009-04-01 09:22:34 -04005327/*
5328 * Issue the over-the-wire RPC DESTROY_SESSION.
5329 * The caller must serialize access to this routine.
5330 */
5331int nfs4_proc_destroy_session(struct nfs4_session *session)
5332{
5333 int status = 0;
5334 struct rpc_message msg;
5335
5336 dprintk("--> nfs4_proc_destroy_session\n");
5337
5338 /* session is still being setup */
5339 if (session->clp->cl_cons_state != NFS_CS_READY)
5340 return status;
5341
5342 msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_DESTROY_SESSION];
5343 msg.rpc_argp = session;
5344 msg.rpc_resp = NULL;
5345 msg.rpc_cred = NULL;
Trond Myklebust1bd714f2011-04-24 14:29:33 -04005346 status = rpc_call_sync(session->clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Andy Adamson0f3e66c2009-04-01 09:22:34 -04005347
5348 if (status)
5349 printk(KERN_WARNING
5350 "Got error %d from the server on DESTROY_SESSION. "
5351 "Session has been destroyed regardless...\n", status);
5352
5353 dprintk("<-- nfs4_proc_destroy_session\n");
5354 return status;
5355}
5356
Trond Myklebustfccba802009-07-21 16:48:07 -04005357int nfs4_init_session(struct nfs_server *server)
5358{
5359 struct nfs_client *clp = server->nfs_client;
Alexandros Batsakis2449ea22009-12-05 13:36:55 -05005360 struct nfs4_session *session;
Andy Adamson68bf05e2009-12-15 12:55:02 -05005361 unsigned int rsize, wsize;
Trond Myklebustfccba802009-07-21 16:48:07 -04005362 int ret;
5363
5364 if (!nfs4_has_session(clp))
5365 return 0;
5366
Trond Myklebust1055d762010-06-16 09:52:27 -04005367 session = clp->cl_session;
5368 if (!test_and_clear_bit(NFS4_SESSION_INITING, &session->session_state))
5369 return 0;
5370
Andy Adamson68bf05e2009-12-15 12:55:02 -05005371 rsize = server->rsize;
5372 if (rsize == 0)
5373 rsize = NFS_MAX_FILE_IO_SIZE;
5374 wsize = server->wsize;
5375 if (wsize == 0)
5376 wsize = NFS_MAX_FILE_IO_SIZE;
5377
Andy Adamson68bf05e2009-12-15 12:55:02 -05005378 session->fc_attrs.max_rqst_sz = wsize + nfs41_maxwrite_overhead;
5379 session->fc_attrs.max_resp_sz = rsize + nfs41_maxread_overhead;
Alexandros Batsakis2449ea22009-12-05 13:36:55 -05005380
Trond Myklebustfccba802009-07-21 16:48:07 -04005381 ret = nfs4_recover_expired_lease(server);
5382 if (!ret)
5383 ret = nfs4_check_client_ready(clp);
5384 return ret;
5385}
5386
Andy Adamsond83217c2011-03-01 01:34:17 +00005387int nfs4_init_ds_session(struct nfs_client *clp)
5388{
5389 struct nfs4_session *session = clp->cl_session;
5390 int ret;
5391
5392 if (!test_and_clear_bit(NFS4_SESSION_INITING, &session->session_state))
5393 return 0;
5394
5395 ret = nfs4_client_recover_expired_lease(clp);
5396 if (!ret)
5397 /* Test for the DS role */
5398 if (!is_ds_client(clp))
5399 ret = -ENODEV;
5400 if (!ret)
5401 ret = nfs4_check_client_ready(clp);
5402 return ret;
5403
5404}
5405EXPORT_SYMBOL_GPL(nfs4_init_ds_session);
5406
5407
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005408/*
5409 * Renew the cl_session lease.
5410 */
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04005411struct nfs4_sequence_data {
5412 struct nfs_client *clp;
5413 struct nfs4_sequence_args args;
5414 struct nfs4_sequence_res res;
5415};
5416
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08005417static void nfs41_sequence_release(void *data)
5418{
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04005419 struct nfs4_sequence_data *calldata = data;
5420 struct nfs_client *clp = calldata->clp;
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08005421
Alexandros Batsakis71358402010-02-05 03:45:05 -08005422 if (atomic_read(&clp->cl_count) > 1)
5423 nfs4_schedule_state_renewal(clp);
5424 nfs_put_client(clp);
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04005425 kfree(calldata);
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08005426}
5427
Trond Myklebustaa5190d2010-06-16 09:52:25 -04005428static int nfs41_sequence_handle_errors(struct rpc_task *task, struct nfs_client *clp)
5429{
5430 switch(task->tk_status) {
5431 case -NFS4ERR_DELAY:
Trond Myklebustaa5190d2010-06-16 09:52:25 -04005432 rpc_delay(task, NFS4_POLL_RETRY_MAX);
5433 return -EAGAIN;
5434 default:
Trond Myklebust0400a6b2011-03-09 16:00:53 -05005435 nfs4_schedule_lease_recovery(clp);
Trond Myklebustaa5190d2010-06-16 09:52:25 -04005436 }
5437 return 0;
5438}
5439
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08005440static void nfs41_sequence_call_done(struct rpc_task *task, void *data)
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005441{
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04005442 struct nfs4_sequence_data *calldata = data;
5443 struct nfs_client *clp = calldata->clp;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005444
Trond Myklebust14516c32010-07-31 14:29:06 -04005445 if (!nfs41_sequence_done(task, task->tk_msg.rpc_resp))
5446 return;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005447
5448 if (task->tk_status < 0) {
5449 dprintk("%s ERROR %d\n", __func__, task->tk_status);
Alexandros Batsakis71358402010-02-05 03:45:05 -08005450 if (atomic_read(&clp->cl_count) == 1)
5451 goto out;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005452
Trond Myklebustaa5190d2010-06-16 09:52:25 -04005453 if (nfs41_sequence_handle_errors(task, clp) == -EAGAIN) {
5454 rpc_restart_call_prepare(task);
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005455 return;
5456 }
5457 }
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005458 dprintk("%s rpc_cred %p\n", __func__, task->tk_msg.rpc_cred);
Alexandros Batsakis71358402010-02-05 03:45:05 -08005459out:
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005460 dprintk("<-- %s\n", __func__);
5461}
5462
5463static void nfs41_sequence_prepare(struct rpc_task *task, void *data)
5464{
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04005465 struct nfs4_sequence_data *calldata = data;
5466 struct nfs_client *clp = calldata->clp;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005467 struct nfs4_sequence_args *args;
5468 struct nfs4_sequence_res *res;
5469
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005470 args = task->tk_msg.rpc_argp;
5471 res = task->tk_msg.rpc_resp;
5472
Trond Myklebust035168a2010-06-16 09:52:26 -04005473 if (nfs41_setup_sequence(clp->cl_session, args, res, 0, task))
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005474 return;
5475 rpc_call_start(task);
5476}
5477
5478static const struct rpc_call_ops nfs41_sequence_ops = {
5479 .rpc_call_done = nfs41_sequence_call_done,
5480 .rpc_call_prepare = nfs41_sequence_prepare,
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08005481 .rpc_release = nfs41_sequence_release,
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005482};
5483
Trond Myklebust71ac6da2010-06-16 09:52:26 -04005484static struct rpc_task *_nfs41_proc_sequence(struct nfs_client *clp, struct rpc_cred *cred)
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005485{
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04005486 struct nfs4_sequence_data *calldata;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005487 struct rpc_message msg = {
5488 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SEQUENCE],
5489 .rpc_cred = cred,
5490 };
Trond Myklebust71ac6da2010-06-16 09:52:26 -04005491 struct rpc_task_setup task_setup_data = {
5492 .rpc_client = clp->cl_rpcclient,
5493 .rpc_message = &msg,
5494 .callback_ops = &nfs41_sequence_ops,
5495 .flags = RPC_TASK_ASYNC | RPC_TASK_SOFT,
5496 };
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005497
Alexandros Batsakis71358402010-02-05 03:45:05 -08005498 if (!atomic_inc_not_zero(&clp->cl_count))
Trond Myklebust71ac6da2010-06-16 09:52:26 -04005499 return ERR_PTR(-EIO);
Benny Halevydfb4f3092010-09-24 09:17:01 -04005500 calldata = kzalloc(sizeof(*calldata), GFP_NOFS);
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04005501 if (calldata == NULL) {
Alexandros Batsakis71358402010-02-05 03:45:05 -08005502 nfs_put_client(clp);
Trond Myklebust71ac6da2010-06-16 09:52:26 -04005503 return ERR_PTR(-ENOMEM);
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005504 }
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04005505 msg.rpc_argp = &calldata->args;
5506 msg.rpc_resp = &calldata->res;
5507 calldata->clp = clp;
Trond Myklebust71ac6da2010-06-16 09:52:26 -04005508 task_setup_data.callback_data = calldata;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005509
Trond Myklebust71ac6da2010-06-16 09:52:26 -04005510 return rpc_run_task(&task_setup_data);
5511}
5512
Trond Myklebust2f60ea62011-08-24 15:07:37 -04005513static int nfs41_proc_async_sequence(struct nfs_client *clp, struct rpc_cred *cred, unsigned renew_flags)
Trond Myklebust71ac6da2010-06-16 09:52:26 -04005514{
5515 struct rpc_task *task;
5516 int ret = 0;
5517
Trond Myklebust2f60ea62011-08-24 15:07:37 -04005518 if ((renew_flags & NFS4_RENEW_TIMEOUT) == 0)
5519 return 0;
Trond Myklebust71ac6da2010-06-16 09:52:26 -04005520 task = _nfs41_proc_sequence(clp, cred);
5521 if (IS_ERR(task))
5522 ret = PTR_ERR(task);
5523 else
Trond Myklebustbf294b42011-02-21 11:05:41 -08005524 rpc_put_task_async(task);
Trond Myklebust71ac6da2010-06-16 09:52:26 -04005525 dprintk("<-- %s status=%d\n", __func__, ret);
5526 return ret;
5527}
5528
5529static int nfs4_proc_sequence(struct nfs_client *clp, struct rpc_cred *cred)
5530{
5531 struct rpc_task *task;
5532 int ret;
5533
5534 task = _nfs41_proc_sequence(clp, cred);
5535 if (IS_ERR(task)) {
5536 ret = PTR_ERR(task);
5537 goto out;
5538 }
5539 ret = rpc_wait_for_completion_task(task);
Trond Myklebustb4410c22011-03-09 16:00:55 -05005540 if (!ret) {
5541 struct nfs4_sequence_res *res = task->tk_msg.rpc_resp;
5542
5543 if (task->tk_status == 0)
5544 nfs41_handle_sequence_flag_errors(clp, res->sr_status_flags);
Trond Myklebust71ac6da2010-06-16 09:52:26 -04005545 ret = task->tk_status;
Trond Myklebustb4410c22011-03-09 16:00:55 -05005546 }
Trond Myklebust71ac6da2010-06-16 09:52:26 -04005547 rpc_put_task(task);
5548out:
5549 dprintk("<-- %s status=%d\n", __func__, ret);
5550 return ret;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005551}
5552
Ricardo Labiagafce5c832009-12-05 16:08:41 -05005553struct nfs4_reclaim_complete_data {
5554 struct nfs_client *clp;
5555 struct nfs41_reclaim_complete_args arg;
5556 struct nfs41_reclaim_complete_res res;
5557};
5558
5559static void nfs4_reclaim_complete_prepare(struct rpc_task *task, void *data)
5560{
5561 struct nfs4_reclaim_complete_data *calldata = data;
5562
Alexandros Batsakisb2579572009-12-14 21:27:57 -08005563 rpc_task_set_priority(task, RPC_PRIORITY_PRIVILEGED);
Trond Myklebust035168a2010-06-16 09:52:26 -04005564 if (nfs41_setup_sequence(calldata->clp->cl_session,
5565 &calldata->arg.seq_args,
Ricardo Labiagafce5c832009-12-05 16:08:41 -05005566 &calldata->res.seq_res, 0, task))
5567 return;
5568
5569 rpc_call_start(task);
5570}
5571
Trond Myklebustaa5190d2010-06-16 09:52:25 -04005572static int nfs41_reclaim_complete_handle_errors(struct rpc_task *task, struct nfs_client *clp)
5573{
5574 switch(task->tk_status) {
5575 case 0:
5576 case -NFS4ERR_COMPLETE_ALREADY:
5577 case -NFS4ERR_WRONG_CRED: /* What to do here? */
5578 break;
5579 case -NFS4ERR_DELAY:
Trond Myklebustaa5190d2010-06-16 09:52:25 -04005580 rpc_delay(task, NFS4_POLL_RETRY_MAX);
Andy Adamsona8a4ae32011-05-03 13:43:03 -04005581 /* fall through */
5582 case -NFS4ERR_RETRY_UNCACHED_REP:
Trond Myklebustaa5190d2010-06-16 09:52:25 -04005583 return -EAGAIN;
5584 default:
Trond Myklebust0400a6b2011-03-09 16:00:53 -05005585 nfs4_schedule_lease_recovery(clp);
Trond Myklebustaa5190d2010-06-16 09:52:25 -04005586 }
5587 return 0;
5588}
5589
Ricardo Labiagafce5c832009-12-05 16:08:41 -05005590static void nfs4_reclaim_complete_done(struct rpc_task *task, void *data)
5591{
5592 struct nfs4_reclaim_complete_data *calldata = data;
5593 struct nfs_client *clp = calldata->clp;
5594 struct nfs4_sequence_res *res = &calldata->res.seq_res;
5595
5596 dprintk("--> %s\n", __func__);
Trond Myklebust14516c32010-07-31 14:29:06 -04005597 if (!nfs41_sequence_done(task, res))
5598 return;
Ricardo Labiagafce5c832009-12-05 16:08:41 -05005599
Trond Myklebustaa5190d2010-06-16 09:52:25 -04005600 if (nfs41_reclaim_complete_handle_errors(task, clp) == -EAGAIN) {
5601 rpc_restart_call_prepare(task);
5602 return;
5603 }
Ricardo Labiagafce5c832009-12-05 16:08:41 -05005604 dprintk("<-- %s\n", __func__);
5605}
5606
5607static void nfs4_free_reclaim_complete_data(void *data)
5608{
5609 struct nfs4_reclaim_complete_data *calldata = data;
5610
5611 kfree(calldata);
5612}
5613
5614static const struct rpc_call_ops nfs4_reclaim_complete_call_ops = {
5615 .rpc_call_prepare = nfs4_reclaim_complete_prepare,
5616 .rpc_call_done = nfs4_reclaim_complete_done,
5617 .rpc_release = nfs4_free_reclaim_complete_data,
5618};
5619
5620/*
5621 * Issue a global reclaim complete.
5622 */
5623static int nfs41_proc_reclaim_complete(struct nfs_client *clp)
5624{
5625 struct nfs4_reclaim_complete_data *calldata;
5626 struct rpc_task *task;
5627 struct rpc_message msg = {
5628 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RECLAIM_COMPLETE],
5629 };
5630 struct rpc_task_setup task_setup_data = {
5631 .rpc_client = clp->cl_rpcclient,
5632 .rpc_message = &msg,
5633 .callback_ops = &nfs4_reclaim_complete_call_ops,
5634 .flags = RPC_TASK_ASYNC,
5635 };
5636 int status = -ENOMEM;
5637
5638 dprintk("--> %s\n", __func__);
Trond Myklebust8535b2b2010-05-13 12:51:01 -04005639 calldata = kzalloc(sizeof(*calldata), GFP_NOFS);
Ricardo Labiagafce5c832009-12-05 16:08:41 -05005640 if (calldata == NULL)
5641 goto out;
5642 calldata->clp = clp;
5643 calldata->arg.one_fs = 0;
Ricardo Labiagafce5c832009-12-05 16:08:41 -05005644
5645 msg.rpc_argp = &calldata->arg;
5646 msg.rpc_resp = &calldata->res;
5647 task_setup_data.callback_data = calldata;
5648 task = rpc_run_task(&task_setup_data);
Dan Carpenteracf82b82010-04-22 11:28:39 +02005649 if (IS_ERR(task)) {
Ricardo Labiagafce5c832009-12-05 16:08:41 -05005650 status = PTR_ERR(task);
Dan Carpenteracf82b82010-04-22 11:28:39 +02005651 goto out;
5652 }
Andy Adamsonc34c32e2011-03-09 13:13:46 -05005653 status = nfs4_wait_for_completion_rpc_task(task);
5654 if (status == 0)
5655 status = task->tk_status;
Ricardo Labiagafce5c832009-12-05 16:08:41 -05005656 rpc_put_task(task);
Dan Carpenteracf82b82010-04-22 11:28:39 +02005657 return 0;
Ricardo Labiagafce5c832009-12-05 16:08:41 -05005658out:
5659 dprintk("<-- %s status=%d\n", __func__, status);
5660 return status;
5661}
Andy Adamsonb1f69b72010-10-20 00:18:03 -04005662
5663static void
5664nfs4_layoutget_prepare(struct rpc_task *task, void *calldata)
5665{
5666 struct nfs4_layoutget *lgp = calldata;
Fred Isamanc31663d2011-01-06 11:36:24 +00005667 struct nfs_server *server = NFS_SERVER(lgp->args.inode);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04005668
5669 dprintk("--> %s\n", __func__);
Fred Isamanc31663d2011-01-06 11:36:24 +00005670 /* Note the is a race here, where a CB_LAYOUTRECALL can come in
5671 * right now covering the LAYOUTGET we are about to send.
5672 * However, that is not so catastrophic, and there seems
5673 * to be no way to prevent it completely.
5674 */
Andy Adamsonb1f69b72010-10-20 00:18:03 -04005675 if (nfs4_setup_sequence(server, &lgp->args.seq_args,
5676 &lgp->res.seq_res, 0, task))
5677 return;
Fred Isamancf7d63f2011-01-06 11:36:25 +00005678 if (pnfs_choose_layoutget_stateid(&lgp->args.stateid,
5679 NFS_I(lgp->args.inode)->layout,
5680 lgp->args.ctx->state)) {
5681 rpc_exit(task, NFS4_OK);
5682 return;
5683 }
Andy Adamsonb1f69b72010-10-20 00:18:03 -04005684 rpc_call_start(task);
5685}
5686
5687static void nfs4_layoutget_done(struct rpc_task *task, void *calldata)
5688{
5689 struct nfs4_layoutget *lgp = calldata;
5690 struct nfs_server *server = NFS_SERVER(lgp->args.inode);
5691
5692 dprintk("--> %s\n", __func__);
5693
5694 if (!nfs4_sequence_done(task, &lgp->res.seq_res))
5695 return;
5696
5697 switch (task->tk_status) {
5698 case 0:
5699 break;
5700 case -NFS4ERR_LAYOUTTRYLATER:
5701 case -NFS4ERR_RECALLCONFLICT:
5702 task->tk_status = -NFS4ERR_DELAY;
5703 /* Fall through */
5704 default:
5705 if (nfs4_async_handle_error(task, server, NULL) == -EAGAIN) {
5706 rpc_restart_call_prepare(task);
5707 return;
5708 }
5709 }
Andy Adamsonb1f69b72010-10-20 00:18:03 -04005710 dprintk("<-- %s\n", __func__);
5711}
5712
5713static void nfs4_layoutget_release(void *calldata)
5714{
5715 struct nfs4_layoutget *lgp = calldata;
5716
5717 dprintk("--> %s\n", __func__);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04005718 put_nfs_open_context(lgp->args.ctx);
5719 kfree(calldata);
5720 dprintk("<-- %s\n", __func__);
5721}
5722
5723static const struct rpc_call_ops nfs4_layoutget_call_ops = {
5724 .rpc_call_prepare = nfs4_layoutget_prepare,
5725 .rpc_call_done = nfs4_layoutget_done,
5726 .rpc_release = nfs4_layoutget_release,
5727};
5728
5729int nfs4_proc_layoutget(struct nfs4_layoutget *lgp)
5730{
5731 struct nfs_server *server = NFS_SERVER(lgp->args.inode);
5732 struct rpc_task *task;
5733 struct rpc_message msg = {
5734 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LAYOUTGET],
5735 .rpc_argp = &lgp->args,
5736 .rpc_resp = &lgp->res,
5737 };
5738 struct rpc_task_setup task_setup_data = {
5739 .rpc_client = server->client,
5740 .rpc_message = &msg,
5741 .callback_ops = &nfs4_layoutget_call_ops,
5742 .callback_data = lgp,
5743 .flags = RPC_TASK_ASYNC,
5744 };
5745 int status = 0;
5746
5747 dprintk("--> %s\n", __func__);
5748
Weston Andros Adamson35124a02011-03-24 16:48:21 -04005749 lgp->res.layoutp = &lgp->args.layout;
Andy Adamsonb1f69b72010-10-20 00:18:03 -04005750 lgp->res.seq_res.sr_slot = NULL;
5751 task = rpc_run_task(&task_setup_data);
5752 if (IS_ERR(task))
5753 return PTR_ERR(task);
5754 status = nfs4_wait_for_completion_rpc_task(task);
Fred Isamanc31663d2011-01-06 11:36:24 +00005755 if (status == 0)
5756 status = task->tk_status;
5757 if (status == 0)
5758 status = pnfs_layout_process(lgp);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04005759 rpc_put_task(task);
5760 dprintk("<-- %s status=%d\n", __func__, status);
5761 return status;
5762}
5763
Benny Halevycbe82602011-05-22 19:52:37 +03005764static void
5765nfs4_layoutreturn_prepare(struct rpc_task *task, void *calldata)
5766{
5767 struct nfs4_layoutreturn *lrp = calldata;
5768
5769 dprintk("--> %s\n", __func__);
5770 if (nfs41_setup_sequence(lrp->clp->cl_session, &lrp->args.seq_args,
5771 &lrp->res.seq_res, 0, task))
5772 return;
5773 rpc_call_start(task);
5774}
5775
5776static void nfs4_layoutreturn_done(struct rpc_task *task, void *calldata)
5777{
5778 struct nfs4_layoutreturn *lrp = calldata;
5779 struct nfs_server *server;
Trond Myklebusta56aaa02011-06-15 11:59:10 -04005780 struct pnfs_layout_hdr *lo = lrp->args.layout;
Benny Halevycbe82602011-05-22 19:52:37 +03005781
5782 dprintk("--> %s\n", __func__);
5783
5784 if (!nfs4_sequence_done(task, &lrp->res.seq_res))
5785 return;
5786
5787 server = NFS_SERVER(lrp->args.inode);
5788 if (nfs4_async_handle_error(task, server, NULL) == -EAGAIN) {
5789 nfs_restart_rpc(task, lrp->clp);
5790 return;
5791 }
Fred Isamana2e1d4f2011-06-13 18:54:53 -04005792 spin_lock(&lo->plh_inode->i_lock);
Benny Halevycbe82602011-05-22 19:52:37 +03005793 if (task->tk_status == 0) {
Benny Halevycbe82602011-05-22 19:52:37 +03005794 if (lrp->res.lrs_present) {
Benny Halevycbe82602011-05-22 19:52:37 +03005795 pnfs_set_layout_stateid(lo, &lrp->res.stateid, true);
Benny Halevycbe82602011-05-22 19:52:37 +03005796 } else
5797 BUG_ON(!list_empty(&lo->plh_segs));
5798 }
Fred Isamana2e1d4f2011-06-13 18:54:53 -04005799 lo->plh_block_lgets--;
5800 spin_unlock(&lo->plh_inode->i_lock);
Benny Halevycbe82602011-05-22 19:52:37 +03005801 dprintk("<-- %s\n", __func__);
5802}
5803
5804static void nfs4_layoutreturn_release(void *calldata)
5805{
5806 struct nfs4_layoutreturn *lrp = calldata;
5807
5808 dprintk("--> %s\n", __func__);
Trond Myklebusta56aaa02011-06-15 11:59:10 -04005809 put_layout_hdr(lrp->args.layout);
Benny Halevycbe82602011-05-22 19:52:37 +03005810 kfree(calldata);
5811 dprintk("<-- %s\n", __func__);
5812}
5813
5814static const struct rpc_call_ops nfs4_layoutreturn_call_ops = {
5815 .rpc_call_prepare = nfs4_layoutreturn_prepare,
5816 .rpc_call_done = nfs4_layoutreturn_done,
5817 .rpc_release = nfs4_layoutreturn_release,
5818};
5819
5820int nfs4_proc_layoutreturn(struct nfs4_layoutreturn *lrp)
5821{
5822 struct rpc_task *task;
5823 struct rpc_message msg = {
5824 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LAYOUTRETURN],
5825 .rpc_argp = &lrp->args,
5826 .rpc_resp = &lrp->res,
5827 };
5828 struct rpc_task_setup task_setup_data = {
5829 .rpc_client = lrp->clp->cl_rpcclient,
5830 .rpc_message = &msg,
5831 .callback_ops = &nfs4_layoutreturn_call_ops,
5832 .callback_data = lrp,
5833 };
5834 int status;
5835
5836 dprintk("--> %s\n", __func__);
5837 task = rpc_run_task(&task_setup_data);
5838 if (IS_ERR(task))
5839 return PTR_ERR(task);
5840 status = task->tk_status;
5841 dprintk("<-- %s status=%d\n", __func__, status);
5842 rpc_put_task(task);
5843 return status;
5844}
5845
Andy Adamson7f11d8d2011-07-30 20:52:35 -04005846/*
5847 * Retrieve the list of Data Server devices from the MDS.
5848 */
5849static int _nfs4_getdevicelist(struct nfs_server *server,
5850 const struct nfs_fh *fh,
5851 struct pnfs_devicelist *devlist)
5852{
5853 struct nfs4_getdevicelist_args args = {
5854 .fh = fh,
5855 .layoutclass = server->pnfs_curr_ld->id,
5856 };
5857 struct nfs4_getdevicelist_res res = {
5858 .devlist = devlist,
5859 };
5860 struct rpc_message msg = {
5861 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GETDEVICELIST],
5862 .rpc_argp = &args,
5863 .rpc_resp = &res,
5864 };
5865 int status;
5866
5867 dprintk("--> %s\n", __func__);
5868 status = nfs4_call_sync(server->client, server, &msg, &args.seq_args,
5869 &res.seq_res, 0);
5870 dprintk("<-- %s status=%d\n", __func__, status);
5871 return status;
5872}
5873
5874int nfs4_proc_getdevicelist(struct nfs_server *server,
5875 const struct nfs_fh *fh,
5876 struct pnfs_devicelist *devlist)
5877{
5878 struct nfs4_exception exception = { };
5879 int err;
5880
5881 do {
5882 err = nfs4_handle_exception(server,
5883 _nfs4_getdevicelist(server, fh, devlist),
5884 &exception);
5885 } while (exception.retry);
5886
5887 dprintk("%s: err=%d, num_devs=%u\n", __func__,
5888 err, devlist->num_devs);
5889
5890 return err;
5891}
5892EXPORT_SYMBOL_GPL(nfs4_proc_getdevicelist);
5893
Andy Adamsonb1f69b72010-10-20 00:18:03 -04005894static int
5895_nfs4_proc_getdeviceinfo(struct nfs_server *server, struct pnfs_device *pdev)
5896{
5897 struct nfs4_getdeviceinfo_args args = {
5898 .pdev = pdev,
5899 };
5900 struct nfs4_getdeviceinfo_res res = {
5901 .pdev = pdev,
5902 };
5903 struct rpc_message msg = {
5904 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GETDEVICEINFO],
5905 .rpc_argp = &args,
5906 .rpc_resp = &res,
5907 };
5908 int status;
5909
5910 dprintk("--> %s\n", __func__);
Bryan Schumaker7c513052011-03-24 17:12:24 +00005911 status = nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04005912 dprintk("<-- %s status=%d\n", __func__, status);
5913
5914 return status;
5915}
5916
5917int nfs4_proc_getdeviceinfo(struct nfs_server *server, struct pnfs_device *pdev)
5918{
5919 struct nfs4_exception exception = { };
5920 int err;
5921
5922 do {
5923 err = nfs4_handle_exception(server,
5924 _nfs4_proc_getdeviceinfo(server, pdev),
5925 &exception);
5926 } while (exception.retry);
5927 return err;
5928}
5929EXPORT_SYMBOL_GPL(nfs4_proc_getdeviceinfo);
5930
Andy Adamson863a3c62011-03-23 13:27:54 +00005931static void nfs4_layoutcommit_prepare(struct rpc_task *task, void *calldata)
5932{
5933 struct nfs4_layoutcommit_data *data = calldata;
5934 struct nfs_server *server = NFS_SERVER(data->args.inode);
5935
5936 if (nfs4_setup_sequence(server, &data->args.seq_args,
5937 &data->res.seq_res, 1, task))
5938 return;
5939 rpc_call_start(task);
5940}
5941
5942static void
5943nfs4_layoutcommit_done(struct rpc_task *task, void *calldata)
5944{
5945 struct nfs4_layoutcommit_data *data = calldata;
5946 struct nfs_server *server = NFS_SERVER(data->args.inode);
5947
5948 if (!nfs4_sequence_done(task, &data->res.seq_res))
5949 return;
5950
5951 switch (task->tk_status) { /* Just ignore these failures */
5952 case NFS4ERR_DELEG_REVOKED: /* layout was recalled */
5953 case NFS4ERR_BADIOMODE: /* no IOMODE_RW layout for range */
5954 case NFS4ERR_BADLAYOUT: /* no layout */
5955 case NFS4ERR_GRACE: /* loca_recalim always false */
5956 task->tk_status = 0;
5957 }
5958
5959 if (nfs4_async_handle_error(task, server, NULL) == -EAGAIN) {
5960 nfs_restart_rpc(task, server->nfs_client);
5961 return;
5962 }
5963
5964 if (task->tk_status == 0)
5965 nfs_post_op_update_inode_force_wcc(data->args.inode,
5966 data->res.fattr);
5967}
5968
5969static void nfs4_layoutcommit_release(void *calldata)
5970{
5971 struct nfs4_layoutcommit_data *data = calldata;
Peng Taoa9bae562011-07-30 20:52:33 -04005972 struct pnfs_layout_segment *lseg, *tmp;
Andy Adamson863a3c62011-03-23 13:27:54 +00005973
Andy Adamsondb29c082011-07-30 20:52:38 -04005974 pnfs_cleanup_layoutcommit(data);
Andy Adamson863a3c62011-03-23 13:27:54 +00005975 /* Matched by references in pnfs_set_layoutcommit */
Peng Taoa9bae562011-07-30 20:52:33 -04005976 list_for_each_entry_safe(lseg, tmp, &data->lseg_list, pls_lc_list) {
5977 list_del_init(&lseg->pls_lc_list);
5978 if (test_and_clear_bit(NFS_LSEG_LAYOUTCOMMIT,
5979 &lseg->pls_flags))
5980 put_lseg(lseg);
5981 }
Andy Adamson863a3c62011-03-23 13:27:54 +00005982 put_rpccred(data->cred);
5983 kfree(data);
5984}
5985
5986static const struct rpc_call_ops nfs4_layoutcommit_ops = {
5987 .rpc_call_prepare = nfs4_layoutcommit_prepare,
5988 .rpc_call_done = nfs4_layoutcommit_done,
5989 .rpc_release = nfs4_layoutcommit_release,
5990};
5991
5992int
Andy Adamsonef311532011-03-12 02:58:10 -05005993nfs4_proc_layoutcommit(struct nfs4_layoutcommit_data *data, bool sync)
Andy Adamson863a3c62011-03-23 13:27:54 +00005994{
5995 struct rpc_message msg = {
5996 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LAYOUTCOMMIT],
5997 .rpc_argp = &data->args,
5998 .rpc_resp = &data->res,
5999 .rpc_cred = data->cred,
6000 };
6001 struct rpc_task_setup task_setup_data = {
6002 .task = &data->task,
6003 .rpc_client = NFS_CLIENT(data->args.inode),
6004 .rpc_message = &msg,
6005 .callback_ops = &nfs4_layoutcommit_ops,
6006 .callback_data = data,
6007 .flags = RPC_TASK_ASYNC,
6008 };
6009 struct rpc_task *task;
6010 int status = 0;
6011
6012 dprintk("NFS: %4d initiating layoutcommit call. sync %d "
6013 "lbw: %llu inode %lu\n",
6014 data->task.tk_pid, sync,
6015 data->args.lastbytewritten,
6016 data->args.inode->i_ino);
6017
6018 task = rpc_run_task(&task_setup_data);
6019 if (IS_ERR(task))
6020 return PTR_ERR(task);
Andy Adamsonef311532011-03-12 02:58:10 -05006021 if (sync == false)
Andy Adamson863a3c62011-03-23 13:27:54 +00006022 goto out;
6023 status = nfs4_wait_for_completion_rpc_task(task);
6024 if (status != 0)
6025 goto out;
6026 status = task->tk_status;
6027out:
6028 dprintk("%s: status %d\n", __func__, status);
6029 rpc_put_task(task);
6030 return status;
6031}
Bryan Schumakerfca78d62011-06-02 14:59:07 -04006032
6033static int
6034_nfs41_proc_secinfo_no_name(struct nfs_server *server, struct nfs_fh *fhandle,
6035 struct nfs_fsinfo *info, struct nfs4_secinfo_flavors *flavors)
6036{
6037 struct nfs41_secinfo_no_name_args args = {
6038 .style = SECINFO_STYLE_CURRENT_FH,
6039 };
6040 struct nfs4_secinfo_res res = {
6041 .flavors = flavors,
6042 };
6043 struct rpc_message msg = {
6044 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SECINFO_NO_NAME],
6045 .rpc_argp = &args,
6046 .rpc_resp = &res,
6047 };
6048 return nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
6049}
6050
6051static int
6052nfs41_proc_secinfo_no_name(struct nfs_server *server, struct nfs_fh *fhandle,
6053 struct nfs_fsinfo *info, struct nfs4_secinfo_flavors *flavors)
6054{
6055 struct nfs4_exception exception = { };
6056 int err;
6057 do {
6058 err = _nfs41_proc_secinfo_no_name(server, fhandle, info, flavors);
6059 switch (err) {
6060 case 0:
6061 case -NFS4ERR_WRONGSEC:
6062 case -NFS4ERR_NOTSUPP:
6063 break;
6064 default:
6065 err = nfs4_handle_exception(server, err, &exception);
6066 }
6067 } while (exception.retry);
6068 return err;
6069}
6070
6071static int
6072nfs41_find_root_sec(struct nfs_server *server, struct nfs_fh *fhandle,
6073 struct nfs_fsinfo *info)
6074{
6075 int err;
6076 struct page *page;
6077 rpc_authflavor_t flavor;
6078 struct nfs4_secinfo_flavors *flavors;
6079
6080 page = alloc_page(GFP_KERNEL);
6081 if (!page) {
6082 err = -ENOMEM;
6083 goto out;
6084 }
6085
6086 flavors = page_address(page);
6087 err = nfs41_proc_secinfo_no_name(server, fhandle, info, flavors);
6088
6089 /*
6090 * Fall back on "guess and check" method if
6091 * the server doesn't support SECINFO_NO_NAME
6092 */
6093 if (err == -NFS4ERR_WRONGSEC || err == -NFS4ERR_NOTSUPP) {
6094 err = nfs4_find_root_sec(server, fhandle, info);
6095 goto out_freepage;
6096 }
6097 if (err)
6098 goto out_freepage;
6099
6100 flavor = nfs_find_best_sec(flavors);
6101 if (err == 0)
6102 err = nfs4_lookup_root_sec(server, fhandle, info, flavor);
6103
6104out_freepage:
6105 put_page(page);
6106 if (err == -EACCES)
6107 return -EPERM;
6108out:
6109 return err;
6110}
Bryan Schumaker7d974792011-06-02 14:59:08 -04006111static int _nfs41_test_stateid(struct nfs_server *server, struct nfs4_state *state)
6112{
6113 int status;
6114 struct nfs41_test_stateid_args args = {
6115 .stateid = &state->stateid,
6116 };
6117 struct nfs41_test_stateid_res res;
6118 struct rpc_message msg = {
6119 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_TEST_STATEID],
6120 .rpc_argp = &args,
6121 .rpc_resp = &res,
6122 };
6123 args.seq_args.sa_session = res.seq_res.sr_session = NULL;
6124 status = nfs4_call_sync_sequence(server->client, server, &msg, &args.seq_args, &res.seq_res, 0, 1);
6125 return status;
6126}
6127
6128static int nfs41_test_stateid(struct nfs_server *server, struct nfs4_state *state)
6129{
6130 struct nfs4_exception exception = { };
6131 int err;
6132 do {
6133 err = nfs4_handle_exception(server,
6134 _nfs41_test_stateid(server, state),
6135 &exception);
6136 } while (exception.retry);
6137 return err;
6138}
Bryan Schumaker9aeda352011-06-02 14:59:09 -04006139
6140static int _nfs4_free_stateid(struct nfs_server *server, struct nfs4_state *state)
6141{
6142 int status;
6143 struct nfs41_free_stateid_args args = {
6144 .stateid = &state->stateid,
6145 };
6146 struct nfs41_free_stateid_res res;
6147 struct rpc_message msg = {
6148 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FREE_STATEID],
6149 .rpc_argp = &args,
6150 .rpc_resp = &res,
6151 };
6152
6153 args.seq_args.sa_session = res.seq_res.sr_session = NULL;
6154 status = nfs4_call_sync_sequence(server->client, server, &msg, &args.seq_args, &res.seq_res, 0, 1);
6155 return status;
6156}
6157
6158static int nfs41_free_stateid(struct nfs_server *server, struct nfs4_state *state)
6159{
6160 struct nfs4_exception exception = { };
6161 int err;
6162 do {
6163 err = nfs4_handle_exception(server,
6164 _nfs4_free_stateid(server, state),
6165 &exception);
6166 } while (exception.retry);
6167 return err;
6168}
Andy Adamson557134a2009-04-01 09:21:53 -04006169#endif /* CONFIG_NFS_V4_1 */
6170
Andy Adamson591d71c2009-04-01 09:22:47 -04006171struct nfs4_state_recovery_ops nfs40_reboot_recovery_ops = {
Trond Myklebust7eff03a2008-12-23 15:21:43 -05006172 .owner_flag_bit = NFS_OWNER_RECLAIM_REBOOT,
Trond Myklebustb79a4a12008-12-23 15:21:41 -05006173 .state_flag_bit = NFS_STATE_RECLAIM_REBOOT,
Linus Torvalds1da177e2005-04-16 15:20:36 -07006174 .recover_open = nfs4_open_reclaim,
6175 .recover_lock = nfs4_lock_reclaim,
Andy Adamson591d71c2009-04-01 09:22:47 -04006176 .establish_clid = nfs4_init_clientid,
Andy Adamson90a16612009-04-01 09:22:48 -04006177 .get_clid_cred = nfs4_get_setclientid_cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07006178};
6179
Andy Adamson591d71c2009-04-01 09:22:47 -04006180#if defined(CONFIG_NFS_V4_1)
6181struct nfs4_state_recovery_ops nfs41_reboot_recovery_ops = {
6182 .owner_flag_bit = NFS_OWNER_RECLAIM_REBOOT,
6183 .state_flag_bit = NFS_STATE_RECLAIM_REBOOT,
6184 .recover_open = nfs4_open_reclaim,
6185 .recover_lock = nfs4_lock_reclaim,
Andy Adamson4d643d12009-12-04 15:52:24 -05006186 .establish_clid = nfs41_init_clientid,
Andy Adamsonb4b82602009-04-01 09:22:49 -04006187 .get_clid_cred = nfs4_get_exchange_id_cred,
Ricardo Labiagafce5c832009-12-05 16:08:41 -05006188 .reclaim_complete = nfs41_proc_reclaim_complete,
Andy Adamson591d71c2009-04-01 09:22:47 -04006189};
6190#endif /* CONFIG_NFS_V4_1 */
6191
6192struct nfs4_state_recovery_ops nfs40_nograce_recovery_ops = {
Trond Myklebust7eff03a2008-12-23 15:21:43 -05006193 .owner_flag_bit = NFS_OWNER_RECLAIM_NOGRACE,
Trond Myklebustb79a4a12008-12-23 15:21:41 -05006194 .state_flag_bit = NFS_STATE_RECLAIM_NOGRACE,
Linus Torvalds1da177e2005-04-16 15:20:36 -07006195 .recover_open = nfs4_open_expired,
6196 .recover_lock = nfs4_lock_expired,
Andy Adamson591d71c2009-04-01 09:22:47 -04006197 .establish_clid = nfs4_init_clientid,
Andy Adamson90a16612009-04-01 09:22:48 -04006198 .get_clid_cred = nfs4_get_setclientid_cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07006199};
6200
Andy Adamson591d71c2009-04-01 09:22:47 -04006201#if defined(CONFIG_NFS_V4_1)
6202struct nfs4_state_recovery_ops nfs41_nograce_recovery_ops = {
6203 .owner_flag_bit = NFS_OWNER_RECLAIM_NOGRACE,
6204 .state_flag_bit = NFS_STATE_RECLAIM_NOGRACE,
Bryan Schumakerf062eb62011-06-02 14:59:10 -04006205 .recover_open = nfs41_open_expired,
6206 .recover_lock = nfs41_lock_expired,
Andy Adamson4d643d12009-12-04 15:52:24 -05006207 .establish_clid = nfs41_init_clientid,
Andy Adamsonb4b82602009-04-01 09:22:49 -04006208 .get_clid_cred = nfs4_get_exchange_id_cred,
Andy Adamson591d71c2009-04-01 09:22:47 -04006209};
6210#endif /* CONFIG_NFS_V4_1 */
6211
Benny Halevy29fba382009-04-01 09:22:44 -04006212struct nfs4_state_maintenance_ops nfs40_state_renewal_ops = {
6213 .sched_state_renewal = nfs4_proc_async_renew,
Andy Adamsona7b72102009-04-01 09:22:46 -04006214 .get_state_renewal_cred_locked = nfs4_get_renew_cred_locked,
Benny Halevy8e69514f2009-04-01 09:22:45 -04006215 .renew_lease = nfs4_proc_renew,
Benny Halevy29fba382009-04-01 09:22:44 -04006216};
6217
6218#if defined(CONFIG_NFS_V4_1)
6219struct nfs4_state_maintenance_ops nfs41_state_renewal_ops = {
6220 .sched_state_renewal = nfs41_proc_async_sequence,
Andy Adamsona7b72102009-04-01 09:22:46 -04006221 .get_state_renewal_cred_locked = nfs4_get_machine_cred_locked,
Benny Halevy8e69514f2009-04-01 09:22:45 -04006222 .renew_lease = nfs4_proc_sequence,
Benny Halevy29fba382009-04-01 09:22:44 -04006223};
6224#endif
6225
Trond Myklebust97dc1352010-06-16 09:52:26 -04006226static const struct nfs4_minor_version_ops nfs_v4_0_minor_ops = {
6227 .minor_version = 0,
6228 .call_sync = _nfs4_call_sync,
Trond Myklebuste047a102010-06-16 09:52:27 -04006229 .validate_stateid = nfs4_validate_delegation_stateid,
Bryan Schumakerfca78d62011-06-02 14:59:07 -04006230 .find_root_sec = nfs4_find_root_sec,
Trond Myklebustc48f4f32010-06-16 09:52:27 -04006231 .reboot_recovery_ops = &nfs40_reboot_recovery_ops,
6232 .nograce_recovery_ops = &nfs40_nograce_recovery_ops,
6233 .state_renewal_ops = &nfs40_state_renewal_ops,
Trond Myklebust97dc1352010-06-16 09:52:26 -04006234};
6235
6236#if defined(CONFIG_NFS_V4_1)
6237static const struct nfs4_minor_version_ops nfs_v4_1_minor_ops = {
6238 .minor_version = 1,
6239 .call_sync = _nfs4_call_sync_session,
Trond Myklebuste047a102010-06-16 09:52:27 -04006240 .validate_stateid = nfs41_validate_delegation_stateid,
Bryan Schumakerfca78d62011-06-02 14:59:07 -04006241 .find_root_sec = nfs41_find_root_sec,
Trond Myklebustc48f4f32010-06-16 09:52:27 -04006242 .reboot_recovery_ops = &nfs41_reboot_recovery_ops,
6243 .nograce_recovery_ops = &nfs41_nograce_recovery_ops,
6244 .state_renewal_ops = &nfs41_state_renewal_ops,
Trond Myklebust97dc1352010-06-16 09:52:26 -04006245};
6246#endif
6247
Trond Myklebust97dc1352010-06-16 09:52:26 -04006248const struct nfs4_minor_version_ops *nfs_v4_minor_ops[] = {
6249 [0] = &nfs_v4_0_minor_ops,
6250#if defined(CONFIG_NFS_V4_1)
6251 [1] = &nfs_v4_1_minor_ops,
6252#endif
6253};
6254
Arjan van de Ven92e1d5b2007-02-12 00:55:39 -08006255static const struct inode_operations nfs4_file_inode_operations = {
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00006256 .permission = nfs_permission,
6257 .getattr = nfs_getattr,
6258 .setattr = nfs_setattr,
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00006259 .getxattr = generic_getxattr,
6260 .setxattr = generic_setxattr,
6261 .listxattr = generic_listxattr,
6262 .removexattr = generic_removexattr,
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00006263};
6264
David Howells509de812006-08-22 20:06:11 -04006265const struct nfs_rpc_ops nfs_v4_clientops = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07006266 .version = 4, /* protocol version */
6267 .dentry_ops = &nfs4_dentry_operations,
6268 .dir_inode_ops = &nfs4_dir_inode_operations,
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00006269 .file_inode_ops = &nfs4_file_inode_operations,
Linus Torvalds1da177e2005-04-16 15:20:36 -07006270 .getroot = nfs4_proc_get_root,
6271 .getattr = nfs4_proc_getattr,
6272 .setattr = nfs4_proc_setattr,
David Howells2b3de442006-08-22 20:06:09 -04006273 .lookupfh = nfs4_proc_lookupfh,
Linus Torvalds1da177e2005-04-16 15:20:36 -07006274 .lookup = nfs4_proc_lookup,
6275 .access = nfs4_proc_access,
6276 .readlink = nfs4_proc_readlink,
Linus Torvalds1da177e2005-04-16 15:20:36 -07006277 .create = nfs4_proc_create,
6278 .remove = nfs4_proc_remove,
6279 .unlink_setup = nfs4_proc_unlink_setup,
6280 .unlink_done = nfs4_proc_unlink_done,
6281 .rename = nfs4_proc_rename,
Jeff Laytond3d41522010-09-17 17:31:57 -04006282 .rename_setup = nfs4_proc_rename_setup,
6283 .rename_done = nfs4_proc_rename_done,
Linus Torvalds1da177e2005-04-16 15:20:36 -07006284 .link = nfs4_proc_link,
6285 .symlink = nfs4_proc_symlink,
6286 .mkdir = nfs4_proc_mkdir,
6287 .rmdir = nfs4_proc_remove,
6288 .readdir = nfs4_proc_readdir,
6289 .mknod = nfs4_proc_mknod,
6290 .statfs = nfs4_proc_statfs,
6291 .fsinfo = nfs4_proc_fsinfo,
6292 .pathconf = nfs4_proc_pathconf,
David Howellse9326dc2006-08-22 20:06:10 -04006293 .set_capabilities = nfs4_server_capabilities,
Linus Torvalds1da177e2005-04-16 15:20:36 -07006294 .decode_dirent = nfs4_decode_dirent,
6295 .read_setup = nfs4_proc_read_setup,
Trond Myklebustec06c092006-03-20 13:44:27 -05006296 .read_done = nfs4_read_done,
Linus Torvalds1da177e2005-04-16 15:20:36 -07006297 .write_setup = nfs4_proc_write_setup,
Trond Myklebust788e7a82006-03-20 13:44:27 -05006298 .write_done = nfs4_write_done,
Linus Torvalds1da177e2005-04-16 15:20:36 -07006299 .commit_setup = nfs4_proc_commit_setup,
Trond Myklebust788e7a82006-03-20 13:44:27 -05006300 .commit_done = nfs4_commit_done,
Linus Torvalds1da177e2005-04-16 15:20:36 -07006301 .lock = nfs4_proc_lock,
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00006302 .clear_acl_cache = nfs4_zap_acl_attr,
Trond Myklebust7fe5c392009-03-19 15:35:50 -04006303 .close_context = nfs4_close_context,
Trond Myklebust2b484292010-09-17 10:56:51 -04006304 .open_context = nfs4_atomic_open,
Andy Adamson45a52a02011-03-01 01:34:08 +00006305 .init_client = nfs4_init_client,
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00006306 .secinfo = nfs4_proc_secinfo,
Linus Torvalds1da177e2005-04-16 15:20:36 -07006307};
6308
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00006309static const struct xattr_handler nfs4_xattr_nfs4_acl_handler = {
6310 .prefix = XATTR_NAME_NFSV4_ACL,
6311 .list = nfs4_xattr_list_nfs4_acl,
6312 .get = nfs4_xattr_get_nfs4_acl,
6313 .set = nfs4_xattr_set_nfs4_acl,
6314};
6315
6316const struct xattr_handler *nfs4_xattr_handlers[] = {
6317 &nfs4_xattr_nfs4_acl_handler,
6318 NULL
6319};
6320
Linus Torvalds1da177e2005-04-16 15:20:36 -07006321/*
6322 * Local variables:
6323 * c-basic-offset: 8
6324 * End:
6325 */