blob: e8df52dc2bc569752483d2048ba00f95e7f21ab0 [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>
Linus Torvalds1da177e2005-04-16 15:20:36 -070051
Trond Myklebust4ce79712005-06-22 17:16:21 +000052#include "nfs4_fs.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070053#include "delegation.h"
Trond Myklebust101070c2008-02-19 20:04:23 -050054#include "internal.h"
Chuck Lever006ea732006-03-20 13:44:14 -050055#include "iostat.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070056
57#define NFSDBG_FACILITY NFSDBG_PROC
58
Trond Myklebust2066fe82006-09-15 08:30:46 -040059#define NFS4_POLL_RETRY_MIN (HZ/10)
Linus Torvalds1da177e2005-04-16 15:20:36 -070060#define NFS4_POLL_RETRY_MAX (15*HZ)
61
Trond Myklebustcdd4e682006-01-03 09:55:12 +010062struct nfs4_opendata;
Trond Myklebust864472e2006-01-03 09:55:15 +010063static int _nfs4_proc_open(struct nfs4_opendata *data);
Linus Torvalds1da177e2005-04-16 15:20:36 -070064static int nfs4_do_fsinfo(struct nfs_server *, struct nfs_fh *, struct nfs_fsinfo *);
Trond Myklebust9e33bed2008-12-23 15:21:46 -050065static int nfs4_async_handle_error(struct rpc_task *, const struct nfs_server *, struct nfs4_state *);
Trond Myklebust99367812007-07-17 21:52:41 -040066static int _nfs4_proc_lookup(struct inode *dir, const struct qstr *name, struct nfs_fh *fhandle, struct nfs_fattr *fattr);
67static int _nfs4_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fattr *fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -070068
Linus Torvalds1da177e2005-04-16 15:20:36 -070069/* Prevent leaks of NFSv4 errors into userland */
70int nfs4_map_errors(int err)
71{
72 if (err < -1000) {
73 dprintk("%s could not handle NFSv4 error %d\n",
Harvey Harrison3110ff82008-05-02 13:42:44 -070074 __func__, -err);
Linus Torvalds1da177e2005-04-16 15:20:36 -070075 return -EIO;
76 }
77 return err;
78}
79
80/*
81 * This is our standard bitmap for GETATTR requests.
82 */
83const u32 nfs4_fattr_bitmap[2] = {
84 FATTR4_WORD0_TYPE
85 | FATTR4_WORD0_CHANGE
86 | FATTR4_WORD0_SIZE
87 | FATTR4_WORD0_FSID
88 | FATTR4_WORD0_FILEID,
89 FATTR4_WORD1_MODE
90 | FATTR4_WORD1_NUMLINKS
91 | FATTR4_WORD1_OWNER
92 | FATTR4_WORD1_OWNER_GROUP
93 | FATTR4_WORD1_RAWDEV
94 | FATTR4_WORD1_SPACE_USED
95 | FATTR4_WORD1_TIME_ACCESS
96 | FATTR4_WORD1_TIME_METADATA
97 | FATTR4_WORD1_TIME_MODIFY
98};
99
100const u32 nfs4_statfs_bitmap[2] = {
101 FATTR4_WORD0_FILES_AVAIL
102 | FATTR4_WORD0_FILES_FREE
103 | FATTR4_WORD0_FILES_TOTAL,
104 FATTR4_WORD1_SPACE_AVAIL
105 | FATTR4_WORD1_SPACE_FREE
106 | FATTR4_WORD1_SPACE_TOTAL
107};
108
Trond Myklebust4ce79712005-06-22 17:16:21 +0000109const u32 nfs4_pathconf_bitmap[2] = {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700110 FATTR4_WORD0_MAXLINK
111 | FATTR4_WORD0_MAXNAME,
112 0
113};
114
115const u32 nfs4_fsinfo_bitmap[2] = { FATTR4_WORD0_MAXFILESIZE
116 | FATTR4_WORD0_MAXREAD
117 | FATTR4_WORD0_MAXWRITE
118 | FATTR4_WORD0_LEASE_TIME,
119 0
120};
121
Manoj Naik830b8e32006-06-09 09:34:25 -0400122const u32 nfs4_fs_locations_bitmap[2] = {
123 FATTR4_WORD0_TYPE
124 | FATTR4_WORD0_CHANGE
125 | FATTR4_WORD0_SIZE
126 | FATTR4_WORD0_FSID
127 | FATTR4_WORD0_FILEID
128 | FATTR4_WORD0_FS_LOCATIONS,
129 FATTR4_WORD1_MODE
130 | FATTR4_WORD1_NUMLINKS
131 | FATTR4_WORD1_OWNER
132 | FATTR4_WORD1_OWNER_GROUP
133 | FATTR4_WORD1_RAWDEV
134 | FATTR4_WORD1_SPACE_USED
135 | FATTR4_WORD1_TIME_ACCESS
136 | FATTR4_WORD1_TIME_METADATA
137 | FATTR4_WORD1_TIME_MODIFY
138 | FATTR4_WORD1_MOUNTED_ON_FILEID
139};
140
Al Virobc4785c2006-10-19 23:28:51 -0700141static void nfs4_setup_readdir(u64 cookie, __be32 *verifier, struct dentry *dentry,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700142 struct nfs4_readdir_arg *readdir)
143{
Al Viro0dbb4c62006-10-19 23:28:49 -0700144 __be32 *start, *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700145
146 BUG_ON(readdir->count < 80);
147 if (cookie > 2) {
Adrian Bunkb7ef1952005-06-22 17:16:28 +0000148 readdir->cookie = cookie;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700149 memcpy(&readdir->verifier, verifier, sizeof(readdir->verifier));
150 return;
151 }
152
153 readdir->cookie = 0;
154 memset(&readdir->verifier, 0, sizeof(readdir->verifier));
155 if (cookie == 2)
156 return;
157
158 /*
159 * NFSv4 servers do not return entries for '.' and '..'
160 * Therefore, we fake these entries here. We let '.'
161 * have cookie 0 and '..' have cookie 1. Note that
162 * when talking to the server, we always send cookie 0
163 * instead of 1 or 2.
164 */
Al Viro0dbb4c62006-10-19 23:28:49 -0700165 start = p = kmap_atomic(*readdir->pages, KM_USER0);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700166
167 if (cookie == 0) {
168 *p++ = xdr_one; /* next */
169 *p++ = xdr_zero; /* cookie, first word */
170 *p++ = xdr_one; /* cookie, second word */
171 *p++ = xdr_one; /* entry len */
172 memcpy(p, ".\0\0\0", 4); /* entry */
173 p++;
174 *p++ = xdr_one; /* bitmap length */
175 *p++ = htonl(FATTR4_WORD0_FILEID); /* bitmap */
176 *p++ = htonl(8); /* attribute buffer length */
Peter Staubach4e769b92007-08-03 15:07:10 -0400177 p = xdr_encode_hyper(p, NFS_FILEID(dentry->d_inode));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700178 }
179
180 *p++ = xdr_one; /* next */
181 *p++ = xdr_zero; /* cookie, first word */
182 *p++ = xdr_two; /* cookie, second word */
183 *p++ = xdr_two; /* entry len */
184 memcpy(p, "..\0\0", 4); /* entry */
185 p++;
186 *p++ = xdr_one; /* bitmap length */
187 *p++ = htonl(FATTR4_WORD0_FILEID); /* bitmap */
188 *p++ = htonl(8); /* attribute buffer length */
Peter Staubach4e769b92007-08-03 15:07:10 -0400189 p = xdr_encode_hyper(p, NFS_FILEID(dentry->d_parent->d_inode));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700190
191 readdir->pgbase = (char *)p - (char *)start;
192 readdir->count -= readdir->pgbase;
193 kunmap_atomic(start, KM_USER0);
194}
195
Trond Myklebust65de8722008-12-23 15:21:44 -0500196static int nfs4_wait_bit_killable(void *word)
197{
198 if (fatal_signal_pending(current))
199 return -ERESTARTSYS;
200 schedule();
201 return 0;
202}
203
204static int nfs4_wait_clnt_recover(struct nfs_client *clp)
205{
206 int res;
207
208 might_sleep();
209
Trond Myklebuste005e802008-12-23 15:21:48 -0500210 res = wait_on_bit(&clp->cl_state, NFS4CLNT_MANAGER_RUNNING,
Trond Myklebust65de8722008-12-23 15:21:44 -0500211 nfs4_wait_bit_killable, TASK_KILLABLE);
Trond Myklebust65de8722008-12-23 15:21:44 -0500212 return res;
213}
214
215static int nfs4_delay(struct rpc_clnt *clnt, long *timeout)
216{
217 int res = 0;
218
219 might_sleep();
220
221 if (*timeout <= 0)
222 *timeout = NFS4_POLL_RETRY_MIN;
223 if (*timeout > NFS4_POLL_RETRY_MAX)
224 *timeout = NFS4_POLL_RETRY_MAX;
225 schedule_timeout_killable(*timeout);
226 if (fatal_signal_pending(current))
227 res = -ERESTARTSYS;
228 *timeout <<= 1;
229 return res;
230}
231
232/* This is the error handling routine for processes that are allowed
233 * to sleep.
234 */
235static int nfs4_handle_exception(const struct nfs_server *server, int errorcode, struct nfs4_exception *exception)
236{
237 struct nfs_client *clp = server->nfs_client;
Trond Myklebust9e33bed2008-12-23 15:21:46 -0500238 struct nfs4_state *state = exception->state;
Trond Myklebust65de8722008-12-23 15:21:44 -0500239 int ret = errorcode;
240
241 exception->retry = 0;
242 switch(errorcode) {
243 case 0:
244 return 0;
Trond Myklebust9e33bed2008-12-23 15:21:46 -0500245 case -NFS4ERR_ADMIN_REVOKED:
246 case -NFS4ERR_BAD_STATEID:
247 case -NFS4ERR_OPENMODE:
248 if (state == NULL)
249 break;
250 nfs4_state_mark_reclaim_nograce(clp, state);
Trond Myklebust65de8722008-12-23 15:21:44 -0500251 case -NFS4ERR_STALE_CLIENTID:
252 case -NFS4ERR_STALE_STATEID:
253 case -NFS4ERR_EXPIRED:
254 nfs4_schedule_state_recovery(clp);
255 ret = nfs4_wait_clnt_recover(clp);
256 if (ret == 0)
257 exception->retry = 1;
258 break;
259 case -NFS4ERR_FILE_OPEN:
260 case -NFS4ERR_GRACE:
261 case -NFS4ERR_DELAY:
262 ret = nfs4_delay(server->client, &exception->timeout);
263 if (ret != 0)
264 break;
265 case -NFS4ERR_OLD_STATEID:
266 exception->retry = 1;
267 }
268 /* We failed to handle the error */
269 return nfs4_map_errors(ret);
270}
271
272
Trond Myklebust26e976a2006-01-03 09:55:21 +0100273static void renew_lease(const struct nfs_server *server, unsigned long timestamp)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700274{
David Howells7539bba2006-08-22 20:06:09 -0400275 struct nfs_client *clp = server->nfs_client;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700276 spin_lock(&clp->cl_lock);
277 if (time_before(clp->cl_last_renewal,timestamp))
278 clp->cl_last_renewal = timestamp;
279 spin_unlock(&clp->cl_lock);
280}
281
Trond Myklebust38478b22006-05-25 01:40:57 -0400282static void update_changeattr(struct inode *dir, struct nfs4_change_info *cinfo)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700283{
Trond Myklebust38478b22006-05-25 01:40:57 -0400284 struct nfs_inode *nfsi = NFS_I(dir);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700285
Trond Myklebust38478b22006-05-25 01:40:57 -0400286 spin_lock(&dir->i_lock);
Trond Myklebust40d24702007-10-08 09:24:22 -0400287 nfsi->cache_validity |= NFS_INO_INVALID_ATTR|NFS_INO_REVAL_PAGECACHE|NFS_INO_INVALID_DATA;
288 if (!cinfo->atomic || cinfo->before != nfsi->change_attr)
Trond Myklebustbfc69a42007-10-15 18:18:29 -0400289 nfs_force_lookup_revalidate(dir);
Trond Myklebust40d24702007-10-08 09:24:22 -0400290 nfsi->change_attr = cinfo->after;
Trond Myklebust38478b22006-05-25 01:40:57 -0400291 spin_unlock(&dir->i_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700292}
293
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100294struct nfs4_opendata {
Trond Myklebustc6d00e62007-06-17 16:02:44 -0400295 struct kref kref;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100296 struct nfs_openargs o_arg;
297 struct nfs_openres o_res;
Trond Myklebustcdd4e682006-01-03 09:55:12 +0100298 struct nfs_open_confirmargs c_arg;
299 struct nfs_open_confirmres c_res;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100300 struct nfs_fattr f_attr;
301 struct nfs_fattr dir_attr;
Trond Myklebustad389da2007-06-05 12:30:00 -0400302 struct path path;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100303 struct dentry *dir;
304 struct nfs4_state_owner *owner;
Trond Myklebustaac00a82007-07-05 19:02:21 -0400305 struct nfs4_state *state;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100306 struct iattr attrs;
Trond Myklebust26e976a2006-01-03 09:55:21 +0100307 unsigned long timestamp;
Trond Myklebust3e309912007-07-07 13:19:59 -0400308 unsigned int rpc_done : 1;
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100309 int rpc_status;
310 int cancelled;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100311};
312
Trond Myklebust2ced46c2007-07-03 23:48:13 -0400313
314static void nfs4_init_opendata_res(struct nfs4_opendata *p)
315{
316 p->o_res.f_attr = &p->f_attr;
317 p->o_res.dir_attr = &p->dir_attr;
Trond Myklebustc1d51932008-04-07 13:20:54 -0400318 p->o_res.seqid = p->o_arg.seqid;
319 p->c_res.seqid = p->c_arg.seqid;
Trond Myklebust2ced46c2007-07-03 23:48:13 -0400320 p->o_res.server = p->o_arg.server;
321 nfs_fattr_init(&p->f_attr);
322 nfs_fattr_init(&p->dir_attr);
323}
324
Trond Myklebustad389da2007-06-05 12:30:00 -0400325static struct nfs4_opendata *nfs4_opendata_alloc(struct path *path,
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500326 struct nfs4_state_owner *sp, fmode_t fmode, int flags,
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100327 const struct iattr *attrs)
328{
Trond Myklebustad389da2007-06-05 12:30:00 -0400329 struct dentry *parent = dget_parent(path->dentry);
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100330 struct inode *dir = parent->d_inode;
331 struct nfs_server *server = NFS_SERVER(dir);
332 struct nfs4_opendata *p;
333
334 p = kzalloc(sizeof(*p), GFP_KERNEL);
335 if (p == NULL)
336 goto err;
337 p->o_arg.seqid = nfs_alloc_seqid(&sp->so_seqid);
338 if (p->o_arg.seqid == NULL)
339 goto err_free;
Trond Myklebustad389da2007-06-05 12:30:00 -0400340 p->path.mnt = mntget(path->mnt);
341 p->path.dentry = dget(path->dentry);
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100342 p->dir = parent;
343 p->owner = sp;
344 atomic_inc(&sp->so_count);
345 p->o_arg.fh = NFS_FH(dir);
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500346 p->o_arg.open_flags = flags;
347 p->o_arg.fmode = fmode & (FMODE_READ|FMODE_WRITE);
David Howells7539bba2006-08-22 20:06:09 -0400348 p->o_arg.clientid = server->nfs_client->cl_clientid;
Trond Myklebust9f958ab2007-07-02 13:58:33 -0400349 p->o_arg.id = sp->so_owner_id.id;
Trond Myklebustad389da2007-06-05 12:30:00 -0400350 p->o_arg.name = &p->path.dentry->d_name;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100351 p->o_arg.server = server;
352 p->o_arg.bitmask = server->attr_bitmask;
353 p->o_arg.claim = NFS4_OPEN_CLAIM_NULL;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100354 if (flags & O_EXCL) {
355 u32 *s = (u32 *) p->o_arg.u.verifier.data;
356 s[0] = jiffies;
357 s[1] = current->pid;
358 } else if (flags & O_CREAT) {
359 p->o_arg.u.attrs = &p->attrs;
360 memcpy(&p->attrs, attrs, sizeof(p->attrs));
361 }
Trond Myklebustcdd4e682006-01-03 09:55:12 +0100362 p->c_arg.fh = &p->o_res.fh;
363 p->c_arg.stateid = &p->o_res.stateid;
364 p->c_arg.seqid = p->o_arg.seqid;
Trond Myklebust2ced46c2007-07-03 23:48:13 -0400365 nfs4_init_opendata_res(p);
Trond Myklebustc6d00e62007-06-17 16:02:44 -0400366 kref_init(&p->kref);
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100367 return p;
368err_free:
369 kfree(p);
370err:
371 dput(parent);
372 return NULL;
373}
374
Trond Myklebustc6d00e62007-06-17 16:02:44 -0400375static void nfs4_opendata_free(struct kref *kref)
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100376{
Trond Myklebustc6d00e62007-06-17 16:02:44 -0400377 struct nfs4_opendata *p = container_of(kref,
378 struct nfs4_opendata, kref);
379
380 nfs_free_seqid(p->o_arg.seqid);
Trond Myklebustaac00a82007-07-05 19:02:21 -0400381 if (p->state != NULL)
382 nfs4_put_open_state(p->state);
Trond Myklebustc6d00e62007-06-17 16:02:44 -0400383 nfs4_put_state_owner(p->owner);
384 dput(p->dir);
Jan Blunck31f31db12008-05-02 13:42:45 -0700385 path_put(&p->path);
Trond Myklebustc6d00e62007-06-17 16:02:44 -0400386 kfree(p);
387}
388
389static void nfs4_opendata_put(struct nfs4_opendata *p)
390{
391 if (p != NULL)
392 kref_put(&p->kref, nfs4_opendata_free);
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100393}
394
Trond Myklebust06f814a2006-01-03 09:55:07 +0100395static int nfs4_wait_for_completion_rpc_task(struct rpc_task *task)
396{
Trond Myklebust06f814a2006-01-03 09:55:07 +0100397 int ret;
398
Trond Myklebust06f814a2006-01-03 09:55:07 +0100399 ret = rpc_wait_for_completion_task(task);
Trond Myklebust06f814a2006-01-03 09:55:07 +0100400 return ret;
401}
402
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500403static int can_open_cached(struct nfs4_state *state, fmode_t mode, int open_mode)
Trond Myklebust6ee41262007-07-08 14:11:36 -0400404{
405 int ret = 0;
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500406
407 if (open_mode & O_EXCL)
408 goto out;
409 switch (mode & (FMODE_READ|FMODE_WRITE)) {
Trond Myklebust6ee41262007-07-08 14:11:36 -0400410 case FMODE_READ:
411 ret |= test_bit(NFS_O_RDONLY_STATE, &state->flags) != 0;
Trond Myklebust6ee41262007-07-08 14:11:36 -0400412 break;
413 case FMODE_WRITE:
414 ret |= test_bit(NFS_O_WRONLY_STATE, &state->flags) != 0;
Trond Myklebust6ee41262007-07-08 14:11:36 -0400415 break;
416 case FMODE_READ|FMODE_WRITE:
417 ret |= test_bit(NFS_O_RDWR_STATE, &state->flags) != 0;
418 }
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500419out:
Trond Myklebust6ee41262007-07-08 14:11:36 -0400420 return ret;
421}
422
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500423static int can_open_delegated(struct nfs_delegation *delegation, fmode_t fmode)
Trond Myklebustaac00a82007-07-05 19:02:21 -0400424{
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500425 if ((delegation->type & fmode) != fmode)
Trond Myklebustaac00a82007-07-05 19:02:21 -0400426 return 0;
Trond Myklebust15c831b2008-12-23 15:21:39 -0500427 if (test_bit(NFS_DELEGATION_NEED_RECLAIM, &delegation->flags))
Trond Myklebustaac00a82007-07-05 19:02:21 -0400428 return 0;
Trond Myklebustb7391f42008-12-23 15:21:52 -0500429 nfs_mark_delegation_referenced(delegation);
Trond Myklebustaac00a82007-07-05 19:02:21 -0400430 return 1;
431}
432
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500433static void update_open_stateflags(struct nfs4_state *state, fmode_t fmode)
Trond Myklebuste7616922006-01-03 09:55:13 +0100434{
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500435 switch (fmode) {
Trond Myklebuste7616922006-01-03 09:55:13 +0100436 case FMODE_WRITE:
437 state->n_wronly++;
438 break;
439 case FMODE_READ:
440 state->n_rdonly++;
441 break;
442 case FMODE_READ|FMODE_WRITE:
443 state->n_rdwr++;
444 }
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500445 nfs4_state_set_mode_locked(state, state->state | fmode);
Trond Myklebuste7616922006-01-03 09:55:13 +0100446}
447
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500448static void nfs_set_open_stateid_locked(struct nfs4_state *state, nfs4_stateid *stateid, fmode_t fmode)
Trond Myklebust003707c2007-07-05 18:07:55 -0400449{
450 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0)
451 memcpy(state->stateid.data, stateid->data, sizeof(state->stateid.data));
452 memcpy(state->open_stateid.data, stateid->data, sizeof(state->open_stateid.data));
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500453 switch (fmode) {
Trond Myklebust003707c2007-07-05 18:07:55 -0400454 case FMODE_READ:
455 set_bit(NFS_O_RDONLY_STATE, &state->flags);
456 break;
457 case FMODE_WRITE:
458 set_bit(NFS_O_WRONLY_STATE, &state->flags);
459 break;
460 case FMODE_READ|FMODE_WRITE:
461 set_bit(NFS_O_RDWR_STATE, &state->flags);
462 }
463}
464
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500465static void nfs_set_open_stateid(struct nfs4_state *state, nfs4_stateid *stateid, fmode_t fmode)
Trond Myklebust003707c2007-07-05 18:07:55 -0400466{
Trond Myklebust8bda4e42007-07-09 10:45:42 -0400467 write_seqlock(&state->seqlock);
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500468 nfs_set_open_stateid_locked(state, stateid, fmode);
Trond Myklebust8bda4e42007-07-09 10:45:42 -0400469 write_sequnlock(&state->seqlock);
Trond Myklebust003707c2007-07-05 18:07:55 -0400470}
471
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500472static 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 -0700473{
Trond Myklebust8bda4e42007-07-09 10:45:42 -0400474 /*
475 * Protect the call to nfs4_state_set_mode_locked and
476 * serialise the stateid update
477 */
478 write_seqlock(&state->seqlock);
Trond Myklebust003707c2007-07-05 18:07:55 -0400479 if (deleg_stateid != NULL) {
480 memcpy(state->stateid.data, deleg_stateid->data, sizeof(state->stateid.data));
481 set_bit(NFS_DELEGATED_STATE, &state->flags);
482 }
483 if (open_stateid != NULL)
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500484 nfs_set_open_stateid_locked(state, open_stateid, fmode);
Trond Myklebust8bda4e42007-07-09 10:45:42 -0400485 write_sequnlock(&state->seqlock);
486 spin_lock(&state->owner->so_lock);
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500487 update_open_stateflags(state, fmode);
Trond Myklebustec073422005-10-20 14:22:47 -0700488 spin_unlock(&state->owner->so_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700489}
490
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500491static 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 -0500492{
493 struct nfs_inode *nfsi = NFS_I(state->inode);
494 struct nfs_delegation *deleg_cur;
495 int ret = 0;
496
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500497 fmode &= (FMODE_READ|FMODE_WRITE);
Trond Myklebust34310432008-12-23 15:21:38 -0500498
499 rcu_read_lock();
500 deleg_cur = rcu_dereference(nfsi->delegation);
501 if (deleg_cur == NULL)
502 goto no_delegation;
503
504 spin_lock(&deleg_cur->lock);
505 if (nfsi->delegation != deleg_cur ||
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500506 (deleg_cur->type & fmode) != fmode)
Trond Myklebust34310432008-12-23 15:21:38 -0500507 goto no_delegation_unlock;
508
509 if (delegation == NULL)
510 delegation = &deleg_cur->stateid;
511 else if (memcmp(deleg_cur->stateid.data, delegation->data, NFS4_STATEID_SIZE) != 0)
512 goto no_delegation_unlock;
513
Trond Myklebustb7391f42008-12-23 15:21:52 -0500514 nfs_mark_delegation_referenced(deleg_cur);
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500515 __update_open_stateid(state, open_stateid, &deleg_cur->stateid, fmode);
Trond Myklebust34310432008-12-23 15:21:38 -0500516 ret = 1;
517no_delegation_unlock:
518 spin_unlock(&deleg_cur->lock);
519no_delegation:
520 rcu_read_unlock();
521
522 if (!ret && open_stateid != NULL) {
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500523 __update_open_stateid(state, open_stateid, NULL, fmode);
Trond Myklebust34310432008-12-23 15:21:38 -0500524 ret = 1;
525 }
526
527 return ret;
528}
529
530
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500531static void nfs4_return_incompatible_delegation(struct inode *inode, fmode_t fmode)
Trond Myklebustaac00a82007-07-05 19:02:21 -0400532{
533 struct nfs_delegation *delegation;
534
535 rcu_read_lock();
536 delegation = rcu_dereference(NFS_I(inode)->delegation);
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500537 if (delegation == NULL || (delegation->type & fmode) == fmode) {
Trond Myklebustaac00a82007-07-05 19:02:21 -0400538 rcu_read_unlock();
539 return;
540 }
541 rcu_read_unlock();
542 nfs_inode_return_delegation(inode);
543}
544
Trond Myklebust6ee41262007-07-08 14:11:36 -0400545static struct nfs4_state *nfs4_try_open_cached(struct nfs4_opendata *opendata)
Trond Myklebustaac00a82007-07-05 19:02:21 -0400546{
547 struct nfs4_state *state = opendata->state;
548 struct nfs_inode *nfsi = NFS_I(state->inode);
549 struct nfs_delegation *delegation;
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500550 int open_mode = opendata->o_arg.open_flags & O_EXCL;
551 fmode_t fmode = opendata->o_arg.fmode;
Trond Myklebustaac00a82007-07-05 19:02:21 -0400552 nfs4_stateid stateid;
553 int ret = -EAGAIN;
554
Trond Myklebustaac00a82007-07-05 19:02:21 -0400555 for (;;) {
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500556 if (can_open_cached(state, fmode, open_mode)) {
Trond Myklebust6ee41262007-07-08 14:11:36 -0400557 spin_lock(&state->owner->so_lock);
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500558 if (can_open_cached(state, fmode, open_mode)) {
559 update_open_stateflags(state, fmode);
Trond Myklebust6ee41262007-07-08 14:11:36 -0400560 spin_unlock(&state->owner->so_lock);
Trond Myklebust6ee41262007-07-08 14:11:36 -0400561 goto out_return_state;
562 }
563 spin_unlock(&state->owner->so_lock);
564 }
Trond Myklebust34310432008-12-23 15:21:38 -0500565 rcu_read_lock();
566 delegation = rcu_dereference(nfsi->delegation);
567 if (delegation == NULL ||
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500568 !can_open_delegated(delegation, fmode)) {
Trond Myklebust34310432008-12-23 15:21:38 -0500569 rcu_read_unlock();
Trond Myklebust6ee41262007-07-08 14:11:36 -0400570 break;
Trond Myklebust34310432008-12-23 15:21:38 -0500571 }
Trond Myklebustaac00a82007-07-05 19:02:21 -0400572 /* Save the delegation */
573 memcpy(stateid.data, delegation->stateid.data, sizeof(stateid.data));
574 rcu_read_unlock();
Trond Myklebustaf22f942007-08-10 17:45:10 -0400575 ret = nfs_may_open(state->inode, state->owner->so_cred, open_mode);
Trond Myklebustaac00a82007-07-05 19:02:21 -0400576 if (ret != 0)
577 goto out;
578 ret = -EAGAIN;
Trond Myklebust34310432008-12-23 15:21:38 -0500579
580 /* Try to update the stateid using the delegation */
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500581 if (update_open_stateid(state, NULL, &stateid, fmode))
Trond Myklebust34310432008-12-23 15:21:38 -0500582 goto out_return_state;
Trond Myklebustaac00a82007-07-05 19:02:21 -0400583 }
Trond Myklebustaac00a82007-07-05 19:02:21 -0400584out:
585 return ERR_PTR(ret);
586out_return_state:
587 atomic_inc(&state->count);
588 return state;
589}
590
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100591static struct nfs4_state *nfs4_opendata_to_nfs4_state(struct nfs4_opendata *data)
592{
593 struct inode *inode;
594 struct nfs4_state *state = NULL;
Trond Myklebust003707c2007-07-05 18:07:55 -0400595 struct nfs_delegation *delegation;
Trond Myklebust1b370bc2007-07-07 08:04:47 -0400596 int ret;
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100597
Trond Myklebustaac00a82007-07-05 19:02:21 -0400598 if (!data->rpc_done) {
Trond Myklebust6ee41262007-07-08 14:11:36 -0400599 state = nfs4_try_open_cached(data);
Trond Myklebustaac00a82007-07-05 19:02:21 -0400600 goto out;
601 }
602
Trond Myklebust1b370bc2007-07-07 08:04:47 -0400603 ret = -EAGAIN;
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100604 if (!(data->f_attr.valid & NFS_ATTR_FATTR))
Trond Myklebust1b370bc2007-07-07 08:04:47 -0400605 goto err;
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100606 inode = nfs_fhget(data->dir->d_sb, &data->o_res.fh, &data->f_attr);
Trond Myklebust1b370bc2007-07-07 08:04:47 -0400607 ret = PTR_ERR(inode);
Trond Myklebust03f28e32006-03-20 13:44:48 -0500608 if (IS_ERR(inode))
Trond Myklebust1b370bc2007-07-07 08:04:47 -0400609 goto err;
610 ret = -ENOMEM;
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100611 state = nfs4_get_open_state(inode, data->owner);
612 if (state == NULL)
Trond Myklebust1b370bc2007-07-07 08:04:47 -0400613 goto err_put_inode;
Trond Myklebust549d6ed2007-07-03 16:42:45 -0400614 if (data->o_res.delegation_type != 0) {
Trond Myklebust549d6ed2007-07-03 16:42:45 -0400615 int delegation_flags = 0;
616
Trond Myklebust003707c2007-07-05 18:07:55 -0400617 rcu_read_lock();
618 delegation = rcu_dereference(NFS_I(inode)->delegation);
619 if (delegation)
620 delegation_flags = delegation->flags;
621 rcu_read_unlock();
Trond Myklebust15c831b2008-12-23 15:21:39 -0500622 if ((delegation_flags & 1UL<<NFS_DELEGATION_NEED_RECLAIM) == 0)
Trond Myklebust549d6ed2007-07-03 16:42:45 -0400623 nfs_inode_set_delegation(state->inode,
624 data->owner->so_cred,
625 &data->o_res);
626 else
627 nfs_inode_reclaim_delegation(state->inode,
628 data->owner->so_cred,
629 &data->o_res);
630 }
Trond Myklebust34310432008-12-23 15:21:38 -0500631
632 update_open_stateid(state, &data->o_res.stateid, NULL,
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500633 data->o_arg.fmode);
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100634 iput(inode);
Trond Myklebustaac00a82007-07-05 19:02:21 -0400635out:
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100636 return state;
Trond Myklebust1b370bc2007-07-07 08:04:47 -0400637err_put_inode:
638 iput(inode);
639err:
640 return ERR_PTR(ret);
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100641}
642
Trond Myklebust864472e2006-01-03 09:55:15 +0100643static struct nfs_open_context *nfs4_state_find_open_context(struct nfs4_state *state)
644{
645 struct nfs_inode *nfsi = NFS_I(state->inode);
646 struct nfs_open_context *ctx;
647
648 spin_lock(&state->inode->i_lock);
649 list_for_each_entry(ctx, &nfsi->open_files, list) {
650 if (ctx->state != state)
651 continue;
652 get_nfs_open_context(ctx);
653 spin_unlock(&state->inode->i_lock);
654 return ctx;
655 }
656 spin_unlock(&state->inode->i_lock);
657 return ERR_PTR(-ENOENT);
658}
659
Trond Myklebust6f220ed2007-07-17 21:50:45 -0400660static struct nfs4_opendata *nfs4_open_recoverdata_alloc(struct nfs_open_context *ctx, struct nfs4_state *state)
661{
662 struct nfs4_opendata *opendata;
663
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500664 opendata = nfs4_opendata_alloc(&ctx->path, state->owner, 0, 0, NULL);
Trond Myklebust6f220ed2007-07-17 21:50:45 -0400665 if (opendata == NULL)
666 return ERR_PTR(-ENOMEM);
667 opendata->state = state;
668 atomic_inc(&state->count);
669 return opendata;
670}
671
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500672static int nfs4_open_recover_helper(struct nfs4_opendata *opendata, fmode_t fmode, struct nfs4_state **res)
Trond Myklebust864472e2006-01-03 09:55:15 +0100673{
Trond Myklebust2ced46c2007-07-03 23:48:13 -0400674 struct nfs4_state *newstate;
Trond Myklebust864472e2006-01-03 09:55:15 +0100675 int ret;
676
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500677 opendata->o_arg.open_flags = 0;
678 opendata->o_arg.fmode = fmode;
Trond Myklebust2ced46c2007-07-03 23:48:13 -0400679 memset(&opendata->o_res, 0, sizeof(opendata->o_res));
680 memset(&opendata->c_res, 0, sizeof(opendata->c_res));
681 nfs4_init_opendata_res(opendata);
Trond Myklebust864472e2006-01-03 09:55:15 +0100682 ret = _nfs4_proc_open(opendata);
683 if (ret != 0)
684 return ret;
Trond Myklebust2ced46c2007-07-03 23:48:13 -0400685 newstate = nfs4_opendata_to_nfs4_state(opendata);
Trond Myklebust1b370bc2007-07-07 08:04:47 -0400686 if (IS_ERR(newstate))
687 return PTR_ERR(newstate);
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500688 nfs4_close_state(&opendata->path, newstate, fmode);
Trond Myklebust2ced46c2007-07-03 23:48:13 -0400689 *res = newstate;
Trond Myklebust864472e2006-01-03 09:55:15 +0100690 return 0;
691}
692
693static int nfs4_open_recover(struct nfs4_opendata *opendata, struct nfs4_state *state)
694{
Trond Myklebust864472e2006-01-03 09:55:15 +0100695 struct nfs4_state *newstate;
Trond Myklebust864472e2006-01-03 09:55:15 +0100696 int ret;
697
698 /* memory barrier prior to reading state->n_* */
Trond Myklebust2ced46c2007-07-03 23:48:13 -0400699 clear_bit(NFS_DELEGATED_STATE, &state->flags);
Trond Myklebust864472e2006-01-03 09:55:15 +0100700 smp_rmb();
701 if (state->n_rdwr != 0) {
Trond Myklebust2ced46c2007-07-03 23:48:13 -0400702 ret = nfs4_open_recover_helper(opendata, FMODE_READ|FMODE_WRITE, &newstate);
Trond Myklebust864472e2006-01-03 09:55:15 +0100703 if (ret != 0)
704 return ret;
Trond Myklebust2ced46c2007-07-03 23:48:13 -0400705 if (newstate != state)
706 return -ESTALE;
Trond Myklebust864472e2006-01-03 09:55:15 +0100707 }
708 if (state->n_wronly != 0) {
Trond Myklebust2ced46c2007-07-03 23:48:13 -0400709 ret = nfs4_open_recover_helper(opendata, FMODE_WRITE, &newstate);
Trond Myklebust864472e2006-01-03 09:55:15 +0100710 if (ret != 0)
711 return ret;
Trond Myklebust2ced46c2007-07-03 23:48:13 -0400712 if (newstate != state)
713 return -ESTALE;
Trond Myklebust864472e2006-01-03 09:55:15 +0100714 }
715 if (state->n_rdonly != 0) {
Trond Myklebust2ced46c2007-07-03 23:48:13 -0400716 ret = nfs4_open_recover_helper(opendata, FMODE_READ, &newstate);
Trond Myklebust864472e2006-01-03 09:55:15 +0100717 if (ret != 0)
718 return ret;
Trond Myklebust2ced46c2007-07-03 23:48:13 -0400719 if (newstate != state)
720 return -ESTALE;
Trond Myklebust864472e2006-01-03 09:55:15 +0100721 }
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -0400722 /*
723 * We may have performed cached opens for all three recoveries.
724 * Check if we need to update the current stateid.
725 */
726 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0 &&
727 memcmp(state->stateid.data, state->open_stateid.data, sizeof(state->stateid.data)) != 0) {
Trond Myklebust8bda4e42007-07-09 10:45:42 -0400728 write_seqlock(&state->seqlock);
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -0400729 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0)
730 memcpy(state->stateid.data, state->open_stateid.data, sizeof(state->stateid.data));
Trond Myklebust8bda4e42007-07-09 10:45:42 -0400731 write_sequnlock(&state->seqlock);
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -0400732 }
Trond Myklebust864472e2006-01-03 09:55:15 +0100733 return 0;
734}
735
Linus Torvalds1da177e2005-04-16 15:20:36 -0700736/*
737 * OPEN_RECLAIM:
738 * reclaim state on the server after a reboot.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700739 */
Trond Myklebust539cd032007-06-05 11:46:42 -0400740static int _nfs4_do_open_reclaim(struct nfs_open_context *ctx, struct nfs4_state *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700741{
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -0400742 struct nfs_delegation *delegation;
Trond Myklebust864472e2006-01-03 09:55:15 +0100743 struct nfs4_opendata *opendata;
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500744 fmode_t delegation_type = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700745 int status;
746
Trond Myklebust6f220ed2007-07-17 21:50:45 -0400747 opendata = nfs4_open_recoverdata_alloc(ctx, state);
748 if (IS_ERR(opendata))
749 return PTR_ERR(opendata);
Trond Myklebust864472e2006-01-03 09:55:15 +0100750 opendata->o_arg.claim = NFS4_OPEN_CLAIM_PREVIOUS;
751 opendata->o_arg.fh = NFS_FH(state->inode);
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -0400752 rcu_read_lock();
753 delegation = rcu_dereference(NFS_I(state->inode)->delegation);
Trond Myklebust15c831b2008-12-23 15:21:39 -0500754 if (delegation != NULL && test_bit(NFS_DELEGATION_NEED_RECLAIM, &delegation->flags) != 0)
Trond Myklebust65bbf6b2007-08-27 09:57:46 -0400755 delegation_type = delegation->type;
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -0400756 rcu_read_unlock();
Trond Myklebust864472e2006-01-03 09:55:15 +0100757 opendata->o_arg.u.delegation_type = delegation_type;
758 status = nfs4_open_recover(opendata, state);
Trond Myklebustc6d00e62007-06-17 16:02:44 -0400759 nfs4_opendata_put(opendata);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700760 return status;
761}
762
Trond Myklebust539cd032007-06-05 11:46:42 -0400763static int nfs4_do_open_reclaim(struct nfs_open_context *ctx, struct nfs4_state *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700764{
765 struct nfs_server *server = NFS_SERVER(state->inode);
766 struct nfs4_exception exception = { };
767 int err;
768 do {
Trond Myklebust539cd032007-06-05 11:46:42 -0400769 err = _nfs4_do_open_reclaim(ctx, state);
Trond Myklebust202b50d2005-06-22 17:16:29 +0000770 if (err != -NFS4ERR_DELAY)
771 break;
772 nfs4_handle_exception(server, err, &exception);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700773 } while (exception.retry);
774 return err;
775}
776
Trond Myklebust864472e2006-01-03 09:55:15 +0100777static int nfs4_open_reclaim(struct nfs4_state_owner *sp, struct nfs4_state *state)
778{
779 struct nfs_open_context *ctx;
780 int ret;
781
782 ctx = nfs4_state_find_open_context(state);
783 if (IS_ERR(ctx))
784 return PTR_ERR(ctx);
Trond Myklebust539cd032007-06-05 11:46:42 -0400785 ret = nfs4_do_open_reclaim(ctx, state);
Trond Myklebust864472e2006-01-03 09:55:15 +0100786 put_nfs_open_context(ctx);
787 return ret;
788}
789
Trond Myklebust13437e12007-07-06 15:10:43 -0400790static 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 -0700791{
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100792 struct nfs4_opendata *opendata;
Trond Myklebust864472e2006-01-03 09:55:15 +0100793 int ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700794
Trond Myklebust6f220ed2007-07-17 21:50:45 -0400795 opendata = nfs4_open_recoverdata_alloc(ctx, state);
796 if (IS_ERR(opendata))
797 return PTR_ERR(opendata);
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100798 opendata->o_arg.claim = NFS4_OPEN_CLAIM_DELEGATE_CUR;
Trond Myklebust13437e12007-07-06 15:10:43 -0400799 memcpy(opendata->o_arg.u.delegation.data, stateid->data,
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100800 sizeof(opendata->o_arg.u.delegation.data));
Trond Myklebust864472e2006-01-03 09:55:15 +0100801 ret = nfs4_open_recover(opendata, state);
Trond Myklebustc6d00e62007-06-17 16:02:44 -0400802 nfs4_opendata_put(opendata);
Trond Myklebust864472e2006-01-03 09:55:15 +0100803 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700804}
805
Trond Myklebust13437e12007-07-06 15:10:43 -0400806int nfs4_open_delegation_recall(struct nfs_open_context *ctx, struct nfs4_state *state, const nfs4_stateid *stateid)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700807{
808 struct nfs4_exception exception = { };
Trond Myklebust539cd032007-06-05 11:46:42 -0400809 struct nfs_server *server = NFS_SERVER(state->inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700810 int err;
811 do {
Trond Myklebust13437e12007-07-06 15:10:43 -0400812 err = _nfs4_open_delegation_recall(ctx, state, stateid);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700813 switch (err) {
814 case 0:
815 return err;
816 case -NFS4ERR_STALE_CLIENTID:
817 case -NFS4ERR_STALE_STATEID:
818 case -NFS4ERR_EXPIRED:
819 /* Don't recall a delegation if it was lost */
David Howells7539bba2006-08-22 20:06:09 -0400820 nfs4_schedule_state_recovery(server->nfs_client);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700821 return err;
822 }
823 err = nfs4_handle_exception(server, err, &exception);
824 } while (exception.retry);
825 return err;
826}
827
Trond Myklebustcdd4e682006-01-03 09:55:12 +0100828static void nfs4_open_confirm_done(struct rpc_task *task, void *calldata)
829{
830 struct nfs4_opendata *data = calldata;
831
832 data->rpc_status = task->tk_status;
833 if (RPC_ASSASSINATED(task))
834 return;
Trond Myklebust26e976a2006-01-03 09:55:21 +0100835 if (data->rpc_status == 0) {
Trond Myklebustcdd4e682006-01-03 09:55:12 +0100836 memcpy(data->o_res.stateid.data, data->c_res.stateid.data,
837 sizeof(data->o_res.stateid.data));
Trond Myklebustbb226292008-01-02 15:19:18 -0500838 nfs_confirm_seqid(&data->owner->so_seqid, 0);
Trond Myklebust26e976a2006-01-03 09:55:21 +0100839 renew_lease(data->o_res.server, data->timestamp);
Trond Myklebust3e309912007-07-07 13:19:59 -0400840 data->rpc_done = 1;
Trond Myklebust26e976a2006-01-03 09:55:21 +0100841 }
Trond Myklebustcdd4e682006-01-03 09:55:12 +0100842}
843
844static void nfs4_open_confirm_release(void *calldata)
845{
846 struct nfs4_opendata *data = calldata;
847 struct nfs4_state *state = NULL;
848
849 /* If this request hasn't been cancelled, do nothing */
850 if (data->cancelled == 0)
851 goto out_free;
852 /* In case of error, no cleanup! */
Trond Myklebust3e309912007-07-07 13:19:59 -0400853 if (!data->rpc_done)
Trond Myklebustcdd4e682006-01-03 09:55:12 +0100854 goto out_free;
Trond Myklebustcdd4e682006-01-03 09:55:12 +0100855 state = nfs4_opendata_to_nfs4_state(data);
Trond Myklebust1b370bc2007-07-07 08:04:47 -0400856 if (!IS_ERR(state))
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500857 nfs4_close_state(&data->path, state, data->o_arg.fmode);
Trond Myklebustcdd4e682006-01-03 09:55:12 +0100858out_free:
Trond Myklebustc6d00e62007-06-17 16:02:44 -0400859 nfs4_opendata_put(data);
Trond Myklebustcdd4e682006-01-03 09:55:12 +0100860}
861
862static const struct rpc_call_ops nfs4_open_confirm_ops = {
Trond Myklebustcdd4e682006-01-03 09:55:12 +0100863 .rpc_call_done = nfs4_open_confirm_done,
864 .rpc_release = nfs4_open_confirm_release,
865};
866
867/*
868 * Note: On error, nfs4_proc_open_confirm will free the struct nfs4_opendata
869 */
870static int _nfs4_proc_open_confirm(struct nfs4_opendata *data)
871{
872 struct nfs_server *server = NFS_SERVER(data->dir->d_inode);
873 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -0400874 struct rpc_message msg = {
875 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN_CONFIRM],
876 .rpc_argp = &data->c_arg,
877 .rpc_resp = &data->c_res,
878 .rpc_cred = data->owner->so_cred,
879 };
Trond Myklebustc970aa82007-07-14 15:39:59 -0400880 struct rpc_task_setup task_setup_data = {
881 .rpc_client = server->client,
Trond Myklebust5138fde2007-07-14 15:40:01 -0400882 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -0400883 .callback_ops = &nfs4_open_confirm_ops,
884 .callback_data = data,
Trond Myklebust101070c2008-02-19 20:04:23 -0500885 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -0400886 .flags = RPC_TASK_ASYNC,
887 };
Linus Torvalds1da177e2005-04-16 15:20:36 -0700888 int status;
889
Trond Myklebustc6d00e62007-06-17 16:02:44 -0400890 kref_get(&data->kref);
Trond Myklebust3e309912007-07-07 13:19:59 -0400891 data->rpc_done = 0;
892 data->rpc_status = 0;
Trond Myklebust5138fde2007-07-14 15:40:01 -0400893 data->timestamp = jiffies;
Trond Myklebustc970aa82007-07-14 15:39:59 -0400894 task = rpc_run_task(&task_setup_data);
Trond Myklebust7a1218a2006-03-20 18:11:10 -0500895 if (IS_ERR(task))
Trond Myklebustcdd4e682006-01-03 09:55:12 +0100896 return PTR_ERR(task);
Trond Myklebustcdd4e682006-01-03 09:55:12 +0100897 status = nfs4_wait_for_completion_rpc_task(task);
898 if (status != 0) {
899 data->cancelled = 1;
900 smp_wmb();
901 } else
902 status = data->rpc_status;
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -0500903 rpc_put_task(task);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700904 return status;
905}
906
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100907static void nfs4_open_prepare(struct rpc_task *task, void *calldata)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700908{
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100909 struct nfs4_opendata *data = calldata;
910 struct nfs4_state_owner *sp = data->owner;
Trond Myklebust5138fde2007-07-14 15:40:01 -0400911
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100912 if (nfs_wait_on_sequence(data->o_arg.seqid, task) != 0)
913 return;
Trond Myklebustaac00a82007-07-05 19:02:21 -0400914 /*
915 * Check if we still need to send an OPEN call, or if we can use
916 * a delegation instead.
917 */
918 if (data->state != NULL) {
919 struct nfs_delegation *delegation;
920
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500921 if (can_open_cached(data->state, data->o_arg.fmode, data->o_arg.open_flags))
Trond Myklebust6ee41262007-07-08 14:11:36 -0400922 goto out_no_action;
Trond Myklebustaac00a82007-07-05 19:02:21 -0400923 rcu_read_lock();
924 delegation = rcu_dereference(NFS_I(data->state->inode)->delegation);
925 if (delegation != NULL &&
Trond Myklebust15c831b2008-12-23 15:21:39 -0500926 test_bit(NFS_DELEGATION_NEED_RECLAIM, &delegation->flags) == 0) {
Trond Myklebustaac00a82007-07-05 19:02:21 -0400927 rcu_read_unlock();
Trond Myklebust6ee41262007-07-08 14:11:36 -0400928 goto out_no_action;
Trond Myklebustaac00a82007-07-05 19:02:21 -0400929 }
930 rcu_read_unlock();
931 }
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100932 /* Update sequence id. */
Trond Myklebust9f958ab2007-07-02 13:58:33 -0400933 data->o_arg.id = sp->so_owner_id.id;
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100934 data->o_arg.clientid = sp->so_client->cl_clientid;
Trond Myklebust6f220ed2007-07-17 21:50:45 -0400935 if (data->o_arg.claim == NFS4_OPEN_CLAIM_PREVIOUS) {
Trond Myklebust5138fde2007-07-14 15:40:01 -0400936 task->tk_msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN_NOATTR];
Trond Myklebust6f220ed2007-07-17 21:50:45 -0400937 nfs_copy_fh(&data->o_res.fh, data->o_arg.fh);
938 }
Trond Myklebust26e976a2006-01-03 09:55:21 +0100939 data->timestamp = jiffies;
Trond Myklebust5138fde2007-07-14 15:40:01 -0400940 rpc_call_start(task);
Trond Myklebust6ee41262007-07-08 14:11:36 -0400941 return;
942out_no_action:
943 task->tk_action = NULL;
944
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100945}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700946
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100947static void nfs4_open_done(struct rpc_task *task, void *calldata)
948{
949 struct nfs4_opendata *data = calldata;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700950
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100951 data->rpc_status = task->tk_status;
952 if (RPC_ASSASSINATED(task))
953 return;
954 if (task->tk_status == 0) {
955 switch (data->o_res.f_attr->mode & S_IFMT) {
Trond Myklebust6f926b52005-10-18 14:20:18 -0700956 case S_IFREG:
957 break;
958 case S_IFLNK:
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100959 data->rpc_status = -ELOOP;
Trond Myklebust6f926b52005-10-18 14:20:18 -0700960 break;
961 case S_IFDIR:
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100962 data->rpc_status = -EISDIR;
Trond Myklebust6f926b52005-10-18 14:20:18 -0700963 break;
964 default:
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100965 data->rpc_status = -ENOTDIR;
Trond Myklebust6f926b52005-10-18 14:20:18 -0700966 }
Trond Myklebust26e976a2006-01-03 09:55:21 +0100967 renew_lease(data->o_res.server, data->timestamp);
Trond Myklebust0f9f95e2007-07-08 16:19:56 -0400968 if (!(data->o_res.rflags & NFS4_OPEN_RESULT_CONFIRM))
969 nfs_confirm_seqid(&data->owner->so_seqid, 0);
Trond Myklebust6f926b52005-10-18 14:20:18 -0700970 }
Trond Myklebust3e309912007-07-07 13:19:59 -0400971 data->rpc_done = 1;
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100972}
Trond Myklebust6f926b52005-10-18 14:20:18 -0700973
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100974static void nfs4_open_release(void *calldata)
975{
976 struct nfs4_opendata *data = calldata;
977 struct nfs4_state *state = NULL;
978
979 /* If this request hasn't been cancelled, do nothing */
980 if (data->cancelled == 0)
981 goto out_free;
982 /* In case of error, no cleanup! */
Trond Myklebust3e309912007-07-07 13:19:59 -0400983 if (data->rpc_status != 0 || !data->rpc_done)
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100984 goto out_free;
985 /* In case we need an open_confirm, no cleanup! */
986 if (data->o_res.rflags & NFS4_OPEN_RESULT_CONFIRM)
987 goto out_free;
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100988 state = nfs4_opendata_to_nfs4_state(data);
Trond Myklebust1b370bc2007-07-07 08:04:47 -0400989 if (!IS_ERR(state))
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500990 nfs4_close_state(&data->path, state, data->o_arg.fmode);
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100991out_free:
Trond Myklebustc6d00e62007-06-17 16:02:44 -0400992 nfs4_opendata_put(data);
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100993}
994
995static const struct rpc_call_ops nfs4_open_ops = {
996 .rpc_call_prepare = nfs4_open_prepare,
997 .rpc_call_done = nfs4_open_done,
998 .rpc_release = nfs4_open_release,
999};
1000
1001/*
1002 * Note: On error, nfs4_proc_open will free the struct nfs4_opendata
1003 */
1004static int _nfs4_proc_open(struct nfs4_opendata *data)
1005{
1006 struct inode *dir = data->dir->d_inode;
1007 struct nfs_server *server = NFS_SERVER(dir);
1008 struct nfs_openargs *o_arg = &data->o_arg;
1009 struct nfs_openres *o_res = &data->o_res;
1010 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001011 struct rpc_message msg = {
1012 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN],
1013 .rpc_argp = o_arg,
1014 .rpc_resp = o_res,
1015 .rpc_cred = data->owner->so_cred,
1016 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04001017 struct rpc_task_setup task_setup_data = {
1018 .rpc_client = server->client,
Trond Myklebust5138fde2007-07-14 15:40:01 -04001019 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04001020 .callback_ops = &nfs4_open_ops,
1021 .callback_data = data,
Trond Myklebust101070c2008-02-19 20:04:23 -05001022 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04001023 .flags = RPC_TASK_ASYNC,
1024 };
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001025 int status;
1026
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001027 kref_get(&data->kref);
Trond Myklebust3e309912007-07-07 13:19:59 -04001028 data->rpc_done = 0;
1029 data->rpc_status = 0;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001030 data->cancelled = 0;
Trond Myklebustc970aa82007-07-14 15:39:59 -04001031 task = rpc_run_task(&task_setup_data);
Trond Myklebust7a1218a2006-03-20 18:11:10 -05001032 if (IS_ERR(task))
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001033 return PTR_ERR(task);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001034 status = nfs4_wait_for_completion_rpc_task(task);
1035 if (status != 0) {
1036 data->cancelled = 1;
1037 smp_wmb();
1038 } else
1039 status = data->rpc_status;
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -05001040 rpc_put_task(task);
Trond Myklebust3e309912007-07-07 13:19:59 -04001041 if (status != 0 || !data->rpc_done)
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001042 return status;
1043
Trond Myklebust99367812007-07-17 21:52:41 -04001044 if (o_res->fh.size == 0)
1045 _nfs4_proc_lookup(dir, o_arg->name, &o_res->fh, o_res->f_attr);
1046
Trond Myklebust56ae19f2005-10-27 22:12:40 -04001047 if (o_arg->open_flags & O_CREAT) {
1048 update_changeattr(dir, &o_res->cinfo);
1049 nfs_post_op_update_inode(dir, o_res->dir_attr);
1050 } else
1051 nfs_refresh_inode(dir, o_res->dir_attr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001052 if(o_res->rflags & NFS4_OPEN_RESULT_CONFIRM) {
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001053 status = _nfs4_proc_open_confirm(data);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001054 if (status != 0)
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001055 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001056 }
1057 if (!(o_res->f_attr->valid & NFS_ATTR_FATTR))
Trond Myklebust99367812007-07-17 21:52:41 -04001058 _nfs4_proc_getattr(server, &o_res->fh, o_res->f_attr);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001059 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001060}
1061
Trond Myklebust10afec92007-05-14 17:16:04 -04001062static int nfs4_recover_expired_lease(struct nfs_server *server)
Trond Myklebust58d97142006-01-03 09:55:24 +01001063{
David Howells7539bba2006-08-22 20:06:09 -04001064 struct nfs_client *clp = server->nfs_client;
Trond Myklebust6b309542006-09-14 14:03:14 -04001065 int ret;
Trond Myklebust58d97142006-01-03 09:55:24 +01001066
Trond Myklebust6b309542006-09-14 14:03:14 -04001067 for (;;) {
Trond Myklebust65de8722008-12-23 15:21:44 -05001068 ret = nfs4_wait_clnt_recover(clp);
Trond Myklebust6b309542006-09-14 14:03:14 -04001069 if (ret != 0)
1070 return ret;
Trond Myklebuste598d842008-12-23 15:21:42 -05001071 if (!test_bit(NFS4CLNT_LEASE_EXPIRED, &clp->cl_state) &&
1072 !test_bit(NFS4CLNT_CHECK_LEASE,&clp->cl_state))
Trond Myklebust6b309542006-09-14 14:03:14 -04001073 break;
Trond Myklebust58d97142006-01-03 09:55:24 +01001074 nfs4_schedule_state_recovery(clp);
Trond Myklebust6b309542006-09-14 14:03:14 -04001075 }
1076 return 0;
Trond Myklebust58d97142006-01-03 09:55:24 +01001077}
1078
Linus Torvalds1da177e2005-04-16 15:20:36 -07001079/*
1080 * OPEN_EXPIRED:
1081 * reclaim state on the server after a network partition.
1082 * Assumes caller holds the appropriate lock
1083 */
Trond Myklebust539cd032007-06-05 11:46:42 -04001084static int _nfs4_open_expired(struct nfs_open_context *ctx, struct nfs4_state *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001085{
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001086 struct nfs4_opendata *opendata;
Trond Myklebust864472e2006-01-03 09:55:15 +01001087 int ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001088
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001089 opendata = nfs4_open_recoverdata_alloc(ctx, state);
1090 if (IS_ERR(opendata))
1091 return PTR_ERR(opendata);
Trond Myklebust864472e2006-01-03 09:55:15 +01001092 ret = nfs4_open_recover(opendata, state);
Trond Myklebust35d05772008-04-05 15:54:17 -04001093 if (ret == -ESTALE)
Trond Myklebust539cd032007-06-05 11:46:42 -04001094 d_drop(ctx->path.dentry);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001095 nfs4_opendata_put(opendata);
Trond Myklebust864472e2006-01-03 09:55:15 +01001096 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001097}
1098
Trond Myklebust539cd032007-06-05 11:46:42 -04001099static inline int nfs4_do_open_expired(struct nfs_open_context *ctx, struct nfs4_state *state)
Trond Myklebust202b50d2005-06-22 17:16:29 +00001100{
Trond Myklebust539cd032007-06-05 11:46:42 -04001101 struct nfs_server *server = NFS_SERVER(state->inode);
Trond Myklebust202b50d2005-06-22 17:16:29 +00001102 struct nfs4_exception exception = { };
1103 int err;
1104
1105 do {
Trond Myklebust539cd032007-06-05 11:46:42 -04001106 err = _nfs4_open_expired(ctx, state);
Trond Myklebust202b50d2005-06-22 17:16:29 +00001107 if (err == -NFS4ERR_DELAY)
1108 nfs4_handle_exception(server, err, &exception);
1109 } while (exception.retry);
1110 return err;
1111}
1112
Linus Torvalds1da177e2005-04-16 15:20:36 -07001113static int nfs4_open_expired(struct nfs4_state_owner *sp, struct nfs4_state *state)
1114{
Linus Torvalds1da177e2005-04-16 15:20:36 -07001115 struct nfs_open_context *ctx;
Trond Myklebust864472e2006-01-03 09:55:15 +01001116 int ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001117
Trond Myklebust864472e2006-01-03 09:55:15 +01001118 ctx = nfs4_state_find_open_context(state);
1119 if (IS_ERR(ctx))
1120 return PTR_ERR(ctx);
Trond Myklebust539cd032007-06-05 11:46:42 -04001121 ret = nfs4_do_open_expired(ctx, state);
Trond Myklebust864472e2006-01-03 09:55:15 +01001122 put_nfs_open_context(ctx);
1123 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001124}
1125
1126/*
Jeff Laytonaa53ed52007-06-05 14:49:03 -04001127 * on an EXCLUSIVE create, the server should send back a bitmask with FATTR4-*
1128 * fields corresponding to attributes that were used to store the verifier.
1129 * Make sure we clobber those fields in the later setattr call
1130 */
1131static inline void nfs4_exclusive_attrset(struct nfs4_opendata *opendata, struct iattr *sattr)
1132{
1133 if ((opendata->o_res.attrset[1] & FATTR4_WORD1_TIME_ACCESS) &&
1134 !(sattr->ia_valid & ATTR_ATIME_SET))
1135 sattr->ia_valid |= ATTR_ATIME;
1136
1137 if ((opendata->o_res.attrset[1] & FATTR4_WORD1_TIME_MODIFY) &&
1138 !(sattr->ia_valid & ATTR_MTIME_SET))
1139 sattr->ia_valid |= ATTR_MTIME;
1140}
1141
1142/*
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001143 * Returns a referenced nfs4_state
Linus Torvalds1da177e2005-04-16 15:20:36 -07001144 */
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001145static 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 -07001146{
1147 struct nfs4_state_owner *sp;
1148 struct nfs4_state *state = NULL;
1149 struct nfs_server *server = NFS_SERVER(dir);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001150 struct nfs4_opendata *opendata;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001151 int status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001152
1153 /* Protect against reboot recovery conflicts */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001154 status = -ENOMEM;
1155 if (!(sp = nfs4_get_state_owner(server, cred))) {
1156 dprintk("nfs4_do_open: nfs4_get_state_owner failed!\n");
1157 goto out_err;
1158 }
Trond Myklebust58d97142006-01-03 09:55:24 +01001159 status = nfs4_recover_expired_lease(server);
1160 if (status != 0)
Trond Myklebustb4454fe2006-01-03 09:55:25 +01001161 goto err_put_state_owner;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001162 if (path->dentry->d_inode != NULL)
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001163 nfs4_return_incompatible_delegation(path->dentry->d_inode, fmode);
Trond Myklebust58d97142006-01-03 09:55:24 +01001164 status = -ENOMEM;
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001165 opendata = nfs4_opendata_alloc(path, sp, fmode, flags, sattr);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001166 if (opendata == NULL)
Trond Myklebust95d35cb2008-12-23 15:21:45 -05001167 goto err_put_state_owner;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001168
Trond Myklebustaac00a82007-07-05 19:02:21 -04001169 if (path->dentry->d_inode != NULL)
1170 opendata->state = nfs4_get_open_state(path->dentry->d_inode, sp);
1171
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001172 status = _nfs4_proc_open(opendata);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001173 if (status != 0)
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001174 goto err_opendata_put;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001175
Jeff Laytonaa53ed52007-06-05 14:49:03 -04001176 if (opendata->o_arg.open_flags & O_EXCL)
1177 nfs4_exclusive_attrset(opendata, sattr);
1178
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001179 state = nfs4_opendata_to_nfs4_state(opendata);
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001180 status = PTR_ERR(state);
1181 if (IS_ERR(state))
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001182 goto err_opendata_put;
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001183 nfs4_opendata_put(opendata);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001184 nfs4_put_state_owner(sp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001185 *res = state;
1186 return 0;
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001187err_opendata_put:
1188 nfs4_opendata_put(opendata);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001189err_put_state_owner:
1190 nfs4_put_state_owner(sp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001191out_err:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001192 *res = NULL;
1193 return status;
1194}
1195
1196
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001197static 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 -07001198{
1199 struct nfs4_exception exception = { };
1200 struct nfs4_state *res;
1201 int status;
1202
1203 do {
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001204 status = _nfs4_do_open(dir, path, fmode, flags, sattr, cred, &res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001205 if (status == 0)
1206 break;
1207 /* NOTE: BAD_SEQID means the server and client disagree about the
1208 * book-keeping w.r.t. state-changing operations
1209 * (OPEN/CLOSE/LOCK/LOCKU...)
1210 * It is actually a sign of a bug on the client or on the server.
1211 *
1212 * If we receive a BAD_SEQID error in the particular case of
Trond Myklebustcee54fc2005-10-18 14:20:12 -07001213 * doing an OPEN, we assume that nfs_increment_open_seqid() will
Linus Torvalds1da177e2005-04-16 15:20:36 -07001214 * have unhashed the old state_owner for us, and that we can
1215 * therefore safely retry using a new one. We should still warn
1216 * the user though...
1217 */
1218 if (status == -NFS4ERR_BAD_SEQID) {
Trond Myklebust6f43ddc2007-07-08 16:49:11 -04001219 printk(KERN_WARNING "NFS: v4 server %s "
1220 " returned a bad sequence-id error!\n",
1221 NFS_SERVER(dir)->nfs_client->cl_hostname);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001222 exception.retry = 1;
1223 continue;
1224 }
Trond Myklebust550f5742005-10-18 14:20:21 -07001225 /*
1226 * BAD_STATEID on OPEN means that the server cancelled our
1227 * state before it received the OPEN_CONFIRM.
1228 * Recover by retrying the request as per the discussion
1229 * on Page 181 of RFC3530.
1230 */
1231 if (status == -NFS4ERR_BAD_STATEID) {
1232 exception.retry = 1;
1233 continue;
1234 }
Trond Myklebustaac00a82007-07-05 19:02:21 -04001235 if (status == -EAGAIN) {
1236 /* We must have found a delegation */
1237 exception.retry = 1;
1238 continue;
1239 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001240 res = ERR_PTR(nfs4_handle_exception(NFS_SERVER(dir),
1241 status, &exception));
1242 } while (exception.retry);
1243 return res;
1244}
1245
Trond Myklebust659bfcd2008-06-10 19:39:41 -04001246static int _nfs4_do_setattr(struct inode *inode, struct rpc_cred *cred,
1247 struct nfs_fattr *fattr, struct iattr *sattr,
1248 struct nfs4_state *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001249{
Trond Myklebust3e4f6292006-03-20 13:44:46 -05001250 struct nfs_server *server = NFS_SERVER(inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001251 struct nfs_setattrargs arg = {
Trond Myklebust3e4f6292006-03-20 13:44:46 -05001252 .fh = NFS_FH(inode),
Linus Torvalds1da177e2005-04-16 15:20:36 -07001253 .iap = sattr,
1254 .server = server,
1255 .bitmask = server->attr_bitmask,
1256 };
1257 struct nfs_setattrres res = {
1258 .fattr = fattr,
1259 .server = server,
1260 };
1261 struct rpc_message msg = {
Trond Myklebust659bfcd2008-06-10 19:39:41 -04001262 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETATTR],
1263 .rpc_argp = &arg,
1264 .rpc_resp = &res,
1265 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001266 };
Trond Myklebust26e976a2006-01-03 09:55:21 +01001267 unsigned long timestamp = jiffies;
Trond Myklebust65e43082005-08-16 11:49:44 -04001268 int status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001269
Trond Myklebust0e574af2005-10-27 22:12:38 -04001270 nfs_fattr_init(fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001271
Trond Myklebust3e4f6292006-03-20 13:44:46 -05001272 if (nfs4_copy_delegation_stateid(&arg.stateid, inode)) {
1273 /* Use that stateid */
1274 } else if (state != NULL) {
Trond Myklebust08e9eac2005-06-22 17:16:29 +00001275 nfs4_copy_stateid(&arg.stateid, state, current->files);
1276 } else
Linus Torvalds1da177e2005-04-16 15:20:36 -07001277 memcpy(&arg.stateid, &zero_stateid, sizeof(arg.stateid));
1278
Trond Myklebust65e43082005-08-16 11:49:44 -04001279 status = rpc_call_sync(server->client, &msg, 0);
Trond Myklebust26e976a2006-01-03 09:55:21 +01001280 if (status == 0 && state != NULL)
1281 renew_lease(server, timestamp);
Trond Myklebust65e43082005-08-16 11:49:44 -04001282 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001283}
1284
Trond Myklebust659bfcd2008-06-10 19:39:41 -04001285static int nfs4_do_setattr(struct inode *inode, struct rpc_cred *cred,
1286 struct nfs_fattr *fattr, struct iattr *sattr,
1287 struct nfs4_state *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001288{
Trond Myklebust3e4f6292006-03-20 13:44:46 -05001289 struct nfs_server *server = NFS_SERVER(inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001290 struct nfs4_exception exception = { };
1291 int err;
1292 do {
1293 err = nfs4_handle_exception(server,
Trond Myklebust659bfcd2008-06-10 19:39:41 -04001294 _nfs4_do_setattr(inode, cred, fattr, sattr, state),
Linus Torvalds1da177e2005-04-16 15:20:36 -07001295 &exception);
1296 } while (exception.retry);
1297 return err;
1298}
1299
1300struct nfs4_closedata {
Trond Myklebust4a35bd42007-06-05 10:31:33 -04001301 struct path path;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001302 struct inode *inode;
1303 struct nfs4_state *state;
1304 struct nfs_closeargs arg;
1305 struct nfs_closeres res;
Trond Myklebust516a6af2005-10-27 22:12:41 -04001306 struct nfs_fattr fattr;
Trond Myklebust26e976a2006-01-03 09:55:21 +01001307 unsigned long timestamp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001308};
1309
Trond Myklebust963d8fe2006-01-03 09:55:04 +01001310static void nfs4_free_closedata(void *data)
Trond Myklebust95121352005-10-18 14:20:12 -07001311{
Trond Myklebust963d8fe2006-01-03 09:55:04 +01001312 struct nfs4_closedata *calldata = data;
1313 struct nfs4_state_owner *sp = calldata->state->owner;
Trond Myklebust95121352005-10-18 14:20:12 -07001314
1315 nfs4_put_open_state(calldata->state);
1316 nfs_free_seqid(calldata->arg.seqid);
Trond Myklebust95121352005-10-18 14:20:12 -07001317 nfs4_put_state_owner(sp);
Jan Blunck31f31db12008-05-02 13:42:45 -07001318 path_put(&calldata->path);
Trond Myklebust95121352005-10-18 14:20:12 -07001319 kfree(calldata);
1320}
1321
Trond Myklebust963d8fe2006-01-03 09:55:04 +01001322static void nfs4_close_done(struct rpc_task *task, void *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001323{
Trond Myklebust963d8fe2006-01-03 09:55:04 +01001324 struct nfs4_closedata *calldata = data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001325 struct nfs4_state *state = calldata->state;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001326 struct nfs_server *server = NFS_SERVER(calldata->inode);
1327
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01001328 if (RPC_ASSASSINATED(task))
1329 return;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001330 /* hmm. we are done with the inode, and in the process of freeing
1331 * the state_owner. we keep this around to process errors
1332 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001333 switch (task->tk_status) {
1334 case 0:
Trond Myklebust45328c32007-07-26 17:47:34 -04001335 nfs_set_open_stateid(state, &calldata->res.stateid, 0);
Trond Myklebust26e976a2006-01-03 09:55:21 +01001336 renew_lease(server, calldata->timestamp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001337 break;
1338 case -NFS4ERR_STALE_STATEID:
Trond Myklebust9e33bed2008-12-23 15:21:46 -05001339 case -NFS4ERR_OLD_STATEID:
1340 case -NFS4ERR_BAD_STATEID:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001341 case -NFS4ERR_EXPIRED:
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001342 if (calldata->arg.fmode == 0)
Trond Myklebust9e33bed2008-12-23 15:21:46 -05001343 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001344 default:
Trond Myklebust9e33bed2008-12-23 15:21:46 -05001345 if (nfs4_async_handle_error(task, server, state) == -EAGAIN) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001346 rpc_restart_call(task);
1347 return;
1348 }
1349 }
Trond Myklebust516a6af2005-10-27 22:12:41 -04001350 nfs_refresh_inode(calldata->inode, calldata->res.fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001351}
1352
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01001353static void nfs4_close_prepare(struct rpc_task *task, void *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001354{
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01001355 struct nfs4_closedata *calldata = data;
Trond Myklebust95121352005-10-18 14:20:12 -07001356 struct nfs4_state *state = calldata->state;
Trond Myklebust003707c2007-07-05 18:07:55 -04001357 int clear_rd, clear_wr, clear_rdwr;
Trond Myklebust95121352005-10-18 14:20:12 -07001358
Trond Myklebust963d8fe2006-01-03 09:55:04 +01001359 if (nfs_wait_on_sequence(calldata->arg.seqid, task) != 0)
Trond Myklebust95121352005-10-18 14:20:12 -07001360 return;
Trond Myklebust003707c2007-07-05 18:07:55 -04001361
Trond Myklebust003707c2007-07-05 18:07:55 -04001362 clear_rd = clear_wr = clear_rdwr = 0;
Trond Myklebust4cecb762005-11-04 15:32:58 -05001363 spin_lock(&state->owner->so_lock);
Trond Myklebust003707c2007-07-05 18:07:55 -04001364 /* Calculate the change in open mode */
Trond Myklebuste7616922006-01-03 09:55:13 +01001365 if (state->n_rdwr == 0) {
Trond Myklebust003707c2007-07-05 18:07:55 -04001366 if (state->n_rdonly == 0) {
Trond Myklebust003707c2007-07-05 18:07:55 -04001367 clear_rd |= test_and_clear_bit(NFS_O_RDONLY_STATE, &state->flags);
1368 clear_rdwr |= test_and_clear_bit(NFS_O_RDWR_STATE, &state->flags);
1369 }
1370 if (state->n_wronly == 0) {
Trond Myklebust003707c2007-07-05 18:07:55 -04001371 clear_wr |= test_and_clear_bit(NFS_O_WRONLY_STATE, &state->flags);
1372 clear_rdwr |= test_and_clear_bit(NFS_O_RDWR_STATE, &state->flags);
1373 }
Trond Myklebuste7616922006-01-03 09:55:13 +01001374 }
Trond Myklebust4cecb762005-11-04 15:32:58 -05001375 spin_unlock(&state->owner->so_lock);
Trond Myklebust003707c2007-07-05 18:07:55 -04001376 if (!clear_rd && !clear_wr && !clear_rdwr) {
Trond Myklebust963d8fe2006-01-03 09:55:04 +01001377 /* Note: exit _without_ calling nfs4_close_done */
1378 task->tk_action = NULL;
Trond Myklebust95121352005-10-18 14:20:12 -07001379 return;
1380 }
Trond Myklebust516a6af2005-10-27 22:12:41 -04001381 nfs_fattr_init(calldata->res.fattr);
Trond Myklebust45328c32007-07-26 17:47:34 -04001382 if (test_bit(NFS_O_RDONLY_STATE, &state->flags) != 0) {
Trond Myklebust5138fde2007-07-14 15:40:01 -04001383 task->tk_msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN_DOWNGRADE];
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001384 calldata->arg.fmode = FMODE_READ;
Trond Myklebust45328c32007-07-26 17:47:34 -04001385 } else if (test_bit(NFS_O_WRONLY_STATE, &state->flags) != 0) {
Trond Myklebust5138fde2007-07-14 15:40:01 -04001386 task->tk_msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN_DOWNGRADE];
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001387 calldata->arg.fmode = FMODE_WRITE;
Trond Myklebust45328c32007-07-26 17:47:34 -04001388 }
Trond Myklebust26e976a2006-01-03 09:55:21 +01001389 calldata->timestamp = jiffies;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001390 rpc_call_start(task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001391}
1392
Trond Myklebust963d8fe2006-01-03 09:55:04 +01001393static const struct rpc_call_ops nfs4_close_ops = {
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01001394 .rpc_call_prepare = nfs4_close_prepare,
Trond Myklebust963d8fe2006-01-03 09:55:04 +01001395 .rpc_call_done = nfs4_close_done,
1396 .rpc_release = nfs4_free_closedata,
1397};
1398
Linus Torvalds1da177e2005-04-16 15:20:36 -07001399/*
1400 * It is possible for data to be read/written from a mem-mapped file
1401 * after the sys_close call (which hits the vfs layer as a flush).
1402 * This means that we can't safely call nfsv4 close on a file until
1403 * the inode is cleared. This in turn means that we are not good
1404 * NFSv4 citizens - we do not indicate to the server to update the file's
1405 * share state even when we are done with one of the three share
1406 * stateid's in the inode.
1407 *
1408 * NOTE: Caller must be holding the sp->so_owner semaphore!
1409 */
Trond Myklebusta49c3c72007-10-18 18:03:27 -04001410int nfs4_do_close(struct path *path, struct nfs4_state *state, int wait)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001411{
Trond Myklebust4a35bd42007-06-05 10:31:33 -04001412 struct nfs_server *server = NFS_SERVER(state->inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001413 struct nfs4_closedata *calldata;
Trond Myklebustb39e6252007-06-11 23:05:07 -04001414 struct nfs4_state_owner *sp = state->owner;
1415 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001416 struct rpc_message msg = {
1417 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_CLOSE],
1418 .rpc_cred = state->owner->so_cred,
1419 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04001420 struct rpc_task_setup task_setup_data = {
1421 .rpc_client = server->client,
Trond Myklebust5138fde2007-07-14 15:40:01 -04001422 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04001423 .callback_ops = &nfs4_close_ops,
Trond Myklebust101070c2008-02-19 20:04:23 -05001424 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04001425 .flags = RPC_TASK_ASYNC,
1426 };
Trond Myklebust95121352005-10-18 14:20:12 -07001427 int status = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001428
Trond Myklebust95121352005-10-18 14:20:12 -07001429 calldata = kmalloc(sizeof(*calldata), GFP_KERNEL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001430 if (calldata == NULL)
Trond Myklebust95121352005-10-18 14:20:12 -07001431 goto out;
Trond Myklebust4a35bd42007-06-05 10:31:33 -04001432 calldata->inode = state->inode;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001433 calldata->state = state;
Trond Myklebust4a35bd42007-06-05 10:31:33 -04001434 calldata->arg.fh = NFS_FH(state->inode);
Trond Myklebust003707c2007-07-05 18:07:55 -04001435 calldata->arg.stateid = &state->open_stateid;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001436 /* Serialization for the sequence id */
Trond Myklebustcee54fc2005-10-18 14:20:12 -07001437 calldata->arg.seqid = nfs_alloc_seqid(&state->owner->so_seqid);
Trond Myklebust95121352005-10-18 14:20:12 -07001438 if (calldata->arg.seqid == NULL)
1439 goto out_free_calldata;
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001440 calldata->arg.fmode = 0;
Trond Myklebust516a6af2005-10-27 22:12:41 -04001441 calldata->arg.bitmask = server->attr_bitmask;
1442 calldata->res.fattr = &calldata->fattr;
Trond Myklebustc1d51932008-04-07 13:20:54 -04001443 calldata->res.seqid = calldata->arg.seqid;
Trond Myklebust516a6af2005-10-27 22:12:41 -04001444 calldata->res.server = server;
Trond Myklebust4a35bd42007-06-05 10:31:33 -04001445 calldata->path.mnt = mntget(path->mnt);
1446 calldata->path.dentry = dget(path->dentry);
Trond Myklebust95121352005-10-18 14:20:12 -07001447
Trond Myklebust5138fde2007-07-14 15:40:01 -04001448 msg.rpc_argp = &calldata->arg,
1449 msg.rpc_resp = &calldata->res,
Trond Myklebustc970aa82007-07-14 15:39:59 -04001450 task_setup_data.callback_data = calldata;
1451 task = rpc_run_task(&task_setup_data);
Trond Myklebustb39e6252007-06-11 23:05:07 -04001452 if (IS_ERR(task))
1453 return PTR_ERR(task);
Trond Myklebusta49c3c72007-10-18 18:03:27 -04001454 status = 0;
1455 if (wait)
1456 status = rpc_wait_for_completion_task(task);
Trond Myklebustb39e6252007-06-11 23:05:07 -04001457 rpc_put_task(task);
Trond Myklebusta49c3c72007-10-18 18:03:27 -04001458 return status;
Trond Myklebust95121352005-10-18 14:20:12 -07001459out_free_calldata:
1460 kfree(calldata);
1461out:
Trond Myklebustb39e6252007-06-11 23:05:07 -04001462 nfs4_put_open_state(state);
1463 nfs4_put_state_owner(sp);
Trond Myklebust95121352005-10-18 14:20:12 -07001464 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001465}
1466
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001467static 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 -07001468{
1469 struct file *filp;
Trond Myklebust1b45c462007-07-03 13:04:56 -04001470 int ret;
Trond Myklebust02a913a2005-10-18 14:20:17 -07001471
Trond Myklebust1b45c462007-07-03 13:04:56 -04001472 /* If the open_intent is for execute, we have an extra check to make */
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001473 if (fmode & FMODE_EXEC) {
Trond Myklebustaf22f942007-08-10 17:45:10 -04001474 ret = nfs_may_open(state->inode,
Trond Myklebust1b45c462007-07-03 13:04:56 -04001475 state->owner->so_cred,
1476 nd->intent.open.flags);
1477 if (ret < 0)
1478 goto out_close;
1479 }
Trond Myklebust4a35bd42007-06-05 10:31:33 -04001480 filp = lookup_instantiate_filp(nd, path->dentry, NULL);
Trond Myklebust02a913a2005-10-18 14:20:17 -07001481 if (!IS_ERR(filp)) {
1482 struct nfs_open_context *ctx;
Trond Myklebustcd3758e2007-08-10 17:44:32 -04001483 ctx = nfs_file_open_context(filp);
Trond Myklebust02a913a2005-10-18 14:20:17 -07001484 ctx->state = state;
Trond Myklebust95cf9592006-04-18 13:14:06 -04001485 return 0;
1486 }
Trond Myklebust1b45c462007-07-03 13:04:56 -04001487 ret = PTR_ERR(filp);
1488out_close:
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001489 nfs4_close_sync(path, state, fmode & (FMODE_READ|FMODE_WRITE));
Trond Myklebust1b45c462007-07-03 13:04:56 -04001490 return ret;
Trond Myklebust02a913a2005-10-18 14:20:17 -07001491}
1492
1493struct dentry *
Linus Torvalds1da177e2005-04-16 15:20:36 -07001494nfs4_atomic_open(struct inode *dir, struct dentry *dentry, struct nameidata *nd)
1495{
Trond Myklebustad389da2007-06-05 12:30:00 -04001496 struct path path = {
Jan Blunck4ac91372008-02-14 19:34:32 -08001497 .mnt = nd->path.mnt,
Trond Myklebustad389da2007-06-05 12:30:00 -04001498 .dentry = dentry,
1499 };
Jan Blunck4ac91372008-02-14 19:34:32 -08001500 struct dentry *parent;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001501 struct iattr attr;
1502 struct rpc_cred *cred;
1503 struct nfs4_state *state;
Trond Myklebust02a913a2005-10-18 14:20:17 -07001504 struct dentry *res;
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001505 fmode_t fmode = nd->intent.open.flags & (FMODE_READ | FMODE_WRITE | FMODE_EXEC);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001506
1507 if (nd->flags & LOOKUP_CREATE) {
1508 attr.ia_mode = nd->intent.open.create_mode;
1509 attr.ia_valid = ATTR_MODE;
1510 if (!IS_POSIXACL(dir))
1511 attr.ia_mode &= ~current->fs->umask;
1512 } else {
1513 attr.ia_valid = 0;
1514 BUG_ON(nd->intent.open.flags & O_CREAT);
1515 }
1516
Trond Myklebust98a8e322008-03-12 12:25:28 -04001517 cred = rpc_lookup_cred();
Linus Torvalds1da177e2005-04-16 15:20:36 -07001518 if (IS_ERR(cred))
Trond Myklebust02a913a2005-10-18 14:20:17 -07001519 return (struct dentry *)cred;
Trond Myklebust565277f2007-10-15 18:17:53 -04001520 parent = dentry->d_parent;
1521 /* Protect against concurrent sillydeletes */
1522 nfs_block_sillyrename(parent);
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001523 state = nfs4_do_open(dir, &path, fmode, nd->intent.open.flags, &attr, cred);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001524 put_rpccred(cred);
Trond Myklebust02a913a2005-10-18 14:20:17 -07001525 if (IS_ERR(state)) {
Trond Myklebustd75340c2007-10-01 21:42:01 -04001526 if (PTR_ERR(state) == -ENOENT) {
Trond Myklebust02a913a2005-10-18 14:20:17 -07001527 d_add(dentry, NULL);
Trond Myklebustd75340c2007-10-01 21:42:01 -04001528 nfs_set_verifier(dentry, nfs_save_change_attribute(dir));
1529 }
Trond Myklebust565277f2007-10-15 18:17:53 -04001530 nfs_unblock_sillyrename(parent);
Trond Myklebust02a913a2005-10-18 14:20:17 -07001531 return (struct dentry *)state;
1532 }
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001533 res = d_add_unique(dentry, igrab(state->inode));
Trond Myklebust02a913a2005-10-18 14:20:17 -07001534 if (res != NULL)
Trond Myklebustdeee9362007-08-27 11:33:00 -04001535 path.dentry = res;
Trond Myklebustd75340c2007-10-01 21:42:01 -04001536 nfs_set_verifier(path.dentry, nfs_save_change_attribute(dir));
Trond Myklebust565277f2007-10-15 18:17:53 -04001537 nfs_unblock_sillyrename(parent);
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001538 nfs4_intent_set_file(nd, &path, state, fmode);
Trond Myklebust02a913a2005-10-18 14:20:17 -07001539 return res;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001540}
1541
1542int
Trond Myklebust02a913a2005-10-18 14:20:17 -07001543nfs4_open_revalidate(struct inode *dir, struct dentry *dentry, int openflags, struct nameidata *nd)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001544{
Trond Myklebustad389da2007-06-05 12:30:00 -04001545 struct path path = {
Jan Blunck4ac91372008-02-14 19:34:32 -08001546 .mnt = nd->path.mnt,
Trond Myklebustad389da2007-06-05 12:30:00 -04001547 .dentry = dentry,
1548 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07001549 struct rpc_cred *cred;
1550 struct nfs4_state *state;
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001551 fmode_t fmode = openflags & (FMODE_READ | FMODE_WRITE);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001552
Trond Myklebust98a8e322008-03-12 12:25:28 -04001553 cred = rpc_lookup_cred();
Linus Torvalds1da177e2005-04-16 15:20:36 -07001554 if (IS_ERR(cred))
1555 return PTR_ERR(cred);
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001556 state = nfs4_do_open(dir, &path, fmode, openflags, NULL, cred);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001557 put_rpccred(cred);
Trond Myklebust02a913a2005-10-18 14:20:17 -07001558 if (IS_ERR(state)) {
1559 switch (PTR_ERR(state)) {
1560 case -EPERM:
1561 case -EACCES:
1562 case -EDQUOT:
1563 case -ENOSPC:
1564 case -EROFS:
1565 lookup_instantiate_filp(nd, (struct dentry *)state, NULL);
1566 return 1;
Chuck Leverb87c0ad2006-10-19 23:28:42 -07001567 default:
1568 goto out_drop;
Trond Myklebust02a913a2005-10-18 14:20:17 -07001569 }
Trond Myklebust02a913a2005-10-18 14:20:17 -07001570 }
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001571 if (state->inode == dentry->d_inode) {
Trond Myklebustd75340c2007-10-01 21:42:01 -04001572 nfs_set_verifier(dentry, nfs_save_change_attribute(dir));
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001573 nfs4_intent_set_file(nd, &path, state, fmode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001574 return 1;
1575 }
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001576 nfs4_close_sync(&path, state, fmode);
Trond Myklebust02a913a2005-10-18 14:20:17 -07001577out_drop:
1578 d_drop(dentry);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001579 return 0;
1580}
1581
1582
1583static int _nfs4_server_capabilities(struct nfs_server *server, struct nfs_fh *fhandle)
1584{
1585 struct nfs4_server_caps_res res = {};
1586 struct rpc_message msg = {
1587 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SERVER_CAPS],
1588 .rpc_argp = fhandle,
1589 .rpc_resp = &res,
1590 };
1591 int status;
1592
1593 status = rpc_call_sync(server->client, &msg, 0);
1594 if (status == 0) {
1595 memcpy(server->attr_bitmask, res.attr_bitmask, sizeof(server->attr_bitmask));
1596 if (res.attr_bitmask[0] & FATTR4_WORD0_ACL)
1597 server->caps |= NFS_CAP_ACLS;
1598 if (res.has_links != 0)
1599 server->caps |= NFS_CAP_HARDLINKS;
1600 if (res.has_symlinks != 0)
1601 server->caps |= NFS_CAP_SYMLINKS;
1602 server->acl_bitmask = res.acl_bitmask;
1603 }
1604 return status;
1605}
1606
Trond Myklebust55a97592006-06-09 09:34:19 -04001607int nfs4_server_capabilities(struct nfs_server *server, struct nfs_fh *fhandle)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001608{
1609 struct nfs4_exception exception = { };
1610 int err;
1611 do {
1612 err = nfs4_handle_exception(server,
1613 _nfs4_server_capabilities(server, fhandle),
1614 &exception);
1615 } while (exception.retry);
1616 return err;
1617}
1618
1619static int _nfs4_lookup_root(struct nfs_server *server, struct nfs_fh *fhandle,
1620 struct nfs_fsinfo *info)
1621{
Linus Torvalds1da177e2005-04-16 15:20:36 -07001622 struct nfs4_lookup_root_arg args = {
1623 .bitmask = nfs4_fattr_bitmap,
1624 };
1625 struct nfs4_lookup_res res = {
1626 .server = server,
Trond Myklebust0e574af2005-10-27 22:12:38 -04001627 .fattr = info->fattr,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001628 .fh = fhandle,
1629 };
1630 struct rpc_message msg = {
1631 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOOKUP_ROOT],
1632 .rpc_argp = &args,
1633 .rpc_resp = &res,
1634 };
Trond Myklebust0e574af2005-10-27 22:12:38 -04001635 nfs_fattr_init(info->fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001636 return rpc_call_sync(server->client, &msg, 0);
1637}
1638
1639static int nfs4_lookup_root(struct nfs_server *server, struct nfs_fh *fhandle,
1640 struct nfs_fsinfo *info)
1641{
1642 struct nfs4_exception exception = { };
1643 int err;
1644 do {
1645 err = nfs4_handle_exception(server,
1646 _nfs4_lookup_root(server, fhandle, info),
1647 &exception);
1648 } while (exception.retry);
1649 return err;
1650}
1651
David Howells54ceac42006-08-22 20:06:13 -04001652/*
1653 * get the file handle for the "/" directory on the server
1654 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001655static int nfs4_proc_get_root(struct nfs_server *server, struct nfs_fh *fhandle,
David Howells54ceac42006-08-22 20:06:13 -04001656 struct nfs_fsinfo *info)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001657{
Linus Torvalds1da177e2005-04-16 15:20:36 -07001658 int status;
1659
Linus Torvalds1da177e2005-04-16 15:20:36 -07001660 status = nfs4_lookup_root(server, fhandle, info);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001661 if (status == 0)
1662 status = nfs4_server_capabilities(server, fhandle);
1663 if (status == 0)
1664 status = nfs4_do_fsinfo(server, fhandle, info);
Trond Myklebustc12e87f2006-03-13 21:20:47 -08001665 return nfs4_map_errors(status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001666}
1667
Manoj Naik6b97fd32006-06-09 09:34:29 -04001668/*
1669 * Get locations and (maybe) other attributes of a referral.
1670 * Note that we'll actually follow the referral later when
1671 * we detect fsid mismatch in inode revalidation
1672 */
Trond Myklebust56659e92007-07-17 21:52:39 -04001673static 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 -04001674{
1675 int status = -ENOMEM;
1676 struct page *page = NULL;
1677 struct nfs4_fs_locations *locations = NULL;
Manoj Naik6b97fd32006-06-09 09:34:29 -04001678
1679 page = alloc_page(GFP_KERNEL);
1680 if (page == NULL)
1681 goto out;
1682 locations = kmalloc(sizeof(struct nfs4_fs_locations), GFP_KERNEL);
1683 if (locations == NULL)
1684 goto out;
1685
Trond Myklebustc228fd32007-01-13 02:28:11 -05001686 status = nfs4_proc_fs_locations(dir, name, locations, page);
Manoj Naik6b97fd32006-06-09 09:34:29 -04001687 if (status != 0)
1688 goto out;
1689 /* Make sure server returned a different fsid for the referral */
1690 if (nfs_fsid_equal(&NFS_SERVER(dir)->fsid, &locations->fattr.fsid)) {
Harvey Harrison3110ff82008-05-02 13:42:44 -07001691 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 -04001692 status = -EIO;
1693 goto out;
1694 }
1695
1696 memcpy(fattr, &locations->fattr, sizeof(struct nfs_fattr));
1697 fattr->valid |= NFS_ATTR_FATTR_V4_REFERRAL;
1698 if (!fattr->mode)
1699 fattr->mode = S_IFDIR;
1700 memset(fhandle, 0, sizeof(struct nfs_fh));
1701out:
1702 if (page)
1703 __free_page(page);
1704 if (locations)
1705 kfree(locations);
1706 return status;
1707}
1708
Linus Torvalds1da177e2005-04-16 15:20:36 -07001709static int _nfs4_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fattr *fattr)
1710{
1711 struct nfs4_getattr_arg args = {
1712 .fh = fhandle,
1713 .bitmask = server->attr_bitmask,
1714 };
1715 struct nfs4_getattr_res res = {
1716 .fattr = fattr,
1717 .server = server,
1718 };
1719 struct rpc_message msg = {
1720 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GETATTR],
1721 .rpc_argp = &args,
1722 .rpc_resp = &res,
1723 };
1724
Trond Myklebust0e574af2005-10-27 22:12:38 -04001725 nfs_fattr_init(fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001726 return rpc_call_sync(server->client, &msg, 0);
1727}
1728
1729static int nfs4_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fattr *fattr)
1730{
1731 struct nfs4_exception exception = { };
1732 int err;
1733 do {
1734 err = nfs4_handle_exception(server,
1735 _nfs4_proc_getattr(server, fhandle, fattr),
1736 &exception);
1737 } while (exception.retry);
1738 return err;
1739}
1740
1741/*
1742 * The file is not closed if it is opened due to the a request to change
1743 * the size of the file. The open call will not be needed once the
1744 * VFS layer lookup-intents are implemented.
1745 *
1746 * Close is called when the inode is destroyed.
1747 * If we haven't opened the file for O_WRONLY, we
1748 * need to in the size_change case to obtain a stateid.
1749 *
1750 * Got race?
1751 * Because OPEN is always done by name in nfsv4, it is
1752 * possible that we opened a different file by the same
1753 * name. We can recognize this race condition, but we
1754 * can't do anything about it besides returning an error.
1755 *
1756 * This will be fixed with VFS changes (lookup-intent).
1757 */
1758static int
1759nfs4_proc_setattr(struct dentry *dentry, struct nfs_fattr *fattr,
1760 struct iattr *sattr)
1761{
Trond Myklebust08e9eac2005-06-22 17:16:29 +00001762 struct inode *inode = dentry->d_inode;
Trond Myklebust659bfcd2008-06-10 19:39:41 -04001763 struct rpc_cred *cred = NULL;
Trond Myklebustd5308382005-11-04 15:33:38 -05001764 struct nfs4_state *state = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001765 int status;
1766
Trond Myklebust0e574af2005-10-27 22:12:38 -04001767 nfs_fattr_init(fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001768
Trond Myklebustd5308382005-11-04 15:33:38 -05001769 /* Search for an existing open(O_WRITE) file */
Trond Myklebust659bfcd2008-06-10 19:39:41 -04001770 if (sattr->ia_valid & ATTR_FILE) {
1771 struct nfs_open_context *ctx;
Trond Myklebust08e9eac2005-06-22 17:16:29 +00001772
Trond Myklebust659bfcd2008-06-10 19:39:41 -04001773 ctx = nfs_file_open_context(sattr->ia_file);
Neil Brown504e5182008-10-16 14:15:16 +11001774 if (ctx) {
1775 cred = ctx->cred;
1776 state = ctx->state;
1777 }
Trond Myklebust659bfcd2008-06-10 19:39:41 -04001778 }
1779
1780 status = nfs4_do_setattr(inode, cred, fattr, sattr, state);
Trond Myklebust65e43082005-08-16 11:49:44 -04001781 if (status == 0)
1782 nfs_setattr_update_inode(inode, sattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001783 return status;
1784}
1785
Trond Myklebust56659e92007-07-17 21:52:39 -04001786static int _nfs4_proc_lookupfh(struct nfs_server *server, const struct nfs_fh *dirfh,
1787 const struct qstr *name, struct nfs_fh *fhandle,
David Howells2b3de442006-08-22 20:06:09 -04001788 struct nfs_fattr *fattr)
1789{
1790 int status;
1791 struct nfs4_lookup_arg args = {
1792 .bitmask = server->attr_bitmask,
1793 .dir_fh = dirfh,
1794 .name = name,
1795 };
1796 struct nfs4_lookup_res res = {
1797 .server = server,
1798 .fattr = fattr,
1799 .fh = fhandle,
1800 };
1801 struct rpc_message msg = {
1802 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOOKUP],
1803 .rpc_argp = &args,
1804 .rpc_resp = &res,
1805 };
1806
1807 nfs_fattr_init(fattr);
1808
1809 dprintk("NFS call lookupfh %s\n", name->name);
1810 status = rpc_call_sync(server->client, &msg, 0);
1811 dprintk("NFS reply lookupfh: %d\n", status);
David Howells2b3de442006-08-22 20:06:09 -04001812 return status;
1813}
1814
1815static int nfs4_proc_lookupfh(struct nfs_server *server, struct nfs_fh *dirfh,
1816 struct qstr *name, struct nfs_fh *fhandle,
1817 struct nfs_fattr *fattr)
1818{
1819 struct nfs4_exception exception = { };
1820 int err;
1821 do {
Trond Myklebust4e56e082007-07-01 18:13:52 -04001822 err = _nfs4_proc_lookupfh(server, dirfh, name, fhandle, fattr);
1823 /* FIXME: !!!! */
1824 if (err == -NFS4ERR_MOVED) {
1825 err = -EREMOTE;
1826 break;
1827 }
1828 err = nfs4_handle_exception(server, err, &exception);
David Howells2b3de442006-08-22 20:06:09 -04001829 } while (exception.retry);
1830 return err;
1831}
1832
Trond Myklebust56659e92007-07-17 21:52:39 -04001833static int _nfs4_proc_lookup(struct inode *dir, const struct qstr *name,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001834 struct nfs_fh *fhandle, struct nfs_fattr *fattr)
1835{
Trond Myklebust4e56e082007-07-01 18:13:52 -04001836 int status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001837
1838 dprintk("NFS call lookup %s\n", name->name);
Trond Myklebust4e56e082007-07-01 18:13:52 -04001839 status = _nfs4_proc_lookupfh(NFS_SERVER(dir), NFS_FH(dir), name, fhandle, fattr);
Manoj Naik6b97fd32006-06-09 09:34:29 -04001840 if (status == -NFS4ERR_MOVED)
1841 status = nfs4_get_referral(dir, name, fattr, fhandle);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001842 dprintk("NFS reply lookup: %d\n", status);
1843 return status;
1844}
1845
1846static int nfs4_proc_lookup(struct inode *dir, struct qstr *name, struct nfs_fh *fhandle, struct nfs_fattr *fattr)
1847{
1848 struct nfs4_exception exception = { };
1849 int err;
1850 do {
1851 err = nfs4_handle_exception(NFS_SERVER(dir),
1852 _nfs4_proc_lookup(dir, name, fhandle, fattr),
1853 &exception);
1854 } while (exception.retry);
1855 return err;
1856}
1857
1858static int _nfs4_proc_access(struct inode *inode, struct nfs_access_entry *entry)
1859{
Trond Myklebust76b32992007-08-10 17:45:11 -04001860 struct nfs_server *server = NFS_SERVER(inode);
1861 struct nfs_fattr fattr;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001862 struct nfs4_accessargs args = {
1863 .fh = NFS_FH(inode),
Trond Myklebust76b32992007-08-10 17:45:11 -04001864 .bitmask = server->attr_bitmask,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001865 };
Trond Myklebust76b32992007-08-10 17:45:11 -04001866 struct nfs4_accessres res = {
1867 .server = server,
1868 .fattr = &fattr,
1869 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07001870 struct rpc_message msg = {
1871 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_ACCESS],
1872 .rpc_argp = &args,
1873 .rpc_resp = &res,
1874 .rpc_cred = entry->cred,
1875 };
1876 int mode = entry->mask;
1877 int status;
1878
1879 /*
1880 * Determine which access bits we want to ask for...
1881 */
1882 if (mode & MAY_READ)
1883 args.access |= NFS4_ACCESS_READ;
1884 if (S_ISDIR(inode->i_mode)) {
1885 if (mode & MAY_WRITE)
1886 args.access |= NFS4_ACCESS_MODIFY | NFS4_ACCESS_EXTEND | NFS4_ACCESS_DELETE;
1887 if (mode & MAY_EXEC)
1888 args.access |= NFS4_ACCESS_LOOKUP;
1889 } else {
1890 if (mode & MAY_WRITE)
1891 args.access |= NFS4_ACCESS_MODIFY | NFS4_ACCESS_EXTEND;
1892 if (mode & MAY_EXEC)
1893 args.access |= NFS4_ACCESS_EXECUTE;
1894 }
Trond Myklebust76b32992007-08-10 17:45:11 -04001895 nfs_fattr_init(&fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001896 status = rpc_call_sync(NFS_CLIENT(inode), &msg, 0);
1897 if (!status) {
1898 entry->mask = 0;
1899 if (res.access & NFS4_ACCESS_READ)
1900 entry->mask |= MAY_READ;
1901 if (res.access & (NFS4_ACCESS_MODIFY | NFS4_ACCESS_EXTEND | NFS4_ACCESS_DELETE))
1902 entry->mask |= MAY_WRITE;
1903 if (res.access & (NFS4_ACCESS_LOOKUP|NFS4_ACCESS_EXECUTE))
1904 entry->mask |= MAY_EXEC;
Trond Myklebust76b32992007-08-10 17:45:11 -04001905 nfs_refresh_inode(inode, &fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001906 }
1907 return status;
1908}
1909
1910static int nfs4_proc_access(struct inode *inode, struct nfs_access_entry *entry)
1911{
1912 struct nfs4_exception exception = { };
1913 int err;
1914 do {
1915 err = nfs4_handle_exception(NFS_SERVER(inode),
1916 _nfs4_proc_access(inode, entry),
1917 &exception);
1918 } while (exception.retry);
1919 return err;
1920}
1921
1922/*
1923 * TODO: For the time being, we don't try to get any attributes
1924 * along with any of the zero-copy operations READ, READDIR,
1925 * READLINK, WRITE.
1926 *
1927 * In the case of the first three, we want to put the GETATTR
1928 * after the read-type operation -- this is because it is hard
1929 * to predict the length of a GETATTR response in v4, and thus
1930 * align the READ data correctly. This means that the GETATTR
1931 * may end up partially falling into the page cache, and we should
1932 * shift it into the 'tail' of the xdr_buf before processing.
1933 * To do this efficiently, we need to know the total length
1934 * of data received, which doesn't seem to be available outside
1935 * of the RPC layer.
1936 *
1937 * In the case of WRITE, we also want to put the GETATTR after
1938 * the operation -- in this case because we want to make sure
1939 * we get the post-operation mtime and size. This means that
1940 * we can't use xdr_encode_pages() as written: we need a variant
1941 * of it which would leave room in the 'tail' iovec.
1942 *
1943 * Both of these changes to the XDR layer would in fact be quite
1944 * minor, but I decided to leave them for a subsequent patch.
1945 */
1946static int _nfs4_proc_readlink(struct inode *inode, struct page *page,
1947 unsigned int pgbase, unsigned int pglen)
1948{
1949 struct nfs4_readlink args = {
1950 .fh = NFS_FH(inode),
1951 .pgbase = pgbase,
1952 .pglen = pglen,
1953 .pages = &page,
1954 };
1955 struct rpc_message msg = {
1956 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_READLINK],
1957 .rpc_argp = &args,
1958 .rpc_resp = NULL,
1959 };
1960
1961 return rpc_call_sync(NFS_CLIENT(inode), &msg, 0);
1962}
1963
1964static int nfs4_proc_readlink(struct inode *inode, struct page *page,
1965 unsigned int pgbase, unsigned int pglen)
1966{
1967 struct nfs4_exception exception = { };
1968 int err;
1969 do {
1970 err = nfs4_handle_exception(NFS_SERVER(inode),
1971 _nfs4_proc_readlink(inode, page, pgbase, pglen),
1972 &exception);
1973 } while (exception.retry);
1974 return err;
1975}
1976
Linus Torvalds1da177e2005-04-16 15:20:36 -07001977/*
1978 * Got race?
1979 * We will need to arrange for the VFS layer to provide an atomic open.
1980 * Until then, this create/open method is prone to inefficiency and race
1981 * conditions due to the lookup, create, and open VFS calls from sys_open()
1982 * placed on the wire.
1983 *
1984 * Given the above sorry state of affairs, I'm simply sending an OPEN.
1985 * The file will be opened again in the subsequent VFS open call
1986 * (nfs4_proc_file_open).
1987 *
1988 * The open for read will just hang around to be used by any process that
1989 * opens the file O_RDONLY. This will all be resolved with the VFS changes.
1990 */
1991
1992static int
1993nfs4_proc_create(struct inode *dir, struct dentry *dentry, struct iattr *sattr,
Trond Myklebust02a913a2005-10-18 14:20:17 -07001994 int flags, struct nameidata *nd)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001995{
Trond Myklebustad389da2007-06-05 12:30:00 -04001996 struct path path = {
Jan Blunck4ac91372008-02-14 19:34:32 -08001997 .mnt = nd->path.mnt,
Trond Myklebustad389da2007-06-05 12:30:00 -04001998 .dentry = dentry,
1999 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002000 struct nfs4_state *state;
2001 struct rpc_cred *cred;
Trond Myklebustdc0b0272008-12-23 15:21:56 -05002002 fmode_t fmode = flags & (FMODE_READ | FMODE_WRITE);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002003 int status = 0;
2004
Trond Myklebust98a8e322008-03-12 12:25:28 -04002005 cred = rpc_lookup_cred();
Linus Torvalds1da177e2005-04-16 15:20:36 -07002006 if (IS_ERR(cred)) {
2007 status = PTR_ERR(cred);
2008 goto out;
2009 }
Trond Myklebustdc0b0272008-12-23 15:21:56 -05002010 state = nfs4_do_open(dir, &path, fmode, flags, sattr, cred);
Trond Myklebustd4d9cdc2007-10-02 18:38:53 -04002011 d_drop(dentry);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002012 if (IS_ERR(state)) {
2013 status = PTR_ERR(state);
Trond Myklebust659bfcd2008-06-10 19:39:41 -04002014 goto out_putcred;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002015 }
Trond Myklebustd4d9cdc2007-10-02 18:38:53 -04002016 d_add(dentry, igrab(state->inode));
Trond Myklebustd75340c2007-10-01 21:42:01 -04002017 nfs_set_verifier(dentry, nfs_save_change_attribute(dir));
Linus Torvalds1da177e2005-04-16 15:20:36 -07002018 if (flags & O_EXCL) {
2019 struct nfs_fattr fattr;
Trond Myklebust659bfcd2008-06-10 19:39:41 -04002020 status = nfs4_do_setattr(state->inode, cred, &fattr, sattr, state);
Trond Myklebust02a913a2005-10-18 14:20:17 -07002021 if (status == 0)
Trond Myklebust65e43082005-08-16 11:49:44 -04002022 nfs_setattr_update_inode(state->inode, sattr);
Jeff Laytonaa53ed52007-06-05 14:49:03 -04002023 nfs_post_op_update_inode(state->inode, &fattr);
Trond Myklebust02a913a2005-10-18 14:20:17 -07002024 }
Trond Myklebustad389da2007-06-05 12:30:00 -04002025 if (status == 0 && (nd->flags & LOOKUP_OPEN) != 0)
Trond Myklebustdc0b0272008-12-23 15:21:56 -05002026 status = nfs4_intent_set_file(nd, &path, state, fmode);
Trond Myklebust02a913a2005-10-18 14:20:17 -07002027 else
Trond Myklebustdc0b0272008-12-23 15:21:56 -05002028 nfs4_close_sync(&path, state, fmode);
Trond Myklebust659bfcd2008-06-10 19:39:41 -04002029out_putcred:
2030 put_rpccred(cred);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002031out:
2032 return status;
2033}
2034
2035static int _nfs4_proc_remove(struct inode *dir, struct qstr *name)
2036{
Trond Myklebust16e42952005-10-27 22:12:44 -04002037 struct nfs_server *server = NFS_SERVER(dir);
Trond Myklebust4fdc17b2007-07-14 15:39:57 -04002038 struct nfs_removeargs args = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002039 .fh = NFS_FH(dir),
Trond Myklebust4fdc17b2007-07-14 15:39:57 -04002040 .name.len = name->len,
2041 .name.name = name->name,
Trond Myklebust16e42952005-10-27 22:12:44 -04002042 .bitmask = server->attr_bitmask,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002043 };
Trond Myklebust4fdc17b2007-07-14 15:39:57 -04002044 struct nfs_removeres res = {
Trond Myklebust16e42952005-10-27 22:12:44 -04002045 .server = server,
Trond Myklebust16e42952005-10-27 22:12:44 -04002046 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002047 struct rpc_message msg = {
Trond Myklebust4fdc17b2007-07-14 15:39:57 -04002048 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_REMOVE],
2049 .rpc_argp = &args,
2050 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002051 };
2052 int status;
2053
Trond Myklebust4fdc17b2007-07-14 15:39:57 -04002054 nfs_fattr_init(&res.dir_attr);
Trond Myklebust16e42952005-10-27 22:12:44 -04002055 status = rpc_call_sync(server->client, &msg, 0);
2056 if (status == 0) {
2057 update_changeattr(dir, &res.cinfo);
Trond Myklebust4fdc17b2007-07-14 15:39:57 -04002058 nfs_post_op_update_inode(dir, &res.dir_attr);
Trond Myklebust16e42952005-10-27 22:12:44 -04002059 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002060 return status;
2061}
2062
2063static int nfs4_proc_remove(struct inode *dir, struct qstr *name)
2064{
2065 struct nfs4_exception exception = { };
2066 int err;
2067 do {
2068 err = nfs4_handle_exception(NFS_SERVER(dir),
2069 _nfs4_proc_remove(dir, name),
2070 &exception);
2071 } while (exception.retry);
2072 return err;
2073}
2074
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04002075static void nfs4_proc_unlink_setup(struct rpc_message *msg, struct inode *dir)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002076{
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04002077 struct nfs_server *server = NFS_SERVER(dir);
2078 struct nfs_removeargs *args = msg->rpc_argp;
2079 struct nfs_removeres *res = msg->rpc_resp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002080
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04002081 args->bitmask = server->attr_bitmask;
2082 res->server = server;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002083 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_REMOVE];
Linus Torvalds1da177e2005-04-16 15:20:36 -07002084}
2085
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04002086static int nfs4_proc_unlink_done(struct rpc_task *task, struct inode *dir)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002087{
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04002088 struct nfs_removeres *res = task->tk_msg.rpc_resp;
2089
Trond Myklebust9e33bed2008-12-23 15:21:46 -05002090 if (nfs4_async_handle_error(task, res->server, NULL) == -EAGAIN)
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04002091 return 0;
2092 update_changeattr(dir, &res->cinfo);
2093 nfs_post_op_update_inode(dir, &res->dir_attr);
2094 return 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002095}
2096
2097static int _nfs4_proc_rename(struct inode *old_dir, struct qstr *old_name,
2098 struct inode *new_dir, struct qstr *new_name)
2099{
Trond Myklebust6caf2c82005-10-27 22:12:43 -04002100 struct nfs_server *server = NFS_SERVER(old_dir);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002101 struct nfs4_rename_arg arg = {
2102 .old_dir = NFS_FH(old_dir),
2103 .new_dir = NFS_FH(new_dir),
2104 .old_name = old_name,
2105 .new_name = new_name,
Trond Myklebust6caf2c82005-10-27 22:12:43 -04002106 .bitmask = server->attr_bitmask,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002107 };
Trond Myklebust6caf2c82005-10-27 22:12:43 -04002108 struct nfs_fattr old_fattr, new_fattr;
2109 struct nfs4_rename_res res = {
2110 .server = server,
2111 .old_fattr = &old_fattr,
2112 .new_fattr = &new_fattr,
2113 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002114 struct rpc_message msg = {
2115 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RENAME],
2116 .rpc_argp = &arg,
2117 .rpc_resp = &res,
2118 };
2119 int status;
2120
Trond Myklebust6caf2c82005-10-27 22:12:43 -04002121 nfs_fattr_init(res.old_fattr);
2122 nfs_fattr_init(res.new_fattr);
2123 status = rpc_call_sync(server->client, &msg, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002124
2125 if (!status) {
2126 update_changeattr(old_dir, &res.old_cinfo);
Trond Myklebust6caf2c82005-10-27 22:12:43 -04002127 nfs_post_op_update_inode(old_dir, res.old_fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002128 update_changeattr(new_dir, &res.new_cinfo);
Trond Myklebust6caf2c82005-10-27 22:12:43 -04002129 nfs_post_op_update_inode(new_dir, res.new_fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002130 }
2131 return status;
2132}
2133
2134static int nfs4_proc_rename(struct inode *old_dir, struct qstr *old_name,
2135 struct inode *new_dir, struct qstr *new_name)
2136{
2137 struct nfs4_exception exception = { };
2138 int err;
2139 do {
2140 err = nfs4_handle_exception(NFS_SERVER(old_dir),
2141 _nfs4_proc_rename(old_dir, old_name,
2142 new_dir, new_name),
2143 &exception);
2144 } while (exception.retry);
2145 return err;
2146}
2147
2148static int _nfs4_proc_link(struct inode *inode, struct inode *dir, struct qstr *name)
2149{
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04002150 struct nfs_server *server = NFS_SERVER(inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002151 struct nfs4_link_arg arg = {
2152 .fh = NFS_FH(inode),
2153 .dir_fh = NFS_FH(dir),
2154 .name = name,
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04002155 .bitmask = server->attr_bitmask,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002156 };
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04002157 struct nfs_fattr fattr, dir_attr;
2158 struct nfs4_link_res res = {
2159 .server = server,
2160 .fattr = &fattr,
2161 .dir_attr = &dir_attr,
2162 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002163 struct rpc_message msg = {
2164 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LINK],
2165 .rpc_argp = &arg,
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04002166 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002167 };
2168 int status;
2169
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04002170 nfs_fattr_init(res.fattr);
2171 nfs_fattr_init(res.dir_attr);
2172 status = rpc_call_sync(server->client, &msg, 0);
2173 if (!status) {
2174 update_changeattr(dir, &res.cinfo);
2175 nfs_post_op_update_inode(dir, res.dir_attr);
Trond Myklebust73a3d072006-05-25 01:40:47 -04002176 nfs_post_op_update_inode(inode, res.fattr);
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04002177 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002178
2179 return status;
2180}
2181
2182static int nfs4_proc_link(struct inode *inode, struct inode *dir, struct qstr *name)
2183{
2184 struct nfs4_exception exception = { };
2185 int err;
2186 do {
2187 err = nfs4_handle_exception(NFS_SERVER(inode),
2188 _nfs4_proc_link(inode, dir, name),
2189 &exception);
2190 } while (exception.retry);
2191 return err;
2192}
2193
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002194struct nfs4_createdata {
2195 struct rpc_message msg;
2196 struct nfs4_create_arg arg;
2197 struct nfs4_create_res res;
2198 struct nfs_fh fh;
2199 struct nfs_fattr fattr;
2200 struct nfs_fattr dir_fattr;
2201};
2202
2203static struct nfs4_createdata *nfs4_alloc_createdata(struct inode *dir,
2204 struct qstr *name, struct iattr *sattr, u32 ftype)
2205{
2206 struct nfs4_createdata *data;
2207
2208 data = kzalloc(sizeof(*data), GFP_KERNEL);
2209 if (data != NULL) {
2210 struct nfs_server *server = NFS_SERVER(dir);
2211
2212 data->msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_CREATE];
2213 data->msg.rpc_argp = &data->arg;
2214 data->msg.rpc_resp = &data->res;
2215 data->arg.dir_fh = NFS_FH(dir);
2216 data->arg.server = server;
2217 data->arg.name = name;
2218 data->arg.attrs = sattr;
2219 data->arg.ftype = ftype;
2220 data->arg.bitmask = server->attr_bitmask;
2221 data->res.server = server;
2222 data->res.fh = &data->fh;
2223 data->res.fattr = &data->fattr;
2224 data->res.dir_fattr = &data->dir_fattr;
2225 nfs_fattr_init(data->res.fattr);
2226 nfs_fattr_init(data->res.dir_fattr);
2227 }
2228 return data;
2229}
2230
2231static int nfs4_do_create(struct inode *dir, struct dentry *dentry, struct nfs4_createdata *data)
2232{
2233 int status = rpc_call_sync(NFS_CLIENT(dir), &data->msg, 0);
2234 if (status == 0) {
2235 update_changeattr(dir, &data->res.dir_cinfo);
2236 nfs_post_op_update_inode(dir, data->res.dir_fattr);
2237 status = nfs_instantiate(dentry, data->res.fh, data->res.fattr);
2238 }
2239 return status;
2240}
2241
2242static void nfs4_free_createdata(struct nfs4_createdata *data)
2243{
2244 kfree(data);
2245}
2246
Chuck Lever4f390c12006-08-22 20:06:22 -04002247static int _nfs4_proc_symlink(struct inode *dir, struct dentry *dentry,
Chuck Lever94a6d752006-08-22 20:06:23 -04002248 struct page *page, unsigned int len, struct iattr *sattr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002249{
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002250 struct nfs4_createdata *data;
2251 int status = -ENAMETOOLONG;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002252
Chuck Lever94a6d752006-08-22 20:06:23 -04002253 if (len > NFS4_MAXPATHLEN)
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002254 goto out;
Chuck Lever4f390c12006-08-22 20:06:22 -04002255
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002256 status = -ENOMEM;
2257 data = nfs4_alloc_createdata(dir, &dentry->d_name, sattr, NF4LNK);
2258 if (data == NULL)
2259 goto out;
2260
2261 data->msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SYMLINK];
2262 data->arg.u.symlink.pages = &page;
2263 data->arg.u.symlink.len = len;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002264
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002265 status = nfs4_do_create(dir, dentry, data);
2266
2267 nfs4_free_createdata(data);
2268out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002269 return status;
2270}
2271
Chuck Lever4f390c12006-08-22 20:06:22 -04002272static int nfs4_proc_symlink(struct inode *dir, struct dentry *dentry,
Chuck Lever94a6d752006-08-22 20:06:23 -04002273 struct page *page, unsigned int len, struct iattr *sattr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002274{
2275 struct nfs4_exception exception = { };
2276 int err;
2277 do {
2278 err = nfs4_handle_exception(NFS_SERVER(dir),
Chuck Lever94a6d752006-08-22 20:06:23 -04002279 _nfs4_proc_symlink(dir, dentry, page,
2280 len, sattr),
Linus Torvalds1da177e2005-04-16 15:20:36 -07002281 &exception);
2282 } while (exception.retry);
2283 return err;
2284}
2285
2286static int _nfs4_proc_mkdir(struct inode *dir, struct dentry *dentry,
2287 struct iattr *sattr)
2288{
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002289 struct nfs4_createdata *data;
2290 int status = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002291
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002292 data = nfs4_alloc_createdata(dir, &dentry->d_name, sattr, NF4DIR);
2293 if (data == NULL)
2294 goto out;
2295
2296 status = nfs4_do_create(dir, dentry, data);
2297
2298 nfs4_free_createdata(data);
2299out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002300 return status;
2301}
2302
2303static int nfs4_proc_mkdir(struct inode *dir, struct dentry *dentry,
2304 struct iattr *sattr)
2305{
2306 struct nfs4_exception exception = { };
2307 int err;
2308 do {
2309 err = nfs4_handle_exception(NFS_SERVER(dir),
2310 _nfs4_proc_mkdir(dir, dentry, sattr),
2311 &exception);
2312 } while (exception.retry);
2313 return err;
2314}
2315
2316static int _nfs4_proc_readdir(struct dentry *dentry, struct rpc_cred *cred,
2317 u64 cookie, struct page *page, unsigned int count, int plus)
2318{
2319 struct inode *dir = dentry->d_inode;
2320 struct nfs4_readdir_arg args = {
2321 .fh = NFS_FH(dir),
2322 .pages = &page,
2323 .pgbase = 0,
2324 .count = count,
2325 .bitmask = NFS_SERVER(dentry->d_inode)->attr_bitmask,
2326 };
2327 struct nfs4_readdir_res res;
2328 struct rpc_message msg = {
2329 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_READDIR],
2330 .rpc_argp = &args,
2331 .rpc_resp = &res,
2332 .rpc_cred = cred,
2333 };
2334 int status;
2335
Harvey Harrison3110ff82008-05-02 13:42:44 -07002336 dprintk("%s: dentry = %s/%s, cookie = %Lu\n", __func__,
Trond Myklebusteadf4592005-06-22 17:16:39 +00002337 dentry->d_parent->d_name.name,
2338 dentry->d_name.name,
2339 (unsigned long long)cookie);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002340 nfs4_setup_readdir(cookie, NFS_COOKIEVERF(dir), dentry, &args);
2341 res.pgbase = args.pgbase;
2342 status = rpc_call_sync(NFS_CLIENT(dir), &msg, 0);
2343 if (status == 0)
2344 memcpy(NFS_COOKIEVERF(dir), res.verifier.data, NFS4_VERIFIER_SIZE);
Trond Myklebustc4812992007-09-28 17:11:45 -04002345
2346 nfs_invalidate_atime(dir);
2347
Harvey Harrison3110ff82008-05-02 13:42:44 -07002348 dprintk("%s: returns %d\n", __func__, status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002349 return status;
2350}
2351
2352static int nfs4_proc_readdir(struct dentry *dentry, struct rpc_cred *cred,
2353 u64 cookie, struct page *page, unsigned int count, int plus)
2354{
2355 struct nfs4_exception exception = { };
2356 int err;
2357 do {
2358 err = nfs4_handle_exception(NFS_SERVER(dentry->d_inode),
2359 _nfs4_proc_readdir(dentry, cred, cookie,
2360 page, count, plus),
2361 &exception);
2362 } while (exception.retry);
2363 return err;
2364}
2365
2366static int _nfs4_proc_mknod(struct inode *dir, struct dentry *dentry,
2367 struct iattr *sattr, dev_t rdev)
2368{
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002369 struct nfs4_createdata *data;
2370 int mode = sattr->ia_mode;
2371 int status = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002372
2373 BUG_ON(!(sattr->ia_valid & ATTR_MODE));
2374 BUG_ON(!S_ISFIFO(mode) && !S_ISBLK(mode) && !S_ISCHR(mode) && !S_ISSOCK(mode));
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002375
2376 data = nfs4_alloc_createdata(dir, &dentry->d_name, sattr, NF4SOCK);
2377 if (data == NULL)
2378 goto out;
2379
Linus Torvalds1da177e2005-04-16 15:20:36 -07002380 if (S_ISFIFO(mode))
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002381 data->arg.ftype = NF4FIFO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002382 else if (S_ISBLK(mode)) {
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002383 data->arg.ftype = NF4BLK;
2384 data->arg.u.device.specdata1 = MAJOR(rdev);
2385 data->arg.u.device.specdata2 = MINOR(rdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002386 }
2387 else if (S_ISCHR(mode)) {
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002388 data->arg.ftype = NF4CHR;
2389 data->arg.u.device.specdata1 = MAJOR(rdev);
2390 data->arg.u.device.specdata2 = MINOR(rdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002391 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002392
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002393 status = nfs4_do_create(dir, dentry, data);
2394
2395 nfs4_free_createdata(data);
2396out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002397 return status;
2398}
2399
2400static int nfs4_proc_mknod(struct inode *dir, struct dentry *dentry,
2401 struct iattr *sattr, dev_t rdev)
2402{
2403 struct nfs4_exception exception = { };
2404 int err;
2405 do {
2406 err = nfs4_handle_exception(NFS_SERVER(dir),
2407 _nfs4_proc_mknod(dir, dentry, sattr, rdev),
2408 &exception);
2409 } while (exception.retry);
2410 return err;
2411}
2412
2413static int _nfs4_proc_statfs(struct nfs_server *server, struct nfs_fh *fhandle,
2414 struct nfs_fsstat *fsstat)
2415{
2416 struct nfs4_statfs_arg args = {
2417 .fh = fhandle,
2418 .bitmask = server->attr_bitmask,
2419 };
2420 struct rpc_message msg = {
2421 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_STATFS],
2422 .rpc_argp = &args,
2423 .rpc_resp = fsstat,
2424 };
2425
Trond Myklebust0e574af2005-10-27 22:12:38 -04002426 nfs_fattr_init(fsstat->fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002427 return rpc_call_sync(server->client, &msg, 0);
2428}
2429
2430static int nfs4_proc_statfs(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fsstat *fsstat)
2431{
2432 struct nfs4_exception exception = { };
2433 int err;
2434 do {
2435 err = nfs4_handle_exception(server,
2436 _nfs4_proc_statfs(server, fhandle, fsstat),
2437 &exception);
2438 } while (exception.retry);
2439 return err;
2440}
2441
2442static int _nfs4_do_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle,
2443 struct nfs_fsinfo *fsinfo)
2444{
2445 struct nfs4_fsinfo_arg args = {
2446 .fh = fhandle,
2447 .bitmask = server->attr_bitmask,
2448 };
2449 struct rpc_message msg = {
2450 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FSINFO],
2451 .rpc_argp = &args,
2452 .rpc_resp = fsinfo,
2453 };
2454
2455 return rpc_call_sync(server->client, &msg, 0);
2456}
2457
2458static int nfs4_do_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fsinfo *fsinfo)
2459{
2460 struct nfs4_exception exception = { };
2461 int err;
2462
2463 do {
2464 err = nfs4_handle_exception(server,
2465 _nfs4_do_fsinfo(server, fhandle, fsinfo),
2466 &exception);
2467 } while (exception.retry);
2468 return err;
2469}
2470
2471static int nfs4_proc_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fsinfo *fsinfo)
2472{
Trond Myklebust0e574af2005-10-27 22:12:38 -04002473 nfs_fattr_init(fsinfo->fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002474 return nfs4_do_fsinfo(server, fhandle, fsinfo);
2475}
2476
2477static int _nfs4_proc_pathconf(struct nfs_server *server, struct nfs_fh *fhandle,
2478 struct nfs_pathconf *pathconf)
2479{
2480 struct nfs4_pathconf_arg args = {
2481 .fh = fhandle,
2482 .bitmask = server->attr_bitmask,
2483 };
2484 struct rpc_message msg = {
2485 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_PATHCONF],
2486 .rpc_argp = &args,
2487 .rpc_resp = pathconf,
2488 };
2489
2490 /* None of the pathconf attributes are mandatory to implement */
2491 if ((args.bitmask[0] & nfs4_pathconf_bitmap[0]) == 0) {
2492 memset(pathconf, 0, sizeof(*pathconf));
2493 return 0;
2494 }
2495
Trond Myklebust0e574af2005-10-27 22:12:38 -04002496 nfs_fattr_init(pathconf->fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002497 return rpc_call_sync(server->client, &msg, 0);
2498}
2499
2500static int nfs4_proc_pathconf(struct nfs_server *server, struct nfs_fh *fhandle,
2501 struct nfs_pathconf *pathconf)
2502{
2503 struct nfs4_exception exception = { };
2504 int err;
2505
2506 do {
2507 err = nfs4_handle_exception(server,
2508 _nfs4_proc_pathconf(server, fhandle, pathconf),
2509 &exception);
2510 } while (exception.retry);
2511 return err;
2512}
2513
Trond Myklebustec06c092006-03-20 13:44:27 -05002514static int nfs4_read_done(struct rpc_task *task, struct nfs_read_data *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002515{
Trond Myklebustec06c092006-03-20 13:44:27 -05002516 struct nfs_server *server = NFS_SERVER(data->inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002517
Trond Myklebust9e33bed2008-12-23 15:21:46 -05002518 if (nfs4_async_handle_error(task, server, data->args.context->state) == -EAGAIN) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002519 rpc_restart_call(task);
Trond Myklebustec06c092006-03-20 13:44:27 -05002520 return -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002521 }
Trond Myklebust8850df92007-09-28 17:20:07 -04002522
2523 nfs_invalidate_atime(data->inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002524 if (task->tk_status > 0)
Trond Myklebustec06c092006-03-20 13:44:27 -05002525 renew_lease(server, data->timestamp);
2526 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002527}
2528
Trond Myklebustbdc7f022007-07-14 15:40:00 -04002529static void nfs4_proc_read_setup(struct nfs_read_data *data, struct rpc_message *msg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002530{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002531 data->timestamp = jiffies;
Trond Myklebustbdc7f022007-07-14 15:40:00 -04002532 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_READ];
Linus Torvalds1da177e2005-04-16 15:20:36 -07002533}
2534
Trond Myklebust788e7a82006-03-20 13:44:27 -05002535static int nfs4_write_done(struct rpc_task *task, struct nfs_write_data *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002536{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002537 struct inode *inode = data->inode;
2538
Trond Myklebust9e33bed2008-12-23 15:21:46 -05002539 if (nfs4_async_handle_error(task, NFS_SERVER(inode), data->args.context->state) == -EAGAIN) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002540 rpc_restart_call(task);
Trond Myklebust788e7a82006-03-20 13:44:27 -05002541 return -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002542 }
Trond Myklebust4f9838c2005-10-27 22:12:44 -04002543 if (task->tk_status >= 0) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002544 renew_lease(NFS_SERVER(inode), data->timestamp);
Trond Myklebust70ca8852007-09-30 15:21:24 -04002545 nfs_post_op_update_inode_force_wcc(inode, data->res.fattr);
Trond Myklebust4f9838c2005-10-27 22:12:44 -04002546 }
Trond Myklebust788e7a82006-03-20 13:44:27 -05002547 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002548}
2549
Trond Myklebustbdc7f022007-07-14 15:40:00 -04002550static void nfs4_proc_write_setup(struct nfs_write_data *data, struct rpc_message *msg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002551{
Trond Myklebustbdc7f022007-07-14 15:40:00 -04002552 struct nfs_server *server = NFS_SERVER(data->inode);
2553
Trond Myklebust4f9838c2005-10-27 22:12:44 -04002554 data->args.bitmask = server->attr_bitmask;
2555 data->res.server = server;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002556 data->timestamp = jiffies;
2557
Trond Myklebustbdc7f022007-07-14 15:40:00 -04002558 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_WRITE];
Linus Torvalds1da177e2005-04-16 15:20:36 -07002559}
2560
Trond Myklebust788e7a82006-03-20 13:44:27 -05002561static int nfs4_commit_done(struct rpc_task *task, struct nfs_write_data *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002562{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002563 struct inode *inode = data->inode;
2564
Trond Myklebust9e33bed2008-12-23 15:21:46 -05002565 if (nfs4_async_handle_error(task, NFS_SERVER(inode), NULL) == -EAGAIN) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002566 rpc_restart_call(task);
Trond Myklebust788e7a82006-03-20 13:44:27 -05002567 return -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002568 }
Trond Myklebust9e08a3c2007-10-08 14:10:31 -04002569 nfs_refresh_inode(inode, data->res.fattr);
Trond Myklebust788e7a82006-03-20 13:44:27 -05002570 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002571}
2572
Trond Myklebustbdc7f022007-07-14 15:40:00 -04002573static void nfs4_proc_commit_setup(struct nfs_write_data *data, struct rpc_message *msg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002574{
Trond Myklebust788e7a82006-03-20 13:44:27 -05002575 struct nfs_server *server = NFS_SERVER(data->inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002576
Trond Myklebust4f9838c2005-10-27 22:12:44 -04002577 data->args.bitmask = server->attr_bitmask;
2578 data->res.server = server;
Trond Myklebustbdc7f022007-07-14 15:40:00 -04002579 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_COMMIT];
Linus Torvalds1da177e2005-04-16 15:20:36 -07002580}
2581
2582/*
2583 * nfs4_proc_async_renew(): This is not one of the nfs_rpc_ops; it is a special
2584 * standalone procedure for queueing an asynchronous RENEW.
2585 */
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002586static void nfs4_renew_done(struct rpc_task *task, void *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002587{
David Howellsadfa6f92006-08-22 20:06:08 -04002588 struct nfs_client *clp = (struct nfs_client *)task->tk_msg.rpc_argp;
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002589 unsigned long timestamp = (unsigned long)data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002590
2591 if (task->tk_status < 0) {
2592 switch (task->tk_status) {
2593 case -NFS4ERR_STALE_CLIENTID:
2594 case -NFS4ERR_EXPIRED:
2595 case -NFS4ERR_CB_PATH_DOWN:
2596 nfs4_schedule_state_recovery(clp);
2597 }
2598 return;
2599 }
2600 spin_lock(&clp->cl_lock);
2601 if (time_before(clp->cl_last_renewal,timestamp))
2602 clp->cl_last_renewal = timestamp;
2603 spin_unlock(&clp->cl_lock);
2604}
2605
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002606static const struct rpc_call_ops nfs4_renew_ops = {
2607 .rpc_call_done = nfs4_renew_done,
2608};
2609
David Howellsadfa6f92006-08-22 20:06:08 -04002610int nfs4_proc_async_renew(struct nfs_client *clp, struct rpc_cred *cred)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002611{
2612 struct rpc_message msg = {
2613 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RENEW],
2614 .rpc_argp = clp,
Trond Myklebustb4454fe2006-01-03 09:55:25 +01002615 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002616 };
2617
2618 return rpc_call_async(clp->cl_rpcclient, &msg, RPC_TASK_SOFT,
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002619 &nfs4_renew_ops, (void *)jiffies);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002620}
2621
David Howellsadfa6f92006-08-22 20:06:08 -04002622int nfs4_proc_renew(struct nfs_client *clp, struct rpc_cred *cred)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002623{
2624 struct rpc_message msg = {
2625 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RENEW],
2626 .rpc_argp = clp,
Trond Myklebustb4454fe2006-01-03 09:55:25 +01002627 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002628 };
2629 unsigned long now = jiffies;
2630 int status;
2631
2632 status = rpc_call_sync(clp->cl_rpcclient, &msg, 0);
2633 if (status < 0)
2634 return status;
2635 spin_lock(&clp->cl_lock);
2636 if (time_before(clp->cl_last_renewal,now))
2637 clp->cl_last_renewal = now;
2638 spin_unlock(&clp->cl_lock);
2639 return 0;
2640}
2641
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00002642static inline int nfs4_server_supports_acls(struct nfs_server *server)
2643{
2644 return (server->caps & NFS_CAP_ACLS)
2645 && (server->acl_bitmask & ACL4_SUPPORT_ALLOW_ACL)
2646 && (server->acl_bitmask & ACL4_SUPPORT_DENY_ACL);
2647}
2648
2649/* Assuming that XATTR_SIZE_MAX is a multiple of PAGE_CACHE_SIZE, and that
2650 * it's OK to put sizeof(void) * (XATTR_SIZE_MAX/PAGE_CACHE_SIZE) bytes on
2651 * the stack.
2652 */
2653#define NFS4ACL_MAXPAGES (XATTR_SIZE_MAX >> PAGE_CACHE_SHIFT)
2654
2655static void buf_to_pages(const void *buf, size_t buflen,
2656 struct page **pages, unsigned int *pgbase)
2657{
2658 const void *p = buf;
2659
2660 *pgbase = offset_in_page(buf);
2661 p -= *pgbase;
2662 while (p < buf + buflen) {
2663 *(pages++) = virt_to_page(p);
2664 p += PAGE_CACHE_SIZE;
2665 }
2666}
2667
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00002668struct nfs4_cached_acl {
2669 int cached;
2670 size_t len;
Andrew Morton3e9d4152005-06-22 17:16:28 +00002671 char data[0];
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00002672};
2673
2674static void nfs4_set_cached_acl(struct inode *inode, struct nfs4_cached_acl *acl)
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00002675{
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00002676 struct nfs_inode *nfsi = NFS_I(inode);
2677
2678 spin_lock(&inode->i_lock);
2679 kfree(nfsi->nfs4_acl);
2680 nfsi->nfs4_acl = acl;
2681 spin_unlock(&inode->i_lock);
2682}
2683
2684static void nfs4_zap_acl_attr(struct inode *inode)
2685{
2686 nfs4_set_cached_acl(inode, NULL);
2687}
2688
2689static inline ssize_t nfs4_read_cached_acl(struct inode *inode, char *buf, size_t buflen)
2690{
2691 struct nfs_inode *nfsi = NFS_I(inode);
2692 struct nfs4_cached_acl *acl;
2693 int ret = -ENOENT;
2694
2695 spin_lock(&inode->i_lock);
2696 acl = nfsi->nfs4_acl;
2697 if (acl == NULL)
2698 goto out;
2699 if (buf == NULL) /* user is just asking for length */
2700 goto out_len;
2701 if (acl->cached == 0)
2702 goto out;
2703 ret = -ERANGE; /* see getxattr(2) man page */
2704 if (acl->len > buflen)
2705 goto out;
2706 memcpy(buf, acl->data, acl->len);
2707out_len:
2708 ret = acl->len;
2709out:
2710 spin_unlock(&inode->i_lock);
2711 return ret;
2712}
2713
2714static void nfs4_write_cached_acl(struct inode *inode, const char *buf, size_t acl_len)
2715{
2716 struct nfs4_cached_acl *acl;
2717
2718 if (buf && acl_len <= PAGE_SIZE) {
2719 acl = kmalloc(sizeof(*acl) + acl_len, GFP_KERNEL);
2720 if (acl == NULL)
2721 goto out;
2722 acl->cached = 1;
2723 memcpy(acl->data, buf, acl_len);
2724 } else {
2725 acl = kmalloc(sizeof(*acl), GFP_KERNEL);
2726 if (acl == NULL)
2727 goto out;
2728 acl->cached = 0;
2729 }
2730 acl->len = acl_len;
2731out:
2732 nfs4_set_cached_acl(inode, acl);
2733}
2734
Trond Myklebust16b4289c2006-08-24 12:27:15 -04002735static ssize_t __nfs4_get_acl_uncached(struct inode *inode, void *buf, size_t buflen)
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00002736{
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00002737 struct page *pages[NFS4ACL_MAXPAGES];
2738 struct nfs_getaclargs args = {
2739 .fh = NFS_FH(inode),
2740 .acl_pages = pages,
2741 .acl_len = buflen,
2742 };
2743 size_t resp_len = buflen;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00002744 void *resp_buf;
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00002745 struct rpc_message msg = {
2746 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GETACL],
2747 .rpc_argp = &args,
2748 .rpc_resp = &resp_len,
2749 };
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00002750 struct page *localpage = NULL;
2751 int ret;
2752
2753 if (buflen < PAGE_SIZE) {
2754 /* As long as we're doing a round trip to the server anyway,
2755 * let's be prepared for a page of acl data. */
2756 localpage = alloc_page(GFP_KERNEL);
2757 resp_buf = page_address(localpage);
2758 if (localpage == NULL)
2759 return -ENOMEM;
2760 args.acl_pages[0] = localpage;
2761 args.acl_pgbase = 0;
J. Bruce Fields1d95db82005-10-13 16:54:32 -04002762 resp_len = args.acl_len = PAGE_SIZE;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00002763 } else {
2764 resp_buf = buf;
2765 buf_to_pages(buf, buflen, args.acl_pages, &args.acl_pgbase);
2766 }
2767 ret = rpc_call_sync(NFS_CLIENT(inode), &msg, 0);
2768 if (ret)
2769 goto out_free;
2770 if (resp_len > args.acl_len)
2771 nfs4_write_cached_acl(inode, NULL, resp_len);
2772 else
2773 nfs4_write_cached_acl(inode, resp_buf, resp_len);
2774 if (buf) {
2775 ret = -ERANGE;
2776 if (resp_len > buflen)
2777 goto out_free;
2778 if (localpage)
2779 memcpy(buf, resp_buf, resp_len);
2780 }
2781 ret = resp_len;
2782out_free:
2783 if (localpage)
2784 __free_page(localpage);
2785 return ret;
2786}
2787
Trond Myklebust16b4289c2006-08-24 12:27:15 -04002788static ssize_t nfs4_get_acl_uncached(struct inode *inode, void *buf, size_t buflen)
2789{
2790 struct nfs4_exception exception = { };
2791 ssize_t ret;
2792 do {
2793 ret = __nfs4_get_acl_uncached(inode, buf, buflen);
2794 if (ret >= 0)
2795 break;
2796 ret = nfs4_handle_exception(NFS_SERVER(inode), ret, &exception);
2797 } while (exception.retry);
2798 return ret;
2799}
2800
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00002801static ssize_t nfs4_proc_get_acl(struct inode *inode, void *buf, size_t buflen)
2802{
2803 struct nfs_server *server = NFS_SERVER(inode);
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00002804 int ret;
2805
2806 if (!nfs4_server_supports_acls(server))
2807 return -EOPNOTSUPP;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00002808 ret = nfs_revalidate_inode(server, inode);
2809 if (ret < 0)
2810 return ret;
Trond Myklebustf41f7412008-06-11 17:39:04 -04002811 if (NFS_I(inode)->cache_validity & NFS_INO_INVALID_ACL)
2812 nfs_zap_acl_cache(inode);
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00002813 ret = nfs4_read_cached_acl(inode, buf, buflen);
2814 if (ret != -ENOENT)
2815 return ret;
2816 return nfs4_get_acl_uncached(inode, buf, buflen);
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00002817}
2818
Trond Myklebust16b4289c2006-08-24 12:27:15 -04002819static int __nfs4_proc_set_acl(struct inode *inode, const void *buf, size_t buflen)
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00002820{
2821 struct nfs_server *server = NFS_SERVER(inode);
2822 struct page *pages[NFS4ACL_MAXPAGES];
2823 struct nfs_setaclargs arg = {
2824 .fh = NFS_FH(inode),
2825 .acl_pages = pages,
2826 .acl_len = buflen,
2827 };
2828 struct rpc_message msg = {
2829 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETACL],
2830 .rpc_argp = &arg,
2831 .rpc_resp = NULL,
2832 };
2833 int ret;
2834
2835 if (!nfs4_server_supports_acls(server))
2836 return -EOPNOTSUPP;
Trond Myklebust642ac542005-10-18 14:20:19 -07002837 nfs_inode_return_delegation(inode);
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00002838 buf_to_pages(buf, buflen, arg.acl_pages, &arg.acl_pgbase);
David Howells1f163412006-08-22 20:06:11 -04002839 ret = rpc_call_sync(NFS_CLIENT(inode), &msg, 0);
Trond Myklebustf41f7412008-06-11 17:39:04 -04002840 nfs_access_zap_cache(inode);
2841 nfs_zap_acl_cache(inode);
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00002842 return ret;
2843}
2844
Trond Myklebust16b4289c2006-08-24 12:27:15 -04002845static int nfs4_proc_set_acl(struct inode *inode, const void *buf, size_t buflen)
2846{
2847 struct nfs4_exception exception = { };
2848 int err;
2849 do {
2850 err = nfs4_handle_exception(NFS_SERVER(inode),
2851 __nfs4_proc_set_acl(inode, buf, buflen),
2852 &exception);
2853 } while (exception.retry);
2854 return err;
2855}
2856
Linus Torvalds1da177e2005-04-16 15:20:36 -07002857static int
Trond Myklebust9e33bed2008-12-23 15:21:46 -05002858nfs4_async_handle_error(struct rpc_task *task, const struct nfs_server *server, struct nfs4_state *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002859{
David Howells7539bba2006-08-22 20:06:09 -04002860 struct nfs_client *clp = server->nfs_client;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002861
2862 if (!clp || task->tk_status >= 0)
2863 return 0;
2864 switch(task->tk_status) {
Trond Myklebust9e33bed2008-12-23 15:21:46 -05002865 case -NFS4ERR_ADMIN_REVOKED:
2866 case -NFS4ERR_BAD_STATEID:
2867 case -NFS4ERR_OPENMODE:
2868 if (state == NULL)
2869 break;
2870 nfs4_state_mark_reclaim_nograce(clp, state);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002871 case -NFS4ERR_STALE_CLIENTID:
2872 case -NFS4ERR_STALE_STATEID:
2873 case -NFS4ERR_EXPIRED:
Trond Myklebust5d008372008-02-22 16:34:17 -05002874 rpc_sleep_on(&clp->cl_rpcwaitq, task, NULL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002875 nfs4_schedule_state_recovery(clp);
Trond Myklebuste005e802008-12-23 15:21:48 -05002876 if (test_bit(NFS4CLNT_MANAGER_RUNNING, &clp->cl_state) == 0)
Trond Myklebustfda13932008-02-22 16:34:12 -05002877 rpc_wake_up_queued_task(&clp->cl_rpcwaitq, task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002878 task->tk_status = 0;
2879 return -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002880 case -NFS4ERR_DELAY:
Trond Myklebust2e96d282008-06-11 16:42:05 -04002881 nfs_inc_server_stats(server, NFSIOS_DELAY);
Chuck Lever006ea732006-03-20 13:44:14 -05002882 case -NFS4ERR_GRACE:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002883 rpc_delay(task, NFS4_POLL_RETRY_MAX);
2884 task->tk_status = 0;
2885 return -EAGAIN;
2886 case -NFS4ERR_OLD_STATEID:
2887 task->tk_status = 0;
2888 return -EAGAIN;
2889 }
2890 task->tk_status = nfs4_map_errors(task->tk_status);
2891 return 0;
2892}
2893
David Howellsadfa6f92006-08-22 20:06:08 -04002894int nfs4_proc_setclientid(struct nfs_client *clp, u32 program, unsigned short port, struct rpc_cred *cred)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002895{
2896 nfs4_verifier sc_verifier;
2897 struct nfs4_setclientid setclientid = {
2898 .sc_verifier = &sc_verifier,
2899 .sc_prog = program,
2900 };
2901 struct rpc_message msg = {
2902 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETCLIENTID],
2903 .rpc_argp = &setclientid,
2904 .rpc_resp = clp,
Trond Myklebust286d7d62006-01-03 09:55:26 +01002905 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002906 };
Al Virobc4785c2006-10-19 23:28:51 -07002907 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002908 int loop = 0;
2909 int status;
2910
Al Virobc4785c2006-10-19 23:28:51 -07002911 p = (__be32*)sc_verifier.data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002912 *p++ = htonl((u32)clp->cl_boot_time.tv_sec);
2913 *p = htonl((u32)clp->cl_boot_time.tv_nsec);
2914
2915 for(;;) {
2916 setclientid.sc_name_len = scnprintf(setclientid.sc_name,
Trond Myklebust69dd7162007-12-14 14:56:07 -05002917 sizeof(setclientid.sc_name), "%s/%s %s %s %u",
Chuck Leverd4d3c502007-12-10 14:57:09 -05002918 clp->cl_ipaddr,
2919 rpc_peeraddr2str(clp->cl_rpcclient,
2920 RPC_DISPLAY_ADDR),
Trond Myklebust69dd7162007-12-14 14:56:07 -05002921 rpc_peeraddr2str(clp->cl_rpcclient,
2922 RPC_DISPLAY_PROTO),
Trond Myklebust78ea3232008-04-07 20:49:28 -04002923 clp->cl_rpcclient->cl_auth->au_ops->au_name,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002924 clp->cl_id_uniquifier);
2925 setclientid.sc_netid_len = scnprintf(setclientid.sc_netid,
Chuck Leverd4d3c502007-12-10 14:57:09 -05002926 sizeof(setclientid.sc_netid),
2927 rpc_peeraddr2str(clp->cl_rpcclient,
2928 RPC_DISPLAY_NETID));
Linus Torvalds1da177e2005-04-16 15:20:36 -07002929 setclientid.sc_uaddr_len = scnprintf(setclientid.sc_uaddr,
Chuck Leverd4d3c502007-12-10 14:57:09 -05002930 sizeof(setclientid.sc_uaddr), "%s.%u.%u",
Linus Torvalds1da177e2005-04-16 15:20:36 -07002931 clp->cl_ipaddr, port >> 8, port & 255);
2932
2933 status = rpc_call_sync(clp->cl_rpcclient, &msg, 0);
2934 if (status != -NFS4ERR_CLID_INUSE)
2935 break;
2936 if (signalled())
2937 break;
2938 if (loop++ & 1)
2939 ssleep(clp->cl_lease_time + 1);
2940 else
2941 if (++clp->cl_id_uniquifier == 0)
2942 break;
2943 }
2944 return status;
2945}
2946
David Howellsadfa6f92006-08-22 20:06:08 -04002947static int _nfs4_proc_setclientid_confirm(struct nfs_client *clp, struct rpc_cred *cred)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002948{
2949 struct nfs_fsinfo fsinfo;
2950 struct rpc_message msg = {
2951 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETCLIENTID_CONFIRM],
2952 .rpc_argp = clp,
2953 .rpc_resp = &fsinfo,
Trond Myklebust286d7d62006-01-03 09:55:26 +01002954 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002955 };
2956 unsigned long now;
2957 int status;
2958
2959 now = jiffies;
2960 status = rpc_call_sync(clp->cl_rpcclient, &msg, 0);
2961 if (status == 0) {
2962 spin_lock(&clp->cl_lock);
2963 clp->cl_lease_time = fsinfo.lease_time * HZ;
2964 clp->cl_last_renewal = now;
2965 spin_unlock(&clp->cl_lock);
2966 }
2967 return status;
2968}
2969
David Howellsadfa6f92006-08-22 20:06:08 -04002970int nfs4_proc_setclientid_confirm(struct nfs_client *clp, struct rpc_cred *cred)
Trond Myklebust51581f32006-03-20 13:44:47 -05002971{
Benny Halevy77e03672008-06-24 20:25:57 +03002972 long timeout = 0;
Trond Myklebust51581f32006-03-20 13:44:47 -05002973 int err;
2974 do {
2975 err = _nfs4_proc_setclientid_confirm(clp, cred);
2976 switch (err) {
2977 case 0:
2978 return err;
2979 case -NFS4ERR_RESOURCE:
2980 /* The IBM lawyers misread another document! */
2981 case -NFS4ERR_DELAY:
2982 err = nfs4_delay(clp->cl_rpcclient, &timeout);
2983 }
2984 } while (err == 0);
2985 return err;
2986}
2987
Trond Myklebustfe650402006-01-03 09:55:18 +01002988struct nfs4_delegreturndata {
2989 struct nfs4_delegreturnargs args;
Trond Myklebustfa178f22006-01-03 09:55:38 +01002990 struct nfs4_delegreturnres res;
Trond Myklebustfe650402006-01-03 09:55:18 +01002991 struct nfs_fh fh;
2992 nfs4_stateid stateid;
Trond Myklebust26e976a2006-01-03 09:55:21 +01002993 unsigned long timestamp;
Trond Myklebustfa178f22006-01-03 09:55:38 +01002994 struct nfs_fattr fattr;
Trond Myklebustfe650402006-01-03 09:55:18 +01002995 int rpc_status;
2996};
2997
Trond Myklebustfe650402006-01-03 09:55:18 +01002998static void nfs4_delegreturn_done(struct rpc_task *task, void *calldata)
2999{
3000 struct nfs4_delegreturndata *data = calldata;
3001 data->rpc_status = task->tk_status;
Trond Myklebust26e976a2006-01-03 09:55:21 +01003002 if (data->rpc_status == 0)
Trond Myklebustfa178f22006-01-03 09:55:38 +01003003 renew_lease(data->res.server, data->timestamp);
Trond Myklebustfe650402006-01-03 09:55:18 +01003004}
3005
3006static void nfs4_delegreturn_release(void *calldata)
3007{
Trond Myklebustfe650402006-01-03 09:55:18 +01003008 kfree(calldata);
3009}
3010
Jesper Juhlc8d149f2006-03-20 13:44:07 -05003011static const struct rpc_call_ops nfs4_delegreturn_ops = {
Trond Myklebustfe650402006-01-03 09:55:18 +01003012 .rpc_call_done = nfs4_delegreturn_done,
3013 .rpc_release = nfs4_delegreturn_release,
3014};
3015
Trond Myklebuste6f81072008-01-24 18:14:34 -05003016static int _nfs4_proc_delegreturn(struct inode *inode, struct rpc_cred *cred, const nfs4_stateid *stateid, int issync)
Trond Myklebustfe650402006-01-03 09:55:18 +01003017{
3018 struct nfs4_delegreturndata *data;
Trond Myklebustfa178f22006-01-03 09:55:38 +01003019 struct nfs_server *server = NFS_SERVER(inode);
Trond Myklebustfe650402006-01-03 09:55:18 +01003020 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04003021 struct rpc_message msg = {
3022 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_DELEGRETURN],
3023 .rpc_cred = cred,
3024 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04003025 struct rpc_task_setup task_setup_data = {
3026 .rpc_client = server->client,
Trond Myklebust5138fde2007-07-14 15:40:01 -04003027 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04003028 .callback_ops = &nfs4_delegreturn_ops,
3029 .flags = RPC_TASK_ASYNC,
3030 };
Trond Myklebuste6f81072008-01-24 18:14:34 -05003031 int status = 0;
Trond Myklebustfe650402006-01-03 09:55:18 +01003032
3033 data = kmalloc(sizeof(*data), GFP_KERNEL);
3034 if (data == NULL)
3035 return -ENOMEM;
3036 data->args.fhandle = &data->fh;
3037 data->args.stateid = &data->stateid;
Trond Myklebustfa178f22006-01-03 09:55:38 +01003038 data->args.bitmask = server->attr_bitmask;
Trond Myklebustfe650402006-01-03 09:55:18 +01003039 nfs_copy_fh(&data->fh, NFS_FH(inode));
3040 memcpy(&data->stateid, stateid, sizeof(data->stateid));
Trond Myklebustfa178f22006-01-03 09:55:38 +01003041 data->res.fattr = &data->fattr;
3042 data->res.server = server;
Trond Myklebust5138fde2007-07-14 15:40:01 -04003043 nfs_fattr_init(data->res.fattr);
Trond Myklebust26e976a2006-01-03 09:55:21 +01003044 data->timestamp = jiffies;
Trond Myklebustfe650402006-01-03 09:55:18 +01003045 data->rpc_status = 0;
3046
Trond Myklebustc970aa82007-07-14 15:39:59 -04003047 task_setup_data.callback_data = data;
Trond Myklebust5138fde2007-07-14 15:40:01 -04003048 msg.rpc_argp = &data->args,
3049 msg.rpc_resp = &data->res,
Trond Myklebustc970aa82007-07-14 15:39:59 -04003050 task = rpc_run_task(&task_setup_data);
Trond Myklebust7a1218a2006-03-20 18:11:10 -05003051 if (IS_ERR(task))
Trond Myklebustfe650402006-01-03 09:55:18 +01003052 return PTR_ERR(task);
Trond Myklebuste6f81072008-01-24 18:14:34 -05003053 if (!issync)
3054 goto out;
Trond Myklebustfe650402006-01-03 09:55:18 +01003055 status = nfs4_wait_for_completion_rpc_task(task);
Trond Myklebuste6f81072008-01-24 18:14:34 -05003056 if (status != 0)
3057 goto out;
3058 status = data->rpc_status;
3059 if (status != 0)
3060 goto out;
3061 nfs_refresh_inode(inode, &data->fattr);
3062out:
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -05003063 rpc_put_task(task);
Trond Myklebustfe650402006-01-03 09:55:18 +01003064 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003065}
3066
Trond Myklebuste6f81072008-01-24 18:14:34 -05003067int nfs4_proc_delegreturn(struct inode *inode, struct rpc_cred *cred, const nfs4_stateid *stateid, int issync)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003068{
3069 struct nfs_server *server = NFS_SERVER(inode);
3070 struct nfs4_exception exception = { };
3071 int err;
3072 do {
Trond Myklebuste6f81072008-01-24 18:14:34 -05003073 err = _nfs4_proc_delegreturn(inode, cred, stateid, issync);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003074 switch (err) {
3075 case -NFS4ERR_STALE_STATEID:
3076 case -NFS4ERR_EXPIRED:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003077 case 0:
3078 return 0;
3079 }
3080 err = nfs4_handle_exception(server, err, &exception);
3081 } while (exception.retry);
3082 return err;
3083}
3084
3085#define NFS4_LOCK_MINTIMEOUT (1 * HZ)
3086#define NFS4_LOCK_MAXTIMEOUT (30 * HZ)
3087
3088/*
3089 * sleep, with exponential backoff, and retry the LOCK operation.
3090 */
3091static unsigned long
3092nfs4_set_lock_task_retry(unsigned long timeout)
3093{
Matthew Wilcox150030b2007-12-06 16:24:39 -05003094 schedule_timeout_killable(timeout);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003095 timeout <<= 1;
3096 if (timeout > NFS4_LOCK_MAXTIMEOUT)
3097 return NFS4_LOCK_MAXTIMEOUT;
3098 return timeout;
3099}
3100
Linus Torvalds1da177e2005-04-16 15:20:36 -07003101static int _nfs4_proc_getlk(struct nfs4_state *state, int cmd, struct file_lock *request)
3102{
3103 struct inode *inode = state->inode;
3104 struct nfs_server *server = NFS_SERVER(inode);
David Howells7539bba2006-08-22 20:06:09 -04003105 struct nfs_client *clp = server->nfs_client;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003106 struct nfs_lockt_args arg = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003107 .fh = NFS_FH(inode),
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003108 .fl = request,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003109 };
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003110 struct nfs_lockt_res res = {
3111 .denied = request,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003112 };
3113 struct rpc_message msg = {
3114 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOCKT],
3115 .rpc_argp = &arg,
3116 .rpc_resp = &res,
3117 .rpc_cred = state->owner->so_cred,
3118 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07003119 struct nfs4_lock_state *lsp;
3120 int status;
3121
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003122 arg.lock_owner.clientid = clp->cl_clientid;
Trond Myklebust8d0a8a92005-06-22 17:16:32 +00003123 status = nfs4_set_lock_state(state, request);
3124 if (status != 0)
3125 goto out;
3126 lsp = request->fl_u.nfs4_fl.owner;
Trond Myklebust9f958ab2007-07-02 13:58:33 -04003127 arg.lock_owner.id = lsp->ls_id.id;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003128 status = rpc_call_sync(server->client, &msg, 0);
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003129 switch (status) {
3130 case 0:
3131 request->fl_type = F_UNLCK;
3132 break;
3133 case -NFS4ERR_DENIED:
3134 status = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003135 }
J. Bruce Fields70cc6482007-02-22 18:48:53 -05003136 request->fl_ops->fl_release_private(request);
Trond Myklebust8d0a8a92005-06-22 17:16:32 +00003137out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003138 return status;
3139}
3140
3141static int nfs4_proc_getlk(struct nfs4_state *state, int cmd, struct file_lock *request)
3142{
3143 struct nfs4_exception exception = { };
3144 int err;
3145
3146 do {
3147 err = nfs4_handle_exception(NFS_SERVER(state->inode),
3148 _nfs4_proc_getlk(state, cmd, request),
3149 &exception);
3150 } while (exception.retry);
3151 return err;
3152}
3153
3154static int do_vfs_lock(struct file *file, struct file_lock *fl)
3155{
3156 int res = 0;
3157 switch (fl->fl_flags & (FL_POSIX|FL_FLOCK)) {
3158 case FL_POSIX:
3159 res = posix_lock_file_wait(file, fl);
3160 break;
3161 case FL_FLOCK:
3162 res = flock_lock_file_wait(file, fl);
3163 break;
3164 default:
3165 BUG();
3166 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003167 return res;
3168}
3169
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003170struct nfs4_unlockdata {
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003171 struct nfs_locku_args arg;
3172 struct nfs_locku_res res;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003173 struct nfs4_lock_state *lsp;
3174 struct nfs_open_context *ctx;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003175 struct file_lock fl;
3176 const struct nfs_server *server;
Trond Myklebust26e976a2006-01-03 09:55:21 +01003177 unsigned long timestamp;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003178};
3179
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003180static struct nfs4_unlockdata *nfs4_alloc_unlockdata(struct file_lock *fl,
3181 struct nfs_open_context *ctx,
3182 struct nfs4_lock_state *lsp,
3183 struct nfs_seqid *seqid)
3184{
3185 struct nfs4_unlockdata *p;
3186 struct inode *inode = lsp->ls_state->inode;
3187
3188 p = kmalloc(sizeof(*p), GFP_KERNEL);
3189 if (p == NULL)
3190 return NULL;
3191 p->arg.fh = NFS_FH(inode);
3192 p->arg.fl = &p->fl;
3193 p->arg.seqid = seqid;
Trond Myklebustc1d51932008-04-07 13:20:54 -04003194 p->res.seqid = seqid;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003195 p->arg.stateid = &lsp->ls_stateid;
3196 p->lsp = lsp;
3197 atomic_inc(&lsp->ls_count);
3198 /* Ensure we don't close file until we're done freeing locks! */
3199 p->ctx = get_nfs_open_context(ctx);
3200 memcpy(&p->fl, fl, sizeof(p->fl));
3201 p->server = NFS_SERVER(inode);
3202 return p;
3203}
3204
Trond Myklebust06f814a2006-01-03 09:55:07 +01003205static void nfs4_locku_release_calldata(void *data)
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003206{
Trond Myklebust963d8fe2006-01-03 09:55:04 +01003207 struct nfs4_unlockdata *calldata = data;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003208 nfs_free_seqid(calldata->arg.seqid);
Trond Myklebust06f814a2006-01-03 09:55:07 +01003209 nfs4_put_lock_state(calldata->lsp);
3210 put_nfs_open_context(calldata->ctx);
3211 kfree(calldata);
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003212}
3213
Trond Myklebust963d8fe2006-01-03 09:55:04 +01003214static void nfs4_locku_done(struct rpc_task *task, void *data)
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003215{
Trond Myklebust963d8fe2006-01-03 09:55:04 +01003216 struct nfs4_unlockdata *calldata = data;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003217
Trond Myklebust06f814a2006-01-03 09:55:07 +01003218 if (RPC_ASSASSINATED(task))
3219 return;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003220 switch (task->tk_status) {
3221 case 0:
3222 memcpy(calldata->lsp->ls_stateid.data,
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003223 calldata->res.stateid.data,
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003224 sizeof(calldata->lsp->ls_stateid.data));
Trond Myklebust26e976a2006-01-03 09:55:21 +01003225 renew_lease(calldata->server, calldata->timestamp);
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003226 break;
Trond Myklebust9e33bed2008-12-23 15:21:46 -05003227 case -NFS4ERR_BAD_STATEID:
3228 case -NFS4ERR_OLD_STATEID:
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003229 case -NFS4ERR_STALE_STATEID:
3230 case -NFS4ERR_EXPIRED:
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003231 break;
3232 default:
Trond Myklebust9e33bed2008-12-23 15:21:46 -05003233 if (nfs4_async_handle_error(task, calldata->server, NULL) == -EAGAIN)
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003234 rpc_restart_call(task);
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003235 }
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003236}
3237
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01003238static void nfs4_locku_prepare(struct rpc_task *task, void *data)
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003239{
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01003240 struct nfs4_unlockdata *calldata = data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003241
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003242 if (nfs_wait_on_sequence(calldata->arg.seqid, task) != 0)
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003243 return;
3244 if ((calldata->lsp->ls_flags & NFS_LOCK_INITIALIZED) == 0) {
Trond Myklebust963d8fe2006-01-03 09:55:04 +01003245 /* Note: exit _without_ running nfs4_locku_done */
3246 task->tk_action = NULL;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003247 return;
3248 }
Trond Myklebust26e976a2006-01-03 09:55:21 +01003249 calldata->timestamp = jiffies;
Trond Myklebust5138fde2007-07-14 15:40:01 -04003250 rpc_call_start(task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003251}
3252
Trond Myklebust963d8fe2006-01-03 09:55:04 +01003253static const struct rpc_call_ops nfs4_locku_ops = {
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01003254 .rpc_call_prepare = nfs4_locku_prepare,
Trond Myklebust963d8fe2006-01-03 09:55:04 +01003255 .rpc_call_done = nfs4_locku_done,
Trond Myklebust06f814a2006-01-03 09:55:07 +01003256 .rpc_release = nfs4_locku_release_calldata,
Trond Myklebust963d8fe2006-01-03 09:55:04 +01003257};
3258
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003259static struct rpc_task *nfs4_do_unlck(struct file_lock *fl,
3260 struct nfs_open_context *ctx,
3261 struct nfs4_lock_state *lsp,
3262 struct nfs_seqid *seqid)
3263{
3264 struct nfs4_unlockdata *data;
Trond Myklebust5138fde2007-07-14 15:40:01 -04003265 struct rpc_message msg = {
3266 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOCKU],
3267 .rpc_cred = ctx->cred,
3268 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04003269 struct rpc_task_setup task_setup_data = {
3270 .rpc_client = NFS_CLIENT(lsp->ls_state->inode),
Trond Myklebust5138fde2007-07-14 15:40:01 -04003271 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04003272 .callback_ops = &nfs4_locku_ops,
Trond Myklebust101070c2008-02-19 20:04:23 -05003273 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04003274 .flags = RPC_TASK_ASYNC,
3275 };
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003276
Frank Filz137d6ac2007-07-09 15:32:29 -07003277 /* Ensure this is an unlock - when canceling a lock, the
3278 * canceled lock is passed in, and it won't be an unlock.
3279 */
3280 fl->fl_type = F_UNLCK;
3281
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003282 data = nfs4_alloc_unlockdata(fl, ctx, lsp, seqid);
3283 if (data == NULL) {
3284 nfs_free_seqid(seqid);
3285 return ERR_PTR(-ENOMEM);
3286 }
3287
Trond Myklebust5138fde2007-07-14 15:40:01 -04003288 msg.rpc_argp = &data->arg,
3289 msg.rpc_resp = &data->res,
Trond Myklebustc970aa82007-07-14 15:39:59 -04003290 task_setup_data.callback_data = data;
3291 return rpc_run_task(&task_setup_data);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003292}
3293
Linus Torvalds1da177e2005-04-16 15:20:36 -07003294static int nfs4_proc_unlck(struct nfs4_state *state, int cmd, struct file_lock *request)
3295{
Trond Myklebust19e03c52008-12-23 15:21:44 -05003296 struct nfs_inode *nfsi = NFS_I(state->inode);
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003297 struct nfs_seqid *seqid;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003298 struct nfs4_lock_state *lsp;
Trond Myklebust06f814a2006-01-03 09:55:07 +01003299 struct rpc_task *task;
3300 int status = 0;
Trond Myklebust536ff0f2008-04-04 15:08:02 -04003301 unsigned char fl_flags = request->fl_flags;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003302
Trond Myklebust9b073572006-06-29 16:38:34 -04003303 status = nfs4_set_lock_state(state, request);
3304 /* Unlock _before_ we do the RPC call */
3305 request->fl_flags |= FL_EXISTS;
Trond Myklebust19e03c52008-12-23 15:21:44 -05003306 down_read(&nfsi->rwsem);
3307 if (do_vfs_lock(request->fl_file, request) == -ENOENT) {
3308 up_read(&nfsi->rwsem);
Trond Myklebust9b073572006-06-29 16:38:34 -04003309 goto out;
Trond Myklebust19e03c52008-12-23 15:21:44 -05003310 }
3311 up_read(&nfsi->rwsem);
Trond Myklebust9b073572006-06-29 16:38:34 -04003312 if (status != 0)
3313 goto out;
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05003314 /* Is this a delegated lock? */
3315 if (test_bit(NFS_DELEGATED_STATE, &state->flags))
Trond Myklebust9b073572006-06-29 16:38:34 -04003316 goto out;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003317 lsp = request->fl_u.nfs4_fl.owner;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003318 seqid = nfs_alloc_seqid(&lsp->ls_seqid);
Trond Myklebust9b073572006-06-29 16:38:34 -04003319 status = -ENOMEM;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003320 if (seqid == NULL)
Trond Myklebust9b073572006-06-29 16:38:34 -04003321 goto out;
Trond Myklebustcd3758e2007-08-10 17:44:32 -04003322 task = nfs4_do_unlck(request, nfs_file_open_context(request->fl_file), lsp, seqid);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003323 status = PTR_ERR(task);
3324 if (IS_ERR(task))
Trond Myklebust9b073572006-06-29 16:38:34 -04003325 goto out;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003326 status = nfs4_wait_for_completion_rpc_task(task);
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -05003327 rpc_put_task(task);
Trond Myklebust9b073572006-06-29 16:38:34 -04003328out:
Trond Myklebust536ff0f2008-04-04 15:08:02 -04003329 request->fl_flags = fl_flags;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003330 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003331}
3332
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003333struct nfs4_lockdata {
3334 struct nfs_lock_args arg;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003335 struct nfs_lock_res res;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003336 struct nfs4_lock_state *lsp;
3337 struct nfs_open_context *ctx;
3338 struct file_lock fl;
Trond Myklebust26e976a2006-01-03 09:55:21 +01003339 unsigned long timestamp;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003340 int rpc_status;
3341 int cancelled;
3342};
3343
3344static struct nfs4_lockdata *nfs4_alloc_lockdata(struct file_lock *fl,
3345 struct nfs_open_context *ctx, struct nfs4_lock_state *lsp)
3346{
3347 struct nfs4_lockdata *p;
3348 struct inode *inode = lsp->ls_state->inode;
3349 struct nfs_server *server = NFS_SERVER(inode);
3350
3351 p = kzalloc(sizeof(*p), GFP_KERNEL);
3352 if (p == NULL)
3353 return NULL;
3354
3355 p->arg.fh = NFS_FH(inode);
3356 p->arg.fl = &p->fl;
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05003357 p->arg.open_seqid = nfs_alloc_seqid(&lsp->ls_state->owner->so_seqid);
3358 if (p->arg.open_seqid == NULL)
3359 goto out_free;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003360 p->arg.lock_seqid = nfs_alloc_seqid(&lsp->ls_seqid);
3361 if (p->arg.lock_seqid == NULL)
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05003362 goto out_free_seqid;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003363 p->arg.lock_stateid = &lsp->ls_stateid;
David Howells7539bba2006-08-22 20:06:09 -04003364 p->arg.lock_owner.clientid = server->nfs_client->cl_clientid;
Trond Myklebust9f958ab2007-07-02 13:58:33 -04003365 p->arg.lock_owner.id = lsp->ls_id.id;
Trond Myklebustc1d51932008-04-07 13:20:54 -04003366 p->res.lock_seqid = p->arg.lock_seqid;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003367 p->lsp = lsp;
3368 atomic_inc(&lsp->ls_count);
3369 p->ctx = get_nfs_open_context(ctx);
3370 memcpy(&p->fl, fl, sizeof(p->fl));
3371 return p;
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05003372out_free_seqid:
3373 nfs_free_seqid(p->arg.open_seqid);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003374out_free:
3375 kfree(p);
3376 return NULL;
3377}
3378
3379static void nfs4_lock_prepare(struct rpc_task *task, void *calldata)
3380{
3381 struct nfs4_lockdata *data = calldata;
3382 struct nfs4_state *state = data->lsp->ls_state;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003383
Harvey Harrison3110ff82008-05-02 13:42:44 -07003384 dprintk("%s: begin!\n", __func__);
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05003385 if (nfs_wait_on_sequence(data->arg.lock_seqid, task) != 0)
3386 return;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003387 /* Do we need to do an open_to_lock_owner? */
3388 if (!(data->arg.lock_seqid->sequence->flags & NFS_SEQID_CONFIRMED)) {
Trond Myklebuste6e21972008-01-02 16:27:16 -05003389 if (nfs_wait_on_sequence(data->arg.open_seqid, task) != 0)
3390 return;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003391 data->arg.open_stateid = &state->stateid;
3392 data->arg.new_lock_owner = 1;
Trond Myklebustc1d51932008-04-07 13:20:54 -04003393 data->res.open_seqid = data->arg.open_seqid;
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05003394 } else
3395 data->arg.new_lock_owner = 0;
Trond Myklebust26e976a2006-01-03 09:55:21 +01003396 data->timestamp = jiffies;
Trond Myklebust5138fde2007-07-14 15:40:01 -04003397 rpc_call_start(task);
Harvey Harrison3110ff82008-05-02 13:42:44 -07003398 dprintk("%s: done!, ret = %d\n", __func__, data->rpc_status);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003399}
3400
3401static void nfs4_lock_done(struct rpc_task *task, void *calldata)
3402{
3403 struct nfs4_lockdata *data = calldata;
3404
Harvey Harrison3110ff82008-05-02 13:42:44 -07003405 dprintk("%s: begin!\n", __func__);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003406
3407 data->rpc_status = task->tk_status;
3408 if (RPC_ASSASSINATED(task))
3409 goto out;
3410 if (data->arg.new_lock_owner != 0) {
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003411 if (data->rpc_status == 0)
3412 nfs_confirm_seqid(&data->lsp->ls_seqid, 0);
3413 else
3414 goto out;
3415 }
3416 if (data->rpc_status == 0) {
3417 memcpy(data->lsp->ls_stateid.data, data->res.stateid.data,
3418 sizeof(data->lsp->ls_stateid.data));
3419 data->lsp->ls_flags |= NFS_LOCK_INITIALIZED;
Trond Myklebust88be9f92007-06-05 10:42:27 -04003420 renew_lease(NFS_SERVER(data->ctx->path.dentry->d_inode), data->timestamp);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003421 }
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003422out:
Harvey Harrison3110ff82008-05-02 13:42:44 -07003423 dprintk("%s: done, ret = %d!\n", __func__, data->rpc_status);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003424}
3425
3426static void nfs4_lock_release(void *calldata)
3427{
3428 struct nfs4_lockdata *data = calldata;
3429
Harvey Harrison3110ff82008-05-02 13:42:44 -07003430 dprintk("%s: begin!\n", __func__);
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05003431 nfs_free_seqid(data->arg.open_seqid);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003432 if (data->cancelled != 0) {
3433 struct rpc_task *task;
3434 task = nfs4_do_unlck(&data->fl, data->ctx, data->lsp,
3435 data->arg.lock_seqid);
3436 if (!IS_ERR(task))
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -05003437 rpc_put_task(task);
Harvey Harrison3110ff82008-05-02 13:42:44 -07003438 dprintk("%s: cancelling lock!\n", __func__);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003439 } else
3440 nfs_free_seqid(data->arg.lock_seqid);
3441 nfs4_put_lock_state(data->lsp);
3442 put_nfs_open_context(data->ctx);
3443 kfree(data);
Harvey Harrison3110ff82008-05-02 13:42:44 -07003444 dprintk("%s: done!\n", __func__);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003445}
3446
3447static const struct rpc_call_ops nfs4_lock_ops = {
3448 .rpc_call_prepare = nfs4_lock_prepare,
3449 .rpc_call_done = nfs4_lock_done,
3450 .rpc_release = nfs4_lock_release,
3451};
3452
3453static int _nfs4_do_setlk(struct nfs4_state *state, int cmd, struct file_lock *fl, int reclaim)
3454{
3455 struct nfs4_lockdata *data;
3456 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04003457 struct rpc_message msg = {
3458 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOCK],
3459 .rpc_cred = state->owner->so_cred,
3460 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04003461 struct rpc_task_setup task_setup_data = {
3462 .rpc_client = NFS_CLIENT(state->inode),
Trond Myklebust5138fde2007-07-14 15:40:01 -04003463 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04003464 .callback_ops = &nfs4_lock_ops,
Trond Myklebust101070c2008-02-19 20:04:23 -05003465 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04003466 .flags = RPC_TASK_ASYNC,
3467 };
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003468 int ret;
3469
Harvey Harrison3110ff82008-05-02 13:42:44 -07003470 dprintk("%s: begin!\n", __func__);
Trond Myklebustcd3758e2007-08-10 17:44:32 -04003471 data = nfs4_alloc_lockdata(fl, nfs_file_open_context(fl->fl_file),
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003472 fl->fl_u.nfs4_fl.owner);
3473 if (data == NULL)
3474 return -ENOMEM;
3475 if (IS_SETLKW(cmd))
3476 data->arg.block = 1;
3477 if (reclaim != 0)
3478 data->arg.reclaim = 1;
Trond Myklebust5138fde2007-07-14 15:40:01 -04003479 msg.rpc_argp = &data->arg,
3480 msg.rpc_resp = &data->res,
Trond Myklebustc970aa82007-07-14 15:39:59 -04003481 task_setup_data.callback_data = data;
3482 task = rpc_run_task(&task_setup_data);
Trond Myklebust7a1218a2006-03-20 18:11:10 -05003483 if (IS_ERR(task))
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003484 return PTR_ERR(task);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003485 ret = nfs4_wait_for_completion_rpc_task(task);
3486 if (ret == 0) {
3487 ret = data->rpc_status;
3488 if (ret == -NFS4ERR_DENIED)
3489 ret = -EAGAIN;
3490 } else
3491 data->cancelled = 1;
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -05003492 rpc_put_task(task);
Harvey Harrison3110ff82008-05-02 13:42:44 -07003493 dprintk("%s: done, ret = %d!\n", __func__, ret);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003494 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003495}
3496
3497static int nfs4_lock_reclaim(struct nfs4_state *state, struct file_lock *request)
3498{
Trond Myklebust202b50d2005-06-22 17:16:29 +00003499 struct nfs_server *server = NFS_SERVER(state->inode);
3500 struct nfs4_exception exception = { };
3501 int err;
3502
3503 do {
Trond Myklebust42a2d132006-06-29 16:38:36 -04003504 /* Cache the lock if possible... */
3505 if (test_bit(NFS_DELEGATED_STATE, &state->flags) != 0)
3506 return 0;
Trond Myklebust202b50d2005-06-22 17:16:29 +00003507 err = _nfs4_do_setlk(state, F_SETLK, request, 1);
3508 if (err != -NFS4ERR_DELAY)
3509 break;
3510 nfs4_handle_exception(server, err, &exception);
3511 } while (exception.retry);
3512 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003513}
3514
3515static int nfs4_lock_expired(struct nfs4_state *state, struct file_lock *request)
3516{
Trond Myklebust202b50d2005-06-22 17:16:29 +00003517 struct nfs_server *server = NFS_SERVER(state->inode);
3518 struct nfs4_exception exception = { };
3519 int err;
3520
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05003521 err = nfs4_set_lock_state(state, request);
3522 if (err != 0)
3523 return err;
Trond Myklebust202b50d2005-06-22 17:16:29 +00003524 do {
Trond Myklebust42a2d132006-06-29 16:38:36 -04003525 if (test_bit(NFS_DELEGATED_STATE, &state->flags) != 0)
3526 return 0;
Trond Myklebust202b50d2005-06-22 17:16:29 +00003527 err = _nfs4_do_setlk(state, F_SETLK, request, 0);
3528 if (err != -NFS4ERR_DELAY)
3529 break;
3530 nfs4_handle_exception(server, err, &exception);
3531 } while (exception.retry);
3532 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003533}
3534
3535static int _nfs4_proc_setlk(struct nfs4_state *state, int cmd, struct file_lock *request)
3536{
Trond Myklebust19e03c52008-12-23 15:21:44 -05003537 struct nfs_inode *nfsi = NFS_I(state->inode);
Trond Myklebust01c3b862006-06-29 16:38:39 -04003538 unsigned char fl_flags = request->fl_flags;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003539 int status;
3540
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05003541 /* Is this a delegated open? */
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05003542 status = nfs4_set_lock_state(state, request);
3543 if (status != 0)
3544 goto out;
Trond Myklebust01c3b862006-06-29 16:38:39 -04003545 request->fl_flags |= FL_ACCESS;
3546 status = do_vfs_lock(request->fl_file, request);
3547 if (status < 0)
3548 goto out;
Trond Myklebust19e03c52008-12-23 15:21:44 -05003549 down_read(&nfsi->rwsem);
Trond Myklebust01c3b862006-06-29 16:38:39 -04003550 if (test_bit(NFS_DELEGATED_STATE, &state->flags)) {
Trond Myklebust01c3b862006-06-29 16:38:39 -04003551 /* Yes: cache locks! */
Trond Myklebust01c3b862006-06-29 16:38:39 -04003552 /* ...but avoid races with delegation recall... */
Trond Myklebust19e03c52008-12-23 15:21:44 -05003553 request->fl_flags = fl_flags & ~FL_SLEEP;
3554 status = do_vfs_lock(request->fl_file, request);
3555 goto out_unlock;
Trond Myklebust01c3b862006-06-29 16:38:39 -04003556 }
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05003557 status = _nfs4_do_setlk(state, cmd, request, 0);
3558 if (status != 0)
Trond Myklebust01c3b862006-06-29 16:38:39 -04003559 goto out_unlock;
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05003560 /* Note: we always want to sleep here! */
Trond Myklebust01c3b862006-06-29 16:38:39 -04003561 request->fl_flags = fl_flags | FL_SLEEP;
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05003562 if (do_vfs_lock(request->fl_file, request) < 0)
Harvey Harrison3110ff82008-05-02 13:42:44 -07003563 printk(KERN_WARNING "%s: VFS is out of sync with lock manager!\n", __func__);
Trond Myklebust01c3b862006-06-29 16:38:39 -04003564out_unlock:
Trond Myklebust19e03c52008-12-23 15:21:44 -05003565 up_read(&nfsi->rwsem);
Trond Myklebust01c3b862006-06-29 16:38:39 -04003566out:
3567 request->fl_flags = fl_flags;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003568 return status;
3569}
3570
3571static int nfs4_proc_setlk(struct nfs4_state *state, int cmd, struct file_lock *request)
3572{
3573 struct nfs4_exception exception = { };
3574 int err;
3575
3576 do {
3577 err = nfs4_handle_exception(NFS_SERVER(state->inode),
3578 _nfs4_proc_setlk(state, cmd, request),
3579 &exception);
3580 } while (exception.retry);
3581 return err;
3582}
3583
3584static int
3585nfs4_proc_lock(struct file *filp, int cmd, struct file_lock *request)
3586{
3587 struct nfs_open_context *ctx;
3588 struct nfs4_state *state;
3589 unsigned long timeout = NFS4_LOCK_MINTIMEOUT;
3590 int status;
3591
3592 /* verify open state */
Trond Myklebustcd3758e2007-08-10 17:44:32 -04003593 ctx = nfs_file_open_context(filp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003594 state = ctx->state;
3595
3596 if (request->fl_start < 0 || request->fl_end < 0)
3597 return -EINVAL;
3598
3599 if (IS_GETLK(cmd))
3600 return nfs4_proc_getlk(state, F_GETLK, request);
3601
3602 if (!(IS_SETLK(cmd) || IS_SETLKW(cmd)))
3603 return -EINVAL;
3604
3605 if (request->fl_type == F_UNLCK)
3606 return nfs4_proc_unlck(state, cmd, request);
3607
3608 do {
3609 status = nfs4_proc_setlk(state, cmd, request);
3610 if ((status != -EAGAIN) || IS_SETLK(cmd))
3611 break;
3612 timeout = nfs4_set_lock_task_retry(timeout);
3613 status = -ERESTARTSYS;
3614 if (signalled())
3615 break;
3616 } while(status < 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003617 return status;
3618}
3619
Trond Myklebust888e6942005-11-04 15:38:11 -05003620int nfs4_lock_delegation_recall(struct nfs4_state *state, struct file_lock *fl)
3621{
3622 struct nfs_server *server = NFS_SERVER(state->inode);
3623 struct nfs4_exception exception = { };
3624 int err;
3625
3626 err = nfs4_set_lock_state(state, fl);
3627 if (err != 0)
3628 goto out;
3629 do {
3630 err = _nfs4_do_setlk(state, F_SETLK, fl, 0);
3631 if (err != -NFS4ERR_DELAY)
3632 break;
3633 err = nfs4_handle_exception(server, err, &exception);
3634 } while (exception.retry);
3635out:
3636 return err;
3637}
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00003638
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00003639#define XATTR_NAME_NFSV4_ACL "system.nfs4_acl"
3640
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00003641int nfs4_setxattr(struct dentry *dentry, const char *key, const void *buf,
3642 size_t buflen, int flags)
3643{
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00003644 struct inode *inode = dentry->d_inode;
3645
3646 if (strcmp(key, XATTR_NAME_NFSV4_ACL) != 0)
3647 return -EOPNOTSUPP;
3648
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00003649 return nfs4_proc_set_acl(inode, buf, buflen);
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00003650}
3651
3652/* The getxattr man page suggests returning -ENODATA for unknown attributes,
3653 * and that's what we'll do for e.g. user attributes that haven't been set.
3654 * But we'll follow ext2/ext3's lead by returning -EOPNOTSUPP for unsupported
3655 * attributes in kernel-managed attribute namespaces. */
3656ssize_t nfs4_getxattr(struct dentry *dentry, const char *key, void *buf,
3657 size_t buflen)
3658{
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00003659 struct inode *inode = dentry->d_inode;
3660
3661 if (strcmp(key, XATTR_NAME_NFSV4_ACL) != 0)
3662 return -EOPNOTSUPP;
3663
3664 return nfs4_proc_get_acl(inode, buf, buflen);
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00003665}
3666
3667ssize_t nfs4_listxattr(struct dentry *dentry, char *buf, size_t buflen)
3668{
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00003669 size_t len = strlen(XATTR_NAME_NFSV4_ACL) + 1;
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00003670
J. Bruce Fields096455a2006-03-20 23:23:42 -05003671 if (!nfs4_server_supports_acls(NFS_SERVER(dentry->d_inode)))
3672 return 0;
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00003673 if (buf && buflen < len)
3674 return -ERANGE;
3675 if (buf)
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00003676 memcpy(buf, XATTR_NAME_NFSV4_ACL, len);
3677 return len;
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00003678}
3679
Trond Myklebust56659e92007-07-17 21:52:39 -04003680int nfs4_proc_fs_locations(struct inode *dir, const struct qstr *name,
Manoj Naik7aaa0b32006-06-09 09:34:23 -04003681 struct nfs4_fs_locations *fs_locations, struct page *page)
Trond Myklebust683b57b2006-06-09 09:34:22 -04003682{
3683 struct nfs_server *server = NFS_SERVER(dir);
3684 u32 bitmask[2] = {
Manoj Naik361e6242006-06-09 09:34:24 -04003685 [0] = FATTR4_WORD0_FSID | FATTR4_WORD0_FS_LOCATIONS,
3686 [1] = FATTR4_WORD1_MOUNTED_ON_FILEID,
Trond Myklebust683b57b2006-06-09 09:34:22 -04003687 };
3688 struct nfs4_fs_locations_arg args = {
3689 .dir_fh = NFS_FH(dir),
Trond Myklebustc228fd32007-01-13 02:28:11 -05003690 .name = name,
Trond Myklebust683b57b2006-06-09 09:34:22 -04003691 .page = page,
3692 .bitmask = bitmask,
3693 };
3694 struct rpc_message msg = {
3695 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FS_LOCATIONS],
3696 .rpc_argp = &args,
Manoj Naik7aaa0b32006-06-09 09:34:23 -04003697 .rpc_resp = fs_locations,
Trond Myklebust683b57b2006-06-09 09:34:22 -04003698 };
3699 int status;
3700
Harvey Harrison3110ff82008-05-02 13:42:44 -07003701 dprintk("%s: start\n", __func__);
Trond Myklebustc228fd32007-01-13 02:28:11 -05003702 nfs_fattr_init(&fs_locations->fattr);
Trond Myklebust683b57b2006-06-09 09:34:22 -04003703 fs_locations->server = server;
Manoj Naik830b8e32006-06-09 09:34:25 -04003704 fs_locations->nlocations = 0;
Trond Myklebust683b57b2006-06-09 09:34:22 -04003705 status = rpc_call_sync(server->client, &msg, 0);
Harvey Harrison3110ff82008-05-02 13:42:44 -07003706 dprintk("%s: returned status = %d\n", __func__, status);
Trond Myklebust683b57b2006-06-09 09:34:22 -04003707 return status;
3708}
3709
Linus Torvalds1da177e2005-04-16 15:20:36 -07003710struct nfs4_state_recovery_ops nfs4_reboot_recovery_ops = {
Trond Myklebust7eff03a2008-12-23 15:21:43 -05003711 .owner_flag_bit = NFS_OWNER_RECLAIM_REBOOT,
Trond Myklebustb79a4a12008-12-23 15:21:41 -05003712 .state_flag_bit = NFS_STATE_RECLAIM_REBOOT,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003713 .recover_open = nfs4_open_reclaim,
3714 .recover_lock = nfs4_lock_reclaim,
3715};
3716
Trond Myklebustb79a4a12008-12-23 15:21:41 -05003717struct nfs4_state_recovery_ops nfs4_nograce_recovery_ops = {
Trond Myklebust7eff03a2008-12-23 15:21:43 -05003718 .owner_flag_bit = NFS_OWNER_RECLAIM_NOGRACE,
Trond Myklebustb79a4a12008-12-23 15:21:41 -05003719 .state_flag_bit = NFS_STATE_RECLAIM_NOGRACE,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003720 .recover_open = nfs4_open_expired,
3721 .recover_lock = nfs4_lock_expired,
3722};
3723
Arjan van de Ven92e1d5b2007-02-12 00:55:39 -08003724static const struct inode_operations nfs4_file_inode_operations = {
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00003725 .permission = nfs_permission,
3726 .getattr = nfs_getattr,
3727 .setattr = nfs_setattr,
3728 .getxattr = nfs4_getxattr,
3729 .setxattr = nfs4_setxattr,
3730 .listxattr = nfs4_listxattr,
3731};
3732
David Howells509de812006-08-22 20:06:11 -04003733const struct nfs_rpc_ops nfs_v4_clientops = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003734 .version = 4, /* protocol version */
3735 .dentry_ops = &nfs4_dentry_operations,
3736 .dir_inode_ops = &nfs4_dir_inode_operations,
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00003737 .file_inode_ops = &nfs4_file_inode_operations,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003738 .getroot = nfs4_proc_get_root,
3739 .getattr = nfs4_proc_getattr,
3740 .setattr = nfs4_proc_setattr,
David Howells2b3de442006-08-22 20:06:09 -04003741 .lookupfh = nfs4_proc_lookupfh,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003742 .lookup = nfs4_proc_lookup,
3743 .access = nfs4_proc_access,
3744 .readlink = nfs4_proc_readlink,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003745 .create = nfs4_proc_create,
3746 .remove = nfs4_proc_remove,
3747 .unlink_setup = nfs4_proc_unlink_setup,
3748 .unlink_done = nfs4_proc_unlink_done,
3749 .rename = nfs4_proc_rename,
3750 .link = nfs4_proc_link,
3751 .symlink = nfs4_proc_symlink,
3752 .mkdir = nfs4_proc_mkdir,
3753 .rmdir = nfs4_proc_remove,
3754 .readdir = nfs4_proc_readdir,
3755 .mknod = nfs4_proc_mknod,
3756 .statfs = nfs4_proc_statfs,
3757 .fsinfo = nfs4_proc_fsinfo,
3758 .pathconf = nfs4_proc_pathconf,
David Howellse9326dc2006-08-22 20:06:10 -04003759 .set_capabilities = nfs4_server_capabilities,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003760 .decode_dirent = nfs4_decode_dirent,
3761 .read_setup = nfs4_proc_read_setup,
Trond Myklebustec06c092006-03-20 13:44:27 -05003762 .read_done = nfs4_read_done,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003763 .write_setup = nfs4_proc_write_setup,
Trond Myklebust788e7a82006-03-20 13:44:27 -05003764 .write_done = nfs4_write_done,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003765 .commit_setup = nfs4_proc_commit_setup,
Trond Myklebust788e7a82006-03-20 13:44:27 -05003766 .commit_done = nfs4_commit_done,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003767 .lock = nfs4_proc_lock,
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003768 .clear_acl_cache = nfs4_zap_acl_attr,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003769};
3770
3771/*
3772 * Local variables:
3773 * c-basic-offset: 8
3774 * End:
3775 */