summaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfsroot.c (unfollow)
Commit message (Expand)AuthorFilesLines
2009-06-17nfs41: Rename rq_received to rq_reply_bytes_recvdRicardo Labiaga5-14/+16
2009-06-17nfs41: verify CB_SEQUENCE position in callback compoundBenny Halevy1-0/+8
2009-06-17nfs41: cb_sequence xdr implementationBenny Halevy1-2/+170
2009-06-17nfs41: cb_sequence proc implementationBenny Halevy2-0/+32
2009-06-17nfs41: cb_sequence protocol level data structuresBenny Halevy1-0/+35
2009-06-17nfs41: consider minorversion in callback_xdr:process_opBenny Halevy2-14/+72
2009-06-17nfs41: callback numbers definitionsBenny Halevy1-0/+10
2009-06-17nfs41: decode minorversion 1 cb_compound headerBenny Halevy2-4/+4
2009-06-17nfs41: store minorversion in cb_compound_hdr_argBenny Halevy2-5/+8
2009-06-17nfs41: Release backchannel resources associated with sessionAndy Adamson2-1/+6
2009-06-17nfs41: Get the rpc_xprt * from the rpc_rqst instead of the rpc_clnt.Rahul Iyer1-2/+2
2009-06-17nfs41: Client indicates presence of NFSv4.1 callback channel.Andy Adamson1-1/+1
2009-06-17nfs41: Setup the backchannelAndy Adamson1-0/+9
2009-06-17nfs41: Allow NFSv4 and NFSv4.1 callback services to coexistAndy Adamson3-32/+27
2009-06-17nfs41: create a svc_xprt for nfs41 callback thread and use for incoming callb...Benny Halevy2-1/+17
2009-06-17nfs41: sunrpc: add a struct svc_xprt pointer to struct svc_serv for backchann...Andy Adamson2-0/+5
2009-06-17nfs41: sunrpc: provide functions to create and destroy a svc_xprt for backcha...Benny Halevy2-0/+41
2009-06-17nfs41: Implement NFSv4.1 callback service process.Ricardo Labiaga2-4/+115
2009-06-17nfs41: Backchannel bc_svc_process()Ricardo Labiaga2-0/+51
2009-06-17nfs41: Refactor svc_process()Ricardo Labiaga1-30/+50
2009-06-17nfs41: Backchannel callback service helper routinesRicardo Labiaga4-1/+88
2009-06-17nfs41: Add backchannel processing support to RPC state machineRicardo Labiaga6-9/+203
2009-06-17nfs41: New xs_tcp_read_data()Ricardo Labiaga1-18/+126