summaryrefslogtreecommitdiffstats
path: root/net/sunrpc
Commit message (Expand)AuthorAgeFilesLines
* SUNRPC: Fix a race in gss_refresh_upcall()Trond Myklebust2008-04-191-3/+8
* SUNRPC: Don't disconnect more than once if retransmitting NFSv4 requestsTrond Myklebust2008-04-193-2/+35
* SUNRPC: Remove the unused export of xprt_force_disconnectTrond Myklebust2008-04-191-1/+0
* SUNRPC: remove XS_SENDMSG_RETRYTrond Myklebust2008-04-191-9/+3
* SUNRPC: Protect creds against early garbage collectionTrond Myklebust2008-04-191-0/+8
* NFSv4: Reintroduce machine credsTrond Myklebust2008-04-192-3/+35
* NFSv4: Don't use cred->cr_ops->cr_name in nfs4_proc_setclientid()Trond Myklebust2008-04-194-8/+0
* SUNRPC: Fix read ordering problems with req->rq_private_buf.lenTrond Myklebust2008-04-192-14/+15
* SUNRPC: Don't attempt to destroy expired RPCSEC_GSS credentials..Trond Myklebust2008-04-191-2/+2
* SUNRPC: Fix up xprt_write_space()Trond Myklebust2008-04-192-22/+43
* SUNRPC: Fix a bug in call_decode()Trond Myklebust2008-04-191-3/+6
* Merge branch 'hotfixes' into develTrond Myklebust2008-03-192-39/+59
|\
| * SVCRDMA: Fix erroneous BUG_ON in send_writeTom Tucker2008-03-121-1/+1
| * SVCRDMA: Add xprt refs to fix close/unmount crashTom Tucker2008-03-121-38/+58
* | SUNRPC: Add a helper rpcauth_lookup_generic_cred()Trond Myklebust2008-03-141-1/+0
* | SUNRPC: Add an rpc_credop callback for binding a credential to an rpc_taskTrond Myklebust2008-03-145-2/+22
* | SUNRPC: Add a generic RPC credentialTrond Myklebust2008-03-143-1/+144
* | SUNRPC: Clean up rpcauth_bindcred()Trond Myklebust2008-03-142-17/+22
* | SUNRPC: Fix RPCAUTH_LOOKUP_ROOTCREDSTrond Myklebust2008-03-143-48/+47
* | SUNRPC: Fix a bug in rpcauth_lookup_credcache()Trond Myklebust2008-03-141-1/+4
* | Merge commit 'origin' into develTrond Myklebust2008-03-083-11/+12
|\|
| * Merge branch 'hotfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2008-03-071-1/+5
| |\
| | * SUNRPC: Fix a nfs4 over rdma transport oopsTom Talpey2008-03-071-1/+5
| * | [SUNRPC]: Use proc_create() to setup ->proc_fops firstWang Chen2008-02-282-10/+7
| |/
* | Merge branch 'cleanups' into nextTrond Myklebust2008-02-281-2/+2
|\ \
| * | SUNRPC: Declare as const the rpc_message arguments to rpc_call_sync/asyncTrond Myklebust2008-02-141-2/+2
* | | SUNRPC: Remove now-redundant RCU-safe rpc_task free pathTrond Myklebust2008-02-281-25/+12
* | | SUNRPC: Ensure that we read all available tcp dataTrond Myklebust2008-02-281-2/+5
* | | SUNRPC: Eliminate the now-redundant rpc_start_wakeup()Trond Myklebust2008-02-281-6/+2
* | | SUNRPC: Switch tasks to using the rpc_waitqueue's timer functionTrond Myklebust2008-02-281-50/+10
* | | SUNRPC: Add a timer function to wait queues.Trond Myklebust2008-02-281-4/+42
* | | SUNRPC: Add a (empty for the moment) destructor for rpc_wait_queuesTrond Myklebust2008-02-283-7/+20
* | | SUNRPC: Run rpc timeout functions as callbacks instead of in softirqsTrond Myklebust2008-02-254-51/+33
* | | SUNRPC: Convert users of rpc_wake_up_task to use rpc_wake_up_queued_taskTrond Myklebust2008-02-253-8/+7
* | | SUNRPC: Add a new helper rpc_wake_up_queued_task()Trond Myklebust2008-02-252-35/+31
* | | SUNRPC: Clean up rpc_run_timer()Trond Myklebust2008-02-252-34/+35
* | | SUNRPC: Allow the rpc_release() callback to be run on another workqueueTrond Myklebust2008-02-251-8/+21
| |/ |/|
* | Wrap buffers used for rpc debug printks into RPC_IFDEBUGPavel Emelyanov2008-02-211-3/+3
* | Introduce path_put()Jan Blunck2008-02-141-1/+1
* | Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck2008-02-141-2/+3
|/
* docbook: sunrpc filenames and notation fixesRandy Dunlap2008-02-133-7/+8
* SUNPRC: Fix printk format warningRoland Dreier2008-02-101-1/+2
* SUNRPC: RPC program information is stored in unsigned integersChuck Lever2008-02-012-4/+5
* SUNRPC: Move exported symbol definitions after function declaration part 2Trond Myklebust2008-02-017-42/+33
* SUNRPC: spin svc_rqst initialization to its own functionJeff Layton2008-02-011-17/+42
* rdma: makefileTom Tucker2008-02-011-0/+5
* rdma: ONCRPC RDMA protocol marshallingTom Tucker2008-02-011-0/+412
* rdma: SVCRDMA sendtoTom Tucker2008-02-011-0/+520
* rdma: SVCRDMA recvfromTom Tucker2008-02-011-0/+586
* rdma: SVCRDMA Core Transport ServicesTom Tucker2008-02-011-0/+1080