| Commit message (Expand) | Author | Age | Files | Lines |
* | nfs41: use rpc prepare call state for session reset | Andy Adamson | 2009-06-17 | 5 | -25/+41 |
* | nfs41: sunrpc: Export the call prepare state for session reset | Andy Adamson | 2009-06-17 | 4 | -1/+16 |
* | nfs41: add session reset to state manager | Andy Adamson | 2009-06-17 | 2 | -2/+50 |
* | nfs41: add session setup to the state manager | Andy Adamson | 2009-06-17 | 6 | -5/+54 |
* | nfs41: reset the session slot table | Andy Adamson | 2009-06-17 | 1 | -3/+41 |
* | nfs41: sequence operation | Andy Adamson | 2009-06-17 | 2 | -5/+214 |
* | nfs41: enable nfs_client only nfs4_async_handle_error | Andy Adamson | 2009-06-17 | 1 | -4/+9 |
* | nfs41: destroy_session operation | Andy Adamson | 2009-06-17 | 3 | -0/+91 |
* | nfs41: use session attributes for rsize and wsize | Andy Adamson | 2009-06-17 | 1 | -0/+17 |
* | nfs41: verify session channel attribues | Andy Adamson | 2009-06-17 | 1 | -2/+48 |
* | nfs41: create_session operation | Andy Adamson | 2009-06-17 | 4 | -0/+379 |
* | nfs41: get_lease_time | Andy Adamson | 2009-06-17 | 3 | -0/+154 |
* | nfs41: exchange_id operation | Benny Halevy | 2009-06-17 | 6 | -1/+247 |
* | nfs41 delegreturn sequence setup done support | Andy Adamson | 2009-06-17 | 1 | -1/+23 |
* | nfs41 commit sequence setup done support | Andy Adamson | 2009-06-17 | 3 | -0/+10 |
* | nfs41 write sequence setup done support | Andy Adamson | 2009-06-17 | 4 | -0/+32 |
* | nfs41: read sequence setup/done support | Andy Adamson | 2009-06-17 | 4 | -2/+39 |
* | nfs41: unlink sequence setup/done support | Andy Adamson | 2009-06-17 | 2 | -0/+19 |
* | nfs41: locku sequence setup/done support | Andy Adamson | 2009-06-17 | 1 | -1/+9 |
* | nfs41: lock sequence setup/done support | Andy Adamson | 2009-06-17 | 1 | -0/+8 |
* | nfs41: open sequence setup/done support | Andy Adamson | 2009-06-17 | 1 | -0/+8 |
* | nfs41: close sequence setup/done support | Andy Adamson | 2009-06-17 | 1 | -1/+7 |
* | nfs41: nfs41_call_sync_done | Andy Adamson | 2009-06-17 | 1 | -0/+9 |
* | nfs41: nfs41_sequence_done | Andy Adamson | 2009-06-17 | 1 | -0/+58 |
* | nfs41: nfs41_sequence_free_slot | Andy Adamson | 2009-06-17 | 2 | -0/+35 |
* | nfs41: free slot | Andy Adamson | 2009-06-17 | 1 | -0/+36 |
* | nfs41: setup_sequence method | Andy Adamson | 2009-06-17 | 3 | -2/+46 |
* | nfs41: find slot | Benny Halevy | 2009-06-17 | 1 | -0/+33 |
* | nfs41: nfs4_setup_sequence | Andy Adamson | 2009-06-17 | 1 | -2/+98 |
* | nfs41: xdr {encode,decode}_sequence | Andy Adamson | 2009-06-17 | 1 | -10/+232 |
* | nfs41: encode minorversion in compound header | Benny Halevy | 2009-06-17 | 1 | -30/+40 |
* | NFS: use dynamically computed compound_hdr.replen for xdr_inline_pages offset | Benny Halevy | 2009-06-17 | 1 | -38/+10 |
* | NFS: update hdr->replen for every encode op | Benny Halevy | 2009-06-17 | 1 | -0/+31 |
* | NFS: define and initialize compound_hdr.replen | Benny Halevy | 2009-06-17 | 1 | -34/+43 |
* | NFS: use decode_change_info_maxsz for xdr maxsz calculations | Benny Halevy | 2009-06-17 | 1 | -3/+7 |
* | nfs41: set up seq_res.sr_slotid | Andy Adamson | 2009-06-17 | 5 | -0/+10 |
* | nfs41: nfs41: pass *session in seq_args and seq_res | Benny Halevy | 2009-06-17 | 2 | -2/+3 |
* | nfs41: introduce nfs4_call_sync | Andy Adamson | 2009-06-17 | 4 | -19/+73 |
* | nfs41: use nfs4_fs_locations_res | Benny Halevy | 2009-06-17 | 3 | -3/+13 |
* | nfs41: use nfs4_setaclres | Benny Halevy | 2009-06-17 | 3 | -2/+8 |
* | NFS: get rid of unused xdr decode_setattr(, res) argument | Benny Halevy | 2009-06-17 | 1 | -3/+3 |
* | nfs41: use nfs4_getaclres | Benny Halevy | 2009-06-17 | 3 | -11/+19 |
* | nfs41: use nfs4_pathconf_res | Benny Halevy | 2009-06-17 | 3 | -3/+12 |
* | nfs41: use nfs4_fsinfo_res | Benny Halevy | 2009-06-17 | 3 | -3/+12 |
* | nfs41: use nfs4_statfs_res | Benny Halevy | 2009-06-17 | 3 | -3/+12 |
* | nfs41: use nfs4_readlink_res | Benny Halevy | 2009-06-17 | 3 | -2/+8 |
* | nfs41: use nfs4_server_caps_arg | Benny Halevy | 2009-06-17 | 3 | -3/+12 |
* | nfs41: sessions client infrastructure | Andy Adamson | 2009-06-17 | 6 | -0/+174 |
* | nfs41: client xdr definitions | Benny Halevy | 2009-06-17 | 1 | -0/+52 |
* | nfs41: translate NFS4ERR_MINOR_VERS_MISMATCH to EPROTONOSUPPORT | Benny Halevy | 2009-06-17 | 1 | -0/+2 |