blob: 780ba004b3ddfd391dbbe1e5a2a95b9b6f6e31dc [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 Myklebustfaf5f492005-10-18 14:20:15 -070065static int nfs4_async_handle_error(struct rpc_task *, const struct nfs_server *);
Trond Myklebustfaf5f492005-10-18 14:20:15 -070066static int nfs4_handle_exception(const struct nfs_server *server, int errorcode, struct nfs4_exception *exception);
David Howellsadfa6f92006-08-22 20:06:08 -040067static int nfs4_wait_clnt_recover(struct rpc_clnt *clnt, struct nfs_client *clp);
Trond Myklebust99367812007-07-17 21:52:41 -040068static int _nfs4_proc_lookup(struct inode *dir, const struct qstr *name, struct nfs_fh *fhandle, struct nfs_fattr *fattr);
69static int _nfs4_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fattr *fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -070070
Linus Torvalds1da177e2005-04-16 15:20:36 -070071/* Prevent leaks of NFSv4 errors into userland */
72int nfs4_map_errors(int err)
73{
74 if (err < -1000) {
75 dprintk("%s could not handle NFSv4 error %d\n",
Harvey Harrison3110ff82008-05-02 13:42:44 -070076 __func__, -err);
Linus Torvalds1da177e2005-04-16 15:20:36 -070077 return -EIO;
78 }
79 return err;
80}
81
82/*
83 * This is our standard bitmap for GETATTR requests.
84 */
85const u32 nfs4_fattr_bitmap[2] = {
86 FATTR4_WORD0_TYPE
87 | FATTR4_WORD0_CHANGE
88 | FATTR4_WORD0_SIZE
89 | FATTR4_WORD0_FSID
90 | FATTR4_WORD0_FILEID,
91 FATTR4_WORD1_MODE
92 | FATTR4_WORD1_NUMLINKS
93 | FATTR4_WORD1_OWNER
94 | FATTR4_WORD1_OWNER_GROUP
95 | FATTR4_WORD1_RAWDEV
96 | FATTR4_WORD1_SPACE_USED
97 | FATTR4_WORD1_TIME_ACCESS
98 | FATTR4_WORD1_TIME_METADATA
99 | FATTR4_WORD1_TIME_MODIFY
100};
101
102const u32 nfs4_statfs_bitmap[2] = {
103 FATTR4_WORD0_FILES_AVAIL
104 | FATTR4_WORD0_FILES_FREE
105 | FATTR4_WORD0_FILES_TOTAL,
106 FATTR4_WORD1_SPACE_AVAIL
107 | FATTR4_WORD1_SPACE_FREE
108 | FATTR4_WORD1_SPACE_TOTAL
109};
110
Trond Myklebust4ce79712005-06-22 17:16:21 +0000111const u32 nfs4_pathconf_bitmap[2] = {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700112 FATTR4_WORD0_MAXLINK
113 | FATTR4_WORD0_MAXNAME,
114 0
115};
116
117const u32 nfs4_fsinfo_bitmap[2] = { FATTR4_WORD0_MAXFILESIZE
118 | FATTR4_WORD0_MAXREAD
119 | FATTR4_WORD0_MAXWRITE
120 | FATTR4_WORD0_LEASE_TIME,
121 0
122};
123
Manoj Naik830b8e32006-06-09 09:34:25 -0400124const u32 nfs4_fs_locations_bitmap[2] = {
125 FATTR4_WORD0_TYPE
126 | FATTR4_WORD0_CHANGE
127 | FATTR4_WORD0_SIZE
128 | FATTR4_WORD0_FSID
129 | FATTR4_WORD0_FILEID
130 | FATTR4_WORD0_FS_LOCATIONS,
131 FATTR4_WORD1_MODE
132 | FATTR4_WORD1_NUMLINKS
133 | FATTR4_WORD1_OWNER
134 | FATTR4_WORD1_OWNER_GROUP
135 | FATTR4_WORD1_RAWDEV
136 | FATTR4_WORD1_SPACE_USED
137 | FATTR4_WORD1_TIME_ACCESS
138 | FATTR4_WORD1_TIME_METADATA
139 | FATTR4_WORD1_TIME_MODIFY
140 | FATTR4_WORD1_MOUNTED_ON_FILEID
141};
142
Al Virobc4785c2006-10-19 23:28:51 -0700143static void nfs4_setup_readdir(u64 cookie, __be32 *verifier, struct dentry *dentry,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700144 struct nfs4_readdir_arg *readdir)
145{
Al Viro0dbb4c62006-10-19 23:28:49 -0700146 __be32 *start, *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700147
148 BUG_ON(readdir->count < 80);
149 if (cookie > 2) {
Adrian Bunkb7ef1952005-06-22 17:16:28 +0000150 readdir->cookie = cookie;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700151 memcpy(&readdir->verifier, verifier, sizeof(readdir->verifier));
152 return;
153 }
154
155 readdir->cookie = 0;
156 memset(&readdir->verifier, 0, sizeof(readdir->verifier));
157 if (cookie == 2)
158 return;
159
160 /*
161 * NFSv4 servers do not return entries for '.' and '..'
162 * Therefore, we fake these entries here. We let '.'
163 * have cookie 0 and '..' have cookie 1. Note that
164 * when talking to the server, we always send cookie 0
165 * instead of 1 or 2.
166 */
Al Viro0dbb4c62006-10-19 23:28:49 -0700167 start = p = kmap_atomic(*readdir->pages, KM_USER0);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700168
169 if (cookie == 0) {
170 *p++ = xdr_one; /* next */
171 *p++ = xdr_zero; /* cookie, first word */
172 *p++ = xdr_one; /* cookie, second word */
173 *p++ = xdr_one; /* entry len */
174 memcpy(p, ".\0\0\0", 4); /* entry */
175 p++;
176 *p++ = xdr_one; /* bitmap length */
177 *p++ = htonl(FATTR4_WORD0_FILEID); /* bitmap */
178 *p++ = htonl(8); /* attribute buffer length */
Peter Staubach4e769b92007-08-03 15:07:10 -0400179 p = xdr_encode_hyper(p, NFS_FILEID(dentry->d_inode));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700180 }
181
182 *p++ = xdr_one; /* next */
183 *p++ = xdr_zero; /* cookie, first word */
184 *p++ = xdr_two; /* cookie, second word */
185 *p++ = xdr_two; /* entry len */
186 memcpy(p, "..\0\0", 4); /* entry */
187 p++;
188 *p++ = xdr_one; /* bitmap length */
189 *p++ = htonl(FATTR4_WORD0_FILEID); /* bitmap */
190 *p++ = htonl(8); /* attribute buffer length */
Peter Staubach4e769b92007-08-03 15:07:10 -0400191 p = xdr_encode_hyper(p, NFS_FILEID(dentry->d_parent->d_inode));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700192
193 readdir->pgbase = (char *)p - (char *)start;
194 readdir->count -= readdir->pgbase;
195 kunmap_atomic(start, KM_USER0);
196}
197
Trond Myklebust26e976a2006-01-03 09:55:21 +0100198static void renew_lease(const struct nfs_server *server, unsigned long timestamp)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700199{
David Howells7539bba2006-08-22 20:06:09 -0400200 struct nfs_client *clp = server->nfs_client;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700201 spin_lock(&clp->cl_lock);
202 if (time_before(clp->cl_last_renewal,timestamp))
203 clp->cl_last_renewal = timestamp;
204 spin_unlock(&clp->cl_lock);
205}
206
Trond Myklebust38478b22006-05-25 01:40:57 -0400207static void update_changeattr(struct inode *dir, struct nfs4_change_info *cinfo)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700208{
Trond Myklebust38478b22006-05-25 01:40:57 -0400209 struct nfs_inode *nfsi = NFS_I(dir);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700210
Trond Myklebust38478b22006-05-25 01:40:57 -0400211 spin_lock(&dir->i_lock);
Trond Myklebust40d24702007-10-08 09:24:22 -0400212 nfsi->cache_validity |= NFS_INO_INVALID_ATTR|NFS_INO_REVAL_PAGECACHE|NFS_INO_INVALID_DATA;
213 if (!cinfo->atomic || cinfo->before != nfsi->change_attr)
Trond Myklebustbfc69a42007-10-15 18:18:29 -0400214 nfs_force_lookup_revalidate(dir);
Trond Myklebust40d24702007-10-08 09:24:22 -0400215 nfsi->change_attr = cinfo->after;
Trond Myklebust38478b22006-05-25 01:40:57 -0400216 spin_unlock(&dir->i_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700217}
218
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100219struct nfs4_opendata {
Trond Myklebustc6d00e62007-06-17 16:02:44 -0400220 struct kref kref;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100221 struct nfs_openargs o_arg;
222 struct nfs_openres o_res;
Trond Myklebustcdd4e682006-01-03 09:55:12 +0100223 struct nfs_open_confirmargs c_arg;
224 struct nfs_open_confirmres c_res;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100225 struct nfs_fattr f_attr;
226 struct nfs_fattr dir_attr;
Trond Myklebustad389da2007-06-05 12:30:00 -0400227 struct path path;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100228 struct dentry *dir;
229 struct nfs4_state_owner *owner;
Trond Myklebustaac00a82007-07-05 19:02:21 -0400230 struct nfs4_state *state;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100231 struct iattr attrs;
Trond Myklebust26e976a2006-01-03 09:55:21 +0100232 unsigned long timestamp;
Trond Myklebust3e309912007-07-07 13:19:59 -0400233 unsigned int rpc_done : 1;
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100234 int rpc_status;
235 int cancelled;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100236};
237
Trond Myklebust2ced46c2007-07-03 23:48:13 -0400238
239static void nfs4_init_opendata_res(struct nfs4_opendata *p)
240{
241 p->o_res.f_attr = &p->f_attr;
242 p->o_res.dir_attr = &p->dir_attr;
Trond Myklebustc1d51932008-04-07 13:20:54 -0400243 p->o_res.seqid = p->o_arg.seqid;
244 p->c_res.seqid = p->c_arg.seqid;
Trond Myklebust2ced46c2007-07-03 23:48:13 -0400245 p->o_res.server = p->o_arg.server;
246 nfs_fattr_init(&p->f_attr);
247 nfs_fattr_init(&p->dir_attr);
248}
249
Trond Myklebustad389da2007-06-05 12:30:00 -0400250static struct nfs4_opendata *nfs4_opendata_alloc(struct path *path,
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100251 struct nfs4_state_owner *sp, int flags,
252 const struct iattr *attrs)
253{
Trond Myklebustad389da2007-06-05 12:30:00 -0400254 struct dentry *parent = dget_parent(path->dentry);
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100255 struct inode *dir = parent->d_inode;
256 struct nfs_server *server = NFS_SERVER(dir);
257 struct nfs4_opendata *p;
258
259 p = kzalloc(sizeof(*p), GFP_KERNEL);
260 if (p == NULL)
261 goto err;
262 p->o_arg.seqid = nfs_alloc_seqid(&sp->so_seqid);
263 if (p->o_arg.seqid == NULL)
264 goto err_free;
Trond Myklebustad389da2007-06-05 12:30:00 -0400265 p->path.mnt = mntget(path->mnt);
266 p->path.dentry = dget(path->dentry);
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100267 p->dir = parent;
268 p->owner = sp;
269 atomic_inc(&sp->so_count);
270 p->o_arg.fh = NFS_FH(dir);
271 p->o_arg.open_flags = flags,
David Howells7539bba2006-08-22 20:06:09 -0400272 p->o_arg.clientid = server->nfs_client->cl_clientid;
Trond Myklebust9f958ab2007-07-02 13:58:33 -0400273 p->o_arg.id = sp->so_owner_id.id;
Trond Myklebustad389da2007-06-05 12:30:00 -0400274 p->o_arg.name = &p->path.dentry->d_name;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100275 p->o_arg.server = server;
276 p->o_arg.bitmask = server->attr_bitmask;
277 p->o_arg.claim = NFS4_OPEN_CLAIM_NULL;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100278 if (flags & O_EXCL) {
279 u32 *s = (u32 *) p->o_arg.u.verifier.data;
280 s[0] = jiffies;
281 s[1] = current->pid;
282 } else if (flags & O_CREAT) {
283 p->o_arg.u.attrs = &p->attrs;
284 memcpy(&p->attrs, attrs, sizeof(p->attrs));
285 }
Trond Myklebustcdd4e682006-01-03 09:55:12 +0100286 p->c_arg.fh = &p->o_res.fh;
287 p->c_arg.stateid = &p->o_res.stateid;
288 p->c_arg.seqid = p->o_arg.seqid;
Trond Myklebust2ced46c2007-07-03 23:48:13 -0400289 nfs4_init_opendata_res(p);
Trond Myklebustc6d00e62007-06-17 16:02:44 -0400290 kref_init(&p->kref);
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100291 return p;
292err_free:
293 kfree(p);
294err:
295 dput(parent);
296 return NULL;
297}
298
Trond Myklebustc6d00e62007-06-17 16:02:44 -0400299static void nfs4_opendata_free(struct kref *kref)
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100300{
Trond Myklebustc6d00e62007-06-17 16:02:44 -0400301 struct nfs4_opendata *p = container_of(kref,
302 struct nfs4_opendata, kref);
303
304 nfs_free_seqid(p->o_arg.seqid);
Trond Myklebustaac00a82007-07-05 19:02:21 -0400305 if (p->state != NULL)
306 nfs4_put_open_state(p->state);
Trond Myklebustc6d00e62007-06-17 16:02:44 -0400307 nfs4_put_state_owner(p->owner);
308 dput(p->dir);
Jan Blunck31f31db12008-05-02 13:42:45 -0700309 path_put(&p->path);
Trond Myklebustc6d00e62007-06-17 16:02:44 -0400310 kfree(p);
311}
312
313static void nfs4_opendata_put(struct nfs4_opendata *p)
314{
315 if (p != NULL)
316 kref_put(&p->kref, nfs4_opendata_free);
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100317}
318
Trond Myklebust06f814a2006-01-03 09:55:07 +0100319static int nfs4_wait_for_completion_rpc_task(struct rpc_task *task)
320{
Trond Myklebust06f814a2006-01-03 09:55:07 +0100321 int ret;
322
Trond Myklebust06f814a2006-01-03 09:55:07 +0100323 ret = rpc_wait_for_completion_task(task);
Trond Myklebust06f814a2006-01-03 09:55:07 +0100324 return ret;
325}
326
Trond Myklebust6ee41262007-07-08 14:11:36 -0400327static int can_open_cached(struct nfs4_state *state, int mode)
328{
329 int ret = 0;
330 switch (mode & (FMODE_READ|FMODE_WRITE|O_EXCL)) {
331 case FMODE_READ:
332 ret |= test_bit(NFS_O_RDONLY_STATE, &state->flags) != 0;
Trond Myklebust6ee41262007-07-08 14:11:36 -0400333 break;
334 case FMODE_WRITE:
335 ret |= test_bit(NFS_O_WRONLY_STATE, &state->flags) != 0;
Trond Myklebust6ee41262007-07-08 14:11:36 -0400336 break;
337 case FMODE_READ|FMODE_WRITE:
338 ret |= test_bit(NFS_O_RDWR_STATE, &state->flags) != 0;
339 }
340 return ret;
341}
342
Trond Myklebustaac00a82007-07-05 19:02:21 -0400343static int can_open_delegated(struct nfs_delegation *delegation, mode_t open_flags)
344{
345 if ((delegation->type & open_flags) != open_flags)
346 return 0;
Trond Myklebust15c831b2008-12-23 15:21:39 -0500347 if (test_bit(NFS_DELEGATION_NEED_RECLAIM, &delegation->flags))
Trond Myklebustaac00a82007-07-05 19:02:21 -0400348 return 0;
349 return 1;
350}
351
Trond Myklebust003707c2007-07-05 18:07:55 -0400352static void update_open_stateflags(struct nfs4_state *state, mode_t open_flags)
Trond Myklebuste7616922006-01-03 09:55:13 +0100353{
354 switch (open_flags) {
355 case FMODE_WRITE:
356 state->n_wronly++;
357 break;
358 case FMODE_READ:
359 state->n_rdonly++;
360 break;
361 case FMODE_READ|FMODE_WRITE:
362 state->n_rdwr++;
363 }
Trond Myklebust003707c2007-07-05 18:07:55 -0400364 nfs4_state_set_mode_locked(state, state->state | open_flags);
Trond Myklebuste7616922006-01-03 09:55:13 +0100365}
366
Trond Myklebust003707c2007-07-05 18:07:55 -0400367static void nfs_set_open_stateid_locked(struct nfs4_state *state, nfs4_stateid *stateid, int open_flags)
368{
369 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0)
370 memcpy(state->stateid.data, stateid->data, sizeof(state->stateid.data));
371 memcpy(state->open_stateid.data, stateid->data, sizeof(state->open_stateid.data));
372 switch (open_flags) {
373 case FMODE_READ:
374 set_bit(NFS_O_RDONLY_STATE, &state->flags);
375 break;
376 case FMODE_WRITE:
377 set_bit(NFS_O_WRONLY_STATE, &state->flags);
378 break;
379 case FMODE_READ|FMODE_WRITE:
380 set_bit(NFS_O_RDWR_STATE, &state->flags);
381 }
382}
383
384static void nfs_set_open_stateid(struct nfs4_state *state, nfs4_stateid *stateid, int open_flags)
385{
Trond Myklebust8bda4e42007-07-09 10:45:42 -0400386 write_seqlock(&state->seqlock);
Trond Myklebust003707c2007-07-05 18:07:55 -0400387 nfs_set_open_stateid_locked(state, stateid, open_flags);
Trond Myklebust8bda4e42007-07-09 10:45:42 -0400388 write_sequnlock(&state->seqlock);
Trond Myklebust003707c2007-07-05 18:07:55 -0400389}
390
Trond Myklebust34310432008-12-23 15:21:38 -0500391static void __update_open_stateid(struct nfs4_state *state, nfs4_stateid *open_stateid, const nfs4_stateid *deleg_stateid, int open_flags)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700392{
Trond Myklebust8bda4e42007-07-09 10:45:42 -0400393 /*
394 * Protect the call to nfs4_state_set_mode_locked and
395 * serialise the stateid update
396 */
397 write_seqlock(&state->seqlock);
Trond Myklebust003707c2007-07-05 18:07:55 -0400398 if (deleg_stateid != NULL) {
399 memcpy(state->stateid.data, deleg_stateid->data, sizeof(state->stateid.data));
400 set_bit(NFS_DELEGATED_STATE, &state->flags);
401 }
402 if (open_stateid != NULL)
403 nfs_set_open_stateid_locked(state, open_stateid, open_flags);
Trond Myklebust8bda4e42007-07-09 10:45:42 -0400404 write_sequnlock(&state->seqlock);
405 spin_lock(&state->owner->so_lock);
Trond Myklebuste7616922006-01-03 09:55:13 +0100406 update_open_stateflags(state, open_flags);
Trond Myklebustec073422005-10-20 14:22:47 -0700407 spin_unlock(&state->owner->so_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700408}
409
Trond Myklebust34310432008-12-23 15:21:38 -0500410static int update_open_stateid(struct nfs4_state *state, nfs4_stateid *open_stateid, nfs4_stateid *delegation, int open_flags)
411{
412 struct nfs_inode *nfsi = NFS_I(state->inode);
413 struct nfs_delegation *deleg_cur;
414 int ret = 0;
415
416 open_flags &= (FMODE_READ|FMODE_WRITE);
417
418 rcu_read_lock();
419 deleg_cur = rcu_dereference(nfsi->delegation);
420 if (deleg_cur == NULL)
421 goto no_delegation;
422
423 spin_lock(&deleg_cur->lock);
424 if (nfsi->delegation != deleg_cur ||
425 (deleg_cur->type & open_flags) != open_flags)
426 goto no_delegation_unlock;
427
428 if (delegation == NULL)
429 delegation = &deleg_cur->stateid;
430 else if (memcmp(deleg_cur->stateid.data, delegation->data, NFS4_STATEID_SIZE) != 0)
431 goto no_delegation_unlock;
432
433 __update_open_stateid(state, open_stateid, &deleg_cur->stateid, open_flags);
434 ret = 1;
435no_delegation_unlock:
436 spin_unlock(&deleg_cur->lock);
437no_delegation:
438 rcu_read_unlock();
439
440 if (!ret && open_stateid != NULL) {
441 __update_open_stateid(state, open_stateid, NULL, open_flags);
442 ret = 1;
443 }
444
445 return ret;
446}
447
448
Trond Myklebustaac00a82007-07-05 19:02:21 -0400449static void nfs4_return_incompatible_delegation(struct inode *inode, mode_t open_flags)
450{
451 struct nfs_delegation *delegation;
452
453 rcu_read_lock();
454 delegation = rcu_dereference(NFS_I(inode)->delegation);
455 if (delegation == NULL || (delegation->type & open_flags) == open_flags) {
456 rcu_read_unlock();
457 return;
458 }
459 rcu_read_unlock();
460 nfs_inode_return_delegation(inode);
461}
462
Trond Myklebust6ee41262007-07-08 14:11:36 -0400463static struct nfs4_state *nfs4_try_open_cached(struct nfs4_opendata *opendata)
Trond Myklebustaac00a82007-07-05 19:02:21 -0400464{
465 struct nfs4_state *state = opendata->state;
466 struct nfs_inode *nfsi = NFS_I(state->inode);
467 struct nfs_delegation *delegation;
468 int open_mode = opendata->o_arg.open_flags & (FMODE_READ|FMODE_WRITE|O_EXCL);
469 nfs4_stateid stateid;
470 int ret = -EAGAIN;
471
Trond Myklebustaac00a82007-07-05 19:02:21 -0400472 for (;;) {
Trond Myklebust6ee41262007-07-08 14:11:36 -0400473 if (can_open_cached(state, open_mode)) {
474 spin_lock(&state->owner->so_lock);
475 if (can_open_cached(state, open_mode)) {
476 update_open_stateflags(state, open_mode);
477 spin_unlock(&state->owner->so_lock);
Trond Myklebust6ee41262007-07-08 14:11:36 -0400478 goto out_return_state;
479 }
480 spin_unlock(&state->owner->so_lock);
481 }
Trond Myklebust34310432008-12-23 15:21:38 -0500482 rcu_read_lock();
483 delegation = rcu_dereference(nfsi->delegation);
484 if (delegation == NULL ||
485 !can_open_delegated(delegation, open_mode)) {
486 rcu_read_unlock();
Trond Myklebust6ee41262007-07-08 14:11:36 -0400487 break;
Trond Myklebust34310432008-12-23 15:21:38 -0500488 }
Trond Myklebustaac00a82007-07-05 19:02:21 -0400489 /* Save the delegation */
490 memcpy(stateid.data, delegation->stateid.data, sizeof(stateid.data));
491 rcu_read_unlock();
Trond Myklebustaf22f942007-08-10 17:45:10 -0400492 ret = nfs_may_open(state->inode, state->owner->so_cred, open_mode);
Trond Myklebustaac00a82007-07-05 19:02:21 -0400493 if (ret != 0)
494 goto out;
495 ret = -EAGAIN;
Trond Myklebust34310432008-12-23 15:21:38 -0500496
497 /* Try to update the stateid using the delegation */
498 if (update_open_stateid(state, NULL, &stateid, open_mode))
499 goto out_return_state;
Trond Myklebustaac00a82007-07-05 19:02:21 -0400500 }
Trond Myklebustaac00a82007-07-05 19:02:21 -0400501out:
502 return ERR_PTR(ret);
503out_return_state:
504 atomic_inc(&state->count);
505 return state;
506}
507
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100508static struct nfs4_state *nfs4_opendata_to_nfs4_state(struct nfs4_opendata *data)
509{
510 struct inode *inode;
511 struct nfs4_state *state = NULL;
Trond Myklebust003707c2007-07-05 18:07:55 -0400512 struct nfs_delegation *delegation;
Trond Myklebust1b370bc2007-07-07 08:04:47 -0400513 int ret;
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100514
Trond Myklebustaac00a82007-07-05 19:02:21 -0400515 if (!data->rpc_done) {
Trond Myklebust6ee41262007-07-08 14:11:36 -0400516 state = nfs4_try_open_cached(data);
Trond Myklebustaac00a82007-07-05 19:02:21 -0400517 goto out;
518 }
519
Trond Myklebust1b370bc2007-07-07 08:04:47 -0400520 ret = -EAGAIN;
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100521 if (!(data->f_attr.valid & NFS_ATTR_FATTR))
Trond Myklebust1b370bc2007-07-07 08:04:47 -0400522 goto err;
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100523 inode = nfs_fhget(data->dir->d_sb, &data->o_res.fh, &data->f_attr);
Trond Myklebust1b370bc2007-07-07 08:04:47 -0400524 ret = PTR_ERR(inode);
Trond Myklebust03f28e32006-03-20 13:44:48 -0500525 if (IS_ERR(inode))
Trond Myklebust1b370bc2007-07-07 08:04:47 -0400526 goto err;
527 ret = -ENOMEM;
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100528 state = nfs4_get_open_state(inode, data->owner);
529 if (state == NULL)
Trond Myklebust1b370bc2007-07-07 08:04:47 -0400530 goto err_put_inode;
Trond Myklebust549d6ed2007-07-03 16:42:45 -0400531 if (data->o_res.delegation_type != 0) {
Trond Myklebust549d6ed2007-07-03 16:42:45 -0400532 int delegation_flags = 0;
533
Trond Myklebust003707c2007-07-05 18:07:55 -0400534 rcu_read_lock();
535 delegation = rcu_dereference(NFS_I(inode)->delegation);
536 if (delegation)
537 delegation_flags = delegation->flags;
538 rcu_read_unlock();
Trond Myklebust15c831b2008-12-23 15:21:39 -0500539 if ((delegation_flags & 1UL<<NFS_DELEGATION_NEED_RECLAIM) == 0)
Trond Myklebust549d6ed2007-07-03 16:42:45 -0400540 nfs_inode_set_delegation(state->inode,
541 data->owner->so_cred,
542 &data->o_res);
543 else
544 nfs_inode_reclaim_delegation(state->inode,
545 data->owner->so_cred,
546 &data->o_res);
547 }
Trond Myklebust34310432008-12-23 15:21:38 -0500548
549 update_open_stateid(state, &data->o_res.stateid, NULL,
550 data->o_arg.open_flags);
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100551 iput(inode);
Trond Myklebustaac00a82007-07-05 19:02:21 -0400552out:
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100553 return state;
Trond Myklebust1b370bc2007-07-07 08:04:47 -0400554err_put_inode:
555 iput(inode);
556err:
557 return ERR_PTR(ret);
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100558}
559
Trond Myklebust864472e2006-01-03 09:55:15 +0100560static struct nfs_open_context *nfs4_state_find_open_context(struct nfs4_state *state)
561{
562 struct nfs_inode *nfsi = NFS_I(state->inode);
563 struct nfs_open_context *ctx;
564
565 spin_lock(&state->inode->i_lock);
566 list_for_each_entry(ctx, &nfsi->open_files, list) {
567 if (ctx->state != state)
568 continue;
569 get_nfs_open_context(ctx);
570 spin_unlock(&state->inode->i_lock);
571 return ctx;
572 }
573 spin_unlock(&state->inode->i_lock);
574 return ERR_PTR(-ENOENT);
575}
576
Trond Myklebust6f220ed2007-07-17 21:50:45 -0400577static struct nfs4_opendata *nfs4_open_recoverdata_alloc(struct nfs_open_context *ctx, struct nfs4_state *state)
578{
579 struct nfs4_opendata *opendata;
580
581 opendata = nfs4_opendata_alloc(&ctx->path, state->owner, 0, NULL);
582 if (opendata == NULL)
583 return ERR_PTR(-ENOMEM);
584 opendata->state = state;
585 atomic_inc(&state->count);
586 return opendata;
587}
588
Trond Myklebust2ced46c2007-07-03 23:48:13 -0400589static int nfs4_open_recover_helper(struct nfs4_opendata *opendata, mode_t openflags, struct nfs4_state **res)
Trond Myklebust864472e2006-01-03 09:55:15 +0100590{
Trond Myklebust2ced46c2007-07-03 23:48:13 -0400591 struct nfs4_state *newstate;
Trond Myklebust864472e2006-01-03 09:55:15 +0100592 int ret;
593
594 opendata->o_arg.open_flags = openflags;
Trond Myklebust2ced46c2007-07-03 23:48:13 -0400595 memset(&opendata->o_res, 0, sizeof(opendata->o_res));
596 memset(&opendata->c_res, 0, sizeof(opendata->c_res));
597 nfs4_init_opendata_res(opendata);
Trond Myklebust864472e2006-01-03 09:55:15 +0100598 ret = _nfs4_proc_open(opendata);
599 if (ret != 0)
600 return ret;
Trond Myklebust2ced46c2007-07-03 23:48:13 -0400601 newstate = nfs4_opendata_to_nfs4_state(opendata);
Trond Myklebust1b370bc2007-07-07 08:04:47 -0400602 if (IS_ERR(newstate))
603 return PTR_ERR(newstate);
604 nfs4_close_state(&opendata->path, newstate, openflags);
Trond Myklebust2ced46c2007-07-03 23:48:13 -0400605 *res = newstate;
Trond Myklebust864472e2006-01-03 09:55:15 +0100606 return 0;
607}
608
609static int nfs4_open_recover(struct nfs4_opendata *opendata, struct nfs4_state *state)
610{
Trond Myklebust864472e2006-01-03 09:55:15 +0100611 struct nfs4_state *newstate;
Trond Myklebust864472e2006-01-03 09:55:15 +0100612 int ret;
613
614 /* memory barrier prior to reading state->n_* */
Trond Myklebust2ced46c2007-07-03 23:48:13 -0400615 clear_bit(NFS_DELEGATED_STATE, &state->flags);
Trond Myklebust864472e2006-01-03 09:55:15 +0100616 smp_rmb();
617 if (state->n_rdwr != 0) {
Trond Myklebust2ced46c2007-07-03 23:48:13 -0400618 ret = nfs4_open_recover_helper(opendata, FMODE_READ|FMODE_WRITE, &newstate);
Trond Myklebust864472e2006-01-03 09:55:15 +0100619 if (ret != 0)
620 return ret;
Trond Myklebust2ced46c2007-07-03 23:48:13 -0400621 if (newstate != state)
622 return -ESTALE;
Trond Myklebust864472e2006-01-03 09:55:15 +0100623 }
624 if (state->n_wronly != 0) {
Trond Myklebust2ced46c2007-07-03 23:48:13 -0400625 ret = nfs4_open_recover_helper(opendata, FMODE_WRITE, &newstate);
Trond Myklebust864472e2006-01-03 09:55:15 +0100626 if (ret != 0)
627 return ret;
Trond Myklebust2ced46c2007-07-03 23:48:13 -0400628 if (newstate != state)
629 return -ESTALE;
Trond Myklebust864472e2006-01-03 09:55:15 +0100630 }
631 if (state->n_rdonly != 0) {
Trond Myklebust2ced46c2007-07-03 23:48:13 -0400632 ret = nfs4_open_recover_helper(opendata, FMODE_READ, &newstate);
Trond Myklebust864472e2006-01-03 09:55:15 +0100633 if (ret != 0)
634 return ret;
Trond Myklebust2ced46c2007-07-03 23:48:13 -0400635 if (newstate != state)
636 return -ESTALE;
Trond Myklebust864472e2006-01-03 09:55:15 +0100637 }
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -0400638 /*
639 * We may have performed cached opens for all three recoveries.
640 * Check if we need to update the current stateid.
641 */
642 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0 &&
643 memcmp(state->stateid.data, state->open_stateid.data, sizeof(state->stateid.data)) != 0) {
Trond Myklebust8bda4e42007-07-09 10:45:42 -0400644 write_seqlock(&state->seqlock);
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -0400645 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0)
646 memcpy(state->stateid.data, state->open_stateid.data, sizeof(state->stateid.data));
Trond Myklebust8bda4e42007-07-09 10:45:42 -0400647 write_sequnlock(&state->seqlock);
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -0400648 }
Trond Myklebust864472e2006-01-03 09:55:15 +0100649 return 0;
650}
651
Linus Torvalds1da177e2005-04-16 15:20:36 -0700652/*
653 * OPEN_RECLAIM:
654 * reclaim state on the server after a reboot.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700655 */
Trond Myklebust539cd032007-06-05 11:46:42 -0400656static int _nfs4_do_open_reclaim(struct nfs_open_context *ctx, struct nfs4_state *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700657{
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -0400658 struct nfs_delegation *delegation;
Trond Myklebust864472e2006-01-03 09:55:15 +0100659 struct nfs4_opendata *opendata;
660 int delegation_type = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700661 int status;
662
Trond Myklebust6f220ed2007-07-17 21:50:45 -0400663 opendata = nfs4_open_recoverdata_alloc(ctx, state);
664 if (IS_ERR(opendata))
665 return PTR_ERR(opendata);
Trond Myklebust864472e2006-01-03 09:55:15 +0100666 opendata->o_arg.claim = NFS4_OPEN_CLAIM_PREVIOUS;
667 opendata->o_arg.fh = NFS_FH(state->inode);
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -0400668 rcu_read_lock();
669 delegation = rcu_dereference(NFS_I(state->inode)->delegation);
Trond Myklebust15c831b2008-12-23 15:21:39 -0500670 if (delegation != NULL && test_bit(NFS_DELEGATION_NEED_RECLAIM, &delegation->flags) != 0)
Trond Myklebust65bbf6b2007-08-27 09:57:46 -0400671 delegation_type = delegation->type;
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -0400672 rcu_read_unlock();
Trond Myklebust864472e2006-01-03 09:55:15 +0100673 opendata->o_arg.u.delegation_type = delegation_type;
674 status = nfs4_open_recover(opendata, state);
Trond Myklebustc6d00e62007-06-17 16:02:44 -0400675 nfs4_opendata_put(opendata);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700676 return status;
677}
678
Trond Myklebust539cd032007-06-05 11:46:42 -0400679static int nfs4_do_open_reclaim(struct nfs_open_context *ctx, struct nfs4_state *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700680{
681 struct nfs_server *server = NFS_SERVER(state->inode);
682 struct nfs4_exception exception = { };
683 int err;
684 do {
Trond Myklebust539cd032007-06-05 11:46:42 -0400685 err = _nfs4_do_open_reclaim(ctx, state);
Trond Myklebust202b50d2005-06-22 17:16:29 +0000686 if (err != -NFS4ERR_DELAY)
687 break;
688 nfs4_handle_exception(server, err, &exception);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700689 } while (exception.retry);
690 return err;
691}
692
Trond Myklebust864472e2006-01-03 09:55:15 +0100693static int nfs4_open_reclaim(struct nfs4_state_owner *sp, struct nfs4_state *state)
694{
695 struct nfs_open_context *ctx;
696 int ret;
697
698 ctx = nfs4_state_find_open_context(state);
699 if (IS_ERR(ctx))
700 return PTR_ERR(ctx);
Trond Myklebust539cd032007-06-05 11:46:42 -0400701 ret = nfs4_do_open_reclaim(ctx, state);
Trond Myklebust864472e2006-01-03 09:55:15 +0100702 put_nfs_open_context(ctx);
703 return ret;
704}
705
Trond Myklebust13437e12007-07-06 15:10:43 -0400706static 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 -0700707{
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100708 struct nfs4_opendata *opendata;
Trond Myklebust864472e2006-01-03 09:55:15 +0100709 int ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700710
Trond Myklebust6f220ed2007-07-17 21:50:45 -0400711 opendata = nfs4_open_recoverdata_alloc(ctx, state);
712 if (IS_ERR(opendata))
713 return PTR_ERR(opendata);
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100714 opendata->o_arg.claim = NFS4_OPEN_CLAIM_DELEGATE_CUR;
Trond Myklebust13437e12007-07-06 15:10:43 -0400715 memcpy(opendata->o_arg.u.delegation.data, stateid->data,
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100716 sizeof(opendata->o_arg.u.delegation.data));
Trond Myklebust864472e2006-01-03 09:55:15 +0100717 ret = nfs4_open_recover(opendata, state);
Trond Myklebustc6d00e62007-06-17 16:02:44 -0400718 nfs4_opendata_put(opendata);
Trond Myklebust864472e2006-01-03 09:55:15 +0100719 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700720}
721
Trond Myklebust13437e12007-07-06 15:10:43 -0400722int nfs4_open_delegation_recall(struct nfs_open_context *ctx, struct nfs4_state *state, const nfs4_stateid *stateid)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700723{
724 struct nfs4_exception exception = { };
Trond Myklebust539cd032007-06-05 11:46:42 -0400725 struct nfs_server *server = NFS_SERVER(state->inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700726 int err;
727 do {
Trond Myklebust13437e12007-07-06 15:10:43 -0400728 err = _nfs4_open_delegation_recall(ctx, state, stateid);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700729 switch (err) {
730 case 0:
731 return err;
732 case -NFS4ERR_STALE_CLIENTID:
733 case -NFS4ERR_STALE_STATEID:
734 case -NFS4ERR_EXPIRED:
735 /* Don't recall a delegation if it was lost */
David Howells7539bba2006-08-22 20:06:09 -0400736 nfs4_schedule_state_recovery(server->nfs_client);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700737 return err;
738 }
739 err = nfs4_handle_exception(server, err, &exception);
740 } while (exception.retry);
741 return err;
742}
743
Trond Myklebustcdd4e682006-01-03 09:55:12 +0100744static void nfs4_open_confirm_done(struct rpc_task *task, void *calldata)
745{
746 struct nfs4_opendata *data = calldata;
747
748 data->rpc_status = task->tk_status;
749 if (RPC_ASSASSINATED(task))
750 return;
Trond Myklebust26e976a2006-01-03 09:55:21 +0100751 if (data->rpc_status == 0) {
Trond Myklebustcdd4e682006-01-03 09:55:12 +0100752 memcpy(data->o_res.stateid.data, data->c_res.stateid.data,
753 sizeof(data->o_res.stateid.data));
Trond Myklebustbb226292008-01-02 15:19:18 -0500754 nfs_confirm_seqid(&data->owner->so_seqid, 0);
Trond Myklebust26e976a2006-01-03 09:55:21 +0100755 renew_lease(data->o_res.server, data->timestamp);
Trond Myklebust3e309912007-07-07 13:19:59 -0400756 data->rpc_done = 1;
Trond Myklebust26e976a2006-01-03 09:55:21 +0100757 }
Trond Myklebustcdd4e682006-01-03 09:55:12 +0100758}
759
760static void nfs4_open_confirm_release(void *calldata)
761{
762 struct nfs4_opendata *data = calldata;
763 struct nfs4_state *state = NULL;
764
765 /* If this request hasn't been cancelled, do nothing */
766 if (data->cancelled == 0)
767 goto out_free;
768 /* In case of error, no cleanup! */
Trond Myklebust3e309912007-07-07 13:19:59 -0400769 if (!data->rpc_done)
Trond Myklebustcdd4e682006-01-03 09:55:12 +0100770 goto out_free;
Trond Myklebustcdd4e682006-01-03 09:55:12 +0100771 state = nfs4_opendata_to_nfs4_state(data);
Trond Myklebust1b370bc2007-07-07 08:04:47 -0400772 if (!IS_ERR(state))
Trond Myklebust4a35bd42007-06-05 10:31:33 -0400773 nfs4_close_state(&data->path, state, data->o_arg.open_flags);
Trond Myklebustcdd4e682006-01-03 09:55:12 +0100774out_free:
Trond Myklebustc6d00e62007-06-17 16:02:44 -0400775 nfs4_opendata_put(data);
Trond Myklebustcdd4e682006-01-03 09:55:12 +0100776}
777
778static const struct rpc_call_ops nfs4_open_confirm_ops = {
Trond Myklebustcdd4e682006-01-03 09:55:12 +0100779 .rpc_call_done = nfs4_open_confirm_done,
780 .rpc_release = nfs4_open_confirm_release,
781};
782
783/*
784 * Note: On error, nfs4_proc_open_confirm will free the struct nfs4_opendata
785 */
786static int _nfs4_proc_open_confirm(struct nfs4_opendata *data)
787{
788 struct nfs_server *server = NFS_SERVER(data->dir->d_inode);
789 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -0400790 struct rpc_message msg = {
791 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN_CONFIRM],
792 .rpc_argp = &data->c_arg,
793 .rpc_resp = &data->c_res,
794 .rpc_cred = data->owner->so_cred,
795 };
Trond Myklebustc970aa82007-07-14 15:39:59 -0400796 struct rpc_task_setup task_setup_data = {
797 .rpc_client = server->client,
Trond Myklebust5138fde2007-07-14 15:40:01 -0400798 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -0400799 .callback_ops = &nfs4_open_confirm_ops,
800 .callback_data = data,
Trond Myklebust101070c2008-02-19 20:04:23 -0500801 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -0400802 .flags = RPC_TASK_ASYNC,
803 };
Linus Torvalds1da177e2005-04-16 15:20:36 -0700804 int status;
805
Trond Myklebustc6d00e62007-06-17 16:02:44 -0400806 kref_get(&data->kref);
Trond Myklebust3e309912007-07-07 13:19:59 -0400807 data->rpc_done = 0;
808 data->rpc_status = 0;
Trond Myklebust5138fde2007-07-14 15:40:01 -0400809 data->timestamp = jiffies;
Trond Myklebustc970aa82007-07-14 15:39:59 -0400810 task = rpc_run_task(&task_setup_data);
Trond Myklebust7a1218a2006-03-20 18:11:10 -0500811 if (IS_ERR(task))
Trond Myklebustcdd4e682006-01-03 09:55:12 +0100812 return PTR_ERR(task);
Trond Myklebustcdd4e682006-01-03 09:55:12 +0100813 status = nfs4_wait_for_completion_rpc_task(task);
814 if (status != 0) {
815 data->cancelled = 1;
816 smp_wmb();
817 } else
818 status = data->rpc_status;
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -0500819 rpc_put_task(task);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700820 return status;
821}
822
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100823static void nfs4_open_prepare(struct rpc_task *task, void *calldata)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700824{
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100825 struct nfs4_opendata *data = calldata;
826 struct nfs4_state_owner *sp = data->owner;
Trond Myklebust5138fde2007-07-14 15:40:01 -0400827
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100828 if (nfs_wait_on_sequence(data->o_arg.seqid, task) != 0)
829 return;
Trond Myklebustaac00a82007-07-05 19:02:21 -0400830 /*
831 * Check if we still need to send an OPEN call, or if we can use
832 * a delegation instead.
833 */
834 if (data->state != NULL) {
835 struct nfs_delegation *delegation;
836
Trond Myklebust6ee41262007-07-08 14:11:36 -0400837 if (can_open_cached(data->state, data->o_arg.open_flags & (FMODE_READ|FMODE_WRITE|O_EXCL)))
838 goto out_no_action;
Trond Myklebustaac00a82007-07-05 19:02:21 -0400839 rcu_read_lock();
840 delegation = rcu_dereference(NFS_I(data->state->inode)->delegation);
841 if (delegation != NULL &&
Trond Myklebust15c831b2008-12-23 15:21:39 -0500842 test_bit(NFS_DELEGATION_NEED_RECLAIM, &delegation->flags) == 0) {
Trond Myklebustaac00a82007-07-05 19:02:21 -0400843 rcu_read_unlock();
Trond Myklebust6ee41262007-07-08 14:11:36 -0400844 goto out_no_action;
Trond Myklebustaac00a82007-07-05 19:02:21 -0400845 }
846 rcu_read_unlock();
847 }
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100848 /* Update sequence id. */
Trond Myklebust9f958ab2007-07-02 13:58:33 -0400849 data->o_arg.id = sp->so_owner_id.id;
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100850 data->o_arg.clientid = sp->so_client->cl_clientid;
Trond Myklebust6f220ed2007-07-17 21:50:45 -0400851 if (data->o_arg.claim == NFS4_OPEN_CLAIM_PREVIOUS) {
Trond Myklebust5138fde2007-07-14 15:40:01 -0400852 task->tk_msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN_NOATTR];
Trond Myklebust6f220ed2007-07-17 21:50:45 -0400853 nfs_copy_fh(&data->o_res.fh, data->o_arg.fh);
854 }
Trond Myklebust26e976a2006-01-03 09:55:21 +0100855 data->timestamp = jiffies;
Trond Myklebust5138fde2007-07-14 15:40:01 -0400856 rpc_call_start(task);
Trond Myklebust6ee41262007-07-08 14:11:36 -0400857 return;
858out_no_action:
859 task->tk_action = NULL;
860
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100861}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700862
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100863static void nfs4_open_done(struct rpc_task *task, void *calldata)
864{
865 struct nfs4_opendata *data = calldata;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700866
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100867 data->rpc_status = task->tk_status;
868 if (RPC_ASSASSINATED(task))
869 return;
870 if (task->tk_status == 0) {
871 switch (data->o_res.f_attr->mode & S_IFMT) {
Trond Myklebust6f926b52005-10-18 14:20:18 -0700872 case S_IFREG:
873 break;
874 case S_IFLNK:
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100875 data->rpc_status = -ELOOP;
Trond Myklebust6f926b52005-10-18 14:20:18 -0700876 break;
877 case S_IFDIR:
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100878 data->rpc_status = -EISDIR;
Trond Myklebust6f926b52005-10-18 14:20:18 -0700879 break;
880 default:
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100881 data->rpc_status = -ENOTDIR;
Trond Myklebust6f926b52005-10-18 14:20:18 -0700882 }
Trond Myklebust26e976a2006-01-03 09:55:21 +0100883 renew_lease(data->o_res.server, data->timestamp);
Trond Myklebust0f9f95e2007-07-08 16:19:56 -0400884 if (!(data->o_res.rflags & NFS4_OPEN_RESULT_CONFIRM))
885 nfs_confirm_seqid(&data->owner->so_seqid, 0);
Trond Myklebust6f926b52005-10-18 14:20:18 -0700886 }
Trond Myklebust3e309912007-07-07 13:19:59 -0400887 data->rpc_done = 1;
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100888}
Trond Myklebust6f926b52005-10-18 14:20:18 -0700889
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100890static void nfs4_open_release(void *calldata)
891{
892 struct nfs4_opendata *data = calldata;
893 struct nfs4_state *state = NULL;
894
895 /* If this request hasn't been cancelled, do nothing */
896 if (data->cancelled == 0)
897 goto out_free;
898 /* In case of error, no cleanup! */
Trond Myklebust3e309912007-07-07 13:19:59 -0400899 if (data->rpc_status != 0 || !data->rpc_done)
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100900 goto out_free;
901 /* In case we need an open_confirm, no cleanup! */
902 if (data->o_res.rflags & NFS4_OPEN_RESULT_CONFIRM)
903 goto out_free;
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100904 state = nfs4_opendata_to_nfs4_state(data);
Trond Myklebust1b370bc2007-07-07 08:04:47 -0400905 if (!IS_ERR(state))
Trond Myklebust4a35bd42007-06-05 10:31:33 -0400906 nfs4_close_state(&data->path, state, data->o_arg.open_flags);
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100907out_free:
Trond Myklebustc6d00e62007-06-17 16:02:44 -0400908 nfs4_opendata_put(data);
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100909}
910
911static const struct rpc_call_ops nfs4_open_ops = {
912 .rpc_call_prepare = nfs4_open_prepare,
913 .rpc_call_done = nfs4_open_done,
914 .rpc_release = nfs4_open_release,
915};
916
917/*
918 * Note: On error, nfs4_proc_open will free the struct nfs4_opendata
919 */
920static int _nfs4_proc_open(struct nfs4_opendata *data)
921{
922 struct inode *dir = data->dir->d_inode;
923 struct nfs_server *server = NFS_SERVER(dir);
924 struct nfs_openargs *o_arg = &data->o_arg;
925 struct nfs_openres *o_res = &data->o_res;
926 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -0400927 struct rpc_message msg = {
928 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN],
929 .rpc_argp = o_arg,
930 .rpc_resp = o_res,
931 .rpc_cred = data->owner->so_cred,
932 };
Trond Myklebustc970aa82007-07-14 15:39:59 -0400933 struct rpc_task_setup task_setup_data = {
934 .rpc_client = server->client,
Trond Myklebust5138fde2007-07-14 15:40:01 -0400935 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -0400936 .callback_ops = &nfs4_open_ops,
937 .callback_data = data,
Trond Myklebust101070c2008-02-19 20:04:23 -0500938 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -0400939 .flags = RPC_TASK_ASYNC,
940 };
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100941 int status;
942
Trond Myklebustc6d00e62007-06-17 16:02:44 -0400943 kref_get(&data->kref);
Trond Myklebust3e309912007-07-07 13:19:59 -0400944 data->rpc_done = 0;
945 data->rpc_status = 0;
Trond Myklebust2ced46c2007-07-03 23:48:13 -0400946 data->cancelled = 0;
Trond Myklebustc970aa82007-07-14 15:39:59 -0400947 task = rpc_run_task(&task_setup_data);
Trond Myklebust7a1218a2006-03-20 18:11:10 -0500948 if (IS_ERR(task))
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100949 return PTR_ERR(task);
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100950 status = nfs4_wait_for_completion_rpc_task(task);
951 if (status != 0) {
952 data->cancelled = 1;
953 smp_wmb();
954 } else
955 status = data->rpc_status;
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -0500956 rpc_put_task(task);
Trond Myklebust3e309912007-07-07 13:19:59 -0400957 if (status != 0 || !data->rpc_done)
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100958 return status;
959
Trond Myklebust99367812007-07-17 21:52:41 -0400960 if (o_res->fh.size == 0)
961 _nfs4_proc_lookup(dir, o_arg->name, &o_res->fh, o_res->f_attr);
962
Trond Myklebust56ae19f2005-10-27 22:12:40 -0400963 if (o_arg->open_flags & O_CREAT) {
964 update_changeattr(dir, &o_res->cinfo);
965 nfs_post_op_update_inode(dir, o_res->dir_attr);
966 } else
967 nfs_refresh_inode(dir, o_res->dir_attr);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700968 if(o_res->rflags & NFS4_OPEN_RESULT_CONFIRM) {
Trond Myklebustcdd4e682006-01-03 09:55:12 +0100969 status = _nfs4_proc_open_confirm(data);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700970 if (status != 0)
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100971 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700972 }
973 if (!(o_res->f_attr->valid & NFS_ATTR_FATTR))
Trond Myklebust99367812007-07-17 21:52:41 -0400974 _nfs4_proc_getattr(server, &o_res->fh, o_res->f_attr);
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100975 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700976}
977
Trond Myklebust10afec92007-05-14 17:16:04 -0400978static int nfs4_recover_expired_lease(struct nfs_server *server)
Trond Myklebust58d97142006-01-03 09:55:24 +0100979{
David Howells7539bba2006-08-22 20:06:09 -0400980 struct nfs_client *clp = server->nfs_client;
Trond Myklebust6b309542006-09-14 14:03:14 -0400981 int ret;
Trond Myklebust58d97142006-01-03 09:55:24 +0100982
Trond Myklebust6b309542006-09-14 14:03:14 -0400983 for (;;) {
984 ret = nfs4_wait_clnt_recover(server->client, clp);
985 if (ret != 0)
986 return ret;
Trond Myklebuste598d842008-12-23 15:21:42 -0500987 if (!test_bit(NFS4CLNT_LEASE_EXPIRED, &clp->cl_state) &&
988 !test_bit(NFS4CLNT_CHECK_LEASE,&clp->cl_state))
Trond Myklebust6b309542006-09-14 14:03:14 -0400989 break;
Trond Myklebust58d97142006-01-03 09:55:24 +0100990 nfs4_schedule_state_recovery(clp);
Trond Myklebust6b309542006-09-14 14:03:14 -0400991 }
992 return 0;
Trond Myklebust58d97142006-01-03 09:55:24 +0100993}
994
Linus Torvalds1da177e2005-04-16 15:20:36 -0700995/*
996 * OPEN_EXPIRED:
997 * reclaim state on the server after a network partition.
998 * Assumes caller holds the appropriate lock
999 */
Trond Myklebust539cd032007-06-05 11:46:42 -04001000static int _nfs4_open_expired(struct nfs_open_context *ctx, struct nfs4_state *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001001{
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001002 struct nfs4_opendata *opendata;
Trond Myklebust864472e2006-01-03 09:55:15 +01001003 int ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001004
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001005 opendata = nfs4_open_recoverdata_alloc(ctx, state);
1006 if (IS_ERR(opendata))
1007 return PTR_ERR(opendata);
Trond Myklebust864472e2006-01-03 09:55:15 +01001008 ret = nfs4_open_recover(opendata, state);
Trond Myklebust35d05772008-04-05 15:54:17 -04001009 if (ret == -ESTALE)
Trond Myklebust539cd032007-06-05 11:46:42 -04001010 d_drop(ctx->path.dentry);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001011 nfs4_opendata_put(opendata);
Trond Myklebust864472e2006-01-03 09:55:15 +01001012 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001013}
1014
Trond Myklebust539cd032007-06-05 11:46:42 -04001015static inline int nfs4_do_open_expired(struct nfs_open_context *ctx, struct nfs4_state *state)
Trond Myklebust202b50d2005-06-22 17:16:29 +00001016{
Trond Myklebust539cd032007-06-05 11:46:42 -04001017 struct nfs_server *server = NFS_SERVER(state->inode);
Trond Myklebust202b50d2005-06-22 17:16:29 +00001018 struct nfs4_exception exception = { };
1019 int err;
1020
1021 do {
Trond Myklebust539cd032007-06-05 11:46:42 -04001022 err = _nfs4_open_expired(ctx, state);
Trond Myklebust202b50d2005-06-22 17:16:29 +00001023 if (err == -NFS4ERR_DELAY)
1024 nfs4_handle_exception(server, err, &exception);
1025 } while (exception.retry);
1026 return err;
1027}
1028
Linus Torvalds1da177e2005-04-16 15:20:36 -07001029static int nfs4_open_expired(struct nfs4_state_owner *sp, struct nfs4_state *state)
1030{
Linus Torvalds1da177e2005-04-16 15:20:36 -07001031 struct nfs_open_context *ctx;
Trond Myklebust864472e2006-01-03 09:55:15 +01001032 int ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001033
Trond Myklebust864472e2006-01-03 09:55:15 +01001034 ctx = nfs4_state_find_open_context(state);
1035 if (IS_ERR(ctx))
1036 return PTR_ERR(ctx);
Trond Myklebust539cd032007-06-05 11:46:42 -04001037 ret = nfs4_do_open_expired(ctx, state);
Trond Myklebust864472e2006-01-03 09:55:15 +01001038 put_nfs_open_context(ctx);
1039 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001040}
1041
1042/*
Jeff Laytonaa53ed52007-06-05 14:49:03 -04001043 * on an EXCLUSIVE create, the server should send back a bitmask with FATTR4-*
1044 * fields corresponding to attributes that were used to store the verifier.
1045 * Make sure we clobber those fields in the later setattr call
1046 */
1047static inline void nfs4_exclusive_attrset(struct nfs4_opendata *opendata, struct iattr *sattr)
1048{
1049 if ((opendata->o_res.attrset[1] & FATTR4_WORD1_TIME_ACCESS) &&
1050 !(sattr->ia_valid & ATTR_ATIME_SET))
1051 sattr->ia_valid |= ATTR_ATIME;
1052
1053 if ((opendata->o_res.attrset[1] & FATTR4_WORD1_TIME_MODIFY) &&
1054 !(sattr->ia_valid & ATTR_MTIME_SET))
1055 sattr->ia_valid |= ATTR_MTIME;
1056}
1057
1058/*
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001059 * Returns a referenced nfs4_state
Linus Torvalds1da177e2005-04-16 15:20:36 -07001060 */
Trond Myklebustad389da2007-06-05 12:30:00 -04001061static int _nfs4_do_open(struct inode *dir, struct path *path, int flags, struct iattr *sattr, struct rpc_cred *cred, struct nfs4_state **res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001062{
1063 struct nfs4_state_owner *sp;
1064 struct nfs4_state *state = NULL;
1065 struct nfs_server *server = NFS_SERVER(dir);
David Howells7539bba2006-08-22 20:06:09 -04001066 struct nfs_client *clp = server->nfs_client;
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001067 struct nfs4_opendata *opendata;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001068 int status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001069
1070 /* Protect against reboot recovery conflicts */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001071 status = -ENOMEM;
1072 if (!(sp = nfs4_get_state_owner(server, cred))) {
1073 dprintk("nfs4_do_open: nfs4_get_state_owner failed!\n");
1074 goto out_err;
1075 }
Trond Myklebust58d97142006-01-03 09:55:24 +01001076 status = nfs4_recover_expired_lease(server);
1077 if (status != 0)
Trond Myklebustb4454fe2006-01-03 09:55:25 +01001078 goto err_put_state_owner;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001079 if (path->dentry->d_inode != NULL)
1080 nfs4_return_incompatible_delegation(path->dentry->d_inode, flags & (FMODE_READ|FMODE_WRITE));
Trond Myklebust58d97142006-01-03 09:55:24 +01001081 down_read(&clp->cl_sem);
1082 status = -ENOMEM;
Trond Myklebustad389da2007-06-05 12:30:00 -04001083 opendata = nfs4_opendata_alloc(path, sp, flags, sattr);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001084 if (opendata == NULL)
Trond Myklebust76723de2006-09-15 08:11:51 -04001085 goto err_release_rwsem;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001086
Trond Myklebustaac00a82007-07-05 19:02:21 -04001087 if (path->dentry->d_inode != NULL)
1088 opendata->state = nfs4_get_open_state(path->dentry->d_inode, sp);
1089
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001090 status = _nfs4_proc_open(opendata);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001091 if (status != 0)
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001092 goto err_opendata_put;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001093
Jeff Laytonaa53ed52007-06-05 14:49:03 -04001094 if (opendata->o_arg.open_flags & O_EXCL)
1095 nfs4_exclusive_attrset(opendata, sattr);
1096
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001097 state = nfs4_opendata_to_nfs4_state(opendata);
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001098 status = PTR_ERR(state);
1099 if (IS_ERR(state))
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001100 goto err_opendata_put;
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001101 nfs4_opendata_put(opendata);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001102 nfs4_put_state_owner(sp);
1103 up_read(&clp->cl_sem);
1104 *res = state;
1105 return 0;
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001106err_opendata_put:
1107 nfs4_opendata_put(opendata);
Trond Myklebust76723de2006-09-15 08:11:51 -04001108err_release_rwsem:
1109 up_read(&clp->cl_sem);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001110err_put_state_owner:
1111 nfs4_put_state_owner(sp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001112out_err:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001113 *res = NULL;
1114 return status;
1115}
1116
1117
Trond Myklebustad389da2007-06-05 12:30:00 -04001118static struct nfs4_state *nfs4_do_open(struct inode *dir, struct path *path, int flags, struct iattr *sattr, struct rpc_cred *cred)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001119{
1120 struct nfs4_exception exception = { };
1121 struct nfs4_state *res;
1122 int status;
1123
1124 do {
Trond Myklebustad389da2007-06-05 12:30:00 -04001125 status = _nfs4_do_open(dir, path, flags, sattr, cred, &res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001126 if (status == 0)
1127 break;
1128 /* NOTE: BAD_SEQID means the server and client disagree about the
1129 * book-keeping w.r.t. state-changing operations
1130 * (OPEN/CLOSE/LOCK/LOCKU...)
1131 * It is actually a sign of a bug on the client or on the server.
1132 *
1133 * If we receive a BAD_SEQID error in the particular case of
Trond Myklebustcee54fc2005-10-18 14:20:12 -07001134 * doing an OPEN, we assume that nfs_increment_open_seqid() will
Linus Torvalds1da177e2005-04-16 15:20:36 -07001135 * have unhashed the old state_owner for us, and that we can
1136 * therefore safely retry using a new one. We should still warn
1137 * the user though...
1138 */
1139 if (status == -NFS4ERR_BAD_SEQID) {
Trond Myklebust6f43ddc2007-07-08 16:49:11 -04001140 printk(KERN_WARNING "NFS: v4 server %s "
1141 " returned a bad sequence-id error!\n",
1142 NFS_SERVER(dir)->nfs_client->cl_hostname);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001143 exception.retry = 1;
1144 continue;
1145 }
Trond Myklebust550f5742005-10-18 14:20:21 -07001146 /*
1147 * BAD_STATEID on OPEN means that the server cancelled our
1148 * state before it received the OPEN_CONFIRM.
1149 * Recover by retrying the request as per the discussion
1150 * on Page 181 of RFC3530.
1151 */
1152 if (status == -NFS4ERR_BAD_STATEID) {
1153 exception.retry = 1;
1154 continue;
1155 }
Trond Myklebustaac00a82007-07-05 19:02:21 -04001156 if (status == -EAGAIN) {
1157 /* We must have found a delegation */
1158 exception.retry = 1;
1159 continue;
1160 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001161 res = ERR_PTR(nfs4_handle_exception(NFS_SERVER(dir),
1162 status, &exception));
1163 } while (exception.retry);
1164 return res;
1165}
1166
Trond Myklebust659bfcd2008-06-10 19:39:41 -04001167static int _nfs4_do_setattr(struct inode *inode, struct rpc_cred *cred,
1168 struct nfs_fattr *fattr, struct iattr *sattr,
1169 struct nfs4_state *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001170{
Trond Myklebust3e4f6292006-03-20 13:44:46 -05001171 struct nfs_server *server = NFS_SERVER(inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001172 struct nfs_setattrargs arg = {
Trond Myklebust3e4f6292006-03-20 13:44:46 -05001173 .fh = NFS_FH(inode),
Linus Torvalds1da177e2005-04-16 15:20:36 -07001174 .iap = sattr,
1175 .server = server,
1176 .bitmask = server->attr_bitmask,
1177 };
1178 struct nfs_setattrres res = {
1179 .fattr = fattr,
1180 .server = server,
1181 };
1182 struct rpc_message msg = {
Trond Myklebust659bfcd2008-06-10 19:39:41 -04001183 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETATTR],
1184 .rpc_argp = &arg,
1185 .rpc_resp = &res,
1186 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001187 };
Trond Myklebust26e976a2006-01-03 09:55:21 +01001188 unsigned long timestamp = jiffies;
Trond Myklebust65e43082005-08-16 11:49:44 -04001189 int status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001190
Trond Myklebust0e574af2005-10-27 22:12:38 -04001191 nfs_fattr_init(fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001192
Trond Myklebust3e4f6292006-03-20 13:44:46 -05001193 if (nfs4_copy_delegation_stateid(&arg.stateid, inode)) {
1194 /* Use that stateid */
1195 } else if (state != NULL) {
Trond Myklebust08e9eac2005-06-22 17:16:29 +00001196 nfs4_copy_stateid(&arg.stateid, state, current->files);
1197 } else
Linus Torvalds1da177e2005-04-16 15:20:36 -07001198 memcpy(&arg.stateid, &zero_stateid, sizeof(arg.stateid));
1199
Trond Myklebust65e43082005-08-16 11:49:44 -04001200 status = rpc_call_sync(server->client, &msg, 0);
Trond Myklebust26e976a2006-01-03 09:55:21 +01001201 if (status == 0 && state != NULL)
1202 renew_lease(server, timestamp);
Trond Myklebust65e43082005-08-16 11:49:44 -04001203 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001204}
1205
Trond Myklebust659bfcd2008-06-10 19:39:41 -04001206static int nfs4_do_setattr(struct inode *inode, struct rpc_cred *cred,
1207 struct nfs_fattr *fattr, struct iattr *sattr,
1208 struct nfs4_state *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001209{
Trond Myklebust3e4f6292006-03-20 13:44:46 -05001210 struct nfs_server *server = NFS_SERVER(inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001211 struct nfs4_exception exception = { };
1212 int err;
1213 do {
1214 err = nfs4_handle_exception(server,
Trond Myklebust659bfcd2008-06-10 19:39:41 -04001215 _nfs4_do_setattr(inode, cred, fattr, sattr, state),
Linus Torvalds1da177e2005-04-16 15:20:36 -07001216 &exception);
1217 } while (exception.retry);
1218 return err;
1219}
1220
1221struct nfs4_closedata {
Trond Myklebust4a35bd42007-06-05 10:31:33 -04001222 struct path path;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001223 struct inode *inode;
1224 struct nfs4_state *state;
1225 struct nfs_closeargs arg;
1226 struct nfs_closeres res;
Trond Myklebust516a6af2005-10-27 22:12:41 -04001227 struct nfs_fattr fattr;
Trond Myklebust26e976a2006-01-03 09:55:21 +01001228 unsigned long timestamp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001229};
1230
Trond Myklebust963d8fe2006-01-03 09:55:04 +01001231static void nfs4_free_closedata(void *data)
Trond Myklebust95121352005-10-18 14:20:12 -07001232{
Trond Myklebust963d8fe2006-01-03 09:55:04 +01001233 struct nfs4_closedata *calldata = data;
1234 struct nfs4_state_owner *sp = calldata->state->owner;
Trond Myklebust95121352005-10-18 14:20:12 -07001235
1236 nfs4_put_open_state(calldata->state);
1237 nfs_free_seqid(calldata->arg.seqid);
Trond Myklebust95121352005-10-18 14:20:12 -07001238 nfs4_put_state_owner(sp);
Jan Blunck31f31db12008-05-02 13:42:45 -07001239 path_put(&calldata->path);
Trond Myklebust95121352005-10-18 14:20:12 -07001240 kfree(calldata);
1241}
1242
Trond Myklebust963d8fe2006-01-03 09:55:04 +01001243static void nfs4_close_done(struct rpc_task *task, void *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001244{
Trond Myklebust963d8fe2006-01-03 09:55:04 +01001245 struct nfs4_closedata *calldata = data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001246 struct nfs4_state *state = calldata->state;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001247 struct nfs_server *server = NFS_SERVER(calldata->inode);
1248
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01001249 if (RPC_ASSASSINATED(task))
1250 return;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001251 /* hmm. we are done with the inode, and in the process of freeing
1252 * the state_owner. we keep this around to process errors
1253 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001254 switch (task->tk_status) {
1255 case 0:
Trond Myklebust45328c32007-07-26 17:47:34 -04001256 nfs_set_open_stateid(state, &calldata->res.stateid, 0);
Trond Myklebust26e976a2006-01-03 09:55:21 +01001257 renew_lease(server, calldata->timestamp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001258 break;
1259 case -NFS4ERR_STALE_STATEID:
1260 case -NFS4ERR_EXPIRED:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001261 break;
1262 default:
1263 if (nfs4_async_handle_error(task, server) == -EAGAIN) {
1264 rpc_restart_call(task);
1265 return;
1266 }
1267 }
Trond Myklebust516a6af2005-10-27 22:12:41 -04001268 nfs_refresh_inode(calldata->inode, calldata->res.fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001269}
1270
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01001271static void nfs4_close_prepare(struct rpc_task *task, void *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001272{
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01001273 struct nfs4_closedata *calldata = data;
Trond Myklebust95121352005-10-18 14:20:12 -07001274 struct nfs4_state *state = calldata->state;
Trond Myklebust003707c2007-07-05 18:07:55 -04001275 int clear_rd, clear_wr, clear_rdwr;
Trond Myklebust95121352005-10-18 14:20:12 -07001276
Trond Myklebust963d8fe2006-01-03 09:55:04 +01001277 if (nfs_wait_on_sequence(calldata->arg.seqid, task) != 0)
Trond Myklebust95121352005-10-18 14:20:12 -07001278 return;
Trond Myklebust003707c2007-07-05 18:07:55 -04001279
Trond Myklebust003707c2007-07-05 18:07:55 -04001280 clear_rd = clear_wr = clear_rdwr = 0;
Trond Myklebust4cecb762005-11-04 15:32:58 -05001281 spin_lock(&state->owner->so_lock);
Trond Myklebust003707c2007-07-05 18:07:55 -04001282 /* Calculate the change in open mode */
Trond Myklebuste7616922006-01-03 09:55:13 +01001283 if (state->n_rdwr == 0) {
Trond Myklebust003707c2007-07-05 18:07:55 -04001284 if (state->n_rdonly == 0) {
Trond Myklebust003707c2007-07-05 18:07:55 -04001285 clear_rd |= test_and_clear_bit(NFS_O_RDONLY_STATE, &state->flags);
1286 clear_rdwr |= test_and_clear_bit(NFS_O_RDWR_STATE, &state->flags);
1287 }
1288 if (state->n_wronly == 0) {
Trond Myklebust003707c2007-07-05 18:07:55 -04001289 clear_wr |= test_and_clear_bit(NFS_O_WRONLY_STATE, &state->flags);
1290 clear_rdwr |= test_and_clear_bit(NFS_O_RDWR_STATE, &state->flags);
1291 }
Trond Myklebuste7616922006-01-03 09:55:13 +01001292 }
Trond Myklebust4cecb762005-11-04 15:32:58 -05001293 spin_unlock(&state->owner->so_lock);
Trond Myklebust003707c2007-07-05 18:07:55 -04001294 if (!clear_rd && !clear_wr && !clear_rdwr) {
Trond Myklebust963d8fe2006-01-03 09:55:04 +01001295 /* Note: exit _without_ calling nfs4_close_done */
1296 task->tk_action = NULL;
Trond Myklebust95121352005-10-18 14:20:12 -07001297 return;
1298 }
Trond Myklebust516a6af2005-10-27 22:12:41 -04001299 nfs_fattr_init(calldata->res.fattr);
Trond Myklebust45328c32007-07-26 17:47:34 -04001300 if (test_bit(NFS_O_RDONLY_STATE, &state->flags) != 0) {
Trond Myklebust5138fde2007-07-14 15:40:01 -04001301 task->tk_msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN_DOWNGRADE];
Trond Myklebust45328c32007-07-26 17:47:34 -04001302 calldata->arg.open_flags = FMODE_READ;
1303 } else if (test_bit(NFS_O_WRONLY_STATE, &state->flags) != 0) {
Trond Myklebust5138fde2007-07-14 15:40:01 -04001304 task->tk_msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN_DOWNGRADE];
Trond Myklebust45328c32007-07-26 17:47:34 -04001305 calldata->arg.open_flags = FMODE_WRITE;
1306 }
Trond Myklebust26e976a2006-01-03 09:55:21 +01001307 calldata->timestamp = jiffies;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001308 rpc_call_start(task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001309}
1310
Trond Myklebust963d8fe2006-01-03 09:55:04 +01001311static const struct rpc_call_ops nfs4_close_ops = {
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01001312 .rpc_call_prepare = nfs4_close_prepare,
Trond Myklebust963d8fe2006-01-03 09:55:04 +01001313 .rpc_call_done = nfs4_close_done,
1314 .rpc_release = nfs4_free_closedata,
1315};
1316
Linus Torvalds1da177e2005-04-16 15:20:36 -07001317/*
1318 * It is possible for data to be read/written from a mem-mapped file
1319 * after the sys_close call (which hits the vfs layer as a flush).
1320 * This means that we can't safely call nfsv4 close on a file until
1321 * the inode is cleared. This in turn means that we are not good
1322 * NFSv4 citizens - we do not indicate to the server to update the file's
1323 * share state even when we are done with one of the three share
1324 * stateid's in the inode.
1325 *
1326 * NOTE: Caller must be holding the sp->so_owner semaphore!
1327 */
Trond Myklebusta49c3c72007-10-18 18:03:27 -04001328int nfs4_do_close(struct path *path, struct nfs4_state *state, int wait)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001329{
Trond Myklebust4a35bd42007-06-05 10:31:33 -04001330 struct nfs_server *server = NFS_SERVER(state->inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001331 struct nfs4_closedata *calldata;
Trond Myklebustb39e6252007-06-11 23:05:07 -04001332 struct nfs4_state_owner *sp = state->owner;
1333 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001334 struct rpc_message msg = {
1335 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_CLOSE],
1336 .rpc_cred = state->owner->so_cred,
1337 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04001338 struct rpc_task_setup task_setup_data = {
1339 .rpc_client = server->client,
Trond Myklebust5138fde2007-07-14 15:40:01 -04001340 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04001341 .callback_ops = &nfs4_close_ops,
Trond Myklebust101070c2008-02-19 20:04:23 -05001342 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04001343 .flags = RPC_TASK_ASYNC,
1344 };
Trond Myklebust95121352005-10-18 14:20:12 -07001345 int status = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001346
Trond Myklebust95121352005-10-18 14:20:12 -07001347 calldata = kmalloc(sizeof(*calldata), GFP_KERNEL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001348 if (calldata == NULL)
Trond Myklebust95121352005-10-18 14:20:12 -07001349 goto out;
Trond Myklebust4a35bd42007-06-05 10:31:33 -04001350 calldata->inode = state->inode;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001351 calldata->state = state;
Trond Myklebust4a35bd42007-06-05 10:31:33 -04001352 calldata->arg.fh = NFS_FH(state->inode);
Trond Myklebust003707c2007-07-05 18:07:55 -04001353 calldata->arg.stateid = &state->open_stateid;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001354 /* Serialization for the sequence id */
Trond Myklebustcee54fc2005-10-18 14:20:12 -07001355 calldata->arg.seqid = nfs_alloc_seqid(&state->owner->so_seqid);
Trond Myklebust95121352005-10-18 14:20:12 -07001356 if (calldata->arg.seqid == NULL)
1357 goto out_free_calldata;
Trond Myklebust516a6af2005-10-27 22:12:41 -04001358 calldata->arg.bitmask = server->attr_bitmask;
1359 calldata->res.fattr = &calldata->fattr;
Trond Myklebustc1d51932008-04-07 13:20:54 -04001360 calldata->res.seqid = calldata->arg.seqid;
Trond Myklebust516a6af2005-10-27 22:12:41 -04001361 calldata->res.server = server;
Trond Myklebust4a35bd42007-06-05 10:31:33 -04001362 calldata->path.mnt = mntget(path->mnt);
1363 calldata->path.dentry = dget(path->dentry);
Trond Myklebust95121352005-10-18 14:20:12 -07001364
Trond Myklebust5138fde2007-07-14 15:40:01 -04001365 msg.rpc_argp = &calldata->arg,
1366 msg.rpc_resp = &calldata->res,
Trond Myklebustc970aa82007-07-14 15:39:59 -04001367 task_setup_data.callback_data = calldata;
1368 task = rpc_run_task(&task_setup_data);
Trond Myklebustb39e6252007-06-11 23:05:07 -04001369 if (IS_ERR(task))
1370 return PTR_ERR(task);
Trond Myklebusta49c3c72007-10-18 18:03:27 -04001371 status = 0;
1372 if (wait)
1373 status = rpc_wait_for_completion_task(task);
Trond Myklebustb39e6252007-06-11 23:05:07 -04001374 rpc_put_task(task);
Trond Myklebusta49c3c72007-10-18 18:03:27 -04001375 return status;
Trond Myklebust95121352005-10-18 14:20:12 -07001376out_free_calldata:
1377 kfree(calldata);
1378out:
Trond Myklebustb39e6252007-06-11 23:05:07 -04001379 nfs4_put_open_state(state);
1380 nfs4_put_state_owner(sp);
Trond Myklebust95121352005-10-18 14:20:12 -07001381 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001382}
1383
Trond Myklebust4a35bd42007-06-05 10:31:33 -04001384static int nfs4_intent_set_file(struct nameidata *nd, struct path *path, struct nfs4_state *state)
Trond Myklebust02a913a2005-10-18 14:20:17 -07001385{
1386 struct file *filp;
Trond Myklebust1b45c462007-07-03 13:04:56 -04001387 int ret;
Trond Myklebust02a913a2005-10-18 14:20:17 -07001388
Trond Myklebust1b45c462007-07-03 13:04:56 -04001389 /* If the open_intent is for execute, we have an extra check to make */
1390 if (nd->intent.open.flags & FMODE_EXEC) {
Trond Myklebustaf22f942007-08-10 17:45:10 -04001391 ret = nfs_may_open(state->inode,
Trond Myklebust1b45c462007-07-03 13:04:56 -04001392 state->owner->so_cred,
1393 nd->intent.open.flags);
1394 if (ret < 0)
1395 goto out_close;
1396 }
Trond Myklebust4a35bd42007-06-05 10:31:33 -04001397 filp = lookup_instantiate_filp(nd, path->dentry, NULL);
Trond Myklebust02a913a2005-10-18 14:20:17 -07001398 if (!IS_ERR(filp)) {
1399 struct nfs_open_context *ctx;
Trond Myklebustcd3758e2007-08-10 17:44:32 -04001400 ctx = nfs_file_open_context(filp);
Trond Myklebust02a913a2005-10-18 14:20:17 -07001401 ctx->state = state;
Trond Myklebust95cf9592006-04-18 13:14:06 -04001402 return 0;
1403 }
Trond Myklebust1b45c462007-07-03 13:04:56 -04001404 ret = PTR_ERR(filp);
1405out_close:
Trond Myklebusta49c3c72007-10-18 18:03:27 -04001406 nfs4_close_sync(path, state, nd->intent.open.flags);
Trond Myklebust1b45c462007-07-03 13:04:56 -04001407 return ret;
Trond Myklebust02a913a2005-10-18 14:20:17 -07001408}
1409
1410struct dentry *
Linus Torvalds1da177e2005-04-16 15:20:36 -07001411nfs4_atomic_open(struct inode *dir, struct dentry *dentry, struct nameidata *nd)
1412{
Trond Myklebustad389da2007-06-05 12:30:00 -04001413 struct path path = {
Jan Blunck4ac91372008-02-14 19:34:32 -08001414 .mnt = nd->path.mnt,
Trond Myklebustad389da2007-06-05 12:30:00 -04001415 .dentry = dentry,
1416 };
Jan Blunck4ac91372008-02-14 19:34:32 -08001417 struct dentry *parent;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001418 struct iattr attr;
1419 struct rpc_cred *cred;
1420 struct nfs4_state *state;
Trond Myklebust02a913a2005-10-18 14:20:17 -07001421 struct dentry *res;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001422
1423 if (nd->flags & LOOKUP_CREATE) {
1424 attr.ia_mode = nd->intent.open.create_mode;
1425 attr.ia_valid = ATTR_MODE;
1426 if (!IS_POSIXACL(dir))
1427 attr.ia_mode &= ~current->fs->umask;
1428 } else {
1429 attr.ia_valid = 0;
1430 BUG_ON(nd->intent.open.flags & O_CREAT);
1431 }
1432
Trond Myklebust98a8e322008-03-12 12:25:28 -04001433 cred = rpc_lookup_cred();
Linus Torvalds1da177e2005-04-16 15:20:36 -07001434 if (IS_ERR(cred))
Trond Myklebust02a913a2005-10-18 14:20:17 -07001435 return (struct dentry *)cred;
Trond Myklebust565277f2007-10-15 18:17:53 -04001436 parent = dentry->d_parent;
1437 /* Protect against concurrent sillydeletes */
1438 nfs_block_sillyrename(parent);
Trond Myklebustad389da2007-06-05 12:30:00 -04001439 state = nfs4_do_open(dir, &path, nd->intent.open.flags, &attr, cred);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001440 put_rpccred(cred);
Trond Myklebust02a913a2005-10-18 14:20:17 -07001441 if (IS_ERR(state)) {
Trond Myklebustd75340c2007-10-01 21:42:01 -04001442 if (PTR_ERR(state) == -ENOENT) {
Trond Myklebust02a913a2005-10-18 14:20:17 -07001443 d_add(dentry, NULL);
Trond Myklebustd75340c2007-10-01 21:42:01 -04001444 nfs_set_verifier(dentry, nfs_save_change_attribute(dir));
1445 }
Trond Myklebust565277f2007-10-15 18:17:53 -04001446 nfs_unblock_sillyrename(parent);
Trond Myklebust02a913a2005-10-18 14:20:17 -07001447 return (struct dentry *)state;
1448 }
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001449 res = d_add_unique(dentry, igrab(state->inode));
Trond Myklebust02a913a2005-10-18 14:20:17 -07001450 if (res != NULL)
Trond Myklebustdeee9362007-08-27 11:33:00 -04001451 path.dentry = res;
Trond Myklebustd75340c2007-10-01 21:42:01 -04001452 nfs_set_verifier(path.dentry, nfs_save_change_attribute(dir));
Trond Myklebust565277f2007-10-15 18:17:53 -04001453 nfs_unblock_sillyrename(parent);
Trond Myklebust4a35bd42007-06-05 10:31:33 -04001454 nfs4_intent_set_file(nd, &path, state);
Trond Myklebust02a913a2005-10-18 14:20:17 -07001455 return res;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001456}
1457
1458int
Trond Myklebust02a913a2005-10-18 14:20:17 -07001459nfs4_open_revalidate(struct inode *dir, struct dentry *dentry, int openflags, struct nameidata *nd)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001460{
Trond Myklebustad389da2007-06-05 12:30:00 -04001461 struct path path = {
Jan Blunck4ac91372008-02-14 19:34:32 -08001462 .mnt = nd->path.mnt,
Trond Myklebustad389da2007-06-05 12:30:00 -04001463 .dentry = dentry,
1464 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07001465 struct rpc_cred *cred;
1466 struct nfs4_state *state;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001467
Trond Myklebust98a8e322008-03-12 12:25:28 -04001468 cred = rpc_lookup_cred();
Linus Torvalds1da177e2005-04-16 15:20:36 -07001469 if (IS_ERR(cred))
1470 return PTR_ERR(cred);
Trond Myklebustaac00a82007-07-05 19:02:21 -04001471 state = nfs4_do_open(dir, &path, openflags, NULL, cred);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001472 put_rpccred(cred);
Trond Myklebust02a913a2005-10-18 14:20:17 -07001473 if (IS_ERR(state)) {
1474 switch (PTR_ERR(state)) {
1475 case -EPERM:
1476 case -EACCES:
1477 case -EDQUOT:
1478 case -ENOSPC:
1479 case -EROFS:
1480 lookup_instantiate_filp(nd, (struct dentry *)state, NULL);
1481 return 1;
Chuck Leverb87c0ad2006-10-19 23:28:42 -07001482 default:
1483 goto out_drop;
Trond Myklebust02a913a2005-10-18 14:20:17 -07001484 }
Trond Myklebust02a913a2005-10-18 14:20:17 -07001485 }
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001486 if (state->inode == dentry->d_inode) {
Trond Myklebustd75340c2007-10-01 21:42:01 -04001487 nfs_set_verifier(dentry, nfs_save_change_attribute(dir));
Trond Myklebust4a35bd42007-06-05 10:31:33 -04001488 nfs4_intent_set_file(nd, &path, state);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001489 return 1;
1490 }
Trond Myklebusta49c3c72007-10-18 18:03:27 -04001491 nfs4_close_sync(&path, state, openflags);
Trond Myklebust02a913a2005-10-18 14:20:17 -07001492out_drop:
1493 d_drop(dentry);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001494 return 0;
1495}
1496
1497
1498static int _nfs4_server_capabilities(struct nfs_server *server, struct nfs_fh *fhandle)
1499{
1500 struct nfs4_server_caps_res res = {};
1501 struct rpc_message msg = {
1502 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SERVER_CAPS],
1503 .rpc_argp = fhandle,
1504 .rpc_resp = &res,
1505 };
1506 int status;
1507
1508 status = rpc_call_sync(server->client, &msg, 0);
1509 if (status == 0) {
1510 memcpy(server->attr_bitmask, res.attr_bitmask, sizeof(server->attr_bitmask));
1511 if (res.attr_bitmask[0] & FATTR4_WORD0_ACL)
1512 server->caps |= NFS_CAP_ACLS;
1513 if (res.has_links != 0)
1514 server->caps |= NFS_CAP_HARDLINKS;
1515 if (res.has_symlinks != 0)
1516 server->caps |= NFS_CAP_SYMLINKS;
1517 server->acl_bitmask = res.acl_bitmask;
1518 }
1519 return status;
1520}
1521
Trond Myklebust55a97592006-06-09 09:34:19 -04001522int nfs4_server_capabilities(struct nfs_server *server, struct nfs_fh *fhandle)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001523{
1524 struct nfs4_exception exception = { };
1525 int err;
1526 do {
1527 err = nfs4_handle_exception(server,
1528 _nfs4_server_capabilities(server, fhandle),
1529 &exception);
1530 } while (exception.retry);
1531 return err;
1532}
1533
1534static int _nfs4_lookup_root(struct nfs_server *server, struct nfs_fh *fhandle,
1535 struct nfs_fsinfo *info)
1536{
Linus Torvalds1da177e2005-04-16 15:20:36 -07001537 struct nfs4_lookup_root_arg args = {
1538 .bitmask = nfs4_fattr_bitmap,
1539 };
1540 struct nfs4_lookup_res res = {
1541 .server = server,
Trond Myklebust0e574af2005-10-27 22:12:38 -04001542 .fattr = info->fattr,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001543 .fh = fhandle,
1544 };
1545 struct rpc_message msg = {
1546 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOOKUP_ROOT],
1547 .rpc_argp = &args,
1548 .rpc_resp = &res,
1549 };
Trond Myklebust0e574af2005-10-27 22:12:38 -04001550 nfs_fattr_init(info->fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001551 return rpc_call_sync(server->client, &msg, 0);
1552}
1553
1554static int nfs4_lookup_root(struct nfs_server *server, struct nfs_fh *fhandle,
1555 struct nfs_fsinfo *info)
1556{
1557 struct nfs4_exception exception = { };
1558 int err;
1559 do {
1560 err = nfs4_handle_exception(server,
1561 _nfs4_lookup_root(server, fhandle, info),
1562 &exception);
1563 } while (exception.retry);
1564 return err;
1565}
1566
David Howells54ceac42006-08-22 20:06:13 -04001567/*
1568 * get the file handle for the "/" directory on the server
1569 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001570static int nfs4_proc_get_root(struct nfs_server *server, struct nfs_fh *fhandle,
David Howells54ceac42006-08-22 20:06:13 -04001571 struct nfs_fsinfo *info)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001572{
Linus Torvalds1da177e2005-04-16 15:20:36 -07001573 int status;
1574
Linus Torvalds1da177e2005-04-16 15:20:36 -07001575 status = nfs4_lookup_root(server, fhandle, info);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001576 if (status == 0)
1577 status = nfs4_server_capabilities(server, fhandle);
1578 if (status == 0)
1579 status = nfs4_do_fsinfo(server, fhandle, info);
Trond Myklebustc12e87f2006-03-13 21:20:47 -08001580 return nfs4_map_errors(status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001581}
1582
Manoj Naik6b97fd32006-06-09 09:34:29 -04001583/*
1584 * Get locations and (maybe) other attributes of a referral.
1585 * Note that we'll actually follow the referral later when
1586 * we detect fsid mismatch in inode revalidation
1587 */
Trond Myklebust56659e92007-07-17 21:52:39 -04001588static 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 -04001589{
1590 int status = -ENOMEM;
1591 struct page *page = NULL;
1592 struct nfs4_fs_locations *locations = NULL;
Manoj Naik6b97fd32006-06-09 09:34:29 -04001593
1594 page = alloc_page(GFP_KERNEL);
1595 if (page == NULL)
1596 goto out;
1597 locations = kmalloc(sizeof(struct nfs4_fs_locations), GFP_KERNEL);
1598 if (locations == NULL)
1599 goto out;
1600
Trond Myklebustc228fd32007-01-13 02:28:11 -05001601 status = nfs4_proc_fs_locations(dir, name, locations, page);
Manoj Naik6b97fd32006-06-09 09:34:29 -04001602 if (status != 0)
1603 goto out;
1604 /* Make sure server returned a different fsid for the referral */
1605 if (nfs_fsid_equal(&NFS_SERVER(dir)->fsid, &locations->fattr.fsid)) {
Harvey Harrison3110ff82008-05-02 13:42:44 -07001606 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 -04001607 status = -EIO;
1608 goto out;
1609 }
1610
1611 memcpy(fattr, &locations->fattr, sizeof(struct nfs_fattr));
1612 fattr->valid |= NFS_ATTR_FATTR_V4_REFERRAL;
1613 if (!fattr->mode)
1614 fattr->mode = S_IFDIR;
1615 memset(fhandle, 0, sizeof(struct nfs_fh));
1616out:
1617 if (page)
1618 __free_page(page);
1619 if (locations)
1620 kfree(locations);
1621 return status;
1622}
1623
Linus Torvalds1da177e2005-04-16 15:20:36 -07001624static int _nfs4_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fattr *fattr)
1625{
1626 struct nfs4_getattr_arg args = {
1627 .fh = fhandle,
1628 .bitmask = server->attr_bitmask,
1629 };
1630 struct nfs4_getattr_res res = {
1631 .fattr = fattr,
1632 .server = server,
1633 };
1634 struct rpc_message msg = {
1635 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GETATTR],
1636 .rpc_argp = &args,
1637 .rpc_resp = &res,
1638 };
1639
Trond Myklebust0e574af2005-10-27 22:12:38 -04001640 nfs_fattr_init(fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001641 return rpc_call_sync(server->client, &msg, 0);
1642}
1643
1644static int nfs4_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fattr *fattr)
1645{
1646 struct nfs4_exception exception = { };
1647 int err;
1648 do {
1649 err = nfs4_handle_exception(server,
1650 _nfs4_proc_getattr(server, fhandle, fattr),
1651 &exception);
1652 } while (exception.retry);
1653 return err;
1654}
1655
1656/*
1657 * The file is not closed if it is opened due to the a request to change
1658 * the size of the file. The open call will not be needed once the
1659 * VFS layer lookup-intents are implemented.
1660 *
1661 * Close is called when the inode is destroyed.
1662 * If we haven't opened the file for O_WRONLY, we
1663 * need to in the size_change case to obtain a stateid.
1664 *
1665 * Got race?
1666 * Because OPEN is always done by name in nfsv4, it is
1667 * possible that we opened a different file by the same
1668 * name. We can recognize this race condition, but we
1669 * can't do anything about it besides returning an error.
1670 *
1671 * This will be fixed with VFS changes (lookup-intent).
1672 */
1673static int
1674nfs4_proc_setattr(struct dentry *dentry, struct nfs_fattr *fattr,
1675 struct iattr *sattr)
1676{
Trond Myklebust08e9eac2005-06-22 17:16:29 +00001677 struct inode *inode = dentry->d_inode;
Trond Myklebust659bfcd2008-06-10 19:39:41 -04001678 struct rpc_cred *cred = NULL;
Trond Myklebustd5308382005-11-04 15:33:38 -05001679 struct nfs4_state *state = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001680 int status;
1681
Trond Myklebust0e574af2005-10-27 22:12:38 -04001682 nfs_fattr_init(fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001683
Trond Myklebustd5308382005-11-04 15:33:38 -05001684 /* Search for an existing open(O_WRITE) file */
Trond Myklebust659bfcd2008-06-10 19:39:41 -04001685 if (sattr->ia_valid & ATTR_FILE) {
1686 struct nfs_open_context *ctx;
Trond Myklebust08e9eac2005-06-22 17:16:29 +00001687
Trond Myklebust659bfcd2008-06-10 19:39:41 -04001688 ctx = nfs_file_open_context(sattr->ia_file);
Neil Brown504e5182008-10-16 14:15:16 +11001689 if (ctx) {
1690 cred = ctx->cred;
1691 state = ctx->state;
1692 }
Trond Myklebust659bfcd2008-06-10 19:39:41 -04001693 }
1694
1695 status = nfs4_do_setattr(inode, cred, fattr, sattr, state);
Trond Myklebust65e43082005-08-16 11:49:44 -04001696 if (status == 0)
1697 nfs_setattr_update_inode(inode, sattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001698 return status;
1699}
1700
Trond Myklebust56659e92007-07-17 21:52:39 -04001701static int _nfs4_proc_lookupfh(struct nfs_server *server, const struct nfs_fh *dirfh,
1702 const struct qstr *name, struct nfs_fh *fhandle,
David Howells2b3de442006-08-22 20:06:09 -04001703 struct nfs_fattr *fattr)
1704{
1705 int status;
1706 struct nfs4_lookup_arg args = {
1707 .bitmask = server->attr_bitmask,
1708 .dir_fh = dirfh,
1709 .name = name,
1710 };
1711 struct nfs4_lookup_res res = {
1712 .server = server,
1713 .fattr = fattr,
1714 .fh = fhandle,
1715 };
1716 struct rpc_message msg = {
1717 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOOKUP],
1718 .rpc_argp = &args,
1719 .rpc_resp = &res,
1720 };
1721
1722 nfs_fattr_init(fattr);
1723
1724 dprintk("NFS call lookupfh %s\n", name->name);
1725 status = rpc_call_sync(server->client, &msg, 0);
1726 dprintk("NFS reply lookupfh: %d\n", status);
David Howells2b3de442006-08-22 20:06:09 -04001727 return status;
1728}
1729
1730static int nfs4_proc_lookupfh(struct nfs_server *server, struct nfs_fh *dirfh,
1731 struct qstr *name, struct nfs_fh *fhandle,
1732 struct nfs_fattr *fattr)
1733{
1734 struct nfs4_exception exception = { };
1735 int err;
1736 do {
Trond Myklebust4e56e082007-07-01 18:13:52 -04001737 err = _nfs4_proc_lookupfh(server, dirfh, name, fhandle, fattr);
1738 /* FIXME: !!!! */
1739 if (err == -NFS4ERR_MOVED) {
1740 err = -EREMOTE;
1741 break;
1742 }
1743 err = nfs4_handle_exception(server, err, &exception);
David Howells2b3de442006-08-22 20:06:09 -04001744 } while (exception.retry);
1745 return err;
1746}
1747
Trond Myklebust56659e92007-07-17 21:52:39 -04001748static int _nfs4_proc_lookup(struct inode *dir, const struct qstr *name,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001749 struct nfs_fh *fhandle, struct nfs_fattr *fattr)
1750{
Trond Myklebust4e56e082007-07-01 18:13:52 -04001751 int status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001752
1753 dprintk("NFS call lookup %s\n", name->name);
Trond Myklebust4e56e082007-07-01 18:13:52 -04001754 status = _nfs4_proc_lookupfh(NFS_SERVER(dir), NFS_FH(dir), name, fhandle, fattr);
Manoj Naik6b97fd32006-06-09 09:34:29 -04001755 if (status == -NFS4ERR_MOVED)
1756 status = nfs4_get_referral(dir, name, fattr, fhandle);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001757 dprintk("NFS reply lookup: %d\n", status);
1758 return status;
1759}
1760
1761static int nfs4_proc_lookup(struct inode *dir, struct qstr *name, struct nfs_fh *fhandle, struct nfs_fattr *fattr)
1762{
1763 struct nfs4_exception exception = { };
1764 int err;
1765 do {
1766 err = nfs4_handle_exception(NFS_SERVER(dir),
1767 _nfs4_proc_lookup(dir, name, fhandle, fattr),
1768 &exception);
1769 } while (exception.retry);
1770 return err;
1771}
1772
1773static int _nfs4_proc_access(struct inode *inode, struct nfs_access_entry *entry)
1774{
Trond Myklebust76b32992007-08-10 17:45:11 -04001775 struct nfs_server *server = NFS_SERVER(inode);
1776 struct nfs_fattr fattr;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001777 struct nfs4_accessargs args = {
1778 .fh = NFS_FH(inode),
Trond Myklebust76b32992007-08-10 17:45:11 -04001779 .bitmask = server->attr_bitmask,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001780 };
Trond Myklebust76b32992007-08-10 17:45:11 -04001781 struct nfs4_accessres res = {
1782 .server = server,
1783 .fattr = &fattr,
1784 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07001785 struct rpc_message msg = {
1786 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_ACCESS],
1787 .rpc_argp = &args,
1788 .rpc_resp = &res,
1789 .rpc_cred = entry->cred,
1790 };
1791 int mode = entry->mask;
1792 int status;
1793
1794 /*
1795 * Determine which access bits we want to ask for...
1796 */
1797 if (mode & MAY_READ)
1798 args.access |= NFS4_ACCESS_READ;
1799 if (S_ISDIR(inode->i_mode)) {
1800 if (mode & MAY_WRITE)
1801 args.access |= NFS4_ACCESS_MODIFY | NFS4_ACCESS_EXTEND | NFS4_ACCESS_DELETE;
1802 if (mode & MAY_EXEC)
1803 args.access |= NFS4_ACCESS_LOOKUP;
1804 } else {
1805 if (mode & MAY_WRITE)
1806 args.access |= NFS4_ACCESS_MODIFY | NFS4_ACCESS_EXTEND;
1807 if (mode & MAY_EXEC)
1808 args.access |= NFS4_ACCESS_EXECUTE;
1809 }
Trond Myklebust76b32992007-08-10 17:45:11 -04001810 nfs_fattr_init(&fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001811 status = rpc_call_sync(NFS_CLIENT(inode), &msg, 0);
1812 if (!status) {
1813 entry->mask = 0;
1814 if (res.access & NFS4_ACCESS_READ)
1815 entry->mask |= MAY_READ;
1816 if (res.access & (NFS4_ACCESS_MODIFY | NFS4_ACCESS_EXTEND | NFS4_ACCESS_DELETE))
1817 entry->mask |= MAY_WRITE;
1818 if (res.access & (NFS4_ACCESS_LOOKUP|NFS4_ACCESS_EXECUTE))
1819 entry->mask |= MAY_EXEC;
Trond Myklebust76b32992007-08-10 17:45:11 -04001820 nfs_refresh_inode(inode, &fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001821 }
1822 return status;
1823}
1824
1825static int nfs4_proc_access(struct inode *inode, struct nfs_access_entry *entry)
1826{
1827 struct nfs4_exception exception = { };
1828 int err;
1829 do {
1830 err = nfs4_handle_exception(NFS_SERVER(inode),
1831 _nfs4_proc_access(inode, entry),
1832 &exception);
1833 } while (exception.retry);
1834 return err;
1835}
1836
1837/*
1838 * TODO: For the time being, we don't try to get any attributes
1839 * along with any of the zero-copy operations READ, READDIR,
1840 * READLINK, WRITE.
1841 *
1842 * In the case of the first three, we want to put the GETATTR
1843 * after the read-type operation -- this is because it is hard
1844 * to predict the length of a GETATTR response in v4, and thus
1845 * align the READ data correctly. This means that the GETATTR
1846 * may end up partially falling into the page cache, and we should
1847 * shift it into the 'tail' of the xdr_buf before processing.
1848 * To do this efficiently, we need to know the total length
1849 * of data received, which doesn't seem to be available outside
1850 * of the RPC layer.
1851 *
1852 * In the case of WRITE, we also want to put the GETATTR after
1853 * the operation -- in this case because we want to make sure
1854 * we get the post-operation mtime and size. This means that
1855 * we can't use xdr_encode_pages() as written: we need a variant
1856 * of it which would leave room in the 'tail' iovec.
1857 *
1858 * Both of these changes to the XDR layer would in fact be quite
1859 * minor, but I decided to leave them for a subsequent patch.
1860 */
1861static int _nfs4_proc_readlink(struct inode *inode, struct page *page,
1862 unsigned int pgbase, unsigned int pglen)
1863{
1864 struct nfs4_readlink args = {
1865 .fh = NFS_FH(inode),
1866 .pgbase = pgbase,
1867 .pglen = pglen,
1868 .pages = &page,
1869 };
1870 struct rpc_message msg = {
1871 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_READLINK],
1872 .rpc_argp = &args,
1873 .rpc_resp = NULL,
1874 };
1875
1876 return rpc_call_sync(NFS_CLIENT(inode), &msg, 0);
1877}
1878
1879static int nfs4_proc_readlink(struct inode *inode, struct page *page,
1880 unsigned int pgbase, unsigned int pglen)
1881{
1882 struct nfs4_exception exception = { };
1883 int err;
1884 do {
1885 err = nfs4_handle_exception(NFS_SERVER(inode),
1886 _nfs4_proc_readlink(inode, page, pgbase, pglen),
1887 &exception);
1888 } while (exception.retry);
1889 return err;
1890}
1891
Linus Torvalds1da177e2005-04-16 15:20:36 -07001892/*
1893 * Got race?
1894 * We will need to arrange for the VFS layer to provide an atomic open.
1895 * Until then, this create/open method is prone to inefficiency and race
1896 * conditions due to the lookup, create, and open VFS calls from sys_open()
1897 * placed on the wire.
1898 *
1899 * Given the above sorry state of affairs, I'm simply sending an OPEN.
1900 * The file will be opened again in the subsequent VFS open call
1901 * (nfs4_proc_file_open).
1902 *
1903 * The open for read will just hang around to be used by any process that
1904 * opens the file O_RDONLY. This will all be resolved with the VFS changes.
1905 */
1906
1907static int
1908nfs4_proc_create(struct inode *dir, struct dentry *dentry, struct iattr *sattr,
Trond Myklebust02a913a2005-10-18 14:20:17 -07001909 int flags, struct nameidata *nd)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001910{
Trond Myklebustad389da2007-06-05 12:30:00 -04001911 struct path path = {
Jan Blunck4ac91372008-02-14 19:34:32 -08001912 .mnt = nd->path.mnt,
Trond Myklebustad389da2007-06-05 12:30:00 -04001913 .dentry = dentry,
1914 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07001915 struct nfs4_state *state;
1916 struct rpc_cred *cred;
1917 int status = 0;
1918
Trond Myklebust98a8e322008-03-12 12:25:28 -04001919 cred = rpc_lookup_cred();
Linus Torvalds1da177e2005-04-16 15:20:36 -07001920 if (IS_ERR(cred)) {
1921 status = PTR_ERR(cred);
1922 goto out;
1923 }
Trond Myklebustad389da2007-06-05 12:30:00 -04001924 state = nfs4_do_open(dir, &path, flags, sattr, cred);
Trond Myklebustd4d9cdc2007-10-02 18:38:53 -04001925 d_drop(dentry);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001926 if (IS_ERR(state)) {
1927 status = PTR_ERR(state);
Trond Myklebust659bfcd2008-06-10 19:39:41 -04001928 goto out_putcred;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001929 }
Trond Myklebustd4d9cdc2007-10-02 18:38:53 -04001930 d_add(dentry, igrab(state->inode));
Trond Myklebustd75340c2007-10-01 21:42:01 -04001931 nfs_set_verifier(dentry, nfs_save_change_attribute(dir));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001932 if (flags & O_EXCL) {
1933 struct nfs_fattr fattr;
Trond Myklebust659bfcd2008-06-10 19:39:41 -04001934 status = nfs4_do_setattr(state->inode, cred, &fattr, sattr, state);
Trond Myklebust02a913a2005-10-18 14:20:17 -07001935 if (status == 0)
Trond Myklebust65e43082005-08-16 11:49:44 -04001936 nfs_setattr_update_inode(state->inode, sattr);
Jeff Laytonaa53ed52007-06-05 14:49:03 -04001937 nfs_post_op_update_inode(state->inode, &fattr);
Trond Myklebust02a913a2005-10-18 14:20:17 -07001938 }
Trond Myklebustad389da2007-06-05 12:30:00 -04001939 if (status == 0 && (nd->flags & LOOKUP_OPEN) != 0)
Trond Myklebust4a35bd42007-06-05 10:31:33 -04001940 status = nfs4_intent_set_file(nd, &path, state);
Trond Myklebust02a913a2005-10-18 14:20:17 -07001941 else
Trond Myklebusta49c3c72007-10-18 18:03:27 -04001942 nfs4_close_sync(&path, state, flags);
Trond Myklebust659bfcd2008-06-10 19:39:41 -04001943out_putcred:
1944 put_rpccred(cred);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001945out:
1946 return status;
1947}
1948
1949static int _nfs4_proc_remove(struct inode *dir, struct qstr *name)
1950{
Trond Myklebust16e42952005-10-27 22:12:44 -04001951 struct nfs_server *server = NFS_SERVER(dir);
Trond Myklebust4fdc17b2007-07-14 15:39:57 -04001952 struct nfs_removeargs args = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001953 .fh = NFS_FH(dir),
Trond Myklebust4fdc17b2007-07-14 15:39:57 -04001954 .name.len = name->len,
1955 .name.name = name->name,
Trond Myklebust16e42952005-10-27 22:12:44 -04001956 .bitmask = server->attr_bitmask,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001957 };
Trond Myklebust4fdc17b2007-07-14 15:39:57 -04001958 struct nfs_removeres res = {
Trond Myklebust16e42952005-10-27 22:12:44 -04001959 .server = server,
Trond Myklebust16e42952005-10-27 22:12:44 -04001960 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07001961 struct rpc_message msg = {
Trond Myklebust4fdc17b2007-07-14 15:39:57 -04001962 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_REMOVE],
1963 .rpc_argp = &args,
1964 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001965 };
1966 int status;
1967
Trond Myklebust4fdc17b2007-07-14 15:39:57 -04001968 nfs_fattr_init(&res.dir_attr);
Trond Myklebust16e42952005-10-27 22:12:44 -04001969 status = rpc_call_sync(server->client, &msg, 0);
1970 if (status == 0) {
1971 update_changeattr(dir, &res.cinfo);
Trond Myklebust4fdc17b2007-07-14 15:39:57 -04001972 nfs_post_op_update_inode(dir, &res.dir_attr);
Trond Myklebust16e42952005-10-27 22:12:44 -04001973 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001974 return status;
1975}
1976
1977static int nfs4_proc_remove(struct inode *dir, struct qstr *name)
1978{
1979 struct nfs4_exception exception = { };
1980 int err;
1981 do {
1982 err = nfs4_handle_exception(NFS_SERVER(dir),
1983 _nfs4_proc_remove(dir, name),
1984 &exception);
1985 } while (exception.retry);
1986 return err;
1987}
1988
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04001989static void nfs4_proc_unlink_setup(struct rpc_message *msg, struct inode *dir)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001990{
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04001991 struct nfs_server *server = NFS_SERVER(dir);
1992 struct nfs_removeargs *args = msg->rpc_argp;
1993 struct nfs_removeres *res = msg->rpc_resp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001994
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04001995 args->bitmask = server->attr_bitmask;
1996 res->server = server;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001997 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_REMOVE];
Linus Torvalds1da177e2005-04-16 15:20:36 -07001998}
1999
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04002000static int nfs4_proc_unlink_done(struct rpc_task *task, struct inode *dir)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002001{
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04002002 struct nfs_removeres *res = task->tk_msg.rpc_resp;
2003
2004 if (nfs4_async_handle_error(task, res->server) == -EAGAIN)
2005 return 0;
2006 update_changeattr(dir, &res->cinfo);
2007 nfs_post_op_update_inode(dir, &res->dir_attr);
2008 return 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002009}
2010
2011static int _nfs4_proc_rename(struct inode *old_dir, struct qstr *old_name,
2012 struct inode *new_dir, struct qstr *new_name)
2013{
Trond Myklebust6caf2c82005-10-27 22:12:43 -04002014 struct nfs_server *server = NFS_SERVER(old_dir);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002015 struct nfs4_rename_arg arg = {
2016 .old_dir = NFS_FH(old_dir),
2017 .new_dir = NFS_FH(new_dir),
2018 .old_name = old_name,
2019 .new_name = new_name,
Trond Myklebust6caf2c82005-10-27 22:12:43 -04002020 .bitmask = server->attr_bitmask,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002021 };
Trond Myklebust6caf2c82005-10-27 22:12:43 -04002022 struct nfs_fattr old_fattr, new_fattr;
2023 struct nfs4_rename_res res = {
2024 .server = server,
2025 .old_fattr = &old_fattr,
2026 .new_fattr = &new_fattr,
2027 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002028 struct rpc_message msg = {
2029 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RENAME],
2030 .rpc_argp = &arg,
2031 .rpc_resp = &res,
2032 };
2033 int status;
2034
Trond Myklebust6caf2c82005-10-27 22:12:43 -04002035 nfs_fattr_init(res.old_fattr);
2036 nfs_fattr_init(res.new_fattr);
2037 status = rpc_call_sync(server->client, &msg, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002038
2039 if (!status) {
2040 update_changeattr(old_dir, &res.old_cinfo);
Trond Myklebust6caf2c82005-10-27 22:12:43 -04002041 nfs_post_op_update_inode(old_dir, res.old_fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002042 update_changeattr(new_dir, &res.new_cinfo);
Trond Myklebust6caf2c82005-10-27 22:12:43 -04002043 nfs_post_op_update_inode(new_dir, res.new_fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002044 }
2045 return status;
2046}
2047
2048static int nfs4_proc_rename(struct inode *old_dir, struct qstr *old_name,
2049 struct inode *new_dir, struct qstr *new_name)
2050{
2051 struct nfs4_exception exception = { };
2052 int err;
2053 do {
2054 err = nfs4_handle_exception(NFS_SERVER(old_dir),
2055 _nfs4_proc_rename(old_dir, old_name,
2056 new_dir, new_name),
2057 &exception);
2058 } while (exception.retry);
2059 return err;
2060}
2061
2062static int _nfs4_proc_link(struct inode *inode, struct inode *dir, struct qstr *name)
2063{
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04002064 struct nfs_server *server = NFS_SERVER(inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002065 struct nfs4_link_arg arg = {
2066 .fh = NFS_FH(inode),
2067 .dir_fh = NFS_FH(dir),
2068 .name = name,
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04002069 .bitmask = server->attr_bitmask,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002070 };
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04002071 struct nfs_fattr fattr, dir_attr;
2072 struct nfs4_link_res res = {
2073 .server = server,
2074 .fattr = &fattr,
2075 .dir_attr = &dir_attr,
2076 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002077 struct rpc_message msg = {
2078 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LINK],
2079 .rpc_argp = &arg,
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04002080 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002081 };
2082 int status;
2083
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04002084 nfs_fattr_init(res.fattr);
2085 nfs_fattr_init(res.dir_attr);
2086 status = rpc_call_sync(server->client, &msg, 0);
2087 if (!status) {
2088 update_changeattr(dir, &res.cinfo);
2089 nfs_post_op_update_inode(dir, res.dir_attr);
Trond Myklebust73a3d072006-05-25 01:40:47 -04002090 nfs_post_op_update_inode(inode, res.fattr);
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04002091 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002092
2093 return status;
2094}
2095
2096static int nfs4_proc_link(struct inode *inode, struct inode *dir, struct qstr *name)
2097{
2098 struct nfs4_exception exception = { };
2099 int err;
2100 do {
2101 err = nfs4_handle_exception(NFS_SERVER(inode),
2102 _nfs4_proc_link(inode, dir, name),
2103 &exception);
2104 } while (exception.retry);
2105 return err;
2106}
2107
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002108struct nfs4_createdata {
2109 struct rpc_message msg;
2110 struct nfs4_create_arg arg;
2111 struct nfs4_create_res res;
2112 struct nfs_fh fh;
2113 struct nfs_fattr fattr;
2114 struct nfs_fattr dir_fattr;
2115};
2116
2117static struct nfs4_createdata *nfs4_alloc_createdata(struct inode *dir,
2118 struct qstr *name, struct iattr *sattr, u32 ftype)
2119{
2120 struct nfs4_createdata *data;
2121
2122 data = kzalloc(sizeof(*data), GFP_KERNEL);
2123 if (data != NULL) {
2124 struct nfs_server *server = NFS_SERVER(dir);
2125
2126 data->msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_CREATE];
2127 data->msg.rpc_argp = &data->arg;
2128 data->msg.rpc_resp = &data->res;
2129 data->arg.dir_fh = NFS_FH(dir);
2130 data->arg.server = server;
2131 data->arg.name = name;
2132 data->arg.attrs = sattr;
2133 data->arg.ftype = ftype;
2134 data->arg.bitmask = server->attr_bitmask;
2135 data->res.server = server;
2136 data->res.fh = &data->fh;
2137 data->res.fattr = &data->fattr;
2138 data->res.dir_fattr = &data->dir_fattr;
2139 nfs_fattr_init(data->res.fattr);
2140 nfs_fattr_init(data->res.dir_fattr);
2141 }
2142 return data;
2143}
2144
2145static int nfs4_do_create(struct inode *dir, struct dentry *dentry, struct nfs4_createdata *data)
2146{
2147 int status = rpc_call_sync(NFS_CLIENT(dir), &data->msg, 0);
2148 if (status == 0) {
2149 update_changeattr(dir, &data->res.dir_cinfo);
2150 nfs_post_op_update_inode(dir, data->res.dir_fattr);
2151 status = nfs_instantiate(dentry, data->res.fh, data->res.fattr);
2152 }
2153 return status;
2154}
2155
2156static void nfs4_free_createdata(struct nfs4_createdata *data)
2157{
2158 kfree(data);
2159}
2160
Chuck Lever4f390c12006-08-22 20:06:22 -04002161static int _nfs4_proc_symlink(struct inode *dir, struct dentry *dentry,
Chuck Lever94a6d752006-08-22 20:06:23 -04002162 struct page *page, unsigned int len, struct iattr *sattr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002163{
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002164 struct nfs4_createdata *data;
2165 int status = -ENAMETOOLONG;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002166
Chuck Lever94a6d752006-08-22 20:06:23 -04002167 if (len > NFS4_MAXPATHLEN)
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002168 goto out;
Chuck Lever4f390c12006-08-22 20:06:22 -04002169
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002170 status = -ENOMEM;
2171 data = nfs4_alloc_createdata(dir, &dentry->d_name, sattr, NF4LNK);
2172 if (data == NULL)
2173 goto out;
2174
2175 data->msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SYMLINK];
2176 data->arg.u.symlink.pages = &page;
2177 data->arg.u.symlink.len = len;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002178
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002179 status = nfs4_do_create(dir, dentry, data);
2180
2181 nfs4_free_createdata(data);
2182out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002183 return status;
2184}
2185
Chuck Lever4f390c12006-08-22 20:06:22 -04002186static int nfs4_proc_symlink(struct inode *dir, struct dentry *dentry,
Chuck Lever94a6d752006-08-22 20:06:23 -04002187 struct page *page, unsigned int len, struct iattr *sattr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002188{
2189 struct nfs4_exception exception = { };
2190 int err;
2191 do {
2192 err = nfs4_handle_exception(NFS_SERVER(dir),
Chuck Lever94a6d752006-08-22 20:06:23 -04002193 _nfs4_proc_symlink(dir, dentry, page,
2194 len, sattr),
Linus Torvalds1da177e2005-04-16 15:20:36 -07002195 &exception);
2196 } while (exception.retry);
2197 return err;
2198}
2199
2200static int _nfs4_proc_mkdir(struct inode *dir, struct dentry *dentry,
2201 struct iattr *sattr)
2202{
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002203 struct nfs4_createdata *data;
2204 int status = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002205
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002206 data = nfs4_alloc_createdata(dir, &dentry->d_name, sattr, NF4DIR);
2207 if (data == NULL)
2208 goto out;
2209
2210 status = nfs4_do_create(dir, dentry, data);
2211
2212 nfs4_free_createdata(data);
2213out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002214 return status;
2215}
2216
2217static int nfs4_proc_mkdir(struct inode *dir, struct dentry *dentry,
2218 struct iattr *sattr)
2219{
2220 struct nfs4_exception exception = { };
2221 int err;
2222 do {
2223 err = nfs4_handle_exception(NFS_SERVER(dir),
2224 _nfs4_proc_mkdir(dir, dentry, sattr),
2225 &exception);
2226 } while (exception.retry);
2227 return err;
2228}
2229
2230static int _nfs4_proc_readdir(struct dentry *dentry, struct rpc_cred *cred,
2231 u64 cookie, struct page *page, unsigned int count, int plus)
2232{
2233 struct inode *dir = dentry->d_inode;
2234 struct nfs4_readdir_arg args = {
2235 .fh = NFS_FH(dir),
2236 .pages = &page,
2237 .pgbase = 0,
2238 .count = count,
2239 .bitmask = NFS_SERVER(dentry->d_inode)->attr_bitmask,
2240 };
2241 struct nfs4_readdir_res res;
2242 struct rpc_message msg = {
2243 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_READDIR],
2244 .rpc_argp = &args,
2245 .rpc_resp = &res,
2246 .rpc_cred = cred,
2247 };
2248 int status;
2249
Harvey Harrison3110ff82008-05-02 13:42:44 -07002250 dprintk("%s: dentry = %s/%s, cookie = %Lu\n", __func__,
Trond Myklebusteadf4592005-06-22 17:16:39 +00002251 dentry->d_parent->d_name.name,
2252 dentry->d_name.name,
2253 (unsigned long long)cookie);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002254 nfs4_setup_readdir(cookie, NFS_COOKIEVERF(dir), dentry, &args);
2255 res.pgbase = args.pgbase;
2256 status = rpc_call_sync(NFS_CLIENT(dir), &msg, 0);
2257 if (status == 0)
2258 memcpy(NFS_COOKIEVERF(dir), res.verifier.data, NFS4_VERIFIER_SIZE);
Trond Myklebustc4812992007-09-28 17:11:45 -04002259
2260 nfs_invalidate_atime(dir);
2261
Harvey Harrison3110ff82008-05-02 13:42:44 -07002262 dprintk("%s: returns %d\n", __func__, status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002263 return status;
2264}
2265
2266static int nfs4_proc_readdir(struct dentry *dentry, struct rpc_cred *cred,
2267 u64 cookie, struct page *page, unsigned int count, int plus)
2268{
2269 struct nfs4_exception exception = { };
2270 int err;
2271 do {
2272 err = nfs4_handle_exception(NFS_SERVER(dentry->d_inode),
2273 _nfs4_proc_readdir(dentry, cred, cookie,
2274 page, count, plus),
2275 &exception);
2276 } while (exception.retry);
2277 return err;
2278}
2279
2280static int _nfs4_proc_mknod(struct inode *dir, struct dentry *dentry,
2281 struct iattr *sattr, dev_t rdev)
2282{
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002283 struct nfs4_createdata *data;
2284 int mode = sattr->ia_mode;
2285 int status = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002286
2287 BUG_ON(!(sattr->ia_valid & ATTR_MODE));
2288 BUG_ON(!S_ISFIFO(mode) && !S_ISBLK(mode) && !S_ISCHR(mode) && !S_ISSOCK(mode));
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002289
2290 data = nfs4_alloc_createdata(dir, &dentry->d_name, sattr, NF4SOCK);
2291 if (data == NULL)
2292 goto out;
2293
Linus Torvalds1da177e2005-04-16 15:20:36 -07002294 if (S_ISFIFO(mode))
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002295 data->arg.ftype = NF4FIFO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002296 else if (S_ISBLK(mode)) {
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002297 data->arg.ftype = NF4BLK;
2298 data->arg.u.device.specdata1 = MAJOR(rdev);
2299 data->arg.u.device.specdata2 = MINOR(rdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002300 }
2301 else if (S_ISCHR(mode)) {
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002302 data->arg.ftype = NF4CHR;
2303 data->arg.u.device.specdata1 = MAJOR(rdev);
2304 data->arg.u.device.specdata2 = MINOR(rdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002305 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002306
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002307 status = nfs4_do_create(dir, dentry, data);
2308
2309 nfs4_free_createdata(data);
2310out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002311 return status;
2312}
2313
2314static int nfs4_proc_mknod(struct inode *dir, struct dentry *dentry,
2315 struct iattr *sattr, dev_t rdev)
2316{
2317 struct nfs4_exception exception = { };
2318 int err;
2319 do {
2320 err = nfs4_handle_exception(NFS_SERVER(dir),
2321 _nfs4_proc_mknod(dir, dentry, sattr, rdev),
2322 &exception);
2323 } while (exception.retry);
2324 return err;
2325}
2326
2327static int _nfs4_proc_statfs(struct nfs_server *server, struct nfs_fh *fhandle,
2328 struct nfs_fsstat *fsstat)
2329{
2330 struct nfs4_statfs_arg args = {
2331 .fh = fhandle,
2332 .bitmask = server->attr_bitmask,
2333 };
2334 struct rpc_message msg = {
2335 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_STATFS],
2336 .rpc_argp = &args,
2337 .rpc_resp = fsstat,
2338 };
2339
Trond Myklebust0e574af2005-10-27 22:12:38 -04002340 nfs_fattr_init(fsstat->fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002341 return rpc_call_sync(server->client, &msg, 0);
2342}
2343
2344static int nfs4_proc_statfs(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fsstat *fsstat)
2345{
2346 struct nfs4_exception exception = { };
2347 int err;
2348 do {
2349 err = nfs4_handle_exception(server,
2350 _nfs4_proc_statfs(server, fhandle, fsstat),
2351 &exception);
2352 } while (exception.retry);
2353 return err;
2354}
2355
2356static int _nfs4_do_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle,
2357 struct nfs_fsinfo *fsinfo)
2358{
2359 struct nfs4_fsinfo_arg args = {
2360 .fh = fhandle,
2361 .bitmask = server->attr_bitmask,
2362 };
2363 struct rpc_message msg = {
2364 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FSINFO],
2365 .rpc_argp = &args,
2366 .rpc_resp = fsinfo,
2367 };
2368
2369 return rpc_call_sync(server->client, &msg, 0);
2370}
2371
2372static int nfs4_do_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fsinfo *fsinfo)
2373{
2374 struct nfs4_exception exception = { };
2375 int err;
2376
2377 do {
2378 err = nfs4_handle_exception(server,
2379 _nfs4_do_fsinfo(server, fhandle, fsinfo),
2380 &exception);
2381 } while (exception.retry);
2382 return err;
2383}
2384
2385static int nfs4_proc_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fsinfo *fsinfo)
2386{
Trond Myklebust0e574af2005-10-27 22:12:38 -04002387 nfs_fattr_init(fsinfo->fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002388 return nfs4_do_fsinfo(server, fhandle, fsinfo);
2389}
2390
2391static int _nfs4_proc_pathconf(struct nfs_server *server, struct nfs_fh *fhandle,
2392 struct nfs_pathconf *pathconf)
2393{
2394 struct nfs4_pathconf_arg args = {
2395 .fh = fhandle,
2396 .bitmask = server->attr_bitmask,
2397 };
2398 struct rpc_message msg = {
2399 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_PATHCONF],
2400 .rpc_argp = &args,
2401 .rpc_resp = pathconf,
2402 };
2403
2404 /* None of the pathconf attributes are mandatory to implement */
2405 if ((args.bitmask[0] & nfs4_pathconf_bitmap[0]) == 0) {
2406 memset(pathconf, 0, sizeof(*pathconf));
2407 return 0;
2408 }
2409
Trond Myklebust0e574af2005-10-27 22:12:38 -04002410 nfs_fattr_init(pathconf->fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002411 return rpc_call_sync(server->client, &msg, 0);
2412}
2413
2414static int nfs4_proc_pathconf(struct nfs_server *server, struct nfs_fh *fhandle,
2415 struct nfs_pathconf *pathconf)
2416{
2417 struct nfs4_exception exception = { };
2418 int err;
2419
2420 do {
2421 err = nfs4_handle_exception(server,
2422 _nfs4_proc_pathconf(server, fhandle, pathconf),
2423 &exception);
2424 } while (exception.retry);
2425 return err;
2426}
2427
Trond Myklebustec06c092006-03-20 13:44:27 -05002428static int nfs4_read_done(struct rpc_task *task, struct nfs_read_data *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002429{
Trond Myklebustec06c092006-03-20 13:44:27 -05002430 struct nfs_server *server = NFS_SERVER(data->inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002431
Trond Myklebustec06c092006-03-20 13:44:27 -05002432 if (nfs4_async_handle_error(task, server) == -EAGAIN) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002433 rpc_restart_call(task);
Trond Myklebustec06c092006-03-20 13:44:27 -05002434 return -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002435 }
Trond Myklebust8850df92007-09-28 17:20:07 -04002436
2437 nfs_invalidate_atime(data->inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002438 if (task->tk_status > 0)
Trond Myklebustec06c092006-03-20 13:44:27 -05002439 renew_lease(server, data->timestamp);
2440 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002441}
2442
Trond Myklebustbdc7f022007-07-14 15:40:00 -04002443static void nfs4_proc_read_setup(struct nfs_read_data *data, struct rpc_message *msg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002444{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002445 data->timestamp = jiffies;
Trond Myklebustbdc7f022007-07-14 15:40:00 -04002446 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_READ];
Linus Torvalds1da177e2005-04-16 15:20:36 -07002447}
2448
Trond Myklebust788e7a82006-03-20 13:44:27 -05002449static int nfs4_write_done(struct rpc_task *task, struct nfs_write_data *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002450{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002451 struct inode *inode = data->inode;
2452
2453 if (nfs4_async_handle_error(task, NFS_SERVER(inode)) == -EAGAIN) {
2454 rpc_restart_call(task);
Trond Myklebust788e7a82006-03-20 13:44:27 -05002455 return -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002456 }
Trond Myklebust4f9838c2005-10-27 22:12:44 -04002457 if (task->tk_status >= 0) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002458 renew_lease(NFS_SERVER(inode), data->timestamp);
Trond Myklebust70ca8852007-09-30 15:21:24 -04002459 nfs_post_op_update_inode_force_wcc(inode, data->res.fattr);
Trond Myklebust4f9838c2005-10-27 22:12:44 -04002460 }
Trond Myklebust788e7a82006-03-20 13:44:27 -05002461 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002462}
2463
Trond Myklebustbdc7f022007-07-14 15:40:00 -04002464static void nfs4_proc_write_setup(struct nfs_write_data *data, struct rpc_message *msg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002465{
Trond Myklebustbdc7f022007-07-14 15:40:00 -04002466 struct nfs_server *server = NFS_SERVER(data->inode);
2467
Trond Myklebust4f9838c2005-10-27 22:12:44 -04002468 data->args.bitmask = server->attr_bitmask;
2469 data->res.server = server;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002470 data->timestamp = jiffies;
2471
Trond Myklebustbdc7f022007-07-14 15:40:00 -04002472 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_WRITE];
Linus Torvalds1da177e2005-04-16 15:20:36 -07002473}
2474
Trond Myklebust788e7a82006-03-20 13:44:27 -05002475static int nfs4_commit_done(struct rpc_task *task, struct nfs_write_data *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002476{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002477 struct inode *inode = data->inode;
2478
2479 if (nfs4_async_handle_error(task, NFS_SERVER(inode)) == -EAGAIN) {
2480 rpc_restart_call(task);
Trond Myklebust788e7a82006-03-20 13:44:27 -05002481 return -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002482 }
Trond Myklebust9e08a3c2007-10-08 14:10:31 -04002483 nfs_refresh_inode(inode, data->res.fattr);
Trond Myklebust788e7a82006-03-20 13:44:27 -05002484 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002485}
2486
Trond Myklebustbdc7f022007-07-14 15:40:00 -04002487static void nfs4_proc_commit_setup(struct nfs_write_data *data, struct rpc_message *msg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002488{
Trond Myklebust788e7a82006-03-20 13:44:27 -05002489 struct nfs_server *server = NFS_SERVER(data->inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002490
Trond Myklebust4f9838c2005-10-27 22:12:44 -04002491 data->args.bitmask = server->attr_bitmask;
2492 data->res.server = server;
Trond Myklebustbdc7f022007-07-14 15:40:00 -04002493 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_COMMIT];
Linus Torvalds1da177e2005-04-16 15:20:36 -07002494}
2495
2496/*
2497 * nfs4_proc_async_renew(): This is not one of the nfs_rpc_ops; it is a special
2498 * standalone procedure for queueing an asynchronous RENEW.
2499 */
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002500static void nfs4_renew_done(struct rpc_task *task, void *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002501{
David Howellsadfa6f92006-08-22 20:06:08 -04002502 struct nfs_client *clp = (struct nfs_client *)task->tk_msg.rpc_argp;
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002503 unsigned long timestamp = (unsigned long)data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002504
2505 if (task->tk_status < 0) {
2506 switch (task->tk_status) {
2507 case -NFS4ERR_STALE_CLIENTID:
2508 case -NFS4ERR_EXPIRED:
2509 case -NFS4ERR_CB_PATH_DOWN:
2510 nfs4_schedule_state_recovery(clp);
2511 }
2512 return;
2513 }
2514 spin_lock(&clp->cl_lock);
2515 if (time_before(clp->cl_last_renewal,timestamp))
2516 clp->cl_last_renewal = timestamp;
2517 spin_unlock(&clp->cl_lock);
2518}
2519
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002520static const struct rpc_call_ops nfs4_renew_ops = {
2521 .rpc_call_done = nfs4_renew_done,
2522};
2523
David Howellsadfa6f92006-08-22 20:06:08 -04002524int nfs4_proc_async_renew(struct nfs_client *clp, struct rpc_cred *cred)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002525{
2526 struct rpc_message msg = {
2527 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RENEW],
2528 .rpc_argp = clp,
Trond Myklebustb4454fe2006-01-03 09:55:25 +01002529 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002530 };
2531
2532 return rpc_call_async(clp->cl_rpcclient, &msg, RPC_TASK_SOFT,
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002533 &nfs4_renew_ops, (void *)jiffies);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002534}
2535
David Howellsadfa6f92006-08-22 20:06:08 -04002536int nfs4_proc_renew(struct nfs_client *clp, struct rpc_cred *cred)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002537{
2538 struct rpc_message msg = {
2539 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RENEW],
2540 .rpc_argp = clp,
Trond Myklebustb4454fe2006-01-03 09:55:25 +01002541 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002542 };
2543 unsigned long now = jiffies;
2544 int status;
2545
2546 status = rpc_call_sync(clp->cl_rpcclient, &msg, 0);
2547 if (status < 0)
2548 return status;
2549 spin_lock(&clp->cl_lock);
2550 if (time_before(clp->cl_last_renewal,now))
2551 clp->cl_last_renewal = now;
2552 spin_unlock(&clp->cl_lock);
2553 return 0;
2554}
2555
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00002556static inline int nfs4_server_supports_acls(struct nfs_server *server)
2557{
2558 return (server->caps & NFS_CAP_ACLS)
2559 && (server->acl_bitmask & ACL4_SUPPORT_ALLOW_ACL)
2560 && (server->acl_bitmask & ACL4_SUPPORT_DENY_ACL);
2561}
2562
2563/* Assuming that XATTR_SIZE_MAX is a multiple of PAGE_CACHE_SIZE, and that
2564 * it's OK to put sizeof(void) * (XATTR_SIZE_MAX/PAGE_CACHE_SIZE) bytes on
2565 * the stack.
2566 */
2567#define NFS4ACL_MAXPAGES (XATTR_SIZE_MAX >> PAGE_CACHE_SHIFT)
2568
2569static void buf_to_pages(const void *buf, size_t buflen,
2570 struct page **pages, unsigned int *pgbase)
2571{
2572 const void *p = buf;
2573
2574 *pgbase = offset_in_page(buf);
2575 p -= *pgbase;
2576 while (p < buf + buflen) {
2577 *(pages++) = virt_to_page(p);
2578 p += PAGE_CACHE_SIZE;
2579 }
2580}
2581
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00002582struct nfs4_cached_acl {
2583 int cached;
2584 size_t len;
Andrew Morton3e9d4152005-06-22 17:16:28 +00002585 char data[0];
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00002586};
2587
2588static void nfs4_set_cached_acl(struct inode *inode, struct nfs4_cached_acl *acl)
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00002589{
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00002590 struct nfs_inode *nfsi = NFS_I(inode);
2591
2592 spin_lock(&inode->i_lock);
2593 kfree(nfsi->nfs4_acl);
2594 nfsi->nfs4_acl = acl;
2595 spin_unlock(&inode->i_lock);
2596}
2597
2598static void nfs4_zap_acl_attr(struct inode *inode)
2599{
2600 nfs4_set_cached_acl(inode, NULL);
2601}
2602
2603static inline ssize_t nfs4_read_cached_acl(struct inode *inode, char *buf, size_t buflen)
2604{
2605 struct nfs_inode *nfsi = NFS_I(inode);
2606 struct nfs4_cached_acl *acl;
2607 int ret = -ENOENT;
2608
2609 spin_lock(&inode->i_lock);
2610 acl = nfsi->nfs4_acl;
2611 if (acl == NULL)
2612 goto out;
2613 if (buf == NULL) /* user is just asking for length */
2614 goto out_len;
2615 if (acl->cached == 0)
2616 goto out;
2617 ret = -ERANGE; /* see getxattr(2) man page */
2618 if (acl->len > buflen)
2619 goto out;
2620 memcpy(buf, acl->data, acl->len);
2621out_len:
2622 ret = acl->len;
2623out:
2624 spin_unlock(&inode->i_lock);
2625 return ret;
2626}
2627
2628static void nfs4_write_cached_acl(struct inode *inode, const char *buf, size_t acl_len)
2629{
2630 struct nfs4_cached_acl *acl;
2631
2632 if (buf && acl_len <= PAGE_SIZE) {
2633 acl = kmalloc(sizeof(*acl) + acl_len, GFP_KERNEL);
2634 if (acl == NULL)
2635 goto out;
2636 acl->cached = 1;
2637 memcpy(acl->data, buf, acl_len);
2638 } else {
2639 acl = kmalloc(sizeof(*acl), GFP_KERNEL);
2640 if (acl == NULL)
2641 goto out;
2642 acl->cached = 0;
2643 }
2644 acl->len = acl_len;
2645out:
2646 nfs4_set_cached_acl(inode, acl);
2647}
2648
Trond Myklebust16b42892006-08-24 12:27:15 -04002649static ssize_t __nfs4_get_acl_uncached(struct inode *inode, void *buf, size_t buflen)
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00002650{
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00002651 struct page *pages[NFS4ACL_MAXPAGES];
2652 struct nfs_getaclargs args = {
2653 .fh = NFS_FH(inode),
2654 .acl_pages = pages,
2655 .acl_len = buflen,
2656 };
2657 size_t resp_len = buflen;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00002658 void *resp_buf;
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00002659 struct rpc_message msg = {
2660 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GETACL],
2661 .rpc_argp = &args,
2662 .rpc_resp = &resp_len,
2663 };
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00002664 struct page *localpage = NULL;
2665 int ret;
2666
2667 if (buflen < PAGE_SIZE) {
2668 /* As long as we're doing a round trip to the server anyway,
2669 * let's be prepared for a page of acl data. */
2670 localpage = alloc_page(GFP_KERNEL);
2671 resp_buf = page_address(localpage);
2672 if (localpage == NULL)
2673 return -ENOMEM;
2674 args.acl_pages[0] = localpage;
2675 args.acl_pgbase = 0;
J. Bruce Fields1d95db82005-10-13 16:54:32 -04002676 resp_len = args.acl_len = PAGE_SIZE;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00002677 } else {
2678 resp_buf = buf;
2679 buf_to_pages(buf, buflen, args.acl_pages, &args.acl_pgbase);
2680 }
2681 ret = rpc_call_sync(NFS_CLIENT(inode), &msg, 0);
2682 if (ret)
2683 goto out_free;
2684 if (resp_len > args.acl_len)
2685 nfs4_write_cached_acl(inode, NULL, resp_len);
2686 else
2687 nfs4_write_cached_acl(inode, resp_buf, resp_len);
2688 if (buf) {
2689 ret = -ERANGE;
2690 if (resp_len > buflen)
2691 goto out_free;
2692 if (localpage)
2693 memcpy(buf, resp_buf, resp_len);
2694 }
2695 ret = resp_len;
2696out_free:
2697 if (localpage)
2698 __free_page(localpage);
2699 return ret;
2700}
2701
Trond Myklebust16b42892006-08-24 12:27:15 -04002702static ssize_t nfs4_get_acl_uncached(struct inode *inode, void *buf, size_t buflen)
2703{
2704 struct nfs4_exception exception = { };
2705 ssize_t ret;
2706 do {
2707 ret = __nfs4_get_acl_uncached(inode, buf, buflen);
2708 if (ret >= 0)
2709 break;
2710 ret = nfs4_handle_exception(NFS_SERVER(inode), ret, &exception);
2711 } while (exception.retry);
2712 return ret;
2713}
2714
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00002715static ssize_t nfs4_proc_get_acl(struct inode *inode, void *buf, size_t buflen)
2716{
2717 struct nfs_server *server = NFS_SERVER(inode);
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00002718 int ret;
2719
2720 if (!nfs4_server_supports_acls(server))
2721 return -EOPNOTSUPP;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00002722 ret = nfs_revalidate_inode(server, inode);
2723 if (ret < 0)
2724 return ret;
Trond Myklebustf41f7412008-06-11 17:39:04 -04002725 if (NFS_I(inode)->cache_validity & NFS_INO_INVALID_ACL)
2726 nfs_zap_acl_cache(inode);
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00002727 ret = nfs4_read_cached_acl(inode, buf, buflen);
2728 if (ret != -ENOENT)
2729 return ret;
2730 return nfs4_get_acl_uncached(inode, buf, buflen);
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00002731}
2732
Trond Myklebust16b42892006-08-24 12:27:15 -04002733static int __nfs4_proc_set_acl(struct inode *inode, const void *buf, size_t buflen)
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00002734{
2735 struct nfs_server *server = NFS_SERVER(inode);
2736 struct page *pages[NFS4ACL_MAXPAGES];
2737 struct nfs_setaclargs arg = {
2738 .fh = NFS_FH(inode),
2739 .acl_pages = pages,
2740 .acl_len = buflen,
2741 };
2742 struct rpc_message msg = {
2743 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETACL],
2744 .rpc_argp = &arg,
2745 .rpc_resp = NULL,
2746 };
2747 int ret;
2748
2749 if (!nfs4_server_supports_acls(server))
2750 return -EOPNOTSUPP;
Trond Myklebust642ac542005-10-18 14:20:19 -07002751 nfs_inode_return_delegation(inode);
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00002752 buf_to_pages(buf, buflen, arg.acl_pages, &arg.acl_pgbase);
David Howells1f163412006-08-22 20:06:11 -04002753 ret = rpc_call_sync(NFS_CLIENT(inode), &msg, 0);
Trond Myklebustf41f7412008-06-11 17:39:04 -04002754 nfs_access_zap_cache(inode);
2755 nfs_zap_acl_cache(inode);
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00002756 return ret;
2757}
2758
Trond Myklebust16b42892006-08-24 12:27:15 -04002759static int nfs4_proc_set_acl(struct inode *inode, const void *buf, size_t buflen)
2760{
2761 struct nfs4_exception exception = { };
2762 int err;
2763 do {
2764 err = nfs4_handle_exception(NFS_SERVER(inode),
2765 __nfs4_proc_set_acl(inode, buf, buflen),
2766 &exception);
2767 } while (exception.retry);
2768 return err;
2769}
2770
Linus Torvalds1da177e2005-04-16 15:20:36 -07002771static int
Trond Myklebustfaf5f492005-10-18 14:20:15 -07002772nfs4_async_handle_error(struct rpc_task *task, const struct nfs_server *server)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002773{
David Howells7539bba2006-08-22 20:06:09 -04002774 struct nfs_client *clp = server->nfs_client;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002775
2776 if (!clp || task->tk_status >= 0)
2777 return 0;
2778 switch(task->tk_status) {
2779 case -NFS4ERR_STALE_CLIENTID:
2780 case -NFS4ERR_STALE_STATEID:
2781 case -NFS4ERR_EXPIRED:
Trond Myklebust5d008372008-02-22 16:34:17 -05002782 rpc_sleep_on(&clp->cl_rpcwaitq, task, NULL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002783 nfs4_schedule_state_recovery(clp);
Trond Myklebust433fbe42006-01-03 09:55:22 +01002784 if (test_bit(NFS4CLNT_STATE_RECOVER, &clp->cl_state) == 0)
Trond Myklebustfda13932008-02-22 16:34:12 -05002785 rpc_wake_up_queued_task(&clp->cl_rpcwaitq, task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002786 task->tk_status = 0;
2787 return -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002788 case -NFS4ERR_DELAY:
Trond Myklebust2e96d282008-06-11 16:42:05 -04002789 nfs_inc_server_stats(server, NFSIOS_DELAY);
Chuck Lever006ea732006-03-20 13:44:14 -05002790 case -NFS4ERR_GRACE:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002791 rpc_delay(task, NFS4_POLL_RETRY_MAX);
2792 task->tk_status = 0;
2793 return -EAGAIN;
2794 case -NFS4ERR_OLD_STATEID:
2795 task->tk_status = 0;
2796 return -EAGAIN;
2797 }
2798 task->tk_status = nfs4_map_errors(task->tk_status);
2799 return 0;
2800}
2801
Matthew Wilcox150030b2007-12-06 16:24:39 -05002802static int nfs4_wait_bit_killable(void *word)
Trond Myklebust433fbe42006-01-03 09:55:22 +01002803{
Matthew Wilcox150030b2007-12-06 16:24:39 -05002804 if (fatal_signal_pending(current))
Trond Myklebust433fbe42006-01-03 09:55:22 +01002805 return -ERESTARTSYS;
2806 schedule();
2807 return 0;
2808}
2809
David Howellsadfa6f92006-08-22 20:06:08 -04002810static int nfs4_wait_clnt_recover(struct rpc_clnt *clnt, struct nfs_client *clp)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002811{
Trond Myklebust433fbe42006-01-03 09:55:22 +01002812 int res;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002813
2814 might_sleep();
2815
Trond Myklebuste1485822006-12-13 16:43:13 -05002816 rwsem_acquire(&clp->cl_sem.dep_map, 0, 0, _RET_IP_);
2817
Trond Myklebust433fbe42006-01-03 09:55:22 +01002818 res = wait_on_bit(&clp->cl_state, NFS4CLNT_STATE_RECOVER,
Matthew Wilcox150030b2007-12-06 16:24:39 -05002819 nfs4_wait_bit_killable, TASK_KILLABLE);
Trond Myklebuste1485822006-12-13 16:43:13 -05002820
2821 rwsem_release(&clp->cl_sem.dep_map, 1, _RET_IP_);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002822 return res;
2823}
2824
2825static int nfs4_delay(struct rpc_clnt *clnt, long *timeout)
2826{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002827 int res = 0;
2828
2829 might_sleep();
2830
2831 if (*timeout <= 0)
2832 *timeout = NFS4_POLL_RETRY_MIN;
2833 if (*timeout > NFS4_POLL_RETRY_MAX)
2834 *timeout = NFS4_POLL_RETRY_MAX;
Matthew Wilcox150030b2007-12-06 16:24:39 -05002835 schedule_timeout_killable(*timeout);
2836 if (fatal_signal_pending(current))
2837 res = -ERESTARTSYS;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002838 *timeout <<= 1;
2839 return res;
2840}
2841
2842/* This is the error handling routine for processes that are allowed
2843 * to sleep.
2844 */
Trond Myklebust10afec92007-05-14 17:16:04 -04002845static int nfs4_handle_exception(const struct nfs_server *server, int errorcode, struct nfs4_exception *exception)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002846{
David Howells7539bba2006-08-22 20:06:09 -04002847 struct nfs_client *clp = server->nfs_client;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002848 int ret = errorcode;
2849
2850 exception->retry = 0;
2851 switch(errorcode) {
2852 case 0:
2853 return 0;
2854 case -NFS4ERR_STALE_CLIENTID:
2855 case -NFS4ERR_STALE_STATEID:
2856 case -NFS4ERR_EXPIRED:
Trond Myklebust433fbe42006-01-03 09:55:22 +01002857 nfs4_schedule_state_recovery(clp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002858 ret = nfs4_wait_clnt_recover(server->client, clp);
2859 if (ret == 0)
2860 exception->retry = 1;
2861 break;
Trond Myklebustc5149832006-09-15 08:25:04 -04002862 case -NFS4ERR_FILE_OPEN:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002863 case -NFS4ERR_GRACE:
2864 case -NFS4ERR_DELAY:
2865 ret = nfs4_delay(server->client, &exception->timeout);
Trond Myklebust2c566172005-11-04 15:33:50 -05002866 if (ret != 0)
2867 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002868 case -NFS4ERR_OLD_STATEID:
Trond Myklebust2c566172005-11-04 15:33:50 -05002869 exception->retry = 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002870 }
2871 /* We failed to handle the error */
2872 return nfs4_map_errors(ret);
2873}
2874
David Howellsadfa6f92006-08-22 20:06:08 -04002875int nfs4_proc_setclientid(struct nfs_client *clp, u32 program, unsigned short port, struct rpc_cred *cred)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002876{
2877 nfs4_verifier sc_verifier;
2878 struct nfs4_setclientid setclientid = {
2879 .sc_verifier = &sc_verifier,
2880 .sc_prog = program,
2881 };
2882 struct rpc_message msg = {
2883 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETCLIENTID],
2884 .rpc_argp = &setclientid,
2885 .rpc_resp = clp,
Trond Myklebust286d7d62006-01-03 09:55:26 +01002886 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002887 };
Al Virobc4785c2006-10-19 23:28:51 -07002888 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002889 int loop = 0;
2890 int status;
2891
Al Virobc4785c2006-10-19 23:28:51 -07002892 p = (__be32*)sc_verifier.data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002893 *p++ = htonl((u32)clp->cl_boot_time.tv_sec);
2894 *p = htonl((u32)clp->cl_boot_time.tv_nsec);
2895
2896 for(;;) {
2897 setclientid.sc_name_len = scnprintf(setclientid.sc_name,
Trond Myklebust69dd7162007-12-14 14:56:07 -05002898 sizeof(setclientid.sc_name), "%s/%s %s %s %u",
Chuck Leverd4d3c502007-12-10 14:57:09 -05002899 clp->cl_ipaddr,
2900 rpc_peeraddr2str(clp->cl_rpcclient,
2901 RPC_DISPLAY_ADDR),
Trond Myklebust69dd7162007-12-14 14:56:07 -05002902 rpc_peeraddr2str(clp->cl_rpcclient,
2903 RPC_DISPLAY_PROTO),
Trond Myklebust78ea3232008-04-07 20:49:28 -04002904 clp->cl_rpcclient->cl_auth->au_ops->au_name,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002905 clp->cl_id_uniquifier);
2906 setclientid.sc_netid_len = scnprintf(setclientid.sc_netid,
Chuck Leverd4d3c502007-12-10 14:57:09 -05002907 sizeof(setclientid.sc_netid),
2908 rpc_peeraddr2str(clp->cl_rpcclient,
2909 RPC_DISPLAY_NETID));
Linus Torvalds1da177e2005-04-16 15:20:36 -07002910 setclientid.sc_uaddr_len = scnprintf(setclientid.sc_uaddr,
Chuck Leverd4d3c502007-12-10 14:57:09 -05002911 sizeof(setclientid.sc_uaddr), "%s.%u.%u",
Linus Torvalds1da177e2005-04-16 15:20:36 -07002912 clp->cl_ipaddr, port >> 8, port & 255);
2913
2914 status = rpc_call_sync(clp->cl_rpcclient, &msg, 0);
2915 if (status != -NFS4ERR_CLID_INUSE)
2916 break;
2917 if (signalled())
2918 break;
2919 if (loop++ & 1)
2920 ssleep(clp->cl_lease_time + 1);
2921 else
2922 if (++clp->cl_id_uniquifier == 0)
2923 break;
2924 }
2925 return status;
2926}
2927
David Howellsadfa6f92006-08-22 20:06:08 -04002928static int _nfs4_proc_setclientid_confirm(struct nfs_client *clp, struct rpc_cred *cred)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002929{
2930 struct nfs_fsinfo fsinfo;
2931 struct rpc_message msg = {
2932 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETCLIENTID_CONFIRM],
2933 .rpc_argp = clp,
2934 .rpc_resp = &fsinfo,
Trond Myklebust286d7d62006-01-03 09:55:26 +01002935 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002936 };
2937 unsigned long now;
2938 int status;
2939
2940 now = jiffies;
2941 status = rpc_call_sync(clp->cl_rpcclient, &msg, 0);
2942 if (status == 0) {
2943 spin_lock(&clp->cl_lock);
2944 clp->cl_lease_time = fsinfo.lease_time * HZ;
2945 clp->cl_last_renewal = now;
2946 spin_unlock(&clp->cl_lock);
2947 }
2948 return status;
2949}
2950
David Howellsadfa6f92006-08-22 20:06:08 -04002951int nfs4_proc_setclientid_confirm(struct nfs_client *clp, struct rpc_cred *cred)
Trond Myklebust51581f32006-03-20 13:44:47 -05002952{
Benny Halevy77e03672008-06-24 20:25:57 +03002953 long timeout = 0;
Trond Myklebust51581f32006-03-20 13:44:47 -05002954 int err;
2955 do {
2956 err = _nfs4_proc_setclientid_confirm(clp, cred);
2957 switch (err) {
2958 case 0:
2959 return err;
2960 case -NFS4ERR_RESOURCE:
2961 /* The IBM lawyers misread another document! */
2962 case -NFS4ERR_DELAY:
2963 err = nfs4_delay(clp->cl_rpcclient, &timeout);
2964 }
2965 } while (err == 0);
2966 return err;
2967}
2968
Trond Myklebustfe650402006-01-03 09:55:18 +01002969struct nfs4_delegreturndata {
2970 struct nfs4_delegreturnargs args;
Trond Myklebustfa178f22006-01-03 09:55:38 +01002971 struct nfs4_delegreturnres res;
Trond Myklebustfe650402006-01-03 09:55:18 +01002972 struct nfs_fh fh;
2973 nfs4_stateid stateid;
Trond Myklebust26e976a2006-01-03 09:55:21 +01002974 unsigned long timestamp;
Trond Myklebustfa178f22006-01-03 09:55:38 +01002975 struct nfs_fattr fattr;
Trond Myklebustfe650402006-01-03 09:55:18 +01002976 int rpc_status;
2977};
2978
Trond Myklebustfe650402006-01-03 09:55:18 +01002979static void nfs4_delegreturn_done(struct rpc_task *task, void *calldata)
2980{
2981 struct nfs4_delegreturndata *data = calldata;
2982 data->rpc_status = task->tk_status;
Trond Myklebust26e976a2006-01-03 09:55:21 +01002983 if (data->rpc_status == 0)
Trond Myklebustfa178f22006-01-03 09:55:38 +01002984 renew_lease(data->res.server, data->timestamp);
Trond Myklebustfe650402006-01-03 09:55:18 +01002985}
2986
2987static void nfs4_delegreturn_release(void *calldata)
2988{
Trond Myklebustfe650402006-01-03 09:55:18 +01002989 kfree(calldata);
2990}
2991
Jesper Juhlc8d149f2006-03-20 13:44:07 -05002992static const struct rpc_call_ops nfs4_delegreturn_ops = {
Trond Myklebustfe650402006-01-03 09:55:18 +01002993 .rpc_call_done = nfs4_delegreturn_done,
2994 .rpc_release = nfs4_delegreturn_release,
2995};
2996
Trond Myklebuste6f81072008-01-24 18:14:34 -05002997static int _nfs4_proc_delegreturn(struct inode *inode, struct rpc_cred *cred, const nfs4_stateid *stateid, int issync)
Trond Myklebustfe650402006-01-03 09:55:18 +01002998{
2999 struct nfs4_delegreturndata *data;
Trond Myklebustfa178f22006-01-03 09:55:38 +01003000 struct nfs_server *server = NFS_SERVER(inode);
Trond Myklebustfe650402006-01-03 09:55:18 +01003001 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04003002 struct rpc_message msg = {
3003 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_DELEGRETURN],
3004 .rpc_cred = cred,
3005 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04003006 struct rpc_task_setup task_setup_data = {
3007 .rpc_client = server->client,
Trond Myklebust5138fde2007-07-14 15:40:01 -04003008 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04003009 .callback_ops = &nfs4_delegreturn_ops,
3010 .flags = RPC_TASK_ASYNC,
3011 };
Trond Myklebuste6f81072008-01-24 18:14:34 -05003012 int status = 0;
Trond Myklebustfe650402006-01-03 09:55:18 +01003013
3014 data = kmalloc(sizeof(*data), GFP_KERNEL);
3015 if (data == NULL)
3016 return -ENOMEM;
3017 data->args.fhandle = &data->fh;
3018 data->args.stateid = &data->stateid;
Trond Myklebustfa178f22006-01-03 09:55:38 +01003019 data->args.bitmask = server->attr_bitmask;
Trond Myklebustfe650402006-01-03 09:55:18 +01003020 nfs_copy_fh(&data->fh, NFS_FH(inode));
3021 memcpy(&data->stateid, stateid, sizeof(data->stateid));
Trond Myklebustfa178f22006-01-03 09:55:38 +01003022 data->res.fattr = &data->fattr;
3023 data->res.server = server;
Trond Myklebust5138fde2007-07-14 15:40:01 -04003024 nfs_fattr_init(data->res.fattr);
Trond Myklebust26e976a2006-01-03 09:55:21 +01003025 data->timestamp = jiffies;
Trond Myklebustfe650402006-01-03 09:55:18 +01003026 data->rpc_status = 0;
3027
Trond Myklebustc970aa82007-07-14 15:39:59 -04003028 task_setup_data.callback_data = data;
Trond Myklebust5138fde2007-07-14 15:40:01 -04003029 msg.rpc_argp = &data->args,
3030 msg.rpc_resp = &data->res,
Trond Myklebustc970aa82007-07-14 15:39:59 -04003031 task = rpc_run_task(&task_setup_data);
Trond Myklebust7a1218a2006-03-20 18:11:10 -05003032 if (IS_ERR(task))
Trond Myklebustfe650402006-01-03 09:55:18 +01003033 return PTR_ERR(task);
Trond Myklebuste6f81072008-01-24 18:14:34 -05003034 if (!issync)
3035 goto out;
Trond Myklebustfe650402006-01-03 09:55:18 +01003036 status = nfs4_wait_for_completion_rpc_task(task);
Trond Myklebuste6f81072008-01-24 18:14:34 -05003037 if (status != 0)
3038 goto out;
3039 status = data->rpc_status;
3040 if (status != 0)
3041 goto out;
3042 nfs_refresh_inode(inode, &data->fattr);
3043out:
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -05003044 rpc_put_task(task);
Trond Myklebustfe650402006-01-03 09:55:18 +01003045 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003046}
3047
Trond Myklebuste6f81072008-01-24 18:14:34 -05003048int nfs4_proc_delegreturn(struct inode *inode, struct rpc_cred *cred, const nfs4_stateid *stateid, int issync)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003049{
3050 struct nfs_server *server = NFS_SERVER(inode);
3051 struct nfs4_exception exception = { };
3052 int err;
3053 do {
Trond Myklebuste6f81072008-01-24 18:14:34 -05003054 err = _nfs4_proc_delegreturn(inode, cred, stateid, issync);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003055 switch (err) {
3056 case -NFS4ERR_STALE_STATEID:
3057 case -NFS4ERR_EXPIRED:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003058 case 0:
3059 return 0;
3060 }
3061 err = nfs4_handle_exception(server, err, &exception);
3062 } while (exception.retry);
3063 return err;
3064}
3065
3066#define NFS4_LOCK_MINTIMEOUT (1 * HZ)
3067#define NFS4_LOCK_MAXTIMEOUT (30 * HZ)
3068
3069/*
3070 * sleep, with exponential backoff, and retry the LOCK operation.
3071 */
3072static unsigned long
3073nfs4_set_lock_task_retry(unsigned long timeout)
3074{
Matthew Wilcox150030b2007-12-06 16:24:39 -05003075 schedule_timeout_killable(timeout);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003076 timeout <<= 1;
3077 if (timeout > NFS4_LOCK_MAXTIMEOUT)
3078 return NFS4_LOCK_MAXTIMEOUT;
3079 return timeout;
3080}
3081
Linus Torvalds1da177e2005-04-16 15:20:36 -07003082static int _nfs4_proc_getlk(struct nfs4_state *state, int cmd, struct file_lock *request)
3083{
3084 struct inode *inode = state->inode;
3085 struct nfs_server *server = NFS_SERVER(inode);
David Howells7539bba2006-08-22 20:06:09 -04003086 struct nfs_client *clp = server->nfs_client;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003087 struct nfs_lockt_args arg = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003088 .fh = NFS_FH(inode),
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003089 .fl = request,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003090 };
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003091 struct nfs_lockt_res res = {
3092 .denied = request,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003093 };
3094 struct rpc_message msg = {
3095 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOCKT],
3096 .rpc_argp = &arg,
3097 .rpc_resp = &res,
3098 .rpc_cred = state->owner->so_cred,
3099 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07003100 struct nfs4_lock_state *lsp;
3101 int status;
3102
3103 down_read(&clp->cl_sem);
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003104 arg.lock_owner.clientid = clp->cl_clientid;
Trond Myklebust8d0a8a92005-06-22 17:16:32 +00003105 status = nfs4_set_lock_state(state, request);
3106 if (status != 0)
3107 goto out;
3108 lsp = request->fl_u.nfs4_fl.owner;
Trond Myklebust9f958ab2007-07-02 13:58:33 -04003109 arg.lock_owner.id = lsp->ls_id.id;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003110 status = rpc_call_sync(server->client, &msg, 0);
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003111 switch (status) {
3112 case 0:
3113 request->fl_type = F_UNLCK;
3114 break;
3115 case -NFS4ERR_DENIED:
3116 status = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003117 }
J. Bruce Fields70cc6482007-02-22 18:48:53 -05003118 request->fl_ops->fl_release_private(request);
Trond Myklebust8d0a8a92005-06-22 17:16:32 +00003119out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003120 up_read(&clp->cl_sem);
3121 return status;
3122}
3123
3124static int nfs4_proc_getlk(struct nfs4_state *state, int cmd, struct file_lock *request)
3125{
3126 struct nfs4_exception exception = { };
3127 int err;
3128
3129 do {
3130 err = nfs4_handle_exception(NFS_SERVER(state->inode),
3131 _nfs4_proc_getlk(state, cmd, request),
3132 &exception);
3133 } while (exception.retry);
3134 return err;
3135}
3136
3137static int do_vfs_lock(struct file *file, struct file_lock *fl)
3138{
3139 int res = 0;
3140 switch (fl->fl_flags & (FL_POSIX|FL_FLOCK)) {
3141 case FL_POSIX:
3142 res = posix_lock_file_wait(file, fl);
3143 break;
3144 case FL_FLOCK:
3145 res = flock_lock_file_wait(file, fl);
3146 break;
3147 default:
3148 BUG();
3149 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003150 return res;
3151}
3152
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003153struct nfs4_unlockdata {
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003154 struct nfs_locku_args arg;
3155 struct nfs_locku_res res;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003156 struct nfs4_lock_state *lsp;
3157 struct nfs_open_context *ctx;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003158 struct file_lock fl;
3159 const struct nfs_server *server;
Trond Myklebust26e976a2006-01-03 09:55:21 +01003160 unsigned long timestamp;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003161};
3162
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003163static struct nfs4_unlockdata *nfs4_alloc_unlockdata(struct file_lock *fl,
3164 struct nfs_open_context *ctx,
3165 struct nfs4_lock_state *lsp,
3166 struct nfs_seqid *seqid)
3167{
3168 struct nfs4_unlockdata *p;
3169 struct inode *inode = lsp->ls_state->inode;
3170
3171 p = kmalloc(sizeof(*p), GFP_KERNEL);
3172 if (p == NULL)
3173 return NULL;
3174 p->arg.fh = NFS_FH(inode);
3175 p->arg.fl = &p->fl;
3176 p->arg.seqid = seqid;
Trond Myklebustc1d51932008-04-07 13:20:54 -04003177 p->res.seqid = seqid;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003178 p->arg.stateid = &lsp->ls_stateid;
3179 p->lsp = lsp;
3180 atomic_inc(&lsp->ls_count);
3181 /* Ensure we don't close file until we're done freeing locks! */
3182 p->ctx = get_nfs_open_context(ctx);
3183 memcpy(&p->fl, fl, sizeof(p->fl));
3184 p->server = NFS_SERVER(inode);
3185 return p;
3186}
3187
Trond Myklebust06f814a2006-01-03 09:55:07 +01003188static void nfs4_locku_release_calldata(void *data)
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003189{
Trond Myklebust963d8fe2006-01-03 09:55:04 +01003190 struct nfs4_unlockdata *calldata = data;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003191 nfs_free_seqid(calldata->arg.seqid);
Trond Myklebust06f814a2006-01-03 09:55:07 +01003192 nfs4_put_lock_state(calldata->lsp);
3193 put_nfs_open_context(calldata->ctx);
3194 kfree(calldata);
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003195}
3196
Trond Myklebust963d8fe2006-01-03 09:55:04 +01003197static void nfs4_locku_done(struct rpc_task *task, void *data)
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003198{
Trond Myklebust963d8fe2006-01-03 09:55:04 +01003199 struct nfs4_unlockdata *calldata = data;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003200
Trond Myklebust06f814a2006-01-03 09:55:07 +01003201 if (RPC_ASSASSINATED(task))
3202 return;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003203 switch (task->tk_status) {
3204 case 0:
3205 memcpy(calldata->lsp->ls_stateid.data,
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003206 calldata->res.stateid.data,
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003207 sizeof(calldata->lsp->ls_stateid.data));
Trond Myklebust26e976a2006-01-03 09:55:21 +01003208 renew_lease(calldata->server, calldata->timestamp);
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003209 break;
3210 case -NFS4ERR_STALE_STATEID:
3211 case -NFS4ERR_EXPIRED:
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003212 break;
3213 default:
Trond Myklebusta6a352e2006-12-13 16:43:06 -05003214 if (nfs4_async_handle_error(task, calldata->server) == -EAGAIN)
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003215 rpc_restart_call(task);
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003216 }
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003217}
3218
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01003219static void nfs4_locku_prepare(struct rpc_task *task, void *data)
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003220{
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01003221 struct nfs4_unlockdata *calldata = data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003222
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003223 if (nfs_wait_on_sequence(calldata->arg.seqid, task) != 0)
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003224 return;
3225 if ((calldata->lsp->ls_flags & NFS_LOCK_INITIALIZED) == 0) {
Trond Myklebust963d8fe2006-01-03 09:55:04 +01003226 /* Note: exit _without_ running nfs4_locku_done */
3227 task->tk_action = NULL;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003228 return;
3229 }
Trond Myklebust26e976a2006-01-03 09:55:21 +01003230 calldata->timestamp = jiffies;
Trond Myklebust5138fde2007-07-14 15:40:01 -04003231 rpc_call_start(task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003232}
3233
Trond Myklebust963d8fe2006-01-03 09:55:04 +01003234static const struct rpc_call_ops nfs4_locku_ops = {
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01003235 .rpc_call_prepare = nfs4_locku_prepare,
Trond Myklebust963d8fe2006-01-03 09:55:04 +01003236 .rpc_call_done = nfs4_locku_done,
Trond Myklebust06f814a2006-01-03 09:55:07 +01003237 .rpc_release = nfs4_locku_release_calldata,
Trond Myklebust963d8fe2006-01-03 09:55:04 +01003238};
3239
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003240static struct rpc_task *nfs4_do_unlck(struct file_lock *fl,
3241 struct nfs_open_context *ctx,
3242 struct nfs4_lock_state *lsp,
3243 struct nfs_seqid *seqid)
3244{
3245 struct nfs4_unlockdata *data;
Trond Myklebust5138fde2007-07-14 15:40:01 -04003246 struct rpc_message msg = {
3247 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOCKU],
3248 .rpc_cred = ctx->cred,
3249 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04003250 struct rpc_task_setup task_setup_data = {
3251 .rpc_client = NFS_CLIENT(lsp->ls_state->inode),
Trond Myklebust5138fde2007-07-14 15:40:01 -04003252 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04003253 .callback_ops = &nfs4_locku_ops,
Trond Myklebust101070c2008-02-19 20:04:23 -05003254 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04003255 .flags = RPC_TASK_ASYNC,
3256 };
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003257
Frank Filz137d6ac2007-07-09 15:32:29 -07003258 /* Ensure this is an unlock - when canceling a lock, the
3259 * canceled lock is passed in, and it won't be an unlock.
3260 */
3261 fl->fl_type = F_UNLCK;
3262
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003263 data = nfs4_alloc_unlockdata(fl, ctx, lsp, seqid);
3264 if (data == NULL) {
3265 nfs_free_seqid(seqid);
3266 return ERR_PTR(-ENOMEM);
3267 }
3268
Trond Myklebust5138fde2007-07-14 15:40:01 -04003269 msg.rpc_argp = &data->arg,
3270 msg.rpc_resp = &data->res,
Trond Myklebustc970aa82007-07-14 15:39:59 -04003271 task_setup_data.callback_data = data;
3272 return rpc_run_task(&task_setup_data);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003273}
3274
Linus Torvalds1da177e2005-04-16 15:20:36 -07003275static int nfs4_proc_unlck(struct nfs4_state *state, int cmd, struct file_lock *request)
3276{
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003277 struct nfs_seqid *seqid;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003278 struct nfs4_lock_state *lsp;
Trond Myklebust06f814a2006-01-03 09:55:07 +01003279 struct rpc_task *task;
3280 int status = 0;
Trond Myklebust536ff0f2008-04-04 15:08:02 -04003281 unsigned char fl_flags = request->fl_flags;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003282
Trond Myklebust9b073572006-06-29 16:38:34 -04003283 status = nfs4_set_lock_state(state, request);
3284 /* Unlock _before_ we do the RPC call */
3285 request->fl_flags |= FL_EXISTS;
3286 if (do_vfs_lock(request->fl_file, request) == -ENOENT)
3287 goto out;
3288 if (status != 0)
3289 goto out;
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05003290 /* Is this a delegated lock? */
3291 if (test_bit(NFS_DELEGATED_STATE, &state->flags))
Trond Myklebust9b073572006-06-29 16:38:34 -04003292 goto out;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003293 lsp = request->fl_u.nfs4_fl.owner;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003294 seqid = nfs_alloc_seqid(&lsp->ls_seqid);
Trond Myklebust9b073572006-06-29 16:38:34 -04003295 status = -ENOMEM;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003296 if (seqid == NULL)
Trond Myklebust9b073572006-06-29 16:38:34 -04003297 goto out;
Trond Myklebustcd3758e2007-08-10 17:44:32 -04003298 task = nfs4_do_unlck(request, nfs_file_open_context(request->fl_file), lsp, seqid);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003299 status = PTR_ERR(task);
3300 if (IS_ERR(task))
Trond Myklebust9b073572006-06-29 16:38:34 -04003301 goto out;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003302 status = nfs4_wait_for_completion_rpc_task(task);
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -05003303 rpc_put_task(task);
Trond Myklebust9b073572006-06-29 16:38:34 -04003304out:
Trond Myklebust536ff0f2008-04-04 15:08:02 -04003305 request->fl_flags = fl_flags;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003306 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003307}
3308
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003309struct nfs4_lockdata {
3310 struct nfs_lock_args arg;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003311 struct nfs_lock_res res;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003312 struct nfs4_lock_state *lsp;
3313 struct nfs_open_context *ctx;
3314 struct file_lock fl;
Trond Myklebust26e976a2006-01-03 09:55:21 +01003315 unsigned long timestamp;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003316 int rpc_status;
3317 int cancelled;
3318};
3319
3320static struct nfs4_lockdata *nfs4_alloc_lockdata(struct file_lock *fl,
3321 struct nfs_open_context *ctx, struct nfs4_lock_state *lsp)
3322{
3323 struct nfs4_lockdata *p;
3324 struct inode *inode = lsp->ls_state->inode;
3325 struct nfs_server *server = NFS_SERVER(inode);
3326
3327 p = kzalloc(sizeof(*p), GFP_KERNEL);
3328 if (p == NULL)
3329 return NULL;
3330
3331 p->arg.fh = NFS_FH(inode);
3332 p->arg.fl = &p->fl;
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05003333 p->arg.open_seqid = nfs_alloc_seqid(&lsp->ls_state->owner->so_seqid);
3334 if (p->arg.open_seqid == NULL)
3335 goto out_free;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003336 p->arg.lock_seqid = nfs_alloc_seqid(&lsp->ls_seqid);
3337 if (p->arg.lock_seqid == NULL)
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05003338 goto out_free_seqid;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003339 p->arg.lock_stateid = &lsp->ls_stateid;
David Howells7539bba2006-08-22 20:06:09 -04003340 p->arg.lock_owner.clientid = server->nfs_client->cl_clientid;
Trond Myklebust9f958ab2007-07-02 13:58:33 -04003341 p->arg.lock_owner.id = lsp->ls_id.id;
Trond Myklebustc1d51932008-04-07 13:20:54 -04003342 p->res.lock_seqid = p->arg.lock_seqid;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003343 p->lsp = lsp;
3344 atomic_inc(&lsp->ls_count);
3345 p->ctx = get_nfs_open_context(ctx);
3346 memcpy(&p->fl, fl, sizeof(p->fl));
3347 return p;
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05003348out_free_seqid:
3349 nfs_free_seqid(p->arg.open_seqid);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003350out_free:
3351 kfree(p);
3352 return NULL;
3353}
3354
3355static void nfs4_lock_prepare(struct rpc_task *task, void *calldata)
3356{
3357 struct nfs4_lockdata *data = calldata;
3358 struct nfs4_state *state = data->lsp->ls_state;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003359
Harvey Harrison3110ff82008-05-02 13:42:44 -07003360 dprintk("%s: begin!\n", __func__);
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05003361 if (nfs_wait_on_sequence(data->arg.lock_seqid, task) != 0)
3362 return;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003363 /* Do we need to do an open_to_lock_owner? */
3364 if (!(data->arg.lock_seqid->sequence->flags & NFS_SEQID_CONFIRMED)) {
Trond Myklebuste6e21972008-01-02 16:27:16 -05003365 if (nfs_wait_on_sequence(data->arg.open_seqid, task) != 0)
3366 return;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003367 data->arg.open_stateid = &state->stateid;
3368 data->arg.new_lock_owner = 1;
Trond Myklebustc1d51932008-04-07 13:20:54 -04003369 data->res.open_seqid = data->arg.open_seqid;
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05003370 } else
3371 data->arg.new_lock_owner = 0;
Trond Myklebust26e976a2006-01-03 09:55:21 +01003372 data->timestamp = jiffies;
Trond Myklebust5138fde2007-07-14 15:40:01 -04003373 rpc_call_start(task);
Harvey Harrison3110ff82008-05-02 13:42:44 -07003374 dprintk("%s: done!, ret = %d\n", __func__, data->rpc_status);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003375}
3376
3377static void nfs4_lock_done(struct rpc_task *task, void *calldata)
3378{
3379 struct nfs4_lockdata *data = calldata;
3380
Harvey Harrison3110ff82008-05-02 13:42:44 -07003381 dprintk("%s: begin!\n", __func__);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003382
3383 data->rpc_status = task->tk_status;
3384 if (RPC_ASSASSINATED(task))
3385 goto out;
3386 if (data->arg.new_lock_owner != 0) {
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003387 if (data->rpc_status == 0)
3388 nfs_confirm_seqid(&data->lsp->ls_seqid, 0);
3389 else
3390 goto out;
3391 }
3392 if (data->rpc_status == 0) {
3393 memcpy(data->lsp->ls_stateid.data, data->res.stateid.data,
3394 sizeof(data->lsp->ls_stateid.data));
3395 data->lsp->ls_flags |= NFS_LOCK_INITIALIZED;
Trond Myklebust88be9f92007-06-05 10:42:27 -04003396 renew_lease(NFS_SERVER(data->ctx->path.dentry->d_inode), data->timestamp);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003397 }
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003398out:
Harvey Harrison3110ff82008-05-02 13:42:44 -07003399 dprintk("%s: done, ret = %d!\n", __func__, data->rpc_status);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003400}
3401
3402static void nfs4_lock_release(void *calldata)
3403{
3404 struct nfs4_lockdata *data = calldata;
3405
Harvey Harrison3110ff82008-05-02 13:42:44 -07003406 dprintk("%s: begin!\n", __func__);
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05003407 nfs_free_seqid(data->arg.open_seqid);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003408 if (data->cancelled != 0) {
3409 struct rpc_task *task;
3410 task = nfs4_do_unlck(&data->fl, data->ctx, data->lsp,
3411 data->arg.lock_seqid);
3412 if (!IS_ERR(task))
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -05003413 rpc_put_task(task);
Harvey Harrison3110ff82008-05-02 13:42:44 -07003414 dprintk("%s: cancelling lock!\n", __func__);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003415 } else
3416 nfs_free_seqid(data->arg.lock_seqid);
3417 nfs4_put_lock_state(data->lsp);
3418 put_nfs_open_context(data->ctx);
3419 kfree(data);
Harvey Harrison3110ff82008-05-02 13:42:44 -07003420 dprintk("%s: done!\n", __func__);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003421}
3422
3423static const struct rpc_call_ops nfs4_lock_ops = {
3424 .rpc_call_prepare = nfs4_lock_prepare,
3425 .rpc_call_done = nfs4_lock_done,
3426 .rpc_release = nfs4_lock_release,
3427};
3428
3429static int _nfs4_do_setlk(struct nfs4_state *state, int cmd, struct file_lock *fl, int reclaim)
3430{
3431 struct nfs4_lockdata *data;
3432 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04003433 struct rpc_message msg = {
3434 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOCK],
3435 .rpc_cred = state->owner->so_cred,
3436 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04003437 struct rpc_task_setup task_setup_data = {
3438 .rpc_client = NFS_CLIENT(state->inode),
Trond Myklebust5138fde2007-07-14 15:40:01 -04003439 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04003440 .callback_ops = &nfs4_lock_ops,
Trond Myklebust101070c2008-02-19 20:04:23 -05003441 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04003442 .flags = RPC_TASK_ASYNC,
3443 };
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003444 int ret;
3445
Harvey Harrison3110ff82008-05-02 13:42:44 -07003446 dprintk("%s: begin!\n", __func__);
Trond Myklebustcd3758e2007-08-10 17:44:32 -04003447 data = nfs4_alloc_lockdata(fl, nfs_file_open_context(fl->fl_file),
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003448 fl->fl_u.nfs4_fl.owner);
3449 if (data == NULL)
3450 return -ENOMEM;
3451 if (IS_SETLKW(cmd))
3452 data->arg.block = 1;
3453 if (reclaim != 0)
3454 data->arg.reclaim = 1;
Trond Myklebust5138fde2007-07-14 15:40:01 -04003455 msg.rpc_argp = &data->arg,
3456 msg.rpc_resp = &data->res,
Trond Myklebustc970aa82007-07-14 15:39:59 -04003457 task_setup_data.callback_data = data;
3458 task = rpc_run_task(&task_setup_data);
Trond Myklebust7a1218a2006-03-20 18:11:10 -05003459 if (IS_ERR(task))
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003460 return PTR_ERR(task);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003461 ret = nfs4_wait_for_completion_rpc_task(task);
3462 if (ret == 0) {
3463 ret = data->rpc_status;
3464 if (ret == -NFS4ERR_DENIED)
3465 ret = -EAGAIN;
3466 } else
3467 data->cancelled = 1;
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -05003468 rpc_put_task(task);
Harvey Harrison3110ff82008-05-02 13:42:44 -07003469 dprintk("%s: done, ret = %d!\n", __func__, ret);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003470 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003471}
3472
3473static int nfs4_lock_reclaim(struct nfs4_state *state, struct file_lock *request)
3474{
Trond Myklebust202b50d2005-06-22 17:16:29 +00003475 struct nfs_server *server = NFS_SERVER(state->inode);
3476 struct nfs4_exception exception = { };
3477 int err;
3478
3479 do {
Trond Myklebust42a2d132006-06-29 16:38:36 -04003480 /* Cache the lock if possible... */
3481 if (test_bit(NFS_DELEGATED_STATE, &state->flags) != 0)
3482 return 0;
Trond Myklebust202b50d2005-06-22 17:16:29 +00003483 err = _nfs4_do_setlk(state, F_SETLK, request, 1);
3484 if (err != -NFS4ERR_DELAY)
3485 break;
3486 nfs4_handle_exception(server, err, &exception);
3487 } while (exception.retry);
3488 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003489}
3490
3491static int nfs4_lock_expired(struct nfs4_state *state, struct file_lock *request)
3492{
Trond Myklebust202b50d2005-06-22 17:16:29 +00003493 struct nfs_server *server = NFS_SERVER(state->inode);
3494 struct nfs4_exception exception = { };
3495 int err;
3496
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05003497 err = nfs4_set_lock_state(state, request);
3498 if (err != 0)
3499 return err;
Trond Myklebust202b50d2005-06-22 17:16:29 +00003500 do {
Trond Myklebust42a2d132006-06-29 16:38:36 -04003501 if (test_bit(NFS_DELEGATED_STATE, &state->flags) != 0)
3502 return 0;
Trond Myklebust202b50d2005-06-22 17:16:29 +00003503 err = _nfs4_do_setlk(state, F_SETLK, request, 0);
3504 if (err != -NFS4ERR_DELAY)
3505 break;
3506 nfs4_handle_exception(server, err, &exception);
3507 } while (exception.retry);
3508 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003509}
3510
3511static int _nfs4_proc_setlk(struct nfs4_state *state, int cmd, struct file_lock *request)
3512{
David Howellsadfa6f92006-08-22 20:06:08 -04003513 struct nfs_client *clp = state->owner->so_client;
Trond Myklebust01c3b862006-06-29 16:38:39 -04003514 unsigned char fl_flags = request->fl_flags;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003515 int status;
3516
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05003517 /* Is this a delegated open? */
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05003518 status = nfs4_set_lock_state(state, request);
3519 if (status != 0)
3520 goto out;
Trond Myklebust01c3b862006-06-29 16:38:39 -04003521 request->fl_flags |= FL_ACCESS;
3522 status = do_vfs_lock(request->fl_file, request);
3523 if (status < 0)
3524 goto out;
3525 down_read(&clp->cl_sem);
3526 if (test_bit(NFS_DELEGATED_STATE, &state->flags)) {
3527 struct nfs_inode *nfsi = NFS_I(state->inode);
3528 /* Yes: cache locks! */
3529 down_read(&nfsi->rwsem);
3530 /* ...but avoid races with delegation recall... */
3531 if (test_bit(NFS_DELEGATED_STATE, &state->flags)) {
3532 request->fl_flags = fl_flags & ~FL_SLEEP;
3533 status = do_vfs_lock(request->fl_file, request);
3534 up_read(&nfsi->rwsem);
3535 goto out_unlock;
3536 }
3537 up_read(&nfsi->rwsem);
3538 }
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05003539 status = _nfs4_do_setlk(state, cmd, request, 0);
3540 if (status != 0)
Trond Myklebust01c3b862006-06-29 16:38:39 -04003541 goto out_unlock;
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05003542 /* Note: we always want to sleep here! */
Trond Myklebust01c3b862006-06-29 16:38:39 -04003543 request->fl_flags = fl_flags | FL_SLEEP;
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05003544 if (do_vfs_lock(request->fl_file, request) < 0)
Harvey Harrison3110ff82008-05-02 13:42:44 -07003545 printk(KERN_WARNING "%s: VFS is out of sync with lock manager!\n", __func__);
Trond Myklebust01c3b862006-06-29 16:38:39 -04003546out_unlock:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003547 up_read(&clp->cl_sem);
Trond Myklebust01c3b862006-06-29 16:38:39 -04003548out:
3549 request->fl_flags = fl_flags;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003550 return status;
3551}
3552
3553static int nfs4_proc_setlk(struct nfs4_state *state, int cmd, struct file_lock *request)
3554{
3555 struct nfs4_exception exception = { };
3556 int err;
3557
3558 do {
3559 err = nfs4_handle_exception(NFS_SERVER(state->inode),
3560 _nfs4_proc_setlk(state, cmd, request),
3561 &exception);
3562 } while (exception.retry);
3563 return err;
3564}
3565
3566static int
3567nfs4_proc_lock(struct file *filp, int cmd, struct file_lock *request)
3568{
3569 struct nfs_open_context *ctx;
3570 struct nfs4_state *state;
3571 unsigned long timeout = NFS4_LOCK_MINTIMEOUT;
3572 int status;
3573
3574 /* verify open state */
Trond Myklebustcd3758e2007-08-10 17:44:32 -04003575 ctx = nfs_file_open_context(filp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003576 state = ctx->state;
3577
3578 if (request->fl_start < 0 || request->fl_end < 0)
3579 return -EINVAL;
3580
3581 if (IS_GETLK(cmd))
3582 return nfs4_proc_getlk(state, F_GETLK, request);
3583
3584 if (!(IS_SETLK(cmd) || IS_SETLKW(cmd)))
3585 return -EINVAL;
3586
3587 if (request->fl_type == F_UNLCK)
3588 return nfs4_proc_unlck(state, cmd, request);
3589
3590 do {
3591 status = nfs4_proc_setlk(state, cmd, request);
3592 if ((status != -EAGAIN) || IS_SETLK(cmd))
3593 break;
3594 timeout = nfs4_set_lock_task_retry(timeout);
3595 status = -ERESTARTSYS;
3596 if (signalled())
3597 break;
3598 } while(status < 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003599 return status;
3600}
3601
Trond Myklebust888e6942005-11-04 15:38:11 -05003602int nfs4_lock_delegation_recall(struct nfs4_state *state, struct file_lock *fl)
3603{
3604 struct nfs_server *server = NFS_SERVER(state->inode);
3605 struct nfs4_exception exception = { };
3606 int err;
3607
3608 err = nfs4_set_lock_state(state, fl);
3609 if (err != 0)
3610 goto out;
3611 do {
3612 err = _nfs4_do_setlk(state, F_SETLK, fl, 0);
3613 if (err != -NFS4ERR_DELAY)
3614 break;
3615 err = nfs4_handle_exception(server, err, &exception);
3616 } while (exception.retry);
3617out:
3618 return err;
3619}
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00003620
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00003621#define XATTR_NAME_NFSV4_ACL "system.nfs4_acl"
3622
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00003623int nfs4_setxattr(struct dentry *dentry, const char *key, const void *buf,
3624 size_t buflen, int flags)
3625{
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00003626 struct inode *inode = dentry->d_inode;
3627
3628 if (strcmp(key, XATTR_NAME_NFSV4_ACL) != 0)
3629 return -EOPNOTSUPP;
3630
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00003631 return nfs4_proc_set_acl(inode, buf, buflen);
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00003632}
3633
3634/* The getxattr man page suggests returning -ENODATA for unknown attributes,
3635 * and that's what we'll do for e.g. user attributes that haven't been set.
3636 * But we'll follow ext2/ext3's lead by returning -EOPNOTSUPP for unsupported
3637 * attributes in kernel-managed attribute namespaces. */
3638ssize_t nfs4_getxattr(struct dentry *dentry, const char *key, void *buf,
3639 size_t buflen)
3640{
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00003641 struct inode *inode = dentry->d_inode;
3642
3643 if (strcmp(key, XATTR_NAME_NFSV4_ACL) != 0)
3644 return -EOPNOTSUPP;
3645
3646 return nfs4_proc_get_acl(inode, buf, buflen);
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00003647}
3648
3649ssize_t nfs4_listxattr(struct dentry *dentry, char *buf, size_t buflen)
3650{
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00003651 size_t len = strlen(XATTR_NAME_NFSV4_ACL) + 1;
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00003652
J. Bruce Fields096455a2006-03-20 23:23:42 -05003653 if (!nfs4_server_supports_acls(NFS_SERVER(dentry->d_inode)))
3654 return 0;
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00003655 if (buf && buflen < len)
3656 return -ERANGE;
3657 if (buf)
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00003658 memcpy(buf, XATTR_NAME_NFSV4_ACL, len);
3659 return len;
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00003660}
3661
Trond Myklebust56659e92007-07-17 21:52:39 -04003662int nfs4_proc_fs_locations(struct inode *dir, const struct qstr *name,
Manoj Naik7aaa0b32006-06-09 09:34:23 -04003663 struct nfs4_fs_locations *fs_locations, struct page *page)
Trond Myklebust683b57b2006-06-09 09:34:22 -04003664{
3665 struct nfs_server *server = NFS_SERVER(dir);
3666 u32 bitmask[2] = {
Manoj Naik361e6242006-06-09 09:34:24 -04003667 [0] = FATTR4_WORD0_FSID | FATTR4_WORD0_FS_LOCATIONS,
3668 [1] = FATTR4_WORD1_MOUNTED_ON_FILEID,
Trond Myklebust683b57b2006-06-09 09:34:22 -04003669 };
3670 struct nfs4_fs_locations_arg args = {
3671 .dir_fh = NFS_FH(dir),
Trond Myklebustc228fd32007-01-13 02:28:11 -05003672 .name = name,
Trond Myklebust683b57b2006-06-09 09:34:22 -04003673 .page = page,
3674 .bitmask = bitmask,
3675 };
3676 struct rpc_message msg = {
3677 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FS_LOCATIONS],
3678 .rpc_argp = &args,
Manoj Naik7aaa0b32006-06-09 09:34:23 -04003679 .rpc_resp = fs_locations,
Trond Myklebust683b57b2006-06-09 09:34:22 -04003680 };
3681 int status;
3682
Harvey Harrison3110ff82008-05-02 13:42:44 -07003683 dprintk("%s: start\n", __func__);
Trond Myklebustc228fd32007-01-13 02:28:11 -05003684 nfs_fattr_init(&fs_locations->fattr);
Trond Myklebust683b57b2006-06-09 09:34:22 -04003685 fs_locations->server = server;
Manoj Naik830b8e32006-06-09 09:34:25 -04003686 fs_locations->nlocations = 0;
Trond Myklebust683b57b2006-06-09 09:34:22 -04003687 status = rpc_call_sync(server->client, &msg, 0);
Harvey Harrison3110ff82008-05-02 13:42:44 -07003688 dprintk("%s: returned status = %d\n", __func__, status);
Trond Myklebust683b57b2006-06-09 09:34:22 -04003689 return status;
3690}
3691
Linus Torvalds1da177e2005-04-16 15:20:36 -07003692struct nfs4_state_recovery_ops nfs4_reboot_recovery_ops = {
Trond Myklebustb79a4a12008-12-23 15:21:41 -05003693 .state_flag_bit = NFS_STATE_RECLAIM_REBOOT,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003694 .recover_open = nfs4_open_reclaim,
3695 .recover_lock = nfs4_lock_reclaim,
3696};
3697
Trond Myklebustb79a4a12008-12-23 15:21:41 -05003698struct nfs4_state_recovery_ops nfs4_nograce_recovery_ops = {
3699 .state_flag_bit = NFS_STATE_RECLAIM_NOGRACE,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003700 .recover_open = nfs4_open_expired,
3701 .recover_lock = nfs4_lock_expired,
3702};
3703
Arjan van de Ven92e1d5b2007-02-12 00:55:39 -08003704static const struct inode_operations nfs4_file_inode_operations = {
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00003705 .permission = nfs_permission,
3706 .getattr = nfs_getattr,
3707 .setattr = nfs_setattr,
3708 .getxattr = nfs4_getxattr,
3709 .setxattr = nfs4_setxattr,
3710 .listxattr = nfs4_listxattr,
3711};
3712
David Howells509de812006-08-22 20:06:11 -04003713const struct nfs_rpc_ops nfs_v4_clientops = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003714 .version = 4, /* protocol version */
3715 .dentry_ops = &nfs4_dentry_operations,
3716 .dir_inode_ops = &nfs4_dir_inode_operations,
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00003717 .file_inode_ops = &nfs4_file_inode_operations,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003718 .getroot = nfs4_proc_get_root,
3719 .getattr = nfs4_proc_getattr,
3720 .setattr = nfs4_proc_setattr,
David Howells2b3de442006-08-22 20:06:09 -04003721 .lookupfh = nfs4_proc_lookupfh,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003722 .lookup = nfs4_proc_lookup,
3723 .access = nfs4_proc_access,
3724 .readlink = nfs4_proc_readlink,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003725 .create = nfs4_proc_create,
3726 .remove = nfs4_proc_remove,
3727 .unlink_setup = nfs4_proc_unlink_setup,
3728 .unlink_done = nfs4_proc_unlink_done,
3729 .rename = nfs4_proc_rename,
3730 .link = nfs4_proc_link,
3731 .symlink = nfs4_proc_symlink,
3732 .mkdir = nfs4_proc_mkdir,
3733 .rmdir = nfs4_proc_remove,
3734 .readdir = nfs4_proc_readdir,
3735 .mknod = nfs4_proc_mknod,
3736 .statfs = nfs4_proc_statfs,
3737 .fsinfo = nfs4_proc_fsinfo,
3738 .pathconf = nfs4_proc_pathconf,
David Howellse9326dc2006-08-22 20:06:10 -04003739 .set_capabilities = nfs4_server_capabilities,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003740 .decode_dirent = nfs4_decode_dirent,
3741 .read_setup = nfs4_proc_read_setup,
Trond Myklebustec06c092006-03-20 13:44:27 -05003742 .read_done = nfs4_read_done,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003743 .write_setup = nfs4_proc_write_setup,
Trond Myklebust788e7a82006-03-20 13:44:27 -05003744 .write_done = nfs4_write_done,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003745 .commit_setup = nfs4_proc_commit_setup,
Trond Myklebust788e7a82006-03-20 13:44:27 -05003746 .commit_done = nfs4_commit_done,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003747 .lock = nfs4_proc_lock,
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003748 .clear_acl_cache = nfs4_zap_acl_attr,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003749};
3750
3751/*
3752 * Local variables:
3753 * c-basic-offset: 8
3754 * End:
3755 */