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