blob: 17768095f0ccdf4f6972f4d32a402c4ea28cfae6 [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>
39#include <linux/utsname.h>
40#include <linux/delay.h>
41#include <linux/errno.h>
42#include <linux/string.h>
43#include <linux/sunrpc/clnt.h>
44#include <linux/nfs.h>
45#include <linux/nfs4.h>
46#include <linux/nfs_fs.h>
47#include <linux/nfs_page.h>
48#include <linux/smp_lock.h>
49#include <linux/namei.h>
Trond Myklebust02a913a2005-10-18 14:20:17 -070050#include <linux/mount.h>
Benny Halevy99fe60d2009-04-01 09:22:29 -040051#include <linux/module.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070052
Trond Myklebust4ce79712005-06-22 17:16:21 +000053#include "nfs4_fs.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070054#include "delegation.h"
Trond Myklebust101070c2008-02-19 20:04:23 -050055#include "internal.h"
Chuck Lever006ea732006-03-20 13:44:14 -050056#include "iostat.h"
Andy Adamsonfc931582009-04-01 09:22:31 -040057#include "callback.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070058
59#define NFSDBG_FACILITY NFSDBG_PROC
60
Trond Myklebust2066fe82006-09-15 08:30:46 -040061#define NFS4_POLL_RETRY_MIN (HZ/10)
Linus Torvalds1da177e2005-04-16 15:20:36 -070062#define NFS4_POLL_RETRY_MAX (15*HZ)
63
Trond Myklebustcdd4e682006-01-03 09:55:12 +010064struct nfs4_opendata;
Trond Myklebust864472e2006-01-03 09:55:15 +010065static int _nfs4_proc_open(struct nfs4_opendata *data);
Linus Torvalds1da177e2005-04-16 15:20:36 -070066static int nfs4_do_fsinfo(struct nfs_server *, struct nfs_fh *, struct nfs_fsinfo *);
Trond Myklebust9e33bed2008-12-23 15:21:46 -050067static int nfs4_async_handle_error(struct rpc_task *, const struct nfs_server *, struct nfs4_state *);
Trond Myklebust99367812007-07-17 21:52:41 -040068static int _nfs4_proc_lookup(struct inode *dir, const struct qstr *name, struct nfs_fh *fhandle, struct nfs_fattr *fattr);
69static int _nfs4_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fattr *fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -070070
Linus Torvalds1da177e2005-04-16 15:20:36 -070071/* Prevent leaks of NFSv4 errors into userland */
WANG Cong46f72f52008-12-30 16:35:55 -050072static int nfs4_map_errors(int err)
Linus Torvalds1da177e2005-04-16 15:20:36 -070073{
74 if (err < -1000) {
75 dprintk("%s could not handle NFSv4 error %d\n",
Harvey Harrison3110ff82008-05-02 13:42:44 -070076 __func__, -err);
Linus Torvalds1da177e2005-04-16 15:20:36 -070077 return -EIO;
78 }
79 return err;
80}
81
82/*
83 * This is our standard bitmap for GETATTR requests.
84 */
85const u32 nfs4_fattr_bitmap[2] = {
86 FATTR4_WORD0_TYPE
87 | FATTR4_WORD0_CHANGE
88 | FATTR4_WORD0_SIZE
89 | FATTR4_WORD0_FSID
90 | FATTR4_WORD0_FILEID,
91 FATTR4_WORD1_MODE
92 | FATTR4_WORD1_NUMLINKS
93 | FATTR4_WORD1_OWNER
94 | FATTR4_WORD1_OWNER_GROUP
95 | FATTR4_WORD1_RAWDEV
96 | FATTR4_WORD1_SPACE_USED
97 | FATTR4_WORD1_TIME_ACCESS
98 | FATTR4_WORD1_TIME_METADATA
99 | FATTR4_WORD1_TIME_MODIFY
100};
101
102const u32 nfs4_statfs_bitmap[2] = {
103 FATTR4_WORD0_FILES_AVAIL
104 | FATTR4_WORD0_FILES_FREE
105 | FATTR4_WORD0_FILES_TOTAL,
106 FATTR4_WORD1_SPACE_AVAIL
107 | FATTR4_WORD1_SPACE_FREE
108 | FATTR4_WORD1_SPACE_TOTAL
109};
110
Trond Myklebust4ce79712005-06-22 17:16:21 +0000111const u32 nfs4_pathconf_bitmap[2] = {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700112 FATTR4_WORD0_MAXLINK
113 | FATTR4_WORD0_MAXNAME,
114 0
115};
116
117const u32 nfs4_fsinfo_bitmap[2] = { FATTR4_WORD0_MAXFILESIZE
118 | FATTR4_WORD0_MAXREAD
119 | FATTR4_WORD0_MAXWRITE
120 | FATTR4_WORD0_LEASE_TIME,
121 0
122};
123
Manoj Naik830b8e32006-06-09 09:34:25 -0400124const u32 nfs4_fs_locations_bitmap[2] = {
125 FATTR4_WORD0_TYPE
126 | FATTR4_WORD0_CHANGE
127 | FATTR4_WORD0_SIZE
128 | FATTR4_WORD0_FSID
129 | FATTR4_WORD0_FILEID
130 | FATTR4_WORD0_FS_LOCATIONS,
131 FATTR4_WORD1_MODE
132 | FATTR4_WORD1_NUMLINKS
133 | FATTR4_WORD1_OWNER
134 | FATTR4_WORD1_OWNER_GROUP
135 | FATTR4_WORD1_RAWDEV
136 | FATTR4_WORD1_SPACE_USED
137 | FATTR4_WORD1_TIME_ACCESS
138 | FATTR4_WORD1_TIME_METADATA
139 | FATTR4_WORD1_TIME_MODIFY
140 | FATTR4_WORD1_MOUNTED_ON_FILEID
141};
142
Al Virobc4785c2006-10-19 23:28:51 -0700143static void nfs4_setup_readdir(u64 cookie, __be32 *verifier, struct dentry *dentry,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700144 struct nfs4_readdir_arg *readdir)
145{
Al Viro0dbb4c62006-10-19 23:28:49 -0700146 __be32 *start, *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700147
148 BUG_ON(readdir->count < 80);
149 if (cookie > 2) {
Adrian Bunkb7ef1952005-06-22 17:16:28 +0000150 readdir->cookie = cookie;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700151 memcpy(&readdir->verifier, verifier, sizeof(readdir->verifier));
152 return;
153 }
154
155 readdir->cookie = 0;
156 memset(&readdir->verifier, 0, sizeof(readdir->verifier));
157 if (cookie == 2)
158 return;
159
160 /*
161 * NFSv4 servers do not return entries for '.' and '..'
162 * Therefore, we fake these entries here. We let '.'
163 * have cookie 0 and '..' have cookie 1. Note that
164 * when talking to the server, we always send cookie 0
165 * instead of 1 or 2.
166 */
Al Viro0dbb4c62006-10-19 23:28:49 -0700167 start = p = kmap_atomic(*readdir->pages, KM_USER0);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700168
169 if (cookie == 0) {
170 *p++ = xdr_one; /* next */
171 *p++ = xdr_zero; /* cookie, first word */
172 *p++ = xdr_one; /* cookie, second word */
173 *p++ = xdr_one; /* entry len */
174 memcpy(p, ".\0\0\0", 4); /* entry */
175 p++;
176 *p++ = xdr_one; /* bitmap length */
177 *p++ = htonl(FATTR4_WORD0_FILEID); /* bitmap */
178 *p++ = htonl(8); /* attribute buffer length */
Peter Staubach4e769b92007-08-03 15:07:10 -0400179 p = xdr_encode_hyper(p, NFS_FILEID(dentry->d_inode));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700180 }
181
182 *p++ = xdr_one; /* next */
183 *p++ = xdr_zero; /* cookie, first word */
184 *p++ = xdr_two; /* cookie, second word */
185 *p++ = xdr_two; /* entry len */
186 memcpy(p, "..\0\0", 4); /* entry */
187 p++;
188 *p++ = xdr_one; /* bitmap length */
189 *p++ = htonl(FATTR4_WORD0_FILEID); /* bitmap */
190 *p++ = htonl(8); /* attribute buffer length */
Peter Staubach4e769b92007-08-03 15:07:10 -0400191 p = xdr_encode_hyper(p, NFS_FILEID(dentry->d_parent->d_inode));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700192
193 readdir->pgbase = (char *)p - (char *)start;
194 readdir->count -= readdir->pgbase;
195 kunmap_atomic(start, KM_USER0);
196}
197
Trond Myklebust65de8722008-12-23 15:21:44 -0500198static int nfs4_wait_clnt_recover(struct nfs_client *clp)
199{
200 int res;
201
202 might_sleep();
203
Trond Myklebuste005e802008-12-23 15:21:48 -0500204 res = wait_on_bit(&clp->cl_state, NFS4CLNT_MANAGER_RUNNING,
Trond Myklebust72cb77f2009-03-11 14:10:30 -0400205 nfs_wait_bit_killable, TASK_KILLABLE);
Trond Myklebust65de8722008-12-23 15:21:44 -0500206 return res;
207}
208
209static int nfs4_delay(struct rpc_clnt *clnt, long *timeout)
210{
211 int res = 0;
212
213 might_sleep();
214
215 if (*timeout <= 0)
216 *timeout = NFS4_POLL_RETRY_MIN;
217 if (*timeout > NFS4_POLL_RETRY_MAX)
218 *timeout = NFS4_POLL_RETRY_MAX;
219 schedule_timeout_killable(*timeout);
220 if (fatal_signal_pending(current))
221 res = -ERESTARTSYS;
222 *timeout <<= 1;
223 return res;
224}
225
226/* This is the error handling routine for processes that are allowed
227 * to sleep.
228 */
229static int nfs4_handle_exception(const struct nfs_server *server, int errorcode, struct nfs4_exception *exception)
230{
231 struct nfs_client *clp = server->nfs_client;
Trond Myklebust9e33bed2008-12-23 15:21:46 -0500232 struct nfs4_state *state = exception->state;
Trond Myklebust65de8722008-12-23 15:21:44 -0500233 int ret = errorcode;
234
235 exception->retry = 0;
236 switch(errorcode) {
237 case 0:
238 return 0;
Trond Myklebust9e33bed2008-12-23 15:21:46 -0500239 case -NFS4ERR_ADMIN_REVOKED:
240 case -NFS4ERR_BAD_STATEID:
241 case -NFS4ERR_OPENMODE:
242 if (state == NULL)
243 break;
244 nfs4_state_mark_reclaim_nograce(clp, state);
Trond Myklebust65de8722008-12-23 15:21:44 -0500245 case -NFS4ERR_STALE_CLIENTID:
246 case -NFS4ERR_STALE_STATEID:
247 case -NFS4ERR_EXPIRED:
248 nfs4_schedule_state_recovery(clp);
249 ret = nfs4_wait_clnt_recover(clp);
250 if (ret == 0)
251 exception->retry = 1;
252 break;
253 case -NFS4ERR_FILE_OPEN:
254 case -NFS4ERR_GRACE:
255 case -NFS4ERR_DELAY:
256 ret = nfs4_delay(server->client, &exception->timeout);
257 if (ret != 0)
258 break;
259 case -NFS4ERR_OLD_STATEID:
260 exception->retry = 1;
261 }
262 /* We failed to handle the error */
263 return nfs4_map_errors(ret);
264}
265
266
Trond Myklebust26e976a2006-01-03 09:55:21 +0100267static void renew_lease(const struct nfs_server *server, unsigned long timestamp)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700268{
David Howells7539bba2006-08-22 20:06:09 -0400269 struct nfs_client *clp = server->nfs_client;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700270 spin_lock(&clp->cl_lock);
271 if (time_before(clp->cl_last_renewal,timestamp))
272 clp->cl_last_renewal = timestamp;
273 spin_unlock(&clp->cl_lock);
274}
275
Andy Adamsoncccef3b2009-04-01 09:22:03 -0400276#if defined(CONFIG_NFS_V4_1)
277
Benny Halevy510b8172009-04-01 09:22:14 -0400278/*
Andy Adamsone2c4ab32009-04-01 09:22:16 -0400279 * nfs4_free_slot - free a slot and efficiently update slot table.
280 *
281 * freeing a slot is trivially done by clearing its respective bit
282 * in the bitmap.
283 * If the freed slotid equals highest_used_slotid we want to update it
284 * so that the server would be able to size down the slot table if needed,
285 * otherwise we know that the highest_used_slotid is still in use.
286 * When updating highest_used_slotid there may be "holes" in the bitmap
287 * so we need to scan down from highest_used_slotid to 0 looking for the now
288 * highest slotid in use.
289 * If none found, highest_used_slotid is set to -1.
290 */
291static void
292nfs4_free_slot(struct nfs4_slot_table *tbl, u8 free_slotid)
293{
294 int slotid = free_slotid;
295
296 spin_lock(&tbl->slot_tbl_lock);
297 /* clear used bit in bitmap */
298 __clear_bit(slotid, tbl->used_slots);
299
300 /* update highest_used_slotid when it is freed */
301 if (slotid == tbl->highest_used_slotid) {
302 slotid = find_last_bit(tbl->used_slots, tbl->max_slots);
303 if (slotid >= 0 && slotid < tbl->max_slots)
304 tbl->highest_used_slotid = slotid;
305 else
306 tbl->highest_used_slotid = -1;
307 }
308 rpc_wake_up_next(&tbl->slot_tbl_waitq);
309 spin_unlock(&tbl->slot_tbl_lock);
310 dprintk("%s: free_slotid %u highest_used_slotid %d\n", __func__,
311 free_slotid, tbl->highest_used_slotid);
312}
313
Andy Adamson13615872009-04-01 09:22:17 -0400314void nfs41_sequence_free_slot(const struct nfs_client *clp,
315 struct nfs4_sequence_res *res)
316{
317 struct nfs4_slot_table *tbl;
318
319 if (!nfs4_has_session(clp)) {
320 dprintk("%s: No session\n", __func__);
321 return;
322 }
323 tbl = &clp->cl_session->fc_slot_table;
324 if (res->sr_slotid == NFS4_MAX_SLOT_TABLE) {
325 dprintk("%s: No slot\n", __func__);
326 /* just wake up the next guy waiting since
327 * we may have not consumed a slot after all */
328 rpc_wake_up_next(&tbl->slot_tbl_waitq);
329 return;
330 }
331 nfs4_free_slot(tbl, res->sr_slotid);
332 res->sr_slotid = NFS4_MAX_SLOT_TABLE;
333}
334
Andy Adamsonb0df8062009-04-01 09:22:18 -0400335static void nfs41_sequence_done(struct nfs_client *clp,
336 struct nfs4_sequence_res *res,
337 int rpc_status)
338{
339 unsigned long timestamp;
340 struct nfs4_slot_table *tbl;
341 struct nfs4_slot *slot;
342
343 /*
344 * sr_status remains 1 if an RPC level error occurred. The server
345 * may or may not have processed the sequence operation..
346 * Proceed as if the server received and processed the sequence
347 * operation.
348 */
349 if (res->sr_status == 1)
350 res->sr_status = NFS_OK;
351
352 /* -ERESTARTSYS can result in skipping nfs41_sequence_setup */
353 if (res->sr_slotid == NFS4_MAX_SLOT_TABLE)
354 goto out;
355
356 tbl = &clp->cl_session->fc_slot_table;
357 slot = tbl->slots + res->sr_slotid;
358
359 if (res->sr_status == 0) {
360 /* Update the slot's sequence and clientid lease timer */
361 ++slot->seq_nr;
362 timestamp = res->sr_renewal_time;
363 spin_lock(&clp->cl_lock);
364 if (time_before(clp->cl_last_renewal, timestamp))
365 clp->cl_last_renewal = timestamp;
366 spin_unlock(&clp->cl_lock);
367 return;
368 }
369out:
370 /* The session may be reset by one of the error handlers. */
371 dprintk("%s: Error %d free the slot \n", __func__, res->sr_status);
372 nfs41_sequence_free_slot(clp, res);
373}
374
Andy Adamsone2c4ab32009-04-01 09:22:16 -0400375/*
Benny Halevy510b8172009-04-01 09:22:14 -0400376 * nfs4_find_slot - efficiently look for a free slot
377 *
378 * nfs4_find_slot looks for an unset bit in the used_slots bitmap.
379 * If found, we mark the slot as used, update the highest_used_slotid,
380 * and respectively set up the sequence operation args.
381 * The slot number is returned if found, or NFS4_MAX_SLOT_TABLE otherwise.
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400382 *
383 * Note: must be called with under the slot_tbl_lock.
Benny Halevy510b8172009-04-01 09:22:14 -0400384 */
385static u8
386nfs4_find_slot(struct nfs4_slot_table *tbl, struct rpc_task *task)
387{
388 int slotid;
389 u8 ret_id = NFS4_MAX_SLOT_TABLE;
390 BUILD_BUG_ON((u8)NFS4_MAX_SLOT_TABLE != (int)NFS4_MAX_SLOT_TABLE);
391
Benny Halevy510b8172009-04-01 09:22:14 -0400392 dprintk("--> %s used_slots=%04lx highest_used=%d max_slots=%d\n",
393 __func__, tbl->used_slots[0], tbl->highest_used_slotid,
394 tbl->max_slots);
395 slotid = find_first_zero_bit(tbl->used_slots, tbl->max_slots);
396 if (slotid >= tbl->max_slots)
397 goto out;
398 __set_bit(slotid, tbl->used_slots);
399 if (slotid > tbl->highest_used_slotid)
400 tbl->highest_used_slotid = slotid;
401 ret_id = slotid;
402out:
403 dprintk("<-- %s used_slots=%04lx highest_used=%d slotid=%d \n",
404 __func__, tbl->used_slots[0], tbl->highest_used_slotid, ret_id);
Benny Halevy510b8172009-04-01 09:22:14 -0400405 return ret_id;
406}
407
Andy Adamsonce5039c2009-04-01 09:22:13 -0400408static int nfs41_setup_sequence(struct nfs4_session *session,
409 struct nfs4_sequence_args *args,
410 struct nfs4_sequence_res *res,
411 int cache_reply,
412 struct rpc_task *task)
413{
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400414 struct nfs4_slot *slot;
415 struct nfs4_slot_table *tbl;
416 u8 slotid;
417
418 dprintk("--> %s\n", __func__);
Andy Adamsonce5039c2009-04-01 09:22:13 -0400419 /* slot already allocated? */
420 if (res->sr_slotid != NFS4_MAX_SLOT_TABLE)
421 return 0;
422
423 memset(res, 0, sizeof(*res));
424 res->sr_slotid = NFS4_MAX_SLOT_TABLE;
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400425 tbl = &session->fc_slot_table;
426
427 spin_lock(&tbl->slot_tbl_lock);
428 slotid = nfs4_find_slot(tbl, task);
429 if (slotid == NFS4_MAX_SLOT_TABLE) {
430 rpc_sleep_on(&tbl->slot_tbl_waitq, task, NULL);
431 spin_unlock(&tbl->slot_tbl_lock);
432 dprintk("<-- %s: no free slots\n", __func__);
433 return -EAGAIN;
434 }
435 spin_unlock(&tbl->slot_tbl_lock);
436
437 slot = tbl->slots + slotid;
Benny Halevy99fe60d2009-04-01 09:22:29 -0400438 args->sa_session = session;
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400439 args->sa_slotid = slotid;
440 args->sa_cache_this = cache_reply;
441
442 dprintk("<-- %s slotid=%d seqid=%d\n", __func__, slotid, slot->seq_nr);
443
Benny Halevy99fe60d2009-04-01 09:22:29 -0400444 res->sr_session = session;
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400445 res->sr_slotid = slotid;
446 res->sr_renewal_time = jiffies;
447 /*
448 * sr_status is only set in decode_sequence, and so will remain
449 * set to 1 if an rpc level failure occurs.
450 */
451 res->sr_status = 1;
Andy Adamsonce5039c2009-04-01 09:22:13 -0400452 return 0;
453}
454
455int nfs4_setup_sequence(struct nfs_client *clp,
456 struct nfs4_sequence_args *args,
457 struct nfs4_sequence_res *res,
458 int cache_reply,
459 struct rpc_task *task)
460{
461 int ret = 0;
462
463 dprintk("--> %s clp %p session %p sr_slotid %d\n",
464 __func__, clp, clp->cl_session, res->sr_slotid);
465
466 if (!nfs4_has_session(clp))
467 goto out;
468 ret = nfs41_setup_sequence(clp->cl_session, args, res, cache_reply,
469 task);
470 if (ret != -EAGAIN) {
471 /* terminate rpc task */
472 task->tk_status = ret;
473 task->tk_action = NULL;
474 }
475out:
476 dprintk("<-- %s status=%d\n", __func__, ret);
477 return ret;
478}
479
480struct nfs41_call_sync_data {
481 struct nfs_client *clp;
482 struct nfs4_sequence_args *seq_args;
483 struct nfs4_sequence_res *seq_res;
484 int cache_reply;
485};
486
487static void nfs41_call_sync_prepare(struct rpc_task *task, void *calldata)
488{
489 struct nfs41_call_sync_data *data = calldata;
490
491 dprintk("--> %s data->clp->cl_session %p\n", __func__,
492 data->clp->cl_session);
493 if (nfs4_setup_sequence(data->clp, data->seq_args,
494 data->seq_res, data->cache_reply, task))
495 return;
496 rpc_call_start(task);
497}
498
Andy Adamson69ab40c2009-04-01 09:22:19 -0400499static void nfs41_call_sync_done(struct rpc_task *task, void *calldata)
500{
501 struct nfs41_call_sync_data *data = calldata;
502
503 nfs41_sequence_done(data->clp, data->seq_res, task->tk_status);
504 nfs41_sequence_free_slot(data->clp, data->seq_res);
505}
506
Andy Adamsonce5039c2009-04-01 09:22:13 -0400507struct rpc_call_ops nfs41_call_sync_ops = {
508 .rpc_call_prepare = nfs41_call_sync_prepare,
Andy Adamson69ab40c2009-04-01 09:22:19 -0400509 .rpc_call_done = nfs41_call_sync_done,
Andy Adamsonce5039c2009-04-01 09:22:13 -0400510};
511
512static int nfs4_call_sync_sequence(struct nfs_client *clp,
513 struct rpc_clnt *clnt,
514 struct rpc_message *msg,
515 struct nfs4_sequence_args *args,
516 struct nfs4_sequence_res *res,
517 int cache_reply)
518{
519 int ret;
520 struct rpc_task *task;
521 struct nfs41_call_sync_data data = {
522 .clp = clp,
523 .seq_args = args,
524 .seq_res = res,
525 .cache_reply = cache_reply,
526 };
527 struct rpc_task_setup task_setup = {
528 .rpc_client = clnt,
529 .rpc_message = msg,
530 .callback_ops = &nfs41_call_sync_ops,
531 .callback_data = &data
532 };
533
534 res->sr_slotid = NFS4_MAX_SLOT_TABLE;
535 task = rpc_run_task(&task_setup);
536 if (IS_ERR(task))
537 ret = PTR_ERR(task);
538 else {
539 ret = task->tk_status;
540 rpc_put_task(task);
541 }
542 return ret;
543}
544
Andy Adamsoncccef3b2009-04-01 09:22:03 -0400545int _nfs4_call_sync_session(struct nfs_server *server,
546 struct rpc_message *msg,
547 struct nfs4_sequence_args *args,
548 struct nfs4_sequence_res *res,
549 int cache_reply)
550{
Andy Adamsonce5039c2009-04-01 09:22:13 -0400551 return nfs4_call_sync_sequence(server->nfs_client, server->client,
552 msg, args, res, cache_reply);
Andy Adamsoncccef3b2009-04-01 09:22:03 -0400553}
554
555#endif /* CONFIG_NFS_V4_1 */
556
557int _nfs4_call_sync(struct nfs_server *server,
558 struct rpc_message *msg,
559 struct nfs4_sequence_args *args,
560 struct nfs4_sequence_res *res,
561 int cache_reply)
562{
Benny Halevyf3752972009-04-01 09:22:04 -0400563 args->sa_session = res->sr_session = NULL;
Andy Adamsoncccef3b2009-04-01 09:22:03 -0400564 return rpc_call_sync(server->client, msg, 0);
565}
566
567#define nfs4_call_sync(server, msg, args, res, cache_reply) \
568 (server)->nfs_client->cl_call_sync((server), (msg), &(args)->seq_args, \
569 &(res)->seq_res, (cache_reply))
570
Andy Adamsonb0df8062009-04-01 09:22:18 -0400571static void nfs4_sequence_done(const struct nfs_server *server,
572 struct nfs4_sequence_res *res, int rpc_status)
573{
574#ifdef CONFIG_NFS_V4_1
575 if (nfs4_has_session(server->nfs_client))
576 nfs41_sequence_done(server->nfs_client, res, rpc_status);
577#endif /* CONFIG_NFS_V4_1 */
578}
579
580/* no restart, therefore free slot here */
581static void nfs4_sequence_done_free_slot(const struct nfs_server *server,
582 struct nfs4_sequence_res *res,
583 int rpc_status)
584{
585 nfs4_sequence_done(server, res, rpc_status);
586 nfs4_sequence_free_slot(server->nfs_client, res);
587}
588
Trond Myklebust38478b22006-05-25 01:40:57 -0400589static void update_changeattr(struct inode *dir, struct nfs4_change_info *cinfo)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700590{
Trond Myklebust38478b22006-05-25 01:40:57 -0400591 struct nfs_inode *nfsi = NFS_I(dir);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700592
Trond Myklebust38478b22006-05-25 01:40:57 -0400593 spin_lock(&dir->i_lock);
Trond Myklebust40d24702007-10-08 09:24:22 -0400594 nfsi->cache_validity |= NFS_INO_INVALID_ATTR|NFS_INO_REVAL_PAGECACHE|NFS_INO_INVALID_DATA;
595 if (!cinfo->atomic || cinfo->before != nfsi->change_attr)
Trond Myklebustbfc69a42007-10-15 18:18:29 -0400596 nfs_force_lookup_revalidate(dir);
Trond Myklebust40d24702007-10-08 09:24:22 -0400597 nfsi->change_attr = cinfo->after;
Trond Myklebust38478b22006-05-25 01:40:57 -0400598 spin_unlock(&dir->i_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700599}
600
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100601struct nfs4_opendata {
Trond Myklebustc6d00e62007-06-17 16:02:44 -0400602 struct kref kref;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100603 struct nfs_openargs o_arg;
604 struct nfs_openres o_res;
Trond Myklebustcdd4e682006-01-03 09:55:12 +0100605 struct nfs_open_confirmargs c_arg;
606 struct nfs_open_confirmres c_res;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100607 struct nfs_fattr f_attr;
608 struct nfs_fattr dir_attr;
Trond Myklebustad389da2007-06-05 12:30:00 -0400609 struct path path;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100610 struct dentry *dir;
611 struct nfs4_state_owner *owner;
Trond Myklebustaac00a82007-07-05 19:02:21 -0400612 struct nfs4_state *state;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100613 struct iattr attrs;
Trond Myklebust26e976a2006-01-03 09:55:21 +0100614 unsigned long timestamp;
Trond Myklebust3e309912007-07-07 13:19:59 -0400615 unsigned int rpc_done : 1;
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100616 int rpc_status;
617 int cancelled;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100618};
619
Trond Myklebust2ced46c2007-07-03 23:48:13 -0400620
621static void nfs4_init_opendata_res(struct nfs4_opendata *p)
622{
623 p->o_res.f_attr = &p->f_attr;
624 p->o_res.dir_attr = &p->dir_attr;
Trond Myklebustc1d51932008-04-07 13:20:54 -0400625 p->o_res.seqid = p->o_arg.seqid;
626 p->c_res.seqid = p->c_arg.seqid;
Trond Myklebust2ced46c2007-07-03 23:48:13 -0400627 p->o_res.server = p->o_arg.server;
628 nfs_fattr_init(&p->f_attr);
629 nfs_fattr_init(&p->dir_attr);
630}
631
Trond Myklebustad389da2007-06-05 12:30:00 -0400632static struct nfs4_opendata *nfs4_opendata_alloc(struct path *path,
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500633 struct nfs4_state_owner *sp, fmode_t fmode, int flags,
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100634 const struct iattr *attrs)
635{
Trond Myklebustad389da2007-06-05 12:30:00 -0400636 struct dentry *parent = dget_parent(path->dentry);
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100637 struct inode *dir = parent->d_inode;
638 struct nfs_server *server = NFS_SERVER(dir);
639 struct nfs4_opendata *p;
640
641 p = kzalloc(sizeof(*p), GFP_KERNEL);
642 if (p == NULL)
643 goto err;
644 p->o_arg.seqid = nfs_alloc_seqid(&sp->so_seqid);
645 if (p->o_arg.seqid == NULL)
646 goto err_free;
Trond Myklebustad389da2007-06-05 12:30:00 -0400647 p->path.mnt = mntget(path->mnt);
648 p->path.dentry = dget(path->dentry);
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100649 p->dir = parent;
650 p->owner = sp;
651 atomic_inc(&sp->so_count);
652 p->o_arg.fh = NFS_FH(dir);
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500653 p->o_arg.open_flags = flags;
654 p->o_arg.fmode = fmode & (FMODE_READ|FMODE_WRITE);
David Howells7539bba2006-08-22 20:06:09 -0400655 p->o_arg.clientid = server->nfs_client->cl_clientid;
Trond Myklebust9f958ab2007-07-02 13:58:33 -0400656 p->o_arg.id = sp->so_owner_id.id;
Trond Myklebustad389da2007-06-05 12:30:00 -0400657 p->o_arg.name = &p->path.dentry->d_name;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100658 p->o_arg.server = server;
659 p->o_arg.bitmask = server->attr_bitmask;
660 p->o_arg.claim = NFS4_OPEN_CLAIM_NULL;
Andy Adamson5f7dbd52009-04-01 09:22:05 -0400661 p->o_res.seq_res.sr_slotid = NFS4_MAX_SLOT_TABLE;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100662 if (flags & O_EXCL) {
663 u32 *s = (u32 *) p->o_arg.u.verifier.data;
664 s[0] = jiffies;
665 s[1] = current->pid;
666 } else if (flags & O_CREAT) {
667 p->o_arg.u.attrs = &p->attrs;
668 memcpy(&p->attrs, attrs, sizeof(p->attrs));
669 }
Trond Myklebustcdd4e682006-01-03 09:55:12 +0100670 p->c_arg.fh = &p->o_res.fh;
671 p->c_arg.stateid = &p->o_res.stateid;
672 p->c_arg.seqid = p->o_arg.seqid;
Trond Myklebust2ced46c2007-07-03 23:48:13 -0400673 nfs4_init_opendata_res(p);
Trond Myklebustc6d00e62007-06-17 16:02:44 -0400674 kref_init(&p->kref);
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100675 return p;
676err_free:
677 kfree(p);
678err:
679 dput(parent);
680 return NULL;
681}
682
Trond Myklebustc6d00e62007-06-17 16:02:44 -0400683static void nfs4_opendata_free(struct kref *kref)
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100684{
Trond Myklebustc6d00e62007-06-17 16:02:44 -0400685 struct nfs4_opendata *p = container_of(kref,
686 struct nfs4_opendata, kref);
687
688 nfs_free_seqid(p->o_arg.seqid);
Trond Myklebustaac00a82007-07-05 19:02:21 -0400689 if (p->state != NULL)
690 nfs4_put_open_state(p->state);
Trond Myklebustc6d00e62007-06-17 16:02:44 -0400691 nfs4_put_state_owner(p->owner);
692 dput(p->dir);
Jan Blunck31f31db12008-05-02 13:42:45 -0700693 path_put(&p->path);
Trond Myklebustc6d00e62007-06-17 16:02:44 -0400694 kfree(p);
695}
696
697static void nfs4_opendata_put(struct nfs4_opendata *p)
698{
699 if (p != NULL)
700 kref_put(&p->kref, nfs4_opendata_free);
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100701}
702
Trond Myklebust06f814a2006-01-03 09:55:07 +0100703static int nfs4_wait_for_completion_rpc_task(struct rpc_task *task)
704{
Trond Myklebust06f814a2006-01-03 09:55:07 +0100705 int ret;
706
Trond Myklebust06f814a2006-01-03 09:55:07 +0100707 ret = rpc_wait_for_completion_task(task);
Trond Myklebust06f814a2006-01-03 09:55:07 +0100708 return ret;
709}
710
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500711static int can_open_cached(struct nfs4_state *state, fmode_t mode, int open_mode)
Trond Myklebust6ee41262007-07-08 14:11:36 -0400712{
713 int ret = 0;
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500714
715 if (open_mode & O_EXCL)
716 goto out;
717 switch (mode & (FMODE_READ|FMODE_WRITE)) {
Trond Myklebust6ee41262007-07-08 14:11:36 -0400718 case FMODE_READ:
719 ret |= test_bit(NFS_O_RDONLY_STATE, &state->flags) != 0;
Trond Myklebust6ee41262007-07-08 14:11:36 -0400720 break;
721 case FMODE_WRITE:
722 ret |= test_bit(NFS_O_WRONLY_STATE, &state->flags) != 0;
Trond Myklebust6ee41262007-07-08 14:11:36 -0400723 break;
724 case FMODE_READ|FMODE_WRITE:
725 ret |= test_bit(NFS_O_RDWR_STATE, &state->flags) != 0;
726 }
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500727out:
Trond Myklebust6ee41262007-07-08 14:11:36 -0400728 return ret;
729}
730
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500731static int can_open_delegated(struct nfs_delegation *delegation, fmode_t fmode)
Trond Myklebustaac00a82007-07-05 19:02:21 -0400732{
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500733 if ((delegation->type & fmode) != fmode)
Trond Myklebustaac00a82007-07-05 19:02:21 -0400734 return 0;
Trond Myklebust15c831b2008-12-23 15:21:39 -0500735 if (test_bit(NFS_DELEGATION_NEED_RECLAIM, &delegation->flags))
Trond Myklebustaac00a82007-07-05 19:02:21 -0400736 return 0;
Trond Myklebustb7391f42008-12-23 15:21:52 -0500737 nfs_mark_delegation_referenced(delegation);
Trond Myklebustaac00a82007-07-05 19:02:21 -0400738 return 1;
739}
740
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500741static void update_open_stateflags(struct nfs4_state *state, fmode_t fmode)
Trond Myklebuste7616922006-01-03 09:55:13 +0100742{
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500743 switch (fmode) {
Trond Myklebuste7616922006-01-03 09:55:13 +0100744 case FMODE_WRITE:
745 state->n_wronly++;
746 break;
747 case FMODE_READ:
748 state->n_rdonly++;
749 break;
750 case FMODE_READ|FMODE_WRITE:
751 state->n_rdwr++;
752 }
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500753 nfs4_state_set_mode_locked(state, state->state | fmode);
Trond Myklebuste7616922006-01-03 09:55:13 +0100754}
755
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500756static void nfs_set_open_stateid_locked(struct nfs4_state *state, nfs4_stateid *stateid, fmode_t fmode)
Trond Myklebust003707c2007-07-05 18:07:55 -0400757{
758 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0)
759 memcpy(state->stateid.data, stateid->data, sizeof(state->stateid.data));
760 memcpy(state->open_stateid.data, stateid->data, sizeof(state->open_stateid.data));
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500761 switch (fmode) {
Trond Myklebust003707c2007-07-05 18:07:55 -0400762 case FMODE_READ:
763 set_bit(NFS_O_RDONLY_STATE, &state->flags);
764 break;
765 case FMODE_WRITE:
766 set_bit(NFS_O_WRONLY_STATE, &state->flags);
767 break;
768 case FMODE_READ|FMODE_WRITE:
769 set_bit(NFS_O_RDWR_STATE, &state->flags);
770 }
771}
772
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500773static void nfs_set_open_stateid(struct nfs4_state *state, nfs4_stateid *stateid, fmode_t fmode)
Trond Myklebust003707c2007-07-05 18:07:55 -0400774{
Trond Myklebust8bda4e42007-07-09 10:45:42 -0400775 write_seqlock(&state->seqlock);
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500776 nfs_set_open_stateid_locked(state, stateid, fmode);
Trond Myklebust8bda4e42007-07-09 10:45:42 -0400777 write_sequnlock(&state->seqlock);
Trond Myklebust003707c2007-07-05 18:07:55 -0400778}
779
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500780static 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 -0700781{
Trond Myklebust8bda4e42007-07-09 10:45:42 -0400782 /*
783 * Protect the call to nfs4_state_set_mode_locked and
784 * serialise the stateid update
785 */
786 write_seqlock(&state->seqlock);
Trond Myklebust003707c2007-07-05 18:07:55 -0400787 if (deleg_stateid != NULL) {
788 memcpy(state->stateid.data, deleg_stateid->data, sizeof(state->stateid.data));
789 set_bit(NFS_DELEGATED_STATE, &state->flags);
790 }
791 if (open_stateid != NULL)
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500792 nfs_set_open_stateid_locked(state, open_stateid, fmode);
Trond Myklebust8bda4e42007-07-09 10:45:42 -0400793 write_sequnlock(&state->seqlock);
794 spin_lock(&state->owner->so_lock);
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500795 update_open_stateflags(state, fmode);
Trond Myklebustec073422005-10-20 14:22:47 -0700796 spin_unlock(&state->owner->so_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700797}
798
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500799static 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 -0500800{
801 struct nfs_inode *nfsi = NFS_I(state->inode);
802 struct nfs_delegation *deleg_cur;
803 int ret = 0;
804
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500805 fmode &= (FMODE_READ|FMODE_WRITE);
Trond Myklebust34310432008-12-23 15:21:38 -0500806
807 rcu_read_lock();
808 deleg_cur = rcu_dereference(nfsi->delegation);
809 if (deleg_cur == NULL)
810 goto no_delegation;
811
812 spin_lock(&deleg_cur->lock);
813 if (nfsi->delegation != deleg_cur ||
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500814 (deleg_cur->type & fmode) != fmode)
Trond Myklebust34310432008-12-23 15:21:38 -0500815 goto no_delegation_unlock;
816
817 if (delegation == NULL)
818 delegation = &deleg_cur->stateid;
819 else if (memcmp(deleg_cur->stateid.data, delegation->data, NFS4_STATEID_SIZE) != 0)
820 goto no_delegation_unlock;
821
Trond Myklebustb7391f42008-12-23 15:21:52 -0500822 nfs_mark_delegation_referenced(deleg_cur);
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500823 __update_open_stateid(state, open_stateid, &deleg_cur->stateid, fmode);
Trond Myklebust34310432008-12-23 15:21:38 -0500824 ret = 1;
825no_delegation_unlock:
826 spin_unlock(&deleg_cur->lock);
827no_delegation:
828 rcu_read_unlock();
829
830 if (!ret && open_stateid != NULL) {
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500831 __update_open_stateid(state, open_stateid, NULL, fmode);
Trond Myklebust34310432008-12-23 15:21:38 -0500832 ret = 1;
833 }
834
835 return ret;
836}
837
838
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500839static void nfs4_return_incompatible_delegation(struct inode *inode, fmode_t fmode)
Trond Myklebustaac00a82007-07-05 19:02:21 -0400840{
841 struct nfs_delegation *delegation;
842
843 rcu_read_lock();
844 delegation = rcu_dereference(NFS_I(inode)->delegation);
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500845 if (delegation == NULL || (delegation->type & fmode) == fmode) {
Trond Myklebustaac00a82007-07-05 19:02:21 -0400846 rcu_read_unlock();
847 return;
848 }
849 rcu_read_unlock();
850 nfs_inode_return_delegation(inode);
851}
852
Trond Myklebust6ee41262007-07-08 14:11:36 -0400853static struct nfs4_state *nfs4_try_open_cached(struct nfs4_opendata *opendata)
Trond Myklebustaac00a82007-07-05 19:02:21 -0400854{
855 struct nfs4_state *state = opendata->state;
856 struct nfs_inode *nfsi = NFS_I(state->inode);
857 struct nfs_delegation *delegation;
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500858 int open_mode = opendata->o_arg.open_flags & O_EXCL;
859 fmode_t fmode = opendata->o_arg.fmode;
Trond Myklebustaac00a82007-07-05 19:02:21 -0400860 nfs4_stateid stateid;
861 int ret = -EAGAIN;
862
Trond Myklebustaac00a82007-07-05 19:02:21 -0400863 for (;;) {
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500864 if (can_open_cached(state, fmode, open_mode)) {
Trond Myklebust6ee41262007-07-08 14:11:36 -0400865 spin_lock(&state->owner->so_lock);
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500866 if (can_open_cached(state, fmode, open_mode)) {
867 update_open_stateflags(state, fmode);
Trond Myklebust6ee41262007-07-08 14:11:36 -0400868 spin_unlock(&state->owner->so_lock);
Trond Myklebust6ee41262007-07-08 14:11:36 -0400869 goto out_return_state;
870 }
871 spin_unlock(&state->owner->so_lock);
872 }
Trond Myklebust34310432008-12-23 15:21:38 -0500873 rcu_read_lock();
874 delegation = rcu_dereference(nfsi->delegation);
875 if (delegation == NULL ||
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500876 !can_open_delegated(delegation, fmode)) {
Trond Myklebust34310432008-12-23 15:21:38 -0500877 rcu_read_unlock();
Trond Myklebust6ee41262007-07-08 14:11:36 -0400878 break;
Trond Myklebust34310432008-12-23 15:21:38 -0500879 }
Trond Myklebustaac00a82007-07-05 19:02:21 -0400880 /* Save the delegation */
881 memcpy(stateid.data, delegation->stateid.data, sizeof(stateid.data));
882 rcu_read_unlock();
Trond Myklebustaf22f942007-08-10 17:45:10 -0400883 ret = nfs_may_open(state->inode, state->owner->so_cred, open_mode);
Trond Myklebustaac00a82007-07-05 19:02:21 -0400884 if (ret != 0)
885 goto out;
886 ret = -EAGAIN;
Trond Myklebust34310432008-12-23 15:21:38 -0500887
888 /* Try to update the stateid using the delegation */
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500889 if (update_open_stateid(state, NULL, &stateid, fmode))
Trond Myklebust34310432008-12-23 15:21:38 -0500890 goto out_return_state;
Trond Myklebustaac00a82007-07-05 19:02:21 -0400891 }
Trond Myklebustaac00a82007-07-05 19:02:21 -0400892out:
893 return ERR_PTR(ret);
894out_return_state:
895 atomic_inc(&state->count);
896 return state;
897}
898
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100899static struct nfs4_state *nfs4_opendata_to_nfs4_state(struct nfs4_opendata *data)
900{
901 struct inode *inode;
902 struct nfs4_state *state = NULL;
Trond Myklebust003707c2007-07-05 18:07:55 -0400903 struct nfs_delegation *delegation;
Trond Myklebust1b370bc2007-07-07 08:04:47 -0400904 int ret;
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100905
Trond Myklebustaac00a82007-07-05 19:02:21 -0400906 if (!data->rpc_done) {
Trond Myklebust6ee41262007-07-08 14:11:36 -0400907 state = nfs4_try_open_cached(data);
Trond Myklebustaac00a82007-07-05 19:02:21 -0400908 goto out;
909 }
910
Trond Myklebust1b370bc2007-07-07 08:04:47 -0400911 ret = -EAGAIN;
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100912 if (!(data->f_attr.valid & NFS_ATTR_FATTR))
Trond Myklebust1b370bc2007-07-07 08:04:47 -0400913 goto err;
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100914 inode = nfs_fhget(data->dir->d_sb, &data->o_res.fh, &data->f_attr);
Trond Myklebust1b370bc2007-07-07 08:04:47 -0400915 ret = PTR_ERR(inode);
Trond Myklebust03f28e32006-03-20 13:44:48 -0500916 if (IS_ERR(inode))
Trond Myklebust1b370bc2007-07-07 08:04:47 -0400917 goto err;
918 ret = -ENOMEM;
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100919 state = nfs4_get_open_state(inode, data->owner);
920 if (state == NULL)
Trond Myklebust1b370bc2007-07-07 08:04:47 -0400921 goto err_put_inode;
Trond Myklebust549d6ed2007-07-03 16:42:45 -0400922 if (data->o_res.delegation_type != 0) {
Trond Myklebust549d6ed2007-07-03 16:42:45 -0400923 int delegation_flags = 0;
924
Trond Myklebust003707c2007-07-05 18:07:55 -0400925 rcu_read_lock();
926 delegation = rcu_dereference(NFS_I(inode)->delegation);
927 if (delegation)
928 delegation_flags = delegation->flags;
929 rcu_read_unlock();
Trond Myklebust15c831b2008-12-23 15:21:39 -0500930 if ((delegation_flags & 1UL<<NFS_DELEGATION_NEED_RECLAIM) == 0)
Trond Myklebust549d6ed2007-07-03 16:42:45 -0400931 nfs_inode_set_delegation(state->inode,
932 data->owner->so_cred,
933 &data->o_res);
934 else
935 nfs_inode_reclaim_delegation(state->inode,
936 data->owner->so_cred,
937 &data->o_res);
938 }
Trond Myklebust34310432008-12-23 15:21:38 -0500939
940 update_open_stateid(state, &data->o_res.stateid, NULL,
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500941 data->o_arg.fmode);
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100942 iput(inode);
Trond Myklebustaac00a82007-07-05 19:02:21 -0400943out:
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100944 return state;
Trond Myklebust1b370bc2007-07-07 08:04:47 -0400945err_put_inode:
946 iput(inode);
947err:
948 return ERR_PTR(ret);
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100949}
950
Trond Myklebust864472e2006-01-03 09:55:15 +0100951static struct nfs_open_context *nfs4_state_find_open_context(struct nfs4_state *state)
952{
953 struct nfs_inode *nfsi = NFS_I(state->inode);
954 struct nfs_open_context *ctx;
955
956 spin_lock(&state->inode->i_lock);
957 list_for_each_entry(ctx, &nfsi->open_files, list) {
958 if (ctx->state != state)
959 continue;
960 get_nfs_open_context(ctx);
961 spin_unlock(&state->inode->i_lock);
962 return ctx;
963 }
964 spin_unlock(&state->inode->i_lock);
965 return ERR_PTR(-ENOENT);
966}
967
Trond Myklebust6f220ed2007-07-17 21:50:45 -0400968static struct nfs4_opendata *nfs4_open_recoverdata_alloc(struct nfs_open_context *ctx, struct nfs4_state *state)
969{
970 struct nfs4_opendata *opendata;
971
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500972 opendata = nfs4_opendata_alloc(&ctx->path, state->owner, 0, 0, NULL);
Trond Myklebust6f220ed2007-07-17 21:50:45 -0400973 if (opendata == NULL)
974 return ERR_PTR(-ENOMEM);
975 opendata->state = state;
976 atomic_inc(&state->count);
977 return opendata;
978}
979
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500980static int nfs4_open_recover_helper(struct nfs4_opendata *opendata, fmode_t fmode, struct nfs4_state **res)
Trond Myklebust864472e2006-01-03 09:55:15 +0100981{
Trond Myklebust2ced46c2007-07-03 23:48:13 -0400982 struct nfs4_state *newstate;
Trond Myklebust864472e2006-01-03 09:55:15 +0100983 int ret;
984
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500985 opendata->o_arg.open_flags = 0;
986 opendata->o_arg.fmode = fmode;
Trond Myklebust2ced46c2007-07-03 23:48:13 -0400987 memset(&opendata->o_res, 0, sizeof(opendata->o_res));
988 memset(&opendata->c_res, 0, sizeof(opendata->c_res));
989 nfs4_init_opendata_res(opendata);
Trond Myklebust864472e2006-01-03 09:55:15 +0100990 ret = _nfs4_proc_open(opendata);
991 if (ret != 0)
992 return ret;
Trond Myklebust2ced46c2007-07-03 23:48:13 -0400993 newstate = nfs4_opendata_to_nfs4_state(opendata);
Trond Myklebust1b370bc2007-07-07 08:04:47 -0400994 if (IS_ERR(newstate))
995 return PTR_ERR(newstate);
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500996 nfs4_close_state(&opendata->path, newstate, fmode);
Trond Myklebust2ced46c2007-07-03 23:48:13 -0400997 *res = newstate;
Trond Myklebust864472e2006-01-03 09:55:15 +0100998 return 0;
999}
1000
1001static int nfs4_open_recover(struct nfs4_opendata *opendata, struct nfs4_state *state)
1002{
Trond Myklebust864472e2006-01-03 09:55:15 +01001003 struct nfs4_state *newstate;
Trond Myklebust864472e2006-01-03 09:55:15 +01001004 int ret;
1005
1006 /* memory barrier prior to reading state->n_* */
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001007 clear_bit(NFS_DELEGATED_STATE, &state->flags);
Trond Myklebust864472e2006-01-03 09:55:15 +01001008 smp_rmb();
1009 if (state->n_rdwr != 0) {
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001010 ret = nfs4_open_recover_helper(opendata, FMODE_READ|FMODE_WRITE, &newstate);
Trond Myklebust864472e2006-01-03 09:55:15 +01001011 if (ret != 0)
1012 return ret;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001013 if (newstate != state)
1014 return -ESTALE;
Trond Myklebust864472e2006-01-03 09:55:15 +01001015 }
1016 if (state->n_wronly != 0) {
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001017 ret = nfs4_open_recover_helper(opendata, FMODE_WRITE, &newstate);
Trond Myklebust864472e2006-01-03 09:55:15 +01001018 if (ret != 0)
1019 return ret;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001020 if (newstate != state)
1021 return -ESTALE;
Trond Myklebust864472e2006-01-03 09:55:15 +01001022 }
1023 if (state->n_rdonly != 0) {
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001024 ret = nfs4_open_recover_helper(opendata, FMODE_READ, &newstate);
Trond Myklebust864472e2006-01-03 09:55:15 +01001025 if (ret != 0)
1026 return ret;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001027 if (newstate != state)
1028 return -ESTALE;
Trond Myklebust864472e2006-01-03 09:55:15 +01001029 }
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001030 /*
1031 * We may have performed cached opens for all three recoveries.
1032 * Check if we need to update the current stateid.
1033 */
1034 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0 &&
1035 memcmp(state->stateid.data, state->open_stateid.data, sizeof(state->stateid.data)) != 0) {
Trond Myklebust8bda4e42007-07-09 10:45:42 -04001036 write_seqlock(&state->seqlock);
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001037 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0)
1038 memcpy(state->stateid.data, state->open_stateid.data, sizeof(state->stateid.data));
Trond Myklebust8bda4e42007-07-09 10:45:42 -04001039 write_sequnlock(&state->seqlock);
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001040 }
Trond Myklebust864472e2006-01-03 09:55:15 +01001041 return 0;
1042}
1043
Linus Torvalds1da177e2005-04-16 15:20:36 -07001044/*
1045 * OPEN_RECLAIM:
1046 * reclaim state on the server after a reboot.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001047 */
Trond Myklebust539cd032007-06-05 11:46:42 -04001048static int _nfs4_do_open_reclaim(struct nfs_open_context *ctx, struct nfs4_state *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001049{
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001050 struct nfs_delegation *delegation;
Trond Myklebust864472e2006-01-03 09:55:15 +01001051 struct nfs4_opendata *opendata;
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001052 fmode_t delegation_type = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001053 int status;
1054
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001055 opendata = nfs4_open_recoverdata_alloc(ctx, state);
1056 if (IS_ERR(opendata))
1057 return PTR_ERR(opendata);
Trond Myklebust864472e2006-01-03 09:55:15 +01001058 opendata->o_arg.claim = NFS4_OPEN_CLAIM_PREVIOUS;
1059 opendata->o_arg.fh = NFS_FH(state->inode);
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001060 rcu_read_lock();
1061 delegation = rcu_dereference(NFS_I(state->inode)->delegation);
Trond Myklebust15c831b2008-12-23 15:21:39 -05001062 if (delegation != NULL && test_bit(NFS_DELEGATION_NEED_RECLAIM, &delegation->flags) != 0)
Trond Myklebust65bbf6b2007-08-27 09:57:46 -04001063 delegation_type = delegation->type;
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001064 rcu_read_unlock();
Trond Myklebust864472e2006-01-03 09:55:15 +01001065 opendata->o_arg.u.delegation_type = delegation_type;
1066 status = nfs4_open_recover(opendata, state);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001067 nfs4_opendata_put(opendata);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001068 return status;
1069}
1070
Trond Myklebust539cd032007-06-05 11:46:42 -04001071static int nfs4_do_open_reclaim(struct nfs_open_context *ctx, struct nfs4_state *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001072{
1073 struct nfs_server *server = NFS_SERVER(state->inode);
1074 struct nfs4_exception exception = { };
1075 int err;
1076 do {
Trond Myklebust539cd032007-06-05 11:46:42 -04001077 err = _nfs4_do_open_reclaim(ctx, state);
Trond Myklebust202b50d2005-06-22 17:16:29 +00001078 if (err != -NFS4ERR_DELAY)
1079 break;
1080 nfs4_handle_exception(server, err, &exception);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001081 } while (exception.retry);
1082 return err;
1083}
1084
Trond Myklebust864472e2006-01-03 09:55:15 +01001085static int nfs4_open_reclaim(struct nfs4_state_owner *sp, struct nfs4_state *state)
1086{
1087 struct nfs_open_context *ctx;
1088 int ret;
1089
1090 ctx = nfs4_state_find_open_context(state);
1091 if (IS_ERR(ctx))
1092 return PTR_ERR(ctx);
Trond Myklebust539cd032007-06-05 11:46:42 -04001093 ret = nfs4_do_open_reclaim(ctx, state);
Trond Myklebust864472e2006-01-03 09:55:15 +01001094 put_nfs_open_context(ctx);
1095 return ret;
1096}
1097
Trond Myklebust13437e12007-07-06 15:10:43 -04001098static 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 -07001099{
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001100 struct nfs4_opendata *opendata;
Trond Myklebust864472e2006-01-03 09:55:15 +01001101 int ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001102
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001103 opendata = nfs4_open_recoverdata_alloc(ctx, state);
1104 if (IS_ERR(opendata))
1105 return PTR_ERR(opendata);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001106 opendata->o_arg.claim = NFS4_OPEN_CLAIM_DELEGATE_CUR;
Trond Myklebust13437e12007-07-06 15:10:43 -04001107 memcpy(opendata->o_arg.u.delegation.data, stateid->data,
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001108 sizeof(opendata->o_arg.u.delegation.data));
Trond Myklebust864472e2006-01-03 09:55:15 +01001109 ret = nfs4_open_recover(opendata, state);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001110 nfs4_opendata_put(opendata);
Trond Myklebust864472e2006-01-03 09:55:15 +01001111 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001112}
1113
Trond Myklebust13437e12007-07-06 15:10:43 -04001114int nfs4_open_delegation_recall(struct nfs_open_context *ctx, struct nfs4_state *state, const nfs4_stateid *stateid)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001115{
1116 struct nfs4_exception exception = { };
Trond Myklebust539cd032007-06-05 11:46:42 -04001117 struct nfs_server *server = NFS_SERVER(state->inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001118 int err;
1119 do {
Trond Myklebust13437e12007-07-06 15:10:43 -04001120 err = _nfs4_open_delegation_recall(ctx, state, stateid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001121 switch (err) {
1122 case 0:
1123 return err;
1124 case -NFS4ERR_STALE_CLIENTID:
1125 case -NFS4ERR_STALE_STATEID:
1126 case -NFS4ERR_EXPIRED:
1127 /* Don't recall a delegation if it was lost */
David Howells7539bba2006-08-22 20:06:09 -04001128 nfs4_schedule_state_recovery(server->nfs_client);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001129 return err;
1130 }
1131 err = nfs4_handle_exception(server, err, &exception);
1132 } while (exception.retry);
1133 return err;
1134}
1135
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001136static void nfs4_open_confirm_done(struct rpc_task *task, void *calldata)
1137{
1138 struct nfs4_opendata *data = calldata;
1139
1140 data->rpc_status = task->tk_status;
1141 if (RPC_ASSASSINATED(task))
1142 return;
Trond Myklebust26e976a2006-01-03 09:55:21 +01001143 if (data->rpc_status == 0) {
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001144 memcpy(data->o_res.stateid.data, data->c_res.stateid.data,
1145 sizeof(data->o_res.stateid.data));
Trond Myklebustbb226292008-01-02 15:19:18 -05001146 nfs_confirm_seqid(&data->owner->so_seqid, 0);
Trond Myklebust26e976a2006-01-03 09:55:21 +01001147 renew_lease(data->o_res.server, data->timestamp);
Trond Myklebust3e309912007-07-07 13:19:59 -04001148 data->rpc_done = 1;
Trond Myklebust26e976a2006-01-03 09:55:21 +01001149 }
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001150}
1151
1152static void nfs4_open_confirm_release(void *calldata)
1153{
1154 struct nfs4_opendata *data = calldata;
1155 struct nfs4_state *state = NULL;
1156
1157 /* If this request hasn't been cancelled, do nothing */
1158 if (data->cancelled == 0)
1159 goto out_free;
1160 /* In case of error, no cleanup! */
Trond Myklebust3e309912007-07-07 13:19:59 -04001161 if (!data->rpc_done)
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001162 goto out_free;
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001163 state = nfs4_opendata_to_nfs4_state(data);
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001164 if (!IS_ERR(state))
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001165 nfs4_close_state(&data->path, state, data->o_arg.fmode);
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001166out_free:
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001167 nfs4_opendata_put(data);
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001168}
1169
1170static const struct rpc_call_ops nfs4_open_confirm_ops = {
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001171 .rpc_call_done = nfs4_open_confirm_done,
1172 .rpc_release = nfs4_open_confirm_release,
1173};
1174
1175/*
1176 * Note: On error, nfs4_proc_open_confirm will free the struct nfs4_opendata
1177 */
1178static int _nfs4_proc_open_confirm(struct nfs4_opendata *data)
1179{
1180 struct nfs_server *server = NFS_SERVER(data->dir->d_inode);
1181 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001182 struct rpc_message msg = {
1183 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN_CONFIRM],
1184 .rpc_argp = &data->c_arg,
1185 .rpc_resp = &data->c_res,
1186 .rpc_cred = data->owner->so_cred,
1187 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04001188 struct rpc_task_setup task_setup_data = {
1189 .rpc_client = server->client,
Trond Myklebust5138fde2007-07-14 15:40:01 -04001190 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04001191 .callback_ops = &nfs4_open_confirm_ops,
1192 .callback_data = data,
Trond Myklebust101070c2008-02-19 20:04:23 -05001193 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04001194 .flags = RPC_TASK_ASYNC,
1195 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07001196 int status;
1197
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001198 kref_get(&data->kref);
Trond Myklebust3e309912007-07-07 13:19:59 -04001199 data->rpc_done = 0;
1200 data->rpc_status = 0;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001201 data->timestamp = jiffies;
Trond Myklebustc970aa82007-07-14 15:39:59 -04001202 task = rpc_run_task(&task_setup_data);
Trond Myklebust7a1218a2006-03-20 18:11:10 -05001203 if (IS_ERR(task))
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001204 return PTR_ERR(task);
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001205 status = nfs4_wait_for_completion_rpc_task(task);
1206 if (status != 0) {
1207 data->cancelled = 1;
1208 smp_wmb();
1209 } else
1210 status = data->rpc_status;
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -05001211 rpc_put_task(task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001212 return status;
1213}
1214
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001215static void nfs4_open_prepare(struct rpc_task *task, void *calldata)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001216{
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001217 struct nfs4_opendata *data = calldata;
1218 struct nfs4_state_owner *sp = data->owner;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001219
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001220 if (nfs_wait_on_sequence(data->o_arg.seqid, task) != 0)
1221 return;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001222 /*
1223 * Check if we still need to send an OPEN call, or if we can use
1224 * a delegation instead.
1225 */
1226 if (data->state != NULL) {
1227 struct nfs_delegation *delegation;
1228
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001229 if (can_open_cached(data->state, data->o_arg.fmode, data->o_arg.open_flags))
Trond Myklebust6ee41262007-07-08 14:11:36 -04001230 goto out_no_action;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001231 rcu_read_lock();
1232 delegation = rcu_dereference(NFS_I(data->state->inode)->delegation);
1233 if (delegation != NULL &&
Trond Myklebust15c831b2008-12-23 15:21:39 -05001234 test_bit(NFS_DELEGATION_NEED_RECLAIM, &delegation->flags) == 0) {
Trond Myklebustaac00a82007-07-05 19:02:21 -04001235 rcu_read_unlock();
Trond Myklebust6ee41262007-07-08 14:11:36 -04001236 goto out_no_action;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001237 }
1238 rcu_read_unlock();
1239 }
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001240 /* Update sequence id. */
Trond Myklebust9f958ab2007-07-02 13:58:33 -04001241 data->o_arg.id = sp->so_owner_id.id;
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001242 data->o_arg.clientid = sp->so_client->cl_clientid;
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001243 if (data->o_arg.claim == NFS4_OPEN_CLAIM_PREVIOUS) {
Trond Myklebust5138fde2007-07-14 15:40:01 -04001244 task->tk_msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN_NOATTR];
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001245 nfs_copy_fh(&data->o_res.fh, data->o_arg.fh);
1246 }
Trond Myklebust26e976a2006-01-03 09:55:21 +01001247 data->timestamp = jiffies;
Andy Adamsond8985282009-04-01 09:22:21 -04001248 if (nfs4_setup_sequence(data->o_arg.server->nfs_client,
1249 &data->o_arg.seq_args,
1250 &data->o_res.seq_res, 1, task))
1251 return;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001252 rpc_call_start(task);
Trond Myklebust6ee41262007-07-08 14:11:36 -04001253 return;
1254out_no_action:
1255 task->tk_action = NULL;
1256
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001257}
Linus Torvalds1da177e2005-04-16 15:20:36 -07001258
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001259static void nfs4_open_done(struct rpc_task *task, void *calldata)
1260{
1261 struct nfs4_opendata *data = calldata;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001262
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001263 data->rpc_status = task->tk_status;
Andy Adamsond8985282009-04-01 09:22:21 -04001264
1265 nfs4_sequence_done_free_slot(data->o_arg.server, &data->o_res.seq_res,
1266 task->tk_status);
1267
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001268 if (RPC_ASSASSINATED(task))
1269 return;
1270 if (task->tk_status == 0) {
1271 switch (data->o_res.f_attr->mode & S_IFMT) {
Trond Myklebust6f926b52005-10-18 14:20:18 -07001272 case S_IFREG:
1273 break;
1274 case S_IFLNK:
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001275 data->rpc_status = -ELOOP;
Trond Myklebust6f926b52005-10-18 14:20:18 -07001276 break;
1277 case S_IFDIR:
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001278 data->rpc_status = -EISDIR;
Trond Myklebust6f926b52005-10-18 14:20:18 -07001279 break;
1280 default:
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001281 data->rpc_status = -ENOTDIR;
Trond Myklebust6f926b52005-10-18 14:20:18 -07001282 }
Trond Myklebust26e976a2006-01-03 09:55:21 +01001283 renew_lease(data->o_res.server, data->timestamp);
Trond Myklebust0f9f95e2007-07-08 16:19:56 -04001284 if (!(data->o_res.rflags & NFS4_OPEN_RESULT_CONFIRM))
1285 nfs_confirm_seqid(&data->owner->so_seqid, 0);
Trond Myklebust6f926b52005-10-18 14:20:18 -07001286 }
Trond Myklebust3e309912007-07-07 13:19:59 -04001287 data->rpc_done = 1;
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001288}
Trond Myklebust6f926b52005-10-18 14:20:18 -07001289
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001290static void nfs4_open_release(void *calldata)
1291{
1292 struct nfs4_opendata *data = calldata;
1293 struct nfs4_state *state = NULL;
1294
1295 /* If this request hasn't been cancelled, do nothing */
1296 if (data->cancelled == 0)
1297 goto out_free;
1298 /* In case of error, no cleanup! */
Trond Myklebust3e309912007-07-07 13:19:59 -04001299 if (data->rpc_status != 0 || !data->rpc_done)
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001300 goto out_free;
1301 /* In case we need an open_confirm, no cleanup! */
1302 if (data->o_res.rflags & NFS4_OPEN_RESULT_CONFIRM)
1303 goto out_free;
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001304 state = nfs4_opendata_to_nfs4_state(data);
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001305 if (!IS_ERR(state))
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001306 nfs4_close_state(&data->path, state, data->o_arg.fmode);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001307out_free:
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001308 nfs4_opendata_put(data);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001309}
1310
1311static const struct rpc_call_ops nfs4_open_ops = {
1312 .rpc_call_prepare = nfs4_open_prepare,
1313 .rpc_call_done = nfs4_open_done,
1314 .rpc_release = nfs4_open_release,
1315};
1316
1317/*
1318 * Note: On error, nfs4_proc_open will free the struct nfs4_opendata
1319 */
1320static int _nfs4_proc_open(struct nfs4_opendata *data)
1321{
1322 struct inode *dir = data->dir->d_inode;
1323 struct nfs_server *server = NFS_SERVER(dir);
1324 struct nfs_openargs *o_arg = &data->o_arg;
1325 struct nfs_openres *o_res = &data->o_res;
1326 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001327 struct rpc_message msg = {
1328 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN],
1329 .rpc_argp = o_arg,
1330 .rpc_resp = o_res,
1331 .rpc_cred = data->owner->so_cred,
1332 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04001333 struct rpc_task_setup task_setup_data = {
1334 .rpc_client = server->client,
Trond Myklebust5138fde2007-07-14 15:40:01 -04001335 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04001336 .callback_ops = &nfs4_open_ops,
1337 .callback_data = data,
Trond Myklebust101070c2008-02-19 20:04:23 -05001338 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04001339 .flags = RPC_TASK_ASYNC,
1340 };
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001341 int status;
1342
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001343 kref_get(&data->kref);
Trond Myklebust3e309912007-07-07 13:19:59 -04001344 data->rpc_done = 0;
1345 data->rpc_status = 0;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001346 data->cancelled = 0;
Trond Myklebustc970aa82007-07-14 15:39:59 -04001347 task = rpc_run_task(&task_setup_data);
Trond Myklebust7a1218a2006-03-20 18:11:10 -05001348 if (IS_ERR(task))
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001349 return PTR_ERR(task);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001350 status = nfs4_wait_for_completion_rpc_task(task);
1351 if (status != 0) {
1352 data->cancelled = 1;
1353 smp_wmb();
1354 } else
1355 status = data->rpc_status;
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -05001356 rpc_put_task(task);
Trond Myklebust3e309912007-07-07 13:19:59 -04001357 if (status != 0 || !data->rpc_done)
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001358 return status;
1359
Trond Myklebust99367812007-07-17 21:52:41 -04001360 if (o_res->fh.size == 0)
1361 _nfs4_proc_lookup(dir, o_arg->name, &o_res->fh, o_res->f_attr);
1362
Trond Myklebust56ae19f2005-10-27 22:12:40 -04001363 if (o_arg->open_flags & O_CREAT) {
1364 update_changeattr(dir, &o_res->cinfo);
1365 nfs_post_op_update_inode(dir, o_res->dir_attr);
1366 } else
1367 nfs_refresh_inode(dir, o_res->dir_attr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001368 if(o_res->rflags & NFS4_OPEN_RESULT_CONFIRM) {
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001369 status = _nfs4_proc_open_confirm(data);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001370 if (status != 0)
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001371 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001372 }
1373 if (!(o_res->f_attr->valid & NFS_ATTR_FATTR))
Trond Myklebust99367812007-07-17 21:52:41 -04001374 _nfs4_proc_getattr(server, &o_res->fh, o_res->f_attr);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001375 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001376}
1377
Trond Myklebust10afec92007-05-14 17:16:04 -04001378static int nfs4_recover_expired_lease(struct nfs_server *server)
Trond Myklebust58d97142006-01-03 09:55:24 +01001379{
David Howells7539bba2006-08-22 20:06:09 -04001380 struct nfs_client *clp = server->nfs_client;
Trond Myklebust6b309542006-09-14 14:03:14 -04001381 int ret;
Trond Myklebust58d97142006-01-03 09:55:24 +01001382
Trond Myklebust6b309542006-09-14 14:03:14 -04001383 for (;;) {
Trond Myklebust65de8722008-12-23 15:21:44 -05001384 ret = nfs4_wait_clnt_recover(clp);
Trond Myklebust6b309542006-09-14 14:03:14 -04001385 if (ret != 0)
1386 return ret;
Trond Myklebuste598d842008-12-23 15:21:42 -05001387 if (!test_bit(NFS4CLNT_LEASE_EXPIRED, &clp->cl_state) &&
1388 !test_bit(NFS4CLNT_CHECK_LEASE,&clp->cl_state))
Trond Myklebust6b309542006-09-14 14:03:14 -04001389 break;
Trond Myklebust58d97142006-01-03 09:55:24 +01001390 nfs4_schedule_state_recovery(clp);
Trond Myklebust6b309542006-09-14 14:03:14 -04001391 }
1392 return 0;
Trond Myklebust58d97142006-01-03 09:55:24 +01001393}
1394
Linus Torvalds1da177e2005-04-16 15:20:36 -07001395/*
1396 * OPEN_EXPIRED:
1397 * reclaim state on the server after a network partition.
1398 * Assumes caller holds the appropriate lock
1399 */
Trond Myklebust539cd032007-06-05 11:46:42 -04001400static int _nfs4_open_expired(struct nfs_open_context *ctx, struct nfs4_state *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001401{
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001402 struct nfs4_opendata *opendata;
Trond Myklebust864472e2006-01-03 09:55:15 +01001403 int ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001404
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001405 opendata = nfs4_open_recoverdata_alloc(ctx, state);
1406 if (IS_ERR(opendata))
1407 return PTR_ERR(opendata);
Trond Myklebust864472e2006-01-03 09:55:15 +01001408 ret = nfs4_open_recover(opendata, state);
Trond Myklebust35d05772008-04-05 15:54:17 -04001409 if (ret == -ESTALE)
Trond Myklebust539cd032007-06-05 11:46:42 -04001410 d_drop(ctx->path.dentry);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001411 nfs4_opendata_put(opendata);
Trond Myklebust864472e2006-01-03 09:55:15 +01001412 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001413}
1414
Trond Myklebust539cd032007-06-05 11:46:42 -04001415static inline int nfs4_do_open_expired(struct nfs_open_context *ctx, struct nfs4_state *state)
Trond Myklebust202b50d2005-06-22 17:16:29 +00001416{
Trond Myklebust539cd032007-06-05 11:46:42 -04001417 struct nfs_server *server = NFS_SERVER(state->inode);
Trond Myklebust202b50d2005-06-22 17:16:29 +00001418 struct nfs4_exception exception = { };
1419 int err;
1420
1421 do {
Trond Myklebust539cd032007-06-05 11:46:42 -04001422 err = _nfs4_open_expired(ctx, state);
Trond Myklebust027b6ca2008-12-23 16:04:13 -05001423 if (err != -NFS4ERR_DELAY)
1424 break;
1425 nfs4_handle_exception(server, err, &exception);
Trond Myklebust202b50d2005-06-22 17:16:29 +00001426 } while (exception.retry);
1427 return err;
1428}
1429
Linus Torvalds1da177e2005-04-16 15:20:36 -07001430static int nfs4_open_expired(struct nfs4_state_owner *sp, struct nfs4_state *state)
1431{
Linus Torvalds1da177e2005-04-16 15:20:36 -07001432 struct nfs_open_context *ctx;
Trond Myklebust864472e2006-01-03 09:55:15 +01001433 int ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001434
Trond Myklebust864472e2006-01-03 09:55:15 +01001435 ctx = nfs4_state_find_open_context(state);
1436 if (IS_ERR(ctx))
1437 return PTR_ERR(ctx);
Trond Myklebust539cd032007-06-05 11:46:42 -04001438 ret = nfs4_do_open_expired(ctx, state);
Trond Myklebust864472e2006-01-03 09:55:15 +01001439 put_nfs_open_context(ctx);
1440 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001441}
1442
1443/*
Jeff Laytonaa53ed52007-06-05 14:49:03 -04001444 * on an EXCLUSIVE create, the server should send back a bitmask with FATTR4-*
1445 * fields corresponding to attributes that were used to store the verifier.
1446 * Make sure we clobber those fields in the later setattr call
1447 */
1448static inline void nfs4_exclusive_attrset(struct nfs4_opendata *opendata, struct iattr *sattr)
1449{
1450 if ((opendata->o_res.attrset[1] & FATTR4_WORD1_TIME_ACCESS) &&
1451 !(sattr->ia_valid & ATTR_ATIME_SET))
1452 sattr->ia_valid |= ATTR_ATIME;
1453
1454 if ((opendata->o_res.attrset[1] & FATTR4_WORD1_TIME_MODIFY) &&
1455 !(sattr->ia_valid & ATTR_MTIME_SET))
1456 sattr->ia_valid |= ATTR_MTIME;
1457}
1458
1459/*
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001460 * Returns a referenced nfs4_state
Linus Torvalds1da177e2005-04-16 15:20:36 -07001461 */
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001462static 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 -07001463{
1464 struct nfs4_state_owner *sp;
1465 struct nfs4_state *state = NULL;
1466 struct nfs_server *server = NFS_SERVER(dir);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001467 struct nfs4_opendata *opendata;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001468 int status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001469
1470 /* Protect against reboot recovery conflicts */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001471 status = -ENOMEM;
1472 if (!(sp = nfs4_get_state_owner(server, cred))) {
1473 dprintk("nfs4_do_open: nfs4_get_state_owner failed!\n");
1474 goto out_err;
1475 }
Trond Myklebust58d97142006-01-03 09:55:24 +01001476 status = nfs4_recover_expired_lease(server);
1477 if (status != 0)
Trond Myklebustb4454fe2006-01-03 09:55:25 +01001478 goto err_put_state_owner;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001479 if (path->dentry->d_inode != NULL)
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001480 nfs4_return_incompatible_delegation(path->dentry->d_inode, fmode);
Trond Myklebust58d97142006-01-03 09:55:24 +01001481 status = -ENOMEM;
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001482 opendata = nfs4_opendata_alloc(path, sp, fmode, flags, sattr);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001483 if (opendata == NULL)
Trond Myklebust95d35cb2008-12-23 15:21:45 -05001484 goto err_put_state_owner;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001485
Trond Myklebustaac00a82007-07-05 19:02:21 -04001486 if (path->dentry->d_inode != NULL)
1487 opendata->state = nfs4_get_open_state(path->dentry->d_inode, sp);
1488
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001489 status = _nfs4_proc_open(opendata);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001490 if (status != 0)
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001491 goto err_opendata_put;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001492
Jeff Laytonaa53ed52007-06-05 14:49:03 -04001493 if (opendata->o_arg.open_flags & O_EXCL)
1494 nfs4_exclusive_attrset(opendata, sattr);
1495
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001496 state = nfs4_opendata_to_nfs4_state(opendata);
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001497 status = PTR_ERR(state);
1498 if (IS_ERR(state))
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001499 goto err_opendata_put;
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001500 nfs4_opendata_put(opendata);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001501 nfs4_put_state_owner(sp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001502 *res = state;
1503 return 0;
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001504err_opendata_put:
1505 nfs4_opendata_put(opendata);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001506err_put_state_owner:
1507 nfs4_put_state_owner(sp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001508out_err:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001509 *res = NULL;
1510 return status;
1511}
1512
1513
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001514static 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 -07001515{
1516 struct nfs4_exception exception = { };
1517 struct nfs4_state *res;
1518 int status;
1519
1520 do {
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001521 status = _nfs4_do_open(dir, path, fmode, flags, sattr, cred, &res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001522 if (status == 0)
1523 break;
1524 /* NOTE: BAD_SEQID means the server and client disagree about the
1525 * book-keeping w.r.t. state-changing operations
1526 * (OPEN/CLOSE/LOCK/LOCKU...)
1527 * It is actually a sign of a bug on the client or on the server.
1528 *
1529 * If we receive a BAD_SEQID error in the particular case of
Trond Myklebustcee54fc2005-10-18 14:20:12 -07001530 * doing an OPEN, we assume that nfs_increment_open_seqid() will
Linus Torvalds1da177e2005-04-16 15:20:36 -07001531 * have unhashed the old state_owner for us, and that we can
1532 * therefore safely retry using a new one. We should still warn
1533 * the user though...
1534 */
1535 if (status == -NFS4ERR_BAD_SEQID) {
Trond Myklebust6f43ddc2007-07-08 16:49:11 -04001536 printk(KERN_WARNING "NFS: v4 server %s "
1537 " returned a bad sequence-id error!\n",
1538 NFS_SERVER(dir)->nfs_client->cl_hostname);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001539 exception.retry = 1;
1540 continue;
1541 }
Trond Myklebust550f5742005-10-18 14:20:21 -07001542 /*
1543 * BAD_STATEID on OPEN means that the server cancelled our
1544 * state before it received the OPEN_CONFIRM.
1545 * Recover by retrying the request as per the discussion
1546 * on Page 181 of RFC3530.
1547 */
1548 if (status == -NFS4ERR_BAD_STATEID) {
1549 exception.retry = 1;
1550 continue;
1551 }
Trond Myklebustaac00a82007-07-05 19:02:21 -04001552 if (status == -EAGAIN) {
1553 /* We must have found a delegation */
1554 exception.retry = 1;
1555 continue;
1556 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001557 res = ERR_PTR(nfs4_handle_exception(NFS_SERVER(dir),
1558 status, &exception));
1559 } while (exception.retry);
1560 return res;
1561}
1562
Trond Myklebust659bfcd2008-06-10 19:39:41 -04001563static int _nfs4_do_setattr(struct inode *inode, struct rpc_cred *cred,
1564 struct nfs_fattr *fattr, struct iattr *sattr,
1565 struct nfs4_state *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001566{
Trond Myklebust3e4f6292006-03-20 13:44:46 -05001567 struct nfs_server *server = NFS_SERVER(inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001568 struct nfs_setattrargs arg = {
Trond Myklebust3e4f6292006-03-20 13:44:46 -05001569 .fh = NFS_FH(inode),
Linus Torvalds1da177e2005-04-16 15:20:36 -07001570 .iap = sattr,
1571 .server = server,
1572 .bitmask = server->attr_bitmask,
1573 };
1574 struct nfs_setattrres res = {
1575 .fattr = fattr,
1576 .server = server,
1577 };
1578 struct rpc_message msg = {
Trond Myklebust659bfcd2008-06-10 19:39:41 -04001579 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETATTR],
1580 .rpc_argp = &arg,
1581 .rpc_resp = &res,
1582 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001583 };
Trond Myklebust26e976a2006-01-03 09:55:21 +01001584 unsigned long timestamp = jiffies;
Trond Myklebust65e43082005-08-16 11:49:44 -04001585 int status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001586
Trond Myklebust0e574af2005-10-27 22:12:38 -04001587 nfs_fattr_init(fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001588
Trond Myklebust3e4f6292006-03-20 13:44:46 -05001589 if (nfs4_copy_delegation_stateid(&arg.stateid, inode)) {
1590 /* Use that stateid */
1591 } else if (state != NULL) {
Trond Myklebust08e9eac2005-06-22 17:16:29 +00001592 nfs4_copy_stateid(&arg.stateid, state, current->files);
1593 } else
Linus Torvalds1da177e2005-04-16 15:20:36 -07001594 memcpy(&arg.stateid, &zero_stateid, sizeof(arg.stateid));
1595
Andy Adamsoncccef3b2009-04-01 09:22:03 -04001596 status = nfs4_call_sync(server, &msg, &arg, &res, 1);
Trond Myklebust26e976a2006-01-03 09:55:21 +01001597 if (status == 0 && state != NULL)
1598 renew_lease(server, timestamp);
Trond Myklebust65e43082005-08-16 11:49:44 -04001599 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001600}
1601
Trond Myklebust659bfcd2008-06-10 19:39:41 -04001602static int nfs4_do_setattr(struct inode *inode, struct rpc_cred *cred,
1603 struct nfs_fattr *fattr, struct iattr *sattr,
1604 struct nfs4_state *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001605{
Trond Myklebust3e4f6292006-03-20 13:44:46 -05001606 struct nfs_server *server = NFS_SERVER(inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001607 struct nfs4_exception exception = { };
1608 int err;
1609 do {
1610 err = nfs4_handle_exception(server,
Trond Myklebust659bfcd2008-06-10 19:39:41 -04001611 _nfs4_do_setattr(inode, cred, fattr, sattr, state),
Linus Torvalds1da177e2005-04-16 15:20:36 -07001612 &exception);
1613 } while (exception.retry);
1614 return err;
1615}
1616
1617struct nfs4_closedata {
Trond Myklebust4a35bd42007-06-05 10:31:33 -04001618 struct path path;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001619 struct inode *inode;
1620 struct nfs4_state *state;
1621 struct nfs_closeargs arg;
1622 struct nfs_closeres res;
Trond Myklebust516a6af2005-10-27 22:12:41 -04001623 struct nfs_fattr fattr;
Trond Myklebust26e976a2006-01-03 09:55:21 +01001624 unsigned long timestamp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001625};
1626
Trond Myklebust963d8fe2006-01-03 09:55:04 +01001627static void nfs4_free_closedata(void *data)
Trond Myklebust95121352005-10-18 14:20:12 -07001628{
Trond Myklebust963d8fe2006-01-03 09:55:04 +01001629 struct nfs4_closedata *calldata = data;
1630 struct nfs4_state_owner *sp = calldata->state->owner;
Trond Myklebust95121352005-10-18 14:20:12 -07001631
1632 nfs4_put_open_state(calldata->state);
1633 nfs_free_seqid(calldata->arg.seqid);
Trond Myklebust95121352005-10-18 14:20:12 -07001634 nfs4_put_state_owner(sp);
Jan Blunck31f31db12008-05-02 13:42:45 -07001635 path_put(&calldata->path);
Trond Myklebust95121352005-10-18 14:20:12 -07001636 kfree(calldata);
1637}
1638
Trond Myklebust963d8fe2006-01-03 09:55:04 +01001639static void nfs4_close_done(struct rpc_task *task, void *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001640{
Trond Myklebust963d8fe2006-01-03 09:55:04 +01001641 struct nfs4_closedata *calldata = data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001642 struct nfs4_state *state = calldata->state;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001643 struct nfs_server *server = NFS_SERVER(calldata->inode);
1644
Andy Adamson19ddab02009-04-01 09:22:20 -04001645 nfs4_sequence_done(server, &calldata->res.seq_res, task->tk_status);
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01001646 if (RPC_ASSASSINATED(task))
1647 return;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001648 /* hmm. we are done with the inode, and in the process of freeing
1649 * the state_owner. we keep this around to process errors
1650 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001651 switch (task->tk_status) {
1652 case 0:
Trond Myklebust45328c32007-07-26 17:47:34 -04001653 nfs_set_open_stateid(state, &calldata->res.stateid, 0);
Trond Myklebust26e976a2006-01-03 09:55:21 +01001654 renew_lease(server, calldata->timestamp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001655 break;
1656 case -NFS4ERR_STALE_STATEID:
Trond Myklebust9e33bed2008-12-23 15:21:46 -05001657 case -NFS4ERR_OLD_STATEID:
1658 case -NFS4ERR_BAD_STATEID:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001659 case -NFS4ERR_EXPIRED:
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001660 if (calldata->arg.fmode == 0)
Trond Myklebust9e33bed2008-12-23 15:21:46 -05001661 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001662 default:
Trond Myklebust9e33bed2008-12-23 15:21:46 -05001663 if (nfs4_async_handle_error(task, server, state) == -EAGAIN) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001664 rpc_restart_call(task);
1665 return;
1666 }
1667 }
Andy Adamson19ddab02009-04-01 09:22:20 -04001668 nfs4_sequence_free_slot(server->nfs_client, &calldata->res.seq_res);
Trond Myklebust516a6af2005-10-27 22:12:41 -04001669 nfs_refresh_inode(calldata->inode, calldata->res.fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001670}
1671
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01001672static void nfs4_close_prepare(struct rpc_task *task, void *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001673{
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01001674 struct nfs4_closedata *calldata = data;
Trond Myklebust95121352005-10-18 14:20:12 -07001675 struct nfs4_state *state = calldata->state;
Trond Myklebust003707c2007-07-05 18:07:55 -04001676 int clear_rd, clear_wr, clear_rdwr;
Trond Myklebust95121352005-10-18 14:20:12 -07001677
Trond Myklebust963d8fe2006-01-03 09:55:04 +01001678 if (nfs_wait_on_sequence(calldata->arg.seqid, task) != 0)
Trond Myklebust95121352005-10-18 14:20:12 -07001679 return;
Trond Myklebust003707c2007-07-05 18:07:55 -04001680
Trond Myklebust003707c2007-07-05 18:07:55 -04001681 clear_rd = clear_wr = clear_rdwr = 0;
Trond Myklebust4cecb762005-11-04 15:32:58 -05001682 spin_lock(&state->owner->so_lock);
Trond Myklebust003707c2007-07-05 18:07:55 -04001683 /* Calculate the change in open mode */
Trond Myklebuste7616922006-01-03 09:55:13 +01001684 if (state->n_rdwr == 0) {
Trond Myklebust003707c2007-07-05 18:07:55 -04001685 if (state->n_rdonly == 0) {
Trond Myklebust003707c2007-07-05 18:07:55 -04001686 clear_rd |= test_and_clear_bit(NFS_O_RDONLY_STATE, &state->flags);
1687 clear_rdwr |= test_and_clear_bit(NFS_O_RDWR_STATE, &state->flags);
1688 }
1689 if (state->n_wronly == 0) {
Trond Myklebust003707c2007-07-05 18:07:55 -04001690 clear_wr |= test_and_clear_bit(NFS_O_WRONLY_STATE, &state->flags);
1691 clear_rdwr |= test_and_clear_bit(NFS_O_RDWR_STATE, &state->flags);
1692 }
Trond Myklebuste7616922006-01-03 09:55:13 +01001693 }
Trond Myklebust4cecb762005-11-04 15:32:58 -05001694 spin_unlock(&state->owner->so_lock);
Trond Myklebust003707c2007-07-05 18:07:55 -04001695 if (!clear_rd && !clear_wr && !clear_rdwr) {
Trond Myklebust963d8fe2006-01-03 09:55:04 +01001696 /* Note: exit _without_ calling nfs4_close_done */
1697 task->tk_action = NULL;
Trond Myklebust95121352005-10-18 14:20:12 -07001698 return;
1699 }
Trond Myklebust516a6af2005-10-27 22:12:41 -04001700 nfs_fattr_init(calldata->res.fattr);
Trond Myklebust45328c32007-07-26 17:47:34 -04001701 if (test_bit(NFS_O_RDONLY_STATE, &state->flags) != 0) {
Trond Myklebust5138fde2007-07-14 15:40:01 -04001702 task->tk_msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN_DOWNGRADE];
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001703 calldata->arg.fmode = FMODE_READ;
Trond Myklebust45328c32007-07-26 17:47:34 -04001704 } else if (test_bit(NFS_O_WRONLY_STATE, &state->flags) != 0) {
Trond Myklebust5138fde2007-07-14 15:40:01 -04001705 task->tk_msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN_DOWNGRADE];
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001706 calldata->arg.fmode = FMODE_WRITE;
Trond Myklebust45328c32007-07-26 17:47:34 -04001707 }
Trond Myklebust26e976a2006-01-03 09:55:21 +01001708 calldata->timestamp = jiffies;
Andy Adamson19ddab02009-04-01 09:22:20 -04001709 if (nfs4_setup_sequence((NFS_SERVER(calldata->inode))->nfs_client,
1710 &calldata->arg.seq_args, &calldata->res.seq_res,
1711 1, task))
1712 return;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001713 rpc_call_start(task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001714}
1715
Trond Myklebust963d8fe2006-01-03 09:55:04 +01001716static const struct rpc_call_ops nfs4_close_ops = {
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01001717 .rpc_call_prepare = nfs4_close_prepare,
Trond Myklebust963d8fe2006-01-03 09:55:04 +01001718 .rpc_call_done = nfs4_close_done,
1719 .rpc_release = nfs4_free_closedata,
1720};
1721
Linus Torvalds1da177e2005-04-16 15:20:36 -07001722/*
1723 * It is possible for data to be read/written from a mem-mapped file
1724 * after the sys_close call (which hits the vfs layer as a flush).
1725 * This means that we can't safely call nfsv4 close on a file until
1726 * the inode is cleared. This in turn means that we are not good
1727 * NFSv4 citizens - we do not indicate to the server to update the file's
1728 * share state even when we are done with one of the three share
1729 * stateid's in the inode.
1730 *
1731 * NOTE: Caller must be holding the sp->so_owner semaphore!
1732 */
Trond Myklebusta49c3c72007-10-18 18:03:27 -04001733int nfs4_do_close(struct path *path, struct nfs4_state *state, int wait)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001734{
Trond Myklebust4a35bd42007-06-05 10:31:33 -04001735 struct nfs_server *server = NFS_SERVER(state->inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001736 struct nfs4_closedata *calldata;
Trond Myklebustb39e6252007-06-11 23:05:07 -04001737 struct nfs4_state_owner *sp = state->owner;
1738 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001739 struct rpc_message msg = {
1740 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_CLOSE],
1741 .rpc_cred = state->owner->so_cred,
1742 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04001743 struct rpc_task_setup task_setup_data = {
1744 .rpc_client = server->client,
Trond Myklebust5138fde2007-07-14 15:40:01 -04001745 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04001746 .callback_ops = &nfs4_close_ops,
Trond Myklebust101070c2008-02-19 20:04:23 -05001747 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04001748 .flags = RPC_TASK_ASYNC,
1749 };
Trond Myklebust95121352005-10-18 14:20:12 -07001750 int status = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001751
Andy Adamson19ddab02009-04-01 09:22:20 -04001752 calldata = kzalloc(sizeof(*calldata), GFP_KERNEL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001753 if (calldata == NULL)
Trond Myklebust95121352005-10-18 14:20:12 -07001754 goto out;
Trond Myklebust4a35bd42007-06-05 10:31:33 -04001755 calldata->inode = state->inode;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001756 calldata->state = state;
Trond Myklebust4a35bd42007-06-05 10:31:33 -04001757 calldata->arg.fh = NFS_FH(state->inode);
Trond Myklebust003707c2007-07-05 18:07:55 -04001758 calldata->arg.stateid = &state->open_stateid;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001759 /* Serialization for the sequence id */
Trond Myklebustcee54fc2005-10-18 14:20:12 -07001760 calldata->arg.seqid = nfs_alloc_seqid(&state->owner->so_seqid);
Trond Myklebust95121352005-10-18 14:20:12 -07001761 if (calldata->arg.seqid == NULL)
1762 goto out_free_calldata;
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001763 calldata->arg.fmode = 0;
Trond Myklebusta65318b2009-03-11 14:10:28 -04001764 calldata->arg.bitmask = server->cache_consistency_bitmask;
Trond Myklebust516a6af2005-10-27 22:12:41 -04001765 calldata->res.fattr = &calldata->fattr;
Trond Myklebustc1d51932008-04-07 13:20:54 -04001766 calldata->res.seqid = calldata->arg.seqid;
Trond Myklebust516a6af2005-10-27 22:12:41 -04001767 calldata->res.server = server;
Andy Adamson5f7dbd52009-04-01 09:22:05 -04001768 calldata->res.seq_res.sr_slotid = NFS4_MAX_SLOT_TABLE;
Trond Myklebust4a35bd42007-06-05 10:31:33 -04001769 calldata->path.mnt = mntget(path->mnt);
1770 calldata->path.dentry = dget(path->dentry);
Trond Myklebust95121352005-10-18 14:20:12 -07001771
Trond Myklebust5138fde2007-07-14 15:40:01 -04001772 msg.rpc_argp = &calldata->arg,
1773 msg.rpc_resp = &calldata->res,
Trond Myklebustc970aa82007-07-14 15:39:59 -04001774 task_setup_data.callback_data = calldata;
1775 task = rpc_run_task(&task_setup_data);
Trond Myklebustb39e6252007-06-11 23:05:07 -04001776 if (IS_ERR(task))
1777 return PTR_ERR(task);
Trond Myklebusta49c3c72007-10-18 18:03:27 -04001778 status = 0;
1779 if (wait)
1780 status = rpc_wait_for_completion_task(task);
Trond Myklebustb39e6252007-06-11 23:05:07 -04001781 rpc_put_task(task);
Trond Myklebusta49c3c72007-10-18 18:03:27 -04001782 return status;
Trond Myklebust95121352005-10-18 14:20:12 -07001783out_free_calldata:
1784 kfree(calldata);
1785out:
Trond Myklebustb39e6252007-06-11 23:05:07 -04001786 nfs4_put_open_state(state);
1787 nfs4_put_state_owner(sp);
Trond Myklebust95121352005-10-18 14:20:12 -07001788 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001789}
1790
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001791static 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 -07001792{
1793 struct file *filp;
Trond Myklebust1b45c462007-07-03 13:04:56 -04001794 int ret;
Trond Myklebust02a913a2005-10-18 14:20:17 -07001795
Trond Myklebust1b45c462007-07-03 13:04:56 -04001796 /* If the open_intent is for execute, we have an extra check to make */
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001797 if (fmode & FMODE_EXEC) {
Trond Myklebustaf22f942007-08-10 17:45:10 -04001798 ret = nfs_may_open(state->inode,
Trond Myklebust1b45c462007-07-03 13:04:56 -04001799 state->owner->so_cred,
1800 nd->intent.open.flags);
1801 if (ret < 0)
1802 goto out_close;
1803 }
Trond Myklebust4a35bd42007-06-05 10:31:33 -04001804 filp = lookup_instantiate_filp(nd, path->dentry, NULL);
Trond Myklebust02a913a2005-10-18 14:20:17 -07001805 if (!IS_ERR(filp)) {
1806 struct nfs_open_context *ctx;
Trond Myklebustcd3758e2007-08-10 17:44:32 -04001807 ctx = nfs_file_open_context(filp);
Trond Myklebust02a913a2005-10-18 14:20:17 -07001808 ctx->state = state;
Trond Myklebust95cf9592006-04-18 13:14:06 -04001809 return 0;
1810 }
Trond Myklebust1b45c462007-07-03 13:04:56 -04001811 ret = PTR_ERR(filp);
1812out_close:
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001813 nfs4_close_sync(path, state, fmode & (FMODE_READ|FMODE_WRITE));
Trond Myklebust1b45c462007-07-03 13:04:56 -04001814 return ret;
Trond Myklebust02a913a2005-10-18 14:20:17 -07001815}
1816
1817struct dentry *
Linus Torvalds1da177e2005-04-16 15:20:36 -07001818nfs4_atomic_open(struct inode *dir, struct dentry *dentry, struct nameidata *nd)
1819{
Trond Myklebustad389da2007-06-05 12:30:00 -04001820 struct path path = {
Jan Blunck4ac91372008-02-14 19:34:32 -08001821 .mnt = nd->path.mnt,
Trond Myklebustad389da2007-06-05 12:30:00 -04001822 .dentry = dentry,
1823 };
Jan Blunck4ac91372008-02-14 19:34:32 -08001824 struct dentry *parent;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001825 struct iattr attr;
1826 struct rpc_cred *cred;
1827 struct nfs4_state *state;
Trond Myklebust02a913a2005-10-18 14:20:17 -07001828 struct dentry *res;
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001829 fmode_t fmode = nd->intent.open.flags & (FMODE_READ | FMODE_WRITE | FMODE_EXEC);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001830
1831 if (nd->flags & LOOKUP_CREATE) {
1832 attr.ia_mode = nd->intent.open.create_mode;
1833 attr.ia_valid = ATTR_MODE;
1834 if (!IS_POSIXACL(dir))
Al Viroce3b0f82009-03-29 19:08:22 -04001835 attr.ia_mode &= ~current_umask();
Linus Torvalds1da177e2005-04-16 15:20:36 -07001836 } else {
1837 attr.ia_valid = 0;
1838 BUG_ON(nd->intent.open.flags & O_CREAT);
1839 }
1840
Trond Myklebust98a8e322008-03-12 12:25:28 -04001841 cred = rpc_lookup_cred();
Linus Torvalds1da177e2005-04-16 15:20:36 -07001842 if (IS_ERR(cred))
Trond Myklebust02a913a2005-10-18 14:20:17 -07001843 return (struct dentry *)cred;
Trond Myklebust565277f2007-10-15 18:17:53 -04001844 parent = dentry->d_parent;
1845 /* Protect against concurrent sillydeletes */
1846 nfs_block_sillyrename(parent);
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001847 state = nfs4_do_open(dir, &path, fmode, nd->intent.open.flags, &attr, cred);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001848 put_rpccred(cred);
Trond Myklebust02a913a2005-10-18 14:20:17 -07001849 if (IS_ERR(state)) {
Trond Myklebustd75340c2007-10-01 21:42:01 -04001850 if (PTR_ERR(state) == -ENOENT) {
Trond Myklebust02a913a2005-10-18 14:20:17 -07001851 d_add(dentry, NULL);
Trond Myklebustd75340c2007-10-01 21:42:01 -04001852 nfs_set_verifier(dentry, nfs_save_change_attribute(dir));
1853 }
Trond Myklebust565277f2007-10-15 18:17:53 -04001854 nfs_unblock_sillyrename(parent);
Trond Myklebust02a913a2005-10-18 14:20:17 -07001855 return (struct dentry *)state;
1856 }
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001857 res = d_add_unique(dentry, igrab(state->inode));
Trond Myklebust02a913a2005-10-18 14:20:17 -07001858 if (res != NULL)
Trond Myklebustdeee9362007-08-27 11:33:00 -04001859 path.dentry = res;
Trond Myklebustd75340c2007-10-01 21:42:01 -04001860 nfs_set_verifier(path.dentry, nfs_save_change_attribute(dir));
Trond Myklebust565277f2007-10-15 18:17:53 -04001861 nfs_unblock_sillyrename(parent);
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001862 nfs4_intent_set_file(nd, &path, state, fmode);
Trond Myklebust02a913a2005-10-18 14:20:17 -07001863 return res;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001864}
1865
1866int
Trond Myklebust02a913a2005-10-18 14:20:17 -07001867nfs4_open_revalidate(struct inode *dir, struct dentry *dentry, int openflags, struct nameidata *nd)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001868{
Trond Myklebustad389da2007-06-05 12:30:00 -04001869 struct path path = {
Jan Blunck4ac91372008-02-14 19:34:32 -08001870 .mnt = nd->path.mnt,
Trond Myklebustad389da2007-06-05 12:30:00 -04001871 .dentry = dentry,
1872 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07001873 struct rpc_cred *cred;
1874 struct nfs4_state *state;
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001875 fmode_t fmode = openflags & (FMODE_READ | FMODE_WRITE);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001876
Trond Myklebust98a8e322008-03-12 12:25:28 -04001877 cred = rpc_lookup_cred();
Linus Torvalds1da177e2005-04-16 15:20:36 -07001878 if (IS_ERR(cred))
1879 return PTR_ERR(cred);
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001880 state = nfs4_do_open(dir, &path, fmode, openflags, NULL, cred);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001881 put_rpccred(cred);
Trond Myklebust02a913a2005-10-18 14:20:17 -07001882 if (IS_ERR(state)) {
1883 switch (PTR_ERR(state)) {
1884 case -EPERM:
1885 case -EACCES:
1886 case -EDQUOT:
1887 case -ENOSPC:
1888 case -EROFS:
1889 lookup_instantiate_filp(nd, (struct dentry *)state, NULL);
1890 return 1;
Chuck Leverb87c0ad2006-10-19 23:28:42 -07001891 default:
1892 goto out_drop;
Trond Myklebust02a913a2005-10-18 14:20:17 -07001893 }
Trond Myklebust02a913a2005-10-18 14:20:17 -07001894 }
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001895 if (state->inode == dentry->d_inode) {
Trond Myklebustd75340c2007-10-01 21:42:01 -04001896 nfs_set_verifier(dentry, nfs_save_change_attribute(dir));
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001897 nfs4_intent_set_file(nd, &path, state, fmode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001898 return 1;
1899 }
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001900 nfs4_close_sync(&path, state, fmode);
Trond Myklebust02a913a2005-10-18 14:20:17 -07001901out_drop:
1902 d_drop(dentry);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001903 return 0;
1904}
1905
Trond Myklebust7fe5c392009-03-19 15:35:50 -04001906void nfs4_close_context(struct nfs_open_context *ctx, int is_sync)
1907{
1908 if (ctx->state == NULL)
1909 return;
1910 if (is_sync)
1911 nfs4_close_sync(&ctx->path, ctx->state, ctx->mode);
1912 else
1913 nfs4_close_state(&ctx->path, ctx->state, ctx->mode);
1914}
Linus Torvalds1da177e2005-04-16 15:20:36 -07001915
1916static int _nfs4_server_capabilities(struct nfs_server *server, struct nfs_fh *fhandle)
1917{
Benny Halevy43652ad2009-04-01 09:21:54 -04001918 struct nfs4_server_caps_arg args = {
1919 .fhandle = fhandle,
1920 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07001921 struct nfs4_server_caps_res res = {};
1922 struct rpc_message msg = {
1923 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SERVER_CAPS],
Benny Halevy43652ad2009-04-01 09:21:54 -04001924 .rpc_argp = &args,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001925 .rpc_resp = &res,
1926 };
1927 int status;
1928
Andy Adamsoncccef3b2009-04-01 09:22:03 -04001929 status = nfs4_call_sync(server, &msg, &args, &res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001930 if (status == 0) {
1931 memcpy(server->attr_bitmask, res.attr_bitmask, sizeof(server->attr_bitmask));
1932 if (res.attr_bitmask[0] & FATTR4_WORD0_ACL)
1933 server->caps |= NFS_CAP_ACLS;
1934 if (res.has_links != 0)
1935 server->caps |= NFS_CAP_HARDLINKS;
1936 if (res.has_symlinks != 0)
1937 server->caps |= NFS_CAP_SYMLINKS;
Trond Myklebusta65318b2009-03-11 14:10:28 -04001938 memcpy(server->cache_consistency_bitmask, res.attr_bitmask, sizeof(server->cache_consistency_bitmask));
1939 server->cache_consistency_bitmask[0] &= FATTR4_WORD0_CHANGE|FATTR4_WORD0_SIZE;
1940 server->cache_consistency_bitmask[1] &= FATTR4_WORD1_TIME_METADATA|FATTR4_WORD1_TIME_MODIFY;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001941 server->acl_bitmask = res.acl_bitmask;
1942 }
Andy Adamsoncccef3b2009-04-01 09:22:03 -04001943
Linus Torvalds1da177e2005-04-16 15:20:36 -07001944 return status;
1945}
1946
Trond Myklebust55a97592006-06-09 09:34:19 -04001947int nfs4_server_capabilities(struct nfs_server *server, struct nfs_fh *fhandle)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001948{
1949 struct nfs4_exception exception = { };
1950 int err;
1951 do {
1952 err = nfs4_handle_exception(server,
1953 _nfs4_server_capabilities(server, fhandle),
1954 &exception);
1955 } while (exception.retry);
1956 return err;
1957}
1958
1959static int _nfs4_lookup_root(struct nfs_server *server, struct nfs_fh *fhandle,
1960 struct nfs_fsinfo *info)
1961{
Linus Torvalds1da177e2005-04-16 15:20:36 -07001962 struct nfs4_lookup_root_arg args = {
1963 .bitmask = nfs4_fattr_bitmap,
1964 };
1965 struct nfs4_lookup_res res = {
1966 .server = server,
Trond Myklebust0e574af2005-10-27 22:12:38 -04001967 .fattr = info->fattr,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001968 .fh = fhandle,
1969 };
1970 struct rpc_message msg = {
1971 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOOKUP_ROOT],
1972 .rpc_argp = &args,
1973 .rpc_resp = &res,
1974 };
Trond Myklebust0e574af2005-10-27 22:12:38 -04001975 nfs_fattr_init(info->fattr);
Andy Adamsoncccef3b2009-04-01 09:22:03 -04001976 return nfs4_call_sync(server, &msg, &args, &res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001977}
1978
1979static int nfs4_lookup_root(struct nfs_server *server, struct nfs_fh *fhandle,
1980 struct nfs_fsinfo *info)
1981{
1982 struct nfs4_exception exception = { };
1983 int err;
1984 do {
1985 err = nfs4_handle_exception(server,
1986 _nfs4_lookup_root(server, fhandle, info),
1987 &exception);
1988 } while (exception.retry);
1989 return err;
1990}
1991
David Howells54ceac42006-08-22 20:06:13 -04001992/*
1993 * get the file handle for the "/" directory on the server
1994 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001995static int nfs4_proc_get_root(struct nfs_server *server, struct nfs_fh *fhandle,
David Howells54ceac42006-08-22 20:06:13 -04001996 struct nfs_fsinfo *info)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001997{
Linus Torvalds1da177e2005-04-16 15:20:36 -07001998 int status;
1999
Linus Torvalds1da177e2005-04-16 15:20:36 -07002000 status = nfs4_lookup_root(server, fhandle, info);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002001 if (status == 0)
2002 status = nfs4_server_capabilities(server, fhandle);
2003 if (status == 0)
2004 status = nfs4_do_fsinfo(server, fhandle, info);
Trond Myklebustc12e87f2006-03-13 21:20:47 -08002005 return nfs4_map_errors(status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002006}
2007
Manoj Naik6b97fd32006-06-09 09:34:29 -04002008/*
2009 * Get locations and (maybe) other attributes of a referral.
2010 * Note that we'll actually follow the referral later when
2011 * we detect fsid mismatch in inode revalidation
2012 */
Trond Myklebust56659e92007-07-17 21:52:39 -04002013static 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 -04002014{
2015 int status = -ENOMEM;
2016 struct page *page = NULL;
2017 struct nfs4_fs_locations *locations = NULL;
Manoj Naik6b97fd32006-06-09 09:34:29 -04002018
2019 page = alloc_page(GFP_KERNEL);
2020 if (page == NULL)
2021 goto out;
2022 locations = kmalloc(sizeof(struct nfs4_fs_locations), GFP_KERNEL);
2023 if (locations == NULL)
2024 goto out;
2025
Trond Myklebustc228fd32007-01-13 02:28:11 -05002026 status = nfs4_proc_fs_locations(dir, name, locations, page);
Manoj Naik6b97fd32006-06-09 09:34:29 -04002027 if (status != 0)
2028 goto out;
2029 /* Make sure server returned a different fsid for the referral */
2030 if (nfs_fsid_equal(&NFS_SERVER(dir)->fsid, &locations->fattr.fsid)) {
Harvey Harrison3110ff82008-05-02 13:42:44 -07002031 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 -04002032 status = -EIO;
2033 goto out;
2034 }
2035
2036 memcpy(fattr, &locations->fattr, sizeof(struct nfs_fattr));
2037 fattr->valid |= NFS_ATTR_FATTR_V4_REFERRAL;
2038 if (!fattr->mode)
2039 fattr->mode = S_IFDIR;
2040 memset(fhandle, 0, sizeof(struct nfs_fh));
2041out:
2042 if (page)
2043 __free_page(page);
2044 if (locations)
2045 kfree(locations);
2046 return status;
2047}
2048
Linus Torvalds1da177e2005-04-16 15:20:36 -07002049static int _nfs4_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fattr *fattr)
2050{
2051 struct nfs4_getattr_arg args = {
2052 .fh = fhandle,
2053 .bitmask = server->attr_bitmask,
2054 };
2055 struct nfs4_getattr_res res = {
2056 .fattr = fattr,
2057 .server = server,
2058 };
2059 struct rpc_message msg = {
2060 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GETATTR],
2061 .rpc_argp = &args,
2062 .rpc_resp = &res,
2063 };
2064
Trond Myklebust0e574af2005-10-27 22:12:38 -04002065 nfs_fattr_init(fattr);
Andy Adamsoncccef3b2009-04-01 09:22:03 -04002066 return nfs4_call_sync(server, &msg, &args, &res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002067}
2068
2069static int nfs4_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fattr *fattr)
2070{
2071 struct nfs4_exception exception = { };
2072 int err;
2073 do {
2074 err = nfs4_handle_exception(server,
2075 _nfs4_proc_getattr(server, fhandle, fattr),
2076 &exception);
2077 } while (exception.retry);
2078 return err;
2079}
2080
2081/*
2082 * The file is not closed if it is opened due to the a request to change
2083 * the size of the file. The open call will not be needed once the
2084 * VFS layer lookup-intents are implemented.
2085 *
2086 * Close is called when the inode is destroyed.
2087 * If we haven't opened the file for O_WRONLY, we
2088 * need to in the size_change case to obtain a stateid.
2089 *
2090 * Got race?
2091 * Because OPEN is always done by name in nfsv4, it is
2092 * possible that we opened a different file by the same
2093 * name. We can recognize this race condition, but we
2094 * can't do anything about it besides returning an error.
2095 *
2096 * This will be fixed with VFS changes (lookup-intent).
2097 */
2098static int
2099nfs4_proc_setattr(struct dentry *dentry, struct nfs_fattr *fattr,
2100 struct iattr *sattr)
2101{
Trond Myklebust08e9eac2005-06-22 17:16:29 +00002102 struct inode *inode = dentry->d_inode;
Trond Myklebust659bfcd2008-06-10 19:39:41 -04002103 struct rpc_cred *cred = NULL;
Trond Myklebustd5308382005-11-04 15:33:38 -05002104 struct nfs4_state *state = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002105 int status;
2106
Trond Myklebust0e574af2005-10-27 22:12:38 -04002107 nfs_fattr_init(fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002108
Trond Myklebustd5308382005-11-04 15:33:38 -05002109 /* Search for an existing open(O_WRITE) file */
Trond Myklebust659bfcd2008-06-10 19:39:41 -04002110 if (sattr->ia_valid & ATTR_FILE) {
2111 struct nfs_open_context *ctx;
Trond Myklebust08e9eac2005-06-22 17:16:29 +00002112
Trond Myklebust659bfcd2008-06-10 19:39:41 -04002113 ctx = nfs_file_open_context(sattr->ia_file);
Neil Brown504e5182008-10-16 14:15:16 +11002114 if (ctx) {
2115 cred = ctx->cred;
2116 state = ctx->state;
2117 }
Trond Myklebust659bfcd2008-06-10 19:39:41 -04002118 }
2119
2120 status = nfs4_do_setattr(inode, cred, fattr, sattr, state);
Trond Myklebust65e43082005-08-16 11:49:44 -04002121 if (status == 0)
2122 nfs_setattr_update_inode(inode, sattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002123 return status;
2124}
2125
Trond Myklebust56659e92007-07-17 21:52:39 -04002126static int _nfs4_proc_lookupfh(struct nfs_server *server, const struct nfs_fh *dirfh,
2127 const struct qstr *name, struct nfs_fh *fhandle,
David Howells2b3de442006-08-22 20:06:09 -04002128 struct nfs_fattr *fattr)
2129{
2130 int status;
2131 struct nfs4_lookup_arg args = {
2132 .bitmask = server->attr_bitmask,
2133 .dir_fh = dirfh,
2134 .name = name,
2135 };
2136 struct nfs4_lookup_res res = {
2137 .server = server,
2138 .fattr = fattr,
2139 .fh = fhandle,
2140 };
2141 struct rpc_message msg = {
2142 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOOKUP],
2143 .rpc_argp = &args,
2144 .rpc_resp = &res,
2145 };
2146
2147 nfs_fattr_init(fattr);
2148
2149 dprintk("NFS call lookupfh %s\n", name->name);
Andy Adamsoncccef3b2009-04-01 09:22:03 -04002150 status = nfs4_call_sync(server, &msg, &args, &res, 0);
David Howells2b3de442006-08-22 20:06:09 -04002151 dprintk("NFS reply lookupfh: %d\n", status);
David Howells2b3de442006-08-22 20:06:09 -04002152 return status;
2153}
2154
2155static int nfs4_proc_lookupfh(struct nfs_server *server, struct nfs_fh *dirfh,
2156 struct qstr *name, struct nfs_fh *fhandle,
2157 struct nfs_fattr *fattr)
2158{
2159 struct nfs4_exception exception = { };
2160 int err;
2161 do {
Trond Myklebust4e56e082007-07-01 18:13:52 -04002162 err = _nfs4_proc_lookupfh(server, dirfh, name, fhandle, fattr);
2163 /* FIXME: !!!! */
2164 if (err == -NFS4ERR_MOVED) {
2165 err = -EREMOTE;
2166 break;
2167 }
2168 err = nfs4_handle_exception(server, err, &exception);
David Howells2b3de442006-08-22 20:06:09 -04002169 } while (exception.retry);
2170 return err;
2171}
2172
Trond Myklebust56659e92007-07-17 21:52:39 -04002173static int _nfs4_proc_lookup(struct inode *dir, const struct qstr *name,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002174 struct nfs_fh *fhandle, struct nfs_fattr *fattr)
2175{
Trond Myklebust4e56e082007-07-01 18:13:52 -04002176 int status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002177
2178 dprintk("NFS call lookup %s\n", name->name);
Trond Myklebust4e56e082007-07-01 18:13:52 -04002179 status = _nfs4_proc_lookupfh(NFS_SERVER(dir), NFS_FH(dir), name, fhandle, fattr);
Manoj Naik6b97fd32006-06-09 09:34:29 -04002180 if (status == -NFS4ERR_MOVED)
2181 status = nfs4_get_referral(dir, name, fattr, fhandle);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002182 dprintk("NFS reply lookup: %d\n", status);
2183 return status;
2184}
2185
2186static int nfs4_proc_lookup(struct inode *dir, struct qstr *name, struct nfs_fh *fhandle, struct nfs_fattr *fattr)
2187{
2188 struct nfs4_exception exception = { };
2189 int err;
2190 do {
2191 err = nfs4_handle_exception(NFS_SERVER(dir),
2192 _nfs4_proc_lookup(dir, name, fhandle, fattr),
2193 &exception);
2194 } while (exception.retry);
2195 return err;
2196}
2197
2198static int _nfs4_proc_access(struct inode *inode, struct nfs_access_entry *entry)
2199{
Trond Myklebust76b32992007-08-10 17:45:11 -04002200 struct nfs_server *server = NFS_SERVER(inode);
2201 struct nfs_fattr fattr;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002202 struct nfs4_accessargs args = {
2203 .fh = NFS_FH(inode),
Trond Myklebust76b32992007-08-10 17:45:11 -04002204 .bitmask = server->attr_bitmask,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002205 };
Trond Myklebust76b32992007-08-10 17:45:11 -04002206 struct nfs4_accessres res = {
2207 .server = server,
2208 .fattr = &fattr,
2209 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002210 struct rpc_message msg = {
2211 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_ACCESS],
2212 .rpc_argp = &args,
2213 .rpc_resp = &res,
2214 .rpc_cred = entry->cred,
2215 };
2216 int mode = entry->mask;
2217 int status;
2218
2219 /*
2220 * Determine which access bits we want to ask for...
2221 */
2222 if (mode & MAY_READ)
2223 args.access |= NFS4_ACCESS_READ;
2224 if (S_ISDIR(inode->i_mode)) {
2225 if (mode & MAY_WRITE)
2226 args.access |= NFS4_ACCESS_MODIFY | NFS4_ACCESS_EXTEND | NFS4_ACCESS_DELETE;
2227 if (mode & MAY_EXEC)
2228 args.access |= NFS4_ACCESS_LOOKUP;
2229 } else {
2230 if (mode & MAY_WRITE)
2231 args.access |= NFS4_ACCESS_MODIFY | NFS4_ACCESS_EXTEND;
2232 if (mode & MAY_EXEC)
2233 args.access |= NFS4_ACCESS_EXECUTE;
2234 }
Trond Myklebust76b32992007-08-10 17:45:11 -04002235 nfs_fattr_init(&fattr);
Andy Adamsoncccef3b2009-04-01 09:22:03 -04002236 status = nfs4_call_sync(server, &msg, &args, &res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002237 if (!status) {
2238 entry->mask = 0;
2239 if (res.access & NFS4_ACCESS_READ)
2240 entry->mask |= MAY_READ;
2241 if (res.access & (NFS4_ACCESS_MODIFY | NFS4_ACCESS_EXTEND | NFS4_ACCESS_DELETE))
2242 entry->mask |= MAY_WRITE;
2243 if (res.access & (NFS4_ACCESS_LOOKUP|NFS4_ACCESS_EXECUTE))
2244 entry->mask |= MAY_EXEC;
Trond Myklebust76b32992007-08-10 17:45:11 -04002245 nfs_refresh_inode(inode, &fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002246 }
2247 return status;
2248}
2249
2250static int nfs4_proc_access(struct inode *inode, struct nfs_access_entry *entry)
2251{
2252 struct nfs4_exception exception = { };
2253 int err;
2254 do {
2255 err = nfs4_handle_exception(NFS_SERVER(inode),
2256 _nfs4_proc_access(inode, entry),
2257 &exception);
2258 } while (exception.retry);
2259 return err;
2260}
2261
2262/*
2263 * TODO: For the time being, we don't try to get any attributes
2264 * along with any of the zero-copy operations READ, READDIR,
2265 * READLINK, WRITE.
2266 *
2267 * In the case of the first three, we want to put the GETATTR
2268 * after the read-type operation -- this is because it is hard
2269 * to predict the length of a GETATTR response in v4, and thus
2270 * align the READ data correctly. This means that the GETATTR
2271 * may end up partially falling into the page cache, and we should
2272 * shift it into the 'tail' of the xdr_buf before processing.
2273 * To do this efficiently, we need to know the total length
2274 * of data received, which doesn't seem to be available outside
2275 * of the RPC layer.
2276 *
2277 * In the case of WRITE, we also want to put the GETATTR after
2278 * the operation -- in this case because we want to make sure
2279 * we get the post-operation mtime and size. This means that
2280 * we can't use xdr_encode_pages() as written: we need a variant
2281 * of it which would leave room in the 'tail' iovec.
2282 *
2283 * Both of these changes to the XDR layer would in fact be quite
2284 * minor, but I decided to leave them for a subsequent patch.
2285 */
2286static int _nfs4_proc_readlink(struct inode *inode, struct page *page,
2287 unsigned int pgbase, unsigned int pglen)
2288{
2289 struct nfs4_readlink args = {
2290 .fh = NFS_FH(inode),
2291 .pgbase = pgbase,
2292 .pglen = pglen,
2293 .pages = &page,
2294 };
Benny Halevyf50c7002009-04-01 09:21:55 -04002295 struct nfs4_readlink_res res;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002296 struct rpc_message msg = {
2297 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_READLINK],
2298 .rpc_argp = &args,
Benny Halevyf50c7002009-04-01 09:21:55 -04002299 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002300 };
2301
Andy Adamsoncccef3b2009-04-01 09:22:03 -04002302 return nfs4_call_sync(NFS_SERVER(inode), &msg, &args, &res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002303}
2304
2305static int nfs4_proc_readlink(struct inode *inode, struct page *page,
2306 unsigned int pgbase, unsigned int pglen)
2307{
2308 struct nfs4_exception exception = { };
2309 int err;
2310 do {
2311 err = nfs4_handle_exception(NFS_SERVER(inode),
2312 _nfs4_proc_readlink(inode, page, pgbase, pglen),
2313 &exception);
2314 } while (exception.retry);
2315 return err;
2316}
2317
Linus Torvalds1da177e2005-04-16 15:20:36 -07002318/*
2319 * Got race?
2320 * We will need to arrange for the VFS layer to provide an atomic open.
2321 * Until then, this create/open method is prone to inefficiency and race
2322 * conditions due to the lookup, create, and open VFS calls from sys_open()
2323 * placed on the wire.
2324 *
2325 * Given the above sorry state of affairs, I'm simply sending an OPEN.
2326 * The file will be opened again in the subsequent VFS open call
2327 * (nfs4_proc_file_open).
2328 *
2329 * The open for read will just hang around to be used by any process that
2330 * opens the file O_RDONLY. This will all be resolved with the VFS changes.
2331 */
2332
2333static int
2334nfs4_proc_create(struct inode *dir, struct dentry *dentry, struct iattr *sattr,
Trond Myklebust02a913a2005-10-18 14:20:17 -07002335 int flags, struct nameidata *nd)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002336{
Trond Myklebustad389da2007-06-05 12:30:00 -04002337 struct path path = {
Jan Blunck4ac91372008-02-14 19:34:32 -08002338 .mnt = nd->path.mnt,
Trond Myklebustad389da2007-06-05 12:30:00 -04002339 .dentry = dentry,
2340 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002341 struct nfs4_state *state;
2342 struct rpc_cred *cred;
Trond Myklebustdc0b0272008-12-23 15:21:56 -05002343 fmode_t fmode = flags & (FMODE_READ | FMODE_WRITE);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002344 int status = 0;
2345
Trond Myklebust98a8e322008-03-12 12:25:28 -04002346 cred = rpc_lookup_cred();
Linus Torvalds1da177e2005-04-16 15:20:36 -07002347 if (IS_ERR(cred)) {
2348 status = PTR_ERR(cred);
2349 goto out;
2350 }
Trond Myklebustdc0b0272008-12-23 15:21:56 -05002351 state = nfs4_do_open(dir, &path, fmode, flags, sattr, cred);
Trond Myklebustd4d9cdc2007-10-02 18:38:53 -04002352 d_drop(dentry);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002353 if (IS_ERR(state)) {
2354 status = PTR_ERR(state);
Trond Myklebust659bfcd2008-06-10 19:39:41 -04002355 goto out_putcred;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002356 }
Trond Myklebustd4d9cdc2007-10-02 18:38:53 -04002357 d_add(dentry, igrab(state->inode));
Trond Myklebustd75340c2007-10-01 21:42:01 -04002358 nfs_set_verifier(dentry, nfs_save_change_attribute(dir));
Linus Torvalds1da177e2005-04-16 15:20:36 -07002359 if (flags & O_EXCL) {
2360 struct nfs_fattr fattr;
Trond Myklebust659bfcd2008-06-10 19:39:41 -04002361 status = nfs4_do_setattr(state->inode, cred, &fattr, sattr, state);
Trond Myklebust02a913a2005-10-18 14:20:17 -07002362 if (status == 0)
Trond Myklebust65e43082005-08-16 11:49:44 -04002363 nfs_setattr_update_inode(state->inode, sattr);
Jeff Laytonaa53ed52007-06-05 14:49:03 -04002364 nfs_post_op_update_inode(state->inode, &fattr);
Trond Myklebust02a913a2005-10-18 14:20:17 -07002365 }
Trond Myklebustad389da2007-06-05 12:30:00 -04002366 if (status == 0 && (nd->flags & LOOKUP_OPEN) != 0)
Trond Myklebustdc0b0272008-12-23 15:21:56 -05002367 status = nfs4_intent_set_file(nd, &path, state, fmode);
Trond Myklebust02a913a2005-10-18 14:20:17 -07002368 else
Trond Myklebustdc0b0272008-12-23 15:21:56 -05002369 nfs4_close_sync(&path, state, fmode);
Trond Myklebust659bfcd2008-06-10 19:39:41 -04002370out_putcred:
2371 put_rpccred(cred);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002372out:
2373 return status;
2374}
2375
2376static int _nfs4_proc_remove(struct inode *dir, struct qstr *name)
2377{
Trond Myklebust16e42952005-10-27 22:12:44 -04002378 struct nfs_server *server = NFS_SERVER(dir);
Trond Myklebust4fdc17b2007-07-14 15:39:57 -04002379 struct nfs_removeargs args = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002380 .fh = NFS_FH(dir),
Trond Myklebust4fdc17b2007-07-14 15:39:57 -04002381 .name.len = name->len,
2382 .name.name = name->name,
Trond Myklebust16e42952005-10-27 22:12:44 -04002383 .bitmask = server->attr_bitmask,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002384 };
Trond Myklebust4fdc17b2007-07-14 15:39:57 -04002385 struct nfs_removeres res = {
Trond Myklebust16e42952005-10-27 22:12:44 -04002386 .server = server,
Trond Myklebust16e42952005-10-27 22:12:44 -04002387 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002388 struct rpc_message msg = {
Trond Myklebust4fdc17b2007-07-14 15:39:57 -04002389 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_REMOVE],
2390 .rpc_argp = &args,
2391 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002392 };
2393 int status;
2394
Trond Myklebust4fdc17b2007-07-14 15:39:57 -04002395 nfs_fattr_init(&res.dir_attr);
Andy Adamsoncccef3b2009-04-01 09:22:03 -04002396 status = nfs4_call_sync(server, &msg, &args, &res, 1);
Trond Myklebust16e42952005-10-27 22:12:44 -04002397 if (status == 0) {
2398 update_changeattr(dir, &res.cinfo);
Trond Myklebust4fdc17b2007-07-14 15:39:57 -04002399 nfs_post_op_update_inode(dir, &res.dir_attr);
Trond Myklebust16e42952005-10-27 22:12:44 -04002400 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002401 return status;
2402}
2403
2404static int nfs4_proc_remove(struct inode *dir, struct qstr *name)
2405{
2406 struct nfs4_exception exception = { };
2407 int err;
2408 do {
2409 err = nfs4_handle_exception(NFS_SERVER(dir),
2410 _nfs4_proc_remove(dir, name),
2411 &exception);
2412 } while (exception.retry);
2413 return err;
2414}
2415
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04002416static void nfs4_proc_unlink_setup(struct rpc_message *msg, struct inode *dir)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002417{
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04002418 struct nfs_server *server = NFS_SERVER(dir);
2419 struct nfs_removeargs *args = msg->rpc_argp;
2420 struct nfs_removeres *res = msg->rpc_resp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002421
Trond Myklebusta65318b2009-03-11 14:10:28 -04002422 args->bitmask = server->cache_consistency_bitmask;
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04002423 res->server = server;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002424 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_REMOVE];
Linus Torvalds1da177e2005-04-16 15:20:36 -07002425}
2426
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04002427static int nfs4_proc_unlink_done(struct rpc_task *task, struct inode *dir)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002428{
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04002429 struct nfs_removeres *res = task->tk_msg.rpc_resp;
2430
Andy Adamson472cfbd2009-04-01 09:22:24 -04002431 nfs4_sequence_done(res->server, &res->seq_res, task->tk_status);
Trond Myklebust9e33bed2008-12-23 15:21:46 -05002432 if (nfs4_async_handle_error(task, res->server, NULL) == -EAGAIN)
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04002433 return 0;
Andy Adamson472cfbd2009-04-01 09:22:24 -04002434 nfs4_sequence_free_slot(res->server->nfs_client, &res->seq_res);
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04002435 update_changeattr(dir, &res->cinfo);
2436 nfs_post_op_update_inode(dir, &res->dir_attr);
2437 return 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002438}
2439
2440static int _nfs4_proc_rename(struct inode *old_dir, struct qstr *old_name,
2441 struct inode *new_dir, struct qstr *new_name)
2442{
Trond Myklebust6caf2c82005-10-27 22:12:43 -04002443 struct nfs_server *server = NFS_SERVER(old_dir);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002444 struct nfs4_rename_arg arg = {
2445 .old_dir = NFS_FH(old_dir),
2446 .new_dir = NFS_FH(new_dir),
2447 .old_name = old_name,
2448 .new_name = new_name,
Trond Myklebust6caf2c82005-10-27 22:12:43 -04002449 .bitmask = server->attr_bitmask,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002450 };
Trond Myklebust6caf2c82005-10-27 22:12:43 -04002451 struct nfs_fattr old_fattr, new_fattr;
2452 struct nfs4_rename_res res = {
2453 .server = server,
2454 .old_fattr = &old_fattr,
2455 .new_fattr = &new_fattr,
2456 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002457 struct rpc_message msg = {
2458 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RENAME],
2459 .rpc_argp = &arg,
2460 .rpc_resp = &res,
2461 };
2462 int status;
2463
Trond Myklebust6caf2c82005-10-27 22:12:43 -04002464 nfs_fattr_init(res.old_fattr);
2465 nfs_fattr_init(res.new_fattr);
Andy Adamsoncccef3b2009-04-01 09:22:03 -04002466 status = nfs4_call_sync(server, &msg, &arg, &res, 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002467
2468 if (!status) {
2469 update_changeattr(old_dir, &res.old_cinfo);
Trond Myklebust6caf2c82005-10-27 22:12:43 -04002470 nfs_post_op_update_inode(old_dir, res.old_fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002471 update_changeattr(new_dir, &res.new_cinfo);
Trond Myklebust6caf2c82005-10-27 22:12:43 -04002472 nfs_post_op_update_inode(new_dir, res.new_fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002473 }
2474 return status;
2475}
2476
2477static int nfs4_proc_rename(struct inode *old_dir, struct qstr *old_name,
2478 struct inode *new_dir, struct qstr *new_name)
2479{
2480 struct nfs4_exception exception = { };
2481 int err;
2482 do {
2483 err = nfs4_handle_exception(NFS_SERVER(old_dir),
2484 _nfs4_proc_rename(old_dir, old_name,
2485 new_dir, new_name),
2486 &exception);
2487 } while (exception.retry);
2488 return err;
2489}
2490
2491static int _nfs4_proc_link(struct inode *inode, struct inode *dir, struct qstr *name)
2492{
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04002493 struct nfs_server *server = NFS_SERVER(inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002494 struct nfs4_link_arg arg = {
2495 .fh = NFS_FH(inode),
2496 .dir_fh = NFS_FH(dir),
2497 .name = name,
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04002498 .bitmask = server->attr_bitmask,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002499 };
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04002500 struct nfs_fattr fattr, dir_attr;
2501 struct nfs4_link_res res = {
2502 .server = server,
2503 .fattr = &fattr,
2504 .dir_attr = &dir_attr,
2505 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002506 struct rpc_message msg = {
2507 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LINK],
2508 .rpc_argp = &arg,
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04002509 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002510 };
2511 int status;
2512
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04002513 nfs_fattr_init(res.fattr);
2514 nfs_fattr_init(res.dir_attr);
Andy Adamsoncccef3b2009-04-01 09:22:03 -04002515 status = nfs4_call_sync(server, &msg, &arg, &res, 1);
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04002516 if (!status) {
2517 update_changeattr(dir, &res.cinfo);
2518 nfs_post_op_update_inode(dir, res.dir_attr);
Trond Myklebust73a3d072006-05-25 01:40:47 -04002519 nfs_post_op_update_inode(inode, res.fattr);
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04002520 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002521
2522 return status;
2523}
2524
2525static int nfs4_proc_link(struct inode *inode, struct inode *dir, struct qstr *name)
2526{
2527 struct nfs4_exception exception = { };
2528 int err;
2529 do {
2530 err = nfs4_handle_exception(NFS_SERVER(inode),
2531 _nfs4_proc_link(inode, dir, name),
2532 &exception);
2533 } while (exception.retry);
2534 return err;
2535}
2536
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002537struct nfs4_createdata {
2538 struct rpc_message msg;
2539 struct nfs4_create_arg arg;
2540 struct nfs4_create_res res;
2541 struct nfs_fh fh;
2542 struct nfs_fattr fattr;
2543 struct nfs_fattr dir_fattr;
2544};
2545
2546static struct nfs4_createdata *nfs4_alloc_createdata(struct inode *dir,
2547 struct qstr *name, struct iattr *sattr, u32 ftype)
2548{
2549 struct nfs4_createdata *data;
2550
2551 data = kzalloc(sizeof(*data), GFP_KERNEL);
2552 if (data != NULL) {
2553 struct nfs_server *server = NFS_SERVER(dir);
2554
2555 data->msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_CREATE];
2556 data->msg.rpc_argp = &data->arg;
2557 data->msg.rpc_resp = &data->res;
2558 data->arg.dir_fh = NFS_FH(dir);
2559 data->arg.server = server;
2560 data->arg.name = name;
2561 data->arg.attrs = sattr;
2562 data->arg.ftype = ftype;
2563 data->arg.bitmask = server->attr_bitmask;
2564 data->res.server = server;
2565 data->res.fh = &data->fh;
2566 data->res.fattr = &data->fattr;
2567 data->res.dir_fattr = &data->dir_fattr;
2568 nfs_fattr_init(data->res.fattr);
2569 nfs_fattr_init(data->res.dir_fattr);
2570 }
2571 return data;
2572}
2573
2574static int nfs4_do_create(struct inode *dir, struct dentry *dentry, struct nfs4_createdata *data)
2575{
Andy Adamsoncccef3b2009-04-01 09:22:03 -04002576 int status = nfs4_call_sync(NFS_SERVER(dir), &data->msg,
2577 &data->arg, &data->res, 1);
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002578 if (status == 0) {
2579 update_changeattr(dir, &data->res.dir_cinfo);
2580 nfs_post_op_update_inode(dir, data->res.dir_fattr);
2581 status = nfs_instantiate(dentry, data->res.fh, data->res.fattr);
2582 }
2583 return status;
2584}
2585
2586static void nfs4_free_createdata(struct nfs4_createdata *data)
2587{
2588 kfree(data);
2589}
2590
Chuck Lever4f390c12006-08-22 20:06:22 -04002591static int _nfs4_proc_symlink(struct inode *dir, struct dentry *dentry,
Chuck Lever94a6d752006-08-22 20:06:23 -04002592 struct page *page, unsigned int len, struct iattr *sattr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002593{
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002594 struct nfs4_createdata *data;
2595 int status = -ENAMETOOLONG;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002596
Chuck Lever94a6d752006-08-22 20:06:23 -04002597 if (len > NFS4_MAXPATHLEN)
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002598 goto out;
Chuck Lever4f390c12006-08-22 20:06:22 -04002599
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002600 status = -ENOMEM;
2601 data = nfs4_alloc_createdata(dir, &dentry->d_name, sattr, NF4LNK);
2602 if (data == NULL)
2603 goto out;
2604
2605 data->msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SYMLINK];
2606 data->arg.u.symlink.pages = &page;
2607 data->arg.u.symlink.len = len;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002608
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002609 status = nfs4_do_create(dir, dentry, data);
2610
2611 nfs4_free_createdata(data);
2612out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002613 return status;
2614}
2615
Chuck Lever4f390c12006-08-22 20:06:22 -04002616static int nfs4_proc_symlink(struct inode *dir, struct dentry *dentry,
Chuck Lever94a6d752006-08-22 20:06:23 -04002617 struct page *page, unsigned int len, struct iattr *sattr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002618{
2619 struct nfs4_exception exception = { };
2620 int err;
2621 do {
2622 err = nfs4_handle_exception(NFS_SERVER(dir),
Chuck Lever94a6d752006-08-22 20:06:23 -04002623 _nfs4_proc_symlink(dir, dentry, page,
2624 len, sattr),
Linus Torvalds1da177e2005-04-16 15:20:36 -07002625 &exception);
2626 } while (exception.retry);
2627 return err;
2628}
2629
2630static int _nfs4_proc_mkdir(struct inode *dir, struct dentry *dentry,
2631 struct iattr *sattr)
2632{
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002633 struct nfs4_createdata *data;
2634 int status = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002635
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002636 data = nfs4_alloc_createdata(dir, &dentry->d_name, sattr, NF4DIR);
2637 if (data == NULL)
2638 goto out;
2639
2640 status = nfs4_do_create(dir, dentry, data);
2641
2642 nfs4_free_createdata(data);
2643out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002644 return status;
2645}
2646
2647static int nfs4_proc_mkdir(struct inode *dir, struct dentry *dentry,
2648 struct iattr *sattr)
2649{
2650 struct nfs4_exception exception = { };
2651 int err;
2652 do {
2653 err = nfs4_handle_exception(NFS_SERVER(dir),
2654 _nfs4_proc_mkdir(dir, dentry, sattr),
2655 &exception);
2656 } while (exception.retry);
2657 return err;
2658}
2659
2660static int _nfs4_proc_readdir(struct dentry *dentry, struct rpc_cred *cred,
2661 u64 cookie, struct page *page, unsigned int count, int plus)
2662{
2663 struct inode *dir = dentry->d_inode;
2664 struct nfs4_readdir_arg args = {
2665 .fh = NFS_FH(dir),
2666 .pages = &page,
2667 .pgbase = 0,
2668 .count = count,
Trond Myklebusta65318b2009-03-11 14:10:28 -04002669 .bitmask = NFS_SERVER(dentry->d_inode)->cache_consistency_bitmask,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002670 };
2671 struct nfs4_readdir_res res;
2672 struct rpc_message msg = {
2673 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_READDIR],
2674 .rpc_argp = &args,
2675 .rpc_resp = &res,
2676 .rpc_cred = cred,
2677 };
2678 int status;
2679
Harvey Harrison3110ff82008-05-02 13:42:44 -07002680 dprintk("%s: dentry = %s/%s, cookie = %Lu\n", __func__,
Trond Myklebusteadf4592005-06-22 17:16:39 +00002681 dentry->d_parent->d_name.name,
2682 dentry->d_name.name,
2683 (unsigned long long)cookie);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002684 nfs4_setup_readdir(cookie, NFS_COOKIEVERF(dir), dentry, &args);
2685 res.pgbase = args.pgbase;
Andy Adamsoncccef3b2009-04-01 09:22:03 -04002686 status = nfs4_call_sync(NFS_SERVER(dir), &msg, &args, &res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002687 if (status == 0)
2688 memcpy(NFS_COOKIEVERF(dir), res.verifier.data, NFS4_VERIFIER_SIZE);
Trond Myklebustc4812992007-09-28 17:11:45 -04002689
2690 nfs_invalidate_atime(dir);
2691
Harvey Harrison3110ff82008-05-02 13:42:44 -07002692 dprintk("%s: returns %d\n", __func__, status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002693 return status;
2694}
2695
2696static int nfs4_proc_readdir(struct dentry *dentry, struct rpc_cred *cred,
2697 u64 cookie, struct page *page, unsigned int count, int plus)
2698{
2699 struct nfs4_exception exception = { };
2700 int err;
2701 do {
2702 err = nfs4_handle_exception(NFS_SERVER(dentry->d_inode),
2703 _nfs4_proc_readdir(dentry, cred, cookie,
2704 page, count, plus),
2705 &exception);
2706 } while (exception.retry);
2707 return err;
2708}
2709
2710static int _nfs4_proc_mknod(struct inode *dir, struct dentry *dentry,
2711 struct iattr *sattr, dev_t rdev)
2712{
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002713 struct nfs4_createdata *data;
2714 int mode = sattr->ia_mode;
2715 int status = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002716
2717 BUG_ON(!(sattr->ia_valid & ATTR_MODE));
2718 BUG_ON(!S_ISFIFO(mode) && !S_ISBLK(mode) && !S_ISCHR(mode) && !S_ISSOCK(mode));
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002719
2720 data = nfs4_alloc_createdata(dir, &dentry->d_name, sattr, NF4SOCK);
2721 if (data == NULL)
2722 goto out;
2723
Linus Torvalds1da177e2005-04-16 15:20:36 -07002724 if (S_ISFIFO(mode))
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002725 data->arg.ftype = NF4FIFO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002726 else if (S_ISBLK(mode)) {
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002727 data->arg.ftype = NF4BLK;
2728 data->arg.u.device.specdata1 = MAJOR(rdev);
2729 data->arg.u.device.specdata2 = MINOR(rdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002730 }
2731 else if (S_ISCHR(mode)) {
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002732 data->arg.ftype = NF4CHR;
2733 data->arg.u.device.specdata1 = MAJOR(rdev);
2734 data->arg.u.device.specdata2 = MINOR(rdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002735 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002736
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002737 status = nfs4_do_create(dir, dentry, data);
2738
2739 nfs4_free_createdata(data);
2740out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002741 return status;
2742}
2743
2744static int nfs4_proc_mknod(struct inode *dir, struct dentry *dentry,
2745 struct iattr *sattr, dev_t rdev)
2746{
2747 struct nfs4_exception exception = { };
2748 int err;
2749 do {
2750 err = nfs4_handle_exception(NFS_SERVER(dir),
2751 _nfs4_proc_mknod(dir, dentry, sattr, rdev),
2752 &exception);
2753 } while (exception.retry);
2754 return err;
2755}
2756
2757static int _nfs4_proc_statfs(struct nfs_server *server, struct nfs_fh *fhandle,
2758 struct nfs_fsstat *fsstat)
2759{
2760 struct nfs4_statfs_arg args = {
2761 .fh = fhandle,
2762 .bitmask = server->attr_bitmask,
2763 };
Benny Halevy24ad1482009-04-01 09:21:56 -04002764 struct nfs4_statfs_res res = {
2765 .fsstat = fsstat,
2766 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002767 struct rpc_message msg = {
2768 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_STATFS],
2769 .rpc_argp = &args,
Benny Halevy24ad1482009-04-01 09:21:56 -04002770 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002771 };
2772
Trond Myklebust0e574af2005-10-27 22:12:38 -04002773 nfs_fattr_init(fsstat->fattr);
Andy Adamsoncccef3b2009-04-01 09:22:03 -04002774 return nfs4_call_sync(server, &msg, &args, &res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002775}
2776
2777static int nfs4_proc_statfs(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fsstat *fsstat)
2778{
2779 struct nfs4_exception exception = { };
2780 int err;
2781 do {
2782 err = nfs4_handle_exception(server,
2783 _nfs4_proc_statfs(server, fhandle, fsstat),
2784 &exception);
2785 } while (exception.retry);
2786 return err;
2787}
2788
2789static int _nfs4_do_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle,
2790 struct nfs_fsinfo *fsinfo)
2791{
2792 struct nfs4_fsinfo_arg args = {
2793 .fh = fhandle,
2794 .bitmask = server->attr_bitmask,
2795 };
Benny Halevy3dda5e42009-04-01 09:21:57 -04002796 struct nfs4_fsinfo_res res = {
2797 .fsinfo = fsinfo,
2798 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002799 struct rpc_message msg = {
2800 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FSINFO],
2801 .rpc_argp = &args,
Benny Halevy3dda5e42009-04-01 09:21:57 -04002802 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002803 };
2804
Andy Adamsoncccef3b2009-04-01 09:22:03 -04002805 return nfs4_call_sync(server, &msg, &args, &res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002806}
2807
2808static int nfs4_do_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fsinfo *fsinfo)
2809{
2810 struct nfs4_exception exception = { };
2811 int err;
2812
2813 do {
2814 err = nfs4_handle_exception(server,
2815 _nfs4_do_fsinfo(server, fhandle, fsinfo),
2816 &exception);
2817 } while (exception.retry);
2818 return err;
2819}
2820
2821static int nfs4_proc_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fsinfo *fsinfo)
2822{
Trond Myklebust0e574af2005-10-27 22:12:38 -04002823 nfs_fattr_init(fsinfo->fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002824 return nfs4_do_fsinfo(server, fhandle, fsinfo);
2825}
2826
2827static int _nfs4_proc_pathconf(struct nfs_server *server, struct nfs_fh *fhandle,
2828 struct nfs_pathconf *pathconf)
2829{
2830 struct nfs4_pathconf_arg args = {
2831 .fh = fhandle,
2832 .bitmask = server->attr_bitmask,
2833 };
Benny Halevyd45b2982009-04-01 09:21:58 -04002834 struct nfs4_pathconf_res res = {
2835 .pathconf = pathconf,
2836 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002837 struct rpc_message msg = {
2838 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_PATHCONF],
2839 .rpc_argp = &args,
Benny Halevyd45b2982009-04-01 09:21:58 -04002840 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002841 };
2842
2843 /* None of the pathconf attributes are mandatory to implement */
2844 if ((args.bitmask[0] & nfs4_pathconf_bitmap[0]) == 0) {
2845 memset(pathconf, 0, sizeof(*pathconf));
2846 return 0;
2847 }
2848
Trond Myklebust0e574af2005-10-27 22:12:38 -04002849 nfs_fattr_init(pathconf->fattr);
Andy Adamsoncccef3b2009-04-01 09:22:03 -04002850 return nfs4_call_sync(server, &msg, &args, &res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002851}
2852
2853static int nfs4_proc_pathconf(struct nfs_server *server, struct nfs_fh *fhandle,
2854 struct nfs_pathconf *pathconf)
2855{
2856 struct nfs4_exception exception = { };
2857 int err;
2858
2859 do {
2860 err = nfs4_handle_exception(server,
2861 _nfs4_proc_pathconf(server, fhandle, pathconf),
2862 &exception);
2863 } while (exception.retry);
2864 return err;
2865}
2866
Trond Myklebustec06c092006-03-20 13:44:27 -05002867static int nfs4_read_done(struct rpc_task *task, struct nfs_read_data *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002868{
Trond Myklebustec06c092006-03-20 13:44:27 -05002869 struct nfs_server *server = NFS_SERVER(data->inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002870
Andy Adamsonf11c88a2009-04-01 09:22:25 -04002871 dprintk("--> %s\n", __func__);
2872
2873 /* nfs4_sequence_free_slot called in the read rpc_call_done */
2874 nfs4_sequence_done(server, &data->res.seq_res, task->tk_status);
2875
Trond Myklebust9e33bed2008-12-23 15:21:46 -05002876 if (nfs4_async_handle_error(task, server, data->args.context->state) == -EAGAIN) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002877 rpc_restart_call(task);
Trond Myklebustec06c092006-03-20 13:44:27 -05002878 return -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002879 }
Trond Myklebust8850df92007-09-28 17:20:07 -04002880
2881 nfs_invalidate_atime(data->inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002882 if (task->tk_status > 0)
Trond Myklebustec06c092006-03-20 13:44:27 -05002883 renew_lease(server, data->timestamp);
2884 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002885}
2886
Trond Myklebustbdc7f022007-07-14 15:40:00 -04002887static void nfs4_proc_read_setup(struct nfs_read_data *data, struct rpc_message *msg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002888{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002889 data->timestamp = jiffies;
Trond Myklebustbdc7f022007-07-14 15:40:00 -04002890 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_READ];
Linus Torvalds1da177e2005-04-16 15:20:36 -07002891}
2892
Trond Myklebust788e7a82006-03-20 13:44:27 -05002893static int nfs4_write_done(struct rpc_task *task, struct nfs_write_data *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002894{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002895 struct inode *inode = data->inode;
2896
Andy Adamsondef6ed72009-04-01 09:22:26 -04002897 /* slot is freed in nfs_writeback_done */
2898 nfs4_sequence_done(NFS_SERVER(inode), &data->res.seq_res,
2899 task->tk_status);
2900
Trond Myklebust9e33bed2008-12-23 15:21:46 -05002901 if (nfs4_async_handle_error(task, NFS_SERVER(inode), data->args.context->state) == -EAGAIN) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002902 rpc_restart_call(task);
Trond Myklebust788e7a82006-03-20 13:44:27 -05002903 return -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002904 }
Trond Myklebust4f9838c2005-10-27 22:12:44 -04002905 if (task->tk_status >= 0) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002906 renew_lease(NFS_SERVER(inode), data->timestamp);
Trond Myklebust70ca8852007-09-30 15:21:24 -04002907 nfs_post_op_update_inode_force_wcc(inode, data->res.fattr);
Trond Myklebust4f9838c2005-10-27 22:12:44 -04002908 }
Trond Myklebust788e7a82006-03-20 13:44:27 -05002909 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002910}
2911
Trond Myklebustbdc7f022007-07-14 15:40:00 -04002912static void nfs4_proc_write_setup(struct nfs_write_data *data, struct rpc_message *msg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002913{
Trond Myklebustbdc7f022007-07-14 15:40:00 -04002914 struct nfs_server *server = NFS_SERVER(data->inode);
2915
Trond Myklebusta65318b2009-03-11 14:10:28 -04002916 data->args.bitmask = server->cache_consistency_bitmask;
Trond Myklebust4f9838c2005-10-27 22:12:44 -04002917 data->res.server = server;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002918 data->timestamp = jiffies;
2919
Trond Myklebustbdc7f022007-07-14 15:40:00 -04002920 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_WRITE];
Linus Torvalds1da177e2005-04-16 15:20:36 -07002921}
2922
Trond Myklebust788e7a82006-03-20 13:44:27 -05002923static int nfs4_commit_done(struct rpc_task *task, struct nfs_write_data *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002924{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002925 struct inode *inode = data->inode;
2926
Andy Adamson21d9a852009-04-01 09:22:27 -04002927 nfs4_sequence_done(NFS_SERVER(inode), &data->res.seq_res,
2928 task->tk_status);
Trond Myklebust9e33bed2008-12-23 15:21:46 -05002929 if (nfs4_async_handle_error(task, NFS_SERVER(inode), NULL) == -EAGAIN) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002930 rpc_restart_call(task);
Trond Myklebust788e7a82006-03-20 13:44:27 -05002931 return -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002932 }
Andy Adamson21d9a852009-04-01 09:22:27 -04002933 nfs4_sequence_free_slot(NFS_SERVER(inode)->nfs_client,
2934 &data->res.seq_res);
Trond Myklebust9e08a3c2007-10-08 14:10:31 -04002935 nfs_refresh_inode(inode, data->res.fattr);
Trond Myklebust788e7a82006-03-20 13:44:27 -05002936 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002937}
2938
Trond Myklebustbdc7f022007-07-14 15:40:00 -04002939static void nfs4_proc_commit_setup(struct nfs_write_data *data, struct rpc_message *msg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002940{
Trond Myklebust788e7a82006-03-20 13:44:27 -05002941 struct nfs_server *server = NFS_SERVER(data->inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002942
Trond Myklebusta65318b2009-03-11 14:10:28 -04002943 data->args.bitmask = server->cache_consistency_bitmask;
Trond Myklebust4f9838c2005-10-27 22:12:44 -04002944 data->res.server = server;
Trond Myklebustbdc7f022007-07-14 15:40:00 -04002945 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_COMMIT];
Linus Torvalds1da177e2005-04-16 15:20:36 -07002946}
2947
2948/*
2949 * nfs4_proc_async_renew(): This is not one of the nfs_rpc_ops; it is a special
2950 * standalone procedure for queueing an asynchronous RENEW.
2951 */
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002952static void nfs4_renew_done(struct rpc_task *task, void *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002953{
David Howellsadfa6f92006-08-22 20:06:08 -04002954 struct nfs_client *clp = (struct nfs_client *)task->tk_msg.rpc_argp;
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002955 unsigned long timestamp = (unsigned long)data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002956
2957 if (task->tk_status < 0) {
Trond Myklebust95baa252009-05-26 14:51:00 -04002958 /* Unless we're shutting down, schedule state recovery! */
2959 if (test_bit(NFS_CS_RENEWD, &clp->cl_res_state) != 0)
2960 nfs4_schedule_state_recovery(clp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002961 return;
2962 }
2963 spin_lock(&clp->cl_lock);
2964 if (time_before(clp->cl_last_renewal,timestamp))
2965 clp->cl_last_renewal = timestamp;
2966 spin_unlock(&clp->cl_lock);
2967}
2968
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002969static const struct rpc_call_ops nfs4_renew_ops = {
2970 .rpc_call_done = nfs4_renew_done,
2971};
2972
David Howellsadfa6f92006-08-22 20:06:08 -04002973int nfs4_proc_async_renew(struct nfs_client *clp, struct rpc_cred *cred)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002974{
2975 struct rpc_message msg = {
2976 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RENEW],
2977 .rpc_argp = clp,
Trond Myklebustb4454fe2006-01-03 09:55:25 +01002978 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002979 };
2980
2981 return rpc_call_async(clp->cl_rpcclient, &msg, RPC_TASK_SOFT,
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002982 &nfs4_renew_ops, (void *)jiffies);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002983}
2984
David Howellsadfa6f92006-08-22 20:06:08 -04002985int nfs4_proc_renew(struct nfs_client *clp, struct rpc_cred *cred)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002986{
2987 struct rpc_message msg = {
2988 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RENEW],
2989 .rpc_argp = clp,
Trond Myklebustb4454fe2006-01-03 09:55:25 +01002990 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002991 };
2992 unsigned long now = jiffies;
2993 int status;
2994
2995 status = rpc_call_sync(clp->cl_rpcclient, &msg, 0);
2996 if (status < 0)
2997 return status;
2998 spin_lock(&clp->cl_lock);
2999 if (time_before(clp->cl_last_renewal,now))
3000 clp->cl_last_renewal = now;
3001 spin_unlock(&clp->cl_lock);
3002 return 0;
3003}
3004
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00003005static inline int nfs4_server_supports_acls(struct nfs_server *server)
3006{
3007 return (server->caps & NFS_CAP_ACLS)
3008 && (server->acl_bitmask & ACL4_SUPPORT_ALLOW_ACL)
3009 && (server->acl_bitmask & ACL4_SUPPORT_DENY_ACL);
3010}
3011
3012/* Assuming that XATTR_SIZE_MAX is a multiple of PAGE_CACHE_SIZE, and that
3013 * it's OK to put sizeof(void) * (XATTR_SIZE_MAX/PAGE_CACHE_SIZE) bytes on
3014 * the stack.
3015 */
3016#define NFS4ACL_MAXPAGES (XATTR_SIZE_MAX >> PAGE_CACHE_SHIFT)
3017
3018static void buf_to_pages(const void *buf, size_t buflen,
3019 struct page **pages, unsigned int *pgbase)
3020{
3021 const void *p = buf;
3022
3023 *pgbase = offset_in_page(buf);
3024 p -= *pgbase;
3025 while (p < buf + buflen) {
3026 *(pages++) = virt_to_page(p);
3027 p += PAGE_CACHE_SIZE;
3028 }
3029}
3030
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003031struct nfs4_cached_acl {
3032 int cached;
3033 size_t len;
Andrew Morton3e9d4152005-06-22 17:16:28 +00003034 char data[0];
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003035};
3036
3037static void nfs4_set_cached_acl(struct inode *inode, struct nfs4_cached_acl *acl)
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00003038{
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003039 struct nfs_inode *nfsi = NFS_I(inode);
3040
3041 spin_lock(&inode->i_lock);
3042 kfree(nfsi->nfs4_acl);
3043 nfsi->nfs4_acl = acl;
3044 spin_unlock(&inode->i_lock);
3045}
3046
3047static void nfs4_zap_acl_attr(struct inode *inode)
3048{
3049 nfs4_set_cached_acl(inode, NULL);
3050}
3051
3052static inline ssize_t nfs4_read_cached_acl(struct inode *inode, char *buf, size_t buflen)
3053{
3054 struct nfs_inode *nfsi = NFS_I(inode);
3055 struct nfs4_cached_acl *acl;
3056 int ret = -ENOENT;
3057
3058 spin_lock(&inode->i_lock);
3059 acl = nfsi->nfs4_acl;
3060 if (acl == NULL)
3061 goto out;
3062 if (buf == NULL) /* user is just asking for length */
3063 goto out_len;
3064 if (acl->cached == 0)
3065 goto out;
3066 ret = -ERANGE; /* see getxattr(2) man page */
3067 if (acl->len > buflen)
3068 goto out;
3069 memcpy(buf, acl->data, acl->len);
3070out_len:
3071 ret = acl->len;
3072out:
3073 spin_unlock(&inode->i_lock);
3074 return ret;
3075}
3076
3077static void nfs4_write_cached_acl(struct inode *inode, const char *buf, size_t acl_len)
3078{
3079 struct nfs4_cached_acl *acl;
3080
3081 if (buf && acl_len <= PAGE_SIZE) {
3082 acl = kmalloc(sizeof(*acl) + acl_len, GFP_KERNEL);
3083 if (acl == NULL)
3084 goto out;
3085 acl->cached = 1;
3086 memcpy(acl->data, buf, acl_len);
3087 } else {
3088 acl = kmalloc(sizeof(*acl), GFP_KERNEL);
3089 if (acl == NULL)
3090 goto out;
3091 acl->cached = 0;
3092 }
3093 acl->len = acl_len;
3094out:
3095 nfs4_set_cached_acl(inode, acl);
3096}
3097
Trond Myklebust16b4289c2006-08-24 12:27:15 -04003098static ssize_t __nfs4_get_acl_uncached(struct inode *inode, void *buf, size_t buflen)
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003099{
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00003100 struct page *pages[NFS4ACL_MAXPAGES];
3101 struct nfs_getaclargs args = {
3102 .fh = NFS_FH(inode),
3103 .acl_pages = pages,
3104 .acl_len = buflen,
3105 };
Benny Halevy663c79b2009-04-01 09:21:59 -04003106 struct nfs_getaclres res = {
3107 .acl_len = buflen,
3108 };
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003109 void *resp_buf;
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00003110 struct rpc_message msg = {
3111 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GETACL],
3112 .rpc_argp = &args,
Benny Halevy663c79b2009-04-01 09:21:59 -04003113 .rpc_resp = &res,
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00003114 };
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003115 struct page *localpage = NULL;
3116 int ret;
3117
3118 if (buflen < PAGE_SIZE) {
3119 /* As long as we're doing a round trip to the server anyway,
3120 * let's be prepared for a page of acl data. */
3121 localpage = alloc_page(GFP_KERNEL);
3122 resp_buf = page_address(localpage);
3123 if (localpage == NULL)
3124 return -ENOMEM;
3125 args.acl_pages[0] = localpage;
3126 args.acl_pgbase = 0;
Benny Halevy663c79b2009-04-01 09:21:59 -04003127 args.acl_len = PAGE_SIZE;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003128 } else {
3129 resp_buf = buf;
3130 buf_to_pages(buf, buflen, args.acl_pages, &args.acl_pgbase);
3131 }
Andy Adamsoncccef3b2009-04-01 09:22:03 -04003132 ret = nfs4_call_sync(NFS_SERVER(inode), &msg, &args, &res, 0);
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003133 if (ret)
3134 goto out_free;
Benny Halevy663c79b2009-04-01 09:21:59 -04003135 if (res.acl_len > args.acl_len)
3136 nfs4_write_cached_acl(inode, NULL, res.acl_len);
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003137 else
Benny Halevy663c79b2009-04-01 09:21:59 -04003138 nfs4_write_cached_acl(inode, resp_buf, res.acl_len);
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003139 if (buf) {
3140 ret = -ERANGE;
Benny Halevy663c79b2009-04-01 09:21:59 -04003141 if (res.acl_len > buflen)
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003142 goto out_free;
3143 if (localpage)
Benny Halevy663c79b2009-04-01 09:21:59 -04003144 memcpy(buf, resp_buf, res.acl_len);
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003145 }
Benny Halevy663c79b2009-04-01 09:21:59 -04003146 ret = res.acl_len;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003147out_free:
3148 if (localpage)
3149 __free_page(localpage);
3150 return ret;
3151}
3152
Trond Myklebust16b4289c2006-08-24 12:27:15 -04003153static ssize_t nfs4_get_acl_uncached(struct inode *inode, void *buf, size_t buflen)
3154{
3155 struct nfs4_exception exception = { };
3156 ssize_t ret;
3157 do {
3158 ret = __nfs4_get_acl_uncached(inode, buf, buflen);
3159 if (ret >= 0)
3160 break;
3161 ret = nfs4_handle_exception(NFS_SERVER(inode), ret, &exception);
3162 } while (exception.retry);
3163 return ret;
3164}
3165
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003166static ssize_t nfs4_proc_get_acl(struct inode *inode, void *buf, size_t buflen)
3167{
3168 struct nfs_server *server = NFS_SERVER(inode);
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00003169 int ret;
3170
3171 if (!nfs4_server_supports_acls(server))
3172 return -EOPNOTSUPP;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003173 ret = nfs_revalidate_inode(server, inode);
3174 if (ret < 0)
3175 return ret;
Trond Myklebustf41f7412008-06-11 17:39:04 -04003176 if (NFS_I(inode)->cache_validity & NFS_INO_INVALID_ACL)
3177 nfs_zap_acl_cache(inode);
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003178 ret = nfs4_read_cached_acl(inode, buf, buflen);
3179 if (ret != -ENOENT)
3180 return ret;
3181 return nfs4_get_acl_uncached(inode, buf, buflen);
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00003182}
3183
Trond Myklebust16b4289c2006-08-24 12:27:15 -04003184static int __nfs4_proc_set_acl(struct inode *inode, const void *buf, size_t buflen)
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00003185{
3186 struct nfs_server *server = NFS_SERVER(inode);
3187 struct page *pages[NFS4ACL_MAXPAGES];
3188 struct nfs_setaclargs arg = {
3189 .fh = NFS_FH(inode),
3190 .acl_pages = pages,
3191 .acl_len = buflen,
3192 };
Benny Halevy73c403a2009-04-01 09:22:01 -04003193 struct nfs_setaclres res;
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00003194 struct rpc_message msg = {
3195 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETACL],
3196 .rpc_argp = &arg,
Benny Halevy73c403a2009-04-01 09:22:01 -04003197 .rpc_resp = &res,
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00003198 };
3199 int ret;
3200
3201 if (!nfs4_server_supports_acls(server))
3202 return -EOPNOTSUPP;
Trond Myklebust642ac542005-10-18 14:20:19 -07003203 nfs_inode_return_delegation(inode);
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00003204 buf_to_pages(buf, buflen, arg.acl_pages, &arg.acl_pgbase);
Andy Adamsoncccef3b2009-04-01 09:22:03 -04003205 ret = nfs4_call_sync(server, &msg, &arg, &res, 1);
Trond Myklebustf41f7412008-06-11 17:39:04 -04003206 nfs_access_zap_cache(inode);
3207 nfs_zap_acl_cache(inode);
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00003208 return ret;
3209}
3210
Trond Myklebust16b4289c2006-08-24 12:27:15 -04003211static int nfs4_proc_set_acl(struct inode *inode, const void *buf, size_t buflen)
3212{
3213 struct nfs4_exception exception = { };
3214 int err;
3215 do {
3216 err = nfs4_handle_exception(NFS_SERVER(inode),
3217 __nfs4_proc_set_acl(inode, buf, buflen),
3218 &exception);
3219 } while (exception.retry);
3220 return err;
3221}
3222
Linus Torvalds1da177e2005-04-16 15:20:36 -07003223static int
Andy Adamson8328d592009-04-01 09:22:35 -04003224_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 -07003225{
Linus Torvalds1da177e2005-04-16 15:20:36 -07003226 if (!clp || task->tk_status >= 0)
3227 return 0;
3228 switch(task->tk_status) {
Trond Myklebust9e33bed2008-12-23 15:21:46 -05003229 case -NFS4ERR_ADMIN_REVOKED:
3230 case -NFS4ERR_BAD_STATEID:
3231 case -NFS4ERR_OPENMODE:
3232 if (state == NULL)
3233 break;
3234 nfs4_state_mark_reclaim_nograce(clp, state);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003235 case -NFS4ERR_STALE_CLIENTID:
3236 case -NFS4ERR_STALE_STATEID:
3237 case -NFS4ERR_EXPIRED:
Trond Myklebust5d008372008-02-22 16:34:17 -05003238 rpc_sleep_on(&clp->cl_rpcwaitq, task, NULL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003239 nfs4_schedule_state_recovery(clp);
Trond Myklebuste005e802008-12-23 15:21:48 -05003240 if (test_bit(NFS4CLNT_MANAGER_RUNNING, &clp->cl_state) == 0)
Trond Myklebustfda13932008-02-22 16:34:12 -05003241 rpc_wake_up_queued_task(&clp->cl_rpcwaitq, task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003242 task->tk_status = 0;
3243 return -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003244 case -NFS4ERR_DELAY:
Andy Adamson8328d592009-04-01 09:22:35 -04003245 if (server)
3246 nfs_inc_server_stats(server, NFSIOS_DELAY);
Chuck Lever006ea732006-03-20 13:44:14 -05003247 case -NFS4ERR_GRACE:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003248 rpc_delay(task, NFS4_POLL_RETRY_MAX);
3249 task->tk_status = 0;
3250 return -EAGAIN;
3251 case -NFS4ERR_OLD_STATEID:
3252 task->tk_status = 0;
3253 return -EAGAIN;
3254 }
3255 task->tk_status = nfs4_map_errors(task->tk_status);
3256 return 0;
3257}
3258
Andy Adamson8328d592009-04-01 09:22:35 -04003259static int
3260nfs4_async_handle_error(struct rpc_task *task, const struct nfs_server *server, struct nfs4_state *state)
3261{
3262 return _nfs4_async_handle_error(task, server, server->nfs_client, state);
3263}
3264
David Howellsadfa6f92006-08-22 20:06:08 -04003265int nfs4_proc_setclientid(struct nfs_client *clp, u32 program, unsigned short port, struct rpc_cred *cred)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003266{
3267 nfs4_verifier sc_verifier;
3268 struct nfs4_setclientid setclientid = {
3269 .sc_verifier = &sc_verifier,
3270 .sc_prog = program,
3271 };
3272 struct rpc_message msg = {
3273 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETCLIENTID],
3274 .rpc_argp = &setclientid,
3275 .rpc_resp = clp,
Trond Myklebust286d7d62006-01-03 09:55:26 +01003276 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003277 };
Al Virobc4785c2006-10-19 23:28:51 -07003278 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003279 int loop = 0;
3280 int status;
3281
Al Virobc4785c2006-10-19 23:28:51 -07003282 p = (__be32*)sc_verifier.data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003283 *p++ = htonl((u32)clp->cl_boot_time.tv_sec);
3284 *p = htonl((u32)clp->cl_boot_time.tv_nsec);
3285
3286 for(;;) {
3287 setclientid.sc_name_len = scnprintf(setclientid.sc_name,
Trond Myklebust69dd7162007-12-14 14:56:07 -05003288 sizeof(setclientid.sc_name), "%s/%s %s %s %u",
Chuck Leverd4d3c502007-12-10 14:57:09 -05003289 clp->cl_ipaddr,
3290 rpc_peeraddr2str(clp->cl_rpcclient,
3291 RPC_DISPLAY_ADDR),
Trond Myklebust69dd7162007-12-14 14:56:07 -05003292 rpc_peeraddr2str(clp->cl_rpcclient,
3293 RPC_DISPLAY_PROTO),
Trond Myklebust78ea3232008-04-07 20:49:28 -04003294 clp->cl_rpcclient->cl_auth->au_ops->au_name,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003295 clp->cl_id_uniquifier);
3296 setclientid.sc_netid_len = scnprintf(setclientid.sc_netid,
Chuck Leverd4d3c502007-12-10 14:57:09 -05003297 sizeof(setclientid.sc_netid),
3298 rpc_peeraddr2str(clp->cl_rpcclient,
3299 RPC_DISPLAY_NETID));
Linus Torvalds1da177e2005-04-16 15:20:36 -07003300 setclientid.sc_uaddr_len = scnprintf(setclientid.sc_uaddr,
Chuck Leverd4d3c502007-12-10 14:57:09 -05003301 sizeof(setclientid.sc_uaddr), "%s.%u.%u",
Linus Torvalds1da177e2005-04-16 15:20:36 -07003302 clp->cl_ipaddr, port >> 8, port & 255);
3303
3304 status = rpc_call_sync(clp->cl_rpcclient, &msg, 0);
3305 if (status != -NFS4ERR_CLID_INUSE)
3306 break;
3307 if (signalled())
3308 break;
3309 if (loop++ & 1)
3310 ssleep(clp->cl_lease_time + 1);
3311 else
3312 if (++clp->cl_id_uniquifier == 0)
3313 break;
3314 }
3315 return status;
3316}
3317
David Howellsadfa6f92006-08-22 20:06:08 -04003318static int _nfs4_proc_setclientid_confirm(struct nfs_client *clp, struct rpc_cred *cred)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003319{
3320 struct nfs_fsinfo fsinfo;
3321 struct rpc_message msg = {
3322 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETCLIENTID_CONFIRM],
3323 .rpc_argp = clp,
3324 .rpc_resp = &fsinfo,
Trond Myklebust286d7d62006-01-03 09:55:26 +01003325 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003326 };
3327 unsigned long now;
3328 int status;
3329
3330 now = jiffies;
3331 status = rpc_call_sync(clp->cl_rpcclient, &msg, 0);
3332 if (status == 0) {
3333 spin_lock(&clp->cl_lock);
3334 clp->cl_lease_time = fsinfo.lease_time * HZ;
3335 clp->cl_last_renewal = now;
3336 spin_unlock(&clp->cl_lock);
3337 }
3338 return status;
3339}
3340
David Howellsadfa6f92006-08-22 20:06:08 -04003341int nfs4_proc_setclientid_confirm(struct nfs_client *clp, struct rpc_cred *cred)
Trond Myklebust51581f32006-03-20 13:44:47 -05003342{
Benny Halevy77e03672008-06-24 20:25:57 +03003343 long timeout = 0;
Trond Myklebust51581f32006-03-20 13:44:47 -05003344 int err;
3345 do {
3346 err = _nfs4_proc_setclientid_confirm(clp, cred);
3347 switch (err) {
3348 case 0:
3349 return err;
3350 case -NFS4ERR_RESOURCE:
3351 /* The IBM lawyers misread another document! */
3352 case -NFS4ERR_DELAY:
3353 err = nfs4_delay(clp->cl_rpcclient, &timeout);
3354 }
3355 } while (err == 0);
3356 return err;
3357}
3358
Trond Myklebustfe650402006-01-03 09:55:18 +01003359struct nfs4_delegreturndata {
3360 struct nfs4_delegreturnargs args;
Trond Myklebustfa178f22006-01-03 09:55:38 +01003361 struct nfs4_delegreturnres res;
Trond Myklebustfe650402006-01-03 09:55:18 +01003362 struct nfs_fh fh;
3363 nfs4_stateid stateid;
Trond Myklebust26e976a2006-01-03 09:55:21 +01003364 unsigned long timestamp;
Trond Myklebustfa178f22006-01-03 09:55:38 +01003365 struct nfs_fattr fattr;
Trond Myklebustfe650402006-01-03 09:55:18 +01003366 int rpc_status;
3367};
3368
Trond Myklebustfe650402006-01-03 09:55:18 +01003369static void nfs4_delegreturn_done(struct rpc_task *task, void *calldata)
3370{
3371 struct nfs4_delegreturndata *data = calldata;
Andy Adamson938e1012009-04-01 09:22:28 -04003372
3373 nfs4_sequence_done_free_slot(data->res.server, &data->res.seq_res,
3374 task->tk_status);
3375
Trond Myklebustfe650402006-01-03 09:55:18 +01003376 data->rpc_status = task->tk_status;
Trond Myklebust26e976a2006-01-03 09:55:21 +01003377 if (data->rpc_status == 0)
Trond Myklebustfa178f22006-01-03 09:55:38 +01003378 renew_lease(data->res.server, data->timestamp);
Trond Myklebustfe650402006-01-03 09:55:18 +01003379}
3380
3381static void nfs4_delegreturn_release(void *calldata)
3382{
Trond Myklebustfe650402006-01-03 09:55:18 +01003383 kfree(calldata);
3384}
3385
Andy Adamson938e1012009-04-01 09:22:28 -04003386#if defined(CONFIG_NFS_V4_1)
3387static void nfs4_delegreturn_prepare(struct rpc_task *task, void *data)
3388{
3389 struct nfs4_delegreturndata *d_data;
3390
3391 d_data = (struct nfs4_delegreturndata *)data;
3392
3393 if (nfs4_setup_sequence(d_data->res.server->nfs_client,
3394 &d_data->args.seq_args,
3395 &d_data->res.seq_res, 1, task))
3396 return;
3397 rpc_call_start(task);
3398}
3399#endif /* CONFIG_NFS_V4_1 */
3400
Jesper Juhlc8d149f2006-03-20 13:44:07 -05003401static const struct rpc_call_ops nfs4_delegreturn_ops = {
Andy Adamson938e1012009-04-01 09:22:28 -04003402#if defined(CONFIG_NFS_V4_1)
3403 .rpc_call_prepare = nfs4_delegreturn_prepare,
3404#endif /* CONFIG_NFS_V4_1 */
Trond Myklebustfe650402006-01-03 09:55:18 +01003405 .rpc_call_done = nfs4_delegreturn_done,
3406 .rpc_release = nfs4_delegreturn_release,
3407};
3408
Trond Myklebuste6f81072008-01-24 18:14:34 -05003409static int _nfs4_proc_delegreturn(struct inode *inode, struct rpc_cred *cred, const nfs4_stateid *stateid, int issync)
Trond Myklebustfe650402006-01-03 09:55:18 +01003410{
3411 struct nfs4_delegreturndata *data;
Trond Myklebustfa178f22006-01-03 09:55:38 +01003412 struct nfs_server *server = NFS_SERVER(inode);
Trond Myklebustfe650402006-01-03 09:55:18 +01003413 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04003414 struct rpc_message msg = {
3415 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_DELEGRETURN],
3416 .rpc_cred = cred,
3417 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04003418 struct rpc_task_setup task_setup_data = {
3419 .rpc_client = server->client,
Trond Myklebust5138fde2007-07-14 15:40:01 -04003420 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04003421 .callback_ops = &nfs4_delegreturn_ops,
3422 .flags = RPC_TASK_ASYNC,
3423 };
Trond Myklebuste6f81072008-01-24 18:14:34 -05003424 int status = 0;
Trond Myklebustfe650402006-01-03 09:55:18 +01003425
Andy Adamson938e1012009-04-01 09:22:28 -04003426 data = kzalloc(sizeof(*data), GFP_KERNEL);
Trond Myklebustfe650402006-01-03 09:55:18 +01003427 if (data == NULL)
3428 return -ENOMEM;
3429 data->args.fhandle = &data->fh;
3430 data->args.stateid = &data->stateid;
Trond Myklebustfa178f22006-01-03 09:55:38 +01003431 data->args.bitmask = server->attr_bitmask;
Trond Myklebustfe650402006-01-03 09:55:18 +01003432 nfs_copy_fh(&data->fh, NFS_FH(inode));
3433 memcpy(&data->stateid, stateid, sizeof(data->stateid));
Trond Myklebustfa178f22006-01-03 09:55:38 +01003434 data->res.fattr = &data->fattr;
3435 data->res.server = server;
Andy Adamson5f7dbd52009-04-01 09:22:05 -04003436 data->res.seq_res.sr_slotid = NFS4_MAX_SLOT_TABLE;
Trond Myklebust5138fde2007-07-14 15:40:01 -04003437 nfs_fattr_init(data->res.fattr);
Trond Myklebust26e976a2006-01-03 09:55:21 +01003438 data->timestamp = jiffies;
Trond Myklebustfe650402006-01-03 09:55:18 +01003439 data->rpc_status = 0;
3440
Trond Myklebustc970aa82007-07-14 15:39:59 -04003441 task_setup_data.callback_data = data;
Trond Myklebust5138fde2007-07-14 15:40:01 -04003442 msg.rpc_argp = &data->args,
3443 msg.rpc_resp = &data->res,
Trond Myklebustc970aa82007-07-14 15:39:59 -04003444 task = rpc_run_task(&task_setup_data);
Trond Myklebust7a1218a2006-03-20 18:11:10 -05003445 if (IS_ERR(task))
Trond Myklebustfe650402006-01-03 09:55:18 +01003446 return PTR_ERR(task);
Trond Myklebuste6f81072008-01-24 18:14:34 -05003447 if (!issync)
3448 goto out;
Trond Myklebustfe650402006-01-03 09:55:18 +01003449 status = nfs4_wait_for_completion_rpc_task(task);
Trond Myklebuste6f81072008-01-24 18:14:34 -05003450 if (status != 0)
3451 goto out;
3452 status = data->rpc_status;
3453 if (status != 0)
3454 goto out;
3455 nfs_refresh_inode(inode, &data->fattr);
3456out:
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -05003457 rpc_put_task(task);
Trond Myklebustfe650402006-01-03 09:55:18 +01003458 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003459}
3460
Trond Myklebuste6f81072008-01-24 18:14:34 -05003461int nfs4_proc_delegreturn(struct inode *inode, struct rpc_cred *cred, const nfs4_stateid *stateid, int issync)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003462{
3463 struct nfs_server *server = NFS_SERVER(inode);
3464 struct nfs4_exception exception = { };
3465 int err;
3466 do {
Trond Myklebuste6f81072008-01-24 18:14:34 -05003467 err = _nfs4_proc_delegreturn(inode, cred, stateid, issync);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003468 switch (err) {
3469 case -NFS4ERR_STALE_STATEID:
3470 case -NFS4ERR_EXPIRED:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003471 case 0:
3472 return 0;
3473 }
3474 err = nfs4_handle_exception(server, err, &exception);
3475 } while (exception.retry);
3476 return err;
3477}
3478
3479#define NFS4_LOCK_MINTIMEOUT (1 * HZ)
3480#define NFS4_LOCK_MAXTIMEOUT (30 * HZ)
3481
3482/*
3483 * sleep, with exponential backoff, and retry the LOCK operation.
3484 */
3485static unsigned long
3486nfs4_set_lock_task_retry(unsigned long timeout)
3487{
Matthew Wilcox150030b2007-12-06 16:24:39 -05003488 schedule_timeout_killable(timeout);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003489 timeout <<= 1;
3490 if (timeout > NFS4_LOCK_MAXTIMEOUT)
3491 return NFS4_LOCK_MAXTIMEOUT;
3492 return timeout;
3493}
3494
Linus Torvalds1da177e2005-04-16 15:20:36 -07003495static int _nfs4_proc_getlk(struct nfs4_state *state, int cmd, struct file_lock *request)
3496{
3497 struct inode *inode = state->inode;
3498 struct nfs_server *server = NFS_SERVER(inode);
David Howells7539bba2006-08-22 20:06:09 -04003499 struct nfs_client *clp = server->nfs_client;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003500 struct nfs_lockt_args arg = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003501 .fh = NFS_FH(inode),
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003502 .fl = request,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003503 };
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003504 struct nfs_lockt_res res = {
3505 .denied = request,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003506 };
3507 struct rpc_message msg = {
3508 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOCKT],
3509 .rpc_argp = &arg,
3510 .rpc_resp = &res,
3511 .rpc_cred = state->owner->so_cred,
3512 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07003513 struct nfs4_lock_state *lsp;
3514 int status;
3515
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003516 arg.lock_owner.clientid = clp->cl_clientid;
Trond Myklebust8d0a8a92005-06-22 17:16:32 +00003517 status = nfs4_set_lock_state(state, request);
3518 if (status != 0)
3519 goto out;
3520 lsp = request->fl_u.nfs4_fl.owner;
Trond Myklebust9f958ab2007-07-02 13:58:33 -04003521 arg.lock_owner.id = lsp->ls_id.id;
Andy Adamsoncccef3b2009-04-01 09:22:03 -04003522 status = nfs4_call_sync(server, &msg, &arg, &res, 1);
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003523 switch (status) {
3524 case 0:
3525 request->fl_type = F_UNLCK;
3526 break;
3527 case -NFS4ERR_DENIED:
3528 status = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003529 }
J. Bruce Fields70cc6482007-02-22 18:48:53 -05003530 request->fl_ops->fl_release_private(request);
Trond Myklebust8d0a8a92005-06-22 17:16:32 +00003531out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003532 return status;
3533}
3534
3535static int nfs4_proc_getlk(struct nfs4_state *state, int cmd, struct file_lock *request)
3536{
3537 struct nfs4_exception exception = { };
3538 int err;
3539
3540 do {
3541 err = nfs4_handle_exception(NFS_SERVER(state->inode),
3542 _nfs4_proc_getlk(state, cmd, request),
3543 &exception);
3544 } while (exception.retry);
3545 return err;
3546}
3547
3548static int do_vfs_lock(struct file *file, struct file_lock *fl)
3549{
3550 int res = 0;
3551 switch (fl->fl_flags & (FL_POSIX|FL_FLOCK)) {
3552 case FL_POSIX:
3553 res = posix_lock_file_wait(file, fl);
3554 break;
3555 case FL_FLOCK:
3556 res = flock_lock_file_wait(file, fl);
3557 break;
3558 default:
3559 BUG();
3560 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003561 return res;
3562}
3563
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003564struct nfs4_unlockdata {
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003565 struct nfs_locku_args arg;
3566 struct nfs_locku_res res;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003567 struct nfs4_lock_state *lsp;
3568 struct nfs_open_context *ctx;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003569 struct file_lock fl;
3570 const struct nfs_server *server;
Trond Myklebust26e976a2006-01-03 09:55:21 +01003571 unsigned long timestamp;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003572};
3573
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003574static struct nfs4_unlockdata *nfs4_alloc_unlockdata(struct file_lock *fl,
3575 struct nfs_open_context *ctx,
3576 struct nfs4_lock_state *lsp,
3577 struct nfs_seqid *seqid)
3578{
3579 struct nfs4_unlockdata *p;
3580 struct inode *inode = lsp->ls_state->inode;
3581
Andy Adamsona8936932009-04-01 09:22:23 -04003582 p = kzalloc(sizeof(*p), GFP_KERNEL);
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003583 if (p == NULL)
3584 return NULL;
3585 p->arg.fh = NFS_FH(inode);
3586 p->arg.fl = &p->fl;
3587 p->arg.seqid = seqid;
Trond Myklebustc1d51932008-04-07 13:20:54 -04003588 p->res.seqid = seqid;
Andy Adamson5f7dbd52009-04-01 09:22:05 -04003589 p->res.seq_res.sr_slotid = NFS4_MAX_SLOT_TABLE;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003590 p->arg.stateid = &lsp->ls_stateid;
3591 p->lsp = lsp;
3592 atomic_inc(&lsp->ls_count);
3593 /* Ensure we don't close file until we're done freeing locks! */
3594 p->ctx = get_nfs_open_context(ctx);
3595 memcpy(&p->fl, fl, sizeof(p->fl));
3596 p->server = NFS_SERVER(inode);
3597 return p;
3598}
3599
Trond Myklebust06f814a2006-01-03 09:55:07 +01003600static void nfs4_locku_release_calldata(void *data)
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003601{
Trond Myklebust963d8fe2006-01-03 09:55:04 +01003602 struct nfs4_unlockdata *calldata = data;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003603 nfs_free_seqid(calldata->arg.seqid);
Trond Myklebust06f814a2006-01-03 09:55:07 +01003604 nfs4_put_lock_state(calldata->lsp);
3605 put_nfs_open_context(calldata->ctx);
3606 kfree(calldata);
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003607}
3608
Trond Myklebust963d8fe2006-01-03 09:55:04 +01003609static void nfs4_locku_done(struct rpc_task *task, void *data)
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003610{
Trond Myklebust963d8fe2006-01-03 09:55:04 +01003611 struct nfs4_unlockdata *calldata = data;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003612
Andy Adamsona8936932009-04-01 09:22:23 -04003613 nfs4_sequence_done(calldata->server, &calldata->res.seq_res,
3614 task->tk_status);
Trond Myklebust06f814a2006-01-03 09:55:07 +01003615 if (RPC_ASSASSINATED(task))
3616 return;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003617 switch (task->tk_status) {
3618 case 0:
3619 memcpy(calldata->lsp->ls_stateid.data,
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003620 calldata->res.stateid.data,
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003621 sizeof(calldata->lsp->ls_stateid.data));
Trond Myklebust26e976a2006-01-03 09:55:21 +01003622 renew_lease(calldata->server, calldata->timestamp);
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003623 break;
Trond Myklebust9e33bed2008-12-23 15:21:46 -05003624 case -NFS4ERR_BAD_STATEID:
3625 case -NFS4ERR_OLD_STATEID:
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003626 case -NFS4ERR_STALE_STATEID:
3627 case -NFS4ERR_EXPIRED:
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003628 break;
3629 default:
Trond Myklebust9e33bed2008-12-23 15:21:46 -05003630 if (nfs4_async_handle_error(task, calldata->server, NULL) == -EAGAIN)
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003631 rpc_restart_call(task);
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003632 }
Andy Adamsona8936932009-04-01 09:22:23 -04003633 nfs4_sequence_free_slot(calldata->server->nfs_client,
3634 &calldata->res.seq_res);
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003635}
3636
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01003637static void nfs4_locku_prepare(struct rpc_task *task, void *data)
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003638{
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01003639 struct nfs4_unlockdata *calldata = data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003640
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003641 if (nfs_wait_on_sequence(calldata->arg.seqid, task) != 0)
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003642 return;
3643 if ((calldata->lsp->ls_flags & NFS_LOCK_INITIALIZED) == 0) {
Trond Myklebust963d8fe2006-01-03 09:55:04 +01003644 /* Note: exit _without_ running nfs4_locku_done */
3645 task->tk_action = NULL;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003646 return;
3647 }
Trond Myklebust26e976a2006-01-03 09:55:21 +01003648 calldata->timestamp = jiffies;
Andy Adamsona8936932009-04-01 09:22:23 -04003649 if (nfs4_setup_sequence(calldata->server->nfs_client,
3650 &calldata->arg.seq_args,
3651 &calldata->res.seq_res, 1, task))
3652 return;
Trond Myklebust5138fde2007-07-14 15:40:01 -04003653 rpc_call_start(task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003654}
3655
Trond Myklebust963d8fe2006-01-03 09:55:04 +01003656static const struct rpc_call_ops nfs4_locku_ops = {
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01003657 .rpc_call_prepare = nfs4_locku_prepare,
Trond Myklebust963d8fe2006-01-03 09:55:04 +01003658 .rpc_call_done = nfs4_locku_done,
Trond Myklebust06f814a2006-01-03 09:55:07 +01003659 .rpc_release = nfs4_locku_release_calldata,
Trond Myklebust963d8fe2006-01-03 09:55:04 +01003660};
3661
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003662static struct rpc_task *nfs4_do_unlck(struct file_lock *fl,
3663 struct nfs_open_context *ctx,
3664 struct nfs4_lock_state *lsp,
3665 struct nfs_seqid *seqid)
3666{
3667 struct nfs4_unlockdata *data;
Trond Myklebust5138fde2007-07-14 15:40:01 -04003668 struct rpc_message msg = {
3669 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOCKU],
3670 .rpc_cred = ctx->cred,
3671 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04003672 struct rpc_task_setup task_setup_data = {
3673 .rpc_client = NFS_CLIENT(lsp->ls_state->inode),
Trond Myklebust5138fde2007-07-14 15:40:01 -04003674 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04003675 .callback_ops = &nfs4_locku_ops,
Trond Myklebust101070c2008-02-19 20:04:23 -05003676 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04003677 .flags = RPC_TASK_ASYNC,
3678 };
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003679
Frank Filz137d6ac2007-07-09 15:32:29 -07003680 /* Ensure this is an unlock - when canceling a lock, the
3681 * canceled lock is passed in, and it won't be an unlock.
3682 */
3683 fl->fl_type = F_UNLCK;
3684
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003685 data = nfs4_alloc_unlockdata(fl, ctx, lsp, seqid);
3686 if (data == NULL) {
3687 nfs_free_seqid(seqid);
3688 return ERR_PTR(-ENOMEM);
3689 }
3690
Trond Myklebust5138fde2007-07-14 15:40:01 -04003691 msg.rpc_argp = &data->arg,
3692 msg.rpc_resp = &data->res,
Trond Myklebustc970aa82007-07-14 15:39:59 -04003693 task_setup_data.callback_data = data;
3694 return rpc_run_task(&task_setup_data);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003695}
3696
Linus Torvalds1da177e2005-04-16 15:20:36 -07003697static int nfs4_proc_unlck(struct nfs4_state *state, int cmd, struct file_lock *request)
3698{
Trond Myklebust19e03c52008-12-23 15:21:44 -05003699 struct nfs_inode *nfsi = NFS_I(state->inode);
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003700 struct nfs_seqid *seqid;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003701 struct nfs4_lock_state *lsp;
Trond Myklebust06f814a2006-01-03 09:55:07 +01003702 struct rpc_task *task;
3703 int status = 0;
Trond Myklebust536ff0f2008-04-04 15:08:02 -04003704 unsigned char fl_flags = request->fl_flags;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003705
Trond Myklebust9b073572006-06-29 16:38:34 -04003706 status = nfs4_set_lock_state(state, request);
3707 /* Unlock _before_ we do the RPC call */
3708 request->fl_flags |= FL_EXISTS;
Trond Myklebust19e03c52008-12-23 15:21:44 -05003709 down_read(&nfsi->rwsem);
3710 if (do_vfs_lock(request->fl_file, request) == -ENOENT) {
3711 up_read(&nfsi->rwsem);
Trond Myklebust9b073572006-06-29 16:38:34 -04003712 goto out;
Trond Myklebust19e03c52008-12-23 15:21:44 -05003713 }
3714 up_read(&nfsi->rwsem);
Trond Myklebust9b073572006-06-29 16:38:34 -04003715 if (status != 0)
3716 goto out;
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05003717 /* Is this a delegated lock? */
3718 if (test_bit(NFS_DELEGATED_STATE, &state->flags))
Trond Myklebust9b073572006-06-29 16:38:34 -04003719 goto out;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003720 lsp = request->fl_u.nfs4_fl.owner;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003721 seqid = nfs_alloc_seqid(&lsp->ls_seqid);
Trond Myklebust9b073572006-06-29 16:38:34 -04003722 status = -ENOMEM;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003723 if (seqid == NULL)
Trond Myklebust9b073572006-06-29 16:38:34 -04003724 goto out;
Trond Myklebustcd3758e2007-08-10 17:44:32 -04003725 task = nfs4_do_unlck(request, nfs_file_open_context(request->fl_file), lsp, seqid);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003726 status = PTR_ERR(task);
3727 if (IS_ERR(task))
Trond Myklebust9b073572006-06-29 16:38:34 -04003728 goto out;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003729 status = nfs4_wait_for_completion_rpc_task(task);
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -05003730 rpc_put_task(task);
Trond Myklebust9b073572006-06-29 16:38:34 -04003731out:
Trond Myklebust536ff0f2008-04-04 15:08:02 -04003732 request->fl_flags = fl_flags;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003733 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003734}
3735
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003736struct nfs4_lockdata {
3737 struct nfs_lock_args arg;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003738 struct nfs_lock_res res;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003739 struct nfs4_lock_state *lsp;
3740 struct nfs_open_context *ctx;
3741 struct file_lock fl;
Trond Myklebust26e976a2006-01-03 09:55:21 +01003742 unsigned long timestamp;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003743 int rpc_status;
3744 int cancelled;
Andy Adamson66179ef2009-04-01 09:22:22 -04003745 struct nfs_server *server;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003746};
3747
3748static struct nfs4_lockdata *nfs4_alloc_lockdata(struct file_lock *fl,
3749 struct nfs_open_context *ctx, struct nfs4_lock_state *lsp)
3750{
3751 struct nfs4_lockdata *p;
3752 struct inode *inode = lsp->ls_state->inode;
3753 struct nfs_server *server = NFS_SERVER(inode);
3754
3755 p = kzalloc(sizeof(*p), GFP_KERNEL);
3756 if (p == NULL)
3757 return NULL;
3758
3759 p->arg.fh = NFS_FH(inode);
3760 p->arg.fl = &p->fl;
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05003761 p->arg.open_seqid = nfs_alloc_seqid(&lsp->ls_state->owner->so_seqid);
3762 if (p->arg.open_seqid == NULL)
3763 goto out_free;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003764 p->arg.lock_seqid = nfs_alloc_seqid(&lsp->ls_seqid);
3765 if (p->arg.lock_seqid == NULL)
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05003766 goto out_free_seqid;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003767 p->arg.lock_stateid = &lsp->ls_stateid;
David Howells7539bba2006-08-22 20:06:09 -04003768 p->arg.lock_owner.clientid = server->nfs_client->cl_clientid;
Trond Myklebust9f958ab2007-07-02 13:58:33 -04003769 p->arg.lock_owner.id = lsp->ls_id.id;
Trond Myklebustc1d51932008-04-07 13:20:54 -04003770 p->res.lock_seqid = p->arg.lock_seqid;
Andy Adamson5f7dbd52009-04-01 09:22:05 -04003771 p->res.seq_res.sr_slotid = NFS4_MAX_SLOT_TABLE;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003772 p->lsp = lsp;
Andy Adamson66179ef2009-04-01 09:22:22 -04003773 p->server = server;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003774 atomic_inc(&lsp->ls_count);
3775 p->ctx = get_nfs_open_context(ctx);
3776 memcpy(&p->fl, fl, sizeof(p->fl));
3777 return p;
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05003778out_free_seqid:
3779 nfs_free_seqid(p->arg.open_seqid);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003780out_free:
3781 kfree(p);
3782 return NULL;
3783}
3784
3785static void nfs4_lock_prepare(struct rpc_task *task, void *calldata)
3786{
3787 struct nfs4_lockdata *data = calldata;
3788 struct nfs4_state *state = data->lsp->ls_state;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003789
Harvey Harrison3110ff82008-05-02 13:42:44 -07003790 dprintk("%s: begin!\n", __func__);
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05003791 if (nfs_wait_on_sequence(data->arg.lock_seqid, task) != 0)
3792 return;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003793 /* Do we need to do an open_to_lock_owner? */
3794 if (!(data->arg.lock_seqid->sequence->flags & NFS_SEQID_CONFIRMED)) {
Trond Myklebuste6e21972008-01-02 16:27:16 -05003795 if (nfs_wait_on_sequence(data->arg.open_seqid, task) != 0)
3796 return;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003797 data->arg.open_stateid = &state->stateid;
3798 data->arg.new_lock_owner = 1;
Trond Myklebustc1d51932008-04-07 13:20:54 -04003799 data->res.open_seqid = data->arg.open_seqid;
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05003800 } else
3801 data->arg.new_lock_owner = 0;
Trond Myklebust26e976a2006-01-03 09:55:21 +01003802 data->timestamp = jiffies;
Andy Adamson66179ef2009-04-01 09:22:22 -04003803 if (nfs4_setup_sequence(data->server->nfs_client, &data->arg.seq_args,
3804 &data->res.seq_res, 1, task))
3805 return;
Trond Myklebust5138fde2007-07-14 15:40:01 -04003806 rpc_call_start(task);
Harvey Harrison3110ff82008-05-02 13:42:44 -07003807 dprintk("%s: done!, ret = %d\n", __func__, data->rpc_status);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003808}
3809
3810static void nfs4_lock_done(struct rpc_task *task, void *calldata)
3811{
3812 struct nfs4_lockdata *data = calldata;
3813
Harvey Harrison3110ff82008-05-02 13:42:44 -07003814 dprintk("%s: begin!\n", __func__);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003815
Andy Adamson66179ef2009-04-01 09:22:22 -04003816 nfs4_sequence_done_free_slot(data->server, &data->res.seq_res,
3817 task->tk_status);
3818
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003819 data->rpc_status = task->tk_status;
3820 if (RPC_ASSASSINATED(task))
3821 goto out;
3822 if (data->arg.new_lock_owner != 0) {
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003823 if (data->rpc_status == 0)
3824 nfs_confirm_seqid(&data->lsp->ls_seqid, 0);
3825 else
3826 goto out;
3827 }
3828 if (data->rpc_status == 0) {
3829 memcpy(data->lsp->ls_stateid.data, data->res.stateid.data,
3830 sizeof(data->lsp->ls_stateid.data));
3831 data->lsp->ls_flags |= NFS_LOCK_INITIALIZED;
Trond Myklebust88be9f92007-06-05 10:42:27 -04003832 renew_lease(NFS_SERVER(data->ctx->path.dentry->d_inode), data->timestamp);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003833 }
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003834out:
Harvey Harrison3110ff82008-05-02 13:42:44 -07003835 dprintk("%s: done, ret = %d!\n", __func__, data->rpc_status);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003836}
3837
3838static void nfs4_lock_release(void *calldata)
3839{
3840 struct nfs4_lockdata *data = calldata;
3841
Harvey Harrison3110ff82008-05-02 13:42:44 -07003842 dprintk("%s: begin!\n", __func__);
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05003843 nfs_free_seqid(data->arg.open_seqid);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003844 if (data->cancelled != 0) {
3845 struct rpc_task *task;
3846 task = nfs4_do_unlck(&data->fl, data->ctx, data->lsp,
3847 data->arg.lock_seqid);
3848 if (!IS_ERR(task))
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -05003849 rpc_put_task(task);
Harvey Harrison3110ff82008-05-02 13:42:44 -07003850 dprintk("%s: cancelling lock!\n", __func__);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003851 } else
3852 nfs_free_seqid(data->arg.lock_seqid);
3853 nfs4_put_lock_state(data->lsp);
3854 put_nfs_open_context(data->ctx);
3855 kfree(data);
Harvey Harrison3110ff82008-05-02 13:42:44 -07003856 dprintk("%s: done!\n", __func__);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003857}
3858
3859static const struct rpc_call_ops nfs4_lock_ops = {
3860 .rpc_call_prepare = nfs4_lock_prepare,
3861 .rpc_call_done = nfs4_lock_done,
3862 .rpc_release = nfs4_lock_release,
3863};
3864
3865static int _nfs4_do_setlk(struct nfs4_state *state, int cmd, struct file_lock *fl, int reclaim)
3866{
3867 struct nfs4_lockdata *data;
3868 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04003869 struct rpc_message msg = {
3870 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOCK],
3871 .rpc_cred = state->owner->so_cred,
3872 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04003873 struct rpc_task_setup task_setup_data = {
3874 .rpc_client = NFS_CLIENT(state->inode),
Trond Myklebust5138fde2007-07-14 15:40:01 -04003875 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04003876 .callback_ops = &nfs4_lock_ops,
Trond Myklebust101070c2008-02-19 20:04:23 -05003877 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04003878 .flags = RPC_TASK_ASYNC,
3879 };
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003880 int ret;
3881
Harvey Harrison3110ff82008-05-02 13:42:44 -07003882 dprintk("%s: begin!\n", __func__);
Trond Myklebustcd3758e2007-08-10 17:44:32 -04003883 data = nfs4_alloc_lockdata(fl, nfs_file_open_context(fl->fl_file),
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003884 fl->fl_u.nfs4_fl.owner);
3885 if (data == NULL)
3886 return -ENOMEM;
3887 if (IS_SETLKW(cmd))
3888 data->arg.block = 1;
3889 if (reclaim != 0)
3890 data->arg.reclaim = 1;
Trond Myklebust5138fde2007-07-14 15:40:01 -04003891 msg.rpc_argp = &data->arg,
3892 msg.rpc_resp = &data->res,
Trond Myklebustc970aa82007-07-14 15:39:59 -04003893 task_setup_data.callback_data = data;
3894 task = rpc_run_task(&task_setup_data);
Trond Myklebust7a1218a2006-03-20 18:11:10 -05003895 if (IS_ERR(task))
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003896 return PTR_ERR(task);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003897 ret = nfs4_wait_for_completion_rpc_task(task);
3898 if (ret == 0) {
3899 ret = data->rpc_status;
3900 if (ret == -NFS4ERR_DENIED)
3901 ret = -EAGAIN;
3902 } else
3903 data->cancelled = 1;
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -05003904 rpc_put_task(task);
Harvey Harrison3110ff82008-05-02 13:42:44 -07003905 dprintk("%s: done, ret = %d!\n", __func__, ret);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003906 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003907}
3908
3909static int nfs4_lock_reclaim(struct nfs4_state *state, struct file_lock *request)
3910{
Trond Myklebust202b50d2005-06-22 17:16:29 +00003911 struct nfs_server *server = NFS_SERVER(state->inode);
3912 struct nfs4_exception exception = { };
3913 int err;
3914
3915 do {
Trond Myklebust42a2d132006-06-29 16:38:36 -04003916 /* Cache the lock if possible... */
3917 if (test_bit(NFS_DELEGATED_STATE, &state->flags) != 0)
3918 return 0;
Trond Myklebust202b50d2005-06-22 17:16:29 +00003919 err = _nfs4_do_setlk(state, F_SETLK, request, 1);
3920 if (err != -NFS4ERR_DELAY)
3921 break;
3922 nfs4_handle_exception(server, err, &exception);
3923 } while (exception.retry);
3924 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003925}
3926
3927static int nfs4_lock_expired(struct nfs4_state *state, struct file_lock *request)
3928{
Trond Myklebust202b50d2005-06-22 17:16:29 +00003929 struct nfs_server *server = NFS_SERVER(state->inode);
3930 struct nfs4_exception exception = { };
3931 int err;
3932
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05003933 err = nfs4_set_lock_state(state, request);
3934 if (err != 0)
3935 return err;
Trond Myklebust202b50d2005-06-22 17:16:29 +00003936 do {
Trond Myklebust42a2d132006-06-29 16:38:36 -04003937 if (test_bit(NFS_DELEGATED_STATE, &state->flags) != 0)
3938 return 0;
Trond Myklebust202b50d2005-06-22 17:16:29 +00003939 err = _nfs4_do_setlk(state, F_SETLK, request, 0);
3940 if (err != -NFS4ERR_DELAY)
3941 break;
3942 nfs4_handle_exception(server, err, &exception);
3943 } while (exception.retry);
3944 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003945}
3946
3947static int _nfs4_proc_setlk(struct nfs4_state *state, int cmd, struct file_lock *request)
3948{
Trond Myklebust19e03c52008-12-23 15:21:44 -05003949 struct nfs_inode *nfsi = NFS_I(state->inode);
Trond Myklebust01c3b862006-06-29 16:38:39 -04003950 unsigned char fl_flags = request->fl_flags;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003951 int status;
3952
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05003953 /* Is this a delegated open? */
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05003954 status = nfs4_set_lock_state(state, request);
3955 if (status != 0)
3956 goto out;
Trond Myklebust01c3b862006-06-29 16:38:39 -04003957 request->fl_flags |= FL_ACCESS;
3958 status = do_vfs_lock(request->fl_file, request);
3959 if (status < 0)
3960 goto out;
Trond Myklebust19e03c52008-12-23 15:21:44 -05003961 down_read(&nfsi->rwsem);
Trond Myklebust01c3b862006-06-29 16:38:39 -04003962 if (test_bit(NFS_DELEGATED_STATE, &state->flags)) {
Trond Myklebust01c3b862006-06-29 16:38:39 -04003963 /* Yes: cache locks! */
Trond Myklebust01c3b862006-06-29 16:38:39 -04003964 /* ...but avoid races with delegation recall... */
Trond Myklebust19e03c52008-12-23 15:21:44 -05003965 request->fl_flags = fl_flags & ~FL_SLEEP;
3966 status = do_vfs_lock(request->fl_file, request);
3967 goto out_unlock;
Trond Myklebust01c3b862006-06-29 16:38:39 -04003968 }
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05003969 status = _nfs4_do_setlk(state, cmd, request, 0);
3970 if (status != 0)
Trond Myklebust01c3b862006-06-29 16:38:39 -04003971 goto out_unlock;
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05003972 /* Note: we always want to sleep here! */
Trond Myklebust01c3b862006-06-29 16:38:39 -04003973 request->fl_flags = fl_flags | FL_SLEEP;
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05003974 if (do_vfs_lock(request->fl_file, request) < 0)
Harvey Harrison3110ff82008-05-02 13:42:44 -07003975 printk(KERN_WARNING "%s: VFS is out of sync with lock manager!\n", __func__);
Trond Myklebust01c3b862006-06-29 16:38:39 -04003976out_unlock:
Trond Myklebust19e03c52008-12-23 15:21:44 -05003977 up_read(&nfsi->rwsem);
Trond Myklebust01c3b862006-06-29 16:38:39 -04003978out:
3979 request->fl_flags = fl_flags;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003980 return status;
3981}
3982
3983static int nfs4_proc_setlk(struct nfs4_state *state, int cmd, struct file_lock *request)
3984{
3985 struct nfs4_exception exception = { };
3986 int err;
3987
3988 do {
3989 err = nfs4_handle_exception(NFS_SERVER(state->inode),
3990 _nfs4_proc_setlk(state, cmd, request),
3991 &exception);
3992 } while (exception.retry);
3993 return err;
3994}
3995
3996static int
3997nfs4_proc_lock(struct file *filp, int cmd, struct file_lock *request)
3998{
3999 struct nfs_open_context *ctx;
4000 struct nfs4_state *state;
4001 unsigned long timeout = NFS4_LOCK_MINTIMEOUT;
4002 int status;
4003
4004 /* verify open state */
Trond Myklebustcd3758e2007-08-10 17:44:32 -04004005 ctx = nfs_file_open_context(filp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004006 state = ctx->state;
4007
4008 if (request->fl_start < 0 || request->fl_end < 0)
4009 return -EINVAL;
4010
4011 if (IS_GETLK(cmd))
4012 return nfs4_proc_getlk(state, F_GETLK, request);
4013
4014 if (!(IS_SETLK(cmd) || IS_SETLKW(cmd)))
4015 return -EINVAL;
4016
4017 if (request->fl_type == F_UNLCK)
4018 return nfs4_proc_unlck(state, cmd, request);
4019
4020 do {
4021 status = nfs4_proc_setlk(state, cmd, request);
4022 if ((status != -EAGAIN) || IS_SETLK(cmd))
4023 break;
4024 timeout = nfs4_set_lock_task_retry(timeout);
4025 status = -ERESTARTSYS;
4026 if (signalled())
4027 break;
4028 } while(status < 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004029 return status;
4030}
4031
Trond Myklebust888e6942005-11-04 15:38:11 -05004032int nfs4_lock_delegation_recall(struct nfs4_state *state, struct file_lock *fl)
4033{
4034 struct nfs_server *server = NFS_SERVER(state->inode);
4035 struct nfs4_exception exception = { };
4036 int err;
4037
4038 err = nfs4_set_lock_state(state, fl);
4039 if (err != 0)
4040 goto out;
4041 do {
4042 err = _nfs4_do_setlk(state, F_SETLK, fl, 0);
4043 if (err != -NFS4ERR_DELAY)
4044 break;
4045 err = nfs4_handle_exception(server, err, &exception);
4046 } while (exception.retry);
4047out:
4048 return err;
4049}
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00004050
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004051#define XATTR_NAME_NFSV4_ACL "system.nfs4_acl"
4052
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00004053int nfs4_setxattr(struct dentry *dentry, const char *key, const void *buf,
4054 size_t buflen, int flags)
4055{
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00004056 struct inode *inode = dentry->d_inode;
4057
4058 if (strcmp(key, XATTR_NAME_NFSV4_ACL) != 0)
4059 return -EOPNOTSUPP;
4060
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00004061 return nfs4_proc_set_acl(inode, buf, buflen);
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00004062}
4063
4064/* The getxattr man page suggests returning -ENODATA for unknown attributes,
4065 * and that's what we'll do for e.g. user attributes that haven't been set.
4066 * But we'll follow ext2/ext3's lead by returning -EOPNOTSUPP for unsupported
4067 * attributes in kernel-managed attribute namespaces. */
4068ssize_t nfs4_getxattr(struct dentry *dentry, const char *key, void *buf,
4069 size_t buflen)
4070{
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004071 struct inode *inode = dentry->d_inode;
4072
4073 if (strcmp(key, XATTR_NAME_NFSV4_ACL) != 0)
4074 return -EOPNOTSUPP;
4075
4076 return nfs4_proc_get_acl(inode, buf, buflen);
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00004077}
4078
4079ssize_t nfs4_listxattr(struct dentry *dentry, char *buf, size_t buflen)
4080{
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004081 size_t len = strlen(XATTR_NAME_NFSV4_ACL) + 1;
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00004082
J. Bruce Fields096455a2006-03-20 23:23:42 -05004083 if (!nfs4_server_supports_acls(NFS_SERVER(dentry->d_inode)))
4084 return 0;
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00004085 if (buf && buflen < len)
4086 return -ERANGE;
4087 if (buf)
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004088 memcpy(buf, XATTR_NAME_NFSV4_ACL, len);
4089 return len;
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00004090}
4091
Trond Myklebust69aaaae2009-03-11 14:10:28 -04004092static void nfs_fixup_referral_attributes(struct nfs_fattr *fattr)
4093{
4094 if (!((fattr->valid & NFS_ATTR_FATTR_FILEID) &&
4095 (fattr->valid & NFS_ATTR_FATTR_FSID) &&
4096 (fattr->valid & NFS_ATTR_FATTR_V4_REFERRAL)))
4097 return;
4098
4099 fattr->valid |= NFS_ATTR_FATTR_TYPE | NFS_ATTR_FATTR_MODE |
4100 NFS_ATTR_FATTR_NLINK;
4101 fattr->mode = S_IFDIR | S_IRUGO | S_IXUGO;
4102 fattr->nlink = 2;
4103}
4104
Trond Myklebust56659e92007-07-17 21:52:39 -04004105int nfs4_proc_fs_locations(struct inode *dir, const struct qstr *name,
Manoj Naik7aaa0b32006-06-09 09:34:23 -04004106 struct nfs4_fs_locations *fs_locations, struct page *page)
Trond Myklebust683b57b2006-06-09 09:34:22 -04004107{
4108 struct nfs_server *server = NFS_SERVER(dir);
4109 u32 bitmask[2] = {
Manoj Naik361e6242006-06-09 09:34:24 -04004110 [0] = FATTR4_WORD0_FSID | FATTR4_WORD0_FS_LOCATIONS,
4111 [1] = FATTR4_WORD1_MOUNTED_ON_FILEID,
Trond Myklebust683b57b2006-06-09 09:34:22 -04004112 };
4113 struct nfs4_fs_locations_arg args = {
4114 .dir_fh = NFS_FH(dir),
Trond Myklebustc228fd32007-01-13 02:28:11 -05004115 .name = name,
Trond Myklebust683b57b2006-06-09 09:34:22 -04004116 .page = page,
4117 .bitmask = bitmask,
4118 };
Benny Halevy22958462009-04-01 09:22:02 -04004119 struct nfs4_fs_locations_res res = {
4120 .fs_locations = fs_locations,
4121 };
Trond Myklebust683b57b2006-06-09 09:34:22 -04004122 struct rpc_message msg = {
4123 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FS_LOCATIONS],
4124 .rpc_argp = &args,
Benny Halevy22958462009-04-01 09:22:02 -04004125 .rpc_resp = &res,
Trond Myklebust683b57b2006-06-09 09:34:22 -04004126 };
4127 int status;
4128
Harvey Harrison3110ff82008-05-02 13:42:44 -07004129 dprintk("%s: start\n", __func__);
Trond Myklebustc228fd32007-01-13 02:28:11 -05004130 nfs_fattr_init(&fs_locations->fattr);
Trond Myklebust683b57b2006-06-09 09:34:22 -04004131 fs_locations->server = server;
Manoj Naik830b8e32006-06-09 09:34:25 -04004132 fs_locations->nlocations = 0;
Andy Adamsoncccef3b2009-04-01 09:22:03 -04004133 status = nfs4_call_sync(server, &msg, &args, &res, 0);
Trond Myklebust69aaaae2009-03-11 14:10:28 -04004134 nfs_fixup_referral_attributes(&fs_locations->fattr);
Harvey Harrison3110ff82008-05-02 13:42:44 -07004135 dprintk("%s: returned status = %d\n", __func__, status);
Trond Myklebust683b57b2006-06-09 09:34:22 -04004136 return status;
4137}
4138
Andy Adamson557134a2009-04-01 09:21:53 -04004139#ifdef CONFIG_NFS_V4_1
Benny Halevy99fe60d2009-04-01 09:22:29 -04004140/*
4141 * nfs4_proc_exchange_id()
4142 *
4143 * Since the clientid has expired, all compounds using sessions
4144 * associated with the stale clientid will be returning
4145 * NFS4ERR_BADSESSION in the sequence operation, and will therefore
4146 * be in some phase of session reset.
4147 */
4148static int nfs4_proc_exchange_id(struct nfs_client *clp, struct rpc_cred *cred)
4149{
4150 nfs4_verifier verifier;
4151 struct nfs41_exchange_id_args args = {
4152 .client = clp,
4153 .flags = clp->cl_exchange_flags,
4154 };
4155 struct nfs41_exchange_id_res res = {
4156 .client = clp,
4157 };
4158 int status;
4159 struct rpc_message msg = {
4160 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_EXCHANGE_ID],
4161 .rpc_argp = &args,
4162 .rpc_resp = &res,
4163 .rpc_cred = cred,
4164 };
4165 __be32 *p;
4166
4167 dprintk("--> %s\n", __func__);
4168 BUG_ON(clp == NULL);
4169 p = (u32 *)verifier.data;
4170 *p++ = htonl((u32)clp->cl_boot_time.tv_sec);
4171 *p = htonl((u32)clp->cl_boot_time.tv_nsec);
4172 args.verifier = &verifier;
4173
4174 while (1) {
4175 args.id_len = scnprintf(args.id, sizeof(args.id),
4176 "%s/%s %u",
4177 clp->cl_ipaddr,
4178 rpc_peeraddr2str(clp->cl_rpcclient,
4179 RPC_DISPLAY_ADDR),
4180 clp->cl_id_uniquifier);
4181
4182 status = rpc_call_sync(clp->cl_rpcclient, &msg, 0);
4183
4184 if (status != NFS4ERR_CLID_INUSE)
4185 break;
4186
4187 if (signalled())
4188 break;
4189
4190 if (++clp->cl_id_uniquifier == 0)
4191 break;
4192 }
4193
4194 dprintk("<-- %s status= %d\n", __func__, status);
4195 return status;
4196}
4197
Andy Adamson2050f0c2009-04-01 09:22:30 -04004198struct nfs4_get_lease_time_data {
4199 struct nfs4_get_lease_time_args *args;
4200 struct nfs4_get_lease_time_res *res;
4201 struct nfs_client *clp;
4202};
4203
4204static void nfs4_get_lease_time_prepare(struct rpc_task *task,
4205 void *calldata)
4206{
4207 int ret;
4208 struct nfs4_get_lease_time_data *data =
4209 (struct nfs4_get_lease_time_data *)calldata;
4210
4211 dprintk("--> %s\n", __func__);
4212 /* just setup sequence, do not trigger session recovery
4213 since we're invoked within one */
4214 ret = nfs41_setup_sequence(data->clp->cl_session,
4215 &data->args->la_seq_args,
4216 &data->res->lr_seq_res, 0, task);
4217
4218 BUG_ON(ret == -EAGAIN);
4219 rpc_call_start(task);
4220 dprintk("<-- %s\n", __func__);
4221}
4222
4223/*
4224 * Called from nfs4_state_manager thread for session setup, so don't recover
4225 * from sequence operation or clientid errors.
4226 */
4227static void nfs4_get_lease_time_done(struct rpc_task *task, void *calldata)
4228{
4229 struct nfs4_get_lease_time_data *data =
4230 (struct nfs4_get_lease_time_data *)calldata;
4231
4232 dprintk("--> %s\n", __func__);
4233 nfs41_sequence_done(data->clp, &data->res->lr_seq_res, task->tk_status);
4234 switch (task->tk_status) {
4235 case -NFS4ERR_DELAY:
4236 case -NFS4ERR_GRACE:
4237 dprintk("%s Retry: tk_status %d\n", __func__, task->tk_status);
4238 rpc_delay(task, NFS4_POLL_RETRY_MIN);
4239 task->tk_status = 0;
4240 rpc_restart_call(task);
4241 return;
4242 }
4243 nfs41_sequence_free_slot(data->clp, &data->res->lr_seq_res);
4244 dprintk("<-- %s\n", __func__);
4245}
4246
4247struct rpc_call_ops nfs4_get_lease_time_ops = {
4248 .rpc_call_prepare = nfs4_get_lease_time_prepare,
4249 .rpc_call_done = nfs4_get_lease_time_done,
4250};
4251
4252int nfs4_proc_get_lease_time(struct nfs_client *clp, struct nfs_fsinfo *fsinfo)
4253{
4254 struct rpc_task *task;
4255 struct nfs4_get_lease_time_args args;
4256 struct nfs4_get_lease_time_res res = {
4257 .lr_fsinfo = fsinfo,
4258 };
4259 struct nfs4_get_lease_time_data data = {
4260 .args = &args,
4261 .res = &res,
4262 .clp = clp,
4263 };
4264 struct rpc_message msg = {
4265 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GET_LEASE_TIME],
4266 .rpc_argp = &args,
4267 .rpc_resp = &res,
4268 };
4269 struct rpc_task_setup task_setup = {
4270 .rpc_client = clp->cl_rpcclient,
4271 .rpc_message = &msg,
4272 .callback_ops = &nfs4_get_lease_time_ops,
4273 .callback_data = &data
4274 };
4275 int status;
4276
4277 res.lr_seq_res.sr_slotid = NFS4_MAX_SLOT_TABLE;
4278 dprintk("--> %s\n", __func__);
4279 task = rpc_run_task(&task_setup);
4280
4281 if (IS_ERR(task))
4282 status = PTR_ERR(task);
4283 else {
4284 status = task->tk_status;
4285 rpc_put_task(task);
4286 }
4287 dprintk("<-- %s return %d\n", __func__, status);
4288
4289 return status;
4290}
4291
Andy Adamsonfc931582009-04-01 09:22:31 -04004292/*
4293 * Initialize slot table
4294 */
4295static int nfs4_init_slot_table(struct nfs4_session *session)
4296{
4297 struct nfs4_slot_table *tbl = &session->fc_slot_table;
4298 int i, max_slots = session->fc_attrs.max_reqs;
4299 struct nfs4_slot *slot;
4300 int ret = -ENOMEM;
4301
4302 BUG_ON(max_slots > NFS4_MAX_SLOT_TABLE);
4303
4304 dprintk("--> %s: max_reqs=%u\n", __func__,
4305 session->fc_attrs.max_reqs);
4306
4307 slot = kcalloc(max_slots, sizeof(struct nfs4_slot), GFP_KERNEL);
4308 if (!slot)
4309 goto out;
4310 for (i = 0; i < max_slots; ++i)
4311 slot[i].seq_nr = 1;
4312 ret = 0;
4313
4314 spin_lock(&tbl->slot_tbl_lock);
4315 if (tbl->slots != NULL) {
4316 spin_unlock(&tbl->slot_tbl_lock);
4317 dprintk("%s: slot table already initialized. tbl=%p slots=%p\n",
4318 __func__, tbl, tbl->slots);
4319 WARN_ON(1);
4320 goto out_free;
4321 }
4322 tbl->max_slots = max_slots;
4323 tbl->slots = slot;
4324 tbl->highest_used_slotid = -1; /* no slot is currently used */
4325 spin_unlock(&tbl->slot_tbl_lock);
4326 dprintk("%s: tbl=%p slots=%p max_slots=%d\n", __func__,
4327 tbl, tbl->slots, tbl->max_slots);
4328out:
4329 dprintk("<-- %s: return %d\n", __func__, ret);
4330 return ret;
4331out_free:
4332 kfree(slot);
4333 goto out;
4334}
4335
Andy Adamson557134a2009-04-01 09:21:53 -04004336/* Destroy the slot table */
4337static void nfs4_destroy_slot_table(struct nfs4_session *session)
4338{
4339 if (session->fc_slot_table.slots == NULL)
4340 return;
4341 kfree(session->fc_slot_table.slots);
4342 session->fc_slot_table.slots = NULL;
4343 return;
4344}
4345
4346struct nfs4_session *nfs4_alloc_session(struct nfs_client *clp)
4347{
4348 struct nfs4_session *session;
4349 struct nfs4_slot_table *tbl;
4350
4351 session = kzalloc(sizeof(struct nfs4_session), GFP_KERNEL);
4352 if (!session)
4353 return NULL;
4354 tbl = &session->fc_slot_table;
4355 spin_lock_init(&tbl->slot_tbl_lock);
4356 rpc_init_wait_queue(&tbl->slot_tbl_waitq, "Slot table");
4357 session->clp = clp;
4358 return session;
4359}
4360
4361void nfs4_destroy_session(struct nfs4_session *session)
4362{
4363 nfs4_destroy_slot_table(session);
4364 kfree(session);
4365}
4366
Andy Adamsonfc931582009-04-01 09:22:31 -04004367/*
4368 * Initialize the values to be used by the client in CREATE_SESSION
4369 * If nfs4_init_session set the fore channel request and response sizes,
4370 * use them.
4371 *
4372 * Set the back channel max_resp_sz_cached to zero to force the client to
4373 * always set csa_cachethis to FALSE because the current implementation
4374 * of the back channel DRC only supports caching the CB_SEQUENCE operation.
4375 */
4376static void nfs4_init_channel_attrs(struct nfs41_create_session_args *args)
4377{
4378 struct nfs4_session *session = args->client->cl_session;
4379 unsigned int mxrqst_sz = session->fc_attrs.max_rqst_sz,
4380 mxresp_sz = session->fc_attrs.max_resp_sz;
4381
4382 if (mxrqst_sz == 0)
4383 mxrqst_sz = NFS_MAX_FILE_IO_SIZE;
4384 if (mxresp_sz == 0)
4385 mxresp_sz = NFS_MAX_FILE_IO_SIZE;
4386 /* Fore channel attributes */
4387 args->fc_attrs.headerpadsz = 0;
4388 args->fc_attrs.max_rqst_sz = mxrqst_sz;
4389 args->fc_attrs.max_resp_sz = mxresp_sz;
4390 args->fc_attrs.max_resp_sz_cached = mxresp_sz;
4391 args->fc_attrs.max_ops = NFS4_MAX_OPS;
4392 args->fc_attrs.max_reqs = session->clp->cl_rpcclient->cl_xprt->max_reqs;
4393
4394 dprintk("%s: Fore Channel : max_rqst_sz=%u max_resp_sz=%u "
4395 "max_resp_sz_cached=%u max_ops=%u max_reqs=%u\n",
4396 __func__,
4397 args->fc_attrs.max_rqst_sz, args->fc_attrs.max_resp_sz,
4398 args->fc_attrs.max_resp_sz_cached, args->fc_attrs.max_ops,
4399 args->fc_attrs.max_reqs);
4400
4401 /* Back channel attributes */
4402 args->bc_attrs.headerpadsz = 0;
4403 args->bc_attrs.max_rqst_sz = PAGE_SIZE;
4404 args->bc_attrs.max_resp_sz = PAGE_SIZE;
4405 args->bc_attrs.max_resp_sz_cached = 0;
4406 args->bc_attrs.max_ops = NFS4_MAX_BACK_CHANNEL_OPS;
4407 args->bc_attrs.max_reqs = 1;
4408
4409 dprintk("%s: Back Channel : max_rqst_sz=%u max_resp_sz=%u "
4410 "max_resp_sz_cached=%u max_ops=%u max_reqs=%u\n",
4411 __func__,
4412 args->bc_attrs.max_rqst_sz, args->bc_attrs.max_resp_sz,
4413 args->bc_attrs.max_resp_sz_cached, args->bc_attrs.max_ops,
4414 args->bc_attrs.max_reqs);
4415}
4416
Andy Adamson8d353012009-04-01 09:22:32 -04004417static int _verify_channel_attr(char *chan, char *attr_name, u32 sent, u32 rcvd)
4418{
4419 if (rcvd <= sent)
4420 return 0;
4421 printk(KERN_WARNING "%s: Session INVALID: %s channel %s increased. "
4422 "sent=%u rcvd=%u\n", __func__, chan, attr_name, sent, rcvd);
4423 return -EINVAL;
4424}
4425
4426#define _verify_fore_channel_attr(_name_) \
4427 _verify_channel_attr("fore", #_name_, \
4428 args->fc_attrs._name_, \
4429 session->fc_attrs._name_)
4430
4431#define _verify_back_channel_attr(_name_) \
4432 _verify_channel_attr("back", #_name_, \
4433 args->bc_attrs._name_, \
4434 session->bc_attrs._name_)
4435
4436/*
4437 * The server is not allowed to increase the fore channel header pad size,
4438 * maximum response size, or maximum number of operations.
4439 *
4440 * The back channel attributes are only negotiatied down: We send what the
4441 * (back channel) server insists upon.
4442 */
4443static int nfs4_verify_channel_attrs(struct nfs41_create_session_args *args,
4444 struct nfs4_session *session)
4445{
4446 int ret = 0;
4447
4448 ret |= _verify_fore_channel_attr(headerpadsz);
4449 ret |= _verify_fore_channel_attr(max_resp_sz);
4450 ret |= _verify_fore_channel_attr(max_ops);
4451
4452 ret |= _verify_back_channel_attr(headerpadsz);
4453 ret |= _verify_back_channel_attr(max_rqst_sz);
4454 ret |= _verify_back_channel_attr(max_resp_sz);
4455 ret |= _verify_back_channel_attr(max_resp_sz_cached);
4456 ret |= _verify_back_channel_attr(max_ops);
4457 ret |= _verify_back_channel_attr(max_reqs);
4458
4459 return ret;
4460}
4461
Andy Adamsonfc931582009-04-01 09:22:31 -04004462static int _nfs4_proc_create_session(struct nfs_client *clp)
4463{
4464 struct nfs4_session *session = clp->cl_session;
4465 struct nfs41_create_session_args args = {
4466 .client = clp,
4467 .cb_program = NFS4_CALLBACK,
4468 };
4469 struct nfs41_create_session_res res = {
4470 .client = clp,
4471 };
4472 struct rpc_message msg = {
4473 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_CREATE_SESSION],
4474 .rpc_argp = &args,
4475 .rpc_resp = &res,
4476 };
4477 int status;
4478
4479 nfs4_init_channel_attrs(&args);
4480 args.flags = (SESSION4_PERSIST);
4481
4482 status = rpc_call_sync(session->clp->cl_rpcclient, &msg, 0);
4483
Andy Adamson8d353012009-04-01 09:22:32 -04004484 if (!status)
4485 /* Verify the session's negotiated channel_attrs values */
4486 status = nfs4_verify_channel_attrs(&args, session);
Andy Adamsonfc931582009-04-01 09:22:31 -04004487 if (!status) {
4488 /* Increment the clientid slot sequence id */
4489 clp->cl_seqid++;
4490 }
4491
4492 return status;
4493}
4494
4495/*
4496 * Issues a CREATE_SESSION operation to the server.
4497 * It is the responsibility of the caller to verify the session is
4498 * expired before calling this routine.
4499 */
4500int nfs4_proc_create_session(struct nfs_client *clp)
4501{
4502 int status;
4503 unsigned *ptr;
4504 struct nfs_fsinfo fsinfo;
4505 struct nfs4_session *session = clp->cl_session;
4506
4507 dprintk("--> %s clp=%p session=%p\n", __func__, clp, session);
4508
4509 status = _nfs4_proc_create_session(clp);
4510 if (status)
4511 goto out;
4512
4513 /* Init the fore channel */
4514 status = nfs4_init_slot_table(session);
4515 dprintk("fore channel slot table initialization returned %d\n", status);
4516 if (status)
4517 goto out;
4518
4519 ptr = (unsigned *)&session->sess_id.data[0];
4520 dprintk("%s client>seqid %d sessionid %u:%u:%u:%u\n", __func__,
4521 clp->cl_seqid, ptr[0], ptr[1], ptr[2], ptr[3]);
4522
4523 /* Get the lease time */
4524 status = nfs4_proc_get_lease_time(clp, &fsinfo);
4525 if (status == 0) {
4526 /* Update lease time and schedule renewal */
4527 spin_lock(&clp->cl_lock);
4528 clp->cl_lease_time = fsinfo.lease_time * HZ;
4529 clp->cl_last_renewal = jiffies;
4530 clear_bit(NFS4CLNT_LEASE_EXPIRED, &clp->cl_state);
4531 spin_unlock(&clp->cl_lock);
4532
4533 nfs4_schedule_state_renewal(clp);
4534 }
4535out:
4536 dprintk("<-- %s\n", __func__);
4537 return status;
4538}
4539
Andy Adamson0f3e66c2009-04-01 09:22:34 -04004540/*
4541 * Issue the over-the-wire RPC DESTROY_SESSION.
4542 * The caller must serialize access to this routine.
4543 */
4544int nfs4_proc_destroy_session(struct nfs4_session *session)
4545{
4546 int status = 0;
4547 struct rpc_message msg;
4548
4549 dprintk("--> nfs4_proc_destroy_session\n");
4550
4551 /* session is still being setup */
4552 if (session->clp->cl_cons_state != NFS_CS_READY)
4553 return status;
4554
4555 msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_DESTROY_SESSION];
4556 msg.rpc_argp = session;
4557 msg.rpc_resp = NULL;
4558 msg.rpc_cred = NULL;
4559 status = rpc_call_sync(session->clp->cl_rpcclient, &msg, 0);
4560
4561 if (status)
4562 printk(KERN_WARNING
4563 "Got error %d from the server on DESTROY_SESSION. "
4564 "Session has been destroyed regardless...\n", status);
4565
4566 dprintk("<-- nfs4_proc_destroy_session\n");
4567 return status;
4568}
4569
Andy Adamsonfc01cea2009-04-01 09:22:36 -04004570/*
4571 * Renew the cl_session lease.
4572 */
4573static int nfs4_proc_sequence(struct nfs_client *clp, struct rpc_cred *cred)
4574{
4575 struct nfs4_sequence_args args;
4576 struct nfs4_sequence_res res;
4577
4578 struct rpc_message msg = {
4579 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SEQUENCE],
4580 .rpc_argp = &args,
4581 .rpc_resp = &res,
4582 .rpc_cred = cred,
4583 };
4584
4585 args.sa_cache_this = 0;
4586
4587 return nfs4_call_sync_sequence(clp, clp->cl_rpcclient, &msg, &args,
4588 &res, 0);
4589}
4590
4591void nfs41_sequence_call_done(struct rpc_task *task, void *data)
4592{
4593 struct nfs_client *clp = (struct nfs_client *)data;
4594
4595 nfs41_sequence_done(clp, task->tk_msg.rpc_resp, task->tk_status);
4596
4597 if (task->tk_status < 0) {
4598 dprintk("%s ERROR %d\n", __func__, task->tk_status);
4599
4600 if (_nfs4_async_handle_error(task, NULL, clp, NULL)
4601 == -EAGAIN) {
4602 rpc_restart_call(task);
4603 return;
4604 }
4605 }
4606 nfs41_sequence_free_slot(clp, task->tk_msg.rpc_resp);
4607 dprintk("%s rpc_cred %p\n", __func__, task->tk_msg.rpc_cred);
4608
4609 put_rpccred(task->tk_msg.rpc_cred);
4610 kfree(task->tk_msg.rpc_argp);
4611 kfree(task->tk_msg.rpc_resp);
4612
4613 dprintk("<-- %s\n", __func__);
4614}
4615
4616static void nfs41_sequence_prepare(struct rpc_task *task, void *data)
4617{
4618 struct nfs_client *clp;
4619 struct nfs4_sequence_args *args;
4620 struct nfs4_sequence_res *res;
4621
4622 clp = (struct nfs_client *)data;
4623 args = task->tk_msg.rpc_argp;
4624 res = task->tk_msg.rpc_resp;
4625
4626 if (nfs4_setup_sequence(clp, args, res, 0, task))
4627 return;
4628 rpc_call_start(task);
4629}
4630
4631static const struct rpc_call_ops nfs41_sequence_ops = {
4632 .rpc_call_done = nfs41_sequence_call_done,
4633 .rpc_call_prepare = nfs41_sequence_prepare,
4634};
4635
4636static int nfs41_proc_async_sequence(struct nfs_client *clp,
4637 struct rpc_cred *cred)
4638{
4639 struct nfs4_sequence_args *args;
4640 struct nfs4_sequence_res *res;
4641 struct rpc_message msg = {
4642 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SEQUENCE],
4643 .rpc_cred = cred,
4644 };
4645
4646 args = kzalloc(sizeof(*args), GFP_KERNEL);
4647 if (!args)
4648 return -ENOMEM;
4649 res = kzalloc(sizeof(*res), GFP_KERNEL);
4650 if (!res) {
4651 kfree(args);
4652 return -ENOMEM;
4653 }
4654 res->sr_slotid = NFS4_MAX_SLOT_TABLE;
4655 msg.rpc_argp = args;
4656 msg.rpc_resp = res;
4657
4658 return rpc_call_async(clp->cl_rpcclient, &msg, RPC_TASK_SOFT,
4659 &nfs41_sequence_ops, (void *)clp);
4660}
4661
Andy Adamson557134a2009-04-01 09:21:53 -04004662#endif /* CONFIG_NFS_V4_1 */
4663
Linus Torvalds1da177e2005-04-16 15:20:36 -07004664struct nfs4_state_recovery_ops nfs4_reboot_recovery_ops = {
Trond Myklebust7eff03a2008-12-23 15:21:43 -05004665 .owner_flag_bit = NFS_OWNER_RECLAIM_REBOOT,
Trond Myklebustb79a4a12008-12-23 15:21:41 -05004666 .state_flag_bit = NFS_STATE_RECLAIM_REBOOT,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004667 .recover_open = nfs4_open_reclaim,
4668 .recover_lock = nfs4_lock_reclaim,
4669};
4670
Trond Myklebustb79a4a12008-12-23 15:21:41 -05004671struct nfs4_state_recovery_ops nfs4_nograce_recovery_ops = {
Trond Myklebust7eff03a2008-12-23 15:21:43 -05004672 .owner_flag_bit = NFS_OWNER_RECLAIM_NOGRACE,
Trond Myklebustb79a4a12008-12-23 15:21:41 -05004673 .state_flag_bit = NFS_STATE_RECLAIM_NOGRACE,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004674 .recover_open = nfs4_open_expired,
4675 .recover_lock = nfs4_lock_expired,
4676};
4677
Arjan van de Ven92e1d5b2007-02-12 00:55:39 -08004678static const struct inode_operations nfs4_file_inode_operations = {
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00004679 .permission = nfs_permission,
4680 .getattr = nfs_getattr,
4681 .setattr = nfs_setattr,
4682 .getxattr = nfs4_getxattr,
4683 .setxattr = nfs4_setxattr,
4684 .listxattr = nfs4_listxattr,
4685};
4686
David Howells509de812006-08-22 20:06:11 -04004687const struct nfs_rpc_ops nfs_v4_clientops = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004688 .version = 4, /* protocol version */
4689 .dentry_ops = &nfs4_dentry_operations,
4690 .dir_inode_ops = &nfs4_dir_inode_operations,
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00004691 .file_inode_ops = &nfs4_file_inode_operations,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004692 .getroot = nfs4_proc_get_root,
4693 .getattr = nfs4_proc_getattr,
4694 .setattr = nfs4_proc_setattr,
David Howells2b3de442006-08-22 20:06:09 -04004695 .lookupfh = nfs4_proc_lookupfh,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004696 .lookup = nfs4_proc_lookup,
4697 .access = nfs4_proc_access,
4698 .readlink = nfs4_proc_readlink,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004699 .create = nfs4_proc_create,
4700 .remove = nfs4_proc_remove,
4701 .unlink_setup = nfs4_proc_unlink_setup,
4702 .unlink_done = nfs4_proc_unlink_done,
4703 .rename = nfs4_proc_rename,
4704 .link = nfs4_proc_link,
4705 .symlink = nfs4_proc_symlink,
4706 .mkdir = nfs4_proc_mkdir,
4707 .rmdir = nfs4_proc_remove,
4708 .readdir = nfs4_proc_readdir,
4709 .mknod = nfs4_proc_mknod,
4710 .statfs = nfs4_proc_statfs,
4711 .fsinfo = nfs4_proc_fsinfo,
4712 .pathconf = nfs4_proc_pathconf,
David Howellse9326dc2006-08-22 20:06:10 -04004713 .set_capabilities = nfs4_server_capabilities,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004714 .decode_dirent = nfs4_decode_dirent,
4715 .read_setup = nfs4_proc_read_setup,
Trond Myklebustec06c092006-03-20 13:44:27 -05004716 .read_done = nfs4_read_done,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004717 .write_setup = nfs4_proc_write_setup,
Trond Myklebust788e7a82006-03-20 13:44:27 -05004718 .write_done = nfs4_write_done,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004719 .commit_setup = nfs4_proc_commit_setup,
Trond Myklebust788e7a82006-03-20 13:44:27 -05004720 .commit_done = nfs4_commit_done,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004721 .lock = nfs4_proc_lock,
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004722 .clear_acl_cache = nfs4_zap_acl_attr,
Trond Myklebust7fe5c392009-03-19 15:35:50 -04004723 .close_context = nfs4_close_context,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004724};
4725
4726/*
4727 * Local variables:
4728 * c-basic-offset: 8
4729 * End:
4730 */