summaryrefslogtreecommitdiffstats
path: root/net/sunrpc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfs-for-3.19-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2014-12-1134-147/+536
|\
| * sunrpc: add a debugfs rpc_xprt directory with an info file in itJeff Layton2014-11-272-7/+116
| * sunrpc: add debugfs file for displaying client rpc_task queueJeff Layton2014-11-275-1/+210
| * Merge tag 'nfs-rdma-for-3.19' of git://git.linux-nfs.org/projects/anna/nfs-rd...Trond Myklebust2014-11-263-17/+107
| |\
| | * xprtrdma: Display async errorsChuck Lever2014-11-251-4/+32
| | * xprtrdma: Enable pad optimizationChuck Lever2014-11-251-1/+1
| | * xprtrdma: Re-write rpcrdma_flush_cqs()Chuck Lever2014-11-251-2/+9
| | * xprtrdma: Refactor tasklet schedulingChuck Lever2014-11-251-5/+12
| | * xprtrdma: unmap all FMRs during transport disconnectChuck Lever2014-11-252-2/+42
| | * xprtrdma: Cap req_cqinitChuck Lever2014-11-252-1/+9
| | * xprtrdma: Return an errno from rpcrdma_register_external()Chuck Lever2014-11-251-2/+2
| * | Merge tag 'nfs-cel-for-3.19' of git://git.linux-nfs.org/projects/anna/nfs-rdm...Trond Myklebust2014-11-261-5/+16
| |\ \
| | * | SUNRPC: serialize iostats updatesChuck Lever2014-11-251-5/+16
| | |/
| * | sunrpc: eliminate RPC_TRACEPOINTSJeff Layton2014-11-241-1/+1
| * | sunrpc: eliminate RPC_DEBUGJeff Layton2014-11-2428-44/+44
| * | sunrpc: add tracepoints in xs_tcp_data_recvJeff Layton2014-11-241-59/+2Star
| * | sunrpc: add new tracepoints in xprt handling codeJeff Layton2014-11-242-2/+15
| * | sunrpc: add some tracepoints in svc_rqst handling functionsJeff Layton2014-11-242-19/+33
| |/
* / SUNRPC: Fix locking around callback channel reply receiveTrond Myklebust2014-11-191-11/+16
|/
* sunrpc: fix sleeping under rcu_read_lock in gss_stringify_acceptorJeff Layton2014-11-131-5/+30
* Merge branch 'for-3.18' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2014-10-085-69/+48Star
|\
| * svcrdma: advertise the correct max payloadSteve Wise2014-09-292-1/+8
| * sunrpc: fix byte-swapping of displayed XIDChuck Lever2014-08-281-1/+1
| * SUNRPC: Fix compile on non-x86J. Bruce Fields2014-08-281-4/+0Star
| * SUNRPC: Optimise away svc_recv_availableTrond Myklebust2014-08-171-17/+6Star
| * SUNRPC: More optimisations of svc_xprt_enqueue()Trond Myklebust2014-08-171-14/+7Star
| * SUNRPC: Fix broken kthread_should_stop test in svc_get_next_xprtTrond Myklebust2014-08-171-21/+10Star
| * SUNRPC: get rid of the request wait queueTrond Myklebust2014-08-172-17/+17
| * SUNRPC: Do not grab pool->sp_lock unnecessarily in svc_get_next_xprtTrond Myklebust2014-08-171-5/+10
| * SUNRPC: Do not override wspace tests in svc_handle_xprtTrond Myklebust2014-08-171-1/+1
* | Merge branch 'bugfixes' into linux-nextTrond Myklebust2014-09-301-0/+3
|\ \
| * | SUNRPC: Add missing support for RPC_CLNT_CREATE_NO_RETRANS_TIMEOUTTrond Myklebust2014-09-261-0/+3
| |/
* | NFS/SUNRPC: Remove other deadlock-avoidance mechanisms in nfs_release_page()NeilBrown2014-09-253-14/+0Star
* | rpc: Add -EPERM processing for xs_udp_send_request()Jason Baron2014-09-252-0/+8
* | rpc: return sent and err from xs_sendpages()Jason Baron2014-09-251-39/+42
* | SUNRPC: Don't wake tasks during connection abortBenjamin Coddington2014-09-251-0/+4
* | rpc: xs_bind - do not bind when requesting a random ephemeral portChris Perl2014-09-101-2/+18
|/
* Merge tag 'nfs-for-3.17-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2014-08-1416-383/+809
|\
| * SUNRPC: remove all refcounting of groupinfo from rpcauth_lookupcredNeilBrown2014-08-041-7/+1Star
| * sunrpc/auth: allow lockless (rcu) lookup of credential cache.NeilBrown2014-08-033-2/+23
| * sunrpc: remove "ec" argument from encrypt_v2 operationJeff Layton2014-08-032-8/+3Star
| * sunrpc: clean up sparse endianness warnings in gss_krb5_wrap.cJeff Layton2014-08-031-7/+13
| * sunrpc: clean up sparse endianness warnings in gss_krb5_seal.cJeff Layton2014-08-031-11/+17
| * sunrpc: fix RCU handling of gc_ctx fieldJeff Layton2014-08-031-17/+35
| * Merge branch 'nfs-rdma' of git://git.linux-nfs.org/projects/anna/nfs-rdma int...Trond Myklebust2014-08-034-296/+604
| |\
| | * xprtrdma: Handle additional connection eventsChuck Lever2014-07-311-11/+14
| | * xprtrdma: Remove RPCRDMA_PERSISTENT_REGISTRATION macroChuck Lever2014-07-311-13/+0Star
| | * xprtrdma: Make rpcrdma_ep_disconnect() return voidChuck Lever2014-07-313-12/+6Star
| | * xprtrdma: Schedule reply tasklet once per upcallChuck Lever2014-07-311-16/+15Star
| | * xprtrdma: Allocate each struct rpcrdma_mw separatelyChuck Lever2014-07-311-99/+143