summaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2008-04-245-37/+41
|\
| * SUNRPC: Don't disconnect more than once if retransmitting NFSv4 requestsTrond Myklebust2008-04-191-0/+8
| * NFSv4: Reintroduce machine credsTrond Myklebust2008-04-192-0/+3
| * NFSv4: Don't use cred->cr_ops->cr_name in nfs4_proc_setclientid()Trond Myklebust2008-04-191-2/+0Star
| * SUNRPC: Fix up xprt_write_space()Trond Myklebust2008-04-191-1/+1
| * SUNRPC: Add an rpc_credop callback for binding a credential to an rpc_taskTrond Myklebust2008-03-141-0/+2
| * SUNRPC: Add a generic RPC credentialTrond Myklebust2008-03-141-0/+3
| * SUNRPC: Clean up rpcauth_bindcred()Trond Myklebust2008-03-141-3/+1Star
| * SUNRPC: Fix RPCAUTH_LOOKUP_ROOTCREDSTrond Myklebust2008-03-141-2/+2
| * SUNRPC: Fix a bug in rpcauth_lookup_credcache()Trond Myklebust2008-03-141-2/+2
| * Merge branch 'cleanups' into nextTrond Myklebust2008-02-291-4/+5
| |\
| | * SUNRPC: Declare as const the rpc_message arguments to rpc_call_sync/asyncTrond Myklebust2008-02-141-4/+5
| * | SUNRPC: Remove now-redundant RCU-safe rpc_task free pathTrond Myklebust2008-02-291-2/+0Star
| * | SUNRPC: Eliminate the now-redundant rpc_start_wakeup()Trond Myklebust2008-02-291-11/+1Star
| * | SUNRPC: Switch tasks to using the rpc_waitqueue's timer functionTrond Myklebust2008-02-291-8/+1Star
| * | SUNRPC: Add a timer function to wait queues.Trond Myklebust2008-02-291-0/+9
| * | SUNRPC: Add a (empty for the moment) destructor for rpc_wait_queuesTrond Myklebust2008-02-291-0/+1
| * | SUNRPC: Run rpc timeout functions as callbacks instead of in softirqsTrond Myklebust2008-02-261-3/+1Star
| * | SUNRPC: Convert users of rpc_wake_up_task to use rpc_wake_up_queued_taskTrond Myklebust2008-02-261-1/+0Star
| * | SUNRPC: Add a new helper rpc_wake_up_queued_task()Trond Myklebust2008-02-261-1/+3
| * | SUNRPC: Allow the rpc_release() callback to be run on another workqueueTrond Myklebust2008-02-261-0/+1
| |/
* | SUNRPC: Update RPC server's TCP record marker decoderChuck Lever2008-04-231-2/+2
* | SUNRPC: remove svc_create_thread()Jeff Layton2008-04-231-1/+0Star
* | gss_krb5: consistently use unsigned for seqnumKevin Coffman2008-04-231-2/+2
* | Remove define for KRB5_CKSUM_LENGTH, which will become enctype-dependentKevin Coffman2008-04-231-2/+0Star
* | svcrpc: move unused field from cache_deferred_reqJ. Bruce Fields2008-04-231-1/+0Star
* | IPv6 support for NFS server export cachesAurélien Charbon2008-04-231-2/+3
|/
* nfsd: clean up svc_reserve_auth()J. Bruce Fields2008-02-111-8/+5Star
* SUNRPC: spin svc_rqst initialization to its own functionJeff Layton2008-02-011-0/+2
* rdma: SVCRMDA Header FileTom Tucker2008-02-011-0/+262
* svc: Add svc_xprt_names service to replace svc_sock_namesTom Tucker2008-02-011-0/+1
* svc: Add svc API that queries for a transport instanceTom Tucker2008-02-011-0/+1
* svc: Add /proc/sys/sunrpc/transport filesTom Tucker2008-02-011-0/+1
* svc: Add transport hdr size for defer/revisitTom Tucker2008-02-011-0/+2
* svc: Move the xprt independent code to the svc_xprt.c fileTom Tucker2008-02-011-0/+27
* svc: Removing remaining references to rq_sock in rqstpTom Tucker2008-02-011-4/+1Star
* svc: Move the sockaddr information to svc_xprtTom Tucker2008-02-012-4/+51
* svc: Make deferral processing xprt independentTom Tucker2008-02-013-4/+3Star
* svc: Move the authinfo cache to svc_xprt.Tom Tucker2008-02-012-5/+4Star
* svc: Remove sk_lastrecvTom Tucker2008-02-011-1/+0Star
* svc: Change svc_sock_received to svc_xprt_received and export itTom Tucker2008-02-011-1/+1
* svc: Make svc_send transport neutralTom Tucker2008-02-012-1/+1
* svc: Move sk_reserved to svc_xprtTom Tucker2008-02-012-2/+1Star
* svc: Make close transport independentTom Tucker2008-02-012-3/+3
* svc: Move sk_server and sk_pool to svc_xprtTom Tucker2008-02-012-3/+5
* svc: Move sk_flags to the svc_xprt structureTom Tucker2008-02-012-13/+12Star
* svc: Change sk_inuse to a krefTom Tucker2008-02-012-1/+8
* svc: Change services to use new svc_create_xprt serviceTom Tucker2008-02-011-1/+0Star
* svc: Add a generic transport svc_create_xprt functionTom Tucker2008-02-011-0/+4
* svc: Add xpo_accept transport functionTom Tucker2008-02-012-0/+2