aboutsummaryrefslogtreecommitdiff
path: root/net/sunrpc
AgeCommit message (Expand)Author
2008-03-14SUNRPC: Fix RPCAUTH_LOOKUP_ROOTCREDSTrond Myklebust
2008-03-14SUNRPC: Fix a bug in rpcauth_lookup_credcache()Trond Myklebust
2008-03-12SVCRDMA: Fix erroneous BUG_ON in send_writeTom Tucker
2008-03-12SVCRDMA: Add xprt refs to fix close/unmount crashTom Tucker
2008-03-08Merge commit 'origin' into develTrond Myklebust
2008-03-07Merge branch 'hotfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds
2008-03-07SUNRPC: Fix a nfs4 over rdma transport oopsTom Talpey
2008-03-05net: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-02-28Merge branch 'cleanups' into nextTrond Myklebust
2008-02-28SUNRPC: Remove now-redundant RCU-safe rpc_task free pathTrond Myklebust
2008-02-28SUNRPC: Ensure that we read all available tcp dataTrond Myklebust
2008-02-28SUNRPC: Eliminate the now-redundant rpc_start_wakeup()Trond Myklebust
2008-02-28SUNRPC: Switch tasks to using the rpc_waitqueue's timer functionTrond Myklebust
2008-02-28SUNRPC: Add a timer function to wait queues.Trond Myklebust
2008-02-28SUNRPC: Add a (empty for the moment) destructor for rpc_wait_queuesTrond Myklebust
2008-02-28[SUNRPC]: Use proc_create() to setup ->proc_fops firstWang Chen
2008-02-25SUNRPC: Run rpc timeout functions as callbacks instead of in softirqsTrond Myklebust
2008-02-25SUNRPC: Convert users of rpc_wake_up_task to use rpc_wake_up_queued_taskTrond Myklebust
2008-02-25SUNRPC: Add a new helper rpc_wake_up_queued_task()Trond Myklebust
2008-02-25SUNRPC: Clean up rpc_run_timer()Trond Myklebust
2008-02-25SUNRPC: Allow the rpc_release() callback to be run on another workqueueTrond Myklebust
2008-02-21Wrap buffers used for rpc debug printks into RPC_IFDEBUGPavel Emelyanov
2008-02-14Introduce path_put()Jan Blunck
2008-02-14Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck
2008-02-14SUNRPC: Declare as const the rpc_message arguments to rpc_call_sync/asyncTrond Myklebust
2008-02-13docbook: sunrpc filenames and notation fixesRandy Dunlap
2008-02-10SUNPRC: Fix printk format warningRoland Dreier
2008-02-01SUNRPC: RPC program information is stored in unsigned integersChuck Lever
2008-02-01SUNRPC: Move exported symbol definitions after function declaration part 2Trond Myklebust
2008-02-01SUNRPC: spin svc_rqst initialization to its own functionJeff Layton
2008-02-01rdma: makefileTom Tucker
2008-02-01rdma: ONCRPC RDMA protocol marshallingTom Tucker
2008-02-01rdma: SVCRDMA sendtoTom Tucker
2008-02-01rdma: SVCRDMA recvfromTom Tucker
2008-02-01rdma: SVCRDMA Core Transport ServicesTom Tucker
2008-02-01rdma: SVCRDMA Transport ModuleTom Tucker
2008-02-01svc: Add svc_xprt_names service to replace svc_sock_namesTom Tucker
2008-02-01knfsd: Support adding transports by writing portlist fileTom Tucker
2008-02-01svc: Add svc API that queries for a transport instanceTom Tucker
2008-02-01svc: Add /proc/sys/sunrpc/transport filesTom Tucker
2008-02-01svc: Add transport hdr size for defer/revisitTom Tucker
2008-02-01svc: Move the xprt independent code to the svc_xprt.c fileTom Tucker
2008-02-01svc: Make svc_check_conn_limits xprt independentTom Tucker
2008-02-01svc: Removing remaining references to rq_sock in rqstpTom Tucker
2008-02-01svc: Move create logic to common codeTom Tucker
2008-02-01svc: Make svc_age_temp_sockets svc_age_temp_transportsTom Tucker
2008-02-01svc: Make svc_recv transport neutralTom Tucker
2008-02-01svc: Make svc_sock_release svc_xprt_releaseTom Tucker
2008-02-01svc: Move the sockaddr information to svc_xprtTom Tucker
2008-02-01svc: Make deferral processing xprt independentTom Tucker