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