aboutsummaryrefslogtreecommitdiff
path: root/net/sunrpc
AgeCommit message (Expand)Author
2008-07-15SUNRPC: Remove the BKL from the callback functionsTrond Myklebust
2008-07-15SUNRPC: Support registering IPv6 interfaces with local rpcbind daemonChuck Lever
2008-07-15SUNRPC: Refactor rpcb_register to make rpcbindv4 support easierChuck Lever
2008-07-15SUNRPC: None of rpcb_create's callers wants a privileged source portChuck Lever
2008-07-15SUNRPC: Introduce a specific rpcb_create for contacting localhostChuck Lever
2008-07-15SUNRPC: Use correct XDR encoding procedure for rpcbind SET/UNSETChuck Lever
2008-07-09SUNRPC: Ensure our task is notified when an rpcbind call is doneTrond Myklebust
2008-07-09SUNRPC: Use only rpcbind v2 for AF_INET requestsChuck Lever
2008-07-09SUNRPC: Use GETADDR for rpcbind version 4 queriesChuck Lever
2008-07-09SUNRPC: Use rpcbind version 2 GETPORTChuck Lever
2008-07-09SUNRPC: Document some naked integers in rpcbind clientChuck Lever
2008-07-09SUNRPC: More useful debugging output for rpcb clientChuck Lever
2008-07-09SUNRPC: Ensure all transports set rq_xtime consistentlyChuck Lever
2008-07-09rpc: minor cleanup of scheduler callback code\\\"J. Bruce Fields\\\
2008-07-09rpc: remove some unused macros\\\"J. Bruce Fields\\\
2008-07-09rpc: eliminate unused variable in auth_gss upcall code\\\"J. Bruce Fields\\\
2008-07-09rpc: bring back cl_chattyOlga Kornievskaia
2008-07-09SUNRPC: Remove obsolete messages during transport connectChuck Lever
2008-07-09SUNRPC: Display some debugging information as text rather than numbersChuck Lever
2008-07-09SUNRPC: Refactor rpc_show_tasksChuck Lever
2008-07-09SUNRPC: Don't display the rpc_show_tasks header if there are no tasksChuck Lever
2008-07-09SUNRPC: Rename "call_" functions that are no longer FSM statesChuck Lever
2008-07-09SUNRPC: Add a function to display the name of an RPC procedureChuck Lever
2008-07-09SUNRPC: Use GFP_NOFS when allocating credentialsTrond Myklebust
2008-07-09SUNRPC: An ENOMEM error from call_encode is always fatalTrond Myklebust
2008-07-09SUNRPC: Ensure we exit early in case of an encode errorTrond Myklebust
2008-07-08SUNRPC: Fix an rpcbind breakage for the case of IPv6 lookupsTrond Myklebust
2008-07-08SUNRPC: Fix a double-free in rpcbindTrond Myklebust
2008-07-03svcrpc: fix handling of garbage argsJ. Bruce Fields
2008-05-20Merge branch 'for-2.6.26' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2008-05-20Merge branch 'from-tomtucker' into for-2.6.26J. Bruce Fields
2008-05-19svcrdma: Verify read-list fits within RPCSVC_MAXPAGESTom Tucker
2008-05-19svcrdma: Change svc_rdma_send_error return type to voidTom Tucker
2008-05-19svcrdma: Copy transport address and arm CQ before calling rdma_acceptTom Tucker
2008-05-19svcrdma: Set rqstp transport address in rdma_read_complete functionTom Tucker
2008-05-19svcrdma: Use ib verbs version of dma_unmapTom Tucker
2008-05-19svcrdma: Cleanup queued, but unprocessed I/O in svc_rdma_freeTom Tucker
2008-05-19svcrdma: Move the QP and cm_id destruction to svc_rdma_freeTom Tucker
2008-05-19svcrdma: Add reference for each SQ/RQ WRTom Tucker
2008-05-19svcrdma: Move destroy to kernel threadTom Tucker
2008-05-19svcrdma: Shrink scope of spinlock on RQ CQTom Tucker
2008-05-19svcrdma: Use standard Linux lists for context cacheTom Tucker
2008-05-19svcrdma: Simplify RDMA_READ deferral buffer managementTom Tucker
2008-05-19svcrdma: Remove unused READ_DONE context flags bitTom Tucker
2008-05-19svcrdma: Return error from rdma_read_xdr so caller knows to free contextTom Tucker
2008-05-19svcrdma: Fix error handling during listening endpoint creationTom Tucker
2008-05-19svcrdma: Free context on post_recv error in send_replyTom Tucker
2008-05-19svcrdma: Free context on ib_post_recv errorTom Tucker
2008-05-19svcrdma: Add put of connection ESTABLISHED reference in rdma_cma_handlerTom Tucker
2008-05-19svcrdma: Fix return value in svc_rdma_sendTom Tucker