Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | /* |
| 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 Myklebust | 02a913a | 2005-10-18 14:20:17 -0700 | [diff] [blame] | 50 | #include <linux/mount.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 51 | |
Trond Myklebust | 4ce7971 | 2005-06-22 17:16:21 +0000 | [diff] [blame] | 52 | #include "nfs4_fs.h" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 53 | #include "delegation.h" |
Trond Myklebust | 101070c | 2008-02-19 20:04:23 -0500 | [diff] [blame] | 54 | #include "internal.h" |
Chuck Lever | 006ea73 | 2006-03-20 13:44:14 -0500 | [diff] [blame] | 55 | #include "iostat.h" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 56 | |
| 57 | #define NFSDBG_FACILITY NFSDBG_PROC |
| 58 | |
Trond Myklebust | 2066fe8 | 2006-09-15 08:30:46 -0400 | [diff] [blame] | 59 | #define NFS4_POLL_RETRY_MIN (HZ/10) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 60 | #define NFS4_POLL_RETRY_MAX (15*HZ) |
| 61 | |
Trond Myklebust | cdd4e68 | 2006-01-03 09:55:12 +0100 | [diff] [blame] | 62 | struct nfs4_opendata; |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 63 | static int _nfs4_proc_open(struct nfs4_opendata *data); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 64 | static int nfs4_do_fsinfo(struct nfs_server *, struct nfs_fh *, struct nfs_fsinfo *); |
Trond Myklebust | 9e33bed | 2008-12-23 15:21:46 -0500 | [diff] [blame^] | 65 | static int nfs4_async_handle_error(struct rpc_task *, const struct nfs_server *, struct nfs4_state *); |
Trond Myklebust | 9936781 | 2007-07-17 21:52:41 -0400 | [diff] [blame] | 66 | static int _nfs4_proc_lookup(struct inode *dir, const struct qstr *name, struct nfs_fh *fhandle, struct nfs_fattr *fattr); |
| 67 | static int _nfs4_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fattr *fattr); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 68 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 69 | /* Prevent leaks of NFSv4 errors into userland */ |
| 70 | int nfs4_map_errors(int err) |
| 71 | { |
| 72 | if (err < -1000) { |
| 73 | dprintk("%s could not handle NFSv4 error %d\n", |
Harvey Harrison | 3110ff8 | 2008-05-02 13:42:44 -0700 | [diff] [blame] | 74 | __func__, -err); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 75 | return -EIO; |
| 76 | } |
| 77 | return err; |
| 78 | } |
| 79 | |
| 80 | /* |
| 81 | * This is our standard bitmap for GETATTR requests. |
| 82 | */ |
| 83 | const u32 nfs4_fattr_bitmap[2] = { |
| 84 | FATTR4_WORD0_TYPE |
| 85 | | FATTR4_WORD0_CHANGE |
| 86 | | FATTR4_WORD0_SIZE |
| 87 | | FATTR4_WORD0_FSID |
| 88 | | FATTR4_WORD0_FILEID, |
| 89 | FATTR4_WORD1_MODE |
| 90 | | FATTR4_WORD1_NUMLINKS |
| 91 | | FATTR4_WORD1_OWNER |
| 92 | | FATTR4_WORD1_OWNER_GROUP |
| 93 | | FATTR4_WORD1_RAWDEV |
| 94 | | FATTR4_WORD1_SPACE_USED |
| 95 | | FATTR4_WORD1_TIME_ACCESS |
| 96 | | FATTR4_WORD1_TIME_METADATA |
| 97 | | FATTR4_WORD1_TIME_MODIFY |
| 98 | }; |
| 99 | |
| 100 | const u32 nfs4_statfs_bitmap[2] = { |
| 101 | FATTR4_WORD0_FILES_AVAIL |
| 102 | | FATTR4_WORD0_FILES_FREE |
| 103 | | FATTR4_WORD0_FILES_TOTAL, |
| 104 | FATTR4_WORD1_SPACE_AVAIL |
| 105 | | FATTR4_WORD1_SPACE_FREE |
| 106 | | FATTR4_WORD1_SPACE_TOTAL |
| 107 | }; |
| 108 | |
Trond Myklebust | 4ce7971 | 2005-06-22 17:16:21 +0000 | [diff] [blame] | 109 | const u32 nfs4_pathconf_bitmap[2] = { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 110 | FATTR4_WORD0_MAXLINK |
| 111 | | FATTR4_WORD0_MAXNAME, |
| 112 | 0 |
| 113 | }; |
| 114 | |
| 115 | const u32 nfs4_fsinfo_bitmap[2] = { FATTR4_WORD0_MAXFILESIZE |
| 116 | | FATTR4_WORD0_MAXREAD |
| 117 | | FATTR4_WORD0_MAXWRITE |
| 118 | | FATTR4_WORD0_LEASE_TIME, |
| 119 | 0 |
| 120 | }; |
| 121 | |
Manoj Naik | 830b8e3 | 2006-06-09 09:34:25 -0400 | [diff] [blame] | 122 | const u32 nfs4_fs_locations_bitmap[2] = { |
| 123 | FATTR4_WORD0_TYPE |
| 124 | | FATTR4_WORD0_CHANGE |
| 125 | | FATTR4_WORD0_SIZE |
| 126 | | FATTR4_WORD0_FSID |
| 127 | | FATTR4_WORD0_FILEID |
| 128 | | FATTR4_WORD0_FS_LOCATIONS, |
| 129 | FATTR4_WORD1_MODE |
| 130 | | FATTR4_WORD1_NUMLINKS |
| 131 | | FATTR4_WORD1_OWNER |
| 132 | | FATTR4_WORD1_OWNER_GROUP |
| 133 | | FATTR4_WORD1_RAWDEV |
| 134 | | FATTR4_WORD1_SPACE_USED |
| 135 | | FATTR4_WORD1_TIME_ACCESS |
| 136 | | FATTR4_WORD1_TIME_METADATA |
| 137 | | FATTR4_WORD1_TIME_MODIFY |
| 138 | | FATTR4_WORD1_MOUNTED_ON_FILEID |
| 139 | }; |
| 140 | |
Al Viro | bc4785c | 2006-10-19 23:28:51 -0700 | [diff] [blame] | 141 | static void nfs4_setup_readdir(u64 cookie, __be32 *verifier, struct dentry *dentry, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 142 | struct nfs4_readdir_arg *readdir) |
| 143 | { |
Al Viro | 0dbb4c6 | 2006-10-19 23:28:49 -0700 | [diff] [blame] | 144 | __be32 *start, *p; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 145 | |
| 146 | BUG_ON(readdir->count < 80); |
| 147 | if (cookie > 2) { |
Adrian Bunk | b7ef195 | 2005-06-22 17:16:28 +0000 | [diff] [blame] | 148 | readdir->cookie = cookie; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 149 | memcpy(&readdir->verifier, verifier, sizeof(readdir->verifier)); |
| 150 | return; |
| 151 | } |
| 152 | |
| 153 | readdir->cookie = 0; |
| 154 | memset(&readdir->verifier, 0, sizeof(readdir->verifier)); |
| 155 | if (cookie == 2) |
| 156 | return; |
| 157 | |
| 158 | /* |
| 159 | * NFSv4 servers do not return entries for '.' and '..' |
| 160 | * Therefore, we fake these entries here. We let '.' |
| 161 | * have cookie 0 and '..' have cookie 1. Note that |
| 162 | * when talking to the server, we always send cookie 0 |
| 163 | * instead of 1 or 2. |
| 164 | */ |
Al Viro | 0dbb4c6 | 2006-10-19 23:28:49 -0700 | [diff] [blame] | 165 | start = p = kmap_atomic(*readdir->pages, KM_USER0); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 166 | |
| 167 | if (cookie == 0) { |
| 168 | *p++ = xdr_one; /* next */ |
| 169 | *p++ = xdr_zero; /* cookie, first word */ |
| 170 | *p++ = xdr_one; /* cookie, second word */ |
| 171 | *p++ = xdr_one; /* entry len */ |
| 172 | memcpy(p, ".\0\0\0", 4); /* entry */ |
| 173 | p++; |
| 174 | *p++ = xdr_one; /* bitmap length */ |
| 175 | *p++ = htonl(FATTR4_WORD0_FILEID); /* bitmap */ |
| 176 | *p++ = htonl(8); /* attribute buffer length */ |
Peter Staubach | 4e769b9 | 2007-08-03 15:07:10 -0400 | [diff] [blame] | 177 | p = xdr_encode_hyper(p, NFS_FILEID(dentry->d_inode)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 178 | } |
| 179 | |
| 180 | *p++ = xdr_one; /* next */ |
| 181 | *p++ = xdr_zero; /* cookie, first word */ |
| 182 | *p++ = xdr_two; /* cookie, second word */ |
| 183 | *p++ = xdr_two; /* entry len */ |
| 184 | memcpy(p, "..\0\0", 4); /* entry */ |
| 185 | p++; |
| 186 | *p++ = xdr_one; /* bitmap length */ |
| 187 | *p++ = htonl(FATTR4_WORD0_FILEID); /* bitmap */ |
| 188 | *p++ = htonl(8); /* attribute buffer length */ |
Peter Staubach | 4e769b9 | 2007-08-03 15:07:10 -0400 | [diff] [blame] | 189 | p = xdr_encode_hyper(p, NFS_FILEID(dentry->d_parent->d_inode)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 190 | |
| 191 | readdir->pgbase = (char *)p - (char *)start; |
| 192 | readdir->count -= readdir->pgbase; |
| 193 | kunmap_atomic(start, KM_USER0); |
| 194 | } |
| 195 | |
Trond Myklebust | 65de872 | 2008-12-23 15:21:44 -0500 | [diff] [blame] | 196 | static int nfs4_wait_bit_killable(void *word) |
| 197 | { |
| 198 | if (fatal_signal_pending(current)) |
| 199 | return -ERESTARTSYS; |
| 200 | schedule(); |
| 201 | return 0; |
| 202 | } |
| 203 | |
| 204 | static int nfs4_wait_clnt_recover(struct nfs_client *clp) |
| 205 | { |
| 206 | int res; |
| 207 | |
| 208 | might_sleep(); |
| 209 | |
Trond Myklebust | 65de872 | 2008-12-23 15:21:44 -0500 | [diff] [blame] | 210 | res = wait_on_bit(&clp->cl_state, NFS4CLNT_STATE_RECOVER, |
| 211 | nfs4_wait_bit_killable, TASK_KILLABLE); |
Trond Myklebust | 65de872 | 2008-12-23 15:21:44 -0500 | [diff] [blame] | 212 | return res; |
| 213 | } |
| 214 | |
| 215 | static int nfs4_delay(struct rpc_clnt *clnt, long *timeout) |
| 216 | { |
| 217 | int res = 0; |
| 218 | |
| 219 | might_sleep(); |
| 220 | |
| 221 | if (*timeout <= 0) |
| 222 | *timeout = NFS4_POLL_RETRY_MIN; |
| 223 | if (*timeout > NFS4_POLL_RETRY_MAX) |
| 224 | *timeout = NFS4_POLL_RETRY_MAX; |
| 225 | schedule_timeout_killable(*timeout); |
| 226 | if (fatal_signal_pending(current)) |
| 227 | res = -ERESTARTSYS; |
| 228 | *timeout <<= 1; |
| 229 | return res; |
| 230 | } |
| 231 | |
| 232 | /* This is the error handling routine for processes that are allowed |
| 233 | * to sleep. |
| 234 | */ |
| 235 | static int nfs4_handle_exception(const struct nfs_server *server, int errorcode, struct nfs4_exception *exception) |
| 236 | { |
| 237 | struct nfs_client *clp = server->nfs_client; |
Trond Myklebust | 9e33bed | 2008-12-23 15:21:46 -0500 | [diff] [blame^] | 238 | struct nfs4_state *state = exception->state; |
Trond Myklebust | 65de872 | 2008-12-23 15:21:44 -0500 | [diff] [blame] | 239 | int ret = errorcode; |
| 240 | |
| 241 | exception->retry = 0; |
| 242 | switch(errorcode) { |
| 243 | case 0: |
| 244 | return 0; |
Trond Myklebust | 9e33bed | 2008-12-23 15:21:46 -0500 | [diff] [blame^] | 245 | case -NFS4ERR_ADMIN_REVOKED: |
| 246 | case -NFS4ERR_BAD_STATEID: |
| 247 | case -NFS4ERR_OPENMODE: |
| 248 | if (state == NULL) |
| 249 | break; |
| 250 | nfs4_state_mark_reclaim_nograce(clp, state); |
Trond Myklebust | 65de872 | 2008-12-23 15:21:44 -0500 | [diff] [blame] | 251 | case -NFS4ERR_STALE_CLIENTID: |
| 252 | case -NFS4ERR_STALE_STATEID: |
| 253 | case -NFS4ERR_EXPIRED: |
| 254 | nfs4_schedule_state_recovery(clp); |
| 255 | ret = nfs4_wait_clnt_recover(clp); |
| 256 | if (ret == 0) |
| 257 | exception->retry = 1; |
| 258 | break; |
| 259 | case -NFS4ERR_FILE_OPEN: |
| 260 | case -NFS4ERR_GRACE: |
| 261 | case -NFS4ERR_DELAY: |
| 262 | ret = nfs4_delay(server->client, &exception->timeout); |
| 263 | if (ret != 0) |
| 264 | break; |
| 265 | case -NFS4ERR_OLD_STATEID: |
| 266 | exception->retry = 1; |
| 267 | } |
| 268 | /* We failed to handle the error */ |
| 269 | return nfs4_map_errors(ret); |
| 270 | } |
| 271 | |
| 272 | |
Trond Myklebust | 26e976a | 2006-01-03 09:55:21 +0100 | [diff] [blame] | 273 | static void renew_lease(const struct nfs_server *server, unsigned long timestamp) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 274 | { |
David Howells | 7539bba | 2006-08-22 20:06:09 -0400 | [diff] [blame] | 275 | struct nfs_client *clp = server->nfs_client; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 276 | spin_lock(&clp->cl_lock); |
| 277 | if (time_before(clp->cl_last_renewal,timestamp)) |
| 278 | clp->cl_last_renewal = timestamp; |
| 279 | spin_unlock(&clp->cl_lock); |
| 280 | } |
| 281 | |
Trond Myklebust | 38478b2 | 2006-05-25 01:40:57 -0400 | [diff] [blame] | 282 | static void update_changeattr(struct inode *dir, struct nfs4_change_info *cinfo) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 283 | { |
Trond Myklebust | 38478b2 | 2006-05-25 01:40:57 -0400 | [diff] [blame] | 284 | struct nfs_inode *nfsi = NFS_I(dir); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 285 | |
Trond Myklebust | 38478b2 | 2006-05-25 01:40:57 -0400 | [diff] [blame] | 286 | spin_lock(&dir->i_lock); |
Trond Myklebust | 40d2470 | 2007-10-08 09:24:22 -0400 | [diff] [blame] | 287 | nfsi->cache_validity |= NFS_INO_INVALID_ATTR|NFS_INO_REVAL_PAGECACHE|NFS_INO_INVALID_DATA; |
| 288 | if (!cinfo->atomic || cinfo->before != nfsi->change_attr) |
Trond Myklebust | bfc69a4 | 2007-10-15 18:18:29 -0400 | [diff] [blame] | 289 | nfs_force_lookup_revalidate(dir); |
Trond Myklebust | 40d2470 | 2007-10-08 09:24:22 -0400 | [diff] [blame] | 290 | nfsi->change_attr = cinfo->after; |
Trond Myklebust | 38478b2 | 2006-05-25 01:40:57 -0400 | [diff] [blame] | 291 | spin_unlock(&dir->i_lock); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 292 | } |
| 293 | |
Trond Myklebust | e56e0b78 | 2006-01-03 09:55:08 +0100 | [diff] [blame] | 294 | struct nfs4_opendata { |
Trond Myklebust | c6d00e6 | 2007-06-17 16:02:44 -0400 | [diff] [blame] | 295 | struct kref kref; |
Trond Myklebust | e56e0b78 | 2006-01-03 09:55:08 +0100 | [diff] [blame] | 296 | struct nfs_openargs o_arg; |
| 297 | struct nfs_openres o_res; |
Trond Myklebust | cdd4e68 | 2006-01-03 09:55:12 +0100 | [diff] [blame] | 298 | struct nfs_open_confirmargs c_arg; |
| 299 | struct nfs_open_confirmres c_res; |
Trond Myklebust | e56e0b78 | 2006-01-03 09:55:08 +0100 | [diff] [blame] | 300 | struct nfs_fattr f_attr; |
| 301 | struct nfs_fattr dir_attr; |
Trond Myklebust | ad389da | 2007-06-05 12:30:00 -0400 | [diff] [blame] | 302 | struct path path; |
Trond Myklebust | e56e0b78 | 2006-01-03 09:55:08 +0100 | [diff] [blame] | 303 | struct dentry *dir; |
| 304 | struct nfs4_state_owner *owner; |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 305 | struct nfs4_state *state; |
Trond Myklebust | e56e0b78 | 2006-01-03 09:55:08 +0100 | [diff] [blame] | 306 | struct iattr attrs; |
Trond Myklebust | 26e976a | 2006-01-03 09:55:21 +0100 | [diff] [blame] | 307 | unsigned long timestamp; |
Trond Myklebust | 3e30991 | 2007-07-07 13:19:59 -0400 | [diff] [blame] | 308 | unsigned int rpc_done : 1; |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 309 | int rpc_status; |
| 310 | int cancelled; |
Trond Myklebust | e56e0b78 | 2006-01-03 09:55:08 +0100 | [diff] [blame] | 311 | }; |
| 312 | |
Trond Myklebust | 2ced46c | 2007-07-03 23:48:13 -0400 | [diff] [blame] | 313 | |
| 314 | static void nfs4_init_opendata_res(struct nfs4_opendata *p) |
| 315 | { |
| 316 | p->o_res.f_attr = &p->f_attr; |
| 317 | p->o_res.dir_attr = &p->dir_attr; |
Trond Myklebust | c1d5193 | 2008-04-07 13:20:54 -0400 | [diff] [blame] | 318 | p->o_res.seqid = p->o_arg.seqid; |
| 319 | p->c_res.seqid = p->c_arg.seqid; |
Trond Myklebust | 2ced46c | 2007-07-03 23:48:13 -0400 | [diff] [blame] | 320 | p->o_res.server = p->o_arg.server; |
| 321 | nfs_fattr_init(&p->f_attr); |
| 322 | nfs_fattr_init(&p->dir_attr); |
| 323 | } |
| 324 | |
Trond Myklebust | ad389da | 2007-06-05 12:30:00 -0400 | [diff] [blame] | 325 | static struct nfs4_opendata *nfs4_opendata_alloc(struct path *path, |
Trond Myklebust | e56e0b78 | 2006-01-03 09:55:08 +0100 | [diff] [blame] | 326 | struct nfs4_state_owner *sp, int flags, |
| 327 | const struct iattr *attrs) |
| 328 | { |
Trond Myklebust | ad389da | 2007-06-05 12:30:00 -0400 | [diff] [blame] | 329 | struct dentry *parent = dget_parent(path->dentry); |
Trond Myklebust | e56e0b78 | 2006-01-03 09:55:08 +0100 | [diff] [blame] | 330 | struct inode *dir = parent->d_inode; |
| 331 | struct nfs_server *server = NFS_SERVER(dir); |
| 332 | struct nfs4_opendata *p; |
| 333 | |
| 334 | p = kzalloc(sizeof(*p), GFP_KERNEL); |
| 335 | if (p == NULL) |
| 336 | goto err; |
| 337 | p->o_arg.seqid = nfs_alloc_seqid(&sp->so_seqid); |
| 338 | if (p->o_arg.seqid == NULL) |
| 339 | goto err_free; |
Trond Myklebust | ad389da | 2007-06-05 12:30:00 -0400 | [diff] [blame] | 340 | p->path.mnt = mntget(path->mnt); |
| 341 | p->path.dentry = dget(path->dentry); |
Trond Myklebust | e56e0b78 | 2006-01-03 09:55:08 +0100 | [diff] [blame] | 342 | p->dir = parent; |
| 343 | p->owner = sp; |
| 344 | atomic_inc(&sp->so_count); |
| 345 | p->o_arg.fh = NFS_FH(dir); |
| 346 | p->o_arg.open_flags = flags, |
David Howells | 7539bba | 2006-08-22 20:06:09 -0400 | [diff] [blame] | 347 | p->o_arg.clientid = server->nfs_client->cl_clientid; |
Trond Myklebust | 9f958ab | 2007-07-02 13:58:33 -0400 | [diff] [blame] | 348 | p->o_arg.id = sp->so_owner_id.id; |
Trond Myklebust | ad389da | 2007-06-05 12:30:00 -0400 | [diff] [blame] | 349 | p->o_arg.name = &p->path.dentry->d_name; |
Trond Myklebust | e56e0b78 | 2006-01-03 09:55:08 +0100 | [diff] [blame] | 350 | p->o_arg.server = server; |
| 351 | p->o_arg.bitmask = server->attr_bitmask; |
| 352 | p->o_arg.claim = NFS4_OPEN_CLAIM_NULL; |
Trond Myklebust | e56e0b78 | 2006-01-03 09:55:08 +0100 | [diff] [blame] | 353 | if (flags & O_EXCL) { |
| 354 | u32 *s = (u32 *) p->o_arg.u.verifier.data; |
| 355 | s[0] = jiffies; |
| 356 | s[1] = current->pid; |
| 357 | } else if (flags & O_CREAT) { |
| 358 | p->o_arg.u.attrs = &p->attrs; |
| 359 | memcpy(&p->attrs, attrs, sizeof(p->attrs)); |
| 360 | } |
Trond Myklebust | cdd4e68 | 2006-01-03 09:55:12 +0100 | [diff] [blame] | 361 | p->c_arg.fh = &p->o_res.fh; |
| 362 | p->c_arg.stateid = &p->o_res.stateid; |
| 363 | p->c_arg.seqid = p->o_arg.seqid; |
Trond Myklebust | 2ced46c | 2007-07-03 23:48:13 -0400 | [diff] [blame] | 364 | nfs4_init_opendata_res(p); |
Trond Myklebust | c6d00e6 | 2007-06-17 16:02:44 -0400 | [diff] [blame] | 365 | kref_init(&p->kref); |
Trond Myklebust | e56e0b78 | 2006-01-03 09:55:08 +0100 | [diff] [blame] | 366 | return p; |
| 367 | err_free: |
| 368 | kfree(p); |
| 369 | err: |
| 370 | dput(parent); |
| 371 | return NULL; |
| 372 | } |
| 373 | |
Trond Myklebust | c6d00e6 | 2007-06-17 16:02:44 -0400 | [diff] [blame] | 374 | static void nfs4_opendata_free(struct kref *kref) |
Trond Myklebust | e56e0b78 | 2006-01-03 09:55:08 +0100 | [diff] [blame] | 375 | { |
Trond Myklebust | c6d00e6 | 2007-06-17 16:02:44 -0400 | [diff] [blame] | 376 | struct nfs4_opendata *p = container_of(kref, |
| 377 | struct nfs4_opendata, kref); |
| 378 | |
| 379 | nfs_free_seqid(p->o_arg.seqid); |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 380 | if (p->state != NULL) |
| 381 | nfs4_put_open_state(p->state); |
Trond Myklebust | c6d00e6 | 2007-06-17 16:02:44 -0400 | [diff] [blame] | 382 | nfs4_put_state_owner(p->owner); |
| 383 | dput(p->dir); |
Jan Blunck | 31f31db1 | 2008-05-02 13:42:45 -0700 | [diff] [blame] | 384 | path_put(&p->path); |
Trond Myklebust | c6d00e6 | 2007-06-17 16:02:44 -0400 | [diff] [blame] | 385 | kfree(p); |
| 386 | } |
| 387 | |
| 388 | static void nfs4_opendata_put(struct nfs4_opendata *p) |
| 389 | { |
| 390 | if (p != NULL) |
| 391 | kref_put(&p->kref, nfs4_opendata_free); |
Trond Myklebust | e56e0b78 | 2006-01-03 09:55:08 +0100 | [diff] [blame] | 392 | } |
| 393 | |
Trond Myklebust | 06f814a | 2006-01-03 09:55:07 +0100 | [diff] [blame] | 394 | static int nfs4_wait_for_completion_rpc_task(struct rpc_task *task) |
| 395 | { |
Trond Myklebust | 06f814a | 2006-01-03 09:55:07 +0100 | [diff] [blame] | 396 | int ret; |
| 397 | |
Trond Myklebust | 06f814a | 2006-01-03 09:55:07 +0100 | [diff] [blame] | 398 | ret = rpc_wait_for_completion_task(task); |
Trond Myklebust | 06f814a | 2006-01-03 09:55:07 +0100 | [diff] [blame] | 399 | return ret; |
| 400 | } |
| 401 | |
Trond Myklebust | 6ee4126 | 2007-07-08 14:11:36 -0400 | [diff] [blame] | 402 | static int can_open_cached(struct nfs4_state *state, int mode) |
| 403 | { |
| 404 | int ret = 0; |
| 405 | switch (mode & (FMODE_READ|FMODE_WRITE|O_EXCL)) { |
| 406 | case FMODE_READ: |
| 407 | ret |= test_bit(NFS_O_RDONLY_STATE, &state->flags) != 0; |
Trond Myklebust | 6ee4126 | 2007-07-08 14:11:36 -0400 | [diff] [blame] | 408 | break; |
| 409 | case FMODE_WRITE: |
| 410 | ret |= test_bit(NFS_O_WRONLY_STATE, &state->flags) != 0; |
Trond Myklebust | 6ee4126 | 2007-07-08 14:11:36 -0400 | [diff] [blame] | 411 | break; |
| 412 | case FMODE_READ|FMODE_WRITE: |
| 413 | ret |= test_bit(NFS_O_RDWR_STATE, &state->flags) != 0; |
| 414 | } |
| 415 | return ret; |
| 416 | } |
| 417 | |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 418 | static int can_open_delegated(struct nfs_delegation *delegation, mode_t open_flags) |
| 419 | { |
| 420 | if ((delegation->type & open_flags) != open_flags) |
| 421 | return 0; |
Trond Myklebust | 15c831b | 2008-12-23 15:21:39 -0500 | [diff] [blame] | 422 | if (test_bit(NFS_DELEGATION_NEED_RECLAIM, &delegation->flags)) |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 423 | return 0; |
| 424 | return 1; |
| 425 | } |
| 426 | |
Trond Myklebust | 003707c | 2007-07-05 18:07:55 -0400 | [diff] [blame] | 427 | static void update_open_stateflags(struct nfs4_state *state, mode_t open_flags) |
Trond Myklebust | e761692 | 2006-01-03 09:55:13 +0100 | [diff] [blame] | 428 | { |
| 429 | switch (open_flags) { |
| 430 | case FMODE_WRITE: |
| 431 | state->n_wronly++; |
| 432 | break; |
| 433 | case FMODE_READ: |
| 434 | state->n_rdonly++; |
| 435 | break; |
| 436 | case FMODE_READ|FMODE_WRITE: |
| 437 | state->n_rdwr++; |
| 438 | } |
Trond Myklebust | 003707c | 2007-07-05 18:07:55 -0400 | [diff] [blame] | 439 | nfs4_state_set_mode_locked(state, state->state | open_flags); |
Trond Myklebust | e761692 | 2006-01-03 09:55:13 +0100 | [diff] [blame] | 440 | } |
| 441 | |
Trond Myklebust | 003707c | 2007-07-05 18:07:55 -0400 | [diff] [blame] | 442 | static void nfs_set_open_stateid_locked(struct nfs4_state *state, nfs4_stateid *stateid, int open_flags) |
| 443 | { |
| 444 | if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0) |
| 445 | memcpy(state->stateid.data, stateid->data, sizeof(state->stateid.data)); |
| 446 | memcpy(state->open_stateid.data, stateid->data, sizeof(state->open_stateid.data)); |
| 447 | switch (open_flags) { |
| 448 | case FMODE_READ: |
| 449 | set_bit(NFS_O_RDONLY_STATE, &state->flags); |
| 450 | break; |
| 451 | case FMODE_WRITE: |
| 452 | set_bit(NFS_O_WRONLY_STATE, &state->flags); |
| 453 | break; |
| 454 | case FMODE_READ|FMODE_WRITE: |
| 455 | set_bit(NFS_O_RDWR_STATE, &state->flags); |
| 456 | } |
| 457 | } |
| 458 | |
| 459 | static void nfs_set_open_stateid(struct nfs4_state *state, nfs4_stateid *stateid, int open_flags) |
| 460 | { |
Trond Myklebust | 8bda4e4 | 2007-07-09 10:45:42 -0400 | [diff] [blame] | 461 | write_seqlock(&state->seqlock); |
Trond Myklebust | 003707c | 2007-07-05 18:07:55 -0400 | [diff] [blame] | 462 | nfs_set_open_stateid_locked(state, stateid, open_flags); |
Trond Myklebust | 8bda4e4 | 2007-07-09 10:45:42 -0400 | [diff] [blame] | 463 | write_sequnlock(&state->seqlock); |
Trond Myklebust | 003707c | 2007-07-05 18:07:55 -0400 | [diff] [blame] | 464 | } |
| 465 | |
Trond Myklebust | 3431043 | 2008-12-23 15:21:38 -0500 | [diff] [blame] | 466 | static void __update_open_stateid(struct nfs4_state *state, nfs4_stateid *open_stateid, const nfs4_stateid *deleg_stateid, int open_flags) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 467 | { |
Trond Myklebust | 8bda4e4 | 2007-07-09 10:45:42 -0400 | [diff] [blame] | 468 | /* |
| 469 | * Protect the call to nfs4_state_set_mode_locked and |
| 470 | * serialise the stateid update |
| 471 | */ |
| 472 | write_seqlock(&state->seqlock); |
Trond Myklebust | 003707c | 2007-07-05 18:07:55 -0400 | [diff] [blame] | 473 | if (deleg_stateid != NULL) { |
| 474 | memcpy(state->stateid.data, deleg_stateid->data, sizeof(state->stateid.data)); |
| 475 | set_bit(NFS_DELEGATED_STATE, &state->flags); |
| 476 | } |
| 477 | if (open_stateid != NULL) |
| 478 | nfs_set_open_stateid_locked(state, open_stateid, open_flags); |
Trond Myklebust | 8bda4e4 | 2007-07-09 10:45:42 -0400 | [diff] [blame] | 479 | write_sequnlock(&state->seqlock); |
| 480 | spin_lock(&state->owner->so_lock); |
Trond Myklebust | e761692 | 2006-01-03 09:55:13 +0100 | [diff] [blame] | 481 | update_open_stateflags(state, open_flags); |
Trond Myklebust | ec07342 | 2005-10-20 14:22:47 -0700 | [diff] [blame] | 482 | spin_unlock(&state->owner->so_lock); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 483 | } |
| 484 | |
Trond Myklebust | 3431043 | 2008-12-23 15:21:38 -0500 | [diff] [blame] | 485 | static int update_open_stateid(struct nfs4_state *state, nfs4_stateid *open_stateid, nfs4_stateid *delegation, int open_flags) |
| 486 | { |
| 487 | struct nfs_inode *nfsi = NFS_I(state->inode); |
| 488 | struct nfs_delegation *deleg_cur; |
| 489 | int ret = 0; |
| 490 | |
| 491 | open_flags &= (FMODE_READ|FMODE_WRITE); |
| 492 | |
| 493 | rcu_read_lock(); |
| 494 | deleg_cur = rcu_dereference(nfsi->delegation); |
| 495 | if (deleg_cur == NULL) |
| 496 | goto no_delegation; |
| 497 | |
| 498 | spin_lock(&deleg_cur->lock); |
| 499 | if (nfsi->delegation != deleg_cur || |
| 500 | (deleg_cur->type & open_flags) != open_flags) |
| 501 | goto no_delegation_unlock; |
| 502 | |
| 503 | if (delegation == NULL) |
| 504 | delegation = &deleg_cur->stateid; |
| 505 | else if (memcmp(deleg_cur->stateid.data, delegation->data, NFS4_STATEID_SIZE) != 0) |
| 506 | goto no_delegation_unlock; |
| 507 | |
| 508 | __update_open_stateid(state, open_stateid, &deleg_cur->stateid, open_flags); |
| 509 | ret = 1; |
| 510 | no_delegation_unlock: |
| 511 | spin_unlock(&deleg_cur->lock); |
| 512 | no_delegation: |
| 513 | rcu_read_unlock(); |
| 514 | |
| 515 | if (!ret && open_stateid != NULL) { |
| 516 | __update_open_stateid(state, open_stateid, NULL, open_flags); |
| 517 | ret = 1; |
| 518 | } |
| 519 | |
| 520 | return ret; |
| 521 | } |
| 522 | |
| 523 | |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 524 | static void nfs4_return_incompatible_delegation(struct inode *inode, mode_t open_flags) |
| 525 | { |
| 526 | struct nfs_delegation *delegation; |
| 527 | |
| 528 | rcu_read_lock(); |
| 529 | delegation = rcu_dereference(NFS_I(inode)->delegation); |
| 530 | if (delegation == NULL || (delegation->type & open_flags) == open_flags) { |
| 531 | rcu_read_unlock(); |
| 532 | return; |
| 533 | } |
| 534 | rcu_read_unlock(); |
| 535 | nfs_inode_return_delegation(inode); |
| 536 | } |
| 537 | |
Trond Myklebust | 6ee4126 | 2007-07-08 14:11:36 -0400 | [diff] [blame] | 538 | static struct nfs4_state *nfs4_try_open_cached(struct nfs4_opendata *opendata) |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 539 | { |
| 540 | struct nfs4_state *state = opendata->state; |
| 541 | struct nfs_inode *nfsi = NFS_I(state->inode); |
| 542 | struct nfs_delegation *delegation; |
| 543 | int open_mode = opendata->o_arg.open_flags & (FMODE_READ|FMODE_WRITE|O_EXCL); |
| 544 | nfs4_stateid stateid; |
| 545 | int ret = -EAGAIN; |
| 546 | |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 547 | for (;;) { |
Trond Myklebust | 6ee4126 | 2007-07-08 14:11:36 -0400 | [diff] [blame] | 548 | if (can_open_cached(state, open_mode)) { |
| 549 | spin_lock(&state->owner->so_lock); |
| 550 | if (can_open_cached(state, open_mode)) { |
| 551 | update_open_stateflags(state, open_mode); |
| 552 | spin_unlock(&state->owner->so_lock); |
Trond Myklebust | 6ee4126 | 2007-07-08 14:11:36 -0400 | [diff] [blame] | 553 | goto out_return_state; |
| 554 | } |
| 555 | spin_unlock(&state->owner->so_lock); |
| 556 | } |
Trond Myklebust | 3431043 | 2008-12-23 15:21:38 -0500 | [diff] [blame] | 557 | rcu_read_lock(); |
| 558 | delegation = rcu_dereference(nfsi->delegation); |
| 559 | if (delegation == NULL || |
| 560 | !can_open_delegated(delegation, open_mode)) { |
| 561 | rcu_read_unlock(); |
Trond Myklebust | 6ee4126 | 2007-07-08 14:11:36 -0400 | [diff] [blame] | 562 | break; |
Trond Myklebust | 3431043 | 2008-12-23 15:21:38 -0500 | [diff] [blame] | 563 | } |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 564 | /* Save the delegation */ |
| 565 | memcpy(stateid.data, delegation->stateid.data, sizeof(stateid.data)); |
| 566 | rcu_read_unlock(); |
Trond Myklebust | af22f94 | 2007-08-10 17:45:10 -0400 | [diff] [blame] | 567 | ret = nfs_may_open(state->inode, state->owner->so_cred, open_mode); |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 568 | if (ret != 0) |
| 569 | goto out; |
| 570 | ret = -EAGAIN; |
Trond Myklebust | 3431043 | 2008-12-23 15:21:38 -0500 | [diff] [blame] | 571 | |
| 572 | /* Try to update the stateid using the delegation */ |
| 573 | if (update_open_stateid(state, NULL, &stateid, open_mode)) |
| 574 | goto out_return_state; |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 575 | } |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 576 | out: |
| 577 | return ERR_PTR(ret); |
| 578 | out_return_state: |
| 579 | atomic_inc(&state->count); |
| 580 | return state; |
| 581 | } |
| 582 | |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 583 | static struct nfs4_state *nfs4_opendata_to_nfs4_state(struct nfs4_opendata *data) |
| 584 | { |
| 585 | struct inode *inode; |
| 586 | struct nfs4_state *state = NULL; |
Trond Myklebust | 003707c | 2007-07-05 18:07:55 -0400 | [diff] [blame] | 587 | struct nfs_delegation *delegation; |
Trond Myklebust | 1b370bc | 2007-07-07 08:04:47 -0400 | [diff] [blame] | 588 | int ret; |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 589 | |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 590 | if (!data->rpc_done) { |
Trond Myklebust | 6ee4126 | 2007-07-08 14:11:36 -0400 | [diff] [blame] | 591 | state = nfs4_try_open_cached(data); |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 592 | goto out; |
| 593 | } |
| 594 | |
Trond Myklebust | 1b370bc | 2007-07-07 08:04:47 -0400 | [diff] [blame] | 595 | ret = -EAGAIN; |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 596 | if (!(data->f_attr.valid & NFS_ATTR_FATTR)) |
Trond Myklebust | 1b370bc | 2007-07-07 08:04:47 -0400 | [diff] [blame] | 597 | goto err; |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 598 | inode = nfs_fhget(data->dir->d_sb, &data->o_res.fh, &data->f_attr); |
Trond Myklebust | 1b370bc | 2007-07-07 08:04:47 -0400 | [diff] [blame] | 599 | ret = PTR_ERR(inode); |
Trond Myklebust | 03f28e3 | 2006-03-20 13:44:48 -0500 | [diff] [blame] | 600 | if (IS_ERR(inode)) |
Trond Myklebust | 1b370bc | 2007-07-07 08:04:47 -0400 | [diff] [blame] | 601 | goto err; |
| 602 | ret = -ENOMEM; |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 603 | state = nfs4_get_open_state(inode, data->owner); |
| 604 | if (state == NULL) |
Trond Myklebust | 1b370bc | 2007-07-07 08:04:47 -0400 | [diff] [blame] | 605 | goto err_put_inode; |
Trond Myklebust | 549d6ed | 2007-07-03 16:42:45 -0400 | [diff] [blame] | 606 | if (data->o_res.delegation_type != 0) { |
Trond Myklebust | 549d6ed | 2007-07-03 16:42:45 -0400 | [diff] [blame] | 607 | int delegation_flags = 0; |
| 608 | |
Trond Myklebust | 003707c | 2007-07-05 18:07:55 -0400 | [diff] [blame] | 609 | rcu_read_lock(); |
| 610 | delegation = rcu_dereference(NFS_I(inode)->delegation); |
| 611 | if (delegation) |
| 612 | delegation_flags = delegation->flags; |
| 613 | rcu_read_unlock(); |
Trond Myklebust | 15c831b | 2008-12-23 15:21:39 -0500 | [diff] [blame] | 614 | if ((delegation_flags & 1UL<<NFS_DELEGATION_NEED_RECLAIM) == 0) |
Trond Myklebust | 549d6ed | 2007-07-03 16:42:45 -0400 | [diff] [blame] | 615 | nfs_inode_set_delegation(state->inode, |
| 616 | data->owner->so_cred, |
| 617 | &data->o_res); |
| 618 | else |
| 619 | nfs_inode_reclaim_delegation(state->inode, |
| 620 | data->owner->so_cred, |
| 621 | &data->o_res); |
| 622 | } |
Trond Myklebust | 3431043 | 2008-12-23 15:21:38 -0500 | [diff] [blame] | 623 | |
| 624 | update_open_stateid(state, &data->o_res.stateid, NULL, |
| 625 | data->o_arg.open_flags); |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 626 | iput(inode); |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 627 | out: |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 628 | return state; |
Trond Myklebust | 1b370bc | 2007-07-07 08:04:47 -0400 | [diff] [blame] | 629 | err_put_inode: |
| 630 | iput(inode); |
| 631 | err: |
| 632 | return ERR_PTR(ret); |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 633 | } |
| 634 | |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 635 | static struct nfs_open_context *nfs4_state_find_open_context(struct nfs4_state *state) |
| 636 | { |
| 637 | struct nfs_inode *nfsi = NFS_I(state->inode); |
| 638 | struct nfs_open_context *ctx; |
| 639 | |
| 640 | spin_lock(&state->inode->i_lock); |
| 641 | list_for_each_entry(ctx, &nfsi->open_files, list) { |
| 642 | if (ctx->state != state) |
| 643 | continue; |
| 644 | get_nfs_open_context(ctx); |
| 645 | spin_unlock(&state->inode->i_lock); |
| 646 | return ctx; |
| 647 | } |
| 648 | spin_unlock(&state->inode->i_lock); |
| 649 | return ERR_PTR(-ENOENT); |
| 650 | } |
| 651 | |
Trond Myklebust | 6f220ed | 2007-07-17 21:50:45 -0400 | [diff] [blame] | 652 | static struct nfs4_opendata *nfs4_open_recoverdata_alloc(struct nfs_open_context *ctx, struct nfs4_state *state) |
| 653 | { |
| 654 | struct nfs4_opendata *opendata; |
| 655 | |
| 656 | opendata = nfs4_opendata_alloc(&ctx->path, state->owner, 0, NULL); |
| 657 | if (opendata == NULL) |
| 658 | return ERR_PTR(-ENOMEM); |
| 659 | opendata->state = state; |
| 660 | atomic_inc(&state->count); |
| 661 | return opendata; |
| 662 | } |
| 663 | |
Trond Myklebust | 2ced46c | 2007-07-03 23:48:13 -0400 | [diff] [blame] | 664 | static int nfs4_open_recover_helper(struct nfs4_opendata *opendata, mode_t openflags, struct nfs4_state **res) |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 665 | { |
Trond Myklebust | 2ced46c | 2007-07-03 23:48:13 -0400 | [diff] [blame] | 666 | struct nfs4_state *newstate; |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 667 | int ret; |
| 668 | |
| 669 | opendata->o_arg.open_flags = openflags; |
Trond Myklebust | 2ced46c | 2007-07-03 23:48:13 -0400 | [diff] [blame] | 670 | memset(&opendata->o_res, 0, sizeof(opendata->o_res)); |
| 671 | memset(&opendata->c_res, 0, sizeof(opendata->c_res)); |
| 672 | nfs4_init_opendata_res(opendata); |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 673 | ret = _nfs4_proc_open(opendata); |
| 674 | if (ret != 0) |
| 675 | return ret; |
Trond Myklebust | 2ced46c | 2007-07-03 23:48:13 -0400 | [diff] [blame] | 676 | newstate = nfs4_opendata_to_nfs4_state(opendata); |
Trond Myklebust | 1b370bc | 2007-07-07 08:04:47 -0400 | [diff] [blame] | 677 | if (IS_ERR(newstate)) |
| 678 | return PTR_ERR(newstate); |
| 679 | nfs4_close_state(&opendata->path, newstate, openflags); |
Trond Myklebust | 2ced46c | 2007-07-03 23:48:13 -0400 | [diff] [blame] | 680 | *res = newstate; |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 681 | return 0; |
| 682 | } |
| 683 | |
| 684 | static int nfs4_open_recover(struct nfs4_opendata *opendata, struct nfs4_state *state) |
| 685 | { |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 686 | struct nfs4_state *newstate; |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 687 | int ret; |
| 688 | |
| 689 | /* memory barrier prior to reading state->n_* */ |
Trond Myklebust | 2ced46c | 2007-07-03 23:48:13 -0400 | [diff] [blame] | 690 | clear_bit(NFS_DELEGATED_STATE, &state->flags); |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 691 | smp_rmb(); |
| 692 | if (state->n_rdwr != 0) { |
Trond Myklebust | 2ced46c | 2007-07-03 23:48:13 -0400 | [diff] [blame] | 693 | ret = nfs4_open_recover_helper(opendata, FMODE_READ|FMODE_WRITE, &newstate); |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 694 | if (ret != 0) |
| 695 | return ret; |
Trond Myklebust | 2ced46c | 2007-07-03 23:48:13 -0400 | [diff] [blame] | 696 | if (newstate != state) |
| 697 | return -ESTALE; |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 698 | } |
| 699 | if (state->n_wronly != 0) { |
Trond Myklebust | 2ced46c | 2007-07-03 23:48:13 -0400 | [diff] [blame] | 700 | ret = nfs4_open_recover_helper(opendata, FMODE_WRITE, &newstate); |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 701 | if (ret != 0) |
| 702 | return ret; |
Trond Myklebust | 2ced46c | 2007-07-03 23:48:13 -0400 | [diff] [blame] | 703 | if (newstate != state) |
| 704 | return -ESTALE; |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 705 | } |
| 706 | if (state->n_rdonly != 0) { |
Trond Myklebust | 2ced46c | 2007-07-03 23:48:13 -0400 | [diff] [blame] | 707 | ret = nfs4_open_recover_helper(opendata, FMODE_READ, &newstate); |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 708 | if (ret != 0) |
| 709 | return ret; |
Trond Myklebust | 2ced46c | 2007-07-03 23:48:13 -0400 | [diff] [blame] | 710 | if (newstate != state) |
| 711 | return -ESTALE; |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 712 | } |
Trond Myklebust | 1ac7e2f | 2007-07-08 21:04:15 -0400 | [diff] [blame] | 713 | /* |
| 714 | * We may have performed cached opens for all three recoveries. |
| 715 | * Check if we need to update the current stateid. |
| 716 | */ |
| 717 | if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0 && |
| 718 | memcmp(state->stateid.data, state->open_stateid.data, sizeof(state->stateid.data)) != 0) { |
Trond Myklebust | 8bda4e4 | 2007-07-09 10:45:42 -0400 | [diff] [blame] | 719 | write_seqlock(&state->seqlock); |
Trond Myklebust | 1ac7e2f | 2007-07-08 21:04:15 -0400 | [diff] [blame] | 720 | if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0) |
| 721 | memcpy(state->stateid.data, state->open_stateid.data, sizeof(state->stateid.data)); |
Trond Myklebust | 8bda4e4 | 2007-07-09 10:45:42 -0400 | [diff] [blame] | 722 | write_sequnlock(&state->seqlock); |
Trond Myklebust | 1ac7e2f | 2007-07-08 21:04:15 -0400 | [diff] [blame] | 723 | } |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 724 | return 0; |
| 725 | } |
| 726 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 727 | /* |
| 728 | * OPEN_RECLAIM: |
| 729 | * reclaim state on the server after a reboot. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 730 | */ |
Trond Myklebust | 539cd03 | 2007-06-05 11:46:42 -0400 | [diff] [blame] | 731 | static int _nfs4_do_open_reclaim(struct nfs_open_context *ctx, struct nfs4_state *state) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 732 | { |
Trond Myklebust | 1ac7e2f | 2007-07-08 21:04:15 -0400 | [diff] [blame] | 733 | struct nfs_delegation *delegation; |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 734 | struct nfs4_opendata *opendata; |
| 735 | int delegation_type = 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 736 | int status; |
| 737 | |
Trond Myklebust | 6f220ed | 2007-07-17 21:50:45 -0400 | [diff] [blame] | 738 | opendata = nfs4_open_recoverdata_alloc(ctx, state); |
| 739 | if (IS_ERR(opendata)) |
| 740 | return PTR_ERR(opendata); |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 741 | opendata->o_arg.claim = NFS4_OPEN_CLAIM_PREVIOUS; |
| 742 | opendata->o_arg.fh = NFS_FH(state->inode); |
Trond Myklebust | 1ac7e2f | 2007-07-08 21:04:15 -0400 | [diff] [blame] | 743 | rcu_read_lock(); |
| 744 | delegation = rcu_dereference(NFS_I(state->inode)->delegation); |
Trond Myklebust | 15c831b | 2008-12-23 15:21:39 -0500 | [diff] [blame] | 745 | if (delegation != NULL && test_bit(NFS_DELEGATION_NEED_RECLAIM, &delegation->flags) != 0) |
Trond Myklebust | 65bbf6b | 2007-08-27 09:57:46 -0400 | [diff] [blame] | 746 | delegation_type = delegation->type; |
Trond Myklebust | 1ac7e2f | 2007-07-08 21:04:15 -0400 | [diff] [blame] | 747 | rcu_read_unlock(); |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 748 | opendata->o_arg.u.delegation_type = delegation_type; |
| 749 | status = nfs4_open_recover(opendata, state); |
Trond Myklebust | c6d00e6 | 2007-06-17 16:02:44 -0400 | [diff] [blame] | 750 | nfs4_opendata_put(opendata); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 751 | return status; |
| 752 | } |
| 753 | |
Trond Myklebust | 539cd03 | 2007-06-05 11:46:42 -0400 | [diff] [blame] | 754 | static int nfs4_do_open_reclaim(struct nfs_open_context *ctx, struct nfs4_state *state) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 755 | { |
| 756 | struct nfs_server *server = NFS_SERVER(state->inode); |
| 757 | struct nfs4_exception exception = { }; |
| 758 | int err; |
| 759 | do { |
Trond Myklebust | 539cd03 | 2007-06-05 11:46:42 -0400 | [diff] [blame] | 760 | err = _nfs4_do_open_reclaim(ctx, state); |
Trond Myklebust | 202b50d | 2005-06-22 17:16:29 +0000 | [diff] [blame] | 761 | if (err != -NFS4ERR_DELAY) |
| 762 | break; |
| 763 | nfs4_handle_exception(server, err, &exception); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 764 | } while (exception.retry); |
| 765 | return err; |
| 766 | } |
| 767 | |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 768 | static int nfs4_open_reclaim(struct nfs4_state_owner *sp, struct nfs4_state *state) |
| 769 | { |
| 770 | struct nfs_open_context *ctx; |
| 771 | int ret; |
| 772 | |
| 773 | ctx = nfs4_state_find_open_context(state); |
| 774 | if (IS_ERR(ctx)) |
| 775 | return PTR_ERR(ctx); |
Trond Myklebust | 539cd03 | 2007-06-05 11:46:42 -0400 | [diff] [blame] | 776 | ret = nfs4_do_open_reclaim(ctx, state); |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 777 | put_nfs_open_context(ctx); |
| 778 | return ret; |
| 779 | } |
| 780 | |
Trond Myklebust | 13437e1 | 2007-07-06 15:10:43 -0400 | [diff] [blame] | 781 | static int _nfs4_open_delegation_recall(struct nfs_open_context *ctx, struct nfs4_state *state, const nfs4_stateid *stateid) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 782 | { |
Trond Myklebust | e56e0b78 | 2006-01-03 09:55:08 +0100 | [diff] [blame] | 783 | struct nfs4_opendata *opendata; |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 784 | int ret; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 785 | |
Trond Myklebust | 6f220ed | 2007-07-17 21:50:45 -0400 | [diff] [blame] | 786 | opendata = nfs4_open_recoverdata_alloc(ctx, state); |
| 787 | if (IS_ERR(opendata)) |
| 788 | return PTR_ERR(opendata); |
Trond Myklebust | e56e0b78 | 2006-01-03 09:55:08 +0100 | [diff] [blame] | 789 | opendata->o_arg.claim = NFS4_OPEN_CLAIM_DELEGATE_CUR; |
Trond Myklebust | 13437e1 | 2007-07-06 15:10:43 -0400 | [diff] [blame] | 790 | memcpy(opendata->o_arg.u.delegation.data, stateid->data, |
Trond Myklebust | e56e0b78 | 2006-01-03 09:55:08 +0100 | [diff] [blame] | 791 | sizeof(opendata->o_arg.u.delegation.data)); |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 792 | ret = nfs4_open_recover(opendata, state); |
Trond Myklebust | c6d00e6 | 2007-06-17 16:02:44 -0400 | [diff] [blame] | 793 | nfs4_opendata_put(opendata); |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 794 | return ret; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 795 | } |
| 796 | |
Trond Myklebust | 13437e1 | 2007-07-06 15:10:43 -0400 | [diff] [blame] | 797 | int nfs4_open_delegation_recall(struct nfs_open_context *ctx, struct nfs4_state *state, const nfs4_stateid *stateid) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 798 | { |
| 799 | struct nfs4_exception exception = { }; |
Trond Myklebust | 539cd03 | 2007-06-05 11:46:42 -0400 | [diff] [blame] | 800 | struct nfs_server *server = NFS_SERVER(state->inode); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 801 | int err; |
| 802 | do { |
Trond Myklebust | 13437e1 | 2007-07-06 15:10:43 -0400 | [diff] [blame] | 803 | err = _nfs4_open_delegation_recall(ctx, state, stateid); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 804 | switch (err) { |
| 805 | case 0: |
| 806 | return err; |
| 807 | case -NFS4ERR_STALE_CLIENTID: |
| 808 | case -NFS4ERR_STALE_STATEID: |
| 809 | case -NFS4ERR_EXPIRED: |
| 810 | /* Don't recall a delegation if it was lost */ |
David Howells | 7539bba | 2006-08-22 20:06:09 -0400 | [diff] [blame] | 811 | nfs4_schedule_state_recovery(server->nfs_client); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 812 | return err; |
| 813 | } |
| 814 | err = nfs4_handle_exception(server, err, &exception); |
| 815 | } while (exception.retry); |
| 816 | return err; |
| 817 | } |
| 818 | |
Trond Myklebust | cdd4e68 | 2006-01-03 09:55:12 +0100 | [diff] [blame] | 819 | static void nfs4_open_confirm_done(struct rpc_task *task, void *calldata) |
| 820 | { |
| 821 | struct nfs4_opendata *data = calldata; |
| 822 | |
| 823 | data->rpc_status = task->tk_status; |
| 824 | if (RPC_ASSASSINATED(task)) |
| 825 | return; |
Trond Myklebust | 26e976a | 2006-01-03 09:55:21 +0100 | [diff] [blame] | 826 | if (data->rpc_status == 0) { |
Trond Myklebust | cdd4e68 | 2006-01-03 09:55:12 +0100 | [diff] [blame] | 827 | memcpy(data->o_res.stateid.data, data->c_res.stateid.data, |
| 828 | sizeof(data->o_res.stateid.data)); |
Trond Myklebust | bb22629 | 2008-01-02 15:19:18 -0500 | [diff] [blame] | 829 | nfs_confirm_seqid(&data->owner->so_seqid, 0); |
Trond Myklebust | 26e976a | 2006-01-03 09:55:21 +0100 | [diff] [blame] | 830 | renew_lease(data->o_res.server, data->timestamp); |
Trond Myklebust | 3e30991 | 2007-07-07 13:19:59 -0400 | [diff] [blame] | 831 | data->rpc_done = 1; |
Trond Myklebust | 26e976a | 2006-01-03 09:55:21 +0100 | [diff] [blame] | 832 | } |
Trond Myklebust | cdd4e68 | 2006-01-03 09:55:12 +0100 | [diff] [blame] | 833 | } |
| 834 | |
| 835 | static void nfs4_open_confirm_release(void *calldata) |
| 836 | { |
| 837 | struct nfs4_opendata *data = calldata; |
| 838 | struct nfs4_state *state = NULL; |
| 839 | |
| 840 | /* If this request hasn't been cancelled, do nothing */ |
| 841 | if (data->cancelled == 0) |
| 842 | goto out_free; |
| 843 | /* In case of error, no cleanup! */ |
Trond Myklebust | 3e30991 | 2007-07-07 13:19:59 -0400 | [diff] [blame] | 844 | if (!data->rpc_done) |
Trond Myklebust | cdd4e68 | 2006-01-03 09:55:12 +0100 | [diff] [blame] | 845 | goto out_free; |
Trond Myklebust | cdd4e68 | 2006-01-03 09:55:12 +0100 | [diff] [blame] | 846 | state = nfs4_opendata_to_nfs4_state(data); |
Trond Myklebust | 1b370bc | 2007-07-07 08:04:47 -0400 | [diff] [blame] | 847 | if (!IS_ERR(state)) |
Trond Myklebust | 4a35bd4 | 2007-06-05 10:31:33 -0400 | [diff] [blame] | 848 | nfs4_close_state(&data->path, state, data->o_arg.open_flags); |
Trond Myklebust | cdd4e68 | 2006-01-03 09:55:12 +0100 | [diff] [blame] | 849 | out_free: |
Trond Myklebust | c6d00e6 | 2007-06-17 16:02:44 -0400 | [diff] [blame] | 850 | nfs4_opendata_put(data); |
Trond Myklebust | cdd4e68 | 2006-01-03 09:55:12 +0100 | [diff] [blame] | 851 | } |
| 852 | |
| 853 | static const struct rpc_call_ops nfs4_open_confirm_ops = { |
Trond Myklebust | cdd4e68 | 2006-01-03 09:55:12 +0100 | [diff] [blame] | 854 | .rpc_call_done = nfs4_open_confirm_done, |
| 855 | .rpc_release = nfs4_open_confirm_release, |
| 856 | }; |
| 857 | |
| 858 | /* |
| 859 | * Note: On error, nfs4_proc_open_confirm will free the struct nfs4_opendata |
| 860 | */ |
| 861 | static int _nfs4_proc_open_confirm(struct nfs4_opendata *data) |
| 862 | { |
| 863 | struct nfs_server *server = NFS_SERVER(data->dir->d_inode); |
| 864 | struct rpc_task *task; |
Trond Myklebust | 5138fde | 2007-07-14 15:40:01 -0400 | [diff] [blame] | 865 | struct rpc_message msg = { |
| 866 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN_CONFIRM], |
| 867 | .rpc_argp = &data->c_arg, |
| 868 | .rpc_resp = &data->c_res, |
| 869 | .rpc_cred = data->owner->so_cred, |
| 870 | }; |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 871 | struct rpc_task_setup task_setup_data = { |
| 872 | .rpc_client = server->client, |
Trond Myklebust | 5138fde | 2007-07-14 15:40:01 -0400 | [diff] [blame] | 873 | .rpc_message = &msg, |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 874 | .callback_ops = &nfs4_open_confirm_ops, |
| 875 | .callback_data = data, |
Trond Myklebust | 101070c | 2008-02-19 20:04:23 -0500 | [diff] [blame] | 876 | .workqueue = nfsiod_workqueue, |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 877 | .flags = RPC_TASK_ASYNC, |
| 878 | }; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 879 | int status; |
| 880 | |
Trond Myklebust | c6d00e6 | 2007-06-17 16:02:44 -0400 | [diff] [blame] | 881 | kref_get(&data->kref); |
Trond Myklebust | 3e30991 | 2007-07-07 13:19:59 -0400 | [diff] [blame] | 882 | data->rpc_done = 0; |
| 883 | data->rpc_status = 0; |
Trond Myklebust | 5138fde | 2007-07-14 15:40:01 -0400 | [diff] [blame] | 884 | data->timestamp = jiffies; |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 885 | task = rpc_run_task(&task_setup_data); |
Trond Myklebust | 7a1218a | 2006-03-20 18:11:10 -0500 | [diff] [blame] | 886 | if (IS_ERR(task)) |
Trond Myklebust | cdd4e68 | 2006-01-03 09:55:12 +0100 | [diff] [blame] | 887 | return PTR_ERR(task); |
Trond Myklebust | cdd4e68 | 2006-01-03 09:55:12 +0100 | [diff] [blame] | 888 | status = nfs4_wait_for_completion_rpc_task(task); |
| 889 | if (status != 0) { |
| 890 | data->cancelled = 1; |
| 891 | smp_wmb(); |
| 892 | } else |
| 893 | status = data->rpc_status; |
Trond Myklebust | e6b3c4d | 2006-11-11 22:18:03 -0500 | [diff] [blame] | 894 | rpc_put_task(task); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 895 | return status; |
| 896 | } |
| 897 | |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 898 | static void nfs4_open_prepare(struct rpc_task *task, void *calldata) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 899 | { |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 900 | struct nfs4_opendata *data = calldata; |
| 901 | struct nfs4_state_owner *sp = data->owner; |
Trond Myklebust | 5138fde | 2007-07-14 15:40:01 -0400 | [diff] [blame] | 902 | |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 903 | if (nfs_wait_on_sequence(data->o_arg.seqid, task) != 0) |
| 904 | return; |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 905 | /* |
| 906 | * Check if we still need to send an OPEN call, or if we can use |
| 907 | * a delegation instead. |
| 908 | */ |
| 909 | if (data->state != NULL) { |
| 910 | struct nfs_delegation *delegation; |
| 911 | |
Trond Myklebust | 6ee4126 | 2007-07-08 14:11:36 -0400 | [diff] [blame] | 912 | if (can_open_cached(data->state, data->o_arg.open_flags & (FMODE_READ|FMODE_WRITE|O_EXCL))) |
| 913 | goto out_no_action; |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 914 | rcu_read_lock(); |
| 915 | delegation = rcu_dereference(NFS_I(data->state->inode)->delegation); |
| 916 | if (delegation != NULL && |
Trond Myklebust | 15c831b | 2008-12-23 15:21:39 -0500 | [diff] [blame] | 917 | test_bit(NFS_DELEGATION_NEED_RECLAIM, &delegation->flags) == 0) { |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 918 | rcu_read_unlock(); |
Trond Myklebust | 6ee4126 | 2007-07-08 14:11:36 -0400 | [diff] [blame] | 919 | goto out_no_action; |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 920 | } |
| 921 | rcu_read_unlock(); |
| 922 | } |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 923 | /* Update sequence id. */ |
Trond Myklebust | 9f958ab | 2007-07-02 13:58:33 -0400 | [diff] [blame] | 924 | data->o_arg.id = sp->so_owner_id.id; |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 925 | data->o_arg.clientid = sp->so_client->cl_clientid; |
Trond Myklebust | 6f220ed | 2007-07-17 21:50:45 -0400 | [diff] [blame] | 926 | if (data->o_arg.claim == NFS4_OPEN_CLAIM_PREVIOUS) { |
Trond Myklebust | 5138fde | 2007-07-14 15:40:01 -0400 | [diff] [blame] | 927 | task->tk_msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN_NOATTR]; |
Trond Myklebust | 6f220ed | 2007-07-17 21:50:45 -0400 | [diff] [blame] | 928 | nfs_copy_fh(&data->o_res.fh, data->o_arg.fh); |
| 929 | } |
Trond Myklebust | 26e976a | 2006-01-03 09:55:21 +0100 | [diff] [blame] | 930 | data->timestamp = jiffies; |
Trond Myklebust | 5138fde | 2007-07-14 15:40:01 -0400 | [diff] [blame] | 931 | rpc_call_start(task); |
Trond Myklebust | 6ee4126 | 2007-07-08 14:11:36 -0400 | [diff] [blame] | 932 | return; |
| 933 | out_no_action: |
| 934 | task->tk_action = NULL; |
| 935 | |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 936 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 937 | |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 938 | static void nfs4_open_done(struct rpc_task *task, void *calldata) |
| 939 | { |
| 940 | struct nfs4_opendata *data = calldata; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 941 | |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 942 | data->rpc_status = task->tk_status; |
| 943 | if (RPC_ASSASSINATED(task)) |
| 944 | return; |
| 945 | if (task->tk_status == 0) { |
| 946 | switch (data->o_res.f_attr->mode & S_IFMT) { |
Trond Myklebust | 6f926b5 | 2005-10-18 14:20:18 -0700 | [diff] [blame] | 947 | case S_IFREG: |
| 948 | break; |
| 949 | case S_IFLNK: |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 950 | data->rpc_status = -ELOOP; |
Trond Myklebust | 6f926b5 | 2005-10-18 14:20:18 -0700 | [diff] [blame] | 951 | break; |
| 952 | case S_IFDIR: |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 953 | data->rpc_status = -EISDIR; |
Trond Myklebust | 6f926b5 | 2005-10-18 14:20:18 -0700 | [diff] [blame] | 954 | break; |
| 955 | default: |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 956 | data->rpc_status = -ENOTDIR; |
Trond Myklebust | 6f926b5 | 2005-10-18 14:20:18 -0700 | [diff] [blame] | 957 | } |
Trond Myklebust | 26e976a | 2006-01-03 09:55:21 +0100 | [diff] [blame] | 958 | renew_lease(data->o_res.server, data->timestamp); |
Trond Myklebust | 0f9f95e | 2007-07-08 16:19:56 -0400 | [diff] [blame] | 959 | if (!(data->o_res.rflags & NFS4_OPEN_RESULT_CONFIRM)) |
| 960 | nfs_confirm_seqid(&data->owner->so_seqid, 0); |
Trond Myklebust | 6f926b5 | 2005-10-18 14:20:18 -0700 | [diff] [blame] | 961 | } |
Trond Myklebust | 3e30991 | 2007-07-07 13:19:59 -0400 | [diff] [blame] | 962 | data->rpc_done = 1; |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 963 | } |
Trond Myklebust | 6f926b5 | 2005-10-18 14:20:18 -0700 | [diff] [blame] | 964 | |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 965 | static void nfs4_open_release(void *calldata) |
| 966 | { |
| 967 | struct nfs4_opendata *data = calldata; |
| 968 | struct nfs4_state *state = NULL; |
| 969 | |
| 970 | /* If this request hasn't been cancelled, do nothing */ |
| 971 | if (data->cancelled == 0) |
| 972 | goto out_free; |
| 973 | /* In case of error, no cleanup! */ |
Trond Myklebust | 3e30991 | 2007-07-07 13:19:59 -0400 | [diff] [blame] | 974 | if (data->rpc_status != 0 || !data->rpc_done) |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 975 | goto out_free; |
| 976 | /* In case we need an open_confirm, no cleanup! */ |
| 977 | if (data->o_res.rflags & NFS4_OPEN_RESULT_CONFIRM) |
| 978 | goto out_free; |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 979 | state = nfs4_opendata_to_nfs4_state(data); |
Trond Myklebust | 1b370bc | 2007-07-07 08:04:47 -0400 | [diff] [blame] | 980 | if (!IS_ERR(state)) |
Trond Myklebust | 4a35bd4 | 2007-06-05 10:31:33 -0400 | [diff] [blame] | 981 | nfs4_close_state(&data->path, state, data->o_arg.open_flags); |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 982 | out_free: |
Trond Myklebust | c6d00e6 | 2007-06-17 16:02:44 -0400 | [diff] [blame] | 983 | nfs4_opendata_put(data); |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 984 | } |
| 985 | |
| 986 | static const struct rpc_call_ops nfs4_open_ops = { |
| 987 | .rpc_call_prepare = nfs4_open_prepare, |
| 988 | .rpc_call_done = nfs4_open_done, |
| 989 | .rpc_release = nfs4_open_release, |
| 990 | }; |
| 991 | |
| 992 | /* |
| 993 | * Note: On error, nfs4_proc_open will free the struct nfs4_opendata |
| 994 | */ |
| 995 | static int _nfs4_proc_open(struct nfs4_opendata *data) |
| 996 | { |
| 997 | struct inode *dir = data->dir->d_inode; |
| 998 | struct nfs_server *server = NFS_SERVER(dir); |
| 999 | struct nfs_openargs *o_arg = &data->o_arg; |
| 1000 | struct nfs_openres *o_res = &data->o_res; |
| 1001 | struct rpc_task *task; |
Trond Myklebust | 5138fde | 2007-07-14 15:40:01 -0400 | [diff] [blame] | 1002 | struct rpc_message msg = { |
| 1003 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN], |
| 1004 | .rpc_argp = o_arg, |
| 1005 | .rpc_resp = o_res, |
| 1006 | .rpc_cred = data->owner->so_cred, |
| 1007 | }; |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 1008 | struct rpc_task_setup task_setup_data = { |
| 1009 | .rpc_client = server->client, |
Trond Myklebust | 5138fde | 2007-07-14 15:40:01 -0400 | [diff] [blame] | 1010 | .rpc_message = &msg, |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 1011 | .callback_ops = &nfs4_open_ops, |
| 1012 | .callback_data = data, |
Trond Myklebust | 101070c | 2008-02-19 20:04:23 -0500 | [diff] [blame] | 1013 | .workqueue = nfsiod_workqueue, |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 1014 | .flags = RPC_TASK_ASYNC, |
| 1015 | }; |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 1016 | int status; |
| 1017 | |
Trond Myklebust | c6d00e6 | 2007-06-17 16:02:44 -0400 | [diff] [blame] | 1018 | kref_get(&data->kref); |
Trond Myklebust | 3e30991 | 2007-07-07 13:19:59 -0400 | [diff] [blame] | 1019 | data->rpc_done = 0; |
| 1020 | data->rpc_status = 0; |
Trond Myklebust | 2ced46c | 2007-07-03 23:48:13 -0400 | [diff] [blame] | 1021 | data->cancelled = 0; |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 1022 | task = rpc_run_task(&task_setup_data); |
Trond Myklebust | 7a1218a | 2006-03-20 18:11:10 -0500 | [diff] [blame] | 1023 | if (IS_ERR(task)) |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 1024 | return PTR_ERR(task); |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 1025 | status = nfs4_wait_for_completion_rpc_task(task); |
| 1026 | if (status != 0) { |
| 1027 | data->cancelled = 1; |
| 1028 | smp_wmb(); |
| 1029 | } else |
| 1030 | status = data->rpc_status; |
Trond Myklebust | e6b3c4d | 2006-11-11 22:18:03 -0500 | [diff] [blame] | 1031 | rpc_put_task(task); |
Trond Myklebust | 3e30991 | 2007-07-07 13:19:59 -0400 | [diff] [blame] | 1032 | if (status != 0 || !data->rpc_done) |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 1033 | return status; |
| 1034 | |
Trond Myklebust | 9936781 | 2007-07-17 21:52:41 -0400 | [diff] [blame] | 1035 | if (o_res->fh.size == 0) |
| 1036 | _nfs4_proc_lookup(dir, o_arg->name, &o_res->fh, o_res->f_attr); |
| 1037 | |
Trond Myklebust | 56ae19f | 2005-10-27 22:12:40 -0400 | [diff] [blame] | 1038 | if (o_arg->open_flags & O_CREAT) { |
| 1039 | update_changeattr(dir, &o_res->cinfo); |
| 1040 | nfs_post_op_update_inode(dir, o_res->dir_attr); |
| 1041 | } else |
| 1042 | nfs_refresh_inode(dir, o_res->dir_attr); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1043 | if(o_res->rflags & NFS4_OPEN_RESULT_CONFIRM) { |
Trond Myklebust | cdd4e68 | 2006-01-03 09:55:12 +0100 | [diff] [blame] | 1044 | status = _nfs4_proc_open_confirm(data); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1045 | if (status != 0) |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 1046 | return status; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1047 | } |
| 1048 | if (!(o_res->f_attr->valid & NFS_ATTR_FATTR)) |
Trond Myklebust | 9936781 | 2007-07-17 21:52:41 -0400 | [diff] [blame] | 1049 | _nfs4_proc_getattr(server, &o_res->fh, o_res->f_attr); |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 1050 | return 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1051 | } |
| 1052 | |
Trond Myklebust | 10afec9 | 2007-05-14 17:16:04 -0400 | [diff] [blame] | 1053 | static int nfs4_recover_expired_lease(struct nfs_server *server) |
Trond Myklebust | 58d9714 | 2006-01-03 09:55:24 +0100 | [diff] [blame] | 1054 | { |
David Howells | 7539bba | 2006-08-22 20:06:09 -0400 | [diff] [blame] | 1055 | struct nfs_client *clp = server->nfs_client; |
Trond Myklebust | 6b30954 | 2006-09-14 14:03:14 -0400 | [diff] [blame] | 1056 | int ret; |
Trond Myklebust | 58d9714 | 2006-01-03 09:55:24 +0100 | [diff] [blame] | 1057 | |
Trond Myklebust | 6b30954 | 2006-09-14 14:03:14 -0400 | [diff] [blame] | 1058 | for (;;) { |
Trond Myklebust | 65de872 | 2008-12-23 15:21:44 -0500 | [diff] [blame] | 1059 | ret = nfs4_wait_clnt_recover(clp); |
Trond Myklebust | 6b30954 | 2006-09-14 14:03:14 -0400 | [diff] [blame] | 1060 | if (ret != 0) |
| 1061 | return ret; |
Trond Myklebust | e598d84 | 2008-12-23 15:21:42 -0500 | [diff] [blame] | 1062 | if (!test_bit(NFS4CLNT_LEASE_EXPIRED, &clp->cl_state) && |
| 1063 | !test_bit(NFS4CLNT_CHECK_LEASE,&clp->cl_state)) |
Trond Myklebust | 6b30954 | 2006-09-14 14:03:14 -0400 | [diff] [blame] | 1064 | break; |
Trond Myklebust | 58d9714 | 2006-01-03 09:55:24 +0100 | [diff] [blame] | 1065 | nfs4_schedule_state_recovery(clp); |
Trond Myklebust | 6b30954 | 2006-09-14 14:03:14 -0400 | [diff] [blame] | 1066 | } |
| 1067 | return 0; |
Trond Myklebust | 58d9714 | 2006-01-03 09:55:24 +0100 | [diff] [blame] | 1068 | } |
| 1069 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1070 | /* |
| 1071 | * OPEN_EXPIRED: |
| 1072 | * reclaim state on the server after a network partition. |
| 1073 | * Assumes caller holds the appropriate lock |
| 1074 | */ |
Trond Myklebust | 539cd03 | 2007-06-05 11:46:42 -0400 | [diff] [blame] | 1075 | static int _nfs4_open_expired(struct nfs_open_context *ctx, struct nfs4_state *state) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1076 | { |
Trond Myklebust | e56e0b78 | 2006-01-03 09:55:08 +0100 | [diff] [blame] | 1077 | struct nfs4_opendata *opendata; |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 1078 | int ret; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1079 | |
Trond Myklebust | 6f220ed | 2007-07-17 21:50:45 -0400 | [diff] [blame] | 1080 | opendata = nfs4_open_recoverdata_alloc(ctx, state); |
| 1081 | if (IS_ERR(opendata)) |
| 1082 | return PTR_ERR(opendata); |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 1083 | ret = nfs4_open_recover(opendata, state); |
Trond Myklebust | 35d0577 | 2008-04-05 15:54:17 -0400 | [diff] [blame] | 1084 | if (ret == -ESTALE) |
Trond Myklebust | 539cd03 | 2007-06-05 11:46:42 -0400 | [diff] [blame] | 1085 | d_drop(ctx->path.dentry); |
Trond Myklebust | c6d00e6 | 2007-06-17 16:02:44 -0400 | [diff] [blame] | 1086 | nfs4_opendata_put(opendata); |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 1087 | return ret; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1088 | } |
| 1089 | |
Trond Myklebust | 539cd03 | 2007-06-05 11:46:42 -0400 | [diff] [blame] | 1090 | static inline int nfs4_do_open_expired(struct nfs_open_context *ctx, struct nfs4_state *state) |
Trond Myklebust | 202b50d | 2005-06-22 17:16:29 +0000 | [diff] [blame] | 1091 | { |
Trond Myklebust | 539cd03 | 2007-06-05 11:46:42 -0400 | [diff] [blame] | 1092 | struct nfs_server *server = NFS_SERVER(state->inode); |
Trond Myklebust | 202b50d | 2005-06-22 17:16:29 +0000 | [diff] [blame] | 1093 | struct nfs4_exception exception = { }; |
| 1094 | int err; |
| 1095 | |
| 1096 | do { |
Trond Myklebust | 539cd03 | 2007-06-05 11:46:42 -0400 | [diff] [blame] | 1097 | err = _nfs4_open_expired(ctx, state); |
Trond Myklebust | 202b50d | 2005-06-22 17:16:29 +0000 | [diff] [blame] | 1098 | if (err == -NFS4ERR_DELAY) |
| 1099 | nfs4_handle_exception(server, err, &exception); |
| 1100 | } while (exception.retry); |
| 1101 | return err; |
| 1102 | } |
| 1103 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1104 | static int nfs4_open_expired(struct nfs4_state_owner *sp, struct nfs4_state *state) |
| 1105 | { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1106 | struct nfs_open_context *ctx; |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 1107 | int ret; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1108 | |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 1109 | ctx = nfs4_state_find_open_context(state); |
| 1110 | if (IS_ERR(ctx)) |
| 1111 | return PTR_ERR(ctx); |
Trond Myklebust | 539cd03 | 2007-06-05 11:46:42 -0400 | [diff] [blame] | 1112 | ret = nfs4_do_open_expired(ctx, state); |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 1113 | put_nfs_open_context(ctx); |
| 1114 | return ret; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1115 | } |
| 1116 | |
| 1117 | /* |
Jeff Layton | aa53ed5 | 2007-06-05 14:49:03 -0400 | [diff] [blame] | 1118 | * on an EXCLUSIVE create, the server should send back a bitmask with FATTR4-* |
| 1119 | * fields corresponding to attributes that were used to store the verifier. |
| 1120 | * Make sure we clobber those fields in the later setattr call |
| 1121 | */ |
| 1122 | static inline void nfs4_exclusive_attrset(struct nfs4_opendata *opendata, struct iattr *sattr) |
| 1123 | { |
| 1124 | if ((opendata->o_res.attrset[1] & FATTR4_WORD1_TIME_ACCESS) && |
| 1125 | !(sattr->ia_valid & ATTR_ATIME_SET)) |
| 1126 | sattr->ia_valid |= ATTR_ATIME; |
| 1127 | |
| 1128 | if ((opendata->o_res.attrset[1] & FATTR4_WORD1_TIME_MODIFY) && |
| 1129 | !(sattr->ia_valid & ATTR_MTIME_SET)) |
| 1130 | sattr->ia_valid |= ATTR_MTIME; |
| 1131 | } |
| 1132 | |
| 1133 | /* |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 1134 | * Returns a referenced nfs4_state |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1135 | */ |
Trond Myklebust | ad389da | 2007-06-05 12:30:00 -0400 | [diff] [blame] | 1136 | static int _nfs4_do_open(struct inode *dir, struct path *path, int flags, struct iattr *sattr, struct rpc_cred *cred, struct nfs4_state **res) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1137 | { |
| 1138 | struct nfs4_state_owner *sp; |
| 1139 | struct nfs4_state *state = NULL; |
| 1140 | struct nfs_server *server = NFS_SERVER(dir); |
Trond Myklebust | e56e0b78 | 2006-01-03 09:55:08 +0100 | [diff] [blame] | 1141 | struct nfs4_opendata *opendata; |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 1142 | int status; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1143 | |
| 1144 | /* Protect against reboot recovery conflicts */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1145 | status = -ENOMEM; |
| 1146 | if (!(sp = nfs4_get_state_owner(server, cred))) { |
| 1147 | dprintk("nfs4_do_open: nfs4_get_state_owner failed!\n"); |
| 1148 | goto out_err; |
| 1149 | } |
Trond Myklebust | 58d9714 | 2006-01-03 09:55:24 +0100 | [diff] [blame] | 1150 | status = nfs4_recover_expired_lease(server); |
| 1151 | if (status != 0) |
Trond Myklebust | b4454fe | 2006-01-03 09:55:25 +0100 | [diff] [blame] | 1152 | goto err_put_state_owner; |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 1153 | if (path->dentry->d_inode != NULL) |
| 1154 | nfs4_return_incompatible_delegation(path->dentry->d_inode, flags & (FMODE_READ|FMODE_WRITE)); |
Trond Myklebust | 58d9714 | 2006-01-03 09:55:24 +0100 | [diff] [blame] | 1155 | status = -ENOMEM; |
Trond Myklebust | ad389da | 2007-06-05 12:30:00 -0400 | [diff] [blame] | 1156 | opendata = nfs4_opendata_alloc(path, sp, flags, sattr); |
Trond Myklebust | e56e0b78 | 2006-01-03 09:55:08 +0100 | [diff] [blame] | 1157 | if (opendata == NULL) |
Trond Myklebust | 95d35cb | 2008-12-23 15:21:45 -0500 | [diff] [blame] | 1158 | goto err_put_state_owner; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1159 | |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 1160 | if (path->dentry->d_inode != NULL) |
| 1161 | opendata->state = nfs4_get_open_state(path->dentry->d_inode, sp); |
| 1162 | |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 1163 | status = _nfs4_proc_open(opendata); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1164 | if (status != 0) |
Trond Myklebust | c6d00e6 | 2007-06-17 16:02:44 -0400 | [diff] [blame] | 1165 | goto err_opendata_put; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1166 | |
Jeff Layton | aa53ed5 | 2007-06-05 14:49:03 -0400 | [diff] [blame] | 1167 | if (opendata->o_arg.open_flags & O_EXCL) |
| 1168 | nfs4_exclusive_attrset(opendata, sattr); |
| 1169 | |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 1170 | state = nfs4_opendata_to_nfs4_state(opendata); |
Trond Myklebust | 1b370bc | 2007-07-07 08:04:47 -0400 | [diff] [blame] | 1171 | status = PTR_ERR(state); |
| 1172 | if (IS_ERR(state)) |
Trond Myklebust | c6d00e6 | 2007-06-17 16:02:44 -0400 | [diff] [blame] | 1173 | goto err_opendata_put; |
Trond Myklebust | c6d00e6 | 2007-06-17 16:02:44 -0400 | [diff] [blame] | 1174 | nfs4_opendata_put(opendata); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1175 | nfs4_put_state_owner(sp); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1176 | *res = state; |
| 1177 | return 0; |
Trond Myklebust | c6d00e6 | 2007-06-17 16:02:44 -0400 | [diff] [blame] | 1178 | err_opendata_put: |
| 1179 | nfs4_opendata_put(opendata); |
Trond Myklebust | e56e0b78 | 2006-01-03 09:55:08 +0100 | [diff] [blame] | 1180 | err_put_state_owner: |
| 1181 | nfs4_put_state_owner(sp); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1182 | out_err: |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1183 | *res = NULL; |
| 1184 | return status; |
| 1185 | } |
| 1186 | |
| 1187 | |
Trond Myklebust | ad389da | 2007-06-05 12:30:00 -0400 | [diff] [blame] | 1188 | static struct nfs4_state *nfs4_do_open(struct inode *dir, struct path *path, int flags, struct iattr *sattr, struct rpc_cred *cred) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1189 | { |
| 1190 | struct nfs4_exception exception = { }; |
| 1191 | struct nfs4_state *res; |
| 1192 | int status; |
| 1193 | |
| 1194 | do { |
Trond Myklebust | ad389da | 2007-06-05 12:30:00 -0400 | [diff] [blame] | 1195 | status = _nfs4_do_open(dir, path, flags, sattr, cred, &res); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1196 | if (status == 0) |
| 1197 | break; |
| 1198 | /* NOTE: BAD_SEQID means the server and client disagree about the |
| 1199 | * book-keeping w.r.t. state-changing operations |
| 1200 | * (OPEN/CLOSE/LOCK/LOCKU...) |
| 1201 | * It is actually a sign of a bug on the client or on the server. |
| 1202 | * |
| 1203 | * If we receive a BAD_SEQID error in the particular case of |
Trond Myklebust | cee54fc | 2005-10-18 14:20:12 -0700 | [diff] [blame] | 1204 | * doing an OPEN, we assume that nfs_increment_open_seqid() will |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1205 | * have unhashed the old state_owner for us, and that we can |
| 1206 | * therefore safely retry using a new one. We should still warn |
| 1207 | * the user though... |
| 1208 | */ |
| 1209 | if (status == -NFS4ERR_BAD_SEQID) { |
Trond Myklebust | 6f43ddc | 2007-07-08 16:49:11 -0400 | [diff] [blame] | 1210 | printk(KERN_WARNING "NFS: v4 server %s " |
| 1211 | " returned a bad sequence-id error!\n", |
| 1212 | NFS_SERVER(dir)->nfs_client->cl_hostname); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1213 | exception.retry = 1; |
| 1214 | continue; |
| 1215 | } |
Trond Myklebust | 550f574 | 2005-10-18 14:20:21 -0700 | [diff] [blame] | 1216 | /* |
| 1217 | * BAD_STATEID on OPEN means that the server cancelled our |
| 1218 | * state before it received the OPEN_CONFIRM. |
| 1219 | * Recover by retrying the request as per the discussion |
| 1220 | * on Page 181 of RFC3530. |
| 1221 | */ |
| 1222 | if (status == -NFS4ERR_BAD_STATEID) { |
| 1223 | exception.retry = 1; |
| 1224 | continue; |
| 1225 | } |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 1226 | if (status == -EAGAIN) { |
| 1227 | /* We must have found a delegation */ |
| 1228 | exception.retry = 1; |
| 1229 | continue; |
| 1230 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1231 | res = ERR_PTR(nfs4_handle_exception(NFS_SERVER(dir), |
| 1232 | status, &exception)); |
| 1233 | } while (exception.retry); |
| 1234 | return res; |
| 1235 | } |
| 1236 | |
Trond Myklebust | 659bfcd | 2008-06-10 19:39:41 -0400 | [diff] [blame] | 1237 | static int _nfs4_do_setattr(struct inode *inode, struct rpc_cred *cred, |
| 1238 | struct nfs_fattr *fattr, struct iattr *sattr, |
| 1239 | struct nfs4_state *state) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1240 | { |
Trond Myklebust | 3e4f629 | 2006-03-20 13:44:46 -0500 | [diff] [blame] | 1241 | struct nfs_server *server = NFS_SERVER(inode); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1242 | struct nfs_setattrargs arg = { |
Trond Myklebust | 3e4f629 | 2006-03-20 13:44:46 -0500 | [diff] [blame] | 1243 | .fh = NFS_FH(inode), |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1244 | .iap = sattr, |
| 1245 | .server = server, |
| 1246 | .bitmask = server->attr_bitmask, |
| 1247 | }; |
| 1248 | struct nfs_setattrres res = { |
| 1249 | .fattr = fattr, |
| 1250 | .server = server, |
| 1251 | }; |
| 1252 | struct rpc_message msg = { |
Trond Myklebust | 659bfcd | 2008-06-10 19:39:41 -0400 | [diff] [blame] | 1253 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETATTR], |
| 1254 | .rpc_argp = &arg, |
| 1255 | .rpc_resp = &res, |
| 1256 | .rpc_cred = cred, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1257 | }; |
Trond Myklebust | 26e976a | 2006-01-03 09:55:21 +0100 | [diff] [blame] | 1258 | unsigned long timestamp = jiffies; |
Trond Myklebust | 65e4308 | 2005-08-16 11:49:44 -0400 | [diff] [blame] | 1259 | int status; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1260 | |
Trond Myklebust | 0e574af | 2005-10-27 22:12:38 -0400 | [diff] [blame] | 1261 | nfs_fattr_init(fattr); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1262 | |
Trond Myklebust | 3e4f629 | 2006-03-20 13:44:46 -0500 | [diff] [blame] | 1263 | if (nfs4_copy_delegation_stateid(&arg.stateid, inode)) { |
| 1264 | /* Use that stateid */ |
| 1265 | } else if (state != NULL) { |
Trond Myklebust | 08e9eac | 2005-06-22 17:16:29 +0000 | [diff] [blame] | 1266 | nfs4_copy_stateid(&arg.stateid, state, current->files); |
| 1267 | } else |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1268 | memcpy(&arg.stateid, &zero_stateid, sizeof(arg.stateid)); |
| 1269 | |
Trond Myklebust | 65e4308 | 2005-08-16 11:49:44 -0400 | [diff] [blame] | 1270 | status = rpc_call_sync(server->client, &msg, 0); |
Trond Myklebust | 26e976a | 2006-01-03 09:55:21 +0100 | [diff] [blame] | 1271 | if (status == 0 && state != NULL) |
| 1272 | renew_lease(server, timestamp); |
Trond Myklebust | 65e4308 | 2005-08-16 11:49:44 -0400 | [diff] [blame] | 1273 | return status; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1274 | } |
| 1275 | |
Trond Myklebust | 659bfcd | 2008-06-10 19:39:41 -0400 | [diff] [blame] | 1276 | static int nfs4_do_setattr(struct inode *inode, struct rpc_cred *cred, |
| 1277 | struct nfs_fattr *fattr, struct iattr *sattr, |
| 1278 | struct nfs4_state *state) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1279 | { |
Trond Myklebust | 3e4f629 | 2006-03-20 13:44:46 -0500 | [diff] [blame] | 1280 | struct nfs_server *server = NFS_SERVER(inode); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1281 | struct nfs4_exception exception = { }; |
| 1282 | int err; |
| 1283 | do { |
| 1284 | err = nfs4_handle_exception(server, |
Trond Myklebust | 659bfcd | 2008-06-10 19:39:41 -0400 | [diff] [blame] | 1285 | _nfs4_do_setattr(inode, cred, fattr, sattr, state), |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1286 | &exception); |
| 1287 | } while (exception.retry); |
| 1288 | return err; |
| 1289 | } |
| 1290 | |
| 1291 | struct nfs4_closedata { |
Trond Myklebust | 4a35bd4 | 2007-06-05 10:31:33 -0400 | [diff] [blame] | 1292 | struct path path; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1293 | struct inode *inode; |
| 1294 | struct nfs4_state *state; |
| 1295 | struct nfs_closeargs arg; |
| 1296 | struct nfs_closeres res; |
Trond Myklebust | 516a6af | 2005-10-27 22:12:41 -0400 | [diff] [blame] | 1297 | struct nfs_fattr fattr; |
Trond Myklebust | 26e976a | 2006-01-03 09:55:21 +0100 | [diff] [blame] | 1298 | unsigned long timestamp; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1299 | }; |
| 1300 | |
Trond Myklebust | 963d8fe | 2006-01-03 09:55:04 +0100 | [diff] [blame] | 1301 | static void nfs4_free_closedata(void *data) |
Trond Myklebust | 9512135 | 2005-10-18 14:20:12 -0700 | [diff] [blame] | 1302 | { |
Trond Myklebust | 963d8fe | 2006-01-03 09:55:04 +0100 | [diff] [blame] | 1303 | struct nfs4_closedata *calldata = data; |
| 1304 | struct nfs4_state_owner *sp = calldata->state->owner; |
Trond Myklebust | 9512135 | 2005-10-18 14:20:12 -0700 | [diff] [blame] | 1305 | |
| 1306 | nfs4_put_open_state(calldata->state); |
| 1307 | nfs_free_seqid(calldata->arg.seqid); |
Trond Myklebust | 9512135 | 2005-10-18 14:20:12 -0700 | [diff] [blame] | 1308 | nfs4_put_state_owner(sp); |
Jan Blunck | 31f31db1 | 2008-05-02 13:42:45 -0700 | [diff] [blame] | 1309 | path_put(&calldata->path); |
Trond Myklebust | 9512135 | 2005-10-18 14:20:12 -0700 | [diff] [blame] | 1310 | kfree(calldata); |
| 1311 | } |
| 1312 | |
Trond Myklebust | 963d8fe | 2006-01-03 09:55:04 +0100 | [diff] [blame] | 1313 | static void nfs4_close_done(struct rpc_task *task, void *data) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1314 | { |
Trond Myklebust | 963d8fe | 2006-01-03 09:55:04 +0100 | [diff] [blame] | 1315 | struct nfs4_closedata *calldata = data; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1316 | struct nfs4_state *state = calldata->state; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1317 | struct nfs_server *server = NFS_SERVER(calldata->inode); |
| 1318 | |
Trond Myklebust | 4ce70ad | 2006-01-03 09:55:05 +0100 | [diff] [blame] | 1319 | if (RPC_ASSASSINATED(task)) |
| 1320 | return; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1321 | /* hmm. we are done with the inode, and in the process of freeing |
| 1322 | * the state_owner. we keep this around to process errors |
| 1323 | */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1324 | switch (task->tk_status) { |
| 1325 | case 0: |
Trond Myklebust | 45328c3 | 2007-07-26 17:47:34 -0400 | [diff] [blame] | 1326 | nfs_set_open_stateid(state, &calldata->res.stateid, 0); |
Trond Myklebust | 26e976a | 2006-01-03 09:55:21 +0100 | [diff] [blame] | 1327 | renew_lease(server, calldata->timestamp); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1328 | break; |
| 1329 | case -NFS4ERR_STALE_STATEID: |
Trond Myklebust | 9e33bed | 2008-12-23 15:21:46 -0500 | [diff] [blame^] | 1330 | case -NFS4ERR_OLD_STATEID: |
| 1331 | case -NFS4ERR_BAD_STATEID: |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1332 | case -NFS4ERR_EXPIRED: |
Trond Myklebust | 9e33bed | 2008-12-23 15:21:46 -0500 | [diff] [blame^] | 1333 | if (calldata->arg.open_flags == 0) |
| 1334 | break; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1335 | default: |
Trond Myklebust | 9e33bed | 2008-12-23 15:21:46 -0500 | [diff] [blame^] | 1336 | if (nfs4_async_handle_error(task, server, state) == -EAGAIN) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1337 | rpc_restart_call(task); |
| 1338 | return; |
| 1339 | } |
| 1340 | } |
Trond Myklebust | 516a6af | 2005-10-27 22:12:41 -0400 | [diff] [blame] | 1341 | nfs_refresh_inode(calldata->inode, calldata->res.fattr); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1342 | } |
| 1343 | |
Trond Myklebust | 4ce70ad | 2006-01-03 09:55:05 +0100 | [diff] [blame] | 1344 | static void nfs4_close_prepare(struct rpc_task *task, void *data) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1345 | { |
Trond Myklebust | 4ce70ad | 2006-01-03 09:55:05 +0100 | [diff] [blame] | 1346 | struct nfs4_closedata *calldata = data; |
Trond Myklebust | 9512135 | 2005-10-18 14:20:12 -0700 | [diff] [blame] | 1347 | struct nfs4_state *state = calldata->state; |
Trond Myklebust | 003707c | 2007-07-05 18:07:55 -0400 | [diff] [blame] | 1348 | int clear_rd, clear_wr, clear_rdwr; |
Trond Myklebust | 9512135 | 2005-10-18 14:20:12 -0700 | [diff] [blame] | 1349 | |
Trond Myklebust | 963d8fe | 2006-01-03 09:55:04 +0100 | [diff] [blame] | 1350 | if (nfs_wait_on_sequence(calldata->arg.seqid, task) != 0) |
Trond Myklebust | 9512135 | 2005-10-18 14:20:12 -0700 | [diff] [blame] | 1351 | return; |
Trond Myklebust | 003707c | 2007-07-05 18:07:55 -0400 | [diff] [blame] | 1352 | |
Trond Myklebust | 003707c | 2007-07-05 18:07:55 -0400 | [diff] [blame] | 1353 | clear_rd = clear_wr = clear_rdwr = 0; |
Trond Myklebust | 4cecb76 | 2005-11-04 15:32:58 -0500 | [diff] [blame] | 1354 | spin_lock(&state->owner->so_lock); |
Trond Myklebust | 003707c | 2007-07-05 18:07:55 -0400 | [diff] [blame] | 1355 | /* Calculate the change in open mode */ |
Trond Myklebust | e761692 | 2006-01-03 09:55:13 +0100 | [diff] [blame] | 1356 | if (state->n_rdwr == 0) { |
Trond Myklebust | 003707c | 2007-07-05 18:07:55 -0400 | [diff] [blame] | 1357 | if (state->n_rdonly == 0) { |
Trond Myklebust | 003707c | 2007-07-05 18:07:55 -0400 | [diff] [blame] | 1358 | clear_rd |= test_and_clear_bit(NFS_O_RDONLY_STATE, &state->flags); |
| 1359 | clear_rdwr |= test_and_clear_bit(NFS_O_RDWR_STATE, &state->flags); |
| 1360 | } |
| 1361 | if (state->n_wronly == 0) { |
Trond Myklebust | 003707c | 2007-07-05 18:07:55 -0400 | [diff] [blame] | 1362 | clear_wr |= test_and_clear_bit(NFS_O_WRONLY_STATE, &state->flags); |
| 1363 | clear_rdwr |= test_and_clear_bit(NFS_O_RDWR_STATE, &state->flags); |
| 1364 | } |
Trond Myklebust | e761692 | 2006-01-03 09:55:13 +0100 | [diff] [blame] | 1365 | } |
Trond Myklebust | 4cecb76 | 2005-11-04 15:32:58 -0500 | [diff] [blame] | 1366 | spin_unlock(&state->owner->so_lock); |
Trond Myklebust | 003707c | 2007-07-05 18:07:55 -0400 | [diff] [blame] | 1367 | if (!clear_rd && !clear_wr && !clear_rdwr) { |
Trond Myklebust | 963d8fe | 2006-01-03 09:55:04 +0100 | [diff] [blame] | 1368 | /* Note: exit _without_ calling nfs4_close_done */ |
| 1369 | task->tk_action = NULL; |
Trond Myklebust | 9512135 | 2005-10-18 14:20:12 -0700 | [diff] [blame] | 1370 | return; |
| 1371 | } |
Trond Myklebust | 516a6af | 2005-10-27 22:12:41 -0400 | [diff] [blame] | 1372 | nfs_fattr_init(calldata->res.fattr); |
Trond Myklebust | 45328c3 | 2007-07-26 17:47:34 -0400 | [diff] [blame] | 1373 | if (test_bit(NFS_O_RDONLY_STATE, &state->flags) != 0) { |
Trond Myklebust | 5138fde | 2007-07-14 15:40:01 -0400 | [diff] [blame] | 1374 | task->tk_msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN_DOWNGRADE]; |
Trond Myklebust | 45328c3 | 2007-07-26 17:47:34 -0400 | [diff] [blame] | 1375 | calldata->arg.open_flags = FMODE_READ; |
| 1376 | } else if (test_bit(NFS_O_WRONLY_STATE, &state->flags) != 0) { |
Trond Myklebust | 5138fde | 2007-07-14 15:40:01 -0400 | [diff] [blame] | 1377 | task->tk_msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN_DOWNGRADE]; |
Trond Myklebust | 45328c3 | 2007-07-26 17:47:34 -0400 | [diff] [blame] | 1378 | calldata->arg.open_flags = FMODE_WRITE; |
| 1379 | } |
Trond Myklebust | 26e976a | 2006-01-03 09:55:21 +0100 | [diff] [blame] | 1380 | calldata->timestamp = jiffies; |
Trond Myklebust | 5138fde | 2007-07-14 15:40:01 -0400 | [diff] [blame] | 1381 | rpc_call_start(task); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1382 | } |
| 1383 | |
Trond Myklebust | 963d8fe | 2006-01-03 09:55:04 +0100 | [diff] [blame] | 1384 | static const struct rpc_call_ops nfs4_close_ops = { |
Trond Myklebust | 4ce70ad | 2006-01-03 09:55:05 +0100 | [diff] [blame] | 1385 | .rpc_call_prepare = nfs4_close_prepare, |
Trond Myklebust | 963d8fe | 2006-01-03 09:55:04 +0100 | [diff] [blame] | 1386 | .rpc_call_done = nfs4_close_done, |
| 1387 | .rpc_release = nfs4_free_closedata, |
| 1388 | }; |
| 1389 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1390 | /* |
| 1391 | * It is possible for data to be read/written from a mem-mapped file |
| 1392 | * after the sys_close call (which hits the vfs layer as a flush). |
| 1393 | * This means that we can't safely call nfsv4 close on a file until |
| 1394 | * the inode is cleared. This in turn means that we are not good |
| 1395 | * NFSv4 citizens - we do not indicate to the server to update the file's |
| 1396 | * share state even when we are done with one of the three share |
| 1397 | * stateid's in the inode. |
| 1398 | * |
| 1399 | * NOTE: Caller must be holding the sp->so_owner semaphore! |
| 1400 | */ |
Trond Myklebust | a49c3c7 | 2007-10-18 18:03:27 -0400 | [diff] [blame] | 1401 | int nfs4_do_close(struct path *path, struct nfs4_state *state, int wait) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1402 | { |
Trond Myklebust | 4a35bd4 | 2007-06-05 10:31:33 -0400 | [diff] [blame] | 1403 | struct nfs_server *server = NFS_SERVER(state->inode); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1404 | struct nfs4_closedata *calldata; |
Trond Myklebust | b39e625 | 2007-06-11 23:05:07 -0400 | [diff] [blame] | 1405 | struct nfs4_state_owner *sp = state->owner; |
| 1406 | struct rpc_task *task; |
Trond Myklebust | 5138fde | 2007-07-14 15:40:01 -0400 | [diff] [blame] | 1407 | struct rpc_message msg = { |
| 1408 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_CLOSE], |
| 1409 | .rpc_cred = state->owner->so_cred, |
| 1410 | }; |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 1411 | struct rpc_task_setup task_setup_data = { |
| 1412 | .rpc_client = server->client, |
Trond Myklebust | 5138fde | 2007-07-14 15:40:01 -0400 | [diff] [blame] | 1413 | .rpc_message = &msg, |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 1414 | .callback_ops = &nfs4_close_ops, |
Trond Myklebust | 101070c | 2008-02-19 20:04:23 -0500 | [diff] [blame] | 1415 | .workqueue = nfsiod_workqueue, |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 1416 | .flags = RPC_TASK_ASYNC, |
| 1417 | }; |
Trond Myklebust | 9512135 | 2005-10-18 14:20:12 -0700 | [diff] [blame] | 1418 | int status = -ENOMEM; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1419 | |
Trond Myklebust | 9512135 | 2005-10-18 14:20:12 -0700 | [diff] [blame] | 1420 | calldata = kmalloc(sizeof(*calldata), GFP_KERNEL); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1421 | if (calldata == NULL) |
Trond Myklebust | 9512135 | 2005-10-18 14:20:12 -0700 | [diff] [blame] | 1422 | goto out; |
Trond Myklebust | 4a35bd4 | 2007-06-05 10:31:33 -0400 | [diff] [blame] | 1423 | calldata->inode = state->inode; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1424 | calldata->state = state; |
Trond Myklebust | 4a35bd4 | 2007-06-05 10:31:33 -0400 | [diff] [blame] | 1425 | calldata->arg.fh = NFS_FH(state->inode); |
Trond Myklebust | 003707c | 2007-07-05 18:07:55 -0400 | [diff] [blame] | 1426 | calldata->arg.stateid = &state->open_stateid; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1427 | /* Serialization for the sequence id */ |
Trond Myklebust | cee54fc | 2005-10-18 14:20:12 -0700 | [diff] [blame] | 1428 | calldata->arg.seqid = nfs_alloc_seqid(&state->owner->so_seqid); |
Trond Myklebust | 9512135 | 2005-10-18 14:20:12 -0700 | [diff] [blame] | 1429 | if (calldata->arg.seqid == NULL) |
| 1430 | goto out_free_calldata; |
Trond Myklebust | 9e33bed | 2008-12-23 15:21:46 -0500 | [diff] [blame^] | 1431 | calldata->arg.open_flags = 0; |
Trond Myklebust | 516a6af | 2005-10-27 22:12:41 -0400 | [diff] [blame] | 1432 | calldata->arg.bitmask = server->attr_bitmask; |
| 1433 | calldata->res.fattr = &calldata->fattr; |
Trond Myklebust | c1d5193 | 2008-04-07 13:20:54 -0400 | [diff] [blame] | 1434 | calldata->res.seqid = calldata->arg.seqid; |
Trond Myklebust | 516a6af | 2005-10-27 22:12:41 -0400 | [diff] [blame] | 1435 | calldata->res.server = server; |
Trond Myklebust | 4a35bd4 | 2007-06-05 10:31:33 -0400 | [diff] [blame] | 1436 | calldata->path.mnt = mntget(path->mnt); |
| 1437 | calldata->path.dentry = dget(path->dentry); |
Trond Myklebust | 9512135 | 2005-10-18 14:20:12 -0700 | [diff] [blame] | 1438 | |
Trond Myklebust | 5138fde | 2007-07-14 15:40:01 -0400 | [diff] [blame] | 1439 | msg.rpc_argp = &calldata->arg, |
| 1440 | msg.rpc_resp = &calldata->res, |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 1441 | task_setup_data.callback_data = calldata; |
| 1442 | task = rpc_run_task(&task_setup_data); |
Trond Myklebust | b39e625 | 2007-06-11 23:05:07 -0400 | [diff] [blame] | 1443 | if (IS_ERR(task)) |
| 1444 | return PTR_ERR(task); |
Trond Myklebust | a49c3c7 | 2007-10-18 18:03:27 -0400 | [diff] [blame] | 1445 | status = 0; |
| 1446 | if (wait) |
| 1447 | status = rpc_wait_for_completion_task(task); |
Trond Myklebust | b39e625 | 2007-06-11 23:05:07 -0400 | [diff] [blame] | 1448 | rpc_put_task(task); |
Trond Myklebust | a49c3c7 | 2007-10-18 18:03:27 -0400 | [diff] [blame] | 1449 | return status; |
Trond Myklebust | 9512135 | 2005-10-18 14:20:12 -0700 | [diff] [blame] | 1450 | out_free_calldata: |
| 1451 | kfree(calldata); |
| 1452 | out: |
Trond Myklebust | b39e625 | 2007-06-11 23:05:07 -0400 | [diff] [blame] | 1453 | nfs4_put_open_state(state); |
| 1454 | nfs4_put_state_owner(sp); |
Trond Myklebust | 9512135 | 2005-10-18 14:20:12 -0700 | [diff] [blame] | 1455 | return status; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1456 | } |
| 1457 | |
Trond Myklebust | 4a35bd4 | 2007-06-05 10:31:33 -0400 | [diff] [blame] | 1458 | static int nfs4_intent_set_file(struct nameidata *nd, struct path *path, struct nfs4_state *state) |
Trond Myklebust | 02a913a | 2005-10-18 14:20:17 -0700 | [diff] [blame] | 1459 | { |
| 1460 | struct file *filp; |
Trond Myklebust | 1b45c46 | 2007-07-03 13:04:56 -0400 | [diff] [blame] | 1461 | int ret; |
Trond Myklebust | 02a913a | 2005-10-18 14:20:17 -0700 | [diff] [blame] | 1462 | |
Trond Myklebust | 1b45c46 | 2007-07-03 13:04:56 -0400 | [diff] [blame] | 1463 | /* If the open_intent is for execute, we have an extra check to make */ |
| 1464 | if (nd->intent.open.flags & FMODE_EXEC) { |
Trond Myklebust | af22f94 | 2007-08-10 17:45:10 -0400 | [diff] [blame] | 1465 | ret = nfs_may_open(state->inode, |
Trond Myklebust | 1b45c46 | 2007-07-03 13:04:56 -0400 | [diff] [blame] | 1466 | state->owner->so_cred, |
| 1467 | nd->intent.open.flags); |
| 1468 | if (ret < 0) |
| 1469 | goto out_close; |
| 1470 | } |
Trond Myklebust | 4a35bd4 | 2007-06-05 10:31:33 -0400 | [diff] [blame] | 1471 | filp = lookup_instantiate_filp(nd, path->dentry, NULL); |
Trond Myklebust | 02a913a | 2005-10-18 14:20:17 -0700 | [diff] [blame] | 1472 | if (!IS_ERR(filp)) { |
| 1473 | struct nfs_open_context *ctx; |
Trond Myklebust | cd3758e | 2007-08-10 17:44:32 -0400 | [diff] [blame] | 1474 | ctx = nfs_file_open_context(filp); |
Trond Myklebust | 02a913a | 2005-10-18 14:20:17 -0700 | [diff] [blame] | 1475 | ctx->state = state; |
Trond Myklebust | 95cf959 | 2006-04-18 13:14:06 -0400 | [diff] [blame] | 1476 | return 0; |
| 1477 | } |
Trond Myklebust | 1b45c46 | 2007-07-03 13:04:56 -0400 | [diff] [blame] | 1478 | ret = PTR_ERR(filp); |
| 1479 | out_close: |
Trond Myklebust | a49c3c7 | 2007-10-18 18:03:27 -0400 | [diff] [blame] | 1480 | nfs4_close_sync(path, state, nd->intent.open.flags); |
Trond Myklebust | 1b45c46 | 2007-07-03 13:04:56 -0400 | [diff] [blame] | 1481 | return ret; |
Trond Myklebust | 02a913a | 2005-10-18 14:20:17 -0700 | [diff] [blame] | 1482 | } |
| 1483 | |
| 1484 | struct dentry * |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1485 | nfs4_atomic_open(struct inode *dir, struct dentry *dentry, struct nameidata *nd) |
| 1486 | { |
Trond Myklebust | ad389da | 2007-06-05 12:30:00 -0400 | [diff] [blame] | 1487 | struct path path = { |
Jan Blunck | 4ac9137 | 2008-02-14 19:34:32 -0800 | [diff] [blame] | 1488 | .mnt = nd->path.mnt, |
Trond Myklebust | ad389da | 2007-06-05 12:30:00 -0400 | [diff] [blame] | 1489 | .dentry = dentry, |
| 1490 | }; |
Jan Blunck | 4ac9137 | 2008-02-14 19:34:32 -0800 | [diff] [blame] | 1491 | struct dentry *parent; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1492 | struct iattr attr; |
| 1493 | struct rpc_cred *cred; |
| 1494 | struct nfs4_state *state; |
Trond Myklebust | 02a913a | 2005-10-18 14:20:17 -0700 | [diff] [blame] | 1495 | struct dentry *res; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1496 | |
| 1497 | if (nd->flags & LOOKUP_CREATE) { |
| 1498 | attr.ia_mode = nd->intent.open.create_mode; |
| 1499 | attr.ia_valid = ATTR_MODE; |
| 1500 | if (!IS_POSIXACL(dir)) |
| 1501 | attr.ia_mode &= ~current->fs->umask; |
| 1502 | } else { |
| 1503 | attr.ia_valid = 0; |
| 1504 | BUG_ON(nd->intent.open.flags & O_CREAT); |
| 1505 | } |
| 1506 | |
Trond Myklebust | 98a8e32 | 2008-03-12 12:25:28 -0400 | [diff] [blame] | 1507 | cred = rpc_lookup_cred(); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1508 | if (IS_ERR(cred)) |
Trond Myklebust | 02a913a | 2005-10-18 14:20:17 -0700 | [diff] [blame] | 1509 | return (struct dentry *)cred; |
Trond Myklebust | 565277f | 2007-10-15 18:17:53 -0400 | [diff] [blame] | 1510 | parent = dentry->d_parent; |
| 1511 | /* Protect against concurrent sillydeletes */ |
| 1512 | nfs_block_sillyrename(parent); |
Trond Myklebust | ad389da | 2007-06-05 12:30:00 -0400 | [diff] [blame] | 1513 | state = nfs4_do_open(dir, &path, nd->intent.open.flags, &attr, cred); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1514 | put_rpccred(cred); |
Trond Myklebust | 02a913a | 2005-10-18 14:20:17 -0700 | [diff] [blame] | 1515 | if (IS_ERR(state)) { |
Trond Myklebust | d75340c | 2007-10-01 21:42:01 -0400 | [diff] [blame] | 1516 | if (PTR_ERR(state) == -ENOENT) { |
Trond Myklebust | 02a913a | 2005-10-18 14:20:17 -0700 | [diff] [blame] | 1517 | d_add(dentry, NULL); |
Trond Myklebust | d75340c | 2007-10-01 21:42:01 -0400 | [diff] [blame] | 1518 | nfs_set_verifier(dentry, nfs_save_change_attribute(dir)); |
| 1519 | } |
Trond Myklebust | 565277f | 2007-10-15 18:17:53 -0400 | [diff] [blame] | 1520 | nfs_unblock_sillyrename(parent); |
Trond Myklebust | 02a913a | 2005-10-18 14:20:17 -0700 | [diff] [blame] | 1521 | return (struct dentry *)state; |
| 1522 | } |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 1523 | res = d_add_unique(dentry, igrab(state->inode)); |
Trond Myklebust | 02a913a | 2005-10-18 14:20:17 -0700 | [diff] [blame] | 1524 | if (res != NULL) |
Trond Myklebust | deee936 | 2007-08-27 11:33:00 -0400 | [diff] [blame] | 1525 | path.dentry = res; |
Trond Myklebust | d75340c | 2007-10-01 21:42:01 -0400 | [diff] [blame] | 1526 | nfs_set_verifier(path.dentry, nfs_save_change_attribute(dir)); |
Trond Myklebust | 565277f | 2007-10-15 18:17:53 -0400 | [diff] [blame] | 1527 | nfs_unblock_sillyrename(parent); |
Trond Myklebust | 4a35bd4 | 2007-06-05 10:31:33 -0400 | [diff] [blame] | 1528 | nfs4_intent_set_file(nd, &path, state); |
Trond Myklebust | 02a913a | 2005-10-18 14:20:17 -0700 | [diff] [blame] | 1529 | return res; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1530 | } |
| 1531 | |
| 1532 | int |
Trond Myklebust | 02a913a | 2005-10-18 14:20:17 -0700 | [diff] [blame] | 1533 | nfs4_open_revalidate(struct inode *dir, struct dentry *dentry, int openflags, struct nameidata *nd) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1534 | { |
Trond Myklebust | ad389da | 2007-06-05 12:30:00 -0400 | [diff] [blame] | 1535 | struct path path = { |
Jan Blunck | 4ac9137 | 2008-02-14 19:34:32 -0800 | [diff] [blame] | 1536 | .mnt = nd->path.mnt, |
Trond Myklebust | ad389da | 2007-06-05 12:30:00 -0400 | [diff] [blame] | 1537 | .dentry = dentry, |
| 1538 | }; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1539 | struct rpc_cred *cred; |
| 1540 | struct nfs4_state *state; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1541 | |
Trond Myklebust | 98a8e32 | 2008-03-12 12:25:28 -0400 | [diff] [blame] | 1542 | cred = rpc_lookup_cred(); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1543 | if (IS_ERR(cred)) |
| 1544 | return PTR_ERR(cred); |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 1545 | state = nfs4_do_open(dir, &path, openflags, NULL, cred); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1546 | put_rpccred(cred); |
Trond Myklebust | 02a913a | 2005-10-18 14:20:17 -0700 | [diff] [blame] | 1547 | if (IS_ERR(state)) { |
| 1548 | switch (PTR_ERR(state)) { |
| 1549 | case -EPERM: |
| 1550 | case -EACCES: |
| 1551 | case -EDQUOT: |
| 1552 | case -ENOSPC: |
| 1553 | case -EROFS: |
| 1554 | lookup_instantiate_filp(nd, (struct dentry *)state, NULL); |
| 1555 | return 1; |
Chuck Lever | b87c0ad | 2006-10-19 23:28:42 -0700 | [diff] [blame] | 1556 | default: |
| 1557 | goto out_drop; |
Trond Myklebust | 02a913a | 2005-10-18 14:20:17 -0700 | [diff] [blame] | 1558 | } |
Trond Myklebust | 02a913a | 2005-10-18 14:20:17 -0700 | [diff] [blame] | 1559 | } |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 1560 | if (state->inode == dentry->d_inode) { |
Trond Myklebust | d75340c | 2007-10-01 21:42:01 -0400 | [diff] [blame] | 1561 | nfs_set_verifier(dentry, nfs_save_change_attribute(dir)); |
Trond Myklebust | 4a35bd4 | 2007-06-05 10:31:33 -0400 | [diff] [blame] | 1562 | nfs4_intent_set_file(nd, &path, state); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1563 | return 1; |
| 1564 | } |
Trond Myklebust | a49c3c7 | 2007-10-18 18:03:27 -0400 | [diff] [blame] | 1565 | nfs4_close_sync(&path, state, openflags); |
Trond Myklebust | 02a913a | 2005-10-18 14:20:17 -0700 | [diff] [blame] | 1566 | out_drop: |
| 1567 | d_drop(dentry); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1568 | return 0; |
| 1569 | } |
| 1570 | |
| 1571 | |
| 1572 | static int _nfs4_server_capabilities(struct nfs_server *server, struct nfs_fh *fhandle) |
| 1573 | { |
| 1574 | struct nfs4_server_caps_res res = {}; |
| 1575 | struct rpc_message msg = { |
| 1576 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SERVER_CAPS], |
| 1577 | .rpc_argp = fhandle, |
| 1578 | .rpc_resp = &res, |
| 1579 | }; |
| 1580 | int status; |
| 1581 | |
| 1582 | status = rpc_call_sync(server->client, &msg, 0); |
| 1583 | if (status == 0) { |
| 1584 | memcpy(server->attr_bitmask, res.attr_bitmask, sizeof(server->attr_bitmask)); |
| 1585 | if (res.attr_bitmask[0] & FATTR4_WORD0_ACL) |
| 1586 | server->caps |= NFS_CAP_ACLS; |
| 1587 | if (res.has_links != 0) |
| 1588 | server->caps |= NFS_CAP_HARDLINKS; |
| 1589 | if (res.has_symlinks != 0) |
| 1590 | server->caps |= NFS_CAP_SYMLINKS; |
| 1591 | server->acl_bitmask = res.acl_bitmask; |
| 1592 | } |
| 1593 | return status; |
| 1594 | } |
| 1595 | |
Trond Myklebust | 55a9759 | 2006-06-09 09:34:19 -0400 | [diff] [blame] | 1596 | int nfs4_server_capabilities(struct nfs_server *server, struct nfs_fh *fhandle) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1597 | { |
| 1598 | struct nfs4_exception exception = { }; |
| 1599 | int err; |
| 1600 | do { |
| 1601 | err = nfs4_handle_exception(server, |
| 1602 | _nfs4_server_capabilities(server, fhandle), |
| 1603 | &exception); |
| 1604 | } while (exception.retry); |
| 1605 | return err; |
| 1606 | } |
| 1607 | |
| 1608 | static int _nfs4_lookup_root(struct nfs_server *server, struct nfs_fh *fhandle, |
| 1609 | struct nfs_fsinfo *info) |
| 1610 | { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1611 | struct nfs4_lookup_root_arg args = { |
| 1612 | .bitmask = nfs4_fattr_bitmap, |
| 1613 | }; |
| 1614 | struct nfs4_lookup_res res = { |
| 1615 | .server = server, |
Trond Myklebust | 0e574af | 2005-10-27 22:12:38 -0400 | [diff] [blame] | 1616 | .fattr = info->fattr, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1617 | .fh = fhandle, |
| 1618 | }; |
| 1619 | struct rpc_message msg = { |
| 1620 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOOKUP_ROOT], |
| 1621 | .rpc_argp = &args, |
| 1622 | .rpc_resp = &res, |
| 1623 | }; |
Trond Myklebust | 0e574af | 2005-10-27 22:12:38 -0400 | [diff] [blame] | 1624 | nfs_fattr_init(info->fattr); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1625 | return rpc_call_sync(server->client, &msg, 0); |
| 1626 | } |
| 1627 | |
| 1628 | static int nfs4_lookup_root(struct nfs_server *server, struct nfs_fh *fhandle, |
| 1629 | struct nfs_fsinfo *info) |
| 1630 | { |
| 1631 | struct nfs4_exception exception = { }; |
| 1632 | int err; |
| 1633 | do { |
| 1634 | err = nfs4_handle_exception(server, |
| 1635 | _nfs4_lookup_root(server, fhandle, info), |
| 1636 | &exception); |
| 1637 | } while (exception.retry); |
| 1638 | return err; |
| 1639 | } |
| 1640 | |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1641 | /* |
| 1642 | * get the file handle for the "/" directory on the server |
| 1643 | */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1644 | static int nfs4_proc_get_root(struct nfs_server *server, struct nfs_fh *fhandle, |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1645 | struct nfs_fsinfo *info) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1646 | { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1647 | int status; |
| 1648 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1649 | status = nfs4_lookup_root(server, fhandle, info); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1650 | if (status == 0) |
| 1651 | status = nfs4_server_capabilities(server, fhandle); |
| 1652 | if (status == 0) |
| 1653 | status = nfs4_do_fsinfo(server, fhandle, info); |
Trond Myklebust | c12e87f | 2006-03-13 21:20:47 -0800 | [diff] [blame] | 1654 | return nfs4_map_errors(status); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1655 | } |
| 1656 | |
Manoj Naik | 6b97fd3 | 2006-06-09 09:34:29 -0400 | [diff] [blame] | 1657 | /* |
| 1658 | * Get locations and (maybe) other attributes of a referral. |
| 1659 | * Note that we'll actually follow the referral later when |
| 1660 | * we detect fsid mismatch in inode revalidation |
| 1661 | */ |
Trond Myklebust | 56659e9 | 2007-07-17 21:52:39 -0400 | [diff] [blame] | 1662 | static int nfs4_get_referral(struct inode *dir, const struct qstr *name, struct nfs_fattr *fattr, struct nfs_fh *fhandle) |
Manoj Naik | 6b97fd3 | 2006-06-09 09:34:29 -0400 | [diff] [blame] | 1663 | { |
| 1664 | int status = -ENOMEM; |
| 1665 | struct page *page = NULL; |
| 1666 | struct nfs4_fs_locations *locations = NULL; |
Manoj Naik | 6b97fd3 | 2006-06-09 09:34:29 -0400 | [diff] [blame] | 1667 | |
| 1668 | page = alloc_page(GFP_KERNEL); |
| 1669 | if (page == NULL) |
| 1670 | goto out; |
| 1671 | locations = kmalloc(sizeof(struct nfs4_fs_locations), GFP_KERNEL); |
| 1672 | if (locations == NULL) |
| 1673 | goto out; |
| 1674 | |
Trond Myklebust | c228fd3 | 2007-01-13 02:28:11 -0500 | [diff] [blame] | 1675 | status = nfs4_proc_fs_locations(dir, name, locations, page); |
Manoj Naik | 6b97fd3 | 2006-06-09 09:34:29 -0400 | [diff] [blame] | 1676 | if (status != 0) |
| 1677 | goto out; |
| 1678 | /* Make sure server returned a different fsid for the referral */ |
| 1679 | if (nfs_fsid_equal(&NFS_SERVER(dir)->fsid, &locations->fattr.fsid)) { |
Harvey Harrison | 3110ff8 | 2008-05-02 13:42:44 -0700 | [diff] [blame] | 1680 | dprintk("%s: server did not return a different fsid for a referral at %s\n", __func__, name->name); |
Manoj Naik | 6b97fd3 | 2006-06-09 09:34:29 -0400 | [diff] [blame] | 1681 | status = -EIO; |
| 1682 | goto out; |
| 1683 | } |
| 1684 | |
| 1685 | memcpy(fattr, &locations->fattr, sizeof(struct nfs_fattr)); |
| 1686 | fattr->valid |= NFS_ATTR_FATTR_V4_REFERRAL; |
| 1687 | if (!fattr->mode) |
| 1688 | fattr->mode = S_IFDIR; |
| 1689 | memset(fhandle, 0, sizeof(struct nfs_fh)); |
| 1690 | out: |
| 1691 | if (page) |
| 1692 | __free_page(page); |
| 1693 | if (locations) |
| 1694 | kfree(locations); |
| 1695 | return status; |
| 1696 | } |
| 1697 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1698 | static int _nfs4_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fattr *fattr) |
| 1699 | { |
| 1700 | struct nfs4_getattr_arg args = { |
| 1701 | .fh = fhandle, |
| 1702 | .bitmask = server->attr_bitmask, |
| 1703 | }; |
| 1704 | struct nfs4_getattr_res res = { |
| 1705 | .fattr = fattr, |
| 1706 | .server = server, |
| 1707 | }; |
| 1708 | struct rpc_message msg = { |
| 1709 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GETATTR], |
| 1710 | .rpc_argp = &args, |
| 1711 | .rpc_resp = &res, |
| 1712 | }; |
| 1713 | |
Trond Myklebust | 0e574af | 2005-10-27 22:12:38 -0400 | [diff] [blame] | 1714 | nfs_fattr_init(fattr); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1715 | return rpc_call_sync(server->client, &msg, 0); |
| 1716 | } |
| 1717 | |
| 1718 | static int nfs4_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fattr *fattr) |
| 1719 | { |
| 1720 | struct nfs4_exception exception = { }; |
| 1721 | int err; |
| 1722 | do { |
| 1723 | err = nfs4_handle_exception(server, |
| 1724 | _nfs4_proc_getattr(server, fhandle, fattr), |
| 1725 | &exception); |
| 1726 | } while (exception.retry); |
| 1727 | return err; |
| 1728 | } |
| 1729 | |
| 1730 | /* |
| 1731 | * The file is not closed if it is opened due to the a request to change |
| 1732 | * the size of the file. The open call will not be needed once the |
| 1733 | * VFS layer lookup-intents are implemented. |
| 1734 | * |
| 1735 | * Close is called when the inode is destroyed. |
| 1736 | * If we haven't opened the file for O_WRONLY, we |
| 1737 | * need to in the size_change case to obtain a stateid. |
| 1738 | * |
| 1739 | * Got race? |
| 1740 | * Because OPEN is always done by name in nfsv4, it is |
| 1741 | * possible that we opened a different file by the same |
| 1742 | * name. We can recognize this race condition, but we |
| 1743 | * can't do anything about it besides returning an error. |
| 1744 | * |
| 1745 | * This will be fixed with VFS changes (lookup-intent). |
| 1746 | */ |
| 1747 | static int |
| 1748 | nfs4_proc_setattr(struct dentry *dentry, struct nfs_fattr *fattr, |
| 1749 | struct iattr *sattr) |
| 1750 | { |
Trond Myklebust | 08e9eac | 2005-06-22 17:16:29 +0000 | [diff] [blame] | 1751 | struct inode *inode = dentry->d_inode; |
Trond Myklebust | 659bfcd | 2008-06-10 19:39:41 -0400 | [diff] [blame] | 1752 | struct rpc_cred *cred = NULL; |
Trond Myklebust | d530838 | 2005-11-04 15:33:38 -0500 | [diff] [blame] | 1753 | struct nfs4_state *state = NULL; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1754 | int status; |
| 1755 | |
Trond Myklebust | 0e574af | 2005-10-27 22:12:38 -0400 | [diff] [blame] | 1756 | nfs_fattr_init(fattr); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1757 | |
Trond Myklebust | d530838 | 2005-11-04 15:33:38 -0500 | [diff] [blame] | 1758 | /* Search for an existing open(O_WRITE) file */ |
Trond Myklebust | 659bfcd | 2008-06-10 19:39:41 -0400 | [diff] [blame] | 1759 | if (sattr->ia_valid & ATTR_FILE) { |
| 1760 | struct nfs_open_context *ctx; |
Trond Myklebust | 08e9eac | 2005-06-22 17:16:29 +0000 | [diff] [blame] | 1761 | |
Trond Myklebust | 659bfcd | 2008-06-10 19:39:41 -0400 | [diff] [blame] | 1762 | ctx = nfs_file_open_context(sattr->ia_file); |
Neil Brown | 504e518 | 2008-10-16 14:15:16 +1100 | [diff] [blame] | 1763 | if (ctx) { |
| 1764 | cred = ctx->cred; |
| 1765 | state = ctx->state; |
| 1766 | } |
Trond Myklebust | 659bfcd | 2008-06-10 19:39:41 -0400 | [diff] [blame] | 1767 | } |
| 1768 | |
| 1769 | status = nfs4_do_setattr(inode, cred, fattr, sattr, state); |
Trond Myklebust | 65e4308 | 2005-08-16 11:49:44 -0400 | [diff] [blame] | 1770 | if (status == 0) |
| 1771 | nfs_setattr_update_inode(inode, sattr); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1772 | return status; |
| 1773 | } |
| 1774 | |
Trond Myklebust | 56659e9 | 2007-07-17 21:52:39 -0400 | [diff] [blame] | 1775 | static int _nfs4_proc_lookupfh(struct nfs_server *server, const struct nfs_fh *dirfh, |
| 1776 | const struct qstr *name, struct nfs_fh *fhandle, |
David Howells | 2b3de44 | 2006-08-22 20:06:09 -0400 | [diff] [blame] | 1777 | struct nfs_fattr *fattr) |
| 1778 | { |
| 1779 | int status; |
| 1780 | struct nfs4_lookup_arg args = { |
| 1781 | .bitmask = server->attr_bitmask, |
| 1782 | .dir_fh = dirfh, |
| 1783 | .name = name, |
| 1784 | }; |
| 1785 | struct nfs4_lookup_res res = { |
| 1786 | .server = server, |
| 1787 | .fattr = fattr, |
| 1788 | .fh = fhandle, |
| 1789 | }; |
| 1790 | struct rpc_message msg = { |
| 1791 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOOKUP], |
| 1792 | .rpc_argp = &args, |
| 1793 | .rpc_resp = &res, |
| 1794 | }; |
| 1795 | |
| 1796 | nfs_fattr_init(fattr); |
| 1797 | |
| 1798 | dprintk("NFS call lookupfh %s\n", name->name); |
| 1799 | status = rpc_call_sync(server->client, &msg, 0); |
| 1800 | dprintk("NFS reply lookupfh: %d\n", status); |
David Howells | 2b3de44 | 2006-08-22 20:06:09 -0400 | [diff] [blame] | 1801 | return status; |
| 1802 | } |
| 1803 | |
| 1804 | static int nfs4_proc_lookupfh(struct nfs_server *server, struct nfs_fh *dirfh, |
| 1805 | struct qstr *name, struct nfs_fh *fhandle, |
| 1806 | struct nfs_fattr *fattr) |
| 1807 | { |
| 1808 | struct nfs4_exception exception = { }; |
| 1809 | int err; |
| 1810 | do { |
Trond Myklebust | 4e56e08 | 2007-07-01 18:13:52 -0400 | [diff] [blame] | 1811 | err = _nfs4_proc_lookupfh(server, dirfh, name, fhandle, fattr); |
| 1812 | /* FIXME: !!!! */ |
| 1813 | if (err == -NFS4ERR_MOVED) { |
| 1814 | err = -EREMOTE; |
| 1815 | break; |
| 1816 | } |
| 1817 | err = nfs4_handle_exception(server, err, &exception); |
David Howells | 2b3de44 | 2006-08-22 20:06:09 -0400 | [diff] [blame] | 1818 | } while (exception.retry); |
| 1819 | return err; |
| 1820 | } |
| 1821 | |
Trond Myklebust | 56659e9 | 2007-07-17 21:52:39 -0400 | [diff] [blame] | 1822 | static int _nfs4_proc_lookup(struct inode *dir, const struct qstr *name, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1823 | struct nfs_fh *fhandle, struct nfs_fattr *fattr) |
| 1824 | { |
Trond Myklebust | 4e56e08 | 2007-07-01 18:13:52 -0400 | [diff] [blame] | 1825 | int status; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1826 | |
| 1827 | dprintk("NFS call lookup %s\n", name->name); |
Trond Myklebust | 4e56e08 | 2007-07-01 18:13:52 -0400 | [diff] [blame] | 1828 | status = _nfs4_proc_lookupfh(NFS_SERVER(dir), NFS_FH(dir), name, fhandle, fattr); |
Manoj Naik | 6b97fd3 | 2006-06-09 09:34:29 -0400 | [diff] [blame] | 1829 | if (status == -NFS4ERR_MOVED) |
| 1830 | status = nfs4_get_referral(dir, name, fattr, fhandle); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1831 | dprintk("NFS reply lookup: %d\n", status); |
| 1832 | return status; |
| 1833 | } |
| 1834 | |
| 1835 | static int nfs4_proc_lookup(struct inode *dir, struct qstr *name, struct nfs_fh *fhandle, struct nfs_fattr *fattr) |
| 1836 | { |
| 1837 | struct nfs4_exception exception = { }; |
| 1838 | int err; |
| 1839 | do { |
| 1840 | err = nfs4_handle_exception(NFS_SERVER(dir), |
| 1841 | _nfs4_proc_lookup(dir, name, fhandle, fattr), |
| 1842 | &exception); |
| 1843 | } while (exception.retry); |
| 1844 | return err; |
| 1845 | } |
| 1846 | |
| 1847 | static int _nfs4_proc_access(struct inode *inode, struct nfs_access_entry *entry) |
| 1848 | { |
Trond Myklebust | 76b3299 | 2007-08-10 17:45:11 -0400 | [diff] [blame] | 1849 | struct nfs_server *server = NFS_SERVER(inode); |
| 1850 | struct nfs_fattr fattr; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1851 | struct nfs4_accessargs args = { |
| 1852 | .fh = NFS_FH(inode), |
Trond Myklebust | 76b3299 | 2007-08-10 17:45:11 -0400 | [diff] [blame] | 1853 | .bitmask = server->attr_bitmask, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1854 | }; |
Trond Myklebust | 76b3299 | 2007-08-10 17:45:11 -0400 | [diff] [blame] | 1855 | struct nfs4_accessres res = { |
| 1856 | .server = server, |
| 1857 | .fattr = &fattr, |
| 1858 | }; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1859 | struct rpc_message msg = { |
| 1860 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_ACCESS], |
| 1861 | .rpc_argp = &args, |
| 1862 | .rpc_resp = &res, |
| 1863 | .rpc_cred = entry->cred, |
| 1864 | }; |
| 1865 | int mode = entry->mask; |
| 1866 | int status; |
| 1867 | |
| 1868 | /* |
| 1869 | * Determine which access bits we want to ask for... |
| 1870 | */ |
| 1871 | if (mode & MAY_READ) |
| 1872 | args.access |= NFS4_ACCESS_READ; |
| 1873 | if (S_ISDIR(inode->i_mode)) { |
| 1874 | if (mode & MAY_WRITE) |
| 1875 | args.access |= NFS4_ACCESS_MODIFY | NFS4_ACCESS_EXTEND | NFS4_ACCESS_DELETE; |
| 1876 | if (mode & MAY_EXEC) |
| 1877 | args.access |= NFS4_ACCESS_LOOKUP; |
| 1878 | } else { |
| 1879 | if (mode & MAY_WRITE) |
| 1880 | args.access |= NFS4_ACCESS_MODIFY | NFS4_ACCESS_EXTEND; |
| 1881 | if (mode & MAY_EXEC) |
| 1882 | args.access |= NFS4_ACCESS_EXECUTE; |
| 1883 | } |
Trond Myklebust | 76b3299 | 2007-08-10 17:45:11 -0400 | [diff] [blame] | 1884 | nfs_fattr_init(&fattr); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1885 | status = rpc_call_sync(NFS_CLIENT(inode), &msg, 0); |
| 1886 | if (!status) { |
| 1887 | entry->mask = 0; |
| 1888 | if (res.access & NFS4_ACCESS_READ) |
| 1889 | entry->mask |= MAY_READ; |
| 1890 | if (res.access & (NFS4_ACCESS_MODIFY | NFS4_ACCESS_EXTEND | NFS4_ACCESS_DELETE)) |
| 1891 | entry->mask |= MAY_WRITE; |
| 1892 | if (res.access & (NFS4_ACCESS_LOOKUP|NFS4_ACCESS_EXECUTE)) |
| 1893 | entry->mask |= MAY_EXEC; |
Trond Myklebust | 76b3299 | 2007-08-10 17:45:11 -0400 | [diff] [blame] | 1894 | nfs_refresh_inode(inode, &fattr); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1895 | } |
| 1896 | return status; |
| 1897 | } |
| 1898 | |
| 1899 | static int nfs4_proc_access(struct inode *inode, struct nfs_access_entry *entry) |
| 1900 | { |
| 1901 | struct nfs4_exception exception = { }; |
| 1902 | int err; |
| 1903 | do { |
| 1904 | err = nfs4_handle_exception(NFS_SERVER(inode), |
| 1905 | _nfs4_proc_access(inode, entry), |
| 1906 | &exception); |
| 1907 | } while (exception.retry); |
| 1908 | return err; |
| 1909 | } |
| 1910 | |
| 1911 | /* |
| 1912 | * TODO: For the time being, we don't try to get any attributes |
| 1913 | * along with any of the zero-copy operations READ, READDIR, |
| 1914 | * READLINK, WRITE. |
| 1915 | * |
| 1916 | * In the case of the first three, we want to put the GETATTR |
| 1917 | * after the read-type operation -- this is because it is hard |
| 1918 | * to predict the length of a GETATTR response in v4, and thus |
| 1919 | * align the READ data correctly. This means that the GETATTR |
| 1920 | * may end up partially falling into the page cache, and we should |
| 1921 | * shift it into the 'tail' of the xdr_buf before processing. |
| 1922 | * To do this efficiently, we need to know the total length |
| 1923 | * of data received, which doesn't seem to be available outside |
| 1924 | * of the RPC layer. |
| 1925 | * |
| 1926 | * In the case of WRITE, we also want to put the GETATTR after |
| 1927 | * the operation -- in this case because we want to make sure |
| 1928 | * we get the post-operation mtime and size. This means that |
| 1929 | * we can't use xdr_encode_pages() as written: we need a variant |
| 1930 | * of it which would leave room in the 'tail' iovec. |
| 1931 | * |
| 1932 | * Both of these changes to the XDR layer would in fact be quite |
| 1933 | * minor, but I decided to leave them for a subsequent patch. |
| 1934 | */ |
| 1935 | static int _nfs4_proc_readlink(struct inode *inode, struct page *page, |
| 1936 | unsigned int pgbase, unsigned int pglen) |
| 1937 | { |
| 1938 | struct nfs4_readlink args = { |
| 1939 | .fh = NFS_FH(inode), |
| 1940 | .pgbase = pgbase, |
| 1941 | .pglen = pglen, |
| 1942 | .pages = &page, |
| 1943 | }; |
| 1944 | struct rpc_message msg = { |
| 1945 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_READLINK], |
| 1946 | .rpc_argp = &args, |
| 1947 | .rpc_resp = NULL, |
| 1948 | }; |
| 1949 | |
| 1950 | return rpc_call_sync(NFS_CLIENT(inode), &msg, 0); |
| 1951 | } |
| 1952 | |
| 1953 | static int nfs4_proc_readlink(struct inode *inode, struct page *page, |
| 1954 | unsigned int pgbase, unsigned int pglen) |
| 1955 | { |
| 1956 | struct nfs4_exception exception = { }; |
| 1957 | int err; |
| 1958 | do { |
| 1959 | err = nfs4_handle_exception(NFS_SERVER(inode), |
| 1960 | _nfs4_proc_readlink(inode, page, pgbase, pglen), |
| 1961 | &exception); |
| 1962 | } while (exception.retry); |
| 1963 | return err; |
| 1964 | } |
| 1965 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1966 | /* |
| 1967 | * Got race? |
| 1968 | * We will need to arrange for the VFS layer to provide an atomic open. |
| 1969 | * Until then, this create/open method is prone to inefficiency and race |
| 1970 | * conditions due to the lookup, create, and open VFS calls from sys_open() |
| 1971 | * placed on the wire. |
| 1972 | * |
| 1973 | * Given the above sorry state of affairs, I'm simply sending an OPEN. |
| 1974 | * The file will be opened again in the subsequent VFS open call |
| 1975 | * (nfs4_proc_file_open). |
| 1976 | * |
| 1977 | * The open for read will just hang around to be used by any process that |
| 1978 | * opens the file O_RDONLY. This will all be resolved with the VFS changes. |
| 1979 | */ |
| 1980 | |
| 1981 | static int |
| 1982 | nfs4_proc_create(struct inode *dir, struct dentry *dentry, struct iattr *sattr, |
Trond Myklebust | 02a913a | 2005-10-18 14:20:17 -0700 | [diff] [blame] | 1983 | int flags, struct nameidata *nd) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1984 | { |
Trond Myklebust | ad389da | 2007-06-05 12:30:00 -0400 | [diff] [blame] | 1985 | struct path path = { |
Jan Blunck | 4ac9137 | 2008-02-14 19:34:32 -0800 | [diff] [blame] | 1986 | .mnt = nd->path.mnt, |
Trond Myklebust | ad389da | 2007-06-05 12:30:00 -0400 | [diff] [blame] | 1987 | .dentry = dentry, |
| 1988 | }; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1989 | struct nfs4_state *state; |
| 1990 | struct rpc_cred *cred; |
| 1991 | int status = 0; |
| 1992 | |
Trond Myklebust | 98a8e32 | 2008-03-12 12:25:28 -0400 | [diff] [blame] | 1993 | cred = rpc_lookup_cred(); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1994 | if (IS_ERR(cred)) { |
| 1995 | status = PTR_ERR(cred); |
| 1996 | goto out; |
| 1997 | } |
Trond Myklebust | ad389da | 2007-06-05 12:30:00 -0400 | [diff] [blame] | 1998 | state = nfs4_do_open(dir, &path, flags, sattr, cred); |
Trond Myklebust | d4d9cdc | 2007-10-02 18:38:53 -0400 | [diff] [blame] | 1999 | d_drop(dentry); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2000 | if (IS_ERR(state)) { |
| 2001 | status = PTR_ERR(state); |
Trond Myklebust | 659bfcd | 2008-06-10 19:39:41 -0400 | [diff] [blame] | 2002 | goto out_putcred; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2003 | } |
Trond Myklebust | d4d9cdc | 2007-10-02 18:38:53 -0400 | [diff] [blame] | 2004 | d_add(dentry, igrab(state->inode)); |
Trond Myklebust | d75340c | 2007-10-01 21:42:01 -0400 | [diff] [blame] | 2005 | nfs_set_verifier(dentry, nfs_save_change_attribute(dir)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2006 | if (flags & O_EXCL) { |
| 2007 | struct nfs_fattr fattr; |
Trond Myklebust | 659bfcd | 2008-06-10 19:39:41 -0400 | [diff] [blame] | 2008 | status = nfs4_do_setattr(state->inode, cred, &fattr, sattr, state); |
Trond Myklebust | 02a913a | 2005-10-18 14:20:17 -0700 | [diff] [blame] | 2009 | if (status == 0) |
Trond Myklebust | 65e4308 | 2005-08-16 11:49:44 -0400 | [diff] [blame] | 2010 | nfs_setattr_update_inode(state->inode, sattr); |
Jeff Layton | aa53ed5 | 2007-06-05 14:49:03 -0400 | [diff] [blame] | 2011 | nfs_post_op_update_inode(state->inode, &fattr); |
Trond Myklebust | 02a913a | 2005-10-18 14:20:17 -0700 | [diff] [blame] | 2012 | } |
Trond Myklebust | ad389da | 2007-06-05 12:30:00 -0400 | [diff] [blame] | 2013 | if (status == 0 && (nd->flags & LOOKUP_OPEN) != 0) |
Trond Myklebust | 4a35bd4 | 2007-06-05 10:31:33 -0400 | [diff] [blame] | 2014 | status = nfs4_intent_set_file(nd, &path, state); |
Trond Myklebust | 02a913a | 2005-10-18 14:20:17 -0700 | [diff] [blame] | 2015 | else |
Trond Myklebust | a49c3c7 | 2007-10-18 18:03:27 -0400 | [diff] [blame] | 2016 | nfs4_close_sync(&path, state, flags); |
Trond Myklebust | 659bfcd | 2008-06-10 19:39:41 -0400 | [diff] [blame] | 2017 | out_putcred: |
| 2018 | put_rpccred(cred); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2019 | out: |
| 2020 | return status; |
| 2021 | } |
| 2022 | |
| 2023 | static int _nfs4_proc_remove(struct inode *dir, struct qstr *name) |
| 2024 | { |
Trond Myklebust | 16e4295 | 2005-10-27 22:12:44 -0400 | [diff] [blame] | 2025 | struct nfs_server *server = NFS_SERVER(dir); |
Trond Myklebust | 4fdc17b | 2007-07-14 15:39:57 -0400 | [diff] [blame] | 2026 | struct nfs_removeargs args = { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2027 | .fh = NFS_FH(dir), |
Trond Myklebust | 4fdc17b | 2007-07-14 15:39:57 -0400 | [diff] [blame] | 2028 | .name.len = name->len, |
| 2029 | .name.name = name->name, |
Trond Myklebust | 16e4295 | 2005-10-27 22:12:44 -0400 | [diff] [blame] | 2030 | .bitmask = server->attr_bitmask, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2031 | }; |
Trond Myklebust | 4fdc17b | 2007-07-14 15:39:57 -0400 | [diff] [blame] | 2032 | struct nfs_removeres res = { |
Trond Myklebust | 16e4295 | 2005-10-27 22:12:44 -0400 | [diff] [blame] | 2033 | .server = server, |
Trond Myklebust | 16e4295 | 2005-10-27 22:12:44 -0400 | [diff] [blame] | 2034 | }; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2035 | struct rpc_message msg = { |
Trond Myklebust | 4fdc17b | 2007-07-14 15:39:57 -0400 | [diff] [blame] | 2036 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_REMOVE], |
| 2037 | .rpc_argp = &args, |
| 2038 | .rpc_resp = &res, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2039 | }; |
| 2040 | int status; |
| 2041 | |
Trond Myklebust | 4fdc17b | 2007-07-14 15:39:57 -0400 | [diff] [blame] | 2042 | nfs_fattr_init(&res.dir_attr); |
Trond Myklebust | 16e4295 | 2005-10-27 22:12:44 -0400 | [diff] [blame] | 2043 | status = rpc_call_sync(server->client, &msg, 0); |
| 2044 | if (status == 0) { |
| 2045 | update_changeattr(dir, &res.cinfo); |
Trond Myklebust | 4fdc17b | 2007-07-14 15:39:57 -0400 | [diff] [blame] | 2046 | nfs_post_op_update_inode(dir, &res.dir_attr); |
Trond Myklebust | 16e4295 | 2005-10-27 22:12:44 -0400 | [diff] [blame] | 2047 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2048 | return status; |
| 2049 | } |
| 2050 | |
| 2051 | static int nfs4_proc_remove(struct inode *dir, struct qstr *name) |
| 2052 | { |
| 2053 | struct nfs4_exception exception = { }; |
| 2054 | int err; |
| 2055 | do { |
| 2056 | err = nfs4_handle_exception(NFS_SERVER(dir), |
| 2057 | _nfs4_proc_remove(dir, name), |
| 2058 | &exception); |
| 2059 | } while (exception.retry); |
| 2060 | return err; |
| 2061 | } |
| 2062 | |
Trond Myklebust | e4eff1a | 2007-07-14 15:39:58 -0400 | [diff] [blame] | 2063 | static void nfs4_proc_unlink_setup(struct rpc_message *msg, struct inode *dir) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2064 | { |
Trond Myklebust | e4eff1a | 2007-07-14 15:39:58 -0400 | [diff] [blame] | 2065 | struct nfs_server *server = NFS_SERVER(dir); |
| 2066 | struct nfs_removeargs *args = msg->rpc_argp; |
| 2067 | struct nfs_removeres *res = msg->rpc_resp; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2068 | |
Trond Myklebust | e4eff1a | 2007-07-14 15:39:58 -0400 | [diff] [blame] | 2069 | args->bitmask = server->attr_bitmask; |
| 2070 | res->server = server; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2071 | msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_REMOVE]; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2072 | } |
| 2073 | |
Trond Myklebust | e4eff1a | 2007-07-14 15:39:58 -0400 | [diff] [blame] | 2074 | static int nfs4_proc_unlink_done(struct rpc_task *task, struct inode *dir) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2075 | { |
Trond Myklebust | e4eff1a | 2007-07-14 15:39:58 -0400 | [diff] [blame] | 2076 | struct nfs_removeres *res = task->tk_msg.rpc_resp; |
| 2077 | |
Trond Myklebust | 9e33bed | 2008-12-23 15:21:46 -0500 | [diff] [blame^] | 2078 | if (nfs4_async_handle_error(task, res->server, NULL) == -EAGAIN) |
Trond Myklebust | e4eff1a | 2007-07-14 15:39:58 -0400 | [diff] [blame] | 2079 | return 0; |
| 2080 | update_changeattr(dir, &res->cinfo); |
| 2081 | nfs_post_op_update_inode(dir, &res->dir_attr); |
| 2082 | return 1; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2083 | } |
| 2084 | |
| 2085 | static int _nfs4_proc_rename(struct inode *old_dir, struct qstr *old_name, |
| 2086 | struct inode *new_dir, struct qstr *new_name) |
| 2087 | { |
Trond Myklebust | 6caf2c8 | 2005-10-27 22:12:43 -0400 | [diff] [blame] | 2088 | struct nfs_server *server = NFS_SERVER(old_dir); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2089 | struct nfs4_rename_arg arg = { |
| 2090 | .old_dir = NFS_FH(old_dir), |
| 2091 | .new_dir = NFS_FH(new_dir), |
| 2092 | .old_name = old_name, |
| 2093 | .new_name = new_name, |
Trond Myklebust | 6caf2c8 | 2005-10-27 22:12:43 -0400 | [diff] [blame] | 2094 | .bitmask = server->attr_bitmask, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2095 | }; |
Trond Myklebust | 6caf2c8 | 2005-10-27 22:12:43 -0400 | [diff] [blame] | 2096 | struct nfs_fattr old_fattr, new_fattr; |
| 2097 | struct nfs4_rename_res res = { |
| 2098 | .server = server, |
| 2099 | .old_fattr = &old_fattr, |
| 2100 | .new_fattr = &new_fattr, |
| 2101 | }; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2102 | struct rpc_message msg = { |
| 2103 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RENAME], |
| 2104 | .rpc_argp = &arg, |
| 2105 | .rpc_resp = &res, |
| 2106 | }; |
| 2107 | int status; |
| 2108 | |
Trond Myklebust | 6caf2c8 | 2005-10-27 22:12:43 -0400 | [diff] [blame] | 2109 | nfs_fattr_init(res.old_fattr); |
| 2110 | nfs_fattr_init(res.new_fattr); |
| 2111 | status = rpc_call_sync(server->client, &msg, 0); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2112 | |
| 2113 | if (!status) { |
| 2114 | update_changeattr(old_dir, &res.old_cinfo); |
Trond Myklebust | 6caf2c8 | 2005-10-27 22:12:43 -0400 | [diff] [blame] | 2115 | nfs_post_op_update_inode(old_dir, res.old_fattr); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2116 | update_changeattr(new_dir, &res.new_cinfo); |
Trond Myklebust | 6caf2c8 | 2005-10-27 22:12:43 -0400 | [diff] [blame] | 2117 | nfs_post_op_update_inode(new_dir, res.new_fattr); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2118 | } |
| 2119 | return status; |
| 2120 | } |
| 2121 | |
| 2122 | static int nfs4_proc_rename(struct inode *old_dir, struct qstr *old_name, |
| 2123 | struct inode *new_dir, struct qstr *new_name) |
| 2124 | { |
| 2125 | struct nfs4_exception exception = { }; |
| 2126 | int err; |
| 2127 | do { |
| 2128 | err = nfs4_handle_exception(NFS_SERVER(old_dir), |
| 2129 | _nfs4_proc_rename(old_dir, old_name, |
| 2130 | new_dir, new_name), |
| 2131 | &exception); |
| 2132 | } while (exception.retry); |
| 2133 | return err; |
| 2134 | } |
| 2135 | |
| 2136 | static int _nfs4_proc_link(struct inode *inode, struct inode *dir, struct qstr *name) |
| 2137 | { |
Trond Myklebust | 91ba2ee | 2005-10-27 22:12:42 -0400 | [diff] [blame] | 2138 | struct nfs_server *server = NFS_SERVER(inode); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2139 | struct nfs4_link_arg arg = { |
| 2140 | .fh = NFS_FH(inode), |
| 2141 | .dir_fh = NFS_FH(dir), |
| 2142 | .name = name, |
Trond Myklebust | 91ba2ee | 2005-10-27 22:12:42 -0400 | [diff] [blame] | 2143 | .bitmask = server->attr_bitmask, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2144 | }; |
Trond Myklebust | 91ba2ee | 2005-10-27 22:12:42 -0400 | [diff] [blame] | 2145 | struct nfs_fattr fattr, dir_attr; |
| 2146 | struct nfs4_link_res res = { |
| 2147 | .server = server, |
| 2148 | .fattr = &fattr, |
| 2149 | .dir_attr = &dir_attr, |
| 2150 | }; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2151 | struct rpc_message msg = { |
| 2152 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LINK], |
| 2153 | .rpc_argp = &arg, |
Trond Myklebust | 91ba2ee | 2005-10-27 22:12:42 -0400 | [diff] [blame] | 2154 | .rpc_resp = &res, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2155 | }; |
| 2156 | int status; |
| 2157 | |
Trond Myklebust | 91ba2ee | 2005-10-27 22:12:42 -0400 | [diff] [blame] | 2158 | nfs_fattr_init(res.fattr); |
| 2159 | nfs_fattr_init(res.dir_attr); |
| 2160 | status = rpc_call_sync(server->client, &msg, 0); |
| 2161 | if (!status) { |
| 2162 | update_changeattr(dir, &res.cinfo); |
| 2163 | nfs_post_op_update_inode(dir, res.dir_attr); |
Trond Myklebust | 73a3d07 | 2006-05-25 01:40:47 -0400 | [diff] [blame] | 2164 | nfs_post_op_update_inode(inode, res.fattr); |
Trond Myklebust | 91ba2ee | 2005-10-27 22:12:42 -0400 | [diff] [blame] | 2165 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2166 | |
| 2167 | return status; |
| 2168 | } |
| 2169 | |
| 2170 | static int nfs4_proc_link(struct inode *inode, struct inode *dir, struct qstr *name) |
| 2171 | { |
| 2172 | struct nfs4_exception exception = { }; |
| 2173 | int err; |
| 2174 | do { |
| 2175 | err = nfs4_handle_exception(NFS_SERVER(inode), |
| 2176 | _nfs4_proc_link(inode, dir, name), |
| 2177 | &exception); |
| 2178 | } while (exception.retry); |
| 2179 | return err; |
| 2180 | } |
| 2181 | |
Trond Myklebust | 57dc9a5 | 2008-06-20 15:35:32 -0400 | [diff] [blame] | 2182 | struct nfs4_createdata { |
| 2183 | struct rpc_message msg; |
| 2184 | struct nfs4_create_arg arg; |
| 2185 | struct nfs4_create_res res; |
| 2186 | struct nfs_fh fh; |
| 2187 | struct nfs_fattr fattr; |
| 2188 | struct nfs_fattr dir_fattr; |
| 2189 | }; |
| 2190 | |
| 2191 | static struct nfs4_createdata *nfs4_alloc_createdata(struct inode *dir, |
| 2192 | struct qstr *name, struct iattr *sattr, u32 ftype) |
| 2193 | { |
| 2194 | struct nfs4_createdata *data; |
| 2195 | |
| 2196 | data = kzalloc(sizeof(*data), GFP_KERNEL); |
| 2197 | if (data != NULL) { |
| 2198 | struct nfs_server *server = NFS_SERVER(dir); |
| 2199 | |
| 2200 | data->msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_CREATE]; |
| 2201 | data->msg.rpc_argp = &data->arg; |
| 2202 | data->msg.rpc_resp = &data->res; |
| 2203 | data->arg.dir_fh = NFS_FH(dir); |
| 2204 | data->arg.server = server; |
| 2205 | data->arg.name = name; |
| 2206 | data->arg.attrs = sattr; |
| 2207 | data->arg.ftype = ftype; |
| 2208 | data->arg.bitmask = server->attr_bitmask; |
| 2209 | data->res.server = server; |
| 2210 | data->res.fh = &data->fh; |
| 2211 | data->res.fattr = &data->fattr; |
| 2212 | data->res.dir_fattr = &data->dir_fattr; |
| 2213 | nfs_fattr_init(data->res.fattr); |
| 2214 | nfs_fattr_init(data->res.dir_fattr); |
| 2215 | } |
| 2216 | return data; |
| 2217 | } |
| 2218 | |
| 2219 | static int nfs4_do_create(struct inode *dir, struct dentry *dentry, struct nfs4_createdata *data) |
| 2220 | { |
| 2221 | int status = rpc_call_sync(NFS_CLIENT(dir), &data->msg, 0); |
| 2222 | if (status == 0) { |
| 2223 | update_changeattr(dir, &data->res.dir_cinfo); |
| 2224 | nfs_post_op_update_inode(dir, data->res.dir_fattr); |
| 2225 | status = nfs_instantiate(dentry, data->res.fh, data->res.fattr); |
| 2226 | } |
| 2227 | return status; |
| 2228 | } |
| 2229 | |
| 2230 | static void nfs4_free_createdata(struct nfs4_createdata *data) |
| 2231 | { |
| 2232 | kfree(data); |
| 2233 | } |
| 2234 | |
Chuck Lever | 4f390c1 | 2006-08-22 20:06:22 -0400 | [diff] [blame] | 2235 | static int _nfs4_proc_symlink(struct inode *dir, struct dentry *dentry, |
Chuck Lever | 94a6d75 | 2006-08-22 20:06:23 -0400 | [diff] [blame] | 2236 | struct page *page, unsigned int len, struct iattr *sattr) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2237 | { |
Trond Myklebust | 57dc9a5 | 2008-06-20 15:35:32 -0400 | [diff] [blame] | 2238 | struct nfs4_createdata *data; |
| 2239 | int status = -ENAMETOOLONG; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2240 | |
Chuck Lever | 94a6d75 | 2006-08-22 20:06:23 -0400 | [diff] [blame] | 2241 | if (len > NFS4_MAXPATHLEN) |
Trond Myklebust | 57dc9a5 | 2008-06-20 15:35:32 -0400 | [diff] [blame] | 2242 | goto out; |
Chuck Lever | 4f390c1 | 2006-08-22 20:06:22 -0400 | [diff] [blame] | 2243 | |
Trond Myklebust | 57dc9a5 | 2008-06-20 15:35:32 -0400 | [diff] [blame] | 2244 | status = -ENOMEM; |
| 2245 | data = nfs4_alloc_createdata(dir, &dentry->d_name, sattr, NF4LNK); |
| 2246 | if (data == NULL) |
| 2247 | goto out; |
| 2248 | |
| 2249 | data->msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SYMLINK]; |
| 2250 | data->arg.u.symlink.pages = &page; |
| 2251 | data->arg.u.symlink.len = len; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2252 | |
Trond Myklebust | 57dc9a5 | 2008-06-20 15:35:32 -0400 | [diff] [blame] | 2253 | status = nfs4_do_create(dir, dentry, data); |
| 2254 | |
| 2255 | nfs4_free_createdata(data); |
| 2256 | out: |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2257 | return status; |
| 2258 | } |
| 2259 | |
Chuck Lever | 4f390c1 | 2006-08-22 20:06:22 -0400 | [diff] [blame] | 2260 | static int nfs4_proc_symlink(struct inode *dir, struct dentry *dentry, |
Chuck Lever | 94a6d75 | 2006-08-22 20:06:23 -0400 | [diff] [blame] | 2261 | struct page *page, unsigned int len, struct iattr *sattr) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2262 | { |
| 2263 | struct nfs4_exception exception = { }; |
| 2264 | int err; |
| 2265 | do { |
| 2266 | err = nfs4_handle_exception(NFS_SERVER(dir), |
Chuck Lever | 94a6d75 | 2006-08-22 20:06:23 -0400 | [diff] [blame] | 2267 | _nfs4_proc_symlink(dir, dentry, page, |
| 2268 | len, sattr), |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2269 | &exception); |
| 2270 | } while (exception.retry); |
| 2271 | return err; |
| 2272 | } |
| 2273 | |
| 2274 | static int _nfs4_proc_mkdir(struct inode *dir, struct dentry *dentry, |
| 2275 | struct iattr *sattr) |
| 2276 | { |
Trond Myklebust | 57dc9a5 | 2008-06-20 15:35:32 -0400 | [diff] [blame] | 2277 | struct nfs4_createdata *data; |
| 2278 | int status = -ENOMEM; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2279 | |
Trond Myklebust | 57dc9a5 | 2008-06-20 15:35:32 -0400 | [diff] [blame] | 2280 | data = nfs4_alloc_createdata(dir, &dentry->d_name, sattr, NF4DIR); |
| 2281 | if (data == NULL) |
| 2282 | goto out; |
| 2283 | |
| 2284 | status = nfs4_do_create(dir, dentry, data); |
| 2285 | |
| 2286 | nfs4_free_createdata(data); |
| 2287 | out: |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2288 | return status; |
| 2289 | } |
| 2290 | |
| 2291 | static int nfs4_proc_mkdir(struct inode *dir, struct dentry *dentry, |
| 2292 | struct iattr *sattr) |
| 2293 | { |
| 2294 | struct nfs4_exception exception = { }; |
| 2295 | int err; |
| 2296 | do { |
| 2297 | err = nfs4_handle_exception(NFS_SERVER(dir), |
| 2298 | _nfs4_proc_mkdir(dir, dentry, sattr), |
| 2299 | &exception); |
| 2300 | } while (exception.retry); |
| 2301 | return err; |
| 2302 | } |
| 2303 | |
| 2304 | static int _nfs4_proc_readdir(struct dentry *dentry, struct rpc_cred *cred, |
| 2305 | u64 cookie, struct page *page, unsigned int count, int plus) |
| 2306 | { |
| 2307 | struct inode *dir = dentry->d_inode; |
| 2308 | struct nfs4_readdir_arg args = { |
| 2309 | .fh = NFS_FH(dir), |
| 2310 | .pages = &page, |
| 2311 | .pgbase = 0, |
| 2312 | .count = count, |
| 2313 | .bitmask = NFS_SERVER(dentry->d_inode)->attr_bitmask, |
| 2314 | }; |
| 2315 | struct nfs4_readdir_res res; |
| 2316 | struct rpc_message msg = { |
| 2317 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_READDIR], |
| 2318 | .rpc_argp = &args, |
| 2319 | .rpc_resp = &res, |
| 2320 | .rpc_cred = cred, |
| 2321 | }; |
| 2322 | int status; |
| 2323 | |
Harvey Harrison | 3110ff8 | 2008-05-02 13:42:44 -0700 | [diff] [blame] | 2324 | dprintk("%s: dentry = %s/%s, cookie = %Lu\n", __func__, |
Trond Myklebust | eadf459 | 2005-06-22 17:16:39 +0000 | [diff] [blame] | 2325 | dentry->d_parent->d_name.name, |
| 2326 | dentry->d_name.name, |
| 2327 | (unsigned long long)cookie); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2328 | nfs4_setup_readdir(cookie, NFS_COOKIEVERF(dir), dentry, &args); |
| 2329 | res.pgbase = args.pgbase; |
| 2330 | status = rpc_call_sync(NFS_CLIENT(dir), &msg, 0); |
| 2331 | if (status == 0) |
| 2332 | memcpy(NFS_COOKIEVERF(dir), res.verifier.data, NFS4_VERIFIER_SIZE); |
Trond Myklebust | c481299 | 2007-09-28 17:11:45 -0400 | [diff] [blame] | 2333 | |
| 2334 | nfs_invalidate_atime(dir); |
| 2335 | |
Harvey Harrison | 3110ff8 | 2008-05-02 13:42:44 -0700 | [diff] [blame] | 2336 | dprintk("%s: returns %d\n", __func__, status); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2337 | return status; |
| 2338 | } |
| 2339 | |
| 2340 | static int nfs4_proc_readdir(struct dentry *dentry, struct rpc_cred *cred, |
| 2341 | u64 cookie, struct page *page, unsigned int count, int plus) |
| 2342 | { |
| 2343 | struct nfs4_exception exception = { }; |
| 2344 | int err; |
| 2345 | do { |
| 2346 | err = nfs4_handle_exception(NFS_SERVER(dentry->d_inode), |
| 2347 | _nfs4_proc_readdir(dentry, cred, cookie, |
| 2348 | page, count, plus), |
| 2349 | &exception); |
| 2350 | } while (exception.retry); |
| 2351 | return err; |
| 2352 | } |
| 2353 | |
| 2354 | static int _nfs4_proc_mknod(struct inode *dir, struct dentry *dentry, |
| 2355 | struct iattr *sattr, dev_t rdev) |
| 2356 | { |
Trond Myklebust | 57dc9a5 | 2008-06-20 15:35:32 -0400 | [diff] [blame] | 2357 | struct nfs4_createdata *data; |
| 2358 | int mode = sattr->ia_mode; |
| 2359 | int status = -ENOMEM; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2360 | |
| 2361 | BUG_ON(!(sattr->ia_valid & ATTR_MODE)); |
| 2362 | BUG_ON(!S_ISFIFO(mode) && !S_ISBLK(mode) && !S_ISCHR(mode) && !S_ISSOCK(mode)); |
Trond Myklebust | 57dc9a5 | 2008-06-20 15:35:32 -0400 | [diff] [blame] | 2363 | |
| 2364 | data = nfs4_alloc_createdata(dir, &dentry->d_name, sattr, NF4SOCK); |
| 2365 | if (data == NULL) |
| 2366 | goto out; |
| 2367 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2368 | if (S_ISFIFO(mode)) |
Trond Myklebust | 57dc9a5 | 2008-06-20 15:35:32 -0400 | [diff] [blame] | 2369 | data->arg.ftype = NF4FIFO; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2370 | else if (S_ISBLK(mode)) { |
Trond Myklebust | 57dc9a5 | 2008-06-20 15:35:32 -0400 | [diff] [blame] | 2371 | data->arg.ftype = NF4BLK; |
| 2372 | data->arg.u.device.specdata1 = MAJOR(rdev); |
| 2373 | data->arg.u.device.specdata2 = MINOR(rdev); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2374 | } |
| 2375 | else if (S_ISCHR(mode)) { |
Trond Myklebust | 57dc9a5 | 2008-06-20 15:35:32 -0400 | [diff] [blame] | 2376 | data->arg.ftype = NF4CHR; |
| 2377 | data->arg.u.device.specdata1 = MAJOR(rdev); |
| 2378 | data->arg.u.device.specdata2 = MINOR(rdev); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2379 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2380 | |
Trond Myklebust | 57dc9a5 | 2008-06-20 15:35:32 -0400 | [diff] [blame] | 2381 | status = nfs4_do_create(dir, dentry, data); |
| 2382 | |
| 2383 | nfs4_free_createdata(data); |
| 2384 | out: |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2385 | return status; |
| 2386 | } |
| 2387 | |
| 2388 | static int nfs4_proc_mknod(struct inode *dir, struct dentry *dentry, |
| 2389 | struct iattr *sattr, dev_t rdev) |
| 2390 | { |
| 2391 | struct nfs4_exception exception = { }; |
| 2392 | int err; |
| 2393 | do { |
| 2394 | err = nfs4_handle_exception(NFS_SERVER(dir), |
| 2395 | _nfs4_proc_mknod(dir, dentry, sattr, rdev), |
| 2396 | &exception); |
| 2397 | } while (exception.retry); |
| 2398 | return err; |
| 2399 | } |
| 2400 | |
| 2401 | static int _nfs4_proc_statfs(struct nfs_server *server, struct nfs_fh *fhandle, |
| 2402 | struct nfs_fsstat *fsstat) |
| 2403 | { |
| 2404 | struct nfs4_statfs_arg args = { |
| 2405 | .fh = fhandle, |
| 2406 | .bitmask = server->attr_bitmask, |
| 2407 | }; |
| 2408 | struct rpc_message msg = { |
| 2409 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_STATFS], |
| 2410 | .rpc_argp = &args, |
| 2411 | .rpc_resp = fsstat, |
| 2412 | }; |
| 2413 | |
Trond Myklebust | 0e574af | 2005-10-27 22:12:38 -0400 | [diff] [blame] | 2414 | nfs_fattr_init(fsstat->fattr); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2415 | return rpc_call_sync(server->client, &msg, 0); |
| 2416 | } |
| 2417 | |
| 2418 | static int nfs4_proc_statfs(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fsstat *fsstat) |
| 2419 | { |
| 2420 | struct nfs4_exception exception = { }; |
| 2421 | int err; |
| 2422 | do { |
| 2423 | err = nfs4_handle_exception(server, |
| 2424 | _nfs4_proc_statfs(server, fhandle, fsstat), |
| 2425 | &exception); |
| 2426 | } while (exception.retry); |
| 2427 | return err; |
| 2428 | } |
| 2429 | |
| 2430 | static int _nfs4_do_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle, |
| 2431 | struct nfs_fsinfo *fsinfo) |
| 2432 | { |
| 2433 | struct nfs4_fsinfo_arg args = { |
| 2434 | .fh = fhandle, |
| 2435 | .bitmask = server->attr_bitmask, |
| 2436 | }; |
| 2437 | struct rpc_message msg = { |
| 2438 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FSINFO], |
| 2439 | .rpc_argp = &args, |
| 2440 | .rpc_resp = fsinfo, |
| 2441 | }; |
| 2442 | |
| 2443 | return rpc_call_sync(server->client, &msg, 0); |
| 2444 | } |
| 2445 | |
| 2446 | static int nfs4_do_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fsinfo *fsinfo) |
| 2447 | { |
| 2448 | struct nfs4_exception exception = { }; |
| 2449 | int err; |
| 2450 | |
| 2451 | do { |
| 2452 | err = nfs4_handle_exception(server, |
| 2453 | _nfs4_do_fsinfo(server, fhandle, fsinfo), |
| 2454 | &exception); |
| 2455 | } while (exception.retry); |
| 2456 | return err; |
| 2457 | } |
| 2458 | |
| 2459 | static int nfs4_proc_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fsinfo *fsinfo) |
| 2460 | { |
Trond Myklebust | 0e574af | 2005-10-27 22:12:38 -0400 | [diff] [blame] | 2461 | nfs_fattr_init(fsinfo->fattr); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2462 | return nfs4_do_fsinfo(server, fhandle, fsinfo); |
| 2463 | } |
| 2464 | |
| 2465 | static int _nfs4_proc_pathconf(struct nfs_server *server, struct nfs_fh *fhandle, |
| 2466 | struct nfs_pathconf *pathconf) |
| 2467 | { |
| 2468 | struct nfs4_pathconf_arg args = { |
| 2469 | .fh = fhandle, |
| 2470 | .bitmask = server->attr_bitmask, |
| 2471 | }; |
| 2472 | struct rpc_message msg = { |
| 2473 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_PATHCONF], |
| 2474 | .rpc_argp = &args, |
| 2475 | .rpc_resp = pathconf, |
| 2476 | }; |
| 2477 | |
| 2478 | /* None of the pathconf attributes are mandatory to implement */ |
| 2479 | if ((args.bitmask[0] & nfs4_pathconf_bitmap[0]) == 0) { |
| 2480 | memset(pathconf, 0, sizeof(*pathconf)); |
| 2481 | return 0; |
| 2482 | } |
| 2483 | |
Trond Myklebust | 0e574af | 2005-10-27 22:12:38 -0400 | [diff] [blame] | 2484 | nfs_fattr_init(pathconf->fattr); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2485 | return rpc_call_sync(server->client, &msg, 0); |
| 2486 | } |
| 2487 | |
| 2488 | static int nfs4_proc_pathconf(struct nfs_server *server, struct nfs_fh *fhandle, |
| 2489 | struct nfs_pathconf *pathconf) |
| 2490 | { |
| 2491 | struct nfs4_exception exception = { }; |
| 2492 | int err; |
| 2493 | |
| 2494 | do { |
| 2495 | err = nfs4_handle_exception(server, |
| 2496 | _nfs4_proc_pathconf(server, fhandle, pathconf), |
| 2497 | &exception); |
| 2498 | } while (exception.retry); |
| 2499 | return err; |
| 2500 | } |
| 2501 | |
Trond Myklebust | ec06c09 | 2006-03-20 13:44:27 -0500 | [diff] [blame] | 2502 | static int nfs4_read_done(struct rpc_task *task, struct nfs_read_data *data) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2503 | { |
Trond Myklebust | ec06c09 | 2006-03-20 13:44:27 -0500 | [diff] [blame] | 2504 | struct nfs_server *server = NFS_SERVER(data->inode); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2505 | |
Trond Myklebust | 9e33bed | 2008-12-23 15:21:46 -0500 | [diff] [blame^] | 2506 | if (nfs4_async_handle_error(task, server, data->args.context->state) == -EAGAIN) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2507 | rpc_restart_call(task); |
Trond Myklebust | ec06c09 | 2006-03-20 13:44:27 -0500 | [diff] [blame] | 2508 | return -EAGAIN; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2509 | } |
Trond Myklebust | 8850df9 | 2007-09-28 17:20:07 -0400 | [diff] [blame] | 2510 | |
| 2511 | nfs_invalidate_atime(data->inode); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2512 | if (task->tk_status > 0) |
Trond Myklebust | ec06c09 | 2006-03-20 13:44:27 -0500 | [diff] [blame] | 2513 | renew_lease(server, data->timestamp); |
| 2514 | return 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2515 | } |
| 2516 | |
Trond Myklebust | bdc7f02 | 2007-07-14 15:40:00 -0400 | [diff] [blame] | 2517 | static void nfs4_proc_read_setup(struct nfs_read_data *data, struct rpc_message *msg) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2518 | { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2519 | data->timestamp = jiffies; |
Trond Myklebust | bdc7f02 | 2007-07-14 15:40:00 -0400 | [diff] [blame] | 2520 | msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_READ]; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2521 | } |
| 2522 | |
Trond Myklebust | 788e7a8 | 2006-03-20 13:44:27 -0500 | [diff] [blame] | 2523 | static int nfs4_write_done(struct rpc_task *task, struct nfs_write_data *data) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2524 | { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2525 | struct inode *inode = data->inode; |
| 2526 | |
Trond Myklebust | 9e33bed | 2008-12-23 15:21:46 -0500 | [diff] [blame^] | 2527 | if (nfs4_async_handle_error(task, NFS_SERVER(inode), data->args.context->state) == -EAGAIN) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2528 | rpc_restart_call(task); |
Trond Myklebust | 788e7a8 | 2006-03-20 13:44:27 -0500 | [diff] [blame] | 2529 | return -EAGAIN; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2530 | } |
Trond Myklebust | 4f9838c | 2005-10-27 22:12:44 -0400 | [diff] [blame] | 2531 | if (task->tk_status >= 0) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2532 | renew_lease(NFS_SERVER(inode), data->timestamp); |
Trond Myklebust | 70ca885 | 2007-09-30 15:21:24 -0400 | [diff] [blame] | 2533 | nfs_post_op_update_inode_force_wcc(inode, data->res.fattr); |
Trond Myklebust | 4f9838c | 2005-10-27 22:12:44 -0400 | [diff] [blame] | 2534 | } |
Trond Myklebust | 788e7a8 | 2006-03-20 13:44:27 -0500 | [diff] [blame] | 2535 | return 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2536 | } |
| 2537 | |
Trond Myklebust | bdc7f02 | 2007-07-14 15:40:00 -0400 | [diff] [blame] | 2538 | static void nfs4_proc_write_setup(struct nfs_write_data *data, struct rpc_message *msg) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2539 | { |
Trond Myklebust | bdc7f02 | 2007-07-14 15:40:00 -0400 | [diff] [blame] | 2540 | struct nfs_server *server = NFS_SERVER(data->inode); |
| 2541 | |
Trond Myklebust | 4f9838c | 2005-10-27 22:12:44 -0400 | [diff] [blame] | 2542 | data->args.bitmask = server->attr_bitmask; |
| 2543 | data->res.server = server; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2544 | data->timestamp = jiffies; |
| 2545 | |
Trond Myklebust | bdc7f02 | 2007-07-14 15:40:00 -0400 | [diff] [blame] | 2546 | msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_WRITE]; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2547 | } |
| 2548 | |
Trond Myklebust | 788e7a8 | 2006-03-20 13:44:27 -0500 | [diff] [blame] | 2549 | static int nfs4_commit_done(struct rpc_task *task, struct nfs_write_data *data) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2550 | { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2551 | struct inode *inode = data->inode; |
| 2552 | |
Trond Myklebust | 9e33bed | 2008-12-23 15:21:46 -0500 | [diff] [blame^] | 2553 | if (nfs4_async_handle_error(task, NFS_SERVER(inode), NULL) == -EAGAIN) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2554 | rpc_restart_call(task); |
Trond Myklebust | 788e7a8 | 2006-03-20 13:44:27 -0500 | [diff] [blame] | 2555 | return -EAGAIN; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2556 | } |
Trond Myklebust | 9e08a3c | 2007-10-08 14:10:31 -0400 | [diff] [blame] | 2557 | nfs_refresh_inode(inode, data->res.fattr); |
Trond Myklebust | 788e7a8 | 2006-03-20 13:44:27 -0500 | [diff] [blame] | 2558 | return 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2559 | } |
| 2560 | |
Trond Myklebust | bdc7f02 | 2007-07-14 15:40:00 -0400 | [diff] [blame] | 2561 | static void nfs4_proc_commit_setup(struct nfs_write_data *data, struct rpc_message *msg) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2562 | { |
Trond Myklebust | 788e7a8 | 2006-03-20 13:44:27 -0500 | [diff] [blame] | 2563 | struct nfs_server *server = NFS_SERVER(data->inode); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2564 | |
Trond Myklebust | 4f9838c | 2005-10-27 22:12:44 -0400 | [diff] [blame] | 2565 | data->args.bitmask = server->attr_bitmask; |
| 2566 | data->res.server = server; |
Trond Myklebust | bdc7f02 | 2007-07-14 15:40:00 -0400 | [diff] [blame] | 2567 | msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_COMMIT]; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2568 | } |
| 2569 | |
| 2570 | /* |
| 2571 | * nfs4_proc_async_renew(): This is not one of the nfs_rpc_ops; it is a special |
| 2572 | * standalone procedure for queueing an asynchronous RENEW. |
| 2573 | */ |
Trond Myklebust | 963d8fe | 2006-01-03 09:55:04 +0100 | [diff] [blame] | 2574 | static void nfs4_renew_done(struct rpc_task *task, void *data) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2575 | { |
David Howells | adfa6f9 | 2006-08-22 20:06:08 -0400 | [diff] [blame] | 2576 | struct nfs_client *clp = (struct nfs_client *)task->tk_msg.rpc_argp; |
Trond Myklebust | 963d8fe | 2006-01-03 09:55:04 +0100 | [diff] [blame] | 2577 | unsigned long timestamp = (unsigned long)data; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2578 | |
| 2579 | if (task->tk_status < 0) { |
| 2580 | switch (task->tk_status) { |
| 2581 | case -NFS4ERR_STALE_CLIENTID: |
| 2582 | case -NFS4ERR_EXPIRED: |
| 2583 | case -NFS4ERR_CB_PATH_DOWN: |
| 2584 | nfs4_schedule_state_recovery(clp); |
| 2585 | } |
| 2586 | return; |
| 2587 | } |
| 2588 | spin_lock(&clp->cl_lock); |
| 2589 | if (time_before(clp->cl_last_renewal,timestamp)) |
| 2590 | clp->cl_last_renewal = timestamp; |
| 2591 | spin_unlock(&clp->cl_lock); |
| 2592 | } |
| 2593 | |
Trond Myklebust | 963d8fe | 2006-01-03 09:55:04 +0100 | [diff] [blame] | 2594 | static const struct rpc_call_ops nfs4_renew_ops = { |
| 2595 | .rpc_call_done = nfs4_renew_done, |
| 2596 | }; |
| 2597 | |
David Howells | adfa6f9 | 2006-08-22 20:06:08 -0400 | [diff] [blame] | 2598 | int nfs4_proc_async_renew(struct nfs_client *clp, struct rpc_cred *cred) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2599 | { |
| 2600 | struct rpc_message msg = { |
| 2601 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RENEW], |
| 2602 | .rpc_argp = clp, |
Trond Myklebust | b4454fe | 2006-01-03 09:55:25 +0100 | [diff] [blame] | 2603 | .rpc_cred = cred, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2604 | }; |
| 2605 | |
| 2606 | return rpc_call_async(clp->cl_rpcclient, &msg, RPC_TASK_SOFT, |
Trond Myklebust | 963d8fe | 2006-01-03 09:55:04 +0100 | [diff] [blame] | 2607 | &nfs4_renew_ops, (void *)jiffies); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2608 | } |
| 2609 | |
David Howells | adfa6f9 | 2006-08-22 20:06:08 -0400 | [diff] [blame] | 2610 | int nfs4_proc_renew(struct nfs_client *clp, struct rpc_cred *cred) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2611 | { |
| 2612 | struct rpc_message msg = { |
| 2613 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RENEW], |
| 2614 | .rpc_argp = clp, |
Trond Myklebust | b4454fe | 2006-01-03 09:55:25 +0100 | [diff] [blame] | 2615 | .rpc_cred = cred, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2616 | }; |
| 2617 | unsigned long now = jiffies; |
| 2618 | int status; |
| 2619 | |
| 2620 | status = rpc_call_sync(clp->cl_rpcclient, &msg, 0); |
| 2621 | if (status < 0) |
| 2622 | return status; |
| 2623 | spin_lock(&clp->cl_lock); |
| 2624 | if (time_before(clp->cl_last_renewal,now)) |
| 2625 | clp->cl_last_renewal = now; |
| 2626 | spin_unlock(&clp->cl_lock); |
| 2627 | return 0; |
| 2628 | } |
| 2629 | |
J. Bruce Fields | aa1870a | 2005-06-22 17:16:22 +0000 | [diff] [blame] | 2630 | static inline int nfs4_server_supports_acls(struct nfs_server *server) |
| 2631 | { |
| 2632 | return (server->caps & NFS_CAP_ACLS) |
| 2633 | && (server->acl_bitmask & ACL4_SUPPORT_ALLOW_ACL) |
| 2634 | && (server->acl_bitmask & ACL4_SUPPORT_DENY_ACL); |
| 2635 | } |
| 2636 | |
| 2637 | /* Assuming that XATTR_SIZE_MAX is a multiple of PAGE_CACHE_SIZE, and that |
| 2638 | * it's OK to put sizeof(void) * (XATTR_SIZE_MAX/PAGE_CACHE_SIZE) bytes on |
| 2639 | * the stack. |
| 2640 | */ |
| 2641 | #define NFS4ACL_MAXPAGES (XATTR_SIZE_MAX >> PAGE_CACHE_SHIFT) |
| 2642 | |
| 2643 | static void buf_to_pages(const void *buf, size_t buflen, |
| 2644 | struct page **pages, unsigned int *pgbase) |
| 2645 | { |
| 2646 | const void *p = buf; |
| 2647 | |
| 2648 | *pgbase = offset_in_page(buf); |
| 2649 | p -= *pgbase; |
| 2650 | while (p < buf + buflen) { |
| 2651 | *(pages++) = virt_to_page(p); |
| 2652 | p += PAGE_CACHE_SIZE; |
| 2653 | } |
| 2654 | } |
| 2655 | |
J. Bruce Fields | e50a1c2 | 2005-06-22 17:16:23 +0000 | [diff] [blame] | 2656 | struct nfs4_cached_acl { |
| 2657 | int cached; |
| 2658 | size_t len; |
Andrew Morton | 3e9d415 | 2005-06-22 17:16:28 +0000 | [diff] [blame] | 2659 | char data[0]; |
J. Bruce Fields | e50a1c2 | 2005-06-22 17:16:23 +0000 | [diff] [blame] | 2660 | }; |
| 2661 | |
| 2662 | static void nfs4_set_cached_acl(struct inode *inode, struct nfs4_cached_acl *acl) |
J. Bruce Fields | aa1870a | 2005-06-22 17:16:22 +0000 | [diff] [blame] | 2663 | { |
J. Bruce Fields | e50a1c2 | 2005-06-22 17:16:23 +0000 | [diff] [blame] | 2664 | struct nfs_inode *nfsi = NFS_I(inode); |
| 2665 | |
| 2666 | spin_lock(&inode->i_lock); |
| 2667 | kfree(nfsi->nfs4_acl); |
| 2668 | nfsi->nfs4_acl = acl; |
| 2669 | spin_unlock(&inode->i_lock); |
| 2670 | } |
| 2671 | |
| 2672 | static void nfs4_zap_acl_attr(struct inode *inode) |
| 2673 | { |
| 2674 | nfs4_set_cached_acl(inode, NULL); |
| 2675 | } |
| 2676 | |
| 2677 | static inline ssize_t nfs4_read_cached_acl(struct inode *inode, char *buf, size_t buflen) |
| 2678 | { |
| 2679 | struct nfs_inode *nfsi = NFS_I(inode); |
| 2680 | struct nfs4_cached_acl *acl; |
| 2681 | int ret = -ENOENT; |
| 2682 | |
| 2683 | spin_lock(&inode->i_lock); |
| 2684 | acl = nfsi->nfs4_acl; |
| 2685 | if (acl == NULL) |
| 2686 | goto out; |
| 2687 | if (buf == NULL) /* user is just asking for length */ |
| 2688 | goto out_len; |
| 2689 | if (acl->cached == 0) |
| 2690 | goto out; |
| 2691 | ret = -ERANGE; /* see getxattr(2) man page */ |
| 2692 | if (acl->len > buflen) |
| 2693 | goto out; |
| 2694 | memcpy(buf, acl->data, acl->len); |
| 2695 | out_len: |
| 2696 | ret = acl->len; |
| 2697 | out: |
| 2698 | spin_unlock(&inode->i_lock); |
| 2699 | return ret; |
| 2700 | } |
| 2701 | |
| 2702 | static void nfs4_write_cached_acl(struct inode *inode, const char *buf, size_t acl_len) |
| 2703 | { |
| 2704 | struct nfs4_cached_acl *acl; |
| 2705 | |
| 2706 | if (buf && acl_len <= PAGE_SIZE) { |
| 2707 | acl = kmalloc(sizeof(*acl) + acl_len, GFP_KERNEL); |
| 2708 | if (acl == NULL) |
| 2709 | goto out; |
| 2710 | acl->cached = 1; |
| 2711 | memcpy(acl->data, buf, acl_len); |
| 2712 | } else { |
| 2713 | acl = kmalloc(sizeof(*acl), GFP_KERNEL); |
| 2714 | if (acl == NULL) |
| 2715 | goto out; |
| 2716 | acl->cached = 0; |
| 2717 | } |
| 2718 | acl->len = acl_len; |
| 2719 | out: |
| 2720 | nfs4_set_cached_acl(inode, acl); |
| 2721 | } |
| 2722 | |
Trond Myklebust | 16b4289 | 2006-08-24 12:27:15 -0400 | [diff] [blame] | 2723 | static ssize_t __nfs4_get_acl_uncached(struct inode *inode, void *buf, size_t buflen) |
J. Bruce Fields | e50a1c2 | 2005-06-22 17:16:23 +0000 | [diff] [blame] | 2724 | { |
J. Bruce Fields | aa1870a | 2005-06-22 17:16:22 +0000 | [diff] [blame] | 2725 | struct page *pages[NFS4ACL_MAXPAGES]; |
| 2726 | struct nfs_getaclargs args = { |
| 2727 | .fh = NFS_FH(inode), |
| 2728 | .acl_pages = pages, |
| 2729 | .acl_len = buflen, |
| 2730 | }; |
| 2731 | size_t resp_len = buflen; |
J. Bruce Fields | e50a1c2 | 2005-06-22 17:16:23 +0000 | [diff] [blame] | 2732 | void *resp_buf; |
J. Bruce Fields | aa1870a | 2005-06-22 17:16:22 +0000 | [diff] [blame] | 2733 | struct rpc_message msg = { |
| 2734 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GETACL], |
| 2735 | .rpc_argp = &args, |
| 2736 | .rpc_resp = &resp_len, |
| 2737 | }; |
J. Bruce Fields | e50a1c2 | 2005-06-22 17:16:23 +0000 | [diff] [blame] | 2738 | struct page *localpage = NULL; |
| 2739 | int ret; |
| 2740 | |
| 2741 | if (buflen < PAGE_SIZE) { |
| 2742 | /* As long as we're doing a round trip to the server anyway, |
| 2743 | * let's be prepared for a page of acl data. */ |
| 2744 | localpage = alloc_page(GFP_KERNEL); |
| 2745 | resp_buf = page_address(localpage); |
| 2746 | if (localpage == NULL) |
| 2747 | return -ENOMEM; |
| 2748 | args.acl_pages[0] = localpage; |
| 2749 | args.acl_pgbase = 0; |
J. Bruce Fields | 1d95db8 | 2005-10-13 16:54:32 -0400 | [diff] [blame] | 2750 | resp_len = args.acl_len = PAGE_SIZE; |
J. Bruce Fields | e50a1c2 | 2005-06-22 17:16:23 +0000 | [diff] [blame] | 2751 | } else { |
| 2752 | resp_buf = buf; |
| 2753 | buf_to_pages(buf, buflen, args.acl_pages, &args.acl_pgbase); |
| 2754 | } |
| 2755 | ret = rpc_call_sync(NFS_CLIENT(inode), &msg, 0); |
| 2756 | if (ret) |
| 2757 | goto out_free; |
| 2758 | if (resp_len > args.acl_len) |
| 2759 | nfs4_write_cached_acl(inode, NULL, resp_len); |
| 2760 | else |
| 2761 | nfs4_write_cached_acl(inode, resp_buf, resp_len); |
| 2762 | if (buf) { |
| 2763 | ret = -ERANGE; |
| 2764 | if (resp_len > buflen) |
| 2765 | goto out_free; |
| 2766 | if (localpage) |
| 2767 | memcpy(buf, resp_buf, resp_len); |
| 2768 | } |
| 2769 | ret = resp_len; |
| 2770 | out_free: |
| 2771 | if (localpage) |
| 2772 | __free_page(localpage); |
| 2773 | return ret; |
| 2774 | } |
| 2775 | |
Trond Myklebust | 16b4289 | 2006-08-24 12:27:15 -0400 | [diff] [blame] | 2776 | static ssize_t nfs4_get_acl_uncached(struct inode *inode, void *buf, size_t buflen) |
| 2777 | { |
| 2778 | struct nfs4_exception exception = { }; |
| 2779 | ssize_t ret; |
| 2780 | do { |
| 2781 | ret = __nfs4_get_acl_uncached(inode, buf, buflen); |
| 2782 | if (ret >= 0) |
| 2783 | break; |
| 2784 | ret = nfs4_handle_exception(NFS_SERVER(inode), ret, &exception); |
| 2785 | } while (exception.retry); |
| 2786 | return ret; |
| 2787 | } |
| 2788 | |
J. Bruce Fields | e50a1c2 | 2005-06-22 17:16:23 +0000 | [diff] [blame] | 2789 | static ssize_t nfs4_proc_get_acl(struct inode *inode, void *buf, size_t buflen) |
| 2790 | { |
| 2791 | struct nfs_server *server = NFS_SERVER(inode); |
J. Bruce Fields | aa1870a | 2005-06-22 17:16:22 +0000 | [diff] [blame] | 2792 | int ret; |
| 2793 | |
| 2794 | if (!nfs4_server_supports_acls(server)) |
| 2795 | return -EOPNOTSUPP; |
J. Bruce Fields | e50a1c2 | 2005-06-22 17:16:23 +0000 | [diff] [blame] | 2796 | ret = nfs_revalidate_inode(server, inode); |
| 2797 | if (ret < 0) |
| 2798 | return ret; |
Trond Myklebust | f41f741 | 2008-06-11 17:39:04 -0400 | [diff] [blame] | 2799 | if (NFS_I(inode)->cache_validity & NFS_INO_INVALID_ACL) |
| 2800 | nfs_zap_acl_cache(inode); |
J. Bruce Fields | e50a1c2 | 2005-06-22 17:16:23 +0000 | [diff] [blame] | 2801 | ret = nfs4_read_cached_acl(inode, buf, buflen); |
| 2802 | if (ret != -ENOENT) |
| 2803 | return ret; |
| 2804 | return nfs4_get_acl_uncached(inode, buf, buflen); |
J. Bruce Fields | aa1870a | 2005-06-22 17:16:22 +0000 | [diff] [blame] | 2805 | } |
| 2806 | |
Trond Myklebust | 16b4289 | 2006-08-24 12:27:15 -0400 | [diff] [blame] | 2807 | static int __nfs4_proc_set_acl(struct inode *inode, const void *buf, size_t buflen) |
J. Bruce Fields | 4b580ee | 2005-06-22 17:16:23 +0000 | [diff] [blame] | 2808 | { |
| 2809 | struct nfs_server *server = NFS_SERVER(inode); |
| 2810 | struct page *pages[NFS4ACL_MAXPAGES]; |
| 2811 | struct nfs_setaclargs arg = { |
| 2812 | .fh = NFS_FH(inode), |
| 2813 | .acl_pages = pages, |
| 2814 | .acl_len = buflen, |
| 2815 | }; |
| 2816 | struct rpc_message msg = { |
| 2817 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETACL], |
| 2818 | .rpc_argp = &arg, |
| 2819 | .rpc_resp = NULL, |
| 2820 | }; |
| 2821 | int ret; |
| 2822 | |
| 2823 | if (!nfs4_server_supports_acls(server)) |
| 2824 | return -EOPNOTSUPP; |
Trond Myklebust | 642ac54 | 2005-10-18 14:20:19 -0700 | [diff] [blame] | 2825 | nfs_inode_return_delegation(inode); |
J. Bruce Fields | 4b580ee | 2005-06-22 17:16:23 +0000 | [diff] [blame] | 2826 | buf_to_pages(buf, buflen, arg.acl_pages, &arg.acl_pgbase); |
David Howells | 1f16341 | 2006-08-22 20:06:11 -0400 | [diff] [blame] | 2827 | ret = rpc_call_sync(NFS_CLIENT(inode), &msg, 0); |
Trond Myklebust | f41f741 | 2008-06-11 17:39:04 -0400 | [diff] [blame] | 2828 | nfs_access_zap_cache(inode); |
| 2829 | nfs_zap_acl_cache(inode); |
J. Bruce Fields | 4b580ee | 2005-06-22 17:16:23 +0000 | [diff] [blame] | 2830 | return ret; |
| 2831 | } |
| 2832 | |
Trond Myklebust | 16b4289 | 2006-08-24 12:27:15 -0400 | [diff] [blame] | 2833 | static int nfs4_proc_set_acl(struct inode *inode, const void *buf, size_t buflen) |
| 2834 | { |
| 2835 | struct nfs4_exception exception = { }; |
| 2836 | int err; |
| 2837 | do { |
| 2838 | err = nfs4_handle_exception(NFS_SERVER(inode), |
| 2839 | __nfs4_proc_set_acl(inode, buf, buflen), |
| 2840 | &exception); |
| 2841 | } while (exception.retry); |
| 2842 | return err; |
| 2843 | } |
| 2844 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2845 | static int |
Trond Myklebust | 9e33bed | 2008-12-23 15:21:46 -0500 | [diff] [blame^] | 2846 | nfs4_async_handle_error(struct rpc_task *task, const struct nfs_server *server, struct nfs4_state *state) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2847 | { |
David Howells | 7539bba | 2006-08-22 20:06:09 -0400 | [diff] [blame] | 2848 | struct nfs_client *clp = server->nfs_client; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2849 | |
| 2850 | if (!clp || task->tk_status >= 0) |
| 2851 | return 0; |
| 2852 | switch(task->tk_status) { |
Trond Myklebust | 9e33bed | 2008-12-23 15:21:46 -0500 | [diff] [blame^] | 2853 | case -NFS4ERR_ADMIN_REVOKED: |
| 2854 | case -NFS4ERR_BAD_STATEID: |
| 2855 | case -NFS4ERR_OPENMODE: |
| 2856 | if (state == NULL) |
| 2857 | break; |
| 2858 | nfs4_state_mark_reclaim_nograce(clp, state); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2859 | case -NFS4ERR_STALE_CLIENTID: |
| 2860 | case -NFS4ERR_STALE_STATEID: |
| 2861 | case -NFS4ERR_EXPIRED: |
Trond Myklebust | 5d00837 | 2008-02-22 16:34:17 -0500 | [diff] [blame] | 2862 | rpc_sleep_on(&clp->cl_rpcwaitq, task, NULL); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2863 | nfs4_schedule_state_recovery(clp); |
Trond Myklebust | 433fbe4 | 2006-01-03 09:55:22 +0100 | [diff] [blame] | 2864 | if (test_bit(NFS4CLNT_STATE_RECOVER, &clp->cl_state) == 0) |
Trond Myklebust | fda1393 | 2008-02-22 16:34:12 -0500 | [diff] [blame] | 2865 | rpc_wake_up_queued_task(&clp->cl_rpcwaitq, task); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2866 | task->tk_status = 0; |
| 2867 | return -EAGAIN; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2868 | case -NFS4ERR_DELAY: |
Trond Myklebust | 2e96d28 | 2008-06-11 16:42:05 -0400 | [diff] [blame] | 2869 | nfs_inc_server_stats(server, NFSIOS_DELAY); |
Chuck Lever | 006ea73 | 2006-03-20 13:44:14 -0500 | [diff] [blame] | 2870 | case -NFS4ERR_GRACE: |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2871 | rpc_delay(task, NFS4_POLL_RETRY_MAX); |
| 2872 | task->tk_status = 0; |
| 2873 | return -EAGAIN; |
| 2874 | case -NFS4ERR_OLD_STATEID: |
| 2875 | task->tk_status = 0; |
| 2876 | return -EAGAIN; |
| 2877 | } |
| 2878 | task->tk_status = nfs4_map_errors(task->tk_status); |
| 2879 | return 0; |
| 2880 | } |
| 2881 | |
David Howells | adfa6f9 | 2006-08-22 20:06:08 -0400 | [diff] [blame] | 2882 | int nfs4_proc_setclientid(struct nfs_client *clp, u32 program, unsigned short port, struct rpc_cred *cred) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2883 | { |
| 2884 | nfs4_verifier sc_verifier; |
| 2885 | struct nfs4_setclientid setclientid = { |
| 2886 | .sc_verifier = &sc_verifier, |
| 2887 | .sc_prog = program, |
| 2888 | }; |
| 2889 | struct rpc_message msg = { |
| 2890 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETCLIENTID], |
| 2891 | .rpc_argp = &setclientid, |
| 2892 | .rpc_resp = clp, |
Trond Myklebust | 286d7d6 | 2006-01-03 09:55:26 +0100 | [diff] [blame] | 2893 | .rpc_cred = cred, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2894 | }; |
Al Viro | bc4785c | 2006-10-19 23:28:51 -0700 | [diff] [blame] | 2895 | __be32 *p; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2896 | int loop = 0; |
| 2897 | int status; |
| 2898 | |
Al Viro | bc4785c | 2006-10-19 23:28:51 -0700 | [diff] [blame] | 2899 | p = (__be32*)sc_verifier.data; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2900 | *p++ = htonl((u32)clp->cl_boot_time.tv_sec); |
| 2901 | *p = htonl((u32)clp->cl_boot_time.tv_nsec); |
| 2902 | |
| 2903 | for(;;) { |
| 2904 | setclientid.sc_name_len = scnprintf(setclientid.sc_name, |
Trond Myklebust | 69dd716 | 2007-12-14 14:56:07 -0500 | [diff] [blame] | 2905 | sizeof(setclientid.sc_name), "%s/%s %s %s %u", |
Chuck Lever | d4d3c50 | 2007-12-10 14:57:09 -0500 | [diff] [blame] | 2906 | clp->cl_ipaddr, |
| 2907 | rpc_peeraddr2str(clp->cl_rpcclient, |
| 2908 | RPC_DISPLAY_ADDR), |
Trond Myklebust | 69dd716 | 2007-12-14 14:56:07 -0500 | [diff] [blame] | 2909 | rpc_peeraddr2str(clp->cl_rpcclient, |
| 2910 | RPC_DISPLAY_PROTO), |
Trond Myklebust | 78ea323 | 2008-04-07 20:49:28 -0400 | [diff] [blame] | 2911 | clp->cl_rpcclient->cl_auth->au_ops->au_name, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2912 | clp->cl_id_uniquifier); |
| 2913 | setclientid.sc_netid_len = scnprintf(setclientid.sc_netid, |
Chuck Lever | d4d3c50 | 2007-12-10 14:57:09 -0500 | [diff] [blame] | 2914 | sizeof(setclientid.sc_netid), |
| 2915 | rpc_peeraddr2str(clp->cl_rpcclient, |
| 2916 | RPC_DISPLAY_NETID)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2917 | setclientid.sc_uaddr_len = scnprintf(setclientid.sc_uaddr, |
Chuck Lever | d4d3c50 | 2007-12-10 14:57:09 -0500 | [diff] [blame] | 2918 | sizeof(setclientid.sc_uaddr), "%s.%u.%u", |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2919 | clp->cl_ipaddr, port >> 8, port & 255); |
| 2920 | |
| 2921 | status = rpc_call_sync(clp->cl_rpcclient, &msg, 0); |
| 2922 | if (status != -NFS4ERR_CLID_INUSE) |
| 2923 | break; |
| 2924 | if (signalled()) |
| 2925 | break; |
| 2926 | if (loop++ & 1) |
| 2927 | ssleep(clp->cl_lease_time + 1); |
| 2928 | else |
| 2929 | if (++clp->cl_id_uniquifier == 0) |
| 2930 | break; |
| 2931 | } |
| 2932 | return status; |
| 2933 | } |
| 2934 | |
David Howells | adfa6f9 | 2006-08-22 20:06:08 -0400 | [diff] [blame] | 2935 | static int _nfs4_proc_setclientid_confirm(struct nfs_client *clp, struct rpc_cred *cred) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2936 | { |
| 2937 | struct nfs_fsinfo fsinfo; |
| 2938 | struct rpc_message msg = { |
| 2939 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETCLIENTID_CONFIRM], |
| 2940 | .rpc_argp = clp, |
| 2941 | .rpc_resp = &fsinfo, |
Trond Myklebust | 286d7d6 | 2006-01-03 09:55:26 +0100 | [diff] [blame] | 2942 | .rpc_cred = cred, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2943 | }; |
| 2944 | unsigned long now; |
| 2945 | int status; |
| 2946 | |
| 2947 | now = jiffies; |
| 2948 | status = rpc_call_sync(clp->cl_rpcclient, &msg, 0); |
| 2949 | if (status == 0) { |
| 2950 | spin_lock(&clp->cl_lock); |
| 2951 | clp->cl_lease_time = fsinfo.lease_time * HZ; |
| 2952 | clp->cl_last_renewal = now; |
| 2953 | spin_unlock(&clp->cl_lock); |
| 2954 | } |
| 2955 | return status; |
| 2956 | } |
| 2957 | |
David Howells | adfa6f9 | 2006-08-22 20:06:08 -0400 | [diff] [blame] | 2958 | int nfs4_proc_setclientid_confirm(struct nfs_client *clp, struct rpc_cred *cred) |
Trond Myklebust | 51581f3 | 2006-03-20 13:44:47 -0500 | [diff] [blame] | 2959 | { |
Benny Halevy | 77e0367 | 2008-06-24 20:25:57 +0300 | [diff] [blame] | 2960 | long timeout = 0; |
Trond Myklebust | 51581f3 | 2006-03-20 13:44:47 -0500 | [diff] [blame] | 2961 | int err; |
| 2962 | do { |
| 2963 | err = _nfs4_proc_setclientid_confirm(clp, cred); |
| 2964 | switch (err) { |
| 2965 | case 0: |
| 2966 | return err; |
| 2967 | case -NFS4ERR_RESOURCE: |
| 2968 | /* The IBM lawyers misread another document! */ |
| 2969 | case -NFS4ERR_DELAY: |
| 2970 | err = nfs4_delay(clp->cl_rpcclient, &timeout); |
| 2971 | } |
| 2972 | } while (err == 0); |
| 2973 | return err; |
| 2974 | } |
| 2975 | |
Trond Myklebust | fe65040 | 2006-01-03 09:55:18 +0100 | [diff] [blame] | 2976 | struct nfs4_delegreturndata { |
| 2977 | struct nfs4_delegreturnargs args; |
Trond Myklebust | fa178f2 | 2006-01-03 09:55:38 +0100 | [diff] [blame] | 2978 | struct nfs4_delegreturnres res; |
Trond Myklebust | fe65040 | 2006-01-03 09:55:18 +0100 | [diff] [blame] | 2979 | struct nfs_fh fh; |
| 2980 | nfs4_stateid stateid; |
Trond Myklebust | 26e976a | 2006-01-03 09:55:21 +0100 | [diff] [blame] | 2981 | unsigned long timestamp; |
Trond Myklebust | fa178f2 | 2006-01-03 09:55:38 +0100 | [diff] [blame] | 2982 | struct nfs_fattr fattr; |
Trond Myklebust | fe65040 | 2006-01-03 09:55:18 +0100 | [diff] [blame] | 2983 | int rpc_status; |
| 2984 | }; |
| 2985 | |
Trond Myklebust | fe65040 | 2006-01-03 09:55:18 +0100 | [diff] [blame] | 2986 | static void nfs4_delegreturn_done(struct rpc_task *task, void *calldata) |
| 2987 | { |
| 2988 | struct nfs4_delegreturndata *data = calldata; |
| 2989 | data->rpc_status = task->tk_status; |
Trond Myklebust | 26e976a | 2006-01-03 09:55:21 +0100 | [diff] [blame] | 2990 | if (data->rpc_status == 0) |
Trond Myklebust | fa178f2 | 2006-01-03 09:55:38 +0100 | [diff] [blame] | 2991 | renew_lease(data->res.server, data->timestamp); |
Trond Myklebust | fe65040 | 2006-01-03 09:55:18 +0100 | [diff] [blame] | 2992 | } |
| 2993 | |
| 2994 | static void nfs4_delegreturn_release(void *calldata) |
| 2995 | { |
Trond Myklebust | fe65040 | 2006-01-03 09:55:18 +0100 | [diff] [blame] | 2996 | kfree(calldata); |
| 2997 | } |
| 2998 | |
Jesper Juhl | c8d149f | 2006-03-20 13:44:07 -0500 | [diff] [blame] | 2999 | static const struct rpc_call_ops nfs4_delegreturn_ops = { |
Trond Myklebust | fe65040 | 2006-01-03 09:55:18 +0100 | [diff] [blame] | 3000 | .rpc_call_done = nfs4_delegreturn_done, |
| 3001 | .rpc_release = nfs4_delegreturn_release, |
| 3002 | }; |
| 3003 | |
Trond Myklebust | e6f8107 | 2008-01-24 18:14:34 -0500 | [diff] [blame] | 3004 | static int _nfs4_proc_delegreturn(struct inode *inode, struct rpc_cred *cred, const nfs4_stateid *stateid, int issync) |
Trond Myklebust | fe65040 | 2006-01-03 09:55:18 +0100 | [diff] [blame] | 3005 | { |
| 3006 | struct nfs4_delegreturndata *data; |
Trond Myklebust | fa178f2 | 2006-01-03 09:55:38 +0100 | [diff] [blame] | 3007 | struct nfs_server *server = NFS_SERVER(inode); |
Trond Myklebust | fe65040 | 2006-01-03 09:55:18 +0100 | [diff] [blame] | 3008 | struct rpc_task *task; |
Trond Myklebust | 5138fde | 2007-07-14 15:40:01 -0400 | [diff] [blame] | 3009 | struct rpc_message msg = { |
| 3010 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_DELEGRETURN], |
| 3011 | .rpc_cred = cred, |
| 3012 | }; |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 3013 | struct rpc_task_setup task_setup_data = { |
| 3014 | .rpc_client = server->client, |
Trond Myklebust | 5138fde | 2007-07-14 15:40:01 -0400 | [diff] [blame] | 3015 | .rpc_message = &msg, |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 3016 | .callback_ops = &nfs4_delegreturn_ops, |
| 3017 | .flags = RPC_TASK_ASYNC, |
| 3018 | }; |
Trond Myklebust | e6f8107 | 2008-01-24 18:14:34 -0500 | [diff] [blame] | 3019 | int status = 0; |
Trond Myklebust | fe65040 | 2006-01-03 09:55:18 +0100 | [diff] [blame] | 3020 | |
| 3021 | data = kmalloc(sizeof(*data), GFP_KERNEL); |
| 3022 | if (data == NULL) |
| 3023 | return -ENOMEM; |
| 3024 | data->args.fhandle = &data->fh; |
| 3025 | data->args.stateid = &data->stateid; |
Trond Myklebust | fa178f2 | 2006-01-03 09:55:38 +0100 | [diff] [blame] | 3026 | data->args.bitmask = server->attr_bitmask; |
Trond Myklebust | fe65040 | 2006-01-03 09:55:18 +0100 | [diff] [blame] | 3027 | nfs_copy_fh(&data->fh, NFS_FH(inode)); |
| 3028 | memcpy(&data->stateid, stateid, sizeof(data->stateid)); |
Trond Myklebust | fa178f2 | 2006-01-03 09:55:38 +0100 | [diff] [blame] | 3029 | data->res.fattr = &data->fattr; |
| 3030 | data->res.server = server; |
Trond Myklebust | 5138fde | 2007-07-14 15:40:01 -0400 | [diff] [blame] | 3031 | nfs_fattr_init(data->res.fattr); |
Trond Myklebust | 26e976a | 2006-01-03 09:55:21 +0100 | [diff] [blame] | 3032 | data->timestamp = jiffies; |
Trond Myklebust | fe65040 | 2006-01-03 09:55:18 +0100 | [diff] [blame] | 3033 | data->rpc_status = 0; |
| 3034 | |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 3035 | task_setup_data.callback_data = data; |
Trond Myklebust | 5138fde | 2007-07-14 15:40:01 -0400 | [diff] [blame] | 3036 | msg.rpc_argp = &data->args, |
| 3037 | msg.rpc_resp = &data->res, |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 3038 | task = rpc_run_task(&task_setup_data); |
Trond Myklebust | 7a1218a | 2006-03-20 18:11:10 -0500 | [diff] [blame] | 3039 | if (IS_ERR(task)) |
Trond Myklebust | fe65040 | 2006-01-03 09:55:18 +0100 | [diff] [blame] | 3040 | return PTR_ERR(task); |
Trond Myklebust | e6f8107 | 2008-01-24 18:14:34 -0500 | [diff] [blame] | 3041 | if (!issync) |
| 3042 | goto out; |
Trond Myklebust | fe65040 | 2006-01-03 09:55:18 +0100 | [diff] [blame] | 3043 | status = nfs4_wait_for_completion_rpc_task(task); |
Trond Myklebust | e6f8107 | 2008-01-24 18:14:34 -0500 | [diff] [blame] | 3044 | if (status != 0) |
| 3045 | goto out; |
| 3046 | status = data->rpc_status; |
| 3047 | if (status != 0) |
| 3048 | goto out; |
| 3049 | nfs_refresh_inode(inode, &data->fattr); |
| 3050 | out: |
Trond Myklebust | e6b3c4d | 2006-11-11 22:18:03 -0500 | [diff] [blame] | 3051 | rpc_put_task(task); |
Trond Myklebust | fe65040 | 2006-01-03 09:55:18 +0100 | [diff] [blame] | 3052 | return status; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3053 | } |
| 3054 | |
Trond Myklebust | e6f8107 | 2008-01-24 18:14:34 -0500 | [diff] [blame] | 3055 | int nfs4_proc_delegreturn(struct inode *inode, struct rpc_cred *cred, const nfs4_stateid *stateid, int issync) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3056 | { |
| 3057 | struct nfs_server *server = NFS_SERVER(inode); |
| 3058 | struct nfs4_exception exception = { }; |
| 3059 | int err; |
| 3060 | do { |
Trond Myklebust | e6f8107 | 2008-01-24 18:14:34 -0500 | [diff] [blame] | 3061 | err = _nfs4_proc_delegreturn(inode, cred, stateid, issync); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3062 | switch (err) { |
| 3063 | case -NFS4ERR_STALE_STATEID: |
| 3064 | case -NFS4ERR_EXPIRED: |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3065 | case 0: |
| 3066 | return 0; |
| 3067 | } |
| 3068 | err = nfs4_handle_exception(server, err, &exception); |
| 3069 | } while (exception.retry); |
| 3070 | return err; |
| 3071 | } |
| 3072 | |
| 3073 | #define NFS4_LOCK_MINTIMEOUT (1 * HZ) |
| 3074 | #define NFS4_LOCK_MAXTIMEOUT (30 * HZ) |
| 3075 | |
| 3076 | /* |
| 3077 | * sleep, with exponential backoff, and retry the LOCK operation. |
| 3078 | */ |
| 3079 | static unsigned long |
| 3080 | nfs4_set_lock_task_retry(unsigned long timeout) |
| 3081 | { |
Matthew Wilcox | 150030b | 2007-12-06 16:24:39 -0500 | [diff] [blame] | 3082 | schedule_timeout_killable(timeout); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3083 | timeout <<= 1; |
| 3084 | if (timeout > NFS4_LOCK_MAXTIMEOUT) |
| 3085 | return NFS4_LOCK_MAXTIMEOUT; |
| 3086 | return timeout; |
| 3087 | } |
| 3088 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3089 | static int _nfs4_proc_getlk(struct nfs4_state *state, int cmd, struct file_lock *request) |
| 3090 | { |
| 3091 | struct inode *inode = state->inode; |
| 3092 | struct nfs_server *server = NFS_SERVER(inode); |
David Howells | 7539bba | 2006-08-22 20:06:09 -0400 | [diff] [blame] | 3093 | struct nfs_client *clp = server->nfs_client; |
Trond Myklebust | 911d1aa | 2006-01-03 09:55:16 +0100 | [diff] [blame] | 3094 | struct nfs_lockt_args arg = { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3095 | .fh = NFS_FH(inode), |
Trond Myklebust | 911d1aa | 2006-01-03 09:55:16 +0100 | [diff] [blame] | 3096 | .fl = request, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3097 | }; |
Trond Myklebust | 911d1aa | 2006-01-03 09:55:16 +0100 | [diff] [blame] | 3098 | struct nfs_lockt_res res = { |
| 3099 | .denied = request, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3100 | }; |
| 3101 | struct rpc_message msg = { |
| 3102 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOCKT], |
| 3103 | .rpc_argp = &arg, |
| 3104 | .rpc_resp = &res, |
| 3105 | .rpc_cred = state->owner->so_cred, |
| 3106 | }; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3107 | struct nfs4_lock_state *lsp; |
| 3108 | int status; |
| 3109 | |
Trond Myklebust | 911d1aa | 2006-01-03 09:55:16 +0100 | [diff] [blame] | 3110 | arg.lock_owner.clientid = clp->cl_clientid; |
Trond Myklebust | 8d0a8a9 | 2005-06-22 17:16:32 +0000 | [diff] [blame] | 3111 | status = nfs4_set_lock_state(state, request); |
| 3112 | if (status != 0) |
| 3113 | goto out; |
| 3114 | lsp = request->fl_u.nfs4_fl.owner; |
Trond Myklebust | 9f958ab | 2007-07-02 13:58:33 -0400 | [diff] [blame] | 3115 | arg.lock_owner.id = lsp->ls_id.id; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3116 | status = rpc_call_sync(server->client, &msg, 0); |
Trond Myklebust | 911d1aa | 2006-01-03 09:55:16 +0100 | [diff] [blame] | 3117 | switch (status) { |
| 3118 | case 0: |
| 3119 | request->fl_type = F_UNLCK; |
| 3120 | break; |
| 3121 | case -NFS4ERR_DENIED: |
| 3122 | status = 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3123 | } |
J. Bruce Fields | 70cc648 | 2007-02-22 18:48:53 -0500 | [diff] [blame] | 3124 | request->fl_ops->fl_release_private(request); |
Trond Myklebust | 8d0a8a9 | 2005-06-22 17:16:32 +0000 | [diff] [blame] | 3125 | out: |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3126 | return status; |
| 3127 | } |
| 3128 | |
| 3129 | static int nfs4_proc_getlk(struct nfs4_state *state, int cmd, struct file_lock *request) |
| 3130 | { |
| 3131 | struct nfs4_exception exception = { }; |
| 3132 | int err; |
| 3133 | |
| 3134 | do { |
| 3135 | err = nfs4_handle_exception(NFS_SERVER(state->inode), |
| 3136 | _nfs4_proc_getlk(state, cmd, request), |
| 3137 | &exception); |
| 3138 | } while (exception.retry); |
| 3139 | return err; |
| 3140 | } |
| 3141 | |
| 3142 | static int do_vfs_lock(struct file *file, struct file_lock *fl) |
| 3143 | { |
| 3144 | int res = 0; |
| 3145 | switch (fl->fl_flags & (FL_POSIX|FL_FLOCK)) { |
| 3146 | case FL_POSIX: |
| 3147 | res = posix_lock_file_wait(file, fl); |
| 3148 | break; |
| 3149 | case FL_FLOCK: |
| 3150 | res = flock_lock_file_wait(file, fl); |
| 3151 | break; |
| 3152 | default: |
| 3153 | BUG(); |
| 3154 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3155 | return res; |
| 3156 | } |
| 3157 | |
Trond Myklebust | faf5f49 | 2005-10-18 14:20:15 -0700 | [diff] [blame] | 3158 | struct nfs4_unlockdata { |
Trond Myklebust | 911d1aa | 2006-01-03 09:55:16 +0100 | [diff] [blame] | 3159 | struct nfs_locku_args arg; |
| 3160 | struct nfs_locku_res res; |
Trond Myklebust | faf5f49 | 2005-10-18 14:20:15 -0700 | [diff] [blame] | 3161 | struct nfs4_lock_state *lsp; |
| 3162 | struct nfs_open_context *ctx; |
Trond Myklebust | 911d1aa | 2006-01-03 09:55:16 +0100 | [diff] [blame] | 3163 | struct file_lock fl; |
| 3164 | const struct nfs_server *server; |
Trond Myklebust | 26e976a | 2006-01-03 09:55:21 +0100 | [diff] [blame] | 3165 | unsigned long timestamp; |
Trond Myklebust | faf5f49 | 2005-10-18 14:20:15 -0700 | [diff] [blame] | 3166 | }; |
| 3167 | |
Trond Myklebust | 911d1aa | 2006-01-03 09:55:16 +0100 | [diff] [blame] | 3168 | static struct nfs4_unlockdata *nfs4_alloc_unlockdata(struct file_lock *fl, |
| 3169 | struct nfs_open_context *ctx, |
| 3170 | struct nfs4_lock_state *lsp, |
| 3171 | struct nfs_seqid *seqid) |
| 3172 | { |
| 3173 | struct nfs4_unlockdata *p; |
| 3174 | struct inode *inode = lsp->ls_state->inode; |
| 3175 | |
| 3176 | p = kmalloc(sizeof(*p), GFP_KERNEL); |
| 3177 | if (p == NULL) |
| 3178 | return NULL; |
| 3179 | p->arg.fh = NFS_FH(inode); |
| 3180 | p->arg.fl = &p->fl; |
| 3181 | p->arg.seqid = seqid; |
Trond Myklebust | c1d5193 | 2008-04-07 13:20:54 -0400 | [diff] [blame] | 3182 | p->res.seqid = seqid; |
Trond Myklebust | 911d1aa | 2006-01-03 09:55:16 +0100 | [diff] [blame] | 3183 | p->arg.stateid = &lsp->ls_stateid; |
| 3184 | p->lsp = lsp; |
| 3185 | atomic_inc(&lsp->ls_count); |
| 3186 | /* Ensure we don't close file until we're done freeing locks! */ |
| 3187 | p->ctx = get_nfs_open_context(ctx); |
| 3188 | memcpy(&p->fl, fl, sizeof(p->fl)); |
| 3189 | p->server = NFS_SERVER(inode); |
| 3190 | return p; |
| 3191 | } |
| 3192 | |
Trond Myklebust | 06f814a | 2006-01-03 09:55:07 +0100 | [diff] [blame] | 3193 | static void nfs4_locku_release_calldata(void *data) |
Trond Myklebust | faf5f49 | 2005-10-18 14:20:15 -0700 | [diff] [blame] | 3194 | { |
Trond Myklebust | 963d8fe | 2006-01-03 09:55:04 +0100 | [diff] [blame] | 3195 | struct nfs4_unlockdata *calldata = data; |
Trond Myklebust | 911d1aa | 2006-01-03 09:55:16 +0100 | [diff] [blame] | 3196 | nfs_free_seqid(calldata->arg.seqid); |
Trond Myklebust | 06f814a | 2006-01-03 09:55:07 +0100 | [diff] [blame] | 3197 | nfs4_put_lock_state(calldata->lsp); |
| 3198 | put_nfs_open_context(calldata->ctx); |
| 3199 | kfree(calldata); |
Trond Myklebust | faf5f49 | 2005-10-18 14:20:15 -0700 | [diff] [blame] | 3200 | } |
| 3201 | |
Trond Myklebust | 963d8fe | 2006-01-03 09:55:04 +0100 | [diff] [blame] | 3202 | static void nfs4_locku_done(struct rpc_task *task, void *data) |
Trond Myklebust | faf5f49 | 2005-10-18 14:20:15 -0700 | [diff] [blame] | 3203 | { |
Trond Myklebust | 963d8fe | 2006-01-03 09:55:04 +0100 | [diff] [blame] | 3204 | struct nfs4_unlockdata *calldata = data; |
Trond Myklebust | faf5f49 | 2005-10-18 14:20:15 -0700 | [diff] [blame] | 3205 | |
Trond Myklebust | 06f814a | 2006-01-03 09:55:07 +0100 | [diff] [blame] | 3206 | if (RPC_ASSASSINATED(task)) |
| 3207 | return; |
Trond Myklebust | faf5f49 | 2005-10-18 14:20:15 -0700 | [diff] [blame] | 3208 | switch (task->tk_status) { |
| 3209 | case 0: |
| 3210 | memcpy(calldata->lsp->ls_stateid.data, |
Trond Myklebust | 911d1aa | 2006-01-03 09:55:16 +0100 | [diff] [blame] | 3211 | calldata->res.stateid.data, |
Trond Myklebust | faf5f49 | 2005-10-18 14:20:15 -0700 | [diff] [blame] | 3212 | sizeof(calldata->lsp->ls_stateid.data)); |
Trond Myklebust | 26e976a | 2006-01-03 09:55:21 +0100 | [diff] [blame] | 3213 | renew_lease(calldata->server, calldata->timestamp); |
Trond Myklebust | faf5f49 | 2005-10-18 14:20:15 -0700 | [diff] [blame] | 3214 | break; |
Trond Myklebust | 9e33bed | 2008-12-23 15:21:46 -0500 | [diff] [blame^] | 3215 | case -NFS4ERR_BAD_STATEID: |
| 3216 | case -NFS4ERR_OLD_STATEID: |
Trond Myklebust | faf5f49 | 2005-10-18 14:20:15 -0700 | [diff] [blame] | 3217 | case -NFS4ERR_STALE_STATEID: |
| 3218 | case -NFS4ERR_EXPIRED: |
Trond Myklebust | faf5f49 | 2005-10-18 14:20:15 -0700 | [diff] [blame] | 3219 | break; |
| 3220 | default: |
Trond Myklebust | 9e33bed | 2008-12-23 15:21:46 -0500 | [diff] [blame^] | 3221 | if (nfs4_async_handle_error(task, calldata->server, NULL) == -EAGAIN) |
Trond Myklebust | faf5f49 | 2005-10-18 14:20:15 -0700 | [diff] [blame] | 3222 | rpc_restart_call(task); |
Trond Myklebust | faf5f49 | 2005-10-18 14:20:15 -0700 | [diff] [blame] | 3223 | } |
Trond Myklebust | faf5f49 | 2005-10-18 14:20:15 -0700 | [diff] [blame] | 3224 | } |
| 3225 | |
Trond Myklebust | 4ce70ad | 2006-01-03 09:55:05 +0100 | [diff] [blame] | 3226 | static void nfs4_locku_prepare(struct rpc_task *task, void *data) |
Trond Myklebust | faf5f49 | 2005-10-18 14:20:15 -0700 | [diff] [blame] | 3227 | { |
Trond Myklebust | 4ce70ad | 2006-01-03 09:55:05 +0100 | [diff] [blame] | 3228 | struct nfs4_unlockdata *calldata = data; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3229 | |
Trond Myklebust | 911d1aa | 2006-01-03 09:55:16 +0100 | [diff] [blame] | 3230 | if (nfs_wait_on_sequence(calldata->arg.seqid, task) != 0) |
Trond Myklebust | faf5f49 | 2005-10-18 14:20:15 -0700 | [diff] [blame] | 3231 | return; |
| 3232 | if ((calldata->lsp->ls_flags & NFS_LOCK_INITIALIZED) == 0) { |
Trond Myklebust | 963d8fe | 2006-01-03 09:55:04 +0100 | [diff] [blame] | 3233 | /* Note: exit _without_ running nfs4_locku_done */ |
| 3234 | task->tk_action = NULL; |
Trond Myklebust | faf5f49 | 2005-10-18 14:20:15 -0700 | [diff] [blame] | 3235 | return; |
| 3236 | } |
Trond Myklebust | 26e976a | 2006-01-03 09:55:21 +0100 | [diff] [blame] | 3237 | calldata->timestamp = jiffies; |
Trond Myklebust | 5138fde | 2007-07-14 15:40:01 -0400 | [diff] [blame] | 3238 | rpc_call_start(task); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3239 | } |
| 3240 | |
Trond Myklebust | 963d8fe | 2006-01-03 09:55:04 +0100 | [diff] [blame] | 3241 | static const struct rpc_call_ops nfs4_locku_ops = { |
Trond Myklebust | 4ce70ad | 2006-01-03 09:55:05 +0100 | [diff] [blame] | 3242 | .rpc_call_prepare = nfs4_locku_prepare, |
Trond Myklebust | 963d8fe | 2006-01-03 09:55:04 +0100 | [diff] [blame] | 3243 | .rpc_call_done = nfs4_locku_done, |
Trond Myklebust | 06f814a | 2006-01-03 09:55:07 +0100 | [diff] [blame] | 3244 | .rpc_release = nfs4_locku_release_calldata, |
Trond Myklebust | 963d8fe | 2006-01-03 09:55:04 +0100 | [diff] [blame] | 3245 | }; |
| 3246 | |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 3247 | static struct rpc_task *nfs4_do_unlck(struct file_lock *fl, |
| 3248 | struct nfs_open_context *ctx, |
| 3249 | struct nfs4_lock_state *lsp, |
| 3250 | struct nfs_seqid *seqid) |
| 3251 | { |
| 3252 | struct nfs4_unlockdata *data; |
Trond Myklebust | 5138fde | 2007-07-14 15:40:01 -0400 | [diff] [blame] | 3253 | struct rpc_message msg = { |
| 3254 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOCKU], |
| 3255 | .rpc_cred = ctx->cred, |
| 3256 | }; |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 3257 | struct rpc_task_setup task_setup_data = { |
| 3258 | .rpc_client = NFS_CLIENT(lsp->ls_state->inode), |
Trond Myklebust | 5138fde | 2007-07-14 15:40:01 -0400 | [diff] [blame] | 3259 | .rpc_message = &msg, |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 3260 | .callback_ops = &nfs4_locku_ops, |
Trond Myklebust | 101070c | 2008-02-19 20:04:23 -0500 | [diff] [blame] | 3261 | .workqueue = nfsiod_workqueue, |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 3262 | .flags = RPC_TASK_ASYNC, |
| 3263 | }; |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 3264 | |
Frank Filz | 137d6ac | 2007-07-09 15:32:29 -0700 | [diff] [blame] | 3265 | /* Ensure this is an unlock - when canceling a lock, the |
| 3266 | * canceled lock is passed in, and it won't be an unlock. |
| 3267 | */ |
| 3268 | fl->fl_type = F_UNLCK; |
| 3269 | |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 3270 | data = nfs4_alloc_unlockdata(fl, ctx, lsp, seqid); |
| 3271 | if (data == NULL) { |
| 3272 | nfs_free_seqid(seqid); |
| 3273 | return ERR_PTR(-ENOMEM); |
| 3274 | } |
| 3275 | |
Trond Myklebust | 5138fde | 2007-07-14 15:40:01 -0400 | [diff] [blame] | 3276 | msg.rpc_argp = &data->arg, |
| 3277 | msg.rpc_resp = &data->res, |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 3278 | task_setup_data.callback_data = data; |
| 3279 | return rpc_run_task(&task_setup_data); |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 3280 | } |
| 3281 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3282 | static int nfs4_proc_unlck(struct nfs4_state *state, int cmd, struct file_lock *request) |
| 3283 | { |
Trond Myklebust | 19e03c5 | 2008-12-23 15:21:44 -0500 | [diff] [blame] | 3284 | struct nfs_inode *nfsi = NFS_I(state->inode); |
Trond Myklebust | 911d1aa | 2006-01-03 09:55:16 +0100 | [diff] [blame] | 3285 | struct nfs_seqid *seqid; |
Trond Myklebust | faf5f49 | 2005-10-18 14:20:15 -0700 | [diff] [blame] | 3286 | struct nfs4_lock_state *lsp; |
Trond Myklebust | 06f814a | 2006-01-03 09:55:07 +0100 | [diff] [blame] | 3287 | struct rpc_task *task; |
| 3288 | int status = 0; |
Trond Myklebust | 536ff0f | 2008-04-04 15:08:02 -0400 | [diff] [blame] | 3289 | unsigned char fl_flags = request->fl_flags; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3290 | |
Trond Myklebust | 9b07357 | 2006-06-29 16:38:34 -0400 | [diff] [blame] | 3291 | status = nfs4_set_lock_state(state, request); |
| 3292 | /* Unlock _before_ we do the RPC call */ |
| 3293 | request->fl_flags |= FL_EXISTS; |
Trond Myklebust | 19e03c5 | 2008-12-23 15:21:44 -0500 | [diff] [blame] | 3294 | down_read(&nfsi->rwsem); |
| 3295 | if (do_vfs_lock(request->fl_file, request) == -ENOENT) { |
| 3296 | up_read(&nfsi->rwsem); |
Trond Myklebust | 9b07357 | 2006-06-29 16:38:34 -0400 | [diff] [blame] | 3297 | goto out; |
Trond Myklebust | 19e03c5 | 2008-12-23 15:21:44 -0500 | [diff] [blame] | 3298 | } |
| 3299 | up_read(&nfsi->rwsem); |
Trond Myklebust | 9b07357 | 2006-06-29 16:38:34 -0400 | [diff] [blame] | 3300 | if (status != 0) |
| 3301 | goto out; |
Trond Myklebust | 6bfc93e | 2005-11-04 15:39:36 -0500 | [diff] [blame] | 3302 | /* Is this a delegated lock? */ |
| 3303 | if (test_bit(NFS_DELEGATED_STATE, &state->flags)) |
Trond Myklebust | 9b07357 | 2006-06-29 16:38:34 -0400 | [diff] [blame] | 3304 | goto out; |
Trond Myklebust | faf5f49 | 2005-10-18 14:20:15 -0700 | [diff] [blame] | 3305 | lsp = request->fl_u.nfs4_fl.owner; |
Trond Myklebust | 911d1aa | 2006-01-03 09:55:16 +0100 | [diff] [blame] | 3306 | seqid = nfs_alloc_seqid(&lsp->ls_seqid); |
Trond Myklebust | 9b07357 | 2006-06-29 16:38:34 -0400 | [diff] [blame] | 3307 | status = -ENOMEM; |
Trond Myklebust | 911d1aa | 2006-01-03 09:55:16 +0100 | [diff] [blame] | 3308 | if (seqid == NULL) |
Trond Myklebust | 9b07357 | 2006-06-29 16:38:34 -0400 | [diff] [blame] | 3309 | goto out; |
Trond Myklebust | cd3758e | 2007-08-10 17:44:32 -0400 | [diff] [blame] | 3310 | task = nfs4_do_unlck(request, nfs_file_open_context(request->fl_file), lsp, seqid); |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 3311 | status = PTR_ERR(task); |
| 3312 | if (IS_ERR(task)) |
Trond Myklebust | 9b07357 | 2006-06-29 16:38:34 -0400 | [diff] [blame] | 3313 | goto out; |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 3314 | status = nfs4_wait_for_completion_rpc_task(task); |
Trond Myklebust | e6b3c4d | 2006-11-11 22:18:03 -0500 | [diff] [blame] | 3315 | rpc_put_task(task); |
Trond Myklebust | 9b07357 | 2006-06-29 16:38:34 -0400 | [diff] [blame] | 3316 | out: |
Trond Myklebust | 536ff0f | 2008-04-04 15:08:02 -0400 | [diff] [blame] | 3317 | request->fl_flags = fl_flags; |
Trond Myklebust | faf5f49 | 2005-10-18 14:20:15 -0700 | [diff] [blame] | 3318 | return status; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3319 | } |
| 3320 | |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 3321 | struct nfs4_lockdata { |
| 3322 | struct nfs_lock_args arg; |
Trond Myklebust | 911d1aa | 2006-01-03 09:55:16 +0100 | [diff] [blame] | 3323 | struct nfs_lock_res res; |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 3324 | struct nfs4_lock_state *lsp; |
| 3325 | struct nfs_open_context *ctx; |
| 3326 | struct file_lock fl; |
Trond Myklebust | 26e976a | 2006-01-03 09:55:21 +0100 | [diff] [blame] | 3327 | unsigned long timestamp; |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 3328 | int rpc_status; |
| 3329 | int cancelled; |
| 3330 | }; |
| 3331 | |
| 3332 | static struct nfs4_lockdata *nfs4_alloc_lockdata(struct file_lock *fl, |
| 3333 | struct nfs_open_context *ctx, struct nfs4_lock_state *lsp) |
| 3334 | { |
| 3335 | struct nfs4_lockdata *p; |
| 3336 | struct inode *inode = lsp->ls_state->inode; |
| 3337 | struct nfs_server *server = NFS_SERVER(inode); |
| 3338 | |
| 3339 | p = kzalloc(sizeof(*p), GFP_KERNEL); |
| 3340 | if (p == NULL) |
| 3341 | return NULL; |
| 3342 | |
| 3343 | p->arg.fh = NFS_FH(inode); |
| 3344 | p->arg.fl = &p->fl; |
Trond Myklebust | 2f74c0a | 2008-01-08 17:56:07 -0500 | [diff] [blame] | 3345 | p->arg.open_seqid = nfs_alloc_seqid(&lsp->ls_state->owner->so_seqid); |
| 3346 | if (p->arg.open_seqid == NULL) |
| 3347 | goto out_free; |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 3348 | p->arg.lock_seqid = nfs_alloc_seqid(&lsp->ls_seqid); |
| 3349 | if (p->arg.lock_seqid == NULL) |
Trond Myklebust | 2f74c0a | 2008-01-08 17:56:07 -0500 | [diff] [blame] | 3350 | goto out_free_seqid; |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 3351 | p->arg.lock_stateid = &lsp->ls_stateid; |
David Howells | 7539bba | 2006-08-22 20:06:09 -0400 | [diff] [blame] | 3352 | p->arg.lock_owner.clientid = server->nfs_client->cl_clientid; |
Trond Myklebust | 9f958ab | 2007-07-02 13:58:33 -0400 | [diff] [blame] | 3353 | p->arg.lock_owner.id = lsp->ls_id.id; |
Trond Myklebust | c1d5193 | 2008-04-07 13:20:54 -0400 | [diff] [blame] | 3354 | p->res.lock_seqid = p->arg.lock_seqid; |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 3355 | p->lsp = lsp; |
| 3356 | atomic_inc(&lsp->ls_count); |
| 3357 | p->ctx = get_nfs_open_context(ctx); |
| 3358 | memcpy(&p->fl, fl, sizeof(p->fl)); |
| 3359 | return p; |
Trond Myklebust | 2f74c0a | 2008-01-08 17:56:07 -0500 | [diff] [blame] | 3360 | out_free_seqid: |
| 3361 | nfs_free_seqid(p->arg.open_seqid); |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 3362 | out_free: |
| 3363 | kfree(p); |
| 3364 | return NULL; |
| 3365 | } |
| 3366 | |
| 3367 | static void nfs4_lock_prepare(struct rpc_task *task, void *calldata) |
| 3368 | { |
| 3369 | struct nfs4_lockdata *data = calldata; |
| 3370 | struct nfs4_state *state = data->lsp->ls_state; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3371 | |
Harvey Harrison | 3110ff8 | 2008-05-02 13:42:44 -0700 | [diff] [blame] | 3372 | dprintk("%s: begin!\n", __func__); |
Trond Myklebust | 2f74c0a | 2008-01-08 17:56:07 -0500 | [diff] [blame] | 3373 | if (nfs_wait_on_sequence(data->arg.lock_seqid, task) != 0) |
| 3374 | return; |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 3375 | /* Do we need to do an open_to_lock_owner? */ |
| 3376 | if (!(data->arg.lock_seqid->sequence->flags & NFS_SEQID_CONFIRMED)) { |
Trond Myklebust | e6e2197 | 2008-01-02 16:27:16 -0500 | [diff] [blame] | 3377 | if (nfs_wait_on_sequence(data->arg.open_seqid, task) != 0) |
| 3378 | return; |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 3379 | data->arg.open_stateid = &state->stateid; |
| 3380 | data->arg.new_lock_owner = 1; |
Trond Myklebust | c1d5193 | 2008-04-07 13:20:54 -0400 | [diff] [blame] | 3381 | data->res.open_seqid = data->arg.open_seqid; |
Trond Myklebust | 2f74c0a | 2008-01-08 17:56:07 -0500 | [diff] [blame] | 3382 | } else |
| 3383 | data->arg.new_lock_owner = 0; |
Trond Myklebust | 26e976a | 2006-01-03 09:55:21 +0100 | [diff] [blame] | 3384 | data->timestamp = jiffies; |
Trond Myklebust | 5138fde | 2007-07-14 15:40:01 -0400 | [diff] [blame] | 3385 | rpc_call_start(task); |
Harvey Harrison | 3110ff8 | 2008-05-02 13:42:44 -0700 | [diff] [blame] | 3386 | dprintk("%s: done!, ret = %d\n", __func__, data->rpc_status); |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 3387 | } |
| 3388 | |
| 3389 | static void nfs4_lock_done(struct rpc_task *task, void *calldata) |
| 3390 | { |
| 3391 | struct nfs4_lockdata *data = calldata; |
| 3392 | |
Harvey Harrison | 3110ff8 | 2008-05-02 13:42:44 -0700 | [diff] [blame] | 3393 | dprintk("%s: begin!\n", __func__); |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 3394 | |
| 3395 | data->rpc_status = task->tk_status; |
| 3396 | if (RPC_ASSASSINATED(task)) |
| 3397 | goto out; |
| 3398 | if (data->arg.new_lock_owner != 0) { |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 3399 | if (data->rpc_status == 0) |
| 3400 | nfs_confirm_seqid(&data->lsp->ls_seqid, 0); |
| 3401 | else |
| 3402 | goto out; |
| 3403 | } |
| 3404 | if (data->rpc_status == 0) { |
| 3405 | memcpy(data->lsp->ls_stateid.data, data->res.stateid.data, |
| 3406 | sizeof(data->lsp->ls_stateid.data)); |
| 3407 | data->lsp->ls_flags |= NFS_LOCK_INITIALIZED; |
Trond Myklebust | 88be9f9 | 2007-06-05 10:42:27 -0400 | [diff] [blame] | 3408 | renew_lease(NFS_SERVER(data->ctx->path.dentry->d_inode), data->timestamp); |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 3409 | } |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 3410 | out: |
Harvey Harrison | 3110ff8 | 2008-05-02 13:42:44 -0700 | [diff] [blame] | 3411 | dprintk("%s: done, ret = %d!\n", __func__, data->rpc_status); |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 3412 | } |
| 3413 | |
| 3414 | static void nfs4_lock_release(void *calldata) |
| 3415 | { |
| 3416 | struct nfs4_lockdata *data = calldata; |
| 3417 | |
Harvey Harrison | 3110ff8 | 2008-05-02 13:42:44 -0700 | [diff] [blame] | 3418 | dprintk("%s: begin!\n", __func__); |
Trond Myklebust | 2f74c0a | 2008-01-08 17:56:07 -0500 | [diff] [blame] | 3419 | nfs_free_seqid(data->arg.open_seqid); |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 3420 | if (data->cancelled != 0) { |
| 3421 | struct rpc_task *task; |
| 3422 | task = nfs4_do_unlck(&data->fl, data->ctx, data->lsp, |
| 3423 | data->arg.lock_seqid); |
| 3424 | if (!IS_ERR(task)) |
Trond Myklebust | e6b3c4d | 2006-11-11 22:18:03 -0500 | [diff] [blame] | 3425 | rpc_put_task(task); |
Harvey Harrison | 3110ff8 | 2008-05-02 13:42:44 -0700 | [diff] [blame] | 3426 | dprintk("%s: cancelling lock!\n", __func__); |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 3427 | } else |
| 3428 | nfs_free_seqid(data->arg.lock_seqid); |
| 3429 | nfs4_put_lock_state(data->lsp); |
| 3430 | put_nfs_open_context(data->ctx); |
| 3431 | kfree(data); |
Harvey Harrison | 3110ff8 | 2008-05-02 13:42:44 -0700 | [diff] [blame] | 3432 | dprintk("%s: done!\n", __func__); |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 3433 | } |
| 3434 | |
| 3435 | static const struct rpc_call_ops nfs4_lock_ops = { |
| 3436 | .rpc_call_prepare = nfs4_lock_prepare, |
| 3437 | .rpc_call_done = nfs4_lock_done, |
| 3438 | .rpc_release = nfs4_lock_release, |
| 3439 | }; |
| 3440 | |
| 3441 | static int _nfs4_do_setlk(struct nfs4_state *state, int cmd, struct file_lock *fl, int reclaim) |
| 3442 | { |
| 3443 | struct nfs4_lockdata *data; |
| 3444 | struct rpc_task *task; |
Trond Myklebust | 5138fde | 2007-07-14 15:40:01 -0400 | [diff] [blame] | 3445 | struct rpc_message msg = { |
| 3446 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOCK], |
| 3447 | .rpc_cred = state->owner->so_cred, |
| 3448 | }; |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 3449 | struct rpc_task_setup task_setup_data = { |
| 3450 | .rpc_client = NFS_CLIENT(state->inode), |
Trond Myklebust | 5138fde | 2007-07-14 15:40:01 -0400 | [diff] [blame] | 3451 | .rpc_message = &msg, |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 3452 | .callback_ops = &nfs4_lock_ops, |
Trond Myklebust | 101070c | 2008-02-19 20:04:23 -0500 | [diff] [blame] | 3453 | .workqueue = nfsiod_workqueue, |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 3454 | .flags = RPC_TASK_ASYNC, |
| 3455 | }; |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 3456 | int ret; |
| 3457 | |
Harvey Harrison | 3110ff8 | 2008-05-02 13:42:44 -0700 | [diff] [blame] | 3458 | dprintk("%s: begin!\n", __func__); |
Trond Myklebust | cd3758e | 2007-08-10 17:44:32 -0400 | [diff] [blame] | 3459 | data = nfs4_alloc_lockdata(fl, nfs_file_open_context(fl->fl_file), |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 3460 | fl->fl_u.nfs4_fl.owner); |
| 3461 | if (data == NULL) |
| 3462 | return -ENOMEM; |
| 3463 | if (IS_SETLKW(cmd)) |
| 3464 | data->arg.block = 1; |
| 3465 | if (reclaim != 0) |
| 3466 | data->arg.reclaim = 1; |
Trond Myklebust | 5138fde | 2007-07-14 15:40:01 -0400 | [diff] [blame] | 3467 | msg.rpc_argp = &data->arg, |
| 3468 | msg.rpc_resp = &data->res, |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 3469 | task_setup_data.callback_data = data; |
| 3470 | task = rpc_run_task(&task_setup_data); |
Trond Myklebust | 7a1218a | 2006-03-20 18:11:10 -0500 | [diff] [blame] | 3471 | if (IS_ERR(task)) |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 3472 | return PTR_ERR(task); |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 3473 | ret = nfs4_wait_for_completion_rpc_task(task); |
| 3474 | if (ret == 0) { |
| 3475 | ret = data->rpc_status; |
| 3476 | if (ret == -NFS4ERR_DENIED) |
| 3477 | ret = -EAGAIN; |
| 3478 | } else |
| 3479 | data->cancelled = 1; |
Trond Myklebust | e6b3c4d | 2006-11-11 22:18:03 -0500 | [diff] [blame] | 3480 | rpc_put_task(task); |
Harvey Harrison | 3110ff8 | 2008-05-02 13:42:44 -0700 | [diff] [blame] | 3481 | dprintk("%s: done, ret = %d!\n", __func__, ret); |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 3482 | return ret; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3483 | } |
| 3484 | |
| 3485 | static int nfs4_lock_reclaim(struct nfs4_state *state, struct file_lock *request) |
| 3486 | { |
Trond Myklebust | 202b50d | 2005-06-22 17:16:29 +0000 | [diff] [blame] | 3487 | struct nfs_server *server = NFS_SERVER(state->inode); |
| 3488 | struct nfs4_exception exception = { }; |
| 3489 | int err; |
| 3490 | |
| 3491 | do { |
Trond Myklebust | 42a2d13 | 2006-06-29 16:38:36 -0400 | [diff] [blame] | 3492 | /* Cache the lock if possible... */ |
| 3493 | if (test_bit(NFS_DELEGATED_STATE, &state->flags) != 0) |
| 3494 | return 0; |
Trond Myklebust | 202b50d | 2005-06-22 17:16:29 +0000 | [diff] [blame] | 3495 | err = _nfs4_do_setlk(state, F_SETLK, request, 1); |
| 3496 | if (err != -NFS4ERR_DELAY) |
| 3497 | break; |
| 3498 | nfs4_handle_exception(server, err, &exception); |
| 3499 | } while (exception.retry); |
| 3500 | return err; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3501 | } |
| 3502 | |
| 3503 | static int nfs4_lock_expired(struct nfs4_state *state, struct file_lock *request) |
| 3504 | { |
Trond Myklebust | 202b50d | 2005-06-22 17:16:29 +0000 | [diff] [blame] | 3505 | struct nfs_server *server = NFS_SERVER(state->inode); |
| 3506 | struct nfs4_exception exception = { }; |
| 3507 | int err; |
| 3508 | |
Trond Myklebust | 6bfc93e | 2005-11-04 15:39:36 -0500 | [diff] [blame] | 3509 | err = nfs4_set_lock_state(state, request); |
| 3510 | if (err != 0) |
| 3511 | return err; |
Trond Myklebust | 202b50d | 2005-06-22 17:16:29 +0000 | [diff] [blame] | 3512 | do { |
Trond Myklebust | 42a2d13 | 2006-06-29 16:38:36 -0400 | [diff] [blame] | 3513 | if (test_bit(NFS_DELEGATED_STATE, &state->flags) != 0) |
| 3514 | return 0; |
Trond Myklebust | 202b50d | 2005-06-22 17:16:29 +0000 | [diff] [blame] | 3515 | err = _nfs4_do_setlk(state, F_SETLK, request, 0); |
| 3516 | if (err != -NFS4ERR_DELAY) |
| 3517 | break; |
| 3518 | nfs4_handle_exception(server, err, &exception); |
| 3519 | } while (exception.retry); |
| 3520 | return err; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3521 | } |
| 3522 | |
| 3523 | static int _nfs4_proc_setlk(struct nfs4_state *state, int cmd, struct file_lock *request) |
| 3524 | { |
Trond Myklebust | 19e03c5 | 2008-12-23 15:21:44 -0500 | [diff] [blame] | 3525 | struct nfs_inode *nfsi = NFS_I(state->inode); |
Trond Myklebust | 01c3b86 | 2006-06-29 16:38:39 -0400 | [diff] [blame] | 3526 | unsigned char fl_flags = request->fl_flags; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3527 | int status; |
| 3528 | |
Trond Myklebust | 6bfc93e | 2005-11-04 15:39:36 -0500 | [diff] [blame] | 3529 | /* Is this a delegated open? */ |
Trond Myklebust | 6bfc93e | 2005-11-04 15:39:36 -0500 | [diff] [blame] | 3530 | status = nfs4_set_lock_state(state, request); |
| 3531 | if (status != 0) |
| 3532 | goto out; |
Trond Myklebust | 01c3b86 | 2006-06-29 16:38:39 -0400 | [diff] [blame] | 3533 | request->fl_flags |= FL_ACCESS; |
| 3534 | status = do_vfs_lock(request->fl_file, request); |
| 3535 | if (status < 0) |
| 3536 | goto out; |
Trond Myklebust | 19e03c5 | 2008-12-23 15:21:44 -0500 | [diff] [blame] | 3537 | down_read(&nfsi->rwsem); |
Trond Myklebust | 01c3b86 | 2006-06-29 16:38:39 -0400 | [diff] [blame] | 3538 | if (test_bit(NFS_DELEGATED_STATE, &state->flags)) { |
Trond Myklebust | 01c3b86 | 2006-06-29 16:38:39 -0400 | [diff] [blame] | 3539 | /* Yes: cache locks! */ |
Trond Myklebust | 01c3b86 | 2006-06-29 16:38:39 -0400 | [diff] [blame] | 3540 | /* ...but avoid races with delegation recall... */ |
Trond Myklebust | 19e03c5 | 2008-12-23 15:21:44 -0500 | [diff] [blame] | 3541 | request->fl_flags = fl_flags & ~FL_SLEEP; |
| 3542 | status = do_vfs_lock(request->fl_file, request); |
| 3543 | goto out_unlock; |
Trond Myklebust | 01c3b86 | 2006-06-29 16:38:39 -0400 | [diff] [blame] | 3544 | } |
Trond Myklebust | 6bfc93e | 2005-11-04 15:39:36 -0500 | [diff] [blame] | 3545 | status = _nfs4_do_setlk(state, cmd, request, 0); |
| 3546 | if (status != 0) |
Trond Myklebust | 01c3b86 | 2006-06-29 16:38:39 -0400 | [diff] [blame] | 3547 | goto out_unlock; |
Trond Myklebust | 6bfc93e | 2005-11-04 15:39:36 -0500 | [diff] [blame] | 3548 | /* Note: we always want to sleep here! */ |
Trond Myklebust | 01c3b86 | 2006-06-29 16:38:39 -0400 | [diff] [blame] | 3549 | request->fl_flags = fl_flags | FL_SLEEP; |
Trond Myklebust | 6bfc93e | 2005-11-04 15:39:36 -0500 | [diff] [blame] | 3550 | if (do_vfs_lock(request->fl_file, request) < 0) |
Harvey Harrison | 3110ff8 | 2008-05-02 13:42:44 -0700 | [diff] [blame] | 3551 | printk(KERN_WARNING "%s: VFS is out of sync with lock manager!\n", __func__); |
Trond Myklebust | 01c3b86 | 2006-06-29 16:38:39 -0400 | [diff] [blame] | 3552 | out_unlock: |
Trond Myklebust | 19e03c5 | 2008-12-23 15:21:44 -0500 | [diff] [blame] | 3553 | up_read(&nfsi->rwsem); |
Trond Myklebust | 01c3b86 | 2006-06-29 16:38:39 -0400 | [diff] [blame] | 3554 | out: |
| 3555 | request->fl_flags = fl_flags; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3556 | return status; |
| 3557 | } |
| 3558 | |
| 3559 | static int nfs4_proc_setlk(struct nfs4_state *state, int cmd, struct file_lock *request) |
| 3560 | { |
| 3561 | struct nfs4_exception exception = { }; |
| 3562 | int err; |
| 3563 | |
| 3564 | do { |
| 3565 | err = nfs4_handle_exception(NFS_SERVER(state->inode), |
| 3566 | _nfs4_proc_setlk(state, cmd, request), |
| 3567 | &exception); |
| 3568 | } while (exception.retry); |
| 3569 | return err; |
| 3570 | } |
| 3571 | |
| 3572 | static int |
| 3573 | nfs4_proc_lock(struct file *filp, int cmd, struct file_lock *request) |
| 3574 | { |
| 3575 | struct nfs_open_context *ctx; |
| 3576 | struct nfs4_state *state; |
| 3577 | unsigned long timeout = NFS4_LOCK_MINTIMEOUT; |
| 3578 | int status; |
| 3579 | |
| 3580 | /* verify open state */ |
Trond Myklebust | cd3758e | 2007-08-10 17:44:32 -0400 | [diff] [blame] | 3581 | ctx = nfs_file_open_context(filp); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3582 | state = ctx->state; |
| 3583 | |
| 3584 | if (request->fl_start < 0 || request->fl_end < 0) |
| 3585 | return -EINVAL; |
| 3586 | |
| 3587 | if (IS_GETLK(cmd)) |
| 3588 | return nfs4_proc_getlk(state, F_GETLK, request); |
| 3589 | |
| 3590 | if (!(IS_SETLK(cmd) || IS_SETLKW(cmd))) |
| 3591 | return -EINVAL; |
| 3592 | |
| 3593 | if (request->fl_type == F_UNLCK) |
| 3594 | return nfs4_proc_unlck(state, cmd, request); |
| 3595 | |
| 3596 | do { |
| 3597 | status = nfs4_proc_setlk(state, cmd, request); |
| 3598 | if ((status != -EAGAIN) || IS_SETLK(cmd)) |
| 3599 | break; |
| 3600 | timeout = nfs4_set_lock_task_retry(timeout); |
| 3601 | status = -ERESTARTSYS; |
| 3602 | if (signalled()) |
| 3603 | break; |
| 3604 | } while(status < 0); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3605 | return status; |
| 3606 | } |
| 3607 | |
Trond Myklebust | 888e694 | 2005-11-04 15:38:11 -0500 | [diff] [blame] | 3608 | int nfs4_lock_delegation_recall(struct nfs4_state *state, struct file_lock *fl) |
| 3609 | { |
| 3610 | struct nfs_server *server = NFS_SERVER(state->inode); |
| 3611 | struct nfs4_exception exception = { }; |
| 3612 | int err; |
| 3613 | |
| 3614 | err = nfs4_set_lock_state(state, fl); |
| 3615 | if (err != 0) |
| 3616 | goto out; |
| 3617 | do { |
| 3618 | err = _nfs4_do_setlk(state, F_SETLK, fl, 0); |
| 3619 | if (err != -NFS4ERR_DELAY) |
| 3620 | break; |
| 3621 | err = nfs4_handle_exception(server, err, &exception); |
| 3622 | } while (exception.retry); |
| 3623 | out: |
| 3624 | return err; |
| 3625 | } |
J. Bruce Fields | 6b3b549 | 2005-06-22 17:16:22 +0000 | [diff] [blame] | 3626 | |
J. Bruce Fields | aa1870a | 2005-06-22 17:16:22 +0000 | [diff] [blame] | 3627 | #define XATTR_NAME_NFSV4_ACL "system.nfs4_acl" |
| 3628 | |
J. Bruce Fields | 6b3b549 | 2005-06-22 17:16:22 +0000 | [diff] [blame] | 3629 | int nfs4_setxattr(struct dentry *dentry, const char *key, const void *buf, |
| 3630 | size_t buflen, int flags) |
| 3631 | { |
J. Bruce Fields | 4b580ee | 2005-06-22 17:16:23 +0000 | [diff] [blame] | 3632 | struct inode *inode = dentry->d_inode; |
| 3633 | |
| 3634 | if (strcmp(key, XATTR_NAME_NFSV4_ACL) != 0) |
| 3635 | return -EOPNOTSUPP; |
| 3636 | |
J. Bruce Fields | 4b580ee | 2005-06-22 17:16:23 +0000 | [diff] [blame] | 3637 | return nfs4_proc_set_acl(inode, buf, buflen); |
J. Bruce Fields | 6b3b549 | 2005-06-22 17:16:22 +0000 | [diff] [blame] | 3638 | } |
| 3639 | |
| 3640 | /* The getxattr man page suggests returning -ENODATA for unknown attributes, |
| 3641 | * and that's what we'll do for e.g. user attributes that haven't been set. |
| 3642 | * But we'll follow ext2/ext3's lead by returning -EOPNOTSUPP for unsupported |
| 3643 | * attributes in kernel-managed attribute namespaces. */ |
| 3644 | ssize_t nfs4_getxattr(struct dentry *dentry, const char *key, void *buf, |
| 3645 | size_t buflen) |
| 3646 | { |
J. Bruce Fields | aa1870a | 2005-06-22 17:16:22 +0000 | [diff] [blame] | 3647 | struct inode *inode = dentry->d_inode; |
| 3648 | |
| 3649 | if (strcmp(key, XATTR_NAME_NFSV4_ACL) != 0) |
| 3650 | return -EOPNOTSUPP; |
| 3651 | |
| 3652 | return nfs4_proc_get_acl(inode, buf, buflen); |
J. Bruce Fields | 6b3b549 | 2005-06-22 17:16:22 +0000 | [diff] [blame] | 3653 | } |
| 3654 | |
| 3655 | ssize_t nfs4_listxattr(struct dentry *dentry, char *buf, size_t buflen) |
| 3656 | { |
J. Bruce Fields | aa1870a | 2005-06-22 17:16:22 +0000 | [diff] [blame] | 3657 | size_t len = strlen(XATTR_NAME_NFSV4_ACL) + 1; |
J. Bruce Fields | 6b3b549 | 2005-06-22 17:16:22 +0000 | [diff] [blame] | 3658 | |
J. Bruce Fields | 096455a | 2006-03-20 23:23:42 -0500 | [diff] [blame] | 3659 | if (!nfs4_server_supports_acls(NFS_SERVER(dentry->d_inode))) |
| 3660 | return 0; |
J. Bruce Fields | 6b3b549 | 2005-06-22 17:16:22 +0000 | [diff] [blame] | 3661 | if (buf && buflen < len) |
| 3662 | return -ERANGE; |
| 3663 | if (buf) |
J. Bruce Fields | aa1870a | 2005-06-22 17:16:22 +0000 | [diff] [blame] | 3664 | memcpy(buf, XATTR_NAME_NFSV4_ACL, len); |
| 3665 | return len; |
J. Bruce Fields | 6b3b549 | 2005-06-22 17:16:22 +0000 | [diff] [blame] | 3666 | } |
| 3667 | |
Trond Myklebust | 56659e9 | 2007-07-17 21:52:39 -0400 | [diff] [blame] | 3668 | int nfs4_proc_fs_locations(struct inode *dir, const struct qstr *name, |
Manoj Naik | 7aaa0b3 | 2006-06-09 09:34:23 -0400 | [diff] [blame] | 3669 | struct nfs4_fs_locations *fs_locations, struct page *page) |
Trond Myklebust | 683b57b | 2006-06-09 09:34:22 -0400 | [diff] [blame] | 3670 | { |
| 3671 | struct nfs_server *server = NFS_SERVER(dir); |
| 3672 | u32 bitmask[2] = { |
Manoj Naik | 361e624 | 2006-06-09 09:34:24 -0400 | [diff] [blame] | 3673 | [0] = FATTR4_WORD0_FSID | FATTR4_WORD0_FS_LOCATIONS, |
| 3674 | [1] = FATTR4_WORD1_MOUNTED_ON_FILEID, |
Trond Myklebust | 683b57b | 2006-06-09 09:34:22 -0400 | [diff] [blame] | 3675 | }; |
| 3676 | struct nfs4_fs_locations_arg args = { |
| 3677 | .dir_fh = NFS_FH(dir), |
Trond Myklebust | c228fd3 | 2007-01-13 02:28:11 -0500 | [diff] [blame] | 3678 | .name = name, |
Trond Myklebust | 683b57b | 2006-06-09 09:34:22 -0400 | [diff] [blame] | 3679 | .page = page, |
| 3680 | .bitmask = bitmask, |
| 3681 | }; |
| 3682 | struct rpc_message msg = { |
| 3683 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FS_LOCATIONS], |
| 3684 | .rpc_argp = &args, |
Manoj Naik | 7aaa0b3 | 2006-06-09 09:34:23 -0400 | [diff] [blame] | 3685 | .rpc_resp = fs_locations, |
Trond Myklebust | 683b57b | 2006-06-09 09:34:22 -0400 | [diff] [blame] | 3686 | }; |
| 3687 | int status; |
| 3688 | |
Harvey Harrison | 3110ff8 | 2008-05-02 13:42:44 -0700 | [diff] [blame] | 3689 | dprintk("%s: start\n", __func__); |
Trond Myklebust | c228fd3 | 2007-01-13 02:28:11 -0500 | [diff] [blame] | 3690 | nfs_fattr_init(&fs_locations->fattr); |
Trond Myklebust | 683b57b | 2006-06-09 09:34:22 -0400 | [diff] [blame] | 3691 | fs_locations->server = server; |
Manoj Naik | 830b8e3 | 2006-06-09 09:34:25 -0400 | [diff] [blame] | 3692 | fs_locations->nlocations = 0; |
Trond Myklebust | 683b57b | 2006-06-09 09:34:22 -0400 | [diff] [blame] | 3693 | status = rpc_call_sync(server->client, &msg, 0); |
Harvey Harrison | 3110ff8 | 2008-05-02 13:42:44 -0700 | [diff] [blame] | 3694 | dprintk("%s: returned status = %d\n", __func__, status); |
Trond Myklebust | 683b57b | 2006-06-09 09:34:22 -0400 | [diff] [blame] | 3695 | return status; |
| 3696 | } |
| 3697 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3698 | struct nfs4_state_recovery_ops nfs4_reboot_recovery_ops = { |
Trond Myklebust | 7eff03a | 2008-12-23 15:21:43 -0500 | [diff] [blame] | 3699 | .owner_flag_bit = NFS_OWNER_RECLAIM_REBOOT, |
Trond Myklebust | b79a4a1 | 2008-12-23 15:21:41 -0500 | [diff] [blame] | 3700 | .state_flag_bit = NFS_STATE_RECLAIM_REBOOT, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3701 | .recover_open = nfs4_open_reclaim, |
| 3702 | .recover_lock = nfs4_lock_reclaim, |
| 3703 | }; |
| 3704 | |
Trond Myklebust | b79a4a1 | 2008-12-23 15:21:41 -0500 | [diff] [blame] | 3705 | struct nfs4_state_recovery_ops nfs4_nograce_recovery_ops = { |
Trond Myklebust | 7eff03a | 2008-12-23 15:21:43 -0500 | [diff] [blame] | 3706 | .owner_flag_bit = NFS_OWNER_RECLAIM_NOGRACE, |
Trond Myklebust | b79a4a1 | 2008-12-23 15:21:41 -0500 | [diff] [blame] | 3707 | .state_flag_bit = NFS_STATE_RECLAIM_NOGRACE, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3708 | .recover_open = nfs4_open_expired, |
| 3709 | .recover_lock = nfs4_lock_expired, |
| 3710 | }; |
| 3711 | |
Arjan van de Ven | 92e1d5b | 2007-02-12 00:55:39 -0800 | [diff] [blame] | 3712 | static const struct inode_operations nfs4_file_inode_operations = { |
J. Bruce Fields | 6b3b549 | 2005-06-22 17:16:22 +0000 | [diff] [blame] | 3713 | .permission = nfs_permission, |
| 3714 | .getattr = nfs_getattr, |
| 3715 | .setattr = nfs_setattr, |
| 3716 | .getxattr = nfs4_getxattr, |
| 3717 | .setxattr = nfs4_setxattr, |
| 3718 | .listxattr = nfs4_listxattr, |
| 3719 | }; |
| 3720 | |
David Howells | 509de81 | 2006-08-22 20:06:11 -0400 | [diff] [blame] | 3721 | const struct nfs_rpc_ops nfs_v4_clientops = { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3722 | .version = 4, /* protocol version */ |
| 3723 | .dentry_ops = &nfs4_dentry_operations, |
| 3724 | .dir_inode_ops = &nfs4_dir_inode_operations, |
J. Bruce Fields | 6b3b549 | 2005-06-22 17:16:22 +0000 | [diff] [blame] | 3725 | .file_inode_ops = &nfs4_file_inode_operations, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3726 | .getroot = nfs4_proc_get_root, |
| 3727 | .getattr = nfs4_proc_getattr, |
| 3728 | .setattr = nfs4_proc_setattr, |
David Howells | 2b3de44 | 2006-08-22 20:06:09 -0400 | [diff] [blame] | 3729 | .lookupfh = nfs4_proc_lookupfh, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3730 | .lookup = nfs4_proc_lookup, |
| 3731 | .access = nfs4_proc_access, |
| 3732 | .readlink = nfs4_proc_readlink, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3733 | .create = nfs4_proc_create, |
| 3734 | .remove = nfs4_proc_remove, |
| 3735 | .unlink_setup = nfs4_proc_unlink_setup, |
| 3736 | .unlink_done = nfs4_proc_unlink_done, |
| 3737 | .rename = nfs4_proc_rename, |
| 3738 | .link = nfs4_proc_link, |
| 3739 | .symlink = nfs4_proc_symlink, |
| 3740 | .mkdir = nfs4_proc_mkdir, |
| 3741 | .rmdir = nfs4_proc_remove, |
| 3742 | .readdir = nfs4_proc_readdir, |
| 3743 | .mknod = nfs4_proc_mknod, |
| 3744 | .statfs = nfs4_proc_statfs, |
| 3745 | .fsinfo = nfs4_proc_fsinfo, |
| 3746 | .pathconf = nfs4_proc_pathconf, |
David Howells | e9326dc | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 3747 | .set_capabilities = nfs4_server_capabilities, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3748 | .decode_dirent = nfs4_decode_dirent, |
| 3749 | .read_setup = nfs4_proc_read_setup, |
Trond Myklebust | ec06c09 | 2006-03-20 13:44:27 -0500 | [diff] [blame] | 3750 | .read_done = nfs4_read_done, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3751 | .write_setup = nfs4_proc_write_setup, |
Trond Myklebust | 788e7a8 | 2006-03-20 13:44:27 -0500 | [diff] [blame] | 3752 | .write_done = nfs4_write_done, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3753 | .commit_setup = nfs4_proc_commit_setup, |
Trond Myklebust | 788e7a8 | 2006-03-20 13:44:27 -0500 | [diff] [blame] | 3754 | .commit_done = nfs4_commit_done, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3755 | .lock = nfs4_proc_lock, |
J. Bruce Fields | e50a1c2 | 2005-06-22 17:16:23 +0000 | [diff] [blame] | 3756 | .clear_acl_cache = nfs4_zap_acl_attr, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3757 | }; |
| 3758 | |
| 3759 | /* |
| 3760 | * Local variables: |
| 3761 | * c-basic-offset: 8 |
| 3762 | * End: |
| 3763 | */ |