summaryrefslogtreecommitdiffstats
path: root/net/sunrpc
AgeCommit message (Expand)AuthorLines
2014-08-13Merge tag 'nfs-for-3.17-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds-383/+809
2014-08-09Merge branch 'for-3.17' of git://linux-nfs.org/~bfields/linuxLinus Torvalds-72/+103
2014-08-05svcrdma: remove rdma_create_qp() failure recovery logicSteve Wise-17/+2
2014-08-04SUNRPC: remove all refcounting of groupinfo from rpcauth_lookupcredNeilBrown-7/+1
2014-08-03sunrpc/auth: allow lockless (rcu) lookup of credential cache.NeilBrown-2/+23
2014-08-03sunrpc: remove "ec" argument from encrypt_v2 operationJeff Layton-8/+3
2014-08-03sunrpc: clean up sparse endianness warnings in gss_krb5_wrap.cJeff Layton-7/+13
2014-08-03sunrpc: clean up sparse endianness warnings in gss_krb5_seal.cJeff Layton-11/+17
2014-08-03sunrpc: fix RCU handling of gc_ctx fieldJeff Layton-17/+35
2014-08-03Merge branch 'nfs-rdma' of git://git.linux-nfs.org/projects/anna/nfs-rdma int...Trond Myklebust-296/+604
2014-08-03SUNRPC: Enforce an upper limit on the number of cached credentialsTrond Myklebust-9/+35
2014-07-31xprtrdma: Handle additional connection eventsChuck Lever-11/+14
2014-07-31xprtrdma: Remove RPCRDMA_PERSISTENT_REGISTRATION macroChuck Lever-13/+0
2014-07-31xprtrdma: Make rpcrdma_ep_disconnect() return voidChuck Lever-12/+6
2014-07-31xprtrdma: Schedule reply tasklet once per upcallChuck Lever-16/+15
2014-07-31xprtrdma: Allocate each struct rpcrdma_mw separatelyChuck Lever-99/+143
2014-07-31xprtrdma: Rename frmr_wrChuck Lever-13/+13
2014-07-31xprtrdma: Disable completions for LOCAL_INV Work RequestsChuck Lever-9/+8
2014-07-31xprtrdma: Disable completions for FAST_REG_MR Work RequestsChuck Lever-5/+4
2014-07-31xprtrdma: Don't post a LOCAL_INV in rpcrdma_register_frmr_external()Chuck Lever-20/+2
2014-07-31xprtrdma: Reset FRMRs after a flushed LOCAL_INV Work RequestChuck Lever-2/+92
2014-07-31xprtrdma: Reset FRMRs when FAST_REG_MR is flushed by a disconnectChuck Lever-2/+66
2014-07-31xprtrdma: Properly handle exhaustion of the rb_mws listChuck Lever-32/+71
2014-07-31xprtrdma: Chain together all MWs in same buffer poolChuck Lever-1/+7
2014-07-31xprtrdma: Back off rkey when FAST_REG_MR failsChuck Lever-0/+1
2014-07-31xprtrdma: Unclutter struct rpcrdma_mr_segChuck Lever-28/+50
2014-07-31xprtrdma: Don't invalidate FRMRs if registration failsChuck Lever-3/+5
2014-07-31xprtrdma: On disconnect, don't ignore pending CQEsChuck Lever-5/+9
2014-07-31xprtrdma: Update rkeys after transport reconnectChuck Lever-42/+54
2014-07-31xprtrdma: Limit data payload size for ALLPHYSICALChuck Lever-1/+45
2014-07-31xprtrdma: Protect ia->ri_id when unmapping/invalidating MRsChuck Lever-6/+18
2014-07-31xprtrdma: Fix panic in rpcrdma_register_frmr_external()Chuck Lever-5/+7
2014-07-29SUNRPC: Allow svc_reserve() to notify TCP socket that space has been freedTrond Myklebust-0/+11
2014-07-29SUNRPC: svc_tcp_write_space: don't clear SOCK_NOSPACE prematurelyTrond Myklebust-18/+21
2014-07-29SUNRPC: Reduce contention in svc_xprt_enqueue()Trond Myklebust-8/+17
2014-07-22svcrdma: Add zero padding if the client doesn't send itChuck Lever-0/+28
2014-07-22xprtrdma: Fix DMA-API-DEBUG warning by checking dma_map resultYan Burman-0/+3
2014-07-18SUNRPC: xdr_get_next_encode_buffer should be declared staticTrond Myklebust-1/+2
2014-07-18svcrdma: Select NFSv4.1 backchannel transport based on forward channelChuck Lever-1/+4
2014-07-16sched: Allow wait_on_bit_action() functions to support a timeoutNeilBrown-2/+2
2014-07-12replace strict_strto callsDaniel Walter-13/+9
2014-07-12rpc_pipe: Drop memory allocation castHimangi Saraogi-1/+1
2014-07-12sunrpc: add a new "stringify_acceptor" rpc_credopJeff Layton-20/+51
2014-07-12auth_gss: fetch the acceptor name out of the downcallJeff Layton-3/+17
2014-07-11svcrdma: send_write() must not overflow the device's max sgeSteve Wise-24/+15
2014-07-03SUNRPC: Handle EPIPE in xprt_connect_statusTrond Myklebust-0/+2
2014-06-30SUNRPC: Ensure that we handle ENOBUFS errors correctly.Trond Myklebust-0/+9
2014-06-24NFSv4: test SECINFO RPC_AUTH_GSS pseudoflavors for supportAndy Adamson-0/+1
2014-06-23SUNRPC/NFSD: Change to type of bool for rq_usedeferral and rq_splice_okKinglong Mee-3/+3
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-4/+2