summaryrefslogtreecommitdiffstats
path: root/net/sunrpc
AgeCommit message (Expand)AuthorFilesLines
2008-03-14SUNRPC: Add a helper rpcauth_lookup_generic_cred()Trond Myklebust1-1/+0
2008-03-14SUNRPC: Add an rpc_credop callback for binding a credential to an rpc_taskTrond Myklebust5-2/+22
2008-03-14SUNRPC: Add a generic RPC credentialTrond Myklebust3-1/+144
2008-03-14SUNRPC: Clean up rpcauth_bindcred()Trond Myklebust2-17/+22
2008-03-14SUNRPC: Fix RPCAUTH_LOOKUP_ROOTCREDSTrond Myklebust3-48/+47
2008-03-14SUNRPC: Fix a bug in rpcauth_lookup_credcache()Trond Myklebust1-1/+4
2008-03-12SVCRDMA: Fix erroneous BUG_ON in send_writeTom Tucker1-1/+1
2008-03-12SVCRDMA: Add xprt refs to fix close/unmount crashTom Tucker1-38/+58
2008-03-08Merge commit 'origin' into develTrond Myklebust3-11/+12
2008-03-07Merge branch 'hotfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds1-1/+5
2008-03-07SUNRPC: Fix a nfs4 over rdma transport oopsTom Talpey1-1/+5
2008-03-05net: replace remaining __FUNCTION__ occurrencesHarvey Harrison5-40/+40
2008-02-28Merge branch 'cleanups' into nextTrond Myklebust1-2/+2
2008-02-28SUNRPC: Remove now-redundant RCU-safe rpc_task free pathTrond Myklebust1-25/+12
2008-02-28SUNRPC: Ensure that we read all available tcp dataTrond Myklebust1-2/+5
2008-02-28SUNRPC: Eliminate the now-redundant rpc_start_wakeup()Trond Myklebust1-6/+2
2008-02-28SUNRPC: Switch tasks to using the rpc_waitqueue's timer functionTrond Myklebust1-50/+10
2008-02-28SUNRPC: Add a timer function to wait queues.Trond Myklebust1-4/+42
2008-02-28SUNRPC: Add a (empty for the moment) destructor for rpc_wait_queuesTrond Myklebust3-7/+20
2008-02-28[SUNRPC]: Use proc_create() to setup ->proc_fops firstWang Chen2-10/+7
2008-02-25SUNRPC: Run rpc timeout functions as callbacks instead of in softirqsTrond Myklebust4-51/+33
2008-02-25SUNRPC: Convert users of rpc_wake_up_task to use rpc_wake_up_queued_taskTrond Myklebust3-8/+7
2008-02-25SUNRPC: Add a new helper rpc_wake_up_queued_task()Trond Myklebust2-35/+31
2008-02-25SUNRPC: Clean up rpc_run_timer()Trond Myklebust2-34/+35
2008-02-25SUNRPC: Allow the rpc_release() callback to be run on another workqueueTrond Myklebust1-8/+21
2008-02-21Wrap buffers used for rpc debug printks into RPC_IFDEBUGPavel Emelyanov1-3/+3
2008-02-14Introduce path_put()Jan Blunck1-1/+1
2008-02-14Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck1-2/+3
2008-02-14SUNRPC: Declare as const the rpc_message arguments to rpc_call_sync/asyncTrond Myklebust1-2/+2
2008-02-13docbook: sunrpc filenames and notation fixesRandy Dunlap3-7/+8
2008-02-10SUNPRC: Fix printk format warningRoland Dreier1-1/+2
2008-02-01SUNRPC: RPC program information is stored in unsigned integersChuck Lever2-4/+5
2008-02-01SUNRPC: Move exported symbol definitions after function declaration part 2Trond Myklebust7-42/+33
2008-02-01SUNRPC: spin svc_rqst initialization to its own functionJeff Layton1-17/+42
2008-02-01rdma: makefileTom Tucker1-0/+5
2008-02-01rdma: ONCRPC RDMA protocol marshallingTom Tucker1-0/+412
2008-02-01rdma: SVCRDMA sendtoTom Tucker1-0/+520
2008-02-01rdma: SVCRDMA recvfromTom Tucker1-0/+586
2008-02-01rdma: SVCRDMA Core Transport ServicesTom Tucker1-0/+1080
2008-02-01rdma: SVCRDMA Transport ModuleTom Tucker1-0/+266
2008-02-01svc: Add svc_xprt_names service to replace svc_sock_namesTom Tucker1-0/+35
2008-02-01knfsd: Support adding transports by writing portlist fileTom Tucker1-0/+2
2008-02-01svc: Add svc API that queries for a transport instanceTom Tucker1-0/+35
2008-02-01svc: Add /proc/sys/sunrpc/transport filesTom Tucker2-0/+59
2008-02-01svc: Add transport hdr size for defer/revisitTom Tucker2-9/+29
2008-02-01svc: Move the xprt independent code to the svc_xprt.c fileTom Tucker2-810/+777
2008-02-01svc: Make svc_check_conn_limits xprt independentTom Tucker1-12/+12
2008-02-01svc: Removing remaining references to rq_sock in rqstpTom Tucker1-14/+24
2008-02-01svc: Move create logic to common codeTom Tucker2-39/+43
2008-02-01svc: Make svc_age_temp_sockets svc_age_temp_transportsTom Tucker1-18/+19