summaryrefslogtreecommitdiffstats
path: root/net/sunrpc
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
* | | | Merge branch 'linus' into cpus4096Ingo Molnar2008-07-161-12/+11
|\ \ \ \ | |/ / /
| * | | 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
* | | | Merge commit 'v2.6.26-rc9' into cpus4096Ingo Molnar2008-07-061-7/+5
|\ \ \ \ | |/ / /
| * | | svcrpc: fix handling of garbage argsJ. Bruce Fields2008-07-031-7/+5
| |/ /
* | | net: Pass reference to cpumask variable in net/sunrpc/svc.cMike Travis2008-05-231-1/+1
|/ /
* | 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
| | * | svcrdma: Fix race with dto_tasklet in svc_rdma_sendTom Tucker2008-05-191-18/+22
| | * | svcrdma: Simplify receive buffer postingTom Tucker2008-05-193-35/+11
| | * | svc: Remove unused header files from svc_xprt.cTom Tucker2008-05-191-21/+0
| | * | svc: Remove extra check for XPT_DEAD bit in svc_xprt_enqueueTom Tucker2008-05-191-2/+0
| | |/
| * | svcrpc: fix proc/net/rpc/auth.unix.ip/content displayJ. Bruce Fields2008-05-181-2/+2
| |/
* | SUNRPC: AUTH_SYS "machine creds" shouldn't use negative valued uid/gidTrond Myklebust2008-05-181-4/+4
|/
* Remove duplicated include in net/sunrpc/svc.cHuang Weiyi2008-05-081-1/+0
* sunrpc: assign PDE->data before gluing PDE into /proc treeDenis V. Lunev2008-05-022-16/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-04-281-1/+1
|\
| * sunrpc: fix missing kernel-docRandy Dunlap2008-04-271-1/+1
* | Merge git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2008-04-2411-315/+580
|\ \
| * \ Merge branch 'devel'Trond Myklebust2008-04-2411-315/+580
| |\ \
| | * | SUNRPC: Invalidate the RPCSEC_GSS session if the server dropped the requestTrond Myklebust2008-04-241-0/+5
| | * | SUNRPC: Don't change the RPCSEC_GSS context on a credential that is in useTrond Myklebust2008-04-191-27/+42
| | * | 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
OpenPOWER on IntegriCloud