2 * linux/fs/nfsd/nfs4callback.c
4 * Copyright (c) 2001 The Regents of the University of Michigan.
7 * Kendrick Smith <kmsmith@umich.edu>
8 * Andy Adamson <andros@umich.edu>
10 * Redistribution and use in source and binary forms, with or without
11 * modification, are permitted provided that the following conditions
14 * 1. Redistributions of source code must retain the above copyright
15 * notice, this list of conditions and the following disclaimer.
16 * 2. Redistributions in binary form must reproduce the above copyright
17 * notice, this list of conditions and the following disclaimer in the
18 * documentation and/or other materials provided with the distribution.
19 * 3. Neither the name of the University nor the names of its
20 * contributors may be used to endorse or promote products derived
21 * from this software without specific prior written permission.
23 * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
24 * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
25 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
26 * DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
27 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
28 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
29 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
30 * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
31 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
32 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
33 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36 #include <linux/config.h>
37 #include <linux/module.h>
38 #include <linux/list.h>
39 #include <linux/inet.h>
40 #include <linux/errno.h>
41 #include <linux/delay.h>
42 #include <linux/sunrpc/xdr.h>
43 #include <linux/sunrpc/svc.h>
44 #include <linux/sunrpc/clnt.h>
45 #include <linux/nfsd/nfsd.h>
46 #include <linux/nfsd/state.h>
47 #include <linux/sunrpc/sched.h>
48 #include <linux/nfs4.h>
50 #define NFSDDBG_FACILITY NFSDDBG_PROC
52 #define NFSPROC4_CB_NULL 0
53 #define NFSPROC4_CB_COMPOUND 1
56 static void nfs4_cb_null(struct rpc_task
*task
);
58 /* Index of predefined Linux callback client operations */
61 NFSPROC4_CLNT_CB_NULL
= 0,
62 NFSPROC4_CLNT_CB_RECALL
,
69 #define NFS4_MAXTAGLEN 20
71 #define NFS4_enc_cb_null_sz 0
72 #define NFS4_dec_cb_null_sz 0
73 #define cb_compound_enc_hdr_sz 4
74 #define cb_compound_dec_hdr_sz (3 + (NFS4_MAXTAGLEN >> 2))
77 #define enc_nfs4_fh_sz (1 + (NFS4_FHSIZE >> 2))
78 #define enc_stateid_sz 16
79 #define NFS4_enc_cb_recall_sz (cb_compound_enc_hdr_sz + \
80 1 + enc_stateid_sz + \
83 #define NFS4_dec_cb_recall_sz (cb_compound_dec_hdr_sz + \
87 * Generic encode routines from fs/nfs/nfs4xdr.c
90 xdr_writemem(u32
*p
, const void *ptr
, int nbytes
)
92 int tmp
= XDR_QUADLEN(nbytes
);
96 memcpy(p
, ptr
, nbytes
);
100 #define WRITE32(n) *p++ = htonl(n)
101 #define WRITEMEM(ptr,nbytes) do { \
102 p = xdr_writemem(p, ptr, nbytes); \
104 #define RESERVE_SPACE(nbytes) do { \
105 p = xdr_reserve_space(xdr, nbytes); \
106 if (!p) dprintk("NFSD: RESERVE_SPACE(%d) failed in function %s\n", (int) (nbytes), __FUNCTION__); \
111 * Generic decode routines from fs/nfs/nfs4xdr.c
113 #define DECODE_TAIL \
118 dprintk("NFSD: xdr error! (%s:%d)\n", __FILE__, __LINE__); \
122 #define READ32(x) (x) = ntohl(*p++)
123 #define READ64(x) do { \
124 (x) = (u64)ntohl(*p++) << 32; \
125 (x) |= ntohl(*p++); \
127 #define READTIME(x) do { \
129 (x.tv_sec) = ntohl(*p++); \
130 (x.tv_nsec) = ntohl(*p++); \
132 #define READ_BUF(nbytes) do { \
133 p = xdr_inline_decode(xdr, nbytes); \
135 dprintk("NFSD: %s: reply buffer overflowed in line %d.", \
136 __FUNCTION__, __LINE__); \
141 struct nfs4_cb_compound_hdr
{
152 } nfs_cb_errtbl
[] = {
154 { NFS4ERR_PERM
, EPERM
},
155 { NFS4ERR_NOENT
, ENOENT
},
157 { NFS4ERR_NXIO
, ENXIO
},
158 { NFS4ERR_ACCESS
, EACCES
},
159 { NFS4ERR_EXIST
, EEXIST
},
160 { NFS4ERR_XDEV
, EXDEV
},
161 { NFS4ERR_NOTDIR
, ENOTDIR
},
162 { NFS4ERR_ISDIR
, EISDIR
},
163 { NFS4ERR_INVAL
, EINVAL
},
164 { NFS4ERR_FBIG
, EFBIG
},
165 { NFS4ERR_NOSPC
, ENOSPC
},
166 { NFS4ERR_ROFS
, EROFS
},
167 { NFS4ERR_MLINK
, EMLINK
},
168 { NFS4ERR_NAMETOOLONG
, ENAMETOOLONG
},
169 { NFS4ERR_NOTEMPTY
, ENOTEMPTY
},
170 { NFS4ERR_DQUOT
, EDQUOT
},
171 { NFS4ERR_STALE
, ESTALE
},
172 { NFS4ERR_BADHANDLE
, EBADHANDLE
},
173 { NFS4ERR_BAD_COOKIE
, EBADCOOKIE
},
174 { NFS4ERR_NOTSUPP
, ENOTSUPP
},
175 { NFS4ERR_TOOSMALL
, ETOOSMALL
},
176 { NFS4ERR_SERVERFAULT
, ESERVERFAULT
},
177 { NFS4ERR_BADTYPE
, EBADTYPE
},
178 { NFS4ERR_LOCKED
, EAGAIN
},
179 { NFS4ERR_RESOURCE
, EREMOTEIO
},
180 { NFS4ERR_SYMLINK
, ELOOP
},
181 { NFS4ERR_OP_ILLEGAL
, EOPNOTSUPP
},
182 { NFS4ERR_DEADLOCK
, EDEADLK
},
187 nfs_cb_stat_to_errno(int stat
)
190 for (i
= 0; nfs_cb_errtbl
[i
].stat
!= -1; i
++) {
191 if (nfs_cb_errtbl
[i
].stat
== stat
)
192 return nfs_cb_errtbl
[i
].errno
;
194 /* If we cannot translate the error, the recovery routines should
196 * Note: remaining NFSv4 error codes have values > 10000, so should
197 * not conflict with native Linux error codes.
207 encode_cb_compound_hdr(struct xdr_stream
*xdr
, struct nfs4_cb_compound_hdr
*hdr
)
212 WRITE32(0); /* tag length is always 0 */
213 WRITE32(NFS4_MINOR_VERSION
);
220 encode_cb_recall(struct xdr_stream
*xdr
, struct nfs4_cb_recall
*cb_rec
)
223 int len
= cb_rec
->cbr_fhlen
;
225 RESERVE_SPACE(12+sizeof(cb_rec
->cbr_stateid
) + len
);
226 WRITE32(OP_CB_RECALL
);
227 WRITEMEM(&cb_rec
->cbr_stateid
, sizeof(stateid_t
));
228 WRITE32(cb_rec
->cbr_trunc
);
230 WRITEMEM(cb_rec
->cbr_fhval
, len
);
235 nfs4_xdr_enc_cb_null(struct rpc_rqst
*req
, u32
*p
)
237 struct xdr_stream xdrs
, *xdr
= &xdrs
;
239 xdr_init_encode(&xdrs
, &req
->rq_snd_buf
, p
);
245 nfs4_xdr_enc_cb_recall(struct rpc_rqst
*req
, u32
*p
, struct nfs4_cb_recall
*args
)
247 struct xdr_stream xdr
;
248 struct nfs4_cb_compound_hdr hdr
= {
249 .ident
= args
->cbr_ident
,
253 xdr_init_encode(&xdr
, &req
->rq_snd_buf
, p
);
254 encode_cb_compound_hdr(&xdr
, &hdr
);
255 return (encode_cb_recall(&xdr
, args
));
260 decode_cb_compound_hdr(struct xdr_stream
*xdr
, struct nfs4_cb_compound_hdr
*hdr
){
266 READ_BUF(hdr
->taglen
+ 4);
267 hdr
->tag
= (char *)p
;
268 p
+= XDR_QUADLEN(hdr
->taglen
);
274 decode_cb_op_hdr(struct xdr_stream
*xdr
, enum nfs_opnum4 expected
)
282 if (op
!= expected
) {
283 dprintk("NFSD: decode_cb_op_hdr: Callback server returned "
284 " operation %d but we issued a request for %d\n",
289 if (nfserr
!= NFS_OK
)
290 return -nfs_cb_stat_to_errno(nfserr
);
295 nfs4_xdr_dec_cb_null(struct rpc_rqst
*req
, u32
*p
)
301 nfs4_xdr_dec_cb_recall(struct rpc_rqst
*rqstp
, u32
*p
)
303 struct xdr_stream xdr
;
304 struct nfs4_cb_compound_hdr hdr
;
307 xdr_init_decode(&xdr
, &rqstp
->rq_rcv_buf
, p
);
308 status
= decode_cb_compound_hdr(&xdr
, &hdr
);
311 status
= decode_cb_op_hdr(&xdr
, OP_CB_RECALL
);
317 * RPC procedure tables
320 # define MAX(a, b) (((a) > (b))? (a) : (b))
323 #define PROC(proc, call, argtype, restype) \
324 [NFSPROC4_CLNT_##proc] = { \
325 .p_proc = NFSPROC4_CB_##call, \
326 .p_encode = (kxdrproc_t) nfs4_xdr_##argtype, \
327 .p_decode = (kxdrproc_t) nfs4_xdr_##restype, \
328 .p_bufsiz = MAX(NFS4_##argtype##_sz,NFS4_##restype##_sz) << 2, \
331 static struct rpc_procinfo nfs4_cb_procedures
[] = {
332 PROC(CB_NULL
, NULL
, enc_cb_null
, dec_cb_null
),
333 PROC(CB_RECALL
, COMPOUND
, enc_cb_recall
, dec_cb_recall
),
336 static struct rpc_version nfs_cb_version4
= {
338 .nrprocs
= sizeof(nfs4_cb_procedures
)/sizeof(nfs4_cb_procedures
[0]),
339 .procs
= nfs4_cb_procedures
342 static struct rpc_version
* nfs_cb_version
[] = {
348 * Use the SETCLIENTID credential
350 static struct rpc_cred
*
351 nfsd4_lookupcred(struct nfs4_client
*clp
, int taskflags
)
353 struct auth_cred acred
;
354 struct rpc_clnt
*clnt
= clp
->cl_callback
.cb_client
;
355 struct rpc_cred
*ret
;
357 get_group_info(clp
->cl_cred
.cr_group_info
);
358 acred
.uid
= clp
->cl_cred
.cr_uid
;
359 acred
.gid
= clp
->cl_cred
.cr_gid
;
360 acred
.group_info
= clp
->cl_cred
.cr_group_info
;
362 dprintk("NFSD: looking up %s cred\n",
363 clnt
->cl_auth
->au_ops
->au_name
);
364 ret
= rpcauth_lookup_credcache(clnt
->cl_auth
, &acred
, taskflags
);
365 put_group_info(clp
->cl_cred
.cr_group_info
);
370 * Set up the callback client and put a NFSPROC4_CB_NULL on the wire...
373 nfsd4_probe_callback(struct nfs4_client
*clp
)
375 struct sockaddr_in addr
;
376 struct nfs4_callback
*cb
= &clp
->cl_callback
;
377 struct rpc_timeout timeparms
;
378 struct rpc_xprt
* xprt
;
379 struct rpc_program
* program
= &cb
->cb_program
;
380 struct rpc_stat
* stat
= &cb
->cb_stat
;
381 struct rpc_clnt
* clnt
;
382 struct rpc_message msg
= {
383 .rpc_proc
= &nfs4_cb_procedures
[NFSPROC4_CLNT_CB_NULL
],
389 if (atomic_read(&cb
->cb_set
))
392 /* Initialize address */
393 memset(&addr
, 0, sizeof(addr
));
394 addr
.sin_family
= AF_INET
;
395 addr
.sin_port
= htons(cb
->cb_port
);
396 addr
.sin_addr
.s_addr
= htonl(cb
->cb_addr
);
398 /* Initialize timeout */
399 timeparms
.to_initval
= (NFSD_LEASE_TIME
/4) * HZ
;
400 timeparms
.to_retries
= 0;
401 timeparms
.to_maxval
= (NFSD_LEASE_TIME
/2) * HZ
;
402 timeparms
.to_exponential
= 1;
404 /* Create RPC transport */
405 xprt
= xprt_create_proto(IPPROTO_TCP
, &addr
, &timeparms
);
407 dprintk("NFSD: couldn't create callback transport!\n");
411 /* Initialize rpc_program */
412 program
->name
= "nfs4_cb";
413 program
->number
= cb
->cb_prog
;
414 program
->nrvers
= sizeof(nfs_cb_version
)/sizeof(nfs_cb_version
[0]);
415 program
->version
= nfs_cb_version
;
416 program
->stats
= stat
;
418 /* Initialize rpc_stat */
419 memset(stat
, 0, sizeof(struct rpc_stat
));
420 stat
->program
= program
;
424 * XXX AUTH_UNIX only - need AUTH_GSS....
426 sprintf(hostname
, "%u.%u.%u.%u", NIPQUAD(addr
.sin_addr
.s_addr
));
427 clnt
= rpc_new_client(xprt
, hostname
, program
, 1, RPC_AUTH_UNIX
);
429 dprintk("NFSD: couldn't create callback client\n");
433 clnt
->cl_softrtry
= 1;
436 /* Kick rpciod, put the call on the wire. */
438 if (rpciod_up() != 0) {
439 dprintk("nfsd: couldn't start rpciod for callbacks!\n");
443 /* the task holds a reference to the nfs4_client struct */
444 cb
->cb_client
= clnt
;
445 atomic_inc(&clp
->cl_count
);
447 msg
.rpc_cred
= nfsd4_lookupcred(clp
,0);
448 if (IS_ERR(msg
.rpc_cred
))
450 status
= rpc_call_async(clnt
, &msg
, RPC_TASK_ASYNC
, nfs4_cb_null
, NULL
);
451 put_rpccred(msg
.rpc_cred
);
454 dprintk("NFSD: asynchronous NFSPROC4_CB_NULL failed!\n");
460 atomic_dec(&clp
->cl_count
);
463 rpc_shutdown_client(clnt
);
466 dprintk("NFSD: warning: no callback path to client %.*s\n",
467 (int)clp
->cl_name
.len
, clp
->cl_name
.data
);
468 cb
->cb_client
= NULL
;
472 nfs4_cb_null(struct rpc_task
*task
)
474 struct nfs4_client
*clp
= (struct nfs4_client
*)task
->tk_msg
.rpc_argp
;
475 struct nfs4_callback
*cb
= &clp
->cl_callback
;
476 u32 addr
= htonl(cb
->cb_addr
);
478 dprintk("NFSD: nfs4_cb_null task->tk_status %d\n", task
->tk_status
);
480 if (task
->tk_status
< 0) {
481 dprintk("NFSD: callback establishment to client %.*s failed\n",
482 (int)clp
->cl_name
.len
, clp
->cl_name
.data
);
485 atomic_set(&cb
->cb_set
, 1);
486 dprintk("NFSD: callback set to client %u.%u.%u.%u\n", NIPQUAD(addr
));
488 put_nfs4_client(clp
);
492 * called with dp->dl_count inc'ed.
493 * nfs4_lock_state() may or may not have been called.
496 nfsd4_cb_recall(struct nfs4_delegation
*dp
)
498 struct nfs4_client
*clp
= dp
->dl_client
;
499 struct rpc_clnt
*clnt
= clp
->cl_callback
.cb_client
;
500 struct nfs4_cb_recall
*cbr
= &dp
->dl_recall
;
501 struct rpc_message msg
= {
502 .rpc_proc
= &nfs4_cb_procedures
[NFSPROC4_CLNT_CB_RECALL
],
508 if ((!atomic_read(&clp
->cl_callback
.cb_set
)) || !clnt
)
511 msg
.rpc_cred
= nfsd4_lookupcred(clp
, 0);
512 if (IS_ERR(msg
.rpc_cred
))
515 cbr
->cbr_trunc
= 0; /* XXX need to implement truncate optimization */
518 status
= rpc_call_sync(clnt
, &msg
, RPC_TASK_SOFT
);
522 /* Network partition? */
524 case -NFS4ERR_BAD_STATEID
:
525 /* Race: client probably got cb_recall
526 * before open reply granting delegation */
532 status
= rpc_call_sync(clnt
, &msg
, RPC_TASK_SOFT
);
535 put_rpccred(msg
.rpc_cred
);
538 atomic_set(&clp
->cl_callback
.cb_set
, 0);
539 /* Success or failure, now we're either waiting for lease expiration
540 * or deleg_return. */
541 dprintk("NFSD: nfs4_cb_recall: dp %p dl_flock %p dl_count %d\n",dp
, dp
->dl_flock
, atomic_read(&dp
->dl_count
));
542 nfs4_put_delegation(dp
);