blob: cdf17d628450396b227412b647b719d50ab636ed [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>
42#include <linux/sunrpc/clnt.h>
43#include <linux/nfs.h>
44#include <linux/nfs4.h>
45#include <linux/nfs_fs.h>
46#include <linux/nfs_page.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070047#include <linux/namei.h>
Trond Myklebust02a913a2005-10-18 14:20:17 -070048#include <linux/mount.h>
Benny Halevy99fe60d2009-04-01 09:22:29 -040049#include <linux/module.h>
Andy Adamson5a0ffe52009-04-01 09:23:18 -040050#include <linux/sunrpc/bc_xprt.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070051
Trond Myklebust4ce79712005-06-22 17:16:21 +000052#include "nfs4_fs.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070053#include "delegation.h"
Trond Myklebust101070c2008-02-19 20:04:23 -050054#include "internal.h"
Chuck Lever006ea732006-03-20 13:44:14 -050055#include "iostat.h"
Andy Adamsonfc931582009-04-01 09:22:31 -040056#include "callback.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070057
58#define NFSDBG_FACILITY NFSDBG_PROC
59
Trond Myklebust2066fe82006-09-15 08:30:46 -040060#define NFS4_POLL_RETRY_MIN (HZ/10)
Linus Torvalds1da177e2005-04-16 15:20:36 -070061#define NFS4_POLL_RETRY_MAX (15*HZ)
62
Trond Myklebusta78cb572009-08-09 15:06:19 -040063#define NFS4_MAX_LOOP_ON_RECOVER (10)
64
Trond Myklebustcdd4e682006-01-03 09:55:12 +010065struct nfs4_opendata;
Trond Myklebust864472e2006-01-03 09:55:15 +010066static int _nfs4_proc_open(struct nfs4_opendata *data);
Linus Torvalds1da177e2005-04-16 15:20:36 -070067static int nfs4_do_fsinfo(struct nfs_server *, struct nfs_fh *, struct nfs_fsinfo *);
Trond Myklebust9e33bed2008-12-23 15:21:46 -050068static int nfs4_async_handle_error(struct rpc_task *, const struct nfs_server *, struct nfs4_state *);
Trond Myklebust99367812007-07-17 21:52:41 -040069static int _nfs4_proc_lookup(struct inode *dir, const struct qstr *name, struct nfs_fh *fhandle, struct nfs_fattr *fattr);
70static int _nfs4_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fattr *fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -070071
Linus Torvalds1da177e2005-04-16 15:20:36 -070072/* Prevent leaks of NFSv4 errors into userland */
WANG Cong46f72f52008-12-30 16:35:55 -050073static int nfs4_map_errors(int err)
Linus Torvalds1da177e2005-04-16 15:20:36 -070074{
Trond Myklebust52567b02009-10-23 14:46:42 -040075 if (err >= -1000)
76 return err;
77 switch (err) {
78 case -NFS4ERR_RESOURCE:
79 return -EREMOTEIO;
80 default:
Linus Torvalds1da177e2005-04-16 15:20:36 -070081 dprintk("%s could not handle NFSv4 error %d\n",
Harvey Harrison3110ff82008-05-02 13:42:44 -070082 __func__, -err);
Trond Myklebust52567b02009-10-23 14:46:42 -040083 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -070084 }
Trond Myklebust52567b02009-10-23 14:46:42 -040085 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -070086}
87
88/*
89 * This is our standard bitmap for GETATTR requests.
90 */
91const u32 nfs4_fattr_bitmap[2] = {
92 FATTR4_WORD0_TYPE
93 | FATTR4_WORD0_CHANGE
94 | FATTR4_WORD0_SIZE
95 | FATTR4_WORD0_FSID
96 | FATTR4_WORD0_FILEID,
97 FATTR4_WORD1_MODE
98 | FATTR4_WORD1_NUMLINKS
99 | FATTR4_WORD1_OWNER
100 | FATTR4_WORD1_OWNER_GROUP
101 | FATTR4_WORD1_RAWDEV
102 | FATTR4_WORD1_SPACE_USED
103 | FATTR4_WORD1_TIME_ACCESS
104 | FATTR4_WORD1_TIME_METADATA
105 | FATTR4_WORD1_TIME_MODIFY
106};
107
108const u32 nfs4_statfs_bitmap[2] = {
109 FATTR4_WORD0_FILES_AVAIL
110 | FATTR4_WORD0_FILES_FREE
111 | FATTR4_WORD0_FILES_TOTAL,
112 FATTR4_WORD1_SPACE_AVAIL
113 | FATTR4_WORD1_SPACE_FREE
114 | FATTR4_WORD1_SPACE_TOTAL
115};
116
Trond Myklebust4ce79712005-06-22 17:16:21 +0000117const u32 nfs4_pathconf_bitmap[2] = {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700118 FATTR4_WORD0_MAXLINK
119 | FATTR4_WORD0_MAXNAME,
120 0
121};
122
123const u32 nfs4_fsinfo_bitmap[2] = { FATTR4_WORD0_MAXFILESIZE
124 | FATTR4_WORD0_MAXREAD
125 | FATTR4_WORD0_MAXWRITE
126 | FATTR4_WORD0_LEASE_TIME,
127 0
128};
129
Manoj Naik830b8e32006-06-09 09:34:25 -0400130const u32 nfs4_fs_locations_bitmap[2] = {
131 FATTR4_WORD0_TYPE
132 | FATTR4_WORD0_CHANGE
133 | FATTR4_WORD0_SIZE
134 | FATTR4_WORD0_FSID
135 | FATTR4_WORD0_FILEID
136 | FATTR4_WORD0_FS_LOCATIONS,
137 FATTR4_WORD1_MODE
138 | FATTR4_WORD1_NUMLINKS
139 | FATTR4_WORD1_OWNER
140 | FATTR4_WORD1_OWNER_GROUP
141 | FATTR4_WORD1_RAWDEV
142 | FATTR4_WORD1_SPACE_USED
143 | FATTR4_WORD1_TIME_ACCESS
144 | FATTR4_WORD1_TIME_METADATA
145 | FATTR4_WORD1_TIME_MODIFY
146 | FATTR4_WORD1_MOUNTED_ON_FILEID
147};
148
Al Virobc4785c2006-10-19 23:28:51 -0700149static void nfs4_setup_readdir(u64 cookie, __be32 *verifier, struct dentry *dentry,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700150 struct nfs4_readdir_arg *readdir)
151{
Al Viro0dbb4c62006-10-19 23:28:49 -0700152 __be32 *start, *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700153
154 BUG_ON(readdir->count < 80);
155 if (cookie > 2) {
Adrian Bunkb7ef1952005-06-22 17:16:28 +0000156 readdir->cookie = cookie;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700157 memcpy(&readdir->verifier, verifier, sizeof(readdir->verifier));
158 return;
159 }
160
161 readdir->cookie = 0;
162 memset(&readdir->verifier, 0, sizeof(readdir->verifier));
163 if (cookie == 2)
164 return;
165
166 /*
167 * NFSv4 servers do not return entries for '.' and '..'
168 * Therefore, we fake these entries here. We let '.'
169 * have cookie 0 and '..' have cookie 1. Note that
170 * when talking to the server, we always send cookie 0
171 * instead of 1 or 2.
172 */
Al Viro0dbb4c62006-10-19 23:28:49 -0700173 start = p = kmap_atomic(*readdir->pages, KM_USER0);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700174
175 if (cookie == 0) {
176 *p++ = xdr_one; /* next */
177 *p++ = xdr_zero; /* cookie, first word */
178 *p++ = xdr_one; /* cookie, second word */
179 *p++ = xdr_one; /* entry len */
180 memcpy(p, ".\0\0\0", 4); /* entry */
181 p++;
182 *p++ = xdr_one; /* bitmap length */
183 *p++ = htonl(FATTR4_WORD0_FILEID); /* bitmap */
184 *p++ = htonl(8); /* attribute buffer length */
Peter Staubach4e769b92007-08-03 15:07:10 -0400185 p = xdr_encode_hyper(p, NFS_FILEID(dentry->d_inode));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700186 }
187
188 *p++ = xdr_one; /* next */
189 *p++ = xdr_zero; /* cookie, first word */
190 *p++ = xdr_two; /* cookie, second word */
191 *p++ = xdr_two; /* entry len */
192 memcpy(p, "..\0\0", 4); /* entry */
193 p++;
194 *p++ = xdr_one; /* bitmap length */
195 *p++ = htonl(FATTR4_WORD0_FILEID); /* bitmap */
196 *p++ = htonl(8); /* attribute buffer length */
Peter Staubach4e769b92007-08-03 15:07:10 -0400197 p = xdr_encode_hyper(p, NFS_FILEID(dentry->d_parent->d_inode));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700198
199 readdir->pgbase = (char *)p - (char *)start;
200 readdir->count -= readdir->pgbase;
201 kunmap_atomic(start, KM_USER0);
202}
203
Trond Myklebust65de8722008-12-23 15:21:44 -0500204static int nfs4_wait_clnt_recover(struct nfs_client *clp)
205{
206 int res;
207
208 might_sleep();
209
Trond Myklebuste005e802008-12-23 15:21:48 -0500210 res = wait_on_bit(&clp->cl_state, NFS4CLNT_MANAGER_RUNNING,
Trond Myklebust72cb77f2009-03-11 14:10:30 -0400211 nfs_wait_bit_killable, TASK_KILLABLE);
Trond Myklebust65de8722008-12-23 15:21:44 -0500212 return res;
213}
214
215static int nfs4_delay(struct rpc_clnt *clnt, long *timeout)
216{
217 int res = 0;
218
219 might_sleep();
220
221 if (*timeout <= 0)
222 *timeout = NFS4_POLL_RETRY_MIN;
223 if (*timeout > NFS4_POLL_RETRY_MAX)
224 *timeout = NFS4_POLL_RETRY_MAX;
225 schedule_timeout_killable(*timeout);
226 if (fatal_signal_pending(current))
227 res = -ERESTARTSYS;
228 *timeout <<= 1;
229 return res;
230}
231
232/* This is the error handling routine for processes that are allowed
233 * to sleep.
234 */
235static int nfs4_handle_exception(const struct nfs_server *server, int errorcode, struct nfs4_exception *exception)
236{
237 struct nfs_client *clp = server->nfs_client;
Trond Myklebust9e33bed2008-12-23 15:21:46 -0500238 struct nfs4_state *state = exception->state;
Trond Myklebust65de8722008-12-23 15:21:44 -0500239 int ret = errorcode;
240
241 exception->retry = 0;
242 switch(errorcode) {
243 case 0:
244 return 0;
Trond Myklebust9e33bed2008-12-23 15:21:46 -0500245 case -NFS4ERR_ADMIN_REVOKED:
246 case -NFS4ERR_BAD_STATEID:
247 case -NFS4ERR_OPENMODE:
248 if (state == NULL)
249 break;
250 nfs4_state_mark_reclaim_nograce(clp, state);
Trond Myklebust65de8722008-12-23 15:21:44 -0500251 case -NFS4ERR_STALE_CLIENTID:
252 case -NFS4ERR_STALE_STATEID:
253 case -NFS4ERR_EXPIRED:
254 nfs4_schedule_state_recovery(clp);
255 ret = nfs4_wait_clnt_recover(clp);
256 if (ret == 0)
257 exception->retry = 1;
Andy Adamson4745e312009-04-01 09:22:42 -0400258#if !defined(CONFIG_NFS_V4_1)
Trond Myklebust65de8722008-12-23 15:21:44 -0500259 break;
Andy Adamson4745e312009-04-01 09:22:42 -0400260#else /* !defined(CONFIG_NFS_V4_1) */
261 if (!nfs4_has_session(server->nfs_client))
262 break;
263 /* FALLTHROUGH */
264 case -NFS4ERR_BADSESSION:
265 case -NFS4ERR_BADSLOT:
266 case -NFS4ERR_BAD_HIGH_SLOT:
267 case -NFS4ERR_CONN_NOT_BOUND_TO_SESSION:
268 case -NFS4ERR_DEADSESSION:
269 case -NFS4ERR_SEQ_FALSE_RETRY:
270 case -NFS4ERR_SEQ_MISORDERED:
271 dprintk("%s ERROR: %d Reset session\n", __func__,
272 errorcode);
Andy Adamson0b9e2d42009-12-04 16:02:14 -0500273 nfs4_schedule_state_recovery(clp);
Andy Adamson4745e312009-04-01 09:22:42 -0400274 exception->retry = 1;
Andy Adamsonb9179232009-12-04 15:55:32 -0500275 break;
Andy Adamson4745e312009-04-01 09:22:42 -0400276#endif /* !defined(CONFIG_NFS_V4_1) */
Trond Myklebust65de8722008-12-23 15:21:44 -0500277 case -NFS4ERR_FILE_OPEN:
NeilBrown44ed3552009-12-03 15:58:56 -0500278 if (exception->timeout > HZ) {
279 /* We have retried a decent amount, time to
280 * fail
281 */
282 ret = -EBUSY;
283 break;
284 }
Trond Myklebust65de8722008-12-23 15:21:44 -0500285 case -NFS4ERR_GRACE:
286 case -NFS4ERR_DELAY:
287 ret = nfs4_delay(server->client, &exception->timeout);
288 if (ret != 0)
289 break;
290 case -NFS4ERR_OLD_STATEID:
291 exception->retry = 1;
292 }
293 /* We failed to handle the error */
294 return nfs4_map_errors(ret);
295}
296
297
Trond Myklebust26e976a2006-01-03 09:55:21 +0100298static void renew_lease(const struct nfs_server *server, unsigned long timestamp)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700299{
David Howells7539bba2006-08-22 20:06:09 -0400300 struct nfs_client *clp = server->nfs_client;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700301 spin_lock(&clp->cl_lock);
302 if (time_before(clp->cl_last_renewal,timestamp))
303 clp->cl_last_renewal = timestamp;
304 spin_unlock(&clp->cl_lock);
305}
306
Andy Adamsoncccef3b2009-04-01 09:22:03 -0400307#if defined(CONFIG_NFS_V4_1)
308
Benny Halevy510b8172009-04-01 09:22:14 -0400309/*
Andy Adamsone2c4ab32009-04-01 09:22:16 -0400310 * nfs4_free_slot - free a slot and efficiently update slot table.
311 *
312 * freeing a slot is trivially done by clearing its respective bit
313 * in the bitmap.
314 * If the freed slotid equals highest_used_slotid we want to update it
315 * so that the server would be able to size down the slot table if needed,
316 * otherwise we know that the highest_used_slotid is still in use.
317 * When updating highest_used_slotid there may be "holes" in the bitmap
318 * so we need to scan down from highest_used_slotid to 0 looking for the now
319 * highest slotid in use.
320 * If none found, highest_used_slotid is set to -1.
Trond Myklebust35dc1d72009-12-05 19:32:19 -0500321 *
322 * Must be called while holding tbl->slot_tbl_lock
Andy Adamsone2c4ab32009-04-01 09:22:16 -0400323 */
324static void
325nfs4_free_slot(struct nfs4_slot_table *tbl, u8 free_slotid)
326{
327 int slotid = free_slotid;
328
Andy Adamsone2c4ab32009-04-01 09:22:16 -0400329 /* clear used bit in bitmap */
330 __clear_bit(slotid, tbl->used_slots);
331
332 /* update highest_used_slotid when it is freed */
333 if (slotid == tbl->highest_used_slotid) {
334 slotid = find_last_bit(tbl->used_slots, tbl->max_slots);
Trond Myklebustbcb56162009-12-05 19:32:19 -0500335 if (slotid < tbl->max_slots)
Andy Adamsone2c4ab32009-04-01 09:22:16 -0400336 tbl->highest_used_slotid = slotid;
337 else
338 tbl->highest_used_slotid = -1;
339 }
Andy Adamsone2c4ab32009-04-01 09:22:16 -0400340 dprintk("%s: free_slotid %u highest_used_slotid %d\n", __func__,
341 free_slotid, tbl->highest_used_slotid);
342}
343
Trond Myklebustd61e6122009-12-05 19:32:19 -0500344static void nfs41_sequence_free_slot(const struct nfs_client *clp,
Andy Adamson13615872009-04-01 09:22:17 -0400345 struct nfs4_sequence_res *res)
346{
347 struct nfs4_slot_table *tbl;
348
Andy Adamson13615872009-04-01 09:22:17 -0400349 tbl = &clp->cl_session->fc_slot_table;
350 if (res->sr_slotid == NFS4_MAX_SLOT_TABLE) {
Andy Adamson13615872009-04-01 09:22:17 -0400351 /* just wake up the next guy waiting since
352 * we may have not consumed a slot after all */
Andy Adamson691daf32009-12-04 15:55:39 -0500353 dprintk("%s: No slot\n", __func__);
Trond Myklebust35dc1d72009-12-05 19:32:19 -0500354 return;
Andy Adamson13615872009-04-01 09:22:17 -0400355 }
Andy Adamsonea028ac2009-12-04 15:55:38 -0500356
Trond Myklebust35dc1d72009-12-05 19:32:19 -0500357 spin_lock(&tbl->slot_tbl_lock);
358 nfs4_free_slot(tbl, res->sr_slotid);
359
Andy Adamsonea028ac2009-12-04 15:55:38 -0500360 /* Signal state manager thread if session is drained */
361 if (test_bit(NFS4CLNT_SESSION_DRAINING, &clp->cl_state)) {
Andy Adamsonea028ac2009-12-04 15:55:38 -0500362 if (tbl->highest_used_slotid == -1) {
363 dprintk("%s COMPLETE: Session Drained\n", __func__);
364 complete(&clp->cl_session->complete);
365 }
Trond Myklebustbcb56162009-12-05 19:32:19 -0500366 } else
Andy Adamson691daf32009-12-04 15:55:39 -0500367 rpc_wake_up_next(&tbl->slot_tbl_waitq);
Trond Myklebust35dc1d72009-12-05 19:32:19 -0500368 spin_unlock(&tbl->slot_tbl_lock);
369 res->sr_slotid = NFS4_MAX_SLOT_TABLE;
Andy Adamson13615872009-04-01 09:22:17 -0400370}
371
Andy Adamsonb0df8062009-04-01 09:22:18 -0400372static void nfs41_sequence_done(struct nfs_client *clp,
373 struct nfs4_sequence_res *res,
374 int rpc_status)
375{
376 unsigned long timestamp;
377 struct nfs4_slot_table *tbl;
378 struct nfs4_slot *slot;
379
380 /*
381 * sr_status remains 1 if an RPC level error occurred. The server
382 * may or may not have processed the sequence operation..
383 * Proceed as if the server received and processed the sequence
384 * operation.
385 */
386 if (res->sr_status == 1)
387 res->sr_status = NFS_OK;
388
389 /* -ERESTARTSYS can result in skipping nfs41_sequence_setup */
390 if (res->sr_slotid == NFS4_MAX_SLOT_TABLE)
391 goto out;
392
Andy Adamson691daf32009-12-04 15:55:39 -0500393 /* Check the SEQUENCE operation status */
Andy Adamsonb0df8062009-04-01 09:22:18 -0400394 if (res->sr_status == 0) {
Andy Adamson691daf32009-12-04 15:55:39 -0500395 tbl = &clp->cl_session->fc_slot_table;
396 slot = tbl->slots + res->sr_slotid;
Andy Adamsonb0df8062009-04-01 09:22:18 -0400397 /* Update the slot's sequence and clientid lease timer */
398 ++slot->seq_nr;
399 timestamp = res->sr_renewal_time;
400 spin_lock(&clp->cl_lock);
401 if (time_before(clp->cl_last_renewal, timestamp))
402 clp->cl_last_renewal = timestamp;
403 spin_unlock(&clp->cl_lock);
Alexandros Batsakis0629e372009-12-05 13:46:14 -0500404 /* Check sequence flags */
405 nfs41_handle_sequence_flag_errors(clp, res->sr_status_flags);
Andy Adamsonb0df8062009-04-01 09:22:18 -0400406 }
407out:
408 /* The session may be reset by one of the error handlers. */
409 dprintk("%s: Error %d free the slot \n", __func__, res->sr_status);
410 nfs41_sequence_free_slot(clp, res);
411}
412
Andy Adamsone2c4ab32009-04-01 09:22:16 -0400413/*
Benny Halevy510b8172009-04-01 09:22:14 -0400414 * nfs4_find_slot - efficiently look for a free slot
415 *
416 * nfs4_find_slot looks for an unset bit in the used_slots bitmap.
417 * If found, we mark the slot as used, update the highest_used_slotid,
418 * and respectively set up the sequence operation args.
419 * The slot number is returned if found, or NFS4_MAX_SLOT_TABLE otherwise.
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400420 *
421 * Note: must be called with under the slot_tbl_lock.
Benny Halevy510b8172009-04-01 09:22:14 -0400422 */
423static u8
424nfs4_find_slot(struct nfs4_slot_table *tbl, struct rpc_task *task)
425{
426 int slotid;
427 u8 ret_id = NFS4_MAX_SLOT_TABLE;
428 BUILD_BUG_ON((u8)NFS4_MAX_SLOT_TABLE != (int)NFS4_MAX_SLOT_TABLE);
429
Benny Halevy510b8172009-04-01 09:22:14 -0400430 dprintk("--> %s used_slots=%04lx highest_used=%d max_slots=%d\n",
431 __func__, tbl->used_slots[0], tbl->highest_used_slotid,
432 tbl->max_slots);
433 slotid = find_first_zero_bit(tbl->used_slots, tbl->max_slots);
434 if (slotid >= tbl->max_slots)
435 goto out;
436 __set_bit(slotid, tbl->used_slots);
437 if (slotid > tbl->highest_used_slotid)
438 tbl->highest_used_slotid = slotid;
439 ret_id = slotid;
440out:
441 dprintk("<-- %s used_slots=%04lx highest_used=%d slotid=%d \n",
442 __func__, tbl->used_slots[0], tbl->highest_used_slotid, ret_id);
Benny Halevy510b8172009-04-01 09:22:14 -0400443 return ret_id;
444}
445
Andy Adamsonce5039c2009-04-01 09:22:13 -0400446static int nfs41_setup_sequence(struct nfs4_session *session,
447 struct nfs4_sequence_args *args,
448 struct nfs4_sequence_res *res,
449 int cache_reply,
450 struct rpc_task *task)
451{
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400452 struct nfs4_slot *slot;
453 struct nfs4_slot_table *tbl;
454 u8 slotid;
455
456 dprintk("--> %s\n", __func__);
Andy Adamsonce5039c2009-04-01 09:22:13 -0400457 /* slot already allocated? */
458 if (res->sr_slotid != NFS4_MAX_SLOT_TABLE)
459 return 0;
460
461 memset(res, 0, sizeof(*res));
462 res->sr_slotid = NFS4_MAX_SLOT_TABLE;
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400463 tbl = &session->fc_slot_table;
464
465 spin_lock(&tbl->slot_tbl_lock);
Andy Adamson0b9e2d42009-12-04 16:02:14 -0500466 if (test_bit(NFS4CLNT_SESSION_DRAINING, &session->clp->cl_state)) {
Andy Adamsonea028ac2009-12-04 15:55:38 -0500467 /*
468 * The state manager will wait until the slot table is empty.
469 * Schedule the reset thread
470 */
Andy Adamson05f0d232009-12-04 15:55:37 -0500471 rpc_sleep_on(&tbl->slot_tbl_waitq, task, NULL);
Andy Adamsonb069d942009-04-01 09:22:43 -0400472 spin_unlock(&tbl->slot_tbl_lock);
Trond Myklebustbcb56162009-12-05 19:32:19 -0500473 dprintk("%s Schedule Session Reset\n", __func__);
Andy Adamson05f0d232009-12-04 15:55:37 -0500474 return -EAGAIN;
Andy Adamsonb069d942009-04-01 09:22:43 -0400475 }
476
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400477 slotid = nfs4_find_slot(tbl, task);
478 if (slotid == NFS4_MAX_SLOT_TABLE) {
479 rpc_sleep_on(&tbl->slot_tbl_waitq, task, NULL);
480 spin_unlock(&tbl->slot_tbl_lock);
481 dprintk("<-- %s: no free slots\n", __func__);
482 return -EAGAIN;
483 }
484 spin_unlock(&tbl->slot_tbl_lock);
485
486 slot = tbl->slots + slotid;
Benny Halevy99fe60d2009-04-01 09:22:29 -0400487 args->sa_session = session;
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400488 args->sa_slotid = slotid;
489 args->sa_cache_this = cache_reply;
490
491 dprintk("<-- %s slotid=%d seqid=%d\n", __func__, slotid, slot->seq_nr);
492
Benny Halevy99fe60d2009-04-01 09:22:29 -0400493 res->sr_session = session;
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400494 res->sr_slotid = slotid;
495 res->sr_renewal_time = jiffies;
496 /*
497 * sr_status is only set in decode_sequence, and so will remain
498 * set to 1 if an rpc level failure occurs.
499 */
500 res->sr_status = 1;
Andy Adamsonce5039c2009-04-01 09:22:13 -0400501 return 0;
502}
503
504int nfs4_setup_sequence(struct nfs_client *clp,
505 struct nfs4_sequence_args *args,
506 struct nfs4_sequence_res *res,
507 int cache_reply,
508 struct rpc_task *task)
509{
510 int ret = 0;
511
512 dprintk("--> %s clp %p session %p sr_slotid %d\n",
513 __func__, clp, clp->cl_session, res->sr_slotid);
514
515 if (!nfs4_has_session(clp))
516 goto out;
517 ret = nfs41_setup_sequence(clp->cl_session, args, res, cache_reply,
518 task);
Andy Adamson2628edd2009-12-04 15:55:35 -0500519 if (ret && ret != -EAGAIN) {
Andy Adamsonce5039c2009-04-01 09:22:13 -0400520 /* terminate rpc task */
521 task->tk_status = ret;
522 task->tk_action = NULL;
523 }
524out:
525 dprintk("<-- %s status=%d\n", __func__, ret);
526 return ret;
527}
528
529struct nfs41_call_sync_data {
530 struct nfs_client *clp;
531 struct nfs4_sequence_args *seq_args;
532 struct nfs4_sequence_res *seq_res;
533 int cache_reply;
534};
535
536static void nfs41_call_sync_prepare(struct rpc_task *task, void *calldata)
537{
538 struct nfs41_call_sync_data *data = calldata;
539
540 dprintk("--> %s data->clp->cl_session %p\n", __func__,
541 data->clp->cl_session);
542 if (nfs4_setup_sequence(data->clp, data->seq_args,
543 data->seq_res, data->cache_reply, task))
544 return;
545 rpc_call_start(task);
546}
547
Andy Adamson69ab40c2009-04-01 09:22:19 -0400548static void nfs41_call_sync_done(struct rpc_task *task, void *calldata)
549{
550 struct nfs41_call_sync_data *data = calldata;
551
552 nfs41_sequence_done(data->clp, data->seq_res, task->tk_status);
Andy Adamson69ab40c2009-04-01 09:22:19 -0400553}
554
Andy Adamsonce5039c2009-04-01 09:22:13 -0400555struct rpc_call_ops nfs41_call_sync_ops = {
556 .rpc_call_prepare = nfs41_call_sync_prepare,
Andy Adamson69ab40c2009-04-01 09:22:19 -0400557 .rpc_call_done = nfs41_call_sync_done,
Andy Adamsonce5039c2009-04-01 09:22:13 -0400558};
559
560static int nfs4_call_sync_sequence(struct nfs_client *clp,
561 struct rpc_clnt *clnt,
562 struct rpc_message *msg,
563 struct nfs4_sequence_args *args,
564 struct nfs4_sequence_res *res,
565 int cache_reply)
566{
567 int ret;
568 struct rpc_task *task;
569 struct nfs41_call_sync_data data = {
570 .clp = clp,
571 .seq_args = args,
572 .seq_res = res,
573 .cache_reply = cache_reply,
574 };
575 struct rpc_task_setup task_setup = {
576 .rpc_client = clnt,
577 .rpc_message = msg,
578 .callback_ops = &nfs41_call_sync_ops,
579 .callback_data = &data
580 };
581
582 res->sr_slotid = NFS4_MAX_SLOT_TABLE;
583 task = rpc_run_task(&task_setup);
584 if (IS_ERR(task))
585 ret = PTR_ERR(task);
586 else {
587 ret = task->tk_status;
588 rpc_put_task(task);
589 }
590 return ret;
591}
592
Andy Adamsoncccef3b2009-04-01 09:22:03 -0400593int _nfs4_call_sync_session(struct nfs_server *server,
594 struct rpc_message *msg,
595 struct nfs4_sequence_args *args,
596 struct nfs4_sequence_res *res,
597 int cache_reply)
598{
Andy Adamsonce5039c2009-04-01 09:22:13 -0400599 return nfs4_call_sync_sequence(server->nfs_client, server->client,
600 msg, args, res, cache_reply);
Andy Adamsoncccef3b2009-04-01 09:22:03 -0400601}
602
603#endif /* CONFIG_NFS_V4_1 */
604
605int _nfs4_call_sync(struct nfs_server *server,
606 struct rpc_message *msg,
607 struct nfs4_sequence_args *args,
608 struct nfs4_sequence_res *res,
609 int cache_reply)
610{
Benny Halevyf3752972009-04-01 09:22:04 -0400611 args->sa_session = res->sr_session = NULL;
Andy Adamsoncccef3b2009-04-01 09:22:03 -0400612 return rpc_call_sync(server->client, msg, 0);
613}
614
615#define nfs4_call_sync(server, msg, args, res, cache_reply) \
616 (server)->nfs_client->cl_call_sync((server), (msg), &(args)->seq_args, \
617 &(res)->seq_res, (cache_reply))
618
Andy Adamsonb0df8062009-04-01 09:22:18 -0400619static void nfs4_sequence_done(const struct nfs_server *server,
620 struct nfs4_sequence_res *res, int rpc_status)
621{
622#ifdef CONFIG_NFS_V4_1
623 if (nfs4_has_session(server->nfs_client))
624 nfs41_sequence_done(server->nfs_client, res, rpc_status);
625#endif /* CONFIG_NFS_V4_1 */
626}
627
Trond Myklebust38478b22006-05-25 01:40:57 -0400628static void update_changeattr(struct inode *dir, struct nfs4_change_info *cinfo)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700629{
Trond Myklebust38478b22006-05-25 01:40:57 -0400630 struct nfs_inode *nfsi = NFS_I(dir);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700631
Trond Myklebust38478b22006-05-25 01:40:57 -0400632 spin_lock(&dir->i_lock);
Trond Myklebust40d24702007-10-08 09:24:22 -0400633 nfsi->cache_validity |= NFS_INO_INVALID_ATTR|NFS_INO_REVAL_PAGECACHE|NFS_INO_INVALID_DATA;
634 if (!cinfo->atomic || cinfo->before != nfsi->change_attr)
Trond Myklebustbfc69a42007-10-15 18:18:29 -0400635 nfs_force_lookup_revalidate(dir);
Trond Myklebust40d24702007-10-08 09:24:22 -0400636 nfsi->change_attr = cinfo->after;
Trond Myklebust38478b22006-05-25 01:40:57 -0400637 spin_unlock(&dir->i_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700638}
639
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100640struct nfs4_opendata {
Trond Myklebustc6d00e62007-06-17 16:02:44 -0400641 struct kref kref;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100642 struct nfs_openargs o_arg;
643 struct nfs_openres o_res;
Trond Myklebustcdd4e682006-01-03 09:55:12 +0100644 struct nfs_open_confirmargs c_arg;
645 struct nfs_open_confirmres c_res;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100646 struct nfs_fattr f_attr;
647 struct nfs_fattr dir_attr;
Trond Myklebustad389da2007-06-05 12:30:00 -0400648 struct path path;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100649 struct dentry *dir;
650 struct nfs4_state_owner *owner;
Trond Myklebustaac00a82007-07-05 19:02:21 -0400651 struct nfs4_state *state;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100652 struct iattr attrs;
Trond Myklebust26e976a2006-01-03 09:55:21 +0100653 unsigned long timestamp;
Trond Myklebust3e309912007-07-07 13:19:59 -0400654 unsigned int rpc_done : 1;
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100655 int rpc_status;
656 int cancelled;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100657};
658
Trond Myklebust2ced46c2007-07-03 23:48:13 -0400659
660static void nfs4_init_opendata_res(struct nfs4_opendata *p)
661{
662 p->o_res.f_attr = &p->f_attr;
663 p->o_res.dir_attr = &p->dir_attr;
Trond Myklebustc1d51932008-04-07 13:20:54 -0400664 p->o_res.seqid = p->o_arg.seqid;
665 p->c_res.seqid = p->c_arg.seqid;
Trond Myklebust2ced46c2007-07-03 23:48:13 -0400666 p->o_res.server = p->o_arg.server;
667 nfs_fattr_init(&p->f_attr);
668 nfs_fattr_init(&p->dir_attr);
Benny Halevy578e4582009-06-18 22:01:23 -0400669 p->o_res.seq_res.sr_slotid = NFS4_MAX_SLOT_TABLE;
Trond Myklebust2ced46c2007-07-03 23:48:13 -0400670}
671
Trond Myklebustad389da2007-06-05 12:30:00 -0400672static struct nfs4_opendata *nfs4_opendata_alloc(struct path *path,
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500673 struct nfs4_state_owner *sp, fmode_t fmode, int flags,
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100674 const struct iattr *attrs)
675{
Trond Myklebustad389da2007-06-05 12:30:00 -0400676 struct dentry *parent = dget_parent(path->dentry);
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100677 struct inode *dir = parent->d_inode;
678 struct nfs_server *server = NFS_SERVER(dir);
679 struct nfs4_opendata *p;
680
681 p = kzalloc(sizeof(*p), GFP_KERNEL);
682 if (p == NULL)
683 goto err;
684 p->o_arg.seqid = nfs_alloc_seqid(&sp->so_seqid);
685 if (p->o_arg.seqid == NULL)
686 goto err_free;
Trond Myklebustad389da2007-06-05 12:30:00 -0400687 p->path.mnt = mntget(path->mnt);
688 p->path.dentry = dget(path->dentry);
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100689 p->dir = parent;
690 p->owner = sp;
691 atomic_inc(&sp->so_count);
692 p->o_arg.fh = NFS_FH(dir);
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500693 p->o_arg.open_flags = flags;
694 p->o_arg.fmode = fmode & (FMODE_READ|FMODE_WRITE);
David Howells7539bba2006-08-22 20:06:09 -0400695 p->o_arg.clientid = server->nfs_client->cl_clientid;
Trond Myklebust9f958ab2007-07-02 13:58:33 -0400696 p->o_arg.id = sp->so_owner_id.id;
Trond Myklebustad389da2007-06-05 12:30:00 -0400697 p->o_arg.name = &p->path.dentry->d_name;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100698 p->o_arg.server = server;
699 p->o_arg.bitmask = server->attr_bitmask;
700 p->o_arg.claim = NFS4_OPEN_CLAIM_NULL;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100701 if (flags & O_EXCL) {
Alexandros Batsakis4882ef72009-12-05 13:30:21 -0500702 if (nfs4_has_persistent_session(server->nfs_client)) {
703 /* GUARDED */
704 p->o_arg.u.attrs = &p->attrs;
705 memcpy(&p->attrs, attrs, sizeof(p->attrs));
706 } else { /* EXCLUSIVE4_1 */
707 u32 *s = (u32 *) p->o_arg.u.verifier.data;
708 s[0] = jiffies;
709 s[1] = current->pid;
710 }
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100711 } else if (flags & O_CREAT) {
712 p->o_arg.u.attrs = &p->attrs;
713 memcpy(&p->attrs, attrs, sizeof(p->attrs));
714 }
Trond Myklebustcdd4e682006-01-03 09:55:12 +0100715 p->c_arg.fh = &p->o_res.fh;
716 p->c_arg.stateid = &p->o_res.stateid;
717 p->c_arg.seqid = p->o_arg.seqid;
Trond Myklebust2ced46c2007-07-03 23:48:13 -0400718 nfs4_init_opendata_res(p);
Trond Myklebustc6d00e62007-06-17 16:02:44 -0400719 kref_init(&p->kref);
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100720 return p;
721err_free:
722 kfree(p);
723err:
724 dput(parent);
725 return NULL;
726}
727
Trond Myklebustc6d00e62007-06-17 16:02:44 -0400728static void nfs4_opendata_free(struct kref *kref)
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100729{
Trond Myklebustc6d00e62007-06-17 16:02:44 -0400730 struct nfs4_opendata *p = container_of(kref,
731 struct nfs4_opendata, kref);
732
733 nfs_free_seqid(p->o_arg.seqid);
Trond Myklebustaac00a82007-07-05 19:02:21 -0400734 if (p->state != NULL)
735 nfs4_put_open_state(p->state);
Trond Myklebustc6d00e62007-06-17 16:02:44 -0400736 nfs4_put_state_owner(p->owner);
737 dput(p->dir);
Jan Blunck31f31db12008-05-02 13:42:45 -0700738 path_put(&p->path);
Trond Myklebustc6d00e62007-06-17 16:02:44 -0400739 kfree(p);
740}
741
742static void nfs4_opendata_put(struct nfs4_opendata *p)
743{
744 if (p != NULL)
745 kref_put(&p->kref, nfs4_opendata_free);
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100746}
747
Trond Myklebust06f814a2006-01-03 09:55:07 +0100748static int nfs4_wait_for_completion_rpc_task(struct rpc_task *task)
749{
Trond Myklebust06f814a2006-01-03 09:55:07 +0100750 int ret;
751
Trond Myklebust06f814a2006-01-03 09:55:07 +0100752 ret = rpc_wait_for_completion_task(task);
Trond Myklebust06f814a2006-01-03 09:55:07 +0100753 return ret;
754}
755
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500756static int can_open_cached(struct nfs4_state *state, fmode_t mode, int open_mode)
Trond Myklebust6ee41262007-07-08 14:11:36 -0400757{
758 int ret = 0;
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500759
760 if (open_mode & O_EXCL)
761 goto out;
762 switch (mode & (FMODE_READ|FMODE_WRITE)) {
Trond Myklebust6ee41262007-07-08 14:11:36 -0400763 case FMODE_READ:
764 ret |= test_bit(NFS_O_RDONLY_STATE, &state->flags) != 0;
Trond Myklebust6ee41262007-07-08 14:11:36 -0400765 break;
766 case FMODE_WRITE:
767 ret |= test_bit(NFS_O_WRONLY_STATE, &state->flags) != 0;
Trond Myklebust6ee41262007-07-08 14:11:36 -0400768 break;
769 case FMODE_READ|FMODE_WRITE:
770 ret |= test_bit(NFS_O_RDWR_STATE, &state->flags) != 0;
771 }
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500772out:
Trond Myklebust6ee41262007-07-08 14:11:36 -0400773 return ret;
774}
775
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500776static int can_open_delegated(struct nfs_delegation *delegation, fmode_t fmode)
Trond Myklebustaac00a82007-07-05 19:02:21 -0400777{
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500778 if ((delegation->type & fmode) != fmode)
Trond Myklebustaac00a82007-07-05 19:02:21 -0400779 return 0;
Trond Myklebust15c831b2008-12-23 15:21:39 -0500780 if (test_bit(NFS_DELEGATION_NEED_RECLAIM, &delegation->flags))
Trond Myklebustaac00a82007-07-05 19:02:21 -0400781 return 0;
Trond Myklebustb7391f42008-12-23 15:21:52 -0500782 nfs_mark_delegation_referenced(delegation);
Trond Myklebustaac00a82007-07-05 19:02:21 -0400783 return 1;
784}
785
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500786static void update_open_stateflags(struct nfs4_state *state, fmode_t fmode)
Trond Myklebuste7616922006-01-03 09:55:13 +0100787{
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500788 switch (fmode) {
Trond Myklebuste7616922006-01-03 09:55:13 +0100789 case FMODE_WRITE:
790 state->n_wronly++;
791 break;
792 case FMODE_READ:
793 state->n_rdonly++;
794 break;
795 case FMODE_READ|FMODE_WRITE:
796 state->n_rdwr++;
797 }
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500798 nfs4_state_set_mode_locked(state, state->state | fmode);
Trond Myklebuste7616922006-01-03 09:55:13 +0100799}
800
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500801static void nfs_set_open_stateid_locked(struct nfs4_state *state, nfs4_stateid *stateid, fmode_t fmode)
Trond Myklebust003707c2007-07-05 18:07:55 -0400802{
803 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0)
804 memcpy(state->stateid.data, stateid->data, sizeof(state->stateid.data));
805 memcpy(state->open_stateid.data, stateid->data, sizeof(state->open_stateid.data));
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500806 switch (fmode) {
Trond Myklebust003707c2007-07-05 18:07:55 -0400807 case FMODE_READ:
808 set_bit(NFS_O_RDONLY_STATE, &state->flags);
809 break;
810 case FMODE_WRITE:
811 set_bit(NFS_O_WRONLY_STATE, &state->flags);
812 break;
813 case FMODE_READ|FMODE_WRITE:
814 set_bit(NFS_O_RDWR_STATE, &state->flags);
815 }
816}
817
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500818static void nfs_set_open_stateid(struct nfs4_state *state, nfs4_stateid *stateid, fmode_t fmode)
Trond Myklebust003707c2007-07-05 18:07:55 -0400819{
Trond Myklebust8bda4e42007-07-09 10:45:42 -0400820 write_seqlock(&state->seqlock);
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500821 nfs_set_open_stateid_locked(state, stateid, fmode);
Trond Myklebust8bda4e42007-07-09 10:45:42 -0400822 write_sequnlock(&state->seqlock);
Trond Myklebust003707c2007-07-05 18:07:55 -0400823}
824
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500825static 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 -0700826{
Trond Myklebust8bda4e42007-07-09 10:45:42 -0400827 /*
828 * Protect the call to nfs4_state_set_mode_locked and
829 * serialise the stateid update
830 */
831 write_seqlock(&state->seqlock);
Trond Myklebust003707c2007-07-05 18:07:55 -0400832 if (deleg_stateid != NULL) {
833 memcpy(state->stateid.data, deleg_stateid->data, sizeof(state->stateid.data));
834 set_bit(NFS_DELEGATED_STATE, &state->flags);
835 }
836 if (open_stateid != NULL)
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500837 nfs_set_open_stateid_locked(state, open_stateid, fmode);
Trond Myklebust8bda4e42007-07-09 10:45:42 -0400838 write_sequnlock(&state->seqlock);
839 spin_lock(&state->owner->so_lock);
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500840 update_open_stateflags(state, fmode);
Trond Myklebustec073422005-10-20 14:22:47 -0700841 spin_unlock(&state->owner->so_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700842}
843
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500844static 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 -0500845{
846 struct nfs_inode *nfsi = NFS_I(state->inode);
847 struct nfs_delegation *deleg_cur;
848 int ret = 0;
849
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500850 fmode &= (FMODE_READ|FMODE_WRITE);
Trond Myklebust34310432008-12-23 15:21:38 -0500851
852 rcu_read_lock();
853 deleg_cur = rcu_dereference(nfsi->delegation);
854 if (deleg_cur == NULL)
855 goto no_delegation;
856
857 spin_lock(&deleg_cur->lock);
858 if (nfsi->delegation != deleg_cur ||
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500859 (deleg_cur->type & fmode) != fmode)
Trond Myklebust34310432008-12-23 15:21:38 -0500860 goto no_delegation_unlock;
861
862 if (delegation == NULL)
863 delegation = &deleg_cur->stateid;
864 else if (memcmp(deleg_cur->stateid.data, delegation->data, NFS4_STATEID_SIZE) != 0)
865 goto no_delegation_unlock;
866
Trond Myklebustb7391f42008-12-23 15:21:52 -0500867 nfs_mark_delegation_referenced(deleg_cur);
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500868 __update_open_stateid(state, open_stateid, &deleg_cur->stateid, fmode);
Trond Myklebust34310432008-12-23 15:21:38 -0500869 ret = 1;
870no_delegation_unlock:
871 spin_unlock(&deleg_cur->lock);
872no_delegation:
873 rcu_read_unlock();
874
875 if (!ret && open_stateid != NULL) {
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500876 __update_open_stateid(state, open_stateid, NULL, fmode);
Trond Myklebust34310432008-12-23 15:21:38 -0500877 ret = 1;
878 }
879
880 return ret;
881}
882
883
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500884static void nfs4_return_incompatible_delegation(struct inode *inode, fmode_t fmode)
Trond Myklebustaac00a82007-07-05 19:02:21 -0400885{
886 struct nfs_delegation *delegation;
887
888 rcu_read_lock();
889 delegation = rcu_dereference(NFS_I(inode)->delegation);
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500890 if (delegation == NULL || (delegation->type & fmode) == fmode) {
Trond Myklebustaac00a82007-07-05 19:02:21 -0400891 rcu_read_unlock();
892 return;
893 }
894 rcu_read_unlock();
895 nfs_inode_return_delegation(inode);
896}
897
Trond Myklebust6ee41262007-07-08 14:11:36 -0400898static struct nfs4_state *nfs4_try_open_cached(struct nfs4_opendata *opendata)
Trond Myklebustaac00a82007-07-05 19:02:21 -0400899{
900 struct nfs4_state *state = opendata->state;
901 struct nfs_inode *nfsi = NFS_I(state->inode);
902 struct nfs_delegation *delegation;
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500903 int open_mode = opendata->o_arg.open_flags & O_EXCL;
904 fmode_t fmode = opendata->o_arg.fmode;
Trond Myklebustaac00a82007-07-05 19:02:21 -0400905 nfs4_stateid stateid;
906 int ret = -EAGAIN;
907
Trond Myklebustaac00a82007-07-05 19:02:21 -0400908 for (;;) {
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500909 if (can_open_cached(state, fmode, open_mode)) {
Trond Myklebust6ee41262007-07-08 14:11:36 -0400910 spin_lock(&state->owner->so_lock);
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500911 if (can_open_cached(state, fmode, open_mode)) {
912 update_open_stateflags(state, fmode);
Trond Myklebust6ee41262007-07-08 14:11:36 -0400913 spin_unlock(&state->owner->so_lock);
Trond Myklebust6ee41262007-07-08 14:11:36 -0400914 goto out_return_state;
915 }
916 spin_unlock(&state->owner->so_lock);
917 }
Trond Myklebust34310432008-12-23 15:21:38 -0500918 rcu_read_lock();
919 delegation = rcu_dereference(nfsi->delegation);
920 if (delegation == NULL ||
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500921 !can_open_delegated(delegation, fmode)) {
Trond Myklebust34310432008-12-23 15:21:38 -0500922 rcu_read_unlock();
Trond Myklebust6ee41262007-07-08 14:11:36 -0400923 break;
Trond Myklebust34310432008-12-23 15:21:38 -0500924 }
Trond Myklebustaac00a82007-07-05 19:02:21 -0400925 /* Save the delegation */
926 memcpy(stateid.data, delegation->stateid.data, sizeof(stateid.data));
927 rcu_read_unlock();
Trond Myklebustaf22f942007-08-10 17:45:10 -0400928 ret = nfs_may_open(state->inode, state->owner->so_cred, open_mode);
Trond Myklebustaac00a82007-07-05 19:02:21 -0400929 if (ret != 0)
930 goto out;
931 ret = -EAGAIN;
Trond Myklebust34310432008-12-23 15:21:38 -0500932
933 /* Try to update the stateid using the delegation */
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500934 if (update_open_stateid(state, NULL, &stateid, fmode))
Trond Myklebust34310432008-12-23 15:21:38 -0500935 goto out_return_state;
Trond Myklebustaac00a82007-07-05 19:02:21 -0400936 }
Trond Myklebustaac00a82007-07-05 19:02:21 -0400937out:
938 return ERR_PTR(ret);
939out_return_state:
940 atomic_inc(&state->count);
941 return state;
942}
943
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100944static struct nfs4_state *nfs4_opendata_to_nfs4_state(struct nfs4_opendata *data)
945{
946 struct inode *inode;
947 struct nfs4_state *state = NULL;
Trond Myklebust003707c2007-07-05 18:07:55 -0400948 struct nfs_delegation *delegation;
Trond Myklebust1b370bc2007-07-07 08:04:47 -0400949 int ret;
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100950
Trond Myklebustaac00a82007-07-05 19:02:21 -0400951 if (!data->rpc_done) {
Trond Myklebust6ee41262007-07-08 14:11:36 -0400952 state = nfs4_try_open_cached(data);
Trond Myklebustaac00a82007-07-05 19:02:21 -0400953 goto out;
954 }
955
Trond Myklebust1b370bc2007-07-07 08:04:47 -0400956 ret = -EAGAIN;
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100957 if (!(data->f_attr.valid & NFS_ATTR_FATTR))
Trond Myklebust1b370bc2007-07-07 08:04:47 -0400958 goto err;
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100959 inode = nfs_fhget(data->dir->d_sb, &data->o_res.fh, &data->f_attr);
Trond Myklebust1b370bc2007-07-07 08:04:47 -0400960 ret = PTR_ERR(inode);
Trond Myklebust03f28e32006-03-20 13:44:48 -0500961 if (IS_ERR(inode))
Trond Myklebust1b370bc2007-07-07 08:04:47 -0400962 goto err;
963 ret = -ENOMEM;
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100964 state = nfs4_get_open_state(inode, data->owner);
965 if (state == NULL)
Trond Myklebust1b370bc2007-07-07 08:04:47 -0400966 goto err_put_inode;
Trond Myklebust549d6ed2007-07-03 16:42:45 -0400967 if (data->o_res.delegation_type != 0) {
Trond Myklebust549d6ed2007-07-03 16:42:45 -0400968 int delegation_flags = 0;
969
Trond Myklebust003707c2007-07-05 18:07:55 -0400970 rcu_read_lock();
971 delegation = rcu_dereference(NFS_I(inode)->delegation);
972 if (delegation)
973 delegation_flags = delegation->flags;
974 rcu_read_unlock();
Trond Myklebust15c831b2008-12-23 15:21:39 -0500975 if ((delegation_flags & 1UL<<NFS_DELEGATION_NEED_RECLAIM) == 0)
Trond Myklebust549d6ed2007-07-03 16:42:45 -0400976 nfs_inode_set_delegation(state->inode,
977 data->owner->so_cred,
978 &data->o_res);
979 else
980 nfs_inode_reclaim_delegation(state->inode,
981 data->owner->so_cred,
982 &data->o_res);
983 }
Trond Myklebust34310432008-12-23 15:21:38 -0500984
985 update_open_stateid(state, &data->o_res.stateid, NULL,
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500986 data->o_arg.fmode);
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100987 iput(inode);
Trond Myklebustaac00a82007-07-05 19:02:21 -0400988out:
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100989 return state;
Trond Myklebust1b370bc2007-07-07 08:04:47 -0400990err_put_inode:
991 iput(inode);
992err:
993 return ERR_PTR(ret);
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100994}
995
Trond Myklebust864472e2006-01-03 09:55:15 +0100996static struct nfs_open_context *nfs4_state_find_open_context(struct nfs4_state *state)
997{
998 struct nfs_inode *nfsi = NFS_I(state->inode);
999 struct nfs_open_context *ctx;
1000
1001 spin_lock(&state->inode->i_lock);
1002 list_for_each_entry(ctx, &nfsi->open_files, list) {
1003 if (ctx->state != state)
1004 continue;
1005 get_nfs_open_context(ctx);
1006 spin_unlock(&state->inode->i_lock);
1007 return ctx;
1008 }
1009 spin_unlock(&state->inode->i_lock);
1010 return ERR_PTR(-ENOENT);
1011}
1012
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001013static struct nfs4_opendata *nfs4_open_recoverdata_alloc(struct nfs_open_context *ctx, struct nfs4_state *state)
1014{
1015 struct nfs4_opendata *opendata;
1016
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001017 opendata = nfs4_opendata_alloc(&ctx->path, state->owner, 0, 0, NULL);
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001018 if (opendata == NULL)
1019 return ERR_PTR(-ENOMEM);
1020 opendata->state = state;
1021 atomic_inc(&state->count);
1022 return opendata;
1023}
1024
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001025static int nfs4_open_recover_helper(struct nfs4_opendata *opendata, fmode_t fmode, struct nfs4_state **res)
Trond Myklebust864472e2006-01-03 09:55:15 +01001026{
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001027 struct nfs4_state *newstate;
Trond Myklebust864472e2006-01-03 09:55:15 +01001028 int ret;
1029
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001030 opendata->o_arg.open_flags = 0;
1031 opendata->o_arg.fmode = fmode;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001032 memset(&opendata->o_res, 0, sizeof(opendata->o_res));
1033 memset(&opendata->c_res, 0, sizeof(opendata->c_res));
1034 nfs4_init_opendata_res(opendata);
Trond Myklebust864472e2006-01-03 09:55:15 +01001035 ret = _nfs4_proc_open(opendata);
1036 if (ret != 0)
1037 return ret;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001038 newstate = nfs4_opendata_to_nfs4_state(opendata);
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001039 if (IS_ERR(newstate))
1040 return PTR_ERR(newstate);
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001041 nfs4_close_state(&opendata->path, newstate, fmode);
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001042 *res = newstate;
Trond Myklebust864472e2006-01-03 09:55:15 +01001043 return 0;
1044}
1045
1046static int nfs4_open_recover(struct nfs4_opendata *opendata, struct nfs4_state *state)
1047{
Trond Myklebust864472e2006-01-03 09:55:15 +01001048 struct nfs4_state *newstate;
Trond Myklebust864472e2006-01-03 09:55:15 +01001049 int ret;
1050
1051 /* memory barrier prior to reading state->n_* */
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001052 clear_bit(NFS_DELEGATED_STATE, &state->flags);
Trond Myklebust864472e2006-01-03 09:55:15 +01001053 smp_rmb();
1054 if (state->n_rdwr != 0) {
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001055 ret = nfs4_open_recover_helper(opendata, FMODE_READ|FMODE_WRITE, &newstate);
Trond Myklebust864472e2006-01-03 09:55:15 +01001056 if (ret != 0)
1057 return ret;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001058 if (newstate != state)
1059 return -ESTALE;
Trond Myklebust864472e2006-01-03 09:55:15 +01001060 }
1061 if (state->n_wronly != 0) {
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001062 ret = nfs4_open_recover_helper(opendata, FMODE_WRITE, &newstate);
Trond Myklebust864472e2006-01-03 09:55:15 +01001063 if (ret != 0)
1064 return ret;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001065 if (newstate != state)
1066 return -ESTALE;
Trond Myklebust864472e2006-01-03 09:55:15 +01001067 }
1068 if (state->n_rdonly != 0) {
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001069 ret = nfs4_open_recover_helper(opendata, FMODE_READ, &newstate);
Trond Myklebust864472e2006-01-03 09:55:15 +01001070 if (ret != 0)
1071 return ret;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001072 if (newstate != state)
1073 return -ESTALE;
Trond Myklebust864472e2006-01-03 09:55:15 +01001074 }
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001075 /*
1076 * We may have performed cached opens for all three recoveries.
1077 * Check if we need to update the current stateid.
1078 */
1079 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0 &&
1080 memcmp(state->stateid.data, state->open_stateid.data, sizeof(state->stateid.data)) != 0) {
Trond Myklebust8bda4e42007-07-09 10:45:42 -04001081 write_seqlock(&state->seqlock);
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001082 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0)
1083 memcpy(state->stateid.data, state->open_stateid.data, sizeof(state->stateid.data));
Trond Myklebust8bda4e42007-07-09 10:45:42 -04001084 write_sequnlock(&state->seqlock);
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001085 }
Trond Myklebust864472e2006-01-03 09:55:15 +01001086 return 0;
1087}
1088
Linus Torvalds1da177e2005-04-16 15:20:36 -07001089/*
1090 * OPEN_RECLAIM:
1091 * reclaim state on the server after a reboot.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001092 */
Trond Myklebust539cd032007-06-05 11:46:42 -04001093static int _nfs4_do_open_reclaim(struct nfs_open_context *ctx, struct nfs4_state *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001094{
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001095 struct nfs_delegation *delegation;
Trond Myklebust864472e2006-01-03 09:55:15 +01001096 struct nfs4_opendata *opendata;
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001097 fmode_t delegation_type = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001098 int status;
1099
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001100 opendata = nfs4_open_recoverdata_alloc(ctx, state);
1101 if (IS_ERR(opendata))
1102 return PTR_ERR(opendata);
Trond Myklebust864472e2006-01-03 09:55:15 +01001103 opendata->o_arg.claim = NFS4_OPEN_CLAIM_PREVIOUS;
1104 opendata->o_arg.fh = NFS_FH(state->inode);
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001105 rcu_read_lock();
1106 delegation = rcu_dereference(NFS_I(state->inode)->delegation);
Trond Myklebust15c831b2008-12-23 15:21:39 -05001107 if (delegation != NULL && test_bit(NFS_DELEGATION_NEED_RECLAIM, &delegation->flags) != 0)
Trond Myklebust65bbf6b2007-08-27 09:57:46 -04001108 delegation_type = delegation->type;
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001109 rcu_read_unlock();
Trond Myklebust864472e2006-01-03 09:55:15 +01001110 opendata->o_arg.u.delegation_type = delegation_type;
1111 status = nfs4_open_recover(opendata, state);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001112 nfs4_opendata_put(opendata);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001113 return status;
1114}
1115
Trond Myklebust539cd032007-06-05 11:46:42 -04001116static int nfs4_do_open_reclaim(struct nfs_open_context *ctx, struct nfs4_state *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001117{
1118 struct nfs_server *server = NFS_SERVER(state->inode);
1119 struct nfs4_exception exception = { };
1120 int err;
1121 do {
Trond Myklebust539cd032007-06-05 11:46:42 -04001122 err = _nfs4_do_open_reclaim(ctx, state);
Trond Myklebust202b50d2005-06-22 17:16:29 +00001123 if (err != -NFS4ERR_DELAY)
1124 break;
1125 nfs4_handle_exception(server, err, &exception);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001126 } while (exception.retry);
1127 return err;
1128}
1129
Trond Myklebust864472e2006-01-03 09:55:15 +01001130static int nfs4_open_reclaim(struct nfs4_state_owner *sp, struct nfs4_state *state)
1131{
1132 struct nfs_open_context *ctx;
1133 int ret;
1134
1135 ctx = nfs4_state_find_open_context(state);
1136 if (IS_ERR(ctx))
1137 return PTR_ERR(ctx);
Trond Myklebust539cd032007-06-05 11:46:42 -04001138 ret = nfs4_do_open_reclaim(ctx, state);
Trond Myklebust864472e2006-01-03 09:55:15 +01001139 put_nfs_open_context(ctx);
1140 return ret;
1141}
1142
Trond Myklebust13437e12007-07-06 15:10:43 -04001143static 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 -07001144{
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001145 struct nfs4_opendata *opendata;
Trond Myklebust864472e2006-01-03 09:55:15 +01001146 int ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001147
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001148 opendata = nfs4_open_recoverdata_alloc(ctx, state);
1149 if (IS_ERR(opendata))
1150 return PTR_ERR(opendata);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001151 opendata->o_arg.claim = NFS4_OPEN_CLAIM_DELEGATE_CUR;
Trond Myklebust13437e12007-07-06 15:10:43 -04001152 memcpy(opendata->o_arg.u.delegation.data, stateid->data,
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001153 sizeof(opendata->o_arg.u.delegation.data));
Trond Myklebust864472e2006-01-03 09:55:15 +01001154 ret = nfs4_open_recover(opendata, state);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001155 nfs4_opendata_put(opendata);
Trond Myklebust864472e2006-01-03 09:55:15 +01001156 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001157}
1158
Trond Myklebust13437e12007-07-06 15:10:43 -04001159int nfs4_open_delegation_recall(struct nfs_open_context *ctx, struct nfs4_state *state, const nfs4_stateid *stateid)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001160{
1161 struct nfs4_exception exception = { };
Trond Myklebust539cd032007-06-05 11:46:42 -04001162 struct nfs_server *server = NFS_SERVER(state->inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001163 int err;
1164 do {
Trond Myklebust13437e12007-07-06 15:10:43 -04001165 err = _nfs4_open_delegation_recall(ctx, state, stateid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001166 switch (err) {
1167 case 0:
Trond Myklebust965b5d62009-06-17 13:22:59 -07001168 case -ENOENT:
1169 case -ESTALE:
1170 goto out;
Ricardo Labiagabcfa49f2009-12-07 09:22:29 -05001171 case -NFS4ERR_BADSESSION:
1172 case -NFS4ERR_BADSLOT:
1173 case -NFS4ERR_BAD_HIGH_SLOT:
1174 case -NFS4ERR_CONN_NOT_BOUND_TO_SESSION:
1175 case -NFS4ERR_DEADSESSION:
1176 nfs4_schedule_state_recovery(
1177 server->nfs_client);
1178 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001179 case -NFS4ERR_STALE_CLIENTID:
1180 case -NFS4ERR_STALE_STATEID:
1181 case -NFS4ERR_EXPIRED:
1182 /* Don't recall a delegation if it was lost */
David Howells7539bba2006-08-22 20:06:09 -04001183 nfs4_schedule_state_recovery(server->nfs_client);
Trond Myklebust965b5d62009-06-17 13:22:59 -07001184 goto out;
1185 case -ERESTARTSYS:
1186 /*
1187 * The show must go on: exit, but mark the
1188 * stateid as needing recovery.
1189 */
1190 case -NFS4ERR_ADMIN_REVOKED:
1191 case -NFS4ERR_BAD_STATEID:
1192 nfs4_state_mark_reclaim_nograce(server->nfs_client, state);
1193 case -ENOMEM:
1194 err = 0;
1195 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001196 }
1197 err = nfs4_handle_exception(server, err, &exception);
1198 } while (exception.retry);
Trond Myklebust965b5d62009-06-17 13:22:59 -07001199out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001200 return err;
1201}
1202
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001203static void nfs4_open_confirm_done(struct rpc_task *task, void *calldata)
1204{
1205 struct nfs4_opendata *data = calldata;
1206
1207 data->rpc_status = task->tk_status;
1208 if (RPC_ASSASSINATED(task))
1209 return;
Trond Myklebust26e976a2006-01-03 09:55:21 +01001210 if (data->rpc_status == 0) {
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001211 memcpy(data->o_res.stateid.data, data->c_res.stateid.data,
1212 sizeof(data->o_res.stateid.data));
Trond Myklebustbb226292008-01-02 15:19:18 -05001213 nfs_confirm_seqid(&data->owner->so_seqid, 0);
Trond Myklebust26e976a2006-01-03 09:55:21 +01001214 renew_lease(data->o_res.server, data->timestamp);
Trond Myklebust3e309912007-07-07 13:19:59 -04001215 data->rpc_done = 1;
Trond Myklebust26e976a2006-01-03 09:55:21 +01001216 }
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001217}
1218
1219static void nfs4_open_confirm_release(void *calldata)
1220{
1221 struct nfs4_opendata *data = calldata;
1222 struct nfs4_state *state = NULL;
1223
1224 /* If this request hasn't been cancelled, do nothing */
1225 if (data->cancelled == 0)
1226 goto out_free;
1227 /* In case of error, no cleanup! */
Trond Myklebust3e309912007-07-07 13:19:59 -04001228 if (!data->rpc_done)
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001229 goto out_free;
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001230 state = nfs4_opendata_to_nfs4_state(data);
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001231 if (!IS_ERR(state))
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001232 nfs4_close_state(&data->path, state, data->o_arg.fmode);
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001233out_free:
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001234 nfs4_opendata_put(data);
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001235}
1236
1237static const struct rpc_call_ops nfs4_open_confirm_ops = {
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001238 .rpc_call_done = nfs4_open_confirm_done,
1239 .rpc_release = nfs4_open_confirm_release,
1240};
1241
1242/*
1243 * Note: On error, nfs4_proc_open_confirm will free the struct nfs4_opendata
1244 */
1245static int _nfs4_proc_open_confirm(struct nfs4_opendata *data)
1246{
1247 struct nfs_server *server = NFS_SERVER(data->dir->d_inode);
1248 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001249 struct rpc_message msg = {
1250 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN_CONFIRM],
1251 .rpc_argp = &data->c_arg,
1252 .rpc_resp = &data->c_res,
1253 .rpc_cred = data->owner->so_cred,
1254 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04001255 struct rpc_task_setup task_setup_data = {
1256 .rpc_client = server->client,
Trond Myklebust5138fde2007-07-14 15:40:01 -04001257 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04001258 .callback_ops = &nfs4_open_confirm_ops,
1259 .callback_data = data,
Trond Myklebust101070c2008-02-19 20:04:23 -05001260 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04001261 .flags = RPC_TASK_ASYNC,
1262 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07001263 int status;
1264
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001265 kref_get(&data->kref);
Trond Myklebust3e309912007-07-07 13:19:59 -04001266 data->rpc_done = 0;
1267 data->rpc_status = 0;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001268 data->timestamp = jiffies;
Trond Myklebustc970aa82007-07-14 15:39:59 -04001269 task = rpc_run_task(&task_setup_data);
Trond Myklebust7a1218a2006-03-20 18:11:10 -05001270 if (IS_ERR(task))
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001271 return PTR_ERR(task);
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001272 status = nfs4_wait_for_completion_rpc_task(task);
1273 if (status != 0) {
1274 data->cancelled = 1;
1275 smp_wmb();
1276 } else
1277 status = data->rpc_status;
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -05001278 rpc_put_task(task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001279 return status;
1280}
1281
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001282static void nfs4_open_prepare(struct rpc_task *task, void *calldata)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001283{
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001284 struct nfs4_opendata *data = calldata;
1285 struct nfs4_state_owner *sp = data->owner;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001286
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001287 if (nfs_wait_on_sequence(data->o_arg.seqid, task) != 0)
1288 return;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001289 /*
1290 * Check if we still need to send an OPEN call, or if we can use
1291 * a delegation instead.
1292 */
1293 if (data->state != NULL) {
1294 struct nfs_delegation *delegation;
1295
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001296 if (can_open_cached(data->state, data->o_arg.fmode, data->o_arg.open_flags))
Trond Myklebust6ee41262007-07-08 14:11:36 -04001297 goto out_no_action;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001298 rcu_read_lock();
1299 delegation = rcu_dereference(NFS_I(data->state->inode)->delegation);
1300 if (delegation != NULL &&
Trond Myklebust15c831b2008-12-23 15:21:39 -05001301 test_bit(NFS_DELEGATION_NEED_RECLAIM, &delegation->flags) == 0) {
Trond Myklebustaac00a82007-07-05 19:02:21 -04001302 rcu_read_unlock();
Trond Myklebust6ee41262007-07-08 14:11:36 -04001303 goto out_no_action;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001304 }
1305 rcu_read_unlock();
1306 }
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001307 /* Update sequence id. */
Trond Myklebust9f958ab2007-07-02 13:58:33 -04001308 data->o_arg.id = sp->so_owner_id.id;
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001309 data->o_arg.clientid = sp->so_client->cl_clientid;
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001310 if (data->o_arg.claim == NFS4_OPEN_CLAIM_PREVIOUS) {
Trond Myklebust5138fde2007-07-14 15:40:01 -04001311 task->tk_msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN_NOATTR];
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001312 nfs_copy_fh(&data->o_res.fh, data->o_arg.fh);
1313 }
Trond Myklebust26e976a2006-01-03 09:55:21 +01001314 data->timestamp = jiffies;
Andy Adamsond8985282009-04-01 09:22:21 -04001315 if (nfs4_setup_sequence(data->o_arg.server->nfs_client,
1316 &data->o_arg.seq_args,
1317 &data->o_res.seq_res, 1, task))
1318 return;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001319 rpc_call_start(task);
Trond Myklebust6ee41262007-07-08 14:11:36 -04001320 return;
1321out_no_action:
1322 task->tk_action = NULL;
1323
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001324}
Linus Torvalds1da177e2005-04-16 15:20:36 -07001325
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001326static void nfs4_open_done(struct rpc_task *task, void *calldata)
1327{
1328 struct nfs4_opendata *data = calldata;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001329
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001330 data->rpc_status = task->tk_status;
Andy Adamsond8985282009-04-01 09:22:21 -04001331
Trond Myklebustd61e6122009-12-05 19:32:19 -05001332 nfs4_sequence_done(data->o_arg.server, &data->o_res.seq_res,
1333 task->tk_status);
Andy Adamsond8985282009-04-01 09:22:21 -04001334
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001335 if (RPC_ASSASSINATED(task))
1336 return;
1337 if (task->tk_status == 0) {
1338 switch (data->o_res.f_attr->mode & S_IFMT) {
Trond Myklebust6f926b52005-10-18 14:20:18 -07001339 case S_IFREG:
1340 break;
1341 case S_IFLNK:
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001342 data->rpc_status = -ELOOP;
Trond Myklebust6f926b52005-10-18 14:20:18 -07001343 break;
1344 case S_IFDIR:
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001345 data->rpc_status = -EISDIR;
Trond Myklebust6f926b52005-10-18 14:20:18 -07001346 break;
1347 default:
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001348 data->rpc_status = -ENOTDIR;
Trond Myklebust6f926b52005-10-18 14:20:18 -07001349 }
Trond Myklebust26e976a2006-01-03 09:55:21 +01001350 renew_lease(data->o_res.server, data->timestamp);
Trond Myklebust0f9f95e2007-07-08 16:19:56 -04001351 if (!(data->o_res.rflags & NFS4_OPEN_RESULT_CONFIRM))
1352 nfs_confirm_seqid(&data->owner->so_seqid, 0);
Trond Myklebust6f926b52005-10-18 14:20:18 -07001353 }
Trond Myklebust3e309912007-07-07 13:19:59 -04001354 data->rpc_done = 1;
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001355}
Trond Myklebust6f926b52005-10-18 14:20:18 -07001356
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001357static void nfs4_open_release(void *calldata)
1358{
1359 struct nfs4_opendata *data = calldata;
1360 struct nfs4_state *state = NULL;
1361
1362 /* If this request hasn't been cancelled, do nothing */
1363 if (data->cancelled == 0)
1364 goto out_free;
1365 /* In case of error, no cleanup! */
Trond Myklebust3e309912007-07-07 13:19:59 -04001366 if (data->rpc_status != 0 || !data->rpc_done)
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001367 goto out_free;
1368 /* In case we need an open_confirm, no cleanup! */
1369 if (data->o_res.rflags & NFS4_OPEN_RESULT_CONFIRM)
1370 goto out_free;
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001371 state = nfs4_opendata_to_nfs4_state(data);
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001372 if (!IS_ERR(state))
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001373 nfs4_close_state(&data->path, state, data->o_arg.fmode);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001374out_free:
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001375 nfs4_opendata_put(data);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001376}
1377
1378static const struct rpc_call_ops nfs4_open_ops = {
1379 .rpc_call_prepare = nfs4_open_prepare,
1380 .rpc_call_done = nfs4_open_done,
1381 .rpc_release = nfs4_open_release,
1382};
1383
1384/*
1385 * Note: On error, nfs4_proc_open will free the struct nfs4_opendata
1386 */
1387static int _nfs4_proc_open(struct nfs4_opendata *data)
1388{
1389 struct inode *dir = data->dir->d_inode;
1390 struct nfs_server *server = NFS_SERVER(dir);
1391 struct nfs_openargs *o_arg = &data->o_arg;
1392 struct nfs_openres *o_res = &data->o_res;
1393 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001394 struct rpc_message msg = {
1395 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN],
1396 .rpc_argp = o_arg,
1397 .rpc_resp = o_res,
1398 .rpc_cred = data->owner->so_cred,
1399 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04001400 struct rpc_task_setup task_setup_data = {
1401 .rpc_client = server->client,
Trond Myklebust5138fde2007-07-14 15:40:01 -04001402 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04001403 .callback_ops = &nfs4_open_ops,
1404 .callback_data = data,
Trond Myklebust101070c2008-02-19 20:04:23 -05001405 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04001406 .flags = RPC_TASK_ASYNC,
1407 };
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001408 int status;
1409
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001410 kref_get(&data->kref);
Trond Myklebust3e309912007-07-07 13:19:59 -04001411 data->rpc_done = 0;
1412 data->rpc_status = 0;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001413 data->cancelled = 0;
Trond Myklebustc970aa82007-07-14 15:39:59 -04001414 task = rpc_run_task(&task_setup_data);
Trond Myklebust7a1218a2006-03-20 18:11:10 -05001415 if (IS_ERR(task))
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001416 return PTR_ERR(task);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001417 status = nfs4_wait_for_completion_rpc_task(task);
1418 if (status != 0) {
1419 data->cancelled = 1;
1420 smp_wmb();
1421 } else
1422 status = data->rpc_status;
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -05001423 rpc_put_task(task);
Trond Myklebust3e309912007-07-07 13:19:59 -04001424 if (status != 0 || !data->rpc_done)
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001425 return status;
1426
Trond Myklebust99367812007-07-17 21:52:41 -04001427 if (o_res->fh.size == 0)
1428 _nfs4_proc_lookup(dir, o_arg->name, &o_res->fh, o_res->f_attr);
1429
Trond Myklebust56ae19f2005-10-27 22:12:40 -04001430 if (o_arg->open_flags & O_CREAT) {
1431 update_changeattr(dir, &o_res->cinfo);
1432 nfs_post_op_update_inode(dir, o_res->dir_attr);
1433 } else
1434 nfs_refresh_inode(dir, o_res->dir_attr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001435 if(o_res->rflags & NFS4_OPEN_RESULT_CONFIRM) {
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001436 status = _nfs4_proc_open_confirm(data);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001437 if (status != 0)
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001438 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001439 }
1440 if (!(o_res->f_attr->valid & NFS_ATTR_FATTR))
Trond Myklebust99367812007-07-17 21:52:41 -04001441 _nfs4_proc_getattr(server, &o_res->fh, o_res->f_attr);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001442 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001443}
1444
Trond Myklebust10afec92007-05-14 17:16:04 -04001445static int nfs4_recover_expired_lease(struct nfs_server *server)
Trond Myklebust58d97142006-01-03 09:55:24 +01001446{
David Howells7539bba2006-08-22 20:06:09 -04001447 struct nfs_client *clp = server->nfs_client;
Trond Myklebusta78cb572009-08-09 15:06:19 -04001448 unsigned int loop;
Trond Myklebust6b309542006-09-14 14:03:14 -04001449 int ret;
Trond Myklebust58d97142006-01-03 09:55:24 +01001450
Trond Myklebusta78cb572009-08-09 15:06:19 -04001451 for (loop = NFS4_MAX_LOOP_ON_RECOVER; loop != 0; loop--) {
Trond Myklebust65de8722008-12-23 15:21:44 -05001452 ret = nfs4_wait_clnt_recover(clp);
Trond Myklebust6b309542006-09-14 14:03:14 -04001453 if (ret != 0)
Trond Myklebusta78cb572009-08-09 15:06:19 -04001454 break;
Trond Myklebuste598d842008-12-23 15:21:42 -05001455 if (!test_bit(NFS4CLNT_LEASE_EXPIRED, &clp->cl_state) &&
1456 !test_bit(NFS4CLNT_CHECK_LEASE,&clp->cl_state))
Trond Myklebust6b309542006-09-14 14:03:14 -04001457 break;
Trond Myklebust58d97142006-01-03 09:55:24 +01001458 nfs4_schedule_state_recovery(clp);
Trond Myklebusta78cb572009-08-09 15:06:19 -04001459 ret = -EIO;
Trond Myklebust6b309542006-09-14 14:03:14 -04001460 }
Trond Myklebusta78cb572009-08-09 15:06:19 -04001461 return ret;
Trond Myklebust58d97142006-01-03 09:55:24 +01001462}
1463
Linus Torvalds1da177e2005-04-16 15:20:36 -07001464/*
1465 * OPEN_EXPIRED:
1466 * reclaim state on the server after a network partition.
1467 * Assumes caller holds the appropriate lock
1468 */
Trond Myklebust539cd032007-06-05 11:46:42 -04001469static int _nfs4_open_expired(struct nfs_open_context *ctx, struct nfs4_state *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001470{
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001471 struct nfs4_opendata *opendata;
Trond Myklebust864472e2006-01-03 09:55:15 +01001472 int ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001473
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001474 opendata = nfs4_open_recoverdata_alloc(ctx, state);
1475 if (IS_ERR(opendata))
1476 return PTR_ERR(opendata);
Trond Myklebust864472e2006-01-03 09:55:15 +01001477 ret = nfs4_open_recover(opendata, state);
Trond Myklebust35d05772008-04-05 15:54:17 -04001478 if (ret == -ESTALE)
Trond Myklebust539cd032007-06-05 11:46:42 -04001479 d_drop(ctx->path.dentry);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001480 nfs4_opendata_put(opendata);
Trond Myklebust864472e2006-01-03 09:55:15 +01001481 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001482}
1483
Trond Myklebusta9ed2e22009-12-03 15:53:21 -05001484static int nfs4_do_open_expired(struct nfs_open_context *ctx, struct nfs4_state *state)
Trond Myklebust202b50d2005-06-22 17:16:29 +00001485{
Trond Myklebust539cd032007-06-05 11:46:42 -04001486 struct nfs_server *server = NFS_SERVER(state->inode);
Trond Myklebust202b50d2005-06-22 17:16:29 +00001487 struct nfs4_exception exception = { };
1488 int err;
1489
1490 do {
Trond Myklebust539cd032007-06-05 11:46:42 -04001491 err = _nfs4_open_expired(ctx, state);
Trond Myklebusta9ed2e22009-12-03 15:53:21 -05001492 switch (err) {
1493 default:
1494 goto out;
1495 case -NFS4ERR_GRACE:
1496 case -NFS4ERR_DELAY:
1497 nfs4_handle_exception(server, err, &exception);
1498 err = 0;
1499 }
Trond Myklebust202b50d2005-06-22 17:16:29 +00001500 } while (exception.retry);
Trond Myklebusta9ed2e22009-12-03 15:53:21 -05001501out:
Trond Myklebust202b50d2005-06-22 17:16:29 +00001502 return err;
1503}
1504
Linus Torvalds1da177e2005-04-16 15:20:36 -07001505static int nfs4_open_expired(struct nfs4_state_owner *sp, struct nfs4_state *state)
1506{
Linus Torvalds1da177e2005-04-16 15:20:36 -07001507 struct nfs_open_context *ctx;
Trond Myklebust864472e2006-01-03 09:55:15 +01001508 int ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001509
Trond Myklebust864472e2006-01-03 09:55:15 +01001510 ctx = nfs4_state_find_open_context(state);
1511 if (IS_ERR(ctx))
1512 return PTR_ERR(ctx);
Trond Myklebust539cd032007-06-05 11:46:42 -04001513 ret = nfs4_do_open_expired(ctx, state);
Trond Myklebust864472e2006-01-03 09:55:15 +01001514 put_nfs_open_context(ctx);
1515 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001516}
1517
1518/*
Jeff Laytonaa53ed52007-06-05 14:49:03 -04001519 * on an EXCLUSIVE create, the server should send back a bitmask with FATTR4-*
1520 * fields corresponding to attributes that were used to store the verifier.
1521 * Make sure we clobber those fields in the later setattr call
1522 */
1523static inline void nfs4_exclusive_attrset(struct nfs4_opendata *opendata, struct iattr *sattr)
1524{
1525 if ((opendata->o_res.attrset[1] & FATTR4_WORD1_TIME_ACCESS) &&
1526 !(sattr->ia_valid & ATTR_ATIME_SET))
1527 sattr->ia_valid |= ATTR_ATIME;
1528
1529 if ((opendata->o_res.attrset[1] & FATTR4_WORD1_TIME_MODIFY) &&
1530 !(sattr->ia_valid & ATTR_MTIME_SET))
1531 sattr->ia_valid |= ATTR_MTIME;
1532}
1533
1534/*
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001535 * Returns a referenced nfs4_state
Linus Torvalds1da177e2005-04-16 15:20:36 -07001536 */
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001537static int _nfs4_do_open(struct inode *dir, struct path *path, fmode_t fmode, int flags, struct iattr *sattr, struct rpc_cred *cred, struct nfs4_state **res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001538{
1539 struct nfs4_state_owner *sp;
1540 struct nfs4_state *state = NULL;
1541 struct nfs_server *server = NFS_SERVER(dir);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001542 struct nfs4_opendata *opendata;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001543 int status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001544
1545 /* Protect against reboot recovery conflicts */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001546 status = -ENOMEM;
1547 if (!(sp = nfs4_get_state_owner(server, cred))) {
1548 dprintk("nfs4_do_open: nfs4_get_state_owner failed!\n");
1549 goto out_err;
1550 }
Trond Myklebust58d97142006-01-03 09:55:24 +01001551 status = nfs4_recover_expired_lease(server);
1552 if (status != 0)
Trond Myklebustb4454fe2006-01-03 09:55:25 +01001553 goto err_put_state_owner;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001554 if (path->dentry->d_inode != NULL)
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001555 nfs4_return_incompatible_delegation(path->dentry->d_inode, fmode);
Trond Myklebust58d97142006-01-03 09:55:24 +01001556 status = -ENOMEM;
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001557 opendata = nfs4_opendata_alloc(path, sp, fmode, flags, sattr);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001558 if (opendata == NULL)
Trond Myklebust95d35cb2008-12-23 15:21:45 -05001559 goto err_put_state_owner;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001560
Trond Myklebustaac00a82007-07-05 19:02:21 -04001561 if (path->dentry->d_inode != NULL)
1562 opendata->state = nfs4_get_open_state(path->dentry->d_inode, sp);
1563
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001564 status = _nfs4_proc_open(opendata);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001565 if (status != 0)
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001566 goto err_opendata_put;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001567
Jeff Laytonaa53ed52007-06-05 14:49:03 -04001568 if (opendata->o_arg.open_flags & O_EXCL)
1569 nfs4_exclusive_attrset(opendata, sattr);
1570
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001571 state = nfs4_opendata_to_nfs4_state(opendata);
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001572 status = PTR_ERR(state);
1573 if (IS_ERR(state))
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001574 goto err_opendata_put;
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001575 nfs4_opendata_put(opendata);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001576 nfs4_put_state_owner(sp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001577 *res = state;
1578 return 0;
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001579err_opendata_put:
1580 nfs4_opendata_put(opendata);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001581err_put_state_owner:
1582 nfs4_put_state_owner(sp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001583out_err:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001584 *res = NULL;
1585 return status;
1586}
1587
1588
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001589static struct nfs4_state *nfs4_do_open(struct inode *dir, struct path *path, fmode_t fmode, int flags, struct iattr *sattr, struct rpc_cred *cred)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001590{
1591 struct nfs4_exception exception = { };
1592 struct nfs4_state *res;
1593 int status;
1594
1595 do {
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001596 status = _nfs4_do_open(dir, path, fmode, flags, sattr, cred, &res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001597 if (status == 0)
1598 break;
1599 /* NOTE: BAD_SEQID means the server and client disagree about the
1600 * book-keeping w.r.t. state-changing operations
1601 * (OPEN/CLOSE/LOCK/LOCKU...)
1602 * It is actually a sign of a bug on the client or on the server.
1603 *
1604 * If we receive a BAD_SEQID error in the particular case of
Trond Myklebustcee54fc2005-10-18 14:20:12 -07001605 * doing an OPEN, we assume that nfs_increment_open_seqid() will
Linus Torvalds1da177e2005-04-16 15:20:36 -07001606 * have unhashed the old state_owner for us, and that we can
1607 * therefore safely retry using a new one. We should still warn
1608 * the user though...
1609 */
1610 if (status == -NFS4ERR_BAD_SEQID) {
Trond Myklebust6f43ddc2007-07-08 16:49:11 -04001611 printk(KERN_WARNING "NFS: v4 server %s "
1612 " returned a bad sequence-id error!\n",
1613 NFS_SERVER(dir)->nfs_client->cl_hostname);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001614 exception.retry = 1;
1615 continue;
1616 }
Trond Myklebust550f5742005-10-18 14:20:21 -07001617 /*
1618 * BAD_STATEID on OPEN means that the server cancelled our
1619 * state before it received the OPEN_CONFIRM.
1620 * Recover by retrying the request as per the discussion
1621 * on Page 181 of RFC3530.
1622 */
1623 if (status == -NFS4ERR_BAD_STATEID) {
1624 exception.retry = 1;
1625 continue;
1626 }
Trond Myklebustaac00a82007-07-05 19:02:21 -04001627 if (status == -EAGAIN) {
1628 /* We must have found a delegation */
1629 exception.retry = 1;
1630 continue;
1631 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001632 res = ERR_PTR(nfs4_handle_exception(NFS_SERVER(dir),
1633 status, &exception));
1634 } while (exception.retry);
1635 return res;
1636}
1637
Trond Myklebust659bfcd2008-06-10 19:39:41 -04001638static int _nfs4_do_setattr(struct inode *inode, struct rpc_cred *cred,
1639 struct nfs_fattr *fattr, struct iattr *sattr,
1640 struct nfs4_state *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001641{
Trond Myklebust3e4f6292006-03-20 13:44:46 -05001642 struct nfs_server *server = NFS_SERVER(inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001643 struct nfs_setattrargs arg = {
Trond Myklebust3e4f6292006-03-20 13:44:46 -05001644 .fh = NFS_FH(inode),
Linus Torvalds1da177e2005-04-16 15:20:36 -07001645 .iap = sattr,
1646 .server = server,
1647 .bitmask = server->attr_bitmask,
1648 };
1649 struct nfs_setattrres res = {
1650 .fattr = fattr,
1651 .server = server,
1652 };
1653 struct rpc_message msg = {
Trond Myklebust659bfcd2008-06-10 19:39:41 -04001654 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETATTR],
1655 .rpc_argp = &arg,
1656 .rpc_resp = &res,
1657 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001658 };
Trond Myklebust26e976a2006-01-03 09:55:21 +01001659 unsigned long timestamp = jiffies;
Trond Myklebust65e43082005-08-16 11:49:44 -04001660 int status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001661
Trond Myklebust0e574af2005-10-27 22:12:38 -04001662 nfs_fattr_init(fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001663
Trond Myklebust3e4f6292006-03-20 13:44:46 -05001664 if (nfs4_copy_delegation_stateid(&arg.stateid, inode)) {
1665 /* Use that stateid */
1666 } else if (state != NULL) {
Trond Myklebust08e9eac2005-06-22 17:16:29 +00001667 nfs4_copy_stateid(&arg.stateid, state, current->files);
1668 } else
Linus Torvalds1da177e2005-04-16 15:20:36 -07001669 memcpy(&arg.stateid, &zero_stateid, sizeof(arg.stateid));
1670
Andy Adamsoncccef3b2009-04-01 09:22:03 -04001671 status = nfs4_call_sync(server, &msg, &arg, &res, 1);
Trond Myklebust26e976a2006-01-03 09:55:21 +01001672 if (status == 0 && state != NULL)
1673 renew_lease(server, timestamp);
Trond Myklebust65e43082005-08-16 11:49:44 -04001674 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001675}
1676
Trond Myklebust659bfcd2008-06-10 19:39:41 -04001677static int nfs4_do_setattr(struct inode *inode, struct rpc_cred *cred,
1678 struct nfs_fattr *fattr, struct iattr *sattr,
1679 struct nfs4_state *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001680{
Trond Myklebust3e4f6292006-03-20 13:44:46 -05001681 struct nfs_server *server = NFS_SERVER(inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001682 struct nfs4_exception exception = { };
1683 int err;
1684 do {
1685 err = nfs4_handle_exception(server,
Trond Myklebust659bfcd2008-06-10 19:39:41 -04001686 _nfs4_do_setattr(inode, cred, fattr, sattr, state),
Linus Torvalds1da177e2005-04-16 15:20:36 -07001687 &exception);
1688 } while (exception.retry);
1689 return err;
1690}
1691
1692struct nfs4_closedata {
Trond Myklebust4a35bd42007-06-05 10:31:33 -04001693 struct path path;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001694 struct inode *inode;
1695 struct nfs4_state *state;
1696 struct nfs_closeargs arg;
1697 struct nfs_closeres res;
Trond Myklebust516a6af2005-10-27 22:12:41 -04001698 struct nfs_fattr fattr;
Trond Myklebust26e976a2006-01-03 09:55:21 +01001699 unsigned long timestamp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001700};
1701
Trond Myklebust963d8fe2006-01-03 09:55:04 +01001702static void nfs4_free_closedata(void *data)
Trond Myklebust95121352005-10-18 14:20:12 -07001703{
Trond Myklebust963d8fe2006-01-03 09:55:04 +01001704 struct nfs4_closedata *calldata = data;
1705 struct nfs4_state_owner *sp = calldata->state->owner;
Trond Myklebust95121352005-10-18 14:20:12 -07001706
1707 nfs4_put_open_state(calldata->state);
1708 nfs_free_seqid(calldata->arg.seqid);
Trond Myklebust95121352005-10-18 14:20:12 -07001709 nfs4_put_state_owner(sp);
Jan Blunck31f31db12008-05-02 13:42:45 -07001710 path_put(&calldata->path);
Trond Myklebust95121352005-10-18 14:20:12 -07001711 kfree(calldata);
1712}
1713
Trond Myklebust963d8fe2006-01-03 09:55:04 +01001714static void nfs4_close_done(struct rpc_task *task, void *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001715{
Trond Myklebust963d8fe2006-01-03 09:55:04 +01001716 struct nfs4_closedata *calldata = data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001717 struct nfs4_state *state = calldata->state;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001718 struct nfs_server *server = NFS_SERVER(calldata->inode);
1719
Andy Adamson19ddab02009-04-01 09:22:20 -04001720 nfs4_sequence_done(server, &calldata->res.seq_res, task->tk_status);
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01001721 if (RPC_ASSASSINATED(task))
1722 return;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001723 /* hmm. we are done with the inode, and in the process of freeing
1724 * the state_owner. we keep this around to process errors
1725 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001726 switch (task->tk_status) {
1727 case 0:
Trond Myklebust45328c32007-07-26 17:47:34 -04001728 nfs_set_open_stateid(state, &calldata->res.stateid, 0);
Trond Myklebust26e976a2006-01-03 09:55:21 +01001729 renew_lease(server, calldata->timestamp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001730 break;
1731 case -NFS4ERR_STALE_STATEID:
Trond Myklebust9e33bed2008-12-23 15:21:46 -05001732 case -NFS4ERR_OLD_STATEID:
1733 case -NFS4ERR_BAD_STATEID:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001734 case -NFS4ERR_EXPIRED:
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001735 if (calldata->arg.fmode == 0)
Trond Myklebust9e33bed2008-12-23 15:21:46 -05001736 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001737 default:
Trond Myklebust9e33bed2008-12-23 15:21:46 -05001738 if (nfs4_async_handle_error(task, server, state) == -EAGAIN) {
Trond Myklebust0110ee12009-12-07 09:00:24 -05001739 nfs_restart_rpc(task, server->nfs_client);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001740 return;
1741 }
1742 }
Trond Myklebust516a6af2005-10-27 22:12:41 -04001743 nfs_refresh_inode(calldata->inode, calldata->res.fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001744}
1745
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01001746static void nfs4_close_prepare(struct rpc_task *task, void *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001747{
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01001748 struct nfs4_closedata *calldata = data;
Trond Myklebust95121352005-10-18 14:20:12 -07001749 struct nfs4_state *state = calldata->state;
Trond Myklebust003707c2007-07-05 18:07:55 -04001750 int clear_rd, clear_wr, clear_rdwr;
Trond Myklebust95121352005-10-18 14:20:12 -07001751
Trond Myklebust963d8fe2006-01-03 09:55:04 +01001752 if (nfs_wait_on_sequence(calldata->arg.seqid, task) != 0)
Trond Myklebust95121352005-10-18 14:20:12 -07001753 return;
Trond Myklebust003707c2007-07-05 18:07:55 -04001754
Trond Myklebust003707c2007-07-05 18:07:55 -04001755 clear_rd = clear_wr = clear_rdwr = 0;
Trond Myklebust4cecb762005-11-04 15:32:58 -05001756 spin_lock(&state->owner->so_lock);
Trond Myklebust003707c2007-07-05 18:07:55 -04001757 /* Calculate the change in open mode */
Trond Myklebuste7616922006-01-03 09:55:13 +01001758 if (state->n_rdwr == 0) {
Trond Myklebust003707c2007-07-05 18:07:55 -04001759 if (state->n_rdonly == 0) {
Trond Myklebust003707c2007-07-05 18:07:55 -04001760 clear_rd |= test_and_clear_bit(NFS_O_RDONLY_STATE, &state->flags);
1761 clear_rdwr |= test_and_clear_bit(NFS_O_RDWR_STATE, &state->flags);
1762 }
1763 if (state->n_wronly == 0) {
Trond Myklebust003707c2007-07-05 18:07:55 -04001764 clear_wr |= test_and_clear_bit(NFS_O_WRONLY_STATE, &state->flags);
1765 clear_rdwr |= test_and_clear_bit(NFS_O_RDWR_STATE, &state->flags);
1766 }
Trond Myklebuste7616922006-01-03 09:55:13 +01001767 }
Trond Myklebust4cecb762005-11-04 15:32:58 -05001768 spin_unlock(&state->owner->so_lock);
Trond Myklebust003707c2007-07-05 18:07:55 -04001769 if (!clear_rd && !clear_wr && !clear_rdwr) {
Trond Myklebust963d8fe2006-01-03 09:55:04 +01001770 /* Note: exit _without_ calling nfs4_close_done */
1771 task->tk_action = NULL;
Trond Myklebust95121352005-10-18 14:20:12 -07001772 return;
1773 }
Trond Myklebust516a6af2005-10-27 22:12:41 -04001774 nfs_fattr_init(calldata->res.fattr);
Trond Myklebust45328c32007-07-26 17:47:34 -04001775 if (test_bit(NFS_O_RDONLY_STATE, &state->flags) != 0) {
Trond Myklebust5138fde2007-07-14 15:40:01 -04001776 task->tk_msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN_DOWNGRADE];
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001777 calldata->arg.fmode = FMODE_READ;
Trond Myklebust45328c32007-07-26 17:47:34 -04001778 } else if (test_bit(NFS_O_WRONLY_STATE, &state->flags) != 0) {
Trond Myklebust5138fde2007-07-14 15:40:01 -04001779 task->tk_msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN_DOWNGRADE];
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001780 calldata->arg.fmode = FMODE_WRITE;
Trond Myklebust45328c32007-07-26 17:47:34 -04001781 }
Trond Myklebust26e976a2006-01-03 09:55:21 +01001782 calldata->timestamp = jiffies;
Andy Adamson19ddab02009-04-01 09:22:20 -04001783 if (nfs4_setup_sequence((NFS_SERVER(calldata->inode))->nfs_client,
1784 &calldata->arg.seq_args, &calldata->res.seq_res,
1785 1, task))
1786 return;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001787 rpc_call_start(task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001788}
1789
Trond Myklebust963d8fe2006-01-03 09:55:04 +01001790static const struct rpc_call_ops nfs4_close_ops = {
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01001791 .rpc_call_prepare = nfs4_close_prepare,
Trond Myklebust963d8fe2006-01-03 09:55:04 +01001792 .rpc_call_done = nfs4_close_done,
1793 .rpc_release = nfs4_free_closedata,
1794};
1795
Linus Torvalds1da177e2005-04-16 15:20:36 -07001796/*
1797 * It is possible for data to be read/written from a mem-mapped file
1798 * after the sys_close call (which hits the vfs layer as a flush).
1799 * This means that we can't safely call nfsv4 close on a file until
1800 * the inode is cleared. This in turn means that we are not good
1801 * NFSv4 citizens - we do not indicate to the server to update the file's
1802 * share state even when we are done with one of the three share
1803 * stateid's in the inode.
1804 *
1805 * NOTE: Caller must be holding the sp->so_owner semaphore!
1806 */
Trond Myklebusta49c3c72007-10-18 18:03:27 -04001807int nfs4_do_close(struct path *path, struct nfs4_state *state, int wait)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001808{
Trond Myklebust4a35bd42007-06-05 10:31:33 -04001809 struct nfs_server *server = NFS_SERVER(state->inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001810 struct nfs4_closedata *calldata;
Trond Myklebustb39e6252007-06-11 23:05:07 -04001811 struct nfs4_state_owner *sp = state->owner;
1812 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001813 struct rpc_message msg = {
1814 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_CLOSE],
1815 .rpc_cred = state->owner->so_cred,
1816 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04001817 struct rpc_task_setup task_setup_data = {
1818 .rpc_client = server->client,
Trond Myklebust5138fde2007-07-14 15:40:01 -04001819 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04001820 .callback_ops = &nfs4_close_ops,
Trond Myklebust101070c2008-02-19 20:04:23 -05001821 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04001822 .flags = RPC_TASK_ASYNC,
1823 };
Trond Myklebust95121352005-10-18 14:20:12 -07001824 int status = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001825
Andy Adamson19ddab02009-04-01 09:22:20 -04001826 calldata = kzalloc(sizeof(*calldata), GFP_KERNEL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001827 if (calldata == NULL)
Trond Myklebust95121352005-10-18 14:20:12 -07001828 goto out;
Trond Myklebust4a35bd42007-06-05 10:31:33 -04001829 calldata->inode = state->inode;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001830 calldata->state = state;
Trond Myklebust4a35bd42007-06-05 10:31:33 -04001831 calldata->arg.fh = NFS_FH(state->inode);
Trond Myklebust003707c2007-07-05 18:07:55 -04001832 calldata->arg.stateid = &state->open_stateid;
Benny Halevy34dc1ad2009-04-01 09:22:52 -04001833 if (nfs4_has_session(server->nfs_client))
1834 memset(calldata->arg.stateid->data, 0, 4); /* clear seqid */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001835 /* Serialization for the sequence id */
Trond Myklebustcee54fc2005-10-18 14:20:12 -07001836 calldata->arg.seqid = nfs_alloc_seqid(&state->owner->so_seqid);
Trond Myklebust95121352005-10-18 14:20:12 -07001837 if (calldata->arg.seqid == NULL)
1838 goto out_free_calldata;
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001839 calldata->arg.fmode = 0;
Trond Myklebusta65318b2009-03-11 14:10:28 -04001840 calldata->arg.bitmask = server->cache_consistency_bitmask;
Trond Myklebust516a6af2005-10-27 22:12:41 -04001841 calldata->res.fattr = &calldata->fattr;
Trond Myklebustc1d51932008-04-07 13:20:54 -04001842 calldata->res.seqid = calldata->arg.seqid;
Trond Myklebust516a6af2005-10-27 22:12:41 -04001843 calldata->res.server = server;
Andy Adamson5f7dbd52009-04-01 09:22:05 -04001844 calldata->res.seq_res.sr_slotid = NFS4_MAX_SLOT_TABLE;
Trond Myklebust4a35bd42007-06-05 10:31:33 -04001845 calldata->path.mnt = mntget(path->mnt);
1846 calldata->path.dentry = dget(path->dentry);
Trond Myklebust95121352005-10-18 14:20:12 -07001847
Trond Myklebust5138fde2007-07-14 15:40:01 -04001848 msg.rpc_argp = &calldata->arg,
1849 msg.rpc_resp = &calldata->res,
Trond Myklebustc970aa82007-07-14 15:39:59 -04001850 task_setup_data.callback_data = calldata;
1851 task = rpc_run_task(&task_setup_data);
Trond Myklebustb39e6252007-06-11 23:05:07 -04001852 if (IS_ERR(task))
1853 return PTR_ERR(task);
Trond Myklebusta49c3c72007-10-18 18:03:27 -04001854 status = 0;
1855 if (wait)
1856 status = rpc_wait_for_completion_task(task);
Trond Myklebustb39e6252007-06-11 23:05:07 -04001857 rpc_put_task(task);
Trond Myklebusta49c3c72007-10-18 18:03:27 -04001858 return status;
Trond Myklebust95121352005-10-18 14:20:12 -07001859out_free_calldata:
1860 kfree(calldata);
1861out:
Trond Myklebustb39e6252007-06-11 23:05:07 -04001862 nfs4_put_open_state(state);
1863 nfs4_put_state_owner(sp);
Trond Myklebust95121352005-10-18 14:20:12 -07001864 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001865}
1866
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001867static int nfs4_intent_set_file(struct nameidata *nd, struct path *path, struct nfs4_state *state, fmode_t fmode)
Trond Myklebust02a913a2005-10-18 14:20:17 -07001868{
1869 struct file *filp;
Trond Myklebust1b45c462007-07-03 13:04:56 -04001870 int ret;
Trond Myklebust02a913a2005-10-18 14:20:17 -07001871
Trond Myklebust1b45c462007-07-03 13:04:56 -04001872 /* If the open_intent is for execute, we have an extra check to make */
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001873 if (fmode & FMODE_EXEC) {
Trond Myklebustaf22f942007-08-10 17:45:10 -04001874 ret = nfs_may_open(state->inode,
Trond Myklebust1b45c462007-07-03 13:04:56 -04001875 state->owner->so_cred,
1876 nd->intent.open.flags);
1877 if (ret < 0)
1878 goto out_close;
1879 }
Trond Myklebust4a35bd42007-06-05 10:31:33 -04001880 filp = lookup_instantiate_filp(nd, path->dentry, NULL);
Trond Myklebust02a913a2005-10-18 14:20:17 -07001881 if (!IS_ERR(filp)) {
1882 struct nfs_open_context *ctx;
Trond Myklebustcd3758e2007-08-10 17:44:32 -04001883 ctx = nfs_file_open_context(filp);
Trond Myklebust02a913a2005-10-18 14:20:17 -07001884 ctx->state = state;
Trond Myklebust95cf9592006-04-18 13:14:06 -04001885 return 0;
1886 }
Trond Myklebust1b45c462007-07-03 13:04:56 -04001887 ret = PTR_ERR(filp);
1888out_close:
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001889 nfs4_close_sync(path, state, fmode & (FMODE_READ|FMODE_WRITE));
Trond Myklebust1b45c462007-07-03 13:04:56 -04001890 return ret;
Trond Myklebust02a913a2005-10-18 14:20:17 -07001891}
1892
1893struct dentry *
Linus Torvalds1da177e2005-04-16 15:20:36 -07001894nfs4_atomic_open(struct inode *dir, struct dentry *dentry, struct nameidata *nd)
1895{
Trond Myklebustad389da2007-06-05 12:30:00 -04001896 struct path path = {
Jan Blunck4ac91372008-02-14 19:34:32 -08001897 .mnt = nd->path.mnt,
Trond Myklebustad389da2007-06-05 12:30:00 -04001898 .dentry = dentry,
1899 };
Jan Blunck4ac91372008-02-14 19:34:32 -08001900 struct dentry *parent;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001901 struct iattr attr;
1902 struct rpc_cred *cred;
1903 struct nfs4_state *state;
Trond Myklebust02a913a2005-10-18 14:20:17 -07001904 struct dentry *res;
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001905 fmode_t fmode = nd->intent.open.flags & (FMODE_READ | FMODE_WRITE | FMODE_EXEC);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001906
1907 if (nd->flags & LOOKUP_CREATE) {
1908 attr.ia_mode = nd->intent.open.create_mode;
1909 attr.ia_valid = ATTR_MODE;
1910 if (!IS_POSIXACL(dir))
Al Viroce3b0f82009-03-29 19:08:22 -04001911 attr.ia_mode &= ~current_umask();
Linus Torvalds1da177e2005-04-16 15:20:36 -07001912 } else {
1913 attr.ia_valid = 0;
1914 BUG_ON(nd->intent.open.flags & O_CREAT);
1915 }
1916
Trond Myklebust98a8e322008-03-12 12:25:28 -04001917 cred = rpc_lookup_cred();
Linus Torvalds1da177e2005-04-16 15:20:36 -07001918 if (IS_ERR(cred))
Trond Myklebust02a913a2005-10-18 14:20:17 -07001919 return (struct dentry *)cred;
Trond Myklebust565277f2007-10-15 18:17:53 -04001920 parent = dentry->d_parent;
1921 /* Protect against concurrent sillydeletes */
1922 nfs_block_sillyrename(parent);
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001923 state = nfs4_do_open(dir, &path, fmode, nd->intent.open.flags, &attr, cred);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001924 put_rpccred(cred);
Trond Myklebust02a913a2005-10-18 14:20:17 -07001925 if (IS_ERR(state)) {
Trond Myklebustd75340c2007-10-01 21:42:01 -04001926 if (PTR_ERR(state) == -ENOENT) {
Trond Myklebust02a913a2005-10-18 14:20:17 -07001927 d_add(dentry, NULL);
Trond Myklebustd75340c2007-10-01 21:42:01 -04001928 nfs_set_verifier(dentry, nfs_save_change_attribute(dir));
1929 }
Trond Myklebust565277f2007-10-15 18:17:53 -04001930 nfs_unblock_sillyrename(parent);
Trond Myklebust02a913a2005-10-18 14:20:17 -07001931 return (struct dentry *)state;
1932 }
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001933 res = d_add_unique(dentry, igrab(state->inode));
Trond Myklebust02a913a2005-10-18 14:20:17 -07001934 if (res != NULL)
Trond Myklebustdeee9362007-08-27 11:33:00 -04001935 path.dentry = res;
Trond Myklebustd75340c2007-10-01 21:42:01 -04001936 nfs_set_verifier(path.dentry, nfs_save_change_attribute(dir));
Trond Myklebust565277f2007-10-15 18:17:53 -04001937 nfs_unblock_sillyrename(parent);
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001938 nfs4_intent_set_file(nd, &path, state, fmode);
Trond Myklebust02a913a2005-10-18 14:20:17 -07001939 return res;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001940}
1941
1942int
Trond Myklebust02a913a2005-10-18 14:20:17 -07001943nfs4_open_revalidate(struct inode *dir, struct dentry *dentry, int openflags, struct nameidata *nd)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001944{
Trond Myklebustad389da2007-06-05 12:30:00 -04001945 struct path path = {
Jan Blunck4ac91372008-02-14 19:34:32 -08001946 .mnt = nd->path.mnt,
Trond Myklebustad389da2007-06-05 12:30:00 -04001947 .dentry = dentry,
1948 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07001949 struct rpc_cred *cred;
1950 struct nfs4_state *state;
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001951 fmode_t fmode = openflags & (FMODE_READ | FMODE_WRITE);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001952
Trond Myklebust98a8e322008-03-12 12:25:28 -04001953 cred = rpc_lookup_cred();
Linus Torvalds1da177e2005-04-16 15:20:36 -07001954 if (IS_ERR(cred))
1955 return PTR_ERR(cred);
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001956 state = nfs4_do_open(dir, &path, fmode, openflags, NULL, cred);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001957 put_rpccred(cred);
Trond Myklebust02a913a2005-10-18 14:20:17 -07001958 if (IS_ERR(state)) {
1959 switch (PTR_ERR(state)) {
1960 case -EPERM:
1961 case -EACCES:
1962 case -EDQUOT:
1963 case -ENOSPC:
1964 case -EROFS:
1965 lookup_instantiate_filp(nd, (struct dentry *)state, NULL);
1966 return 1;
Chuck Leverb87c0ad2006-10-19 23:28:42 -07001967 default:
1968 goto out_drop;
Trond Myklebust02a913a2005-10-18 14:20:17 -07001969 }
Trond Myklebust02a913a2005-10-18 14:20:17 -07001970 }
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001971 if (state->inode == dentry->d_inode) {
Trond Myklebustd75340c2007-10-01 21:42:01 -04001972 nfs_set_verifier(dentry, nfs_save_change_attribute(dir));
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001973 nfs4_intent_set_file(nd, &path, state, fmode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001974 return 1;
1975 }
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001976 nfs4_close_sync(&path, state, fmode);
Trond Myklebust02a913a2005-10-18 14:20:17 -07001977out_drop:
1978 d_drop(dentry);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001979 return 0;
1980}
1981
Trond Myklebust1185a552009-12-03 15:54:02 -05001982static void nfs4_close_context(struct nfs_open_context *ctx, int is_sync)
Trond Myklebust7fe5c392009-03-19 15:35:50 -04001983{
1984 if (ctx->state == NULL)
1985 return;
1986 if (is_sync)
1987 nfs4_close_sync(&ctx->path, ctx->state, ctx->mode);
1988 else
1989 nfs4_close_state(&ctx->path, ctx->state, ctx->mode);
1990}
Linus Torvalds1da177e2005-04-16 15:20:36 -07001991
1992static int _nfs4_server_capabilities(struct nfs_server *server, struct nfs_fh *fhandle)
1993{
Benny Halevy43652ad2009-04-01 09:21:54 -04001994 struct nfs4_server_caps_arg args = {
1995 .fhandle = fhandle,
1996 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07001997 struct nfs4_server_caps_res res = {};
1998 struct rpc_message msg = {
1999 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SERVER_CAPS],
Benny Halevy43652ad2009-04-01 09:21:54 -04002000 .rpc_argp = &args,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002001 .rpc_resp = &res,
2002 };
2003 int status;
2004
Andy Adamsoncccef3b2009-04-01 09:22:03 -04002005 status = nfs4_call_sync(server, &msg, &args, &res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002006 if (status == 0) {
2007 memcpy(server->attr_bitmask, res.attr_bitmask, sizeof(server->attr_bitmask));
Trond Myklebust62ab460c2009-08-09 15:06:19 -04002008 server->caps &= ~(NFS_CAP_ACLS|NFS_CAP_HARDLINKS|
2009 NFS_CAP_SYMLINKS|NFS_CAP_FILEID|
2010 NFS_CAP_MODE|NFS_CAP_NLINK|NFS_CAP_OWNER|
2011 NFS_CAP_OWNER_GROUP|NFS_CAP_ATIME|
2012 NFS_CAP_CTIME|NFS_CAP_MTIME);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002013 if (res.attr_bitmask[0] & FATTR4_WORD0_ACL)
2014 server->caps |= NFS_CAP_ACLS;
2015 if (res.has_links != 0)
2016 server->caps |= NFS_CAP_HARDLINKS;
2017 if (res.has_symlinks != 0)
2018 server->caps |= NFS_CAP_SYMLINKS;
Trond Myklebust62ab460c2009-08-09 15:06:19 -04002019 if (res.attr_bitmask[0] & FATTR4_WORD0_FILEID)
2020 server->caps |= NFS_CAP_FILEID;
2021 if (res.attr_bitmask[1] & FATTR4_WORD1_MODE)
2022 server->caps |= NFS_CAP_MODE;
2023 if (res.attr_bitmask[1] & FATTR4_WORD1_NUMLINKS)
2024 server->caps |= NFS_CAP_NLINK;
2025 if (res.attr_bitmask[1] & FATTR4_WORD1_OWNER)
2026 server->caps |= NFS_CAP_OWNER;
2027 if (res.attr_bitmask[1] & FATTR4_WORD1_OWNER_GROUP)
2028 server->caps |= NFS_CAP_OWNER_GROUP;
2029 if (res.attr_bitmask[1] & FATTR4_WORD1_TIME_ACCESS)
2030 server->caps |= NFS_CAP_ATIME;
2031 if (res.attr_bitmask[1] & FATTR4_WORD1_TIME_METADATA)
2032 server->caps |= NFS_CAP_CTIME;
2033 if (res.attr_bitmask[1] & FATTR4_WORD1_TIME_MODIFY)
2034 server->caps |= NFS_CAP_MTIME;
2035
Trond Myklebusta65318b2009-03-11 14:10:28 -04002036 memcpy(server->cache_consistency_bitmask, res.attr_bitmask, sizeof(server->cache_consistency_bitmask));
2037 server->cache_consistency_bitmask[0] &= FATTR4_WORD0_CHANGE|FATTR4_WORD0_SIZE;
2038 server->cache_consistency_bitmask[1] &= FATTR4_WORD1_TIME_METADATA|FATTR4_WORD1_TIME_MODIFY;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002039 server->acl_bitmask = res.acl_bitmask;
2040 }
Andy Adamsoncccef3b2009-04-01 09:22:03 -04002041
Linus Torvalds1da177e2005-04-16 15:20:36 -07002042 return status;
2043}
2044
Trond Myklebust55a97592006-06-09 09:34:19 -04002045int nfs4_server_capabilities(struct nfs_server *server, struct nfs_fh *fhandle)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002046{
2047 struct nfs4_exception exception = { };
2048 int err;
2049 do {
2050 err = nfs4_handle_exception(server,
2051 _nfs4_server_capabilities(server, fhandle),
2052 &exception);
2053 } while (exception.retry);
2054 return err;
2055}
2056
2057static int _nfs4_lookup_root(struct nfs_server *server, struct nfs_fh *fhandle,
2058 struct nfs_fsinfo *info)
2059{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002060 struct nfs4_lookup_root_arg args = {
2061 .bitmask = nfs4_fattr_bitmap,
2062 };
2063 struct nfs4_lookup_res res = {
2064 .server = server,
Trond Myklebust0e574af2005-10-27 22:12:38 -04002065 .fattr = info->fattr,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002066 .fh = fhandle,
2067 };
2068 struct rpc_message msg = {
2069 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOOKUP_ROOT],
2070 .rpc_argp = &args,
2071 .rpc_resp = &res,
2072 };
Benny Halevy008f55d2009-04-01 09:22:50 -04002073
Trond Myklebust0e574af2005-10-27 22:12:38 -04002074 nfs_fattr_init(info->fattr);
Trond Myklebustfccba802009-07-21 16:48:07 -04002075 return nfs4_call_sync(server, &msg, &args, &res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002076}
2077
2078static int nfs4_lookup_root(struct nfs_server *server, struct nfs_fh *fhandle,
2079 struct nfs_fsinfo *info)
2080{
2081 struct nfs4_exception exception = { };
2082 int err;
2083 do {
2084 err = nfs4_handle_exception(server,
2085 _nfs4_lookup_root(server, fhandle, info),
2086 &exception);
2087 } while (exception.retry);
2088 return err;
2089}
2090
David Howells54ceac42006-08-22 20:06:13 -04002091/*
2092 * get the file handle for the "/" directory on the server
2093 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002094static int nfs4_proc_get_root(struct nfs_server *server, struct nfs_fh *fhandle,
David Howells54ceac42006-08-22 20:06:13 -04002095 struct nfs_fsinfo *info)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002096{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002097 int status;
2098
Linus Torvalds1da177e2005-04-16 15:20:36 -07002099 status = nfs4_lookup_root(server, fhandle, info);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002100 if (status == 0)
2101 status = nfs4_server_capabilities(server, fhandle);
2102 if (status == 0)
2103 status = nfs4_do_fsinfo(server, fhandle, info);
Trond Myklebustc12e87f2006-03-13 21:20:47 -08002104 return nfs4_map_errors(status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002105}
2106
Manoj Naik6b97fd32006-06-09 09:34:29 -04002107/*
2108 * Get locations and (maybe) other attributes of a referral.
2109 * Note that we'll actually follow the referral later when
2110 * we detect fsid mismatch in inode revalidation
2111 */
Trond Myklebust56659e92007-07-17 21:52:39 -04002112static int nfs4_get_referral(struct inode *dir, const struct qstr *name, struct nfs_fattr *fattr, struct nfs_fh *fhandle)
Manoj Naik6b97fd32006-06-09 09:34:29 -04002113{
2114 int status = -ENOMEM;
2115 struct page *page = NULL;
2116 struct nfs4_fs_locations *locations = NULL;
Manoj Naik6b97fd32006-06-09 09:34:29 -04002117
2118 page = alloc_page(GFP_KERNEL);
2119 if (page == NULL)
2120 goto out;
2121 locations = kmalloc(sizeof(struct nfs4_fs_locations), GFP_KERNEL);
2122 if (locations == NULL)
2123 goto out;
2124
Trond Myklebustc228fd32007-01-13 02:28:11 -05002125 status = nfs4_proc_fs_locations(dir, name, locations, page);
Manoj Naik6b97fd32006-06-09 09:34:29 -04002126 if (status != 0)
2127 goto out;
2128 /* Make sure server returned a different fsid for the referral */
2129 if (nfs_fsid_equal(&NFS_SERVER(dir)->fsid, &locations->fattr.fsid)) {
Harvey Harrison3110ff82008-05-02 13:42:44 -07002130 dprintk("%s: server did not return a different fsid for a referral at %s\n", __func__, name->name);
Manoj Naik6b97fd32006-06-09 09:34:29 -04002131 status = -EIO;
2132 goto out;
2133 }
2134
2135 memcpy(fattr, &locations->fattr, sizeof(struct nfs_fattr));
2136 fattr->valid |= NFS_ATTR_FATTR_V4_REFERRAL;
2137 if (!fattr->mode)
2138 fattr->mode = S_IFDIR;
2139 memset(fhandle, 0, sizeof(struct nfs_fh));
2140out:
2141 if (page)
2142 __free_page(page);
2143 if (locations)
2144 kfree(locations);
2145 return status;
2146}
2147
Linus Torvalds1da177e2005-04-16 15:20:36 -07002148static int _nfs4_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fattr *fattr)
2149{
2150 struct nfs4_getattr_arg args = {
2151 .fh = fhandle,
2152 .bitmask = server->attr_bitmask,
2153 };
2154 struct nfs4_getattr_res res = {
2155 .fattr = fattr,
2156 .server = server,
2157 };
2158 struct rpc_message msg = {
2159 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GETATTR],
2160 .rpc_argp = &args,
2161 .rpc_resp = &res,
2162 };
2163
Trond Myklebust0e574af2005-10-27 22:12:38 -04002164 nfs_fattr_init(fattr);
Andy Adamsoncccef3b2009-04-01 09:22:03 -04002165 return nfs4_call_sync(server, &msg, &args, &res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002166}
2167
2168static int nfs4_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fattr *fattr)
2169{
2170 struct nfs4_exception exception = { };
2171 int err;
2172 do {
2173 err = nfs4_handle_exception(server,
2174 _nfs4_proc_getattr(server, fhandle, fattr),
2175 &exception);
2176 } while (exception.retry);
2177 return err;
2178}
2179
2180/*
2181 * The file is not closed if it is opened due to the a request to change
2182 * the size of the file. The open call will not be needed once the
2183 * VFS layer lookup-intents are implemented.
2184 *
2185 * Close is called when the inode is destroyed.
2186 * If we haven't opened the file for O_WRONLY, we
2187 * need to in the size_change case to obtain a stateid.
2188 *
2189 * Got race?
2190 * Because OPEN is always done by name in nfsv4, it is
2191 * possible that we opened a different file by the same
2192 * name. We can recognize this race condition, but we
2193 * can't do anything about it besides returning an error.
2194 *
2195 * This will be fixed with VFS changes (lookup-intent).
2196 */
2197static int
2198nfs4_proc_setattr(struct dentry *dentry, struct nfs_fattr *fattr,
2199 struct iattr *sattr)
2200{
Trond Myklebust08e9eac2005-06-22 17:16:29 +00002201 struct inode *inode = dentry->d_inode;
Trond Myklebust659bfcd2008-06-10 19:39:41 -04002202 struct rpc_cred *cred = NULL;
Trond Myklebustd5308382005-11-04 15:33:38 -05002203 struct nfs4_state *state = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002204 int status;
2205
Trond Myklebust0e574af2005-10-27 22:12:38 -04002206 nfs_fattr_init(fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002207
Trond Myklebustd5308382005-11-04 15:33:38 -05002208 /* Search for an existing open(O_WRITE) file */
Trond Myklebust659bfcd2008-06-10 19:39:41 -04002209 if (sattr->ia_valid & ATTR_FILE) {
2210 struct nfs_open_context *ctx;
Trond Myklebust08e9eac2005-06-22 17:16:29 +00002211
Trond Myklebust659bfcd2008-06-10 19:39:41 -04002212 ctx = nfs_file_open_context(sattr->ia_file);
Neil Brown504e5182008-10-16 14:15:16 +11002213 if (ctx) {
2214 cred = ctx->cred;
2215 state = ctx->state;
2216 }
Trond Myklebust659bfcd2008-06-10 19:39:41 -04002217 }
2218
2219 status = nfs4_do_setattr(inode, cred, fattr, sattr, state);
Trond Myklebust65e43082005-08-16 11:49:44 -04002220 if (status == 0)
2221 nfs_setattr_update_inode(inode, sattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002222 return status;
2223}
2224
Trond Myklebust56659e92007-07-17 21:52:39 -04002225static int _nfs4_proc_lookupfh(struct nfs_server *server, const struct nfs_fh *dirfh,
2226 const struct qstr *name, struct nfs_fh *fhandle,
David Howells2b3de442006-08-22 20:06:09 -04002227 struct nfs_fattr *fattr)
2228{
2229 int status;
2230 struct nfs4_lookup_arg args = {
2231 .bitmask = server->attr_bitmask,
2232 .dir_fh = dirfh,
2233 .name = name,
2234 };
2235 struct nfs4_lookup_res res = {
2236 .server = server,
2237 .fattr = fattr,
2238 .fh = fhandle,
2239 };
2240 struct rpc_message msg = {
2241 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOOKUP],
2242 .rpc_argp = &args,
2243 .rpc_resp = &res,
2244 };
2245
2246 nfs_fattr_init(fattr);
2247
2248 dprintk("NFS call lookupfh %s\n", name->name);
Andy Adamsoncccef3b2009-04-01 09:22:03 -04002249 status = nfs4_call_sync(server, &msg, &args, &res, 0);
David Howells2b3de442006-08-22 20:06:09 -04002250 dprintk("NFS reply lookupfh: %d\n", status);
David Howells2b3de442006-08-22 20:06:09 -04002251 return status;
2252}
2253
2254static int nfs4_proc_lookupfh(struct nfs_server *server, struct nfs_fh *dirfh,
2255 struct qstr *name, struct nfs_fh *fhandle,
2256 struct nfs_fattr *fattr)
2257{
2258 struct nfs4_exception exception = { };
2259 int err;
2260 do {
Trond Myklebust4e56e082007-07-01 18:13:52 -04002261 err = _nfs4_proc_lookupfh(server, dirfh, name, fhandle, fattr);
2262 /* FIXME: !!!! */
2263 if (err == -NFS4ERR_MOVED) {
2264 err = -EREMOTE;
2265 break;
2266 }
2267 err = nfs4_handle_exception(server, err, &exception);
David Howells2b3de442006-08-22 20:06:09 -04002268 } while (exception.retry);
2269 return err;
2270}
2271
Trond Myklebust56659e92007-07-17 21:52:39 -04002272static int _nfs4_proc_lookup(struct inode *dir, const struct qstr *name,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002273 struct nfs_fh *fhandle, struct nfs_fattr *fattr)
2274{
Trond Myklebust4e56e082007-07-01 18:13:52 -04002275 int status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002276
2277 dprintk("NFS call lookup %s\n", name->name);
Trond Myklebust4e56e082007-07-01 18:13:52 -04002278 status = _nfs4_proc_lookupfh(NFS_SERVER(dir), NFS_FH(dir), name, fhandle, fattr);
Manoj Naik6b97fd32006-06-09 09:34:29 -04002279 if (status == -NFS4ERR_MOVED)
2280 status = nfs4_get_referral(dir, name, fattr, fhandle);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002281 dprintk("NFS reply lookup: %d\n", status);
2282 return status;
2283}
2284
2285static int nfs4_proc_lookup(struct inode *dir, struct qstr *name, struct nfs_fh *fhandle, struct nfs_fattr *fattr)
2286{
2287 struct nfs4_exception exception = { };
2288 int err;
2289 do {
2290 err = nfs4_handle_exception(NFS_SERVER(dir),
2291 _nfs4_proc_lookup(dir, name, fhandle, fattr),
2292 &exception);
2293 } while (exception.retry);
2294 return err;
2295}
2296
2297static int _nfs4_proc_access(struct inode *inode, struct nfs_access_entry *entry)
2298{
Trond Myklebust76b32992007-08-10 17:45:11 -04002299 struct nfs_server *server = NFS_SERVER(inode);
2300 struct nfs_fattr fattr;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002301 struct nfs4_accessargs args = {
2302 .fh = NFS_FH(inode),
Trond Myklebust76b32992007-08-10 17:45:11 -04002303 .bitmask = server->attr_bitmask,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002304 };
Trond Myklebust76b32992007-08-10 17:45:11 -04002305 struct nfs4_accessres res = {
2306 .server = server,
2307 .fattr = &fattr,
2308 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002309 struct rpc_message msg = {
2310 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_ACCESS],
2311 .rpc_argp = &args,
2312 .rpc_resp = &res,
2313 .rpc_cred = entry->cred,
2314 };
2315 int mode = entry->mask;
2316 int status;
2317
2318 /*
2319 * Determine which access bits we want to ask for...
2320 */
2321 if (mode & MAY_READ)
2322 args.access |= NFS4_ACCESS_READ;
2323 if (S_ISDIR(inode->i_mode)) {
2324 if (mode & MAY_WRITE)
2325 args.access |= NFS4_ACCESS_MODIFY | NFS4_ACCESS_EXTEND | NFS4_ACCESS_DELETE;
2326 if (mode & MAY_EXEC)
2327 args.access |= NFS4_ACCESS_LOOKUP;
2328 } else {
2329 if (mode & MAY_WRITE)
2330 args.access |= NFS4_ACCESS_MODIFY | NFS4_ACCESS_EXTEND;
2331 if (mode & MAY_EXEC)
2332 args.access |= NFS4_ACCESS_EXECUTE;
2333 }
Trond Myklebust76b32992007-08-10 17:45:11 -04002334 nfs_fattr_init(&fattr);
Andy Adamsoncccef3b2009-04-01 09:22:03 -04002335 status = nfs4_call_sync(server, &msg, &args, &res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002336 if (!status) {
2337 entry->mask = 0;
2338 if (res.access & NFS4_ACCESS_READ)
2339 entry->mask |= MAY_READ;
2340 if (res.access & (NFS4_ACCESS_MODIFY | NFS4_ACCESS_EXTEND | NFS4_ACCESS_DELETE))
2341 entry->mask |= MAY_WRITE;
2342 if (res.access & (NFS4_ACCESS_LOOKUP|NFS4_ACCESS_EXECUTE))
2343 entry->mask |= MAY_EXEC;
Trond Myklebust76b32992007-08-10 17:45:11 -04002344 nfs_refresh_inode(inode, &fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002345 }
2346 return status;
2347}
2348
2349static int nfs4_proc_access(struct inode *inode, struct nfs_access_entry *entry)
2350{
2351 struct nfs4_exception exception = { };
2352 int err;
2353 do {
2354 err = nfs4_handle_exception(NFS_SERVER(inode),
2355 _nfs4_proc_access(inode, entry),
2356 &exception);
2357 } while (exception.retry);
2358 return err;
2359}
2360
2361/*
2362 * TODO: For the time being, we don't try to get any attributes
2363 * along with any of the zero-copy operations READ, READDIR,
2364 * READLINK, WRITE.
2365 *
2366 * In the case of the first three, we want to put the GETATTR
2367 * after the read-type operation -- this is because it is hard
2368 * to predict the length of a GETATTR response in v4, and thus
2369 * align the READ data correctly. This means that the GETATTR
2370 * may end up partially falling into the page cache, and we should
2371 * shift it into the 'tail' of the xdr_buf before processing.
2372 * To do this efficiently, we need to know the total length
2373 * of data received, which doesn't seem to be available outside
2374 * of the RPC layer.
2375 *
2376 * In the case of WRITE, we also want to put the GETATTR after
2377 * the operation -- in this case because we want to make sure
2378 * we get the post-operation mtime and size. This means that
2379 * we can't use xdr_encode_pages() as written: we need a variant
2380 * of it which would leave room in the 'tail' iovec.
2381 *
2382 * Both of these changes to the XDR layer would in fact be quite
2383 * minor, but I decided to leave them for a subsequent patch.
2384 */
2385static int _nfs4_proc_readlink(struct inode *inode, struct page *page,
2386 unsigned int pgbase, unsigned int pglen)
2387{
2388 struct nfs4_readlink args = {
2389 .fh = NFS_FH(inode),
2390 .pgbase = pgbase,
2391 .pglen = pglen,
2392 .pages = &page,
2393 };
Benny Halevyf50c7002009-04-01 09:21:55 -04002394 struct nfs4_readlink_res res;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002395 struct rpc_message msg = {
2396 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_READLINK],
2397 .rpc_argp = &args,
Benny Halevyf50c7002009-04-01 09:21:55 -04002398 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002399 };
2400
Andy Adamsoncccef3b2009-04-01 09:22:03 -04002401 return nfs4_call_sync(NFS_SERVER(inode), &msg, &args, &res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002402}
2403
2404static int nfs4_proc_readlink(struct inode *inode, struct page *page,
2405 unsigned int pgbase, unsigned int pglen)
2406{
2407 struct nfs4_exception exception = { };
2408 int err;
2409 do {
2410 err = nfs4_handle_exception(NFS_SERVER(inode),
2411 _nfs4_proc_readlink(inode, page, pgbase, pglen),
2412 &exception);
2413 } while (exception.retry);
2414 return err;
2415}
2416
Linus Torvalds1da177e2005-04-16 15:20:36 -07002417/*
2418 * Got race?
2419 * We will need to arrange for the VFS layer to provide an atomic open.
2420 * Until then, this create/open method is prone to inefficiency and race
2421 * conditions due to the lookup, create, and open VFS calls from sys_open()
2422 * placed on the wire.
2423 *
2424 * Given the above sorry state of affairs, I'm simply sending an OPEN.
2425 * The file will be opened again in the subsequent VFS open call
2426 * (nfs4_proc_file_open).
2427 *
2428 * The open for read will just hang around to be used by any process that
2429 * opens the file O_RDONLY. This will all be resolved with the VFS changes.
2430 */
2431
2432static int
2433nfs4_proc_create(struct inode *dir, struct dentry *dentry, struct iattr *sattr,
Trond Myklebust02a913a2005-10-18 14:20:17 -07002434 int flags, struct nameidata *nd)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002435{
Trond Myklebustad389da2007-06-05 12:30:00 -04002436 struct path path = {
Jan Blunck4ac91372008-02-14 19:34:32 -08002437 .mnt = nd->path.mnt,
Trond Myklebustad389da2007-06-05 12:30:00 -04002438 .dentry = dentry,
2439 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002440 struct nfs4_state *state;
2441 struct rpc_cred *cred;
Trond Myklebustdc0b0272008-12-23 15:21:56 -05002442 fmode_t fmode = flags & (FMODE_READ | FMODE_WRITE);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002443 int status = 0;
2444
Trond Myklebust98a8e322008-03-12 12:25:28 -04002445 cred = rpc_lookup_cred();
Linus Torvalds1da177e2005-04-16 15:20:36 -07002446 if (IS_ERR(cred)) {
2447 status = PTR_ERR(cred);
2448 goto out;
2449 }
Trond Myklebustdc0b0272008-12-23 15:21:56 -05002450 state = nfs4_do_open(dir, &path, fmode, flags, sattr, cred);
Trond Myklebustd4d9cdc2007-10-02 18:38:53 -04002451 d_drop(dentry);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002452 if (IS_ERR(state)) {
2453 status = PTR_ERR(state);
Trond Myklebust659bfcd2008-06-10 19:39:41 -04002454 goto out_putcred;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002455 }
Trond Myklebustd4d9cdc2007-10-02 18:38:53 -04002456 d_add(dentry, igrab(state->inode));
Trond Myklebustd75340c2007-10-01 21:42:01 -04002457 nfs_set_verifier(dentry, nfs_save_change_attribute(dir));
Linus Torvalds1da177e2005-04-16 15:20:36 -07002458 if (flags & O_EXCL) {
2459 struct nfs_fattr fattr;
Trond Myklebust659bfcd2008-06-10 19:39:41 -04002460 status = nfs4_do_setattr(state->inode, cred, &fattr, sattr, state);
Trond Myklebust02a913a2005-10-18 14:20:17 -07002461 if (status == 0)
Trond Myklebust65e43082005-08-16 11:49:44 -04002462 nfs_setattr_update_inode(state->inode, sattr);
Jeff Laytonaa53ed52007-06-05 14:49:03 -04002463 nfs_post_op_update_inode(state->inode, &fattr);
Trond Myklebust02a913a2005-10-18 14:20:17 -07002464 }
Trond Myklebustad389da2007-06-05 12:30:00 -04002465 if (status == 0 && (nd->flags & LOOKUP_OPEN) != 0)
Trond Myklebustdc0b0272008-12-23 15:21:56 -05002466 status = nfs4_intent_set_file(nd, &path, state, fmode);
Trond Myklebust02a913a2005-10-18 14:20:17 -07002467 else
Trond Myklebustdc0b0272008-12-23 15:21:56 -05002468 nfs4_close_sync(&path, state, fmode);
Trond Myklebust659bfcd2008-06-10 19:39:41 -04002469out_putcred:
2470 put_rpccred(cred);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002471out:
2472 return status;
2473}
2474
2475static int _nfs4_proc_remove(struct inode *dir, struct qstr *name)
2476{
Trond Myklebust16e42952005-10-27 22:12:44 -04002477 struct nfs_server *server = NFS_SERVER(dir);
Trond Myklebust4fdc17b2007-07-14 15:39:57 -04002478 struct nfs_removeargs args = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002479 .fh = NFS_FH(dir),
Trond Myklebust4fdc17b2007-07-14 15:39:57 -04002480 .name.len = name->len,
2481 .name.name = name->name,
Trond Myklebust16e42952005-10-27 22:12:44 -04002482 .bitmask = server->attr_bitmask,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002483 };
Trond Myklebust4fdc17b2007-07-14 15:39:57 -04002484 struct nfs_removeres res = {
Trond Myklebust16e42952005-10-27 22:12:44 -04002485 .server = server,
Trond Myklebust16e42952005-10-27 22:12:44 -04002486 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002487 struct rpc_message msg = {
Trond Myklebust4fdc17b2007-07-14 15:39:57 -04002488 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_REMOVE],
2489 .rpc_argp = &args,
2490 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002491 };
2492 int status;
2493
Trond Myklebust4fdc17b2007-07-14 15:39:57 -04002494 nfs_fattr_init(&res.dir_attr);
Andy Adamsoncccef3b2009-04-01 09:22:03 -04002495 status = nfs4_call_sync(server, &msg, &args, &res, 1);
Trond Myklebust16e42952005-10-27 22:12:44 -04002496 if (status == 0) {
2497 update_changeattr(dir, &res.cinfo);
Trond Myklebust4fdc17b2007-07-14 15:39:57 -04002498 nfs_post_op_update_inode(dir, &res.dir_attr);
Trond Myklebust16e42952005-10-27 22:12:44 -04002499 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002500 return status;
2501}
2502
2503static int nfs4_proc_remove(struct inode *dir, struct qstr *name)
2504{
2505 struct nfs4_exception exception = { };
2506 int err;
2507 do {
2508 err = nfs4_handle_exception(NFS_SERVER(dir),
2509 _nfs4_proc_remove(dir, name),
2510 &exception);
2511 } while (exception.retry);
2512 return err;
2513}
2514
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04002515static void nfs4_proc_unlink_setup(struct rpc_message *msg, struct inode *dir)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002516{
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04002517 struct nfs_server *server = NFS_SERVER(dir);
2518 struct nfs_removeargs *args = msg->rpc_argp;
2519 struct nfs_removeres *res = msg->rpc_resp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002520
Trond Myklebusta65318b2009-03-11 14:10:28 -04002521 args->bitmask = server->cache_consistency_bitmask;
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04002522 res->server = server;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002523 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_REMOVE];
Linus Torvalds1da177e2005-04-16 15:20:36 -07002524}
2525
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04002526static int nfs4_proc_unlink_done(struct rpc_task *task, struct inode *dir)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002527{
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04002528 struct nfs_removeres *res = task->tk_msg.rpc_resp;
2529
Andy Adamson472cfbd2009-04-01 09:22:24 -04002530 nfs4_sequence_done(res->server, &res->seq_res, task->tk_status);
Trond Myklebust9e33bed2008-12-23 15:21:46 -05002531 if (nfs4_async_handle_error(task, res->server, NULL) == -EAGAIN)
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04002532 return 0;
2533 update_changeattr(dir, &res->cinfo);
2534 nfs_post_op_update_inode(dir, &res->dir_attr);
2535 return 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002536}
2537
2538static int _nfs4_proc_rename(struct inode *old_dir, struct qstr *old_name,
2539 struct inode *new_dir, struct qstr *new_name)
2540{
Trond Myklebust6caf2c82005-10-27 22:12:43 -04002541 struct nfs_server *server = NFS_SERVER(old_dir);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002542 struct nfs4_rename_arg arg = {
2543 .old_dir = NFS_FH(old_dir),
2544 .new_dir = NFS_FH(new_dir),
2545 .old_name = old_name,
2546 .new_name = new_name,
Trond Myklebust6caf2c82005-10-27 22:12:43 -04002547 .bitmask = server->attr_bitmask,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002548 };
Trond Myklebust6caf2c82005-10-27 22:12:43 -04002549 struct nfs_fattr old_fattr, new_fattr;
2550 struct nfs4_rename_res res = {
2551 .server = server,
2552 .old_fattr = &old_fattr,
2553 .new_fattr = &new_fattr,
2554 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002555 struct rpc_message msg = {
2556 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RENAME],
2557 .rpc_argp = &arg,
2558 .rpc_resp = &res,
2559 };
2560 int status;
2561
Trond Myklebust6caf2c82005-10-27 22:12:43 -04002562 nfs_fattr_init(res.old_fattr);
2563 nfs_fattr_init(res.new_fattr);
Andy Adamsoncccef3b2009-04-01 09:22:03 -04002564 status = nfs4_call_sync(server, &msg, &arg, &res, 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002565
2566 if (!status) {
2567 update_changeattr(old_dir, &res.old_cinfo);
Trond Myklebust6caf2c82005-10-27 22:12:43 -04002568 nfs_post_op_update_inode(old_dir, res.old_fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002569 update_changeattr(new_dir, &res.new_cinfo);
Trond Myklebust6caf2c82005-10-27 22:12:43 -04002570 nfs_post_op_update_inode(new_dir, res.new_fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002571 }
2572 return status;
2573}
2574
2575static int nfs4_proc_rename(struct inode *old_dir, struct qstr *old_name,
2576 struct inode *new_dir, struct qstr *new_name)
2577{
2578 struct nfs4_exception exception = { };
2579 int err;
2580 do {
2581 err = nfs4_handle_exception(NFS_SERVER(old_dir),
2582 _nfs4_proc_rename(old_dir, old_name,
2583 new_dir, new_name),
2584 &exception);
2585 } while (exception.retry);
2586 return err;
2587}
2588
2589static int _nfs4_proc_link(struct inode *inode, struct inode *dir, struct qstr *name)
2590{
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04002591 struct nfs_server *server = NFS_SERVER(inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002592 struct nfs4_link_arg arg = {
2593 .fh = NFS_FH(inode),
2594 .dir_fh = NFS_FH(dir),
2595 .name = name,
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04002596 .bitmask = server->attr_bitmask,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002597 };
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04002598 struct nfs_fattr fattr, dir_attr;
2599 struct nfs4_link_res res = {
2600 .server = server,
2601 .fattr = &fattr,
2602 .dir_attr = &dir_attr,
2603 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002604 struct rpc_message msg = {
2605 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LINK],
2606 .rpc_argp = &arg,
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04002607 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002608 };
2609 int status;
2610
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04002611 nfs_fattr_init(res.fattr);
2612 nfs_fattr_init(res.dir_attr);
Andy Adamsoncccef3b2009-04-01 09:22:03 -04002613 status = nfs4_call_sync(server, &msg, &arg, &res, 1);
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04002614 if (!status) {
2615 update_changeattr(dir, &res.cinfo);
2616 nfs_post_op_update_inode(dir, res.dir_attr);
Trond Myklebust73a3d072006-05-25 01:40:47 -04002617 nfs_post_op_update_inode(inode, res.fattr);
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04002618 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002619
2620 return status;
2621}
2622
2623static int nfs4_proc_link(struct inode *inode, struct inode *dir, struct qstr *name)
2624{
2625 struct nfs4_exception exception = { };
2626 int err;
2627 do {
2628 err = nfs4_handle_exception(NFS_SERVER(inode),
2629 _nfs4_proc_link(inode, dir, name),
2630 &exception);
2631 } while (exception.retry);
2632 return err;
2633}
2634
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002635struct nfs4_createdata {
2636 struct rpc_message msg;
2637 struct nfs4_create_arg arg;
2638 struct nfs4_create_res res;
2639 struct nfs_fh fh;
2640 struct nfs_fattr fattr;
2641 struct nfs_fattr dir_fattr;
2642};
2643
2644static struct nfs4_createdata *nfs4_alloc_createdata(struct inode *dir,
2645 struct qstr *name, struct iattr *sattr, u32 ftype)
2646{
2647 struct nfs4_createdata *data;
2648
2649 data = kzalloc(sizeof(*data), GFP_KERNEL);
2650 if (data != NULL) {
2651 struct nfs_server *server = NFS_SERVER(dir);
2652
2653 data->msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_CREATE];
2654 data->msg.rpc_argp = &data->arg;
2655 data->msg.rpc_resp = &data->res;
2656 data->arg.dir_fh = NFS_FH(dir);
2657 data->arg.server = server;
2658 data->arg.name = name;
2659 data->arg.attrs = sattr;
2660 data->arg.ftype = ftype;
2661 data->arg.bitmask = server->attr_bitmask;
2662 data->res.server = server;
2663 data->res.fh = &data->fh;
2664 data->res.fattr = &data->fattr;
2665 data->res.dir_fattr = &data->dir_fattr;
2666 nfs_fattr_init(data->res.fattr);
2667 nfs_fattr_init(data->res.dir_fattr);
2668 }
2669 return data;
2670}
2671
2672static int nfs4_do_create(struct inode *dir, struct dentry *dentry, struct nfs4_createdata *data)
2673{
Andy Adamsoncccef3b2009-04-01 09:22:03 -04002674 int status = nfs4_call_sync(NFS_SERVER(dir), &data->msg,
2675 &data->arg, &data->res, 1);
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002676 if (status == 0) {
2677 update_changeattr(dir, &data->res.dir_cinfo);
2678 nfs_post_op_update_inode(dir, data->res.dir_fattr);
2679 status = nfs_instantiate(dentry, data->res.fh, data->res.fattr);
2680 }
2681 return status;
2682}
2683
2684static void nfs4_free_createdata(struct nfs4_createdata *data)
2685{
2686 kfree(data);
2687}
2688
Chuck Lever4f390c12006-08-22 20:06:22 -04002689static int _nfs4_proc_symlink(struct inode *dir, struct dentry *dentry,
Chuck Lever94a6d752006-08-22 20:06:23 -04002690 struct page *page, unsigned int len, struct iattr *sattr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002691{
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002692 struct nfs4_createdata *data;
2693 int status = -ENAMETOOLONG;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002694
Chuck Lever94a6d752006-08-22 20:06:23 -04002695 if (len > NFS4_MAXPATHLEN)
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002696 goto out;
Chuck Lever4f390c12006-08-22 20:06:22 -04002697
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002698 status = -ENOMEM;
2699 data = nfs4_alloc_createdata(dir, &dentry->d_name, sattr, NF4LNK);
2700 if (data == NULL)
2701 goto out;
2702
2703 data->msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SYMLINK];
2704 data->arg.u.symlink.pages = &page;
2705 data->arg.u.symlink.len = len;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002706
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002707 status = nfs4_do_create(dir, dentry, data);
2708
2709 nfs4_free_createdata(data);
2710out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002711 return status;
2712}
2713
Chuck Lever4f390c12006-08-22 20:06:22 -04002714static int nfs4_proc_symlink(struct inode *dir, struct dentry *dentry,
Chuck Lever94a6d752006-08-22 20:06:23 -04002715 struct page *page, unsigned int len, struct iattr *sattr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002716{
2717 struct nfs4_exception exception = { };
2718 int err;
2719 do {
2720 err = nfs4_handle_exception(NFS_SERVER(dir),
Chuck Lever94a6d752006-08-22 20:06:23 -04002721 _nfs4_proc_symlink(dir, dentry, page,
2722 len, sattr),
Linus Torvalds1da177e2005-04-16 15:20:36 -07002723 &exception);
2724 } while (exception.retry);
2725 return err;
2726}
2727
2728static int _nfs4_proc_mkdir(struct inode *dir, struct dentry *dentry,
2729 struct iattr *sattr)
2730{
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002731 struct nfs4_createdata *data;
2732 int status = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002733
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002734 data = nfs4_alloc_createdata(dir, &dentry->d_name, sattr, NF4DIR);
2735 if (data == NULL)
2736 goto out;
2737
2738 status = nfs4_do_create(dir, dentry, data);
2739
2740 nfs4_free_createdata(data);
2741out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002742 return status;
2743}
2744
2745static int nfs4_proc_mkdir(struct inode *dir, struct dentry *dentry,
2746 struct iattr *sattr)
2747{
2748 struct nfs4_exception exception = { };
2749 int err;
2750 do {
2751 err = nfs4_handle_exception(NFS_SERVER(dir),
2752 _nfs4_proc_mkdir(dir, dentry, sattr),
2753 &exception);
2754 } while (exception.retry);
2755 return err;
2756}
2757
2758static int _nfs4_proc_readdir(struct dentry *dentry, struct rpc_cred *cred,
2759 u64 cookie, struct page *page, unsigned int count, int plus)
2760{
2761 struct inode *dir = dentry->d_inode;
2762 struct nfs4_readdir_arg args = {
2763 .fh = NFS_FH(dir),
2764 .pages = &page,
2765 .pgbase = 0,
2766 .count = count,
Trond Myklebust96d25e52009-11-11 16:15:42 +09002767 .bitmask = NFS_SERVER(dentry->d_inode)->attr_bitmask,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002768 };
2769 struct nfs4_readdir_res res;
2770 struct rpc_message msg = {
2771 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_READDIR],
2772 .rpc_argp = &args,
2773 .rpc_resp = &res,
2774 .rpc_cred = cred,
2775 };
2776 int status;
2777
Harvey Harrison3110ff82008-05-02 13:42:44 -07002778 dprintk("%s: dentry = %s/%s, cookie = %Lu\n", __func__,
Trond Myklebusteadf4592005-06-22 17:16:39 +00002779 dentry->d_parent->d_name.name,
2780 dentry->d_name.name,
2781 (unsigned long long)cookie);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002782 nfs4_setup_readdir(cookie, NFS_COOKIEVERF(dir), dentry, &args);
2783 res.pgbase = args.pgbase;
Andy Adamsoncccef3b2009-04-01 09:22:03 -04002784 status = nfs4_call_sync(NFS_SERVER(dir), &msg, &args, &res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002785 if (status == 0)
2786 memcpy(NFS_COOKIEVERF(dir), res.verifier.data, NFS4_VERIFIER_SIZE);
Trond Myklebustc4812992007-09-28 17:11:45 -04002787
2788 nfs_invalidate_atime(dir);
2789
Harvey Harrison3110ff82008-05-02 13:42:44 -07002790 dprintk("%s: returns %d\n", __func__, status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002791 return status;
2792}
2793
2794static int nfs4_proc_readdir(struct dentry *dentry, struct rpc_cred *cred,
2795 u64 cookie, struct page *page, unsigned int count, int plus)
2796{
2797 struct nfs4_exception exception = { };
2798 int err;
2799 do {
2800 err = nfs4_handle_exception(NFS_SERVER(dentry->d_inode),
2801 _nfs4_proc_readdir(dentry, cred, cookie,
2802 page, count, plus),
2803 &exception);
2804 } while (exception.retry);
2805 return err;
2806}
2807
2808static int _nfs4_proc_mknod(struct inode *dir, struct dentry *dentry,
2809 struct iattr *sattr, dev_t rdev)
2810{
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002811 struct nfs4_createdata *data;
2812 int mode = sattr->ia_mode;
2813 int status = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002814
2815 BUG_ON(!(sattr->ia_valid & ATTR_MODE));
2816 BUG_ON(!S_ISFIFO(mode) && !S_ISBLK(mode) && !S_ISCHR(mode) && !S_ISSOCK(mode));
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002817
2818 data = nfs4_alloc_createdata(dir, &dentry->d_name, sattr, NF4SOCK);
2819 if (data == NULL)
2820 goto out;
2821
Linus Torvalds1da177e2005-04-16 15:20:36 -07002822 if (S_ISFIFO(mode))
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002823 data->arg.ftype = NF4FIFO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002824 else if (S_ISBLK(mode)) {
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002825 data->arg.ftype = NF4BLK;
2826 data->arg.u.device.specdata1 = MAJOR(rdev);
2827 data->arg.u.device.specdata2 = MINOR(rdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002828 }
2829 else if (S_ISCHR(mode)) {
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002830 data->arg.ftype = NF4CHR;
2831 data->arg.u.device.specdata1 = MAJOR(rdev);
2832 data->arg.u.device.specdata2 = MINOR(rdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002833 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002834
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002835 status = nfs4_do_create(dir, dentry, data);
2836
2837 nfs4_free_createdata(data);
2838out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002839 return status;
2840}
2841
2842static int nfs4_proc_mknod(struct inode *dir, struct dentry *dentry,
2843 struct iattr *sattr, dev_t rdev)
2844{
2845 struct nfs4_exception exception = { };
2846 int err;
2847 do {
2848 err = nfs4_handle_exception(NFS_SERVER(dir),
2849 _nfs4_proc_mknod(dir, dentry, sattr, rdev),
2850 &exception);
2851 } while (exception.retry);
2852 return err;
2853}
2854
2855static int _nfs4_proc_statfs(struct nfs_server *server, struct nfs_fh *fhandle,
2856 struct nfs_fsstat *fsstat)
2857{
2858 struct nfs4_statfs_arg args = {
2859 .fh = fhandle,
2860 .bitmask = server->attr_bitmask,
2861 };
Benny Halevy24ad1482009-04-01 09:21:56 -04002862 struct nfs4_statfs_res res = {
2863 .fsstat = fsstat,
2864 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002865 struct rpc_message msg = {
2866 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_STATFS],
2867 .rpc_argp = &args,
Benny Halevy24ad1482009-04-01 09:21:56 -04002868 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002869 };
2870
Trond Myklebust0e574af2005-10-27 22:12:38 -04002871 nfs_fattr_init(fsstat->fattr);
Andy Adamsoncccef3b2009-04-01 09:22:03 -04002872 return nfs4_call_sync(server, &msg, &args, &res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002873}
2874
2875static int nfs4_proc_statfs(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fsstat *fsstat)
2876{
2877 struct nfs4_exception exception = { };
2878 int err;
2879 do {
2880 err = nfs4_handle_exception(server,
2881 _nfs4_proc_statfs(server, fhandle, fsstat),
2882 &exception);
2883 } while (exception.retry);
2884 return err;
2885}
2886
2887static int _nfs4_do_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle,
2888 struct nfs_fsinfo *fsinfo)
2889{
2890 struct nfs4_fsinfo_arg args = {
2891 .fh = fhandle,
2892 .bitmask = server->attr_bitmask,
2893 };
Benny Halevy3dda5e42009-04-01 09:21:57 -04002894 struct nfs4_fsinfo_res res = {
2895 .fsinfo = fsinfo,
2896 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002897 struct rpc_message msg = {
2898 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FSINFO],
2899 .rpc_argp = &args,
Benny Halevy3dda5e42009-04-01 09:21:57 -04002900 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002901 };
2902
Andy Adamsoncccef3b2009-04-01 09:22:03 -04002903 return nfs4_call_sync(server, &msg, &args, &res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002904}
2905
2906static int nfs4_do_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fsinfo *fsinfo)
2907{
2908 struct nfs4_exception exception = { };
2909 int err;
2910
2911 do {
2912 err = nfs4_handle_exception(server,
2913 _nfs4_do_fsinfo(server, fhandle, fsinfo),
2914 &exception);
2915 } while (exception.retry);
2916 return err;
2917}
2918
2919static int nfs4_proc_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fsinfo *fsinfo)
2920{
Trond Myklebust0e574af2005-10-27 22:12:38 -04002921 nfs_fattr_init(fsinfo->fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002922 return nfs4_do_fsinfo(server, fhandle, fsinfo);
2923}
2924
2925static int _nfs4_proc_pathconf(struct nfs_server *server, struct nfs_fh *fhandle,
2926 struct nfs_pathconf *pathconf)
2927{
2928 struct nfs4_pathconf_arg args = {
2929 .fh = fhandle,
2930 .bitmask = server->attr_bitmask,
2931 };
Benny Halevyd45b2982009-04-01 09:21:58 -04002932 struct nfs4_pathconf_res res = {
2933 .pathconf = pathconf,
2934 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002935 struct rpc_message msg = {
2936 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_PATHCONF],
2937 .rpc_argp = &args,
Benny Halevyd45b2982009-04-01 09:21:58 -04002938 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002939 };
2940
2941 /* None of the pathconf attributes are mandatory to implement */
2942 if ((args.bitmask[0] & nfs4_pathconf_bitmap[0]) == 0) {
2943 memset(pathconf, 0, sizeof(*pathconf));
2944 return 0;
2945 }
2946
Trond Myklebust0e574af2005-10-27 22:12:38 -04002947 nfs_fattr_init(pathconf->fattr);
Andy Adamsoncccef3b2009-04-01 09:22:03 -04002948 return nfs4_call_sync(server, &msg, &args, &res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002949}
2950
2951static int nfs4_proc_pathconf(struct nfs_server *server, struct nfs_fh *fhandle,
2952 struct nfs_pathconf *pathconf)
2953{
2954 struct nfs4_exception exception = { };
2955 int err;
2956
2957 do {
2958 err = nfs4_handle_exception(server,
2959 _nfs4_proc_pathconf(server, fhandle, pathconf),
2960 &exception);
2961 } while (exception.retry);
2962 return err;
2963}
2964
Trond Myklebustec06c092006-03-20 13:44:27 -05002965static int nfs4_read_done(struct rpc_task *task, struct nfs_read_data *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002966{
Trond Myklebustec06c092006-03-20 13:44:27 -05002967 struct nfs_server *server = NFS_SERVER(data->inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002968
Andy Adamsonf11c88a2009-04-01 09:22:25 -04002969 dprintk("--> %s\n", __func__);
2970
Andy Adamsonf11c88a2009-04-01 09:22:25 -04002971 nfs4_sequence_done(server, &data->res.seq_res, task->tk_status);
2972
Trond Myklebust9e33bed2008-12-23 15:21:46 -05002973 if (nfs4_async_handle_error(task, server, data->args.context->state) == -EAGAIN) {
Trond Myklebust0110ee12009-12-07 09:00:24 -05002974 nfs_restart_rpc(task, server->nfs_client);
Trond Myklebustec06c092006-03-20 13:44:27 -05002975 return -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002976 }
Trond Myklebust8850df92007-09-28 17:20:07 -04002977
2978 nfs_invalidate_atime(data->inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002979 if (task->tk_status > 0)
Trond Myklebustec06c092006-03-20 13:44:27 -05002980 renew_lease(server, data->timestamp);
2981 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002982}
2983
Trond Myklebustbdc7f022007-07-14 15:40:00 -04002984static void nfs4_proc_read_setup(struct nfs_read_data *data, struct rpc_message *msg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002985{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002986 data->timestamp = jiffies;
Trond Myklebustbdc7f022007-07-14 15:40:00 -04002987 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_READ];
Linus Torvalds1da177e2005-04-16 15:20:36 -07002988}
2989
Trond Myklebust788e7a82006-03-20 13:44:27 -05002990static int nfs4_write_done(struct rpc_task *task, struct nfs_write_data *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002991{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002992 struct inode *inode = data->inode;
2993
Andy Adamsondef6ed72009-04-01 09:22:26 -04002994 nfs4_sequence_done(NFS_SERVER(inode), &data->res.seq_res,
2995 task->tk_status);
2996
Trond Myklebust9e33bed2008-12-23 15:21:46 -05002997 if (nfs4_async_handle_error(task, NFS_SERVER(inode), data->args.context->state) == -EAGAIN) {
Trond Myklebust0110ee12009-12-07 09:00:24 -05002998 nfs_restart_rpc(task, NFS_SERVER(inode)->nfs_client);
Trond Myklebust788e7a82006-03-20 13:44:27 -05002999 return -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003000 }
Trond Myklebust4f9838c2005-10-27 22:12:44 -04003001 if (task->tk_status >= 0) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003002 renew_lease(NFS_SERVER(inode), data->timestamp);
Trond Myklebust70ca8852007-09-30 15:21:24 -04003003 nfs_post_op_update_inode_force_wcc(inode, data->res.fattr);
Trond Myklebust4f9838c2005-10-27 22:12:44 -04003004 }
Trond Myklebust788e7a82006-03-20 13:44:27 -05003005 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003006}
3007
Trond Myklebustbdc7f022007-07-14 15:40:00 -04003008static void nfs4_proc_write_setup(struct nfs_write_data *data, struct rpc_message *msg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003009{
Trond Myklebustbdc7f022007-07-14 15:40:00 -04003010 struct nfs_server *server = NFS_SERVER(data->inode);
3011
Trond Myklebusta65318b2009-03-11 14:10:28 -04003012 data->args.bitmask = server->cache_consistency_bitmask;
Trond Myklebust4f9838c2005-10-27 22:12:44 -04003013 data->res.server = server;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003014 data->timestamp = jiffies;
3015
Trond Myklebustbdc7f022007-07-14 15:40:00 -04003016 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_WRITE];
Linus Torvalds1da177e2005-04-16 15:20:36 -07003017}
3018
Trond Myklebust788e7a82006-03-20 13:44:27 -05003019static int nfs4_commit_done(struct rpc_task *task, struct nfs_write_data *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003020{
Linus Torvalds1da177e2005-04-16 15:20:36 -07003021 struct inode *inode = data->inode;
3022
Andy Adamson21d9a852009-04-01 09:22:27 -04003023 nfs4_sequence_done(NFS_SERVER(inode), &data->res.seq_res,
3024 task->tk_status);
Trond Myklebust9e33bed2008-12-23 15:21:46 -05003025 if (nfs4_async_handle_error(task, NFS_SERVER(inode), NULL) == -EAGAIN) {
Trond Myklebust0110ee12009-12-07 09:00:24 -05003026 nfs_restart_rpc(task, NFS_SERVER(inode)->nfs_client);
Trond Myklebust788e7a82006-03-20 13:44:27 -05003027 return -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003028 }
Trond Myklebust9e08a3c2007-10-08 14:10:31 -04003029 nfs_refresh_inode(inode, data->res.fattr);
Trond Myklebust788e7a82006-03-20 13:44:27 -05003030 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003031}
3032
Trond Myklebustbdc7f022007-07-14 15:40:00 -04003033static void nfs4_proc_commit_setup(struct nfs_write_data *data, struct rpc_message *msg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003034{
Trond Myklebust788e7a82006-03-20 13:44:27 -05003035 struct nfs_server *server = NFS_SERVER(data->inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003036
Trond Myklebusta65318b2009-03-11 14:10:28 -04003037 data->args.bitmask = server->cache_consistency_bitmask;
Trond Myklebust4f9838c2005-10-27 22:12:44 -04003038 data->res.server = server;
Trond Myklebustbdc7f022007-07-14 15:40:00 -04003039 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_COMMIT];
Linus Torvalds1da177e2005-04-16 15:20:36 -07003040}
3041
3042/*
3043 * nfs4_proc_async_renew(): This is not one of the nfs_rpc_ops; it is a special
3044 * standalone procedure for queueing an asynchronous RENEW.
3045 */
Trond Myklebust963d8fe2006-01-03 09:55:04 +01003046static void nfs4_renew_done(struct rpc_task *task, void *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003047{
David Howellsadfa6f92006-08-22 20:06:08 -04003048 struct nfs_client *clp = (struct nfs_client *)task->tk_msg.rpc_argp;
Trond Myklebust963d8fe2006-01-03 09:55:04 +01003049 unsigned long timestamp = (unsigned long)data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003050
3051 if (task->tk_status < 0) {
Trond Myklebust95baa252009-05-26 14:51:00 -04003052 /* Unless we're shutting down, schedule state recovery! */
3053 if (test_bit(NFS_CS_RENEWD, &clp->cl_res_state) != 0)
3054 nfs4_schedule_state_recovery(clp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003055 return;
3056 }
3057 spin_lock(&clp->cl_lock);
3058 if (time_before(clp->cl_last_renewal,timestamp))
3059 clp->cl_last_renewal = timestamp;
3060 spin_unlock(&clp->cl_lock);
3061}
3062
Trond Myklebust963d8fe2006-01-03 09:55:04 +01003063static const struct rpc_call_ops nfs4_renew_ops = {
3064 .rpc_call_done = nfs4_renew_done,
3065};
3066
David Howellsadfa6f92006-08-22 20:06:08 -04003067int nfs4_proc_async_renew(struct nfs_client *clp, struct rpc_cred *cred)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003068{
3069 struct rpc_message msg = {
3070 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RENEW],
3071 .rpc_argp = clp,
Trond Myklebustb4454fe2006-01-03 09:55:25 +01003072 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003073 };
3074
3075 return rpc_call_async(clp->cl_rpcclient, &msg, RPC_TASK_SOFT,
Trond Myklebust963d8fe2006-01-03 09:55:04 +01003076 &nfs4_renew_ops, (void *)jiffies);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003077}
3078
David Howellsadfa6f92006-08-22 20:06:08 -04003079int nfs4_proc_renew(struct nfs_client *clp, struct rpc_cred *cred)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003080{
3081 struct rpc_message msg = {
3082 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RENEW],
3083 .rpc_argp = clp,
Trond Myklebustb4454fe2006-01-03 09:55:25 +01003084 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003085 };
3086 unsigned long now = jiffies;
3087 int status;
3088
3089 status = rpc_call_sync(clp->cl_rpcclient, &msg, 0);
3090 if (status < 0)
3091 return status;
3092 spin_lock(&clp->cl_lock);
3093 if (time_before(clp->cl_last_renewal,now))
3094 clp->cl_last_renewal = now;
3095 spin_unlock(&clp->cl_lock);
3096 return 0;
3097}
3098
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00003099static inline int nfs4_server_supports_acls(struct nfs_server *server)
3100{
3101 return (server->caps & NFS_CAP_ACLS)
3102 && (server->acl_bitmask & ACL4_SUPPORT_ALLOW_ACL)
3103 && (server->acl_bitmask & ACL4_SUPPORT_DENY_ACL);
3104}
3105
3106/* Assuming that XATTR_SIZE_MAX is a multiple of PAGE_CACHE_SIZE, and that
3107 * it's OK to put sizeof(void) * (XATTR_SIZE_MAX/PAGE_CACHE_SIZE) bytes on
3108 * the stack.
3109 */
3110#define NFS4ACL_MAXPAGES (XATTR_SIZE_MAX >> PAGE_CACHE_SHIFT)
3111
3112static void buf_to_pages(const void *buf, size_t buflen,
3113 struct page **pages, unsigned int *pgbase)
3114{
3115 const void *p = buf;
3116
3117 *pgbase = offset_in_page(buf);
3118 p -= *pgbase;
3119 while (p < buf + buflen) {
3120 *(pages++) = virt_to_page(p);
3121 p += PAGE_CACHE_SIZE;
3122 }
3123}
3124
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003125struct nfs4_cached_acl {
3126 int cached;
3127 size_t len;
Andrew Morton3e9d4152005-06-22 17:16:28 +00003128 char data[0];
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003129};
3130
3131static void nfs4_set_cached_acl(struct inode *inode, struct nfs4_cached_acl *acl)
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00003132{
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003133 struct nfs_inode *nfsi = NFS_I(inode);
3134
3135 spin_lock(&inode->i_lock);
3136 kfree(nfsi->nfs4_acl);
3137 nfsi->nfs4_acl = acl;
3138 spin_unlock(&inode->i_lock);
3139}
3140
3141static void nfs4_zap_acl_attr(struct inode *inode)
3142{
3143 nfs4_set_cached_acl(inode, NULL);
3144}
3145
3146static inline ssize_t nfs4_read_cached_acl(struct inode *inode, char *buf, size_t buflen)
3147{
3148 struct nfs_inode *nfsi = NFS_I(inode);
3149 struct nfs4_cached_acl *acl;
3150 int ret = -ENOENT;
3151
3152 spin_lock(&inode->i_lock);
3153 acl = nfsi->nfs4_acl;
3154 if (acl == NULL)
3155 goto out;
3156 if (buf == NULL) /* user is just asking for length */
3157 goto out_len;
3158 if (acl->cached == 0)
3159 goto out;
3160 ret = -ERANGE; /* see getxattr(2) man page */
3161 if (acl->len > buflen)
3162 goto out;
3163 memcpy(buf, acl->data, acl->len);
3164out_len:
3165 ret = acl->len;
3166out:
3167 spin_unlock(&inode->i_lock);
3168 return ret;
3169}
3170
3171static void nfs4_write_cached_acl(struct inode *inode, const char *buf, size_t acl_len)
3172{
3173 struct nfs4_cached_acl *acl;
3174
3175 if (buf && acl_len <= PAGE_SIZE) {
3176 acl = kmalloc(sizeof(*acl) + acl_len, GFP_KERNEL);
3177 if (acl == NULL)
3178 goto out;
3179 acl->cached = 1;
3180 memcpy(acl->data, buf, acl_len);
3181 } else {
3182 acl = kmalloc(sizeof(*acl), GFP_KERNEL);
3183 if (acl == NULL)
3184 goto out;
3185 acl->cached = 0;
3186 }
3187 acl->len = acl_len;
3188out:
3189 nfs4_set_cached_acl(inode, acl);
3190}
3191
Trond Myklebust16b4289c2006-08-24 12:27:15 -04003192static ssize_t __nfs4_get_acl_uncached(struct inode *inode, void *buf, size_t buflen)
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003193{
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00003194 struct page *pages[NFS4ACL_MAXPAGES];
3195 struct nfs_getaclargs args = {
3196 .fh = NFS_FH(inode),
3197 .acl_pages = pages,
3198 .acl_len = buflen,
3199 };
Benny Halevy663c79b2009-04-01 09:21:59 -04003200 struct nfs_getaclres res = {
3201 .acl_len = buflen,
3202 };
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003203 void *resp_buf;
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00003204 struct rpc_message msg = {
3205 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GETACL],
3206 .rpc_argp = &args,
Benny Halevy663c79b2009-04-01 09:21:59 -04003207 .rpc_resp = &res,
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00003208 };
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003209 struct page *localpage = NULL;
3210 int ret;
3211
3212 if (buflen < PAGE_SIZE) {
3213 /* As long as we're doing a round trip to the server anyway,
3214 * let's be prepared for a page of acl data. */
3215 localpage = alloc_page(GFP_KERNEL);
3216 resp_buf = page_address(localpage);
3217 if (localpage == NULL)
3218 return -ENOMEM;
3219 args.acl_pages[0] = localpage;
3220 args.acl_pgbase = 0;
Benny Halevy663c79b2009-04-01 09:21:59 -04003221 args.acl_len = PAGE_SIZE;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003222 } else {
3223 resp_buf = buf;
3224 buf_to_pages(buf, buflen, args.acl_pages, &args.acl_pgbase);
3225 }
Andy Adamsoncccef3b2009-04-01 09:22:03 -04003226 ret = nfs4_call_sync(NFS_SERVER(inode), &msg, &args, &res, 0);
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003227 if (ret)
3228 goto out_free;
Benny Halevy663c79b2009-04-01 09:21:59 -04003229 if (res.acl_len > args.acl_len)
3230 nfs4_write_cached_acl(inode, NULL, res.acl_len);
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003231 else
Benny Halevy663c79b2009-04-01 09:21:59 -04003232 nfs4_write_cached_acl(inode, resp_buf, res.acl_len);
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003233 if (buf) {
3234 ret = -ERANGE;
Benny Halevy663c79b2009-04-01 09:21:59 -04003235 if (res.acl_len > buflen)
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003236 goto out_free;
3237 if (localpage)
Benny Halevy663c79b2009-04-01 09:21:59 -04003238 memcpy(buf, resp_buf, res.acl_len);
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003239 }
Benny Halevy663c79b2009-04-01 09:21:59 -04003240 ret = res.acl_len;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003241out_free:
3242 if (localpage)
3243 __free_page(localpage);
3244 return ret;
3245}
3246
Trond Myklebust16b4289c2006-08-24 12:27:15 -04003247static ssize_t nfs4_get_acl_uncached(struct inode *inode, void *buf, size_t buflen)
3248{
3249 struct nfs4_exception exception = { };
3250 ssize_t ret;
3251 do {
3252 ret = __nfs4_get_acl_uncached(inode, buf, buflen);
3253 if (ret >= 0)
3254 break;
3255 ret = nfs4_handle_exception(NFS_SERVER(inode), ret, &exception);
3256 } while (exception.retry);
3257 return ret;
3258}
3259
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003260static ssize_t nfs4_proc_get_acl(struct inode *inode, void *buf, size_t buflen)
3261{
3262 struct nfs_server *server = NFS_SERVER(inode);
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00003263 int ret;
3264
3265 if (!nfs4_server_supports_acls(server))
3266 return -EOPNOTSUPP;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003267 ret = nfs_revalidate_inode(server, inode);
3268 if (ret < 0)
3269 return ret;
3270 ret = nfs4_read_cached_acl(inode, buf, buflen);
3271 if (ret != -ENOENT)
3272 return ret;
3273 return nfs4_get_acl_uncached(inode, buf, buflen);
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00003274}
3275
Trond Myklebust16b4289c2006-08-24 12:27:15 -04003276static int __nfs4_proc_set_acl(struct inode *inode, const void *buf, size_t buflen)
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00003277{
3278 struct nfs_server *server = NFS_SERVER(inode);
3279 struct page *pages[NFS4ACL_MAXPAGES];
3280 struct nfs_setaclargs arg = {
3281 .fh = NFS_FH(inode),
3282 .acl_pages = pages,
3283 .acl_len = buflen,
3284 };
Benny Halevy73c403a2009-04-01 09:22:01 -04003285 struct nfs_setaclres res;
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00003286 struct rpc_message msg = {
3287 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETACL],
3288 .rpc_argp = &arg,
Benny Halevy73c403a2009-04-01 09:22:01 -04003289 .rpc_resp = &res,
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00003290 };
3291 int ret;
3292
3293 if (!nfs4_server_supports_acls(server))
3294 return -EOPNOTSUPP;
Trond Myklebust642ac542005-10-18 14:20:19 -07003295 nfs_inode_return_delegation(inode);
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00003296 buf_to_pages(buf, buflen, arg.acl_pages, &arg.acl_pgbase);
Andy Adamsoncccef3b2009-04-01 09:22:03 -04003297 ret = nfs4_call_sync(server, &msg, &arg, &res, 1);
Trond Myklebustf41f7412008-06-11 17:39:04 -04003298 nfs_access_zap_cache(inode);
3299 nfs_zap_acl_cache(inode);
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00003300 return ret;
3301}
3302
Trond Myklebust16b4289c2006-08-24 12:27:15 -04003303static int nfs4_proc_set_acl(struct inode *inode, const void *buf, size_t buflen)
3304{
3305 struct nfs4_exception exception = { };
3306 int err;
3307 do {
3308 err = nfs4_handle_exception(NFS_SERVER(inode),
3309 __nfs4_proc_set_acl(inode, buf, buflen),
3310 &exception);
3311 } while (exception.retry);
3312 return err;
3313}
3314
Linus Torvalds1da177e2005-04-16 15:20:36 -07003315static int
Andy Adamson8328d592009-04-01 09:22:35 -04003316_nfs4_async_handle_error(struct rpc_task *task, const struct nfs_server *server, struct nfs_client *clp, struct nfs4_state *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003317{
Linus Torvalds1da177e2005-04-16 15:20:36 -07003318 if (!clp || task->tk_status >= 0)
3319 return 0;
3320 switch(task->tk_status) {
Trond Myklebust9e33bed2008-12-23 15:21:46 -05003321 case -NFS4ERR_ADMIN_REVOKED:
3322 case -NFS4ERR_BAD_STATEID:
3323 case -NFS4ERR_OPENMODE:
3324 if (state == NULL)
3325 break;
3326 nfs4_state_mark_reclaim_nograce(clp, state);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003327 case -NFS4ERR_STALE_CLIENTID:
3328 case -NFS4ERR_STALE_STATEID:
3329 case -NFS4ERR_EXPIRED:
Trond Myklebust5d008372008-02-22 16:34:17 -05003330 rpc_sleep_on(&clp->cl_rpcwaitq, task, NULL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003331 nfs4_schedule_state_recovery(clp);
Trond Myklebuste005e802008-12-23 15:21:48 -05003332 if (test_bit(NFS4CLNT_MANAGER_RUNNING, &clp->cl_state) == 0)
Trond Myklebustfda13932008-02-22 16:34:12 -05003333 rpc_wake_up_queued_task(&clp->cl_rpcwaitq, task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003334 task->tk_status = 0;
3335 return -EAGAIN;
Andy Adamson4745e312009-04-01 09:22:42 -04003336#if defined(CONFIG_NFS_V4_1)
3337 case -NFS4ERR_BADSESSION:
3338 case -NFS4ERR_BADSLOT:
3339 case -NFS4ERR_BAD_HIGH_SLOT:
3340 case -NFS4ERR_DEADSESSION:
3341 case -NFS4ERR_CONN_NOT_BOUND_TO_SESSION:
3342 case -NFS4ERR_SEQ_FALSE_RETRY:
3343 case -NFS4ERR_SEQ_MISORDERED:
3344 dprintk("%s ERROR %d, Reset session\n", __func__,
3345 task->tk_status);
Andy Adamson0b9e2d42009-12-04 16:02:14 -05003346 nfs4_schedule_state_recovery(clp);
Andy Adamson4745e312009-04-01 09:22:42 -04003347 task->tk_status = 0;
3348 return -EAGAIN;
3349#endif /* CONFIG_NFS_V4_1 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003350 case -NFS4ERR_DELAY:
Andy Adamson8328d592009-04-01 09:22:35 -04003351 if (server)
3352 nfs_inc_server_stats(server, NFSIOS_DELAY);
Chuck Lever006ea732006-03-20 13:44:14 -05003353 case -NFS4ERR_GRACE:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003354 rpc_delay(task, NFS4_POLL_RETRY_MAX);
3355 task->tk_status = 0;
3356 return -EAGAIN;
3357 case -NFS4ERR_OLD_STATEID:
3358 task->tk_status = 0;
3359 return -EAGAIN;
3360 }
3361 task->tk_status = nfs4_map_errors(task->tk_status);
3362 return 0;
3363}
3364
Andy Adamson8328d592009-04-01 09:22:35 -04003365static int
3366nfs4_async_handle_error(struct rpc_task *task, const struct nfs_server *server, struct nfs4_state *state)
3367{
3368 return _nfs4_async_handle_error(task, server, server->nfs_client, state);
3369}
3370
David Howellsadfa6f92006-08-22 20:06:08 -04003371int nfs4_proc_setclientid(struct nfs_client *clp, u32 program, unsigned short port, struct rpc_cred *cred)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003372{
3373 nfs4_verifier sc_verifier;
3374 struct nfs4_setclientid setclientid = {
3375 .sc_verifier = &sc_verifier,
3376 .sc_prog = program,
3377 };
3378 struct rpc_message msg = {
3379 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETCLIENTID],
3380 .rpc_argp = &setclientid,
3381 .rpc_resp = clp,
Trond Myklebust286d7d62006-01-03 09:55:26 +01003382 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003383 };
Al Virobc4785c2006-10-19 23:28:51 -07003384 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003385 int loop = 0;
3386 int status;
3387
Al Virobc4785c2006-10-19 23:28:51 -07003388 p = (__be32*)sc_verifier.data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003389 *p++ = htonl((u32)clp->cl_boot_time.tv_sec);
3390 *p = htonl((u32)clp->cl_boot_time.tv_nsec);
3391
3392 for(;;) {
3393 setclientid.sc_name_len = scnprintf(setclientid.sc_name,
Trond Myklebust69dd7162007-12-14 14:56:07 -05003394 sizeof(setclientid.sc_name), "%s/%s %s %s %u",
Chuck Leverd4d3c502007-12-10 14:57:09 -05003395 clp->cl_ipaddr,
3396 rpc_peeraddr2str(clp->cl_rpcclient,
3397 RPC_DISPLAY_ADDR),
Trond Myklebust69dd7162007-12-14 14:56:07 -05003398 rpc_peeraddr2str(clp->cl_rpcclient,
3399 RPC_DISPLAY_PROTO),
Trond Myklebust78ea3232008-04-07 20:49:28 -04003400 clp->cl_rpcclient->cl_auth->au_ops->au_name,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003401 clp->cl_id_uniquifier);
3402 setclientid.sc_netid_len = scnprintf(setclientid.sc_netid,
Chuck Leverd4d3c502007-12-10 14:57:09 -05003403 sizeof(setclientid.sc_netid),
3404 rpc_peeraddr2str(clp->cl_rpcclient,
3405 RPC_DISPLAY_NETID));
Linus Torvalds1da177e2005-04-16 15:20:36 -07003406 setclientid.sc_uaddr_len = scnprintf(setclientid.sc_uaddr,
Chuck Leverd4d3c502007-12-10 14:57:09 -05003407 sizeof(setclientid.sc_uaddr), "%s.%u.%u",
Linus Torvalds1da177e2005-04-16 15:20:36 -07003408 clp->cl_ipaddr, port >> 8, port & 255);
3409
3410 status = rpc_call_sync(clp->cl_rpcclient, &msg, 0);
3411 if (status != -NFS4ERR_CLID_INUSE)
3412 break;
3413 if (signalled())
3414 break;
3415 if (loop++ & 1)
3416 ssleep(clp->cl_lease_time + 1);
3417 else
3418 if (++clp->cl_id_uniquifier == 0)
3419 break;
3420 }
3421 return status;
3422}
3423
David Howellsadfa6f92006-08-22 20:06:08 -04003424static int _nfs4_proc_setclientid_confirm(struct nfs_client *clp, struct rpc_cred *cred)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003425{
3426 struct nfs_fsinfo fsinfo;
3427 struct rpc_message msg = {
3428 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETCLIENTID_CONFIRM],
3429 .rpc_argp = clp,
3430 .rpc_resp = &fsinfo,
Trond Myklebust286d7d62006-01-03 09:55:26 +01003431 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003432 };
3433 unsigned long now;
3434 int status;
3435
3436 now = jiffies;
3437 status = rpc_call_sync(clp->cl_rpcclient, &msg, 0);
3438 if (status == 0) {
3439 spin_lock(&clp->cl_lock);
3440 clp->cl_lease_time = fsinfo.lease_time * HZ;
3441 clp->cl_last_renewal = now;
3442 spin_unlock(&clp->cl_lock);
3443 }
3444 return status;
3445}
3446
David Howellsadfa6f92006-08-22 20:06:08 -04003447int nfs4_proc_setclientid_confirm(struct nfs_client *clp, struct rpc_cred *cred)
Trond Myklebust51581f32006-03-20 13:44:47 -05003448{
Benny Halevy77e03672008-06-24 20:25:57 +03003449 long timeout = 0;
Trond Myklebust51581f32006-03-20 13:44:47 -05003450 int err;
3451 do {
3452 err = _nfs4_proc_setclientid_confirm(clp, cred);
3453 switch (err) {
3454 case 0:
3455 return err;
3456 case -NFS4ERR_RESOURCE:
3457 /* The IBM lawyers misread another document! */
3458 case -NFS4ERR_DELAY:
3459 err = nfs4_delay(clp->cl_rpcclient, &timeout);
3460 }
3461 } while (err == 0);
3462 return err;
3463}
3464
Trond Myklebustfe650402006-01-03 09:55:18 +01003465struct nfs4_delegreturndata {
3466 struct nfs4_delegreturnargs args;
Trond Myklebustfa178f22006-01-03 09:55:38 +01003467 struct nfs4_delegreturnres res;
Trond Myklebustfe650402006-01-03 09:55:18 +01003468 struct nfs_fh fh;
3469 nfs4_stateid stateid;
Trond Myklebust26e976a2006-01-03 09:55:21 +01003470 unsigned long timestamp;
Trond Myklebustfa178f22006-01-03 09:55:38 +01003471 struct nfs_fattr fattr;
Trond Myklebustfe650402006-01-03 09:55:18 +01003472 int rpc_status;
3473};
3474
Trond Myklebustfe650402006-01-03 09:55:18 +01003475static void nfs4_delegreturn_done(struct rpc_task *task, void *calldata)
3476{
3477 struct nfs4_delegreturndata *data = calldata;
Andy Adamson938e1012009-04-01 09:22:28 -04003478
Trond Myklebustd61e6122009-12-05 19:32:19 -05003479 nfs4_sequence_done(data->res.server, &data->res.seq_res,
3480 task->tk_status);
Andy Adamson938e1012009-04-01 09:22:28 -04003481
Ricardo Labiaga79708862009-12-07 09:23:21 -05003482 switch (task->tk_status) {
3483 case -NFS4ERR_STALE_STATEID:
3484 case -NFS4ERR_EXPIRED:
3485 case 0:
Trond Myklebustfa178f22006-01-03 09:55:38 +01003486 renew_lease(data->res.server, data->timestamp);
Ricardo Labiaga79708862009-12-07 09:23:21 -05003487 break;
3488 default:
3489 if (nfs4_async_handle_error(task, data->res.server, NULL) ==
3490 -EAGAIN) {
3491 nfs_restart_rpc(task, data->res.server->nfs_client);
3492 return;
3493 }
3494 }
3495 data->rpc_status = task->tk_status;
Trond Myklebustfe650402006-01-03 09:55:18 +01003496}
3497
3498static void nfs4_delegreturn_release(void *calldata)
3499{
Trond Myklebustfe650402006-01-03 09:55:18 +01003500 kfree(calldata);
3501}
3502
Andy Adamson938e1012009-04-01 09:22:28 -04003503#if defined(CONFIG_NFS_V4_1)
3504static void nfs4_delegreturn_prepare(struct rpc_task *task, void *data)
3505{
3506 struct nfs4_delegreturndata *d_data;
3507
3508 d_data = (struct nfs4_delegreturndata *)data;
3509
3510 if (nfs4_setup_sequence(d_data->res.server->nfs_client,
3511 &d_data->args.seq_args,
3512 &d_data->res.seq_res, 1, task))
3513 return;
3514 rpc_call_start(task);
3515}
3516#endif /* CONFIG_NFS_V4_1 */
3517
Jesper Juhlc8d149f2006-03-20 13:44:07 -05003518static const struct rpc_call_ops nfs4_delegreturn_ops = {
Andy Adamson938e1012009-04-01 09:22:28 -04003519#if defined(CONFIG_NFS_V4_1)
3520 .rpc_call_prepare = nfs4_delegreturn_prepare,
3521#endif /* CONFIG_NFS_V4_1 */
Trond Myklebustfe650402006-01-03 09:55:18 +01003522 .rpc_call_done = nfs4_delegreturn_done,
3523 .rpc_release = nfs4_delegreturn_release,
3524};
3525
Trond Myklebuste6f81072008-01-24 18:14:34 -05003526static int _nfs4_proc_delegreturn(struct inode *inode, struct rpc_cred *cred, const nfs4_stateid *stateid, int issync)
Trond Myklebustfe650402006-01-03 09:55:18 +01003527{
3528 struct nfs4_delegreturndata *data;
Trond Myklebustfa178f22006-01-03 09:55:38 +01003529 struct nfs_server *server = NFS_SERVER(inode);
Trond Myklebustfe650402006-01-03 09:55:18 +01003530 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04003531 struct rpc_message msg = {
3532 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_DELEGRETURN],
3533 .rpc_cred = cred,
3534 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04003535 struct rpc_task_setup task_setup_data = {
3536 .rpc_client = server->client,
Trond Myklebust5138fde2007-07-14 15:40:01 -04003537 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04003538 .callback_ops = &nfs4_delegreturn_ops,
3539 .flags = RPC_TASK_ASYNC,
3540 };
Trond Myklebuste6f81072008-01-24 18:14:34 -05003541 int status = 0;
Trond Myklebustfe650402006-01-03 09:55:18 +01003542
Andy Adamson938e1012009-04-01 09:22:28 -04003543 data = kzalloc(sizeof(*data), GFP_KERNEL);
Trond Myklebustfe650402006-01-03 09:55:18 +01003544 if (data == NULL)
3545 return -ENOMEM;
3546 data->args.fhandle = &data->fh;
3547 data->args.stateid = &data->stateid;
Trond Myklebustfa178f22006-01-03 09:55:38 +01003548 data->args.bitmask = server->attr_bitmask;
Trond Myklebustfe650402006-01-03 09:55:18 +01003549 nfs_copy_fh(&data->fh, NFS_FH(inode));
3550 memcpy(&data->stateid, stateid, sizeof(data->stateid));
Trond Myklebustfa178f22006-01-03 09:55:38 +01003551 data->res.fattr = &data->fattr;
3552 data->res.server = server;
Andy Adamson5f7dbd52009-04-01 09:22:05 -04003553 data->res.seq_res.sr_slotid = NFS4_MAX_SLOT_TABLE;
Trond Myklebust5138fde2007-07-14 15:40:01 -04003554 nfs_fattr_init(data->res.fattr);
Trond Myklebust26e976a2006-01-03 09:55:21 +01003555 data->timestamp = jiffies;
Trond Myklebustfe650402006-01-03 09:55:18 +01003556 data->rpc_status = 0;
3557
Trond Myklebustc970aa82007-07-14 15:39:59 -04003558 task_setup_data.callback_data = data;
Trond Myklebust5138fde2007-07-14 15:40:01 -04003559 msg.rpc_argp = &data->args,
3560 msg.rpc_resp = &data->res,
Trond Myklebustc970aa82007-07-14 15:39:59 -04003561 task = rpc_run_task(&task_setup_data);
Trond Myklebust7a1218a2006-03-20 18:11:10 -05003562 if (IS_ERR(task))
Trond Myklebustfe650402006-01-03 09:55:18 +01003563 return PTR_ERR(task);
Trond Myklebuste6f81072008-01-24 18:14:34 -05003564 if (!issync)
3565 goto out;
Trond Myklebustfe650402006-01-03 09:55:18 +01003566 status = nfs4_wait_for_completion_rpc_task(task);
Trond Myklebuste6f81072008-01-24 18:14:34 -05003567 if (status != 0)
3568 goto out;
3569 status = data->rpc_status;
3570 if (status != 0)
3571 goto out;
3572 nfs_refresh_inode(inode, &data->fattr);
3573out:
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -05003574 rpc_put_task(task);
Trond Myklebustfe650402006-01-03 09:55:18 +01003575 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003576}
3577
Trond Myklebuste6f81072008-01-24 18:14:34 -05003578int nfs4_proc_delegreturn(struct inode *inode, struct rpc_cred *cred, const nfs4_stateid *stateid, int issync)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003579{
3580 struct nfs_server *server = NFS_SERVER(inode);
3581 struct nfs4_exception exception = { };
3582 int err;
3583 do {
Trond Myklebuste6f81072008-01-24 18:14:34 -05003584 err = _nfs4_proc_delegreturn(inode, cred, stateid, issync);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003585 switch (err) {
3586 case -NFS4ERR_STALE_STATEID:
3587 case -NFS4ERR_EXPIRED:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003588 case 0:
3589 return 0;
3590 }
3591 err = nfs4_handle_exception(server, err, &exception);
3592 } while (exception.retry);
3593 return err;
3594}
3595
3596#define NFS4_LOCK_MINTIMEOUT (1 * HZ)
3597#define NFS4_LOCK_MAXTIMEOUT (30 * HZ)
3598
3599/*
3600 * sleep, with exponential backoff, and retry the LOCK operation.
3601 */
3602static unsigned long
3603nfs4_set_lock_task_retry(unsigned long timeout)
3604{
Matthew Wilcox150030b2007-12-06 16:24:39 -05003605 schedule_timeout_killable(timeout);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003606 timeout <<= 1;
3607 if (timeout > NFS4_LOCK_MAXTIMEOUT)
3608 return NFS4_LOCK_MAXTIMEOUT;
3609 return timeout;
3610}
3611
Linus Torvalds1da177e2005-04-16 15:20:36 -07003612static int _nfs4_proc_getlk(struct nfs4_state *state, int cmd, struct file_lock *request)
3613{
3614 struct inode *inode = state->inode;
3615 struct nfs_server *server = NFS_SERVER(inode);
David Howells7539bba2006-08-22 20:06:09 -04003616 struct nfs_client *clp = server->nfs_client;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003617 struct nfs_lockt_args arg = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003618 .fh = NFS_FH(inode),
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003619 .fl = request,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003620 };
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003621 struct nfs_lockt_res res = {
3622 .denied = request,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003623 };
3624 struct rpc_message msg = {
3625 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOCKT],
3626 .rpc_argp = &arg,
3627 .rpc_resp = &res,
3628 .rpc_cred = state->owner->so_cred,
3629 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07003630 struct nfs4_lock_state *lsp;
3631 int status;
3632
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003633 arg.lock_owner.clientid = clp->cl_clientid;
Trond Myklebust8d0a8a92005-06-22 17:16:32 +00003634 status = nfs4_set_lock_state(state, request);
3635 if (status != 0)
3636 goto out;
3637 lsp = request->fl_u.nfs4_fl.owner;
Trond Myklebust9f958ab2007-07-02 13:58:33 -04003638 arg.lock_owner.id = lsp->ls_id.id;
Andy Adamsoncccef3b2009-04-01 09:22:03 -04003639 status = nfs4_call_sync(server, &msg, &arg, &res, 1);
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003640 switch (status) {
3641 case 0:
3642 request->fl_type = F_UNLCK;
3643 break;
3644 case -NFS4ERR_DENIED:
3645 status = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003646 }
J. Bruce Fields70cc6482007-02-22 18:48:53 -05003647 request->fl_ops->fl_release_private(request);
Trond Myklebust8d0a8a92005-06-22 17:16:32 +00003648out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003649 return status;
3650}
3651
3652static int nfs4_proc_getlk(struct nfs4_state *state, int cmd, struct file_lock *request)
3653{
3654 struct nfs4_exception exception = { };
3655 int err;
3656
3657 do {
3658 err = nfs4_handle_exception(NFS_SERVER(state->inode),
3659 _nfs4_proc_getlk(state, cmd, request),
3660 &exception);
3661 } while (exception.retry);
3662 return err;
3663}
3664
3665static int do_vfs_lock(struct file *file, struct file_lock *fl)
3666{
3667 int res = 0;
3668 switch (fl->fl_flags & (FL_POSIX|FL_FLOCK)) {
3669 case FL_POSIX:
3670 res = posix_lock_file_wait(file, fl);
3671 break;
3672 case FL_FLOCK:
3673 res = flock_lock_file_wait(file, fl);
3674 break;
3675 default:
3676 BUG();
3677 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003678 return res;
3679}
3680
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003681struct nfs4_unlockdata {
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003682 struct nfs_locku_args arg;
3683 struct nfs_locku_res res;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003684 struct nfs4_lock_state *lsp;
3685 struct nfs_open_context *ctx;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003686 struct file_lock fl;
3687 const struct nfs_server *server;
Trond Myklebust26e976a2006-01-03 09:55:21 +01003688 unsigned long timestamp;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003689};
3690
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003691static struct nfs4_unlockdata *nfs4_alloc_unlockdata(struct file_lock *fl,
3692 struct nfs_open_context *ctx,
3693 struct nfs4_lock_state *lsp,
3694 struct nfs_seqid *seqid)
3695{
3696 struct nfs4_unlockdata *p;
3697 struct inode *inode = lsp->ls_state->inode;
3698
Andy Adamsona8936932009-04-01 09:22:23 -04003699 p = kzalloc(sizeof(*p), GFP_KERNEL);
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003700 if (p == NULL)
3701 return NULL;
3702 p->arg.fh = NFS_FH(inode);
3703 p->arg.fl = &p->fl;
3704 p->arg.seqid = seqid;
Trond Myklebustc1d51932008-04-07 13:20:54 -04003705 p->res.seqid = seqid;
Andy Adamson5f7dbd52009-04-01 09:22:05 -04003706 p->res.seq_res.sr_slotid = NFS4_MAX_SLOT_TABLE;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003707 p->arg.stateid = &lsp->ls_stateid;
3708 p->lsp = lsp;
3709 atomic_inc(&lsp->ls_count);
3710 /* Ensure we don't close file until we're done freeing locks! */
3711 p->ctx = get_nfs_open_context(ctx);
3712 memcpy(&p->fl, fl, sizeof(p->fl));
3713 p->server = NFS_SERVER(inode);
3714 return p;
3715}
3716
Trond Myklebust06f814a2006-01-03 09:55:07 +01003717static void nfs4_locku_release_calldata(void *data)
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003718{
Trond Myklebust963d8fe2006-01-03 09:55:04 +01003719 struct nfs4_unlockdata *calldata = data;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003720 nfs_free_seqid(calldata->arg.seqid);
Trond Myklebust06f814a2006-01-03 09:55:07 +01003721 nfs4_put_lock_state(calldata->lsp);
3722 put_nfs_open_context(calldata->ctx);
3723 kfree(calldata);
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003724}
3725
Trond Myklebust963d8fe2006-01-03 09:55:04 +01003726static void nfs4_locku_done(struct rpc_task *task, void *data)
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003727{
Trond Myklebust963d8fe2006-01-03 09:55:04 +01003728 struct nfs4_unlockdata *calldata = data;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003729
Andy Adamsona8936932009-04-01 09:22:23 -04003730 nfs4_sequence_done(calldata->server, &calldata->res.seq_res,
3731 task->tk_status);
Trond Myklebust06f814a2006-01-03 09:55:07 +01003732 if (RPC_ASSASSINATED(task))
3733 return;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003734 switch (task->tk_status) {
3735 case 0:
3736 memcpy(calldata->lsp->ls_stateid.data,
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003737 calldata->res.stateid.data,
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003738 sizeof(calldata->lsp->ls_stateid.data));
Trond Myklebust26e976a2006-01-03 09:55:21 +01003739 renew_lease(calldata->server, calldata->timestamp);
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003740 break;
Trond Myklebust9e33bed2008-12-23 15:21:46 -05003741 case -NFS4ERR_BAD_STATEID:
3742 case -NFS4ERR_OLD_STATEID:
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003743 case -NFS4ERR_STALE_STATEID:
3744 case -NFS4ERR_EXPIRED:
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003745 break;
3746 default:
Trond Myklebust9e33bed2008-12-23 15:21:46 -05003747 if (nfs4_async_handle_error(task, calldata->server, NULL) == -EAGAIN)
Trond Myklebust0110ee12009-12-07 09:00:24 -05003748 nfs_restart_rpc(task,
Trond Myklebustd61e6122009-12-05 19:32:19 -05003749 calldata->server->nfs_client);
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003750 }
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003751}
3752
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01003753static void nfs4_locku_prepare(struct rpc_task *task, void *data)
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003754{
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01003755 struct nfs4_unlockdata *calldata = data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003756
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003757 if (nfs_wait_on_sequence(calldata->arg.seqid, task) != 0)
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003758 return;
3759 if ((calldata->lsp->ls_flags & NFS_LOCK_INITIALIZED) == 0) {
Trond Myklebust963d8fe2006-01-03 09:55:04 +01003760 /* Note: exit _without_ running nfs4_locku_done */
3761 task->tk_action = NULL;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003762 return;
3763 }
Trond Myklebust26e976a2006-01-03 09:55:21 +01003764 calldata->timestamp = jiffies;
Andy Adamsona8936932009-04-01 09:22:23 -04003765 if (nfs4_setup_sequence(calldata->server->nfs_client,
3766 &calldata->arg.seq_args,
3767 &calldata->res.seq_res, 1, task))
3768 return;
Trond Myklebust5138fde2007-07-14 15:40:01 -04003769 rpc_call_start(task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003770}
3771
Trond Myklebust963d8fe2006-01-03 09:55:04 +01003772static const struct rpc_call_ops nfs4_locku_ops = {
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01003773 .rpc_call_prepare = nfs4_locku_prepare,
Trond Myklebust963d8fe2006-01-03 09:55:04 +01003774 .rpc_call_done = nfs4_locku_done,
Trond Myklebust06f814a2006-01-03 09:55:07 +01003775 .rpc_release = nfs4_locku_release_calldata,
Trond Myklebust963d8fe2006-01-03 09:55:04 +01003776};
3777
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003778static struct rpc_task *nfs4_do_unlck(struct file_lock *fl,
3779 struct nfs_open_context *ctx,
3780 struct nfs4_lock_state *lsp,
3781 struct nfs_seqid *seqid)
3782{
3783 struct nfs4_unlockdata *data;
Trond Myklebust5138fde2007-07-14 15:40:01 -04003784 struct rpc_message msg = {
3785 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOCKU],
3786 .rpc_cred = ctx->cred,
3787 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04003788 struct rpc_task_setup task_setup_data = {
3789 .rpc_client = NFS_CLIENT(lsp->ls_state->inode),
Trond Myklebust5138fde2007-07-14 15:40:01 -04003790 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04003791 .callback_ops = &nfs4_locku_ops,
Trond Myklebust101070c2008-02-19 20:04:23 -05003792 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04003793 .flags = RPC_TASK_ASYNC,
3794 };
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003795
Frank Filz137d6ac2007-07-09 15:32:29 -07003796 /* Ensure this is an unlock - when canceling a lock, the
3797 * canceled lock is passed in, and it won't be an unlock.
3798 */
3799 fl->fl_type = F_UNLCK;
3800
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003801 data = nfs4_alloc_unlockdata(fl, ctx, lsp, seqid);
3802 if (data == NULL) {
3803 nfs_free_seqid(seqid);
3804 return ERR_PTR(-ENOMEM);
3805 }
3806
Trond Myklebust5138fde2007-07-14 15:40:01 -04003807 msg.rpc_argp = &data->arg,
3808 msg.rpc_resp = &data->res,
Trond Myklebustc970aa82007-07-14 15:39:59 -04003809 task_setup_data.callback_data = data;
3810 return rpc_run_task(&task_setup_data);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003811}
3812
Linus Torvalds1da177e2005-04-16 15:20:36 -07003813static int nfs4_proc_unlck(struct nfs4_state *state, int cmd, struct file_lock *request)
3814{
Trond Myklebust19e03c52008-12-23 15:21:44 -05003815 struct nfs_inode *nfsi = NFS_I(state->inode);
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003816 struct nfs_seqid *seqid;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003817 struct nfs4_lock_state *lsp;
Trond Myklebust06f814a2006-01-03 09:55:07 +01003818 struct rpc_task *task;
3819 int status = 0;
Trond Myklebust536ff0f2008-04-04 15:08:02 -04003820 unsigned char fl_flags = request->fl_flags;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003821
Trond Myklebust9b073572006-06-29 16:38:34 -04003822 status = nfs4_set_lock_state(state, request);
3823 /* Unlock _before_ we do the RPC call */
3824 request->fl_flags |= FL_EXISTS;
Trond Myklebust19e03c52008-12-23 15:21:44 -05003825 down_read(&nfsi->rwsem);
3826 if (do_vfs_lock(request->fl_file, request) == -ENOENT) {
3827 up_read(&nfsi->rwsem);
Trond Myklebust9b073572006-06-29 16:38:34 -04003828 goto out;
Trond Myklebust19e03c52008-12-23 15:21:44 -05003829 }
3830 up_read(&nfsi->rwsem);
Trond Myklebust9b073572006-06-29 16:38:34 -04003831 if (status != 0)
3832 goto out;
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05003833 /* Is this a delegated lock? */
3834 if (test_bit(NFS_DELEGATED_STATE, &state->flags))
Trond Myklebust9b073572006-06-29 16:38:34 -04003835 goto out;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003836 lsp = request->fl_u.nfs4_fl.owner;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003837 seqid = nfs_alloc_seqid(&lsp->ls_seqid);
Trond Myklebust9b073572006-06-29 16:38:34 -04003838 status = -ENOMEM;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003839 if (seqid == NULL)
Trond Myklebust9b073572006-06-29 16:38:34 -04003840 goto out;
Trond Myklebustcd3758e2007-08-10 17:44:32 -04003841 task = nfs4_do_unlck(request, nfs_file_open_context(request->fl_file), lsp, seqid);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003842 status = PTR_ERR(task);
3843 if (IS_ERR(task))
Trond Myklebust9b073572006-06-29 16:38:34 -04003844 goto out;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003845 status = nfs4_wait_for_completion_rpc_task(task);
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -05003846 rpc_put_task(task);
Trond Myklebust9b073572006-06-29 16:38:34 -04003847out:
Trond Myklebust536ff0f2008-04-04 15:08:02 -04003848 request->fl_flags = fl_flags;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003849 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003850}
3851
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003852struct nfs4_lockdata {
3853 struct nfs_lock_args arg;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003854 struct nfs_lock_res res;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003855 struct nfs4_lock_state *lsp;
3856 struct nfs_open_context *ctx;
3857 struct file_lock fl;
Trond Myklebust26e976a2006-01-03 09:55:21 +01003858 unsigned long timestamp;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003859 int rpc_status;
3860 int cancelled;
Andy Adamson66179ef2009-04-01 09:22:22 -04003861 struct nfs_server *server;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003862};
3863
3864static struct nfs4_lockdata *nfs4_alloc_lockdata(struct file_lock *fl,
3865 struct nfs_open_context *ctx, struct nfs4_lock_state *lsp)
3866{
3867 struct nfs4_lockdata *p;
3868 struct inode *inode = lsp->ls_state->inode;
3869 struct nfs_server *server = NFS_SERVER(inode);
3870
3871 p = kzalloc(sizeof(*p), GFP_KERNEL);
3872 if (p == NULL)
3873 return NULL;
3874
3875 p->arg.fh = NFS_FH(inode);
3876 p->arg.fl = &p->fl;
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05003877 p->arg.open_seqid = nfs_alloc_seqid(&lsp->ls_state->owner->so_seqid);
3878 if (p->arg.open_seqid == NULL)
3879 goto out_free;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003880 p->arg.lock_seqid = nfs_alloc_seqid(&lsp->ls_seqid);
3881 if (p->arg.lock_seqid == NULL)
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05003882 goto out_free_seqid;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003883 p->arg.lock_stateid = &lsp->ls_stateid;
David Howells7539bba2006-08-22 20:06:09 -04003884 p->arg.lock_owner.clientid = server->nfs_client->cl_clientid;
Trond Myklebust9f958ab2007-07-02 13:58:33 -04003885 p->arg.lock_owner.id = lsp->ls_id.id;
Trond Myklebustc1d51932008-04-07 13:20:54 -04003886 p->res.lock_seqid = p->arg.lock_seqid;
Andy Adamson5f7dbd52009-04-01 09:22:05 -04003887 p->res.seq_res.sr_slotid = NFS4_MAX_SLOT_TABLE;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003888 p->lsp = lsp;
Andy Adamson66179ef2009-04-01 09:22:22 -04003889 p->server = server;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003890 atomic_inc(&lsp->ls_count);
3891 p->ctx = get_nfs_open_context(ctx);
3892 memcpy(&p->fl, fl, sizeof(p->fl));
3893 return p;
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05003894out_free_seqid:
3895 nfs_free_seqid(p->arg.open_seqid);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003896out_free:
3897 kfree(p);
3898 return NULL;
3899}
3900
3901static void nfs4_lock_prepare(struct rpc_task *task, void *calldata)
3902{
3903 struct nfs4_lockdata *data = calldata;
3904 struct nfs4_state *state = data->lsp->ls_state;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003905
Harvey Harrison3110ff82008-05-02 13:42:44 -07003906 dprintk("%s: begin!\n", __func__);
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05003907 if (nfs_wait_on_sequence(data->arg.lock_seqid, task) != 0)
3908 return;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003909 /* Do we need to do an open_to_lock_owner? */
3910 if (!(data->arg.lock_seqid->sequence->flags & NFS_SEQID_CONFIRMED)) {
Trond Myklebuste6e21972008-01-02 16:27:16 -05003911 if (nfs_wait_on_sequence(data->arg.open_seqid, task) != 0)
3912 return;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003913 data->arg.open_stateid = &state->stateid;
3914 data->arg.new_lock_owner = 1;
Trond Myklebustc1d51932008-04-07 13:20:54 -04003915 data->res.open_seqid = data->arg.open_seqid;
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05003916 } else
3917 data->arg.new_lock_owner = 0;
Trond Myklebust26e976a2006-01-03 09:55:21 +01003918 data->timestamp = jiffies;
Andy Adamson66179ef2009-04-01 09:22:22 -04003919 if (nfs4_setup_sequence(data->server->nfs_client, &data->arg.seq_args,
3920 &data->res.seq_res, 1, task))
3921 return;
Trond Myklebust5138fde2007-07-14 15:40:01 -04003922 rpc_call_start(task);
Harvey Harrison3110ff82008-05-02 13:42:44 -07003923 dprintk("%s: done!, ret = %d\n", __func__, data->rpc_status);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003924}
3925
3926static void nfs4_lock_done(struct rpc_task *task, void *calldata)
3927{
3928 struct nfs4_lockdata *data = calldata;
3929
Harvey Harrison3110ff82008-05-02 13:42:44 -07003930 dprintk("%s: begin!\n", __func__);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003931
Trond Myklebustd61e6122009-12-05 19:32:19 -05003932 nfs4_sequence_done(data->server, &data->res.seq_res,
3933 task->tk_status);
Andy Adamson66179ef2009-04-01 09:22:22 -04003934
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003935 data->rpc_status = task->tk_status;
3936 if (RPC_ASSASSINATED(task))
3937 goto out;
3938 if (data->arg.new_lock_owner != 0) {
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003939 if (data->rpc_status == 0)
3940 nfs_confirm_seqid(&data->lsp->ls_seqid, 0);
3941 else
3942 goto out;
3943 }
3944 if (data->rpc_status == 0) {
3945 memcpy(data->lsp->ls_stateid.data, data->res.stateid.data,
3946 sizeof(data->lsp->ls_stateid.data));
3947 data->lsp->ls_flags |= NFS_LOCK_INITIALIZED;
Trond Myklebust88be9f92007-06-05 10:42:27 -04003948 renew_lease(NFS_SERVER(data->ctx->path.dentry->d_inode), data->timestamp);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003949 }
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003950out:
Harvey Harrison3110ff82008-05-02 13:42:44 -07003951 dprintk("%s: done, ret = %d!\n", __func__, data->rpc_status);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003952}
3953
3954static void nfs4_lock_release(void *calldata)
3955{
3956 struct nfs4_lockdata *data = calldata;
3957
Harvey Harrison3110ff82008-05-02 13:42:44 -07003958 dprintk("%s: begin!\n", __func__);
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05003959 nfs_free_seqid(data->arg.open_seqid);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003960 if (data->cancelled != 0) {
3961 struct rpc_task *task;
3962 task = nfs4_do_unlck(&data->fl, data->ctx, data->lsp,
3963 data->arg.lock_seqid);
3964 if (!IS_ERR(task))
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -05003965 rpc_put_task(task);
Harvey Harrison3110ff82008-05-02 13:42:44 -07003966 dprintk("%s: cancelling lock!\n", __func__);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003967 } else
3968 nfs_free_seqid(data->arg.lock_seqid);
3969 nfs4_put_lock_state(data->lsp);
3970 put_nfs_open_context(data->ctx);
3971 kfree(data);
Harvey Harrison3110ff82008-05-02 13:42:44 -07003972 dprintk("%s: done!\n", __func__);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003973}
3974
3975static const struct rpc_call_ops nfs4_lock_ops = {
3976 .rpc_call_prepare = nfs4_lock_prepare,
3977 .rpc_call_done = nfs4_lock_done,
3978 .rpc_release = nfs4_lock_release,
3979};
3980
3981static int _nfs4_do_setlk(struct nfs4_state *state, int cmd, struct file_lock *fl, int reclaim)
3982{
3983 struct nfs4_lockdata *data;
3984 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04003985 struct rpc_message msg = {
3986 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOCK],
3987 .rpc_cred = state->owner->so_cred,
3988 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04003989 struct rpc_task_setup task_setup_data = {
3990 .rpc_client = NFS_CLIENT(state->inode),
Trond Myklebust5138fde2007-07-14 15:40:01 -04003991 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04003992 .callback_ops = &nfs4_lock_ops,
Trond Myklebust101070c2008-02-19 20:04:23 -05003993 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04003994 .flags = RPC_TASK_ASYNC,
3995 };
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003996 int ret;
3997
Harvey Harrison3110ff82008-05-02 13:42:44 -07003998 dprintk("%s: begin!\n", __func__);
Trond Myklebustcd3758e2007-08-10 17:44:32 -04003999 data = nfs4_alloc_lockdata(fl, nfs_file_open_context(fl->fl_file),
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004000 fl->fl_u.nfs4_fl.owner);
4001 if (data == NULL)
4002 return -ENOMEM;
4003 if (IS_SETLKW(cmd))
4004 data->arg.block = 1;
4005 if (reclaim != 0)
4006 data->arg.reclaim = 1;
Trond Myklebust5138fde2007-07-14 15:40:01 -04004007 msg.rpc_argp = &data->arg,
4008 msg.rpc_resp = &data->res,
Trond Myklebustc970aa82007-07-14 15:39:59 -04004009 task_setup_data.callback_data = data;
4010 task = rpc_run_task(&task_setup_data);
Trond Myklebust7a1218a2006-03-20 18:11:10 -05004011 if (IS_ERR(task))
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004012 return PTR_ERR(task);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004013 ret = nfs4_wait_for_completion_rpc_task(task);
4014 if (ret == 0) {
4015 ret = data->rpc_status;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004016 } else
4017 data->cancelled = 1;
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -05004018 rpc_put_task(task);
Harvey Harrison3110ff82008-05-02 13:42:44 -07004019 dprintk("%s: done, ret = %d!\n", __func__, ret);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004020 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004021}
4022
4023static int nfs4_lock_reclaim(struct nfs4_state *state, struct file_lock *request)
4024{
Trond Myklebust202b50d2005-06-22 17:16:29 +00004025 struct nfs_server *server = NFS_SERVER(state->inode);
4026 struct nfs4_exception exception = { };
4027 int err;
4028
4029 do {
Trond Myklebust42a2d132006-06-29 16:38:36 -04004030 /* Cache the lock if possible... */
4031 if (test_bit(NFS_DELEGATED_STATE, &state->flags) != 0)
4032 return 0;
Trond Myklebust202b50d2005-06-22 17:16:29 +00004033 err = _nfs4_do_setlk(state, F_SETLK, request, 1);
4034 if (err != -NFS4ERR_DELAY)
4035 break;
4036 nfs4_handle_exception(server, err, &exception);
4037 } while (exception.retry);
4038 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004039}
4040
4041static int nfs4_lock_expired(struct nfs4_state *state, struct file_lock *request)
4042{
Trond Myklebust202b50d2005-06-22 17:16:29 +00004043 struct nfs_server *server = NFS_SERVER(state->inode);
4044 struct nfs4_exception exception = { };
4045 int err;
4046
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05004047 err = nfs4_set_lock_state(state, request);
4048 if (err != 0)
4049 return err;
Trond Myklebust202b50d2005-06-22 17:16:29 +00004050 do {
Trond Myklebust42a2d132006-06-29 16:38:36 -04004051 if (test_bit(NFS_DELEGATED_STATE, &state->flags) != 0)
4052 return 0;
Trond Myklebust202b50d2005-06-22 17:16:29 +00004053 err = _nfs4_do_setlk(state, F_SETLK, request, 0);
Trond Myklebusta9ed2e22009-12-03 15:53:21 -05004054 switch (err) {
4055 default:
4056 goto out;
4057 case -NFS4ERR_GRACE:
4058 case -NFS4ERR_DELAY:
4059 nfs4_handle_exception(server, err, &exception);
4060 err = 0;
4061 }
Trond Myklebust202b50d2005-06-22 17:16:29 +00004062 } while (exception.retry);
Trond Myklebusta9ed2e22009-12-03 15:53:21 -05004063out:
Trond Myklebust202b50d2005-06-22 17:16:29 +00004064 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004065}
4066
4067static int _nfs4_proc_setlk(struct nfs4_state *state, int cmd, struct file_lock *request)
4068{
Trond Myklebust19e03c52008-12-23 15:21:44 -05004069 struct nfs_inode *nfsi = NFS_I(state->inode);
Trond Myklebust01c3b862006-06-29 16:38:39 -04004070 unsigned char fl_flags = request->fl_flags;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004071 int status;
4072
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05004073 /* Is this a delegated open? */
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05004074 status = nfs4_set_lock_state(state, request);
4075 if (status != 0)
4076 goto out;
Trond Myklebust01c3b862006-06-29 16:38:39 -04004077 request->fl_flags |= FL_ACCESS;
4078 status = do_vfs_lock(request->fl_file, request);
4079 if (status < 0)
4080 goto out;
Trond Myklebust19e03c52008-12-23 15:21:44 -05004081 down_read(&nfsi->rwsem);
Trond Myklebust01c3b862006-06-29 16:38:39 -04004082 if (test_bit(NFS_DELEGATED_STATE, &state->flags)) {
Trond Myklebust01c3b862006-06-29 16:38:39 -04004083 /* Yes: cache locks! */
Trond Myklebust01c3b862006-06-29 16:38:39 -04004084 /* ...but avoid races with delegation recall... */
Trond Myklebust19e03c52008-12-23 15:21:44 -05004085 request->fl_flags = fl_flags & ~FL_SLEEP;
4086 status = do_vfs_lock(request->fl_file, request);
4087 goto out_unlock;
Trond Myklebust01c3b862006-06-29 16:38:39 -04004088 }
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05004089 status = _nfs4_do_setlk(state, cmd, request, 0);
4090 if (status != 0)
Trond Myklebust01c3b862006-06-29 16:38:39 -04004091 goto out_unlock;
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05004092 /* Note: we always want to sleep here! */
Trond Myklebust01c3b862006-06-29 16:38:39 -04004093 request->fl_flags = fl_flags | FL_SLEEP;
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05004094 if (do_vfs_lock(request->fl_file, request) < 0)
Harvey Harrison3110ff82008-05-02 13:42:44 -07004095 printk(KERN_WARNING "%s: VFS is out of sync with lock manager!\n", __func__);
Trond Myklebust01c3b862006-06-29 16:38:39 -04004096out_unlock:
Trond Myklebust19e03c52008-12-23 15:21:44 -05004097 up_read(&nfsi->rwsem);
Trond Myklebust01c3b862006-06-29 16:38:39 -04004098out:
4099 request->fl_flags = fl_flags;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004100 return status;
4101}
4102
4103static int nfs4_proc_setlk(struct nfs4_state *state, int cmd, struct file_lock *request)
4104{
4105 struct nfs4_exception exception = { };
4106 int err;
4107
4108 do {
Trond Myklebust965b5d62009-06-17 13:22:59 -07004109 err = _nfs4_proc_setlk(state, cmd, request);
4110 if (err == -NFS4ERR_DENIED)
4111 err = -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004112 err = nfs4_handle_exception(NFS_SERVER(state->inode),
Trond Myklebust965b5d62009-06-17 13:22:59 -07004113 err, &exception);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004114 } while (exception.retry);
4115 return err;
4116}
4117
4118static int
4119nfs4_proc_lock(struct file *filp, int cmd, struct file_lock *request)
4120{
4121 struct nfs_open_context *ctx;
4122 struct nfs4_state *state;
4123 unsigned long timeout = NFS4_LOCK_MINTIMEOUT;
4124 int status;
4125
4126 /* verify open state */
Trond Myklebustcd3758e2007-08-10 17:44:32 -04004127 ctx = nfs_file_open_context(filp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004128 state = ctx->state;
4129
4130 if (request->fl_start < 0 || request->fl_end < 0)
4131 return -EINVAL;
4132
Trond Myklebustd9531262009-07-21 19:22:38 -04004133 if (IS_GETLK(cmd)) {
4134 if (state != NULL)
4135 return nfs4_proc_getlk(state, F_GETLK, request);
4136 return 0;
4137 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004138
4139 if (!(IS_SETLK(cmd) || IS_SETLKW(cmd)))
4140 return -EINVAL;
4141
Trond Myklebustd9531262009-07-21 19:22:38 -04004142 if (request->fl_type == F_UNLCK) {
4143 if (state != NULL)
4144 return nfs4_proc_unlck(state, cmd, request);
4145 return 0;
4146 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004147
Trond Myklebustd9531262009-07-21 19:22:38 -04004148 if (state == NULL)
4149 return -ENOLCK;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004150 do {
4151 status = nfs4_proc_setlk(state, cmd, request);
4152 if ((status != -EAGAIN) || IS_SETLK(cmd))
4153 break;
4154 timeout = nfs4_set_lock_task_retry(timeout);
4155 status = -ERESTARTSYS;
4156 if (signalled())
4157 break;
4158 } while(status < 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004159 return status;
4160}
4161
Trond Myklebust888e6942005-11-04 15:38:11 -05004162int nfs4_lock_delegation_recall(struct nfs4_state *state, struct file_lock *fl)
4163{
4164 struct nfs_server *server = NFS_SERVER(state->inode);
4165 struct nfs4_exception exception = { };
4166 int err;
4167
4168 err = nfs4_set_lock_state(state, fl);
4169 if (err != 0)
4170 goto out;
4171 do {
4172 err = _nfs4_do_setlk(state, F_SETLK, fl, 0);
Trond Myklebustd5122202009-06-17 13:22:58 -07004173 switch (err) {
4174 default:
4175 printk(KERN_ERR "%s: unhandled error %d.\n",
4176 __func__, err);
4177 case 0:
Trond Myklebust965b5d62009-06-17 13:22:59 -07004178 case -ESTALE:
Trond Myklebustd5122202009-06-17 13:22:58 -07004179 goto out;
4180 case -NFS4ERR_EXPIRED:
4181 case -NFS4ERR_STALE_CLIENTID:
Trond Myklebust965b5d62009-06-17 13:22:59 -07004182 case -NFS4ERR_STALE_STATEID:
Ricardo Labiaga74e7bb72009-12-07 09:48:30 -05004183 case -NFS4ERR_BADSESSION:
4184 case -NFS4ERR_BADSLOT:
4185 case -NFS4ERR_BAD_HIGH_SLOT:
4186 case -NFS4ERR_CONN_NOT_BOUND_TO_SESSION:
4187 case -NFS4ERR_DEADSESSION:
Trond Myklebustd5122202009-06-17 13:22:58 -07004188 nfs4_schedule_state_recovery(server->nfs_client);
4189 goto out;
Trond Myklebust965b5d62009-06-17 13:22:59 -07004190 case -ERESTARTSYS:
4191 /*
4192 * The show must go on: exit, but mark the
4193 * stateid as needing recovery.
4194 */
4195 case -NFS4ERR_ADMIN_REVOKED:
4196 case -NFS4ERR_BAD_STATEID:
4197 case -NFS4ERR_OPENMODE:
4198 nfs4_state_mark_reclaim_nograce(server->nfs_client, state);
4199 err = 0;
4200 goto out;
4201 case -ENOMEM:
4202 case -NFS4ERR_DENIED:
4203 /* kill_proc(fl->fl_pid, SIGLOST, 1); */
4204 err = 0;
4205 goto out;
Trond Myklebustd5122202009-06-17 13:22:58 -07004206 case -NFS4ERR_DELAY:
4207 break;
4208 }
Trond Myklebust888e6942005-11-04 15:38:11 -05004209 err = nfs4_handle_exception(server, err, &exception);
4210 } while (exception.retry);
4211out:
4212 return err;
4213}
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00004214
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004215#define XATTR_NAME_NFSV4_ACL "system.nfs4_acl"
4216
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00004217int nfs4_setxattr(struct dentry *dentry, const char *key, const void *buf,
4218 size_t buflen, int flags)
4219{
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00004220 struct inode *inode = dentry->d_inode;
4221
4222 if (strcmp(key, XATTR_NAME_NFSV4_ACL) != 0)
4223 return -EOPNOTSUPP;
4224
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00004225 return nfs4_proc_set_acl(inode, buf, buflen);
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00004226}
4227
4228/* The getxattr man page suggests returning -ENODATA for unknown attributes,
4229 * and that's what we'll do for e.g. user attributes that haven't been set.
4230 * But we'll follow ext2/ext3's lead by returning -EOPNOTSUPP for unsupported
4231 * attributes in kernel-managed attribute namespaces. */
4232ssize_t nfs4_getxattr(struct dentry *dentry, const char *key, void *buf,
4233 size_t buflen)
4234{
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004235 struct inode *inode = dentry->d_inode;
4236
4237 if (strcmp(key, XATTR_NAME_NFSV4_ACL) != 0)
4238 return -EOPNOTSUPP;
4239
4240 return nfs4_proc_get_acl(inode, buf, buflen);
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00004241}
4242
4243ssize_t nfs4_listxattr(struct dentry *dentry, char *buf, size_t buflen)
4244{
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004245 size_t len = strlen(XATTR_NAME_NFSV4_ACL) + 1;
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00004246
J. Bruce Fields096455a2006-03-20 23:23:42 -05004247 if (!nfs4_server_supports_acls(NFS_SERVER(dentry->d_inode)))
4248 return 0;
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00004249 if (buf && buflen < len)
4250 return -ERANGE;
4251 if (buf)
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004252 memcpy(buf, XATTR_NAME_NFSV4_ACL, len);
4253 return len;
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00004254}
4255
Trond Myklebust69aaaae2009-03-11 14:10:28 -04004256static void nfs_fixup_referral_attributes(struct nfs_fattr *fattr)
4257{
4258 if (!((fattr->valid & NFS_ATTR_FATTR_FILEID) &&
4259 (fattr->valid & NFS_ATTR_FATTR_FSID) &&
4260 (fattr->valid & NFS_ATTR_FATTR_V4_REFERRAL)))
4261 return;
4262
4263 fattr->valid |= NFS_ATTR_FATTR_TYPE | NFS_ATTR_FATTR_MODE |
4264 NFS_ATTR_FATTR_NLINK;
4265 fattr->mode = S_IFDIR | S_IRUGO | S_IXUGO;
4266 fattr->nlink = 2;
4267}
4268
Trond Myklebust56659e92007-07-17 21:52:39 -04004269int nfs4_proc_fs_locations(struct inode *dir, const struct qstr *name,
Manoj Naik7aaa0b32006-06-09 09:34:23 -04004270 struct nfs4_fs_locations *fs_locations, struct page *page)
Trond Myklebust683b57b2006-06-09 09:34:22 -04004271{
4272 struct nfs_server *server = NFS_SERVER(dir);
4273 u32 bitmask[2] = {
Manoj Naik361e6242006-06-09 09:34:24 -04004274 [0] = FATTR4_WORD0_FSID | FATTR4_WORD0_FS_LOCATIONS,
4275 [1] = FATTR4_WORD1_MOUNTED_ON_FILEID,
Trond Myklebust683b57b2006-06-09 09:34:22 -04004276 };
4277 struct nfs4_fs_locations_arg args = {
4278 .dir_fh = NFS_FH(dir),
Trond Myklebustc228fd32007-01-13 02:28:11 -05004279 .name = name,
Trond Myklebust683b57b2006-06-09 09:34:22 -04004280 .page = page,
4281 .bitmask = bitmask,
4282 };
Benny Halevy22958462009-04-01 09:22:02 -04004283 struct nfs4_fs_locations_res res = {
4284 .fs_locations = fs_locations,
4285 };
Trond Myklebust683b57b2006-06-09 09:34:22 -04004286 struct rpc_message msg = {
4287 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FS_LOCATIONS],
4288 .rpc_argp = &args,
Benny Halevy22958462009-04-01 09:22:02 -04004289 .rpc_resp = &res,
Trond Myklebust683b57b2006-06-09 09:34:22 -04004290 };
4291 int status;
4292
Harvey Harrison3110ff82008-05-02 13:42:44 -07004293 dprintk("%s: start\n", __func__);
Trond Myklebustc228fd32007-01-13 02:28:11 -05004294 nfs_fattr_init(&fs_locations->fattr);
Trond Myklebust683b57b2006-06-09 09:34:22 -04004295 fs_locations->server = server;
Manoj Naik830b8e32006-06-09 09:34:25 -04004296 fs_locations->nlocations = 0;
Andy Adamsoncccef3b2009-04-01 09:22:03 -04004297 status = nfs4_call_sync(server, &msg, &args, &res, 0);
Trond Myklebust69aaaae2009-03-11 14:10:28 -04004298 nfs_fixup_referral_attributes(&fs_locations->fattr);
Harvey Harrison3110ff82008-05-02 13:42:44 -07004299 dprintk("%s: returned status = %d\n", __func__, status);
Trond Myklebust683b57b2006-06-09 09:34:22 -04004300 return status;
4301}
4302
Andy Adamson557134a2009-04-01 09:21:53 -04004303#ifdef CONFIG_NFS_V4_1
Benny Halevy99fe60d2009-04-01 09:22:29 -04004304/*
4305 * nfs4_proc_exchange_id()
4306 *
4307 * Since the clientid has expired, all compounds using sessions
4308 * associated with the stale clientid will be returning
4309 * NFS4ERR_BADSESSION in the sequence operation, and will therefore
4310 * be in some phase of session reset.
4311 */
Andy Adamson4d643d12009-12-04 15:52:24 -05004312int nfs4_proc_exchange_id(struct nfs_client *clp, struct rpc_cred *cred)
Benny Halevy99fe60d2009-04-01 09:22:29 -04004313{
4314 nfs4_verifier verifier;
4315 struct nfs41_exchange_id_args args = {
4316 .client = clp,
4317 .flags = clp->cl_exchange_flags,
4318 };
4319 struct nfs41_exchange_id_res res = {
4320 .client = clp,
4321 };
4322 int status;
4323 struct rpc_message msg = {
4324 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_EXCHANGE_ID],
4325 .rpc_argp = &args,
4326 .rpc_resp = &res,
4327 .rpc_cred = cred,
4328 };
4329 __be32 *p;
4330
4331 dprintk("--> %s\n", __func__);
4332 BUG_ON(clp == NULL);
Andy Adamsona7b72102009-04-01 09:22:46 -04004333
Alexandros Batsakis7b183d02009-12-05 13:33:25 -05004334 /* Remove server-only flags */
4335 args.flags &= ~EXCHGID4_FLAG_CONFIRMED_R;
4336
Benny Halevy99fe60d2009-04-01 09:22:29 -04004337 p = (u32 *)verifier.data;
4338 *p++ = htonl((u32)clp->cl_boot_time.tv_sec);
4339 *p = htonl((u32)clp->cl_boot_time.tv_nsec);
4340 args.verifier = &verifier;
4341
4342 while (1) {
4343 args.id_len = scnprintf(args.id, sizeof(args.id),
4344 "%s/%s %u",
4345 clp->cl_ipaddr,
4346 rpc_peeraddr2str(clp->cl_rpcclient,
4347 RPC_DISPLAY_ADDR),
4348 clp->cl_id_uniquifier);
4349
4350 status = rpc_call_sync(clp->cl_rpcclient, &msg, 0);
4351
4352 if (status != NFS4ERR_CLID_INUSE)
4353 break;
4354
4355 if (signalled())
4356 break;
4357
4358 if (++clp->cl_id_uniquifier == 0)
4359 break;
4360 }
4361
4362 dprintk("<-- %s status= %d\n", __func__, status);
4363 return status;
4364}
4365
Andy Adamson2050f0c2009-04-01 09:22:30 -04004366struct nfs4_get_lease_time_data {
4367 struct nfs4_get_lease_time_args *args;
4368 struct nfs4_get_lease_time_res *res;
4369 struct nfs_client *clp;
4370};
4371
4372static void nfs4_get_lease_time_prepare(struct rpc_task *task,
4373 void *calldata)
4374{
4375 int ret;
4376 struct nfs4_get_lease_time_data *data =
4377 (struct nfs4_get_lease_time_data *)calldata;
4378
4379 dprintk("--> %s\n", __func__);
4380 /* just setup sequence, do not trigger session recovery
4381 since we're invoked within one */
4382 ret = nfs41_setup_sequence(data->clp->cl_session,
4383 &data->args->la_seq_args,
4384 &data->res->lr_seq_res, 0, task);
4385
4386 BUG_ON(ret == -EAGAIN);
4387 rpc_call_start(task);
4388 dprintk("<-- %s\n", __func__);
4389}
4390
4391/*
4392 * Called from nfs4_state_manager thread for session setup, so don't recover
4393 * from sequence operation or clientid errors.
4394 */
4395static void nfs4_get_lease_time_done(struct rpc_task *task, void *calldata)
4396{
4397 struct nfs4_get_lease_time_data *data =
4398 (struct nfs4_get_lease_time_data *)calldata;
4399
4400 dprintk("--> %s\n", __func__);
4401 nfs41_sequence_done(data->clp, &data->res->lr_seq_res, task->tk_status);
4402 switch (task->tk_status) {
4403 case -NFS4ERR_DELAY:
4404 case -NFS4ERR_GRACE:
4405 dprintk("%s Retry: tk_status %d\n", __func__, task->tk_status);
4406 rpc_delay(task, NFS4_POLL_RETRY_MIN);
4407 task->tk_status = 0;
Trond Myklebust0110ee12009-12-07 09:00:24 -05004408 nfs_restart_rpc(task, data->clp);
Andy Adamson2050f0c2009-04-01 09:22:30 -04004409 return;
4410 }
Andy Adamson2050f0c2009-04-01 09:22:30 -04004411 dprintk("<-- %s\n", __func__);
4412}
4413
4414struct rpc_call_ops nfs4_get_lease_time_ops = {
4415 .rpc_call_prepare = nfs4_get_lease_time_prepare,
4416 .rpc_call_done = nfs4_get_lease_time_done,
4417};
4418
4419int nfs4_proc_get_lease_time(struct nfs_client *clp, struct nfs_fsinfo *fsinfo)
4420{
4421 struct rpc_task *task;
4422 struct nfs4_get_lease_time_args args;
4423 struct nfs4_get_lease_time_res res = {
4424 .lr_fsinfo = fsinfo,
4425 };
4426 struct nfs4_get_lease_time_data data = {
4427 .args = &args,
4428 .res = &res,
4429 .clp = clp,
4430 };
4431 struct rpc_message msg = {
4432 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GET_LEASE_TIME],
4433 .rpc_argp = &args,
4434 .rpc_resp = &res,
4435 };
4436 struct rpc_task_setup task_setup = {
4437 .rpc_client = clp->cl_rpcclient,
4438 .rpc_message = &msg,
4439 .callback_ops = &nfs4_get_lease_time_ops,
4440 .callback_data = &data
4441 };
4442 int status;
4443
4444 res.lr_seq_res.sr_slotid = NFS4_MAX_SLOT_TABLE;
4445 dprintk("--> %s\n", __func__);
4446 task = rpc_run_task(&task_setup);
4447
4448 if (IS_ERR(task))
4449 status = PTR_ERR(task);
4450 else {
4451 status = task->tk_status;
4452 rpc_put_task(task);
4453 }
4454 dprintk("<-- %s return %d\n", __func__, status);
4455
4456 return status;
4457}
4458
Ricardo Labiagab73dafa2009-04-01 09:23:31 -04004459/*
4460 * Reset a slot table
4461 */
4462static int nfs4_reset_slot_table(struct nfs4_slot_table *tbl, int max_slots,
4463 int old_max_slots, int ivalue)
Andy Adamsonac72b7b2009-04-01 09:22:37 -04004464{
Ricardo Labiagab73dafa2009-04-01 09:23:31 -04004465 int i;
Andy Adamsonac72b7b2009-04-01 09:22:37 -04004466 int ret = 0;
4467
Ricardo Labiagab73dafa2009-04-01 09:23:31 -04004468 dprintk("--> %s: max_reqs=%u, tbl %p\n", __func__, max_slots, tbl);
Andy Adamsonac72b7b2009-04-01 09:22:37 -04004469
Ricardo Labiagab73dafa2009-04-01 09:23:31 -04004470 /*
4471 * Until we have dynamic slot table adjustment, insist
4472 * upon the same slot table size
4473 */
Andy Adamsonac72b7b2009-04-01 09:22:37 -04004474 if (max_slots != old_max_slots) {
4475 dprintk("%s reset slot table does't match old\n",
4476 __func__);
4477 ret = -EINVAL; /*XXX NFS4ERR_REQ_TOO_BIG ? */
4478 goto out;
4479 }
4480 spin_lock(&tbl->slot_tbl_lock);
4481 for (i = 0; i < max_slots; ++i)
Ricardo Labiagab73dafa2009-04-01 09:23:31 -04004482 tbl->slots[i].seq_nr = ivalue;
Andy Adamsonac72b7b2009-04-01 09:22:37 -04004483 spin_unlock(&tbl->slot_tbl_lock);
4484 dprintk("%s: tbl=%p slots=%p max_slots=%d\n", __func__,
4485 tbl, tbl->slots, tbl->max_slots);
4486out:
4487 dprintk("<-- %s: return %d\n", __func__, ret);
4488 return ret;
4489}
4490
Andy Adamsonfc931582009-04-01 09:22:31 -04004491/*
Ricardo Labiagab73dafa2009-04-01 09:23:31 -04004492 * Reset the forechannel and backchannel slot tables
4493 */
4494static int nfs4_reset_slot_tables(struct nfs4_session *session)
4495{
4496 int status;
4497
4498 status = nfs4_reset_slot_table(&session->fc_slot_table,
4499 session->fc_attrs.max_reqs,
4500 session->fc_slot_table.max_slots,
4501 1);
Ricardo Labiagaf8625a62009-04-01 09:23:33 -04004502 if (status)
4503 return status;
4504
4505 status = nfs4_reset_slot_table(&session->bc_slot_table,
4506 session->bc_attrs.max_reqs,
4507 session->bc_slot_table.max_slots,
4508 0);
Ricardo Labiagab73dafa2009-04-01 09:23:31 -04004509 return status;
4510}
4511
Ricardo Labiagaf8625a62009-04-01 09:23:33 -04004512/* Destroy the slot table */
4513static void nfs4_destroy_slot_tables(struct nfs4_session *session)
4514{
4515 if (session->fc_slot_table.slots != NULL) {
4516 kfree(session->fc_slot_table.slots);
4517 session->fc_slot_table.slots = NULL;
4518 }
4519 if (session->bc_slot_table.slots != NULL) {
4520 kfree(session->bc_slot_table.slots);
4521 session->bc_slot_table.slots = NULL;
4522 }
4523 return;
4524}
4525
Ricardo Labiagab73dafa2009-04-01 09:23:31 -04004526/*
Andy Adamsonfc931582009-04-01 09:22:31 -04004527 * Initialize slot table
4528 */
Ricardo Labiaga050047c2009-04-01 09:23:32 -04004529static int nfs4_init_slot_table(struct nfs4_slot_table *tbl,
4530 int max_slots, int ivalue)
Andy Adamsonfc931582009-04-01 09:22:31 -04004531{
Andy Adamsonfc931582009-04-01 09:22:31 -04004532 struct nfs4_slot *slot;
4533 int ret = -ENOMEM;
4534
4535 BUG_ON(max_slots > NFS4_MAX_SLOT_TABLE);
4536
Ricardo Labiaga050047c2009-04-01 09:23:32 -04004537 dprintk("--> %s: max_reqs=%u\n", __func__, max_slots);
Andy Adamsonfc931582009-04-01 09:22:31 -04004538
4539 slot = kcalloc(max_slots, sizeof(struct nfs4_slot), GFP_KERNEL);
4540 if (!slot)
4541 goto out;
Andy Adamsonfc931582009-04-01 09:22:31 -04004542 ret = 0;
4543
4544 spin_lock(&tbl->slot_tbl_lock);
Andy Adamsonfc931582009-04-01 09:22:31 -04004545 tbl->max_slots = max_slots;
4546 tbl->slots = slot;
4547 tbl->highest_used_slotid = -1; /* no slot is currently used */
4548 spin_unlock(&tbl->slot_tbl_lock);
4549 dprintk("%s: tbl=%p slots=%p max_slots=%d\n", __func__,
4550 tbl, tbl->slots, tbl->max_slots);
4551out:
4552 dprintk("<-- %s: return %d\n", __func__, ret);
4553 return ret;
Andy Adamsonfc931582009-04-01 09:22:31 -04004554}
4555
Ricardo Labiaga050047c2009-04-01 09:23:32 -04004556/*
4557 * Initialize the forechannel and backchannel tables
4558 */
4559static int nfs4_init_slot_tables(struct nfs4_session *session)
4560{
Trond Myklebustf26468f2009-12-05 19:32:11 -05004561 struct nfs4_slot_table *tbl;
4562 int status = 0;
Ricardo Labiaga050047c2009-04-01 09:23:32 -04004563
Trond Myklebustf26468f2009-12-05 19:32:11 -05004564 tbl = &session->fc_slot_table;
4565 if (tbl->slots == NULL) {
4566 status = nfs4_init_slot_table(tbl,
4567 session->fc_attrs.max_reqs, 1);
4568 if (status)
4569 return status;
4570 }
Ricardo Labiaga050047c2009-04-01 09:23:32 -04004571
Trond Myklebustf26468f2009-12-05 19:32:11 -05004572 tbl = &session->bc_slot_table;
4573 if (tbl->slots == NULL) {
4574 status = nfs4_init_slot_table(tbl,
4575 session->bc_attrs.max_reqs, 0);
4576 if (status)
4577 nfs4_destroy_slot_tables(session);
4578 }
Ricardo Labiagaf8625a62009-04-01 09:23:33 -04004579
4580 return status;
Andy Adamson557134a2009-04-01 09:21:53 -04004581}
4582
4583struct nfs4_session *nfs4_alloc_session(struct nfs_client *clp)
4584{
4585 struct nfs4_session *session;
4586 struct nfs4_slot_table *tbl;
4587
4588 session = kzalloc(sizeof(struct nfs4_session), GFP_KERNEL);
4589 if (!session)
4590 return NULL;
Andy Adamson76db6d92009-04-01 09:22:38 -04004591
Andy Adamson76db6d92009-04-01 09:22:38 -04004592 /*
4593 * The create session reply races with the server back
4594 * channel probe. Mark the client NFS_CS_SESSION_INITING
4595 * so that the client back channel can find the
4596 * nfs_client struct
4597 */
4598 clp->cl_cons_state = NFS_CS_SESSION_INITING;
Andy Adamsonea028ac2009-12-04 15:55:38 -05004599 init_completion(&session->complete);
Andy Adamson76db6d92009-04-01 09:22:38 -04004600
Andy Adamson557134a2009-04-01 09:21:53 -04004601 tbl = &session->fc_slot_table;
Ricardo Labiaga9dfdf402009-12-06 12:57:34 -05004602 tbl->highest_used_slotid = -1;
Andy Adamson557134a2009-04-01 09:21:53 -04004603 spin_lock_init(&tbl->slot_tbl_lock);
Ricardo Labiagaf8625a62009-04-01 09:23:33 -04004604 rpc_init_wait_queue(&tbl->slot_tbl_waitq, "ForeChannel Slot table");
4605
4606 tbl = &session->bc_slot_table;
Ricardo Labiaga9dfdf402009-12-06 12:57:34 -05004607 tbl->highest_used_slotid = -1;
Ricardo Labiagaf8625a62009-04-01 09:23:33 -04004608 spin_lock_init(&tbl->slot_tbl_lock);
4609 rpc_init_wait_queue(&tbl->slot_tbl_waitq, "BackChannel Slot table");
4610
Andy Adamson557134a2009-04-01 09:21:53 -04004611 session->clp = clp;
4612 return session;
4613}
4614
4615void nfs4_destroy_session(struct nfs4_session *session)
4616{
Andy Adamson5a0ffe52009-04-01 09:23:18 -04004617 nfs4_proc_destroy_session(session);
4618 dprintk("%s Destroy backchannel for xprt %p\n",
4619 __func__, session->clp->cl_rpcclient->cl_xprt);
4620 xprt_destroy_backchannel(session->clp->cl_rpcclient->cl_xprt,
4621 NFS41_BC_MIN_CALLBACKS);
Ricardo Labiagaf8625a62009-04-01 09:23:33 -04004622 nfs4_destroy_slot_tables(session);
Andy Adamson557134a2009-04-01 09:21:53 -04004623 kfree(session);
4624}
4625
Andy Adamsonfc931582009-04-01 09:22:31 -04004626/*
4627 * Initialize the values to be used by the client in CREATE_SESSION
4628 * If nfs4_init_session set the fore channel request and response sizes,
4629 * use them.
4630 *
4631 * Set the back channel max_resp_sz_cached to zero to force the client to
4632 * always set csa_cachethis to FALSE because the current implementation
4633 * of the back channel DRC only supports caching the CB_SEQUENCE operation.
4634 */
4635static void nfs4_init_channel_attrs(struct nfs41_create_session_args *args)
4636{
4637 struct nfs4_session *session = args->client->cl_session;
4638 unsigned int mxrqst_sz = session->fc_attrs.max_rqst_sz,
4639 mxresp_sz = session->fc_attrs.max_resp_sz;
4640
4641 if (mxrqst_sz == 0)
4642 mxrqst_sz = NFS_MAX_FILE_IO_SIZE;
4643 if (mxresp_sz == 0)
4644 mxresp_sz = NFS_MAX_FILE_IO_SIZE;
4645 /* Fore channel attributes */
4646 args->fc_attrs.headerpadsz = 0;
4647 args->fc_attrs.max_rqst_sz = mxrqst_sz;
4648 args->fc_attrs.max_resp_sz = mxresp_sz;
4649 args->fc_attrs.max_resp_sz_cached = mxresp_sz;
4650 args->fc_attrs.max_ops = NFS4_MAX_OPS;
4651 args->fc_attrs.max_reqs = session->clp->cl_rpcclient->cl_xprt->max_reqs;
4652
4653 dprintk("%s: Fore Channel : max_rqst_sz=%u max_resp_sz=%u "
4654 "max_resp_sz_cached=%u max_ops=%u max_reqs=%u\n",
4655 __func__,
4656 args->fc_attrs.max_rqst_sz, args->fc_attrs.max_resp_sz,
4657 args->fc_attrs.max_resp_sz_cached, args->fc_attrs.max_ops,
4658 args->fc_attrs.max_reqs);
4659
4660 /* Back channel attributes */
4661 args->bc_attrs.headerpadsz = 0;
4662 args->bc_attrs.max_rqst_sz = PAGE_SIZE;
4663 args->bc_attrs.max_resp_sz = PAGE_SIZE;
4664 args->bc_attrs.max_resp_sz_cached = 0;
4665 args->bc_attrs.max_ops = NFS4_MAX_BACK_CHANNEL_OPS;
4666 args->bc_attrs.max_reqs = 1;
4667
4668 dprintk("%s: Back Channel : max_rqst_sz=%u max_resp_sz=%u "
4669 "max_resp_sz_cached=%u max_ops=%u max_reqs=%u\n",
4670 __func__,
4671 args->bc_attrs.max_rqst_sz, args->bc_attrs.max_resp_sz,
4672 args->bc_attrs.max_resp_sz_cached, args->bc_attrs.max_ops,
4673 args->bc_attrs.max_reqs);
4674}
4675
Andy Adamson8d353012009-04-01 09:22:32 -04004676static int _verify_channel_attr(char *chan, char *attr_name, u32 sent, u32 rcvd)
4677{
4678 if (rcvd <= sent)
4679 return 0;
4680 printk(KERN_WARNING "%s: Session INVALID: %s channel %s increased. "
4681 "sent=%u rcvd=%u\n", __func__, chan, attr_name, sent, rcvd);
4682 return -EINVAL;
4683}
4684
4685#define _verify_fore_channel_attr(_name_) \
4686 _verify_channel_attr("fore", #_name_, \
4687 args->fc_attrs._name_, \
4688 session->fc_attrs._name_)
4689
4690#define _verify_back_channel_attr(_name_) \
4691 _verify_channel_attr("back", #_name_, \
4692 args->bc_attrs._name_, \
4693 session->bc_attrs._name_)
4694
4695/*
4696 * The server is not allowed to increase the fore channel header pad size,
4697 * maximum response size, or maximum number of operations.
4698 *
4699 * The back channel attributes are only negotiatied down: We send what the
4700 * (back channel) server insists upon.
4701 */
4702static int nfs4_verify_channel_attrs(struct nfs41_create_session_args *args,
4703 struct nfs4_session *session)
4704{
4705 int ret = 0;
4706
4707 ret |= _verify_fore_channel_attr(headerpadsz);
4708 ret |= _verify_fore_channel_attr(max_resp_sz);
4709 ret |= _verify_fore_channel_attr(max_ops);
4710
4711 ret |= _verify_back_channel_attr(headerpadsz);
4712 ret |= _verify_back_channel_attr(max_rqst_sz);
4713 ret |= _verify_back_channel_attr(max_resp_sz);
4714 ret |= _verify_back_channel_attr(max_resp_sz_cached);
4715 ret |= _verify_back_channel_attr(max_ops);
4716 ret |= _verify_back_channel_attr(max_reqs);
4717
4718 return ret;
4719}
4720
Andy Adamsonfc931582009-04-01 09:22:31 -04004721static int _nfs4_proc_create_session(struct nfs_client *clp)
4722{
4723 struct nfs4_session *session = clp->cl_session;
4724 struct nfs41_create_session_args args = {
4725 .client = clp,
4726 .cb_program = NFS4_CALLBACK,
4727 };
4728 struct nfs41_create_session_res res = {
4729 .client = clp,
4730 };
4731 struct rpc_message msg = {
4732 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_CREATE_SESSION],
4733 .rpc_argp = &args,
4734 .rpc_resp = &res,
4735 };
4736 int status;
4737
4738 nfs4_init_channel_attrs(&args);
Andy Adamson0f914212009-04-01 09:23:16 -04004739 args.flags = (SESSION4_PERSIST | SESSION4_BACK_CHAN);
Andy Adamsonfc931582009-04-01 09:22:31 -04004740
4741 status = rpc_call_sync(session->clp->cl_rpcclient, &msg, 0);
4742
Andy Adamson8d353012009-04-01 09:22:32 -04004743 if (!status)
4744 /* Verify the session's negotiated channel_attrs values */
4745 status = nfs4_verify_channel_attrs(&args, session);
Andy Adamsonfc931582009-04-01 09:22:31 -04004746 if (!status) {
4747 /* Increment the clientid slot sequence id */
4748 clp->cl_seqid++;
4749 }
4750
4751 return status;
4752}
4753
4754/*
4755 * Issues a CREATE_SESSION operation to the server.
4756 * It is the responsibility of the caller to verify the session is
4757 * expired before calling this routine.
4758 */
Trond Myklebustf26468f2009-12-05 19:32:11 -05004759int nfs4_proc_create_session(struct nfs_client *clp)
Andy Adamsonfc931582009-04-01 09:22:31 -04004760{
4761 int status;
4762 unsigned *ptr;
Andy Adamsonfc931582009-04-01 09:22:31 -04004763 struct nfs4_session *session = clp->cl_session;
4764
4765 dprintk("--> %s clp=%p session=%p\n", __func__, clp, session);
4766
4767 status = _nfs4_proc_create_session(clp);
4768 if (status)
4769 goto out;
4770
Trond Myklebustf26468f2009-12-05 19:32:11 -05004771 /* Init and reset the fore channel */
4772 status = nfs4_init_slot_tables(session);
4773 dprintk("slot table initialization returned %d\n", status);
4774 if (status)
4775 goto out;
4776 status = nfs4_reset_slot_tables(session);
4777 dprintk("slot table reset returned %d\n", status);
Andy Adamsonfc931582009-04-01 09:22:31 -04004778 if (status)
4779 goto out;
4780
4781 ptr = (unsigned *)&session->sess_id.data[0];
4782 dprintk("%s client>seqid %d sessionid %u:%u:%u:%u\n", __func__,
4783 clp->cl_seqid, ptr[0], ptr[1], ptr[2], ptr[3]);
Andy Adamsonfc931582009-04-01 09:22:31 -04004784out:
4785 dprintk("<-- %s\n", __func__);
4786 return status;
4787}
4788
Andy Adamson0f3e66c2009-04-01 09:22:34 -04004789/*
4790 * Issue the over-the-wire RPC DESTROY_SESSION.
4791 * The caller must serialize access to this routine.
4792 */
4793int nfs4_proc_destroy_session(struct nfs4_session *session)
4794{
4795 int status = 0;
4796 struct rpc_message msg;
4797
4798 dprintk("--> nfs4_proc_destroy_session\n");
4799
4800 /* session is still being setup */
4801 if (session->clp->cl_cons_state != NFS_CS_READY)
4802 return status;
4803
4804 msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_DESTROY_SESSION];
4805 msg.rpc_argp = session;
4806 msg.rpc_resp = NULL;
4807 msg.rpc_cred = NULL;
4808 status = rpc_call_sync(session->clp->cl_rpcclient, &msg, 0);
4809
4810 if (status)
4811 printk(KERN_WARNING
4812 "Got error %d from the server on DESTROY_SESSION. "
4813 "Session has been destroyed regardless...\n", status);
4814
4815 dprintk("<-- nfs4_proc_destroy_session\n");
4816 return status;
4817}
4818
Trond Myklebustfccba802009-07-21 16:48:07 -04004819int nfs4_init_session(struct nfs_server *server)
4820{
4821 struct nfs_client *clp = server->nfs_client;
Alexandros Batsakis2449ea22009-12-05 13:36:55 -05004822 struct nfs4_session *session;
Trond Myklebustfccba802009-07-21 16:48:07 -04004823 int ret;
4824
4825 if (!nfs4_has_session(clp))
4826 return 0;
4827
Alexandros Batsakis2449ea22009-12-05 13:36:55 -05004828 session = clp->cl_session;
4829 session->fc_attrs.max_rqst_sz = server->wsize + nfs41_maxwrite_overhead;
4830 session->fc_attrs.max_resp_sz = server->rsize + nfs41_maxread_overhead;
4831
Trond Myklebustfccba802009-07-21 16:48:07 -04004832 ret = nfs4_recover_expired_lease(server);
4833 if (!ret)
4834 ret = nfs4_check_client_ready(clp);
4835 return ret;
4836}
4837
Andy Adamsonfc01cea2009-04-01 09:22:36 -04004838/*
4839 * Renew the cl_session lease.
4840 */
4841static int nfs4_proc_sequence(struct nfs_client *clp, struct rpc_cred *cred)
4842{
4843 struct nfs4_sequence_args args;
4844 struct nfs4_sequence_res res;
4845
4846 struct rpc_message msg = {
4847 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SEQUENCE],
4848 .rpc_argp = &args,
4849 .rpc_resp = &res,
4850 .rpc_cred = cred,
4851 };
4852
4853 args.sa_cache_this = 0;
4854
4855 return nfs4_call_sync_sequence(clp, clp->cl_rpcclient, &msg, &args,
4856 &res, 0);
4857}
4858
4859void nfs41_sequence_call_done(struct rpc_task *task, void *data)
4860{
4861 struct nfs_client *clp = (struct nfs_client *)data;
4862
4863 nfs41_sequence_done(clp, task->tk_msg.rpc_resp, task->tk_status);
4864
4865 if (task->tk_status < 0) {
4866 dprintk("%s ERROR %d\n", __func__, task->tk_status);
4867
4868 if (_nfs4_async_handle_error(task, NULL, clp, NULL)
4869 == -EAGAIN) {
Trond Myklebust0110ee12009-12-07 09:00:24 -05004870 nfs_restart_rpc(task, clp);
Andy Adamsonfc01cea2009-04-01 09:22:36 -04004871 return;
4872 }
4873 }
Andy Adamsonfc01cea2009-04-01 09:22:36 -04004874 dprintk("%s rpc_cred %p\n", __func__, task->tk_msg.rpc_cred);
4875
Andy Adamsonfc01cea2009-04-01 09:22:36 -04004876 kfree(task->tk_msg.rpc_argp);
4877 kfree(task->tk_msg.rpc_resp);
4878
4879 dprintk("<-- %s\n", __func__);
4880}
4881
4882static void nfs41_sequence_prepare(struct rpc_task *task, void *data)
4883{
4884 struct nfs_client *clp;
4885 struct nfs4_sequence_args *args;
4886 struct nfs4_sequence_res *res;
4887
4888 clp = (struct nfs_client *)data;
4889 args = task->tk_msg.rpc_argp;
4890 res = task->tk_msg.rpc_resp;
4891
4892 if (nfs4_setup_sequence(clp, args, res, 0, task))
4893 return;
4894 rpc_call_start(task);
4895}
4896
4897static const struct rpc_call_ops nfs41_sequence_ops = {
4898 .rpc_call_done = nfs41_sequence_call_done,
4899 .rpc_call_prepare = nfs41_sequence_prepare,
4900};
4901
4902static int nfs41_proc_async_sequence(struct nfs_client *clp,
4903 struct rpc_cred *cred)
4904{
4905 struct nfs4_sequence_args *args;
4906 struct nfs4_sequence_res *res;
4907 struct rpc_message msg = {
4908 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SEQUENCE],
4909 .rpc_cred = cred,
4910 };
4911
4912 args = kzalloc(sizeof(*args), GFP_KERNEL);
4913 if (!args)
4914 return -ENOMEM;
4915 res = kzalloc(sizeof(*res), GFP_KERNEL);
4916 if (!res) {
4917 kfree(args);
4918 return -ENOMEM;
4919 }
4920 res->sr_slotid = NFS4_MAX_SLOT_TABLE;
4921 msg.rpc_argp = args;
4922 msg.rpc_resp = res;
4923
4924 return rpc_call_async(clp->cl_rpcclient, &msg, RPC_TASK_SOFT,
4925 &nfs41_sequence_ops, (void *)clp);
4926}
4927
Ricardo Labiagafce5c832009-12-05 16:08:41 -05004928struct nfs4_reclaim_complete_data {
4929 struct nfs_client *clp;
4930 struct nfs41_reclaim_complete_args arg;
4931 struct nfs41_reclaim_complete_res res;
4932};
4933
4934static void nfs4_reclaim_complete_prepare(struct rpc_task *task, void *data)
4935{
4936 struct nfs4_reclaim_complete_data *calldata = data;
4937
4938 if (nfs4_setup_sequence(calldata->clp, &calldata->arg.seq_args,
4939 &calldata->res.seq_res, 0, task))
4940 return;
4941
4942 rpc_call_start(task);
4943}
4944
4945static void nfs4_reclaim_complete_done(struct rpc_task *task, void *data)
4946{
4947 struct nfs4_reclaim_complete_data *calldata = data;
4948 struct nfs_client *clp = calldata->clp;
4949 struct nfs4_sequence_res *res = &calldata->res.seq_res;
4950
4951 dprintk("--> %s\n", __func__);
4952 nfs41_sequence_done(clp, res, task->tk_status);
4953 switch (task->tk_status) {
4954 case 0:
4955 case -NFS4ERR_COMPLETE_ALREADY:
4956 break;
4957 case -NFS4ERR_BADSESSION:
4958 case -NFS4ERR_DEADSESSION:
4959 /*
4960 * Handle the session error, but do not retry the operation, as
4961 * we have no way of telling whether the clientid had to be
4962 * reset before we got our reply. If reset, a new wave of
4963 * reclaim operations will follow, containing their own reclaim
4964 * complete. We don't want our retry to get on the way of
4965 * recovery by incorrectly indicating to the server that we're
4966 * done reclaiming state since the process had to be restarted.
4967 */
4968 _nfs4_async_handle_error(task, NULL, clp, NULL);
4969 break;
4970 default:
4971 if (_nfs4_async_handle_error(
4972 task, NULL, clp, NULL) == -EAGAIN) {
4973 rpc_restart_call_prepare(task);
4974 return;
4975 }
4976 }
Ricardo Labiagafce5c832009-12-05 16:08:41 -05004977
4978 dprintk("<-- %s\n", __func__);
4979}
4980
4981static void nfs4_free_reclaim_complete_data(void *data)
4982{
4983 struct nfs4_reclaim_complete_data *calldata = data;
4984
4985 kfree(calldata);
4986}
4987
4988static const struct rpc_call_ops nfs4_reclaim_complete_call_ops = {
4989 .rpc_call_prepare = nfs4_reclaim_complete_prepare,
4990 .rpc_call_done = nfs4_reclaim_complete_done,
4991 .rpc_release = nfs4_free_reclaim_complete_data,
4992};
4993
4994/*
4995 * Issue a global reclaim complete.
4996 */
4997static int nfs41_proc_reclaim_complete(struct nfs_client *clp)
4998{
4999 struct nfs4_reclaim_complete_data *calldata;
5000 struct rpc_task *task;
5001 struct rpc_message msg = {
5002 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RECLAIM_COMPLETE],
5003 };
5004 struct rpc_task_setup task_setup_data = {
5005 .rpc_client = clp->cl_rpcclient,
5006 .rpc_message = &msg,
5007 .callback_ops = &nfs4_reclaim_complete_call_ops,
5008 .flags = RPC_TASK_ASYNC,
5009 };
5010 int status = -ENOMEM;
5011
5012 dprintk("--> %s\n", __func__);
5013 calldata = kzalloc(sizeof(*calldata), GFP_KERNEL);
5014 if (calldata == NULL)
5015 goto out;
5016 calldata->clp = clp;
5017 calldata->arg.one_fs = 0;
5018 calldata->res.seq_res.sr_slotid = NFS4_MAX_SLOT_TABLE;
5019
5020 msg.rpc_argp = &calldata->arg;
5021 msg.rpc_resp = &calldata->res;
5022 task_setup_data.callback_data = calldata;
5023 task = rpc_run_task(&task_setup_data);
5024 if (IS_ERR(task))
5025 status = PTR_ERR(task);
5026 rpc_put_task(task);
5027out:
5028 dprintk("<-- %s status=%d\n", __func__, status);
5029 return status;
5030}
Andy Adamson557134a2009-04-01 09:21:53 -04005031#endif /* CONFIG_NFS_V4_1 */
5032
Andy Adamson591d71c2009-04-01 09:22:47 -04005033struct nfs4_state_recovery_ops nfs40_reboot_recovery_ops = {
Trond Myklebust7eff03a2008-12-23 15:21:43 -05005034 .owner_flag_bit = NFS_OWNER_RECLAIM_REBOOT,
Trond Myklebustb79a4a12008-12-23 15:21:41 -05005035 .state_flag_bit = NFS_STATE_RECLAIM_REBOOT,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005036 .recover_open = nfs4_open_reclaim,
5037 .recover_lock = nfs4_lock_reclaim,
Andy Adamson591d71c2009-04-01 09:22:47 -04005038 .establish_clid = nfs4_init_clientid,
Andy Adamson90a16612009-04-01 09:22:48 -04005039 .get_clid_cred = nfs4_get_setclientid_cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005040};
5041
Andy Adamson591d71c2009-04-01 09:22:47 -04005042#if defined(CONFIG_NFS_V4_1)
5043struct nfs4_state_recovery_ops nfs41_reboot_recovery_ops = {
5044 .owner_flag_bit = NFS_OWNER_RECLAIM_REBOOT,
5045 .state_flag_bit = NFS_STATE_RECLAIM_REBOOT,
5046 .recover_open = nfs4_open_reclaim,
5047 .recover_lock = nfs4_lock_reclaim,
Andy Adamson4d643d12009-12-04 15:52:24 -05005048 .establish_clid = nfs41_init_clientid,
Andy Adamsonb4b82602009-04-01 09:22:49 -04005049 .get_clid_cred = nfs4_get_exchange_id_cred,
Ricardo Labiagafce5c832009-12-05 16:08:41 -05005050 .reclaim_complete = nfs41_proc_reclaim_complete,
Andy Adamson591d71c2009-04-01 09:22:47 -04005051};
5052#endif /* CONFIG_NFS_V4_1 */
5053
5054struct nfs4_state_recovery_ops nfs40_nograce_recovery_ops = {
Trond Myklebust7eff03a2008-12-23 15:21:43 -05005055 .owner_flag_bit = NFS_OWNER_RECLAIM_NOGRACE,
Trond Myklebustb79a4a12008-12-23 15:21:41 -05005056 .state_flag_bit = NFS_STATE_RECLAIM_NOGRACE,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005057 .recover_open = nfs4_open_expired,
5058 .recover_lock = nfs4_lock_expired,
Andy Adamson591d71c2009-04-01 09:22:47 -04005059 .establish_clid = nfs4_init_clientid,
Andy Adamson90a16612009-04-01 09:22:48 -04005060 .get_clid_cred = nfs4_get_setclientid_cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005061};
5062
Andy Adamson591d71c2009-04-01 09:22:47 -04005063#if defined(CONFIG_NFS_V4_1)
5064struct nfs4_state_recovery_ops nfs41_nograce_recovery_ops = {
5065 .owner_flag_bit = NFS_OWNER_RECLAIM_NOGRACE,
5066 .state_flag_bit = NFS_STATE_RECLAIM_NOGRACE,
5067 .recover_open = nfs4_open_expired,
5068 .recover_lock = nfs4_lock_expired,
Andy Adamson4d643d12009-12-04 15:52:24 -05005069 .establish_clid = nfs41_init_clientid,
Andy Adamsonb4b82602009-04-01 09:22:49 -04005070 .get_clid_cred = nfs4_get_exchange_id_cred,
Andy Adamson591d71c2009-04-01 09:22:47 -04005071};
5072#endif /* CONFIG_NFS_V4_1 */
5073
Benny Halevy29fba382009-04-01 09:22:44 -04005074struct nfs4_state_maintenance_ops nfs40_state_renewal_ops = {
5075 .sched_state_renewal = nfs4_proc_async_renew,
Andy Adamsona7b72102009-04-01 09:22:46 -04005076 .get_state_renewal_cred_locked = nfs4_get_renew_cred_locked,
Benny Halevy8e69514f2009-04-01 09:22:45 -04005077 .renew_lease = nfs4_proc_renew,
Benny Halevy29fba382009-04-01 09:22:44 -04005078};
5079
5080#if defined(CONFIG_NFS_V4_1)
5081struct nfs4_state_maintenance_ops nfs41_state_renewal_ops = {
5082 .sched_state_renewal = nfs41_proc_async_sequence,
Andy Adamsona7b72102009-04-01 09:22:46 -04005083 .get_state_renewal_cred_locked = nfs4_get_machine_cred_locked,
Benny Halevy8e69514f2009-04-01 09:22:45 -04005084 .renew_lease = nfs4_proc_sequence,
Benny Halevy29fba382009-04-01 09:22:44 -04005085};
5086#endif
5087
5088/*
5089 * Per minor version reboot and network partition recovery ops
5090 */
5091
Andy Adamson591d71c2009-04-01 09:22:47 -04005092struct nfs4_state_recovery_ops *nfs4_reboot_recovery_ops[] = {
5093 &nfs40_reboot_recovery_ops,
5094#if defined(CONFIG_NFS_V4_1)
5095 &nfs41_reboot_recovery_ops,
5096#endif
5097};
5098
5099struct nfs4_state_recovery_ops *nfs4_nograce_recovery_ops[] = {
5100 &nfs40_nograce_recovery_ops,
5101#if defined(CONFIG_NFS_V4_1)
5102 &nfs41_nograce_recovery_ops,
5103#endif
5104};
5105
Benny Halevy29fba382009-04-01 09:22:44 -04005106struct nfs4_state_maintenance_ops *nfs4_state_renewal_ops[] = {
5107 &nfs40_state_renewal_ops,
5108#if defined(CONFIG_NFS_V4_1)
5109 &nfs41_state_renewal_ops,
5110#endif
5111};
5112
Arjan van de Ven92e1d5b2007-02-12 00:55:39 -08005113static const struct inode_operations nfs4_file_inode_operations = {
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00005114 .permission = nfs_permission,
5115 .getattr = nfs_getattr,
5116 .setattr = nfs_setattr,
5117 .getxattr = nfs4_getxattr,
5118 .setxattr = nfs4_setxattr,
5119 .listxattr = nfs4_listxattr,
5120};
5121
David Howells509de812006-08-22 20:06:11 -04005122const struct nfs_rpc_ops nfs_v4_clientops = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07005123 .version = 4, /* protocol version */
5124 .dentry_ops = &nfs4_dentry_operations,
5125 .dir_inode_ops = &nfs4_dir_inode_operations,
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00005126 .file_inode_ops = &nfs4_file_inode_operations,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005127 .getroot = nfs4_proc_get_root,
5128 .getattr = nfs4_proc_getattr,
5129 .setattr = nfs4_proc_setattr,
David Howells2b3de442006-08-22 20:06:09 -04005130 .lookupfh = nfs4_proc_lookupfh,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005131 .lookup = nfs4_proc_lookup,
5132 .access = nfs4_proc_access,
5133 .readlink = nfs4_proc_readlink,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005134 .create = nfs4_proc_create,
5135 .remove = nfs4_proc_remove,
5136 .unlink_setup = nfs4_proc_unlink_setup,
5137 .unlink_done = nfs4_proc_unlink_done,
5138 .rename = nfs4_proc_rename,
5139 .link = nfs4_proc_link,
5140 .symlink = nfs4_proc_symlink,
5141 .mkdir = nfs4_proc_mkdir,
5142 .rmdir = nfs4_proc_remove,
5143 .readdir = nfs4_proc_readdir,
5144 .mknod = nfs4_proc_mknod,
5145 .statfs = nfs4_proc_statfs,
5146 .fsinfo = nfs4_proc_fsinfo,
5147 .pathconf = nfs4_proc_pathconf,
David Howellse9326dc2006-08-22 20:06:10 -04005148 .set_capabilities = nfs4_server_capabilities,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005149 .decode_dirent = nfs4_decode_dirent,
5150 .read_setup = nfs4_proc_read_setup,
Trond Myklebustec06c092006-03-20 13:44:27 -05005151 .read_done = nfs4_read_done,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005152 .write_setup = nfs4_proc_write_setup,
Trond Myklebust788e7a82006-03-20 13:44:27 -05005153 .write_done = nfs4_write_done,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005154 .commit_setup = nfs4_proc_commit_setup,
Trond Myklebust788e7a82006-03-20 13:44:27 -05005155 .commit_done = nfs4_commit_done,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005156 .lock = nfs4_proc_lock,
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00005157 .clear_acl_cache = nfs4_zap_acl_attr,
Trond Myklebust7fe5c392009-03-19 15:35:50 -04005158 .close_context = nfs4_close_context,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005159};
5160
5161/*
5162 * Local variables:
5163 * c-basic-offset: 8
5164 * End:
5165 */