summaryrefslogtreecommitdiff
path: root/net/sunrpc
AgeCommit message (Expand)AuthorFilesLines
2014-08-28SUNRPC: Fix compile on non-x86J. Bruce Fields1-4/+0
2014-08-17SUNRPC: Optimise away svc_recv_availableTrond Myklebust1-17/+6
2014-08-17SUNRPC: More optimisations of svc_xprt_enqueue()Trond Myklebust1-14/+7
2014-08-17SUNRPC: Fix broken kthread_should_stop test in svc_get_next_xprtTrond Myklebust1-21/+10
2014-08-17SUNRPC: get rid of the request wait queueTrond Myklebust2-17/+17
2014-08-17SUNRPC: Do not grab pool->sp_lock unnecessarily in svc_get_next_xprtTrond Myklebust1-5/+10
2014-08-17SUNRPC: Do not override wspace tests in svc_handle_xprtTrond Myklebust1-1/+1
2014-08-14Merge tag 'nfs-for-3.17-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds16-383/+809
2014-08-10Merge branch 'for-3.17' of git://linux-nfs.org/~bfields/linuxLinus Torvalds9-72/+103
2014-08-06svcrdma: remove rdma_create_qp() failure recovery logicSteve Wise1-17/+2
2014-08-04SUNRPC: remove all refcounting of groupinfo from rpcauth_lookupcredNeilBrown1-7/+1
2014-08-04sunrpc/auth: allow lockless (rcu) lookup of credential cache.NeilBrown3-2/+23
2014-08-04sunrpc: remove "ec" argument from encrypt_v2 operationJeff Layton2-8/+3
2014-08-04sunrpc: clean up sparse endianness warnings in gss_krb5_wrap.cJeff Layton1-7/+13
2014-08-04sunrpc: clean up sparse endianness warnings in gss_krb5_seal.cJeff Layton1-11/+17
2014-08-04sunrpc: fix RCU handling of gc_ctx fieldJeff Layton1-17/+35
2014-08-04Merge branch 'nfs-rdma' of git://git.linux-nfs.org/projects/anna/nfs-rdma int...Trond Myklebust4-296/+604
2014-08-04SUNRPC: Enforce an upper limit on the number of cached credentialsTrond Myklebust1-9/+35
2014-08-01xprtrdma: Handle additional connection eventsChuck Lever1-11/+14
2014-08-01xprtrdma: Remove RPCRDMA_PERSISTENT_REGISTRATION macroChuck Lever1-13/+0
2014-08-01xprtrdma: Make rpcrdma_ep_disconnect() return voidChuck Lever3-12/+6
2014-08-01xprtrdma: Schedule reply tasklet once per upcallChuck Lever1-16/+15
2014-08-01xprtrdma: Allocate each struct rpcrdma_mw separatelyChuck Lever1-99/+143
2014-08-01xprtrdma: Rename frmr_wrChuck Lever1-13/+13
2014-08-01xprtrdma: Disable completions for LOCAL_INV Work RequestsChuck Lever1-9/+8
2014-08-01xprtrdma: Disable completions for FAST_REG_MR Work RequestsChuck Lever1-5/+4
2014-08-01xprtrdma: Don't post a LOCAL_INV in rpcrdma_register_frmr_external()Chuck Lever1-20/+2
2014-08-01xprtrdma: Reset FRMRs after a flushed LOCAL_INV Work RequestChuck Lever1-2/+92
2014-08-01xprtrdma: Reset FRMRs when FAST_REG_MR is flushed by a disconnectChuck Lever2-2/+66
2014-08-01xprtrdma: Properly handle exhaustion of the rb_mws listChuck Lever1-32/+71
2014-08-01xprtrdma: Chain together all MWs in same buffer poolChuck Lever2-1/+7
2014-08-01xprtrdma: Back off rkey when FAST_REG_MR failsChuck Lever1-0/+1
2014-08-01xprtrdma: Unclutter struct rpcrdma_mr_segChuck Lever2-28/+50
2014-08-01xprtrdma: Don't invalidate FRMRs if registration failsChuck Lever1-3/+5
2014-08-01xprtrdma: On disconnect, don't ignore pending CQEsChuck Lever1-5/+9
2014-08-01xprtrdma: Update rkeys after transport reconnectChuck Lever3-42/+54
2014-08-01xprtrdma: Limit data payload size for ALLPHYSICALChuck Lever3-1/+45
2014-08-01xprtrdma: Protect ia->ri_id when unmapping/invalidating MRsChuck Lever2-6/+18
2014-08-01xprtrdma: Fix panic in rpcrdma_register_frmr_external()Chuck Lever1-5/+7
2014-07-30SUNRPC: Allow svc_reserve() to notify TCP socket that space has been freedTrond Myklebust2-0/+11
2014-07-30SUNRPC: svc_tcp_write_space: don't clear SOCK_NOSPACE prematurelyTrond Myklebust1-18/+21
2014-07-30SUNRPC: Reduce contention in svc_xprt_enqueue()Trond Myklebust1-8/+17
2014-07-23svcrdma: Add zero padding if the client doesn't send itChuck Lever1-0/+28
2014-07-22xprtrdma: Fix DMA-API-DEBUG warning by checking dma_map resultYan Burman1-0/+3
2014-07-18SUNRPC: xdr_get_next_encode_buffer should be declared staticTrond Myklebust1-1/+2
2014-07-18svcrdma: Select NFSv4.1 backchannel transport based on forward channelChuck Lever3-1/+4
2014-07-16sched: Allow wait_on_bit_action() functions to support a timeoutNeilBrown1-2/+2
2014-07-13replace strict_strto callsDaniel Walter3-13/+9
2014-07-13rpc_pipe: Drop memory allocation castHimangi Saraogi1-1/+1
2014-07-13sunrpc: add a new "stringify_acceptor" rpc_credopJeff Layton2-20/+51