summaryrefslogtreecommitdiff
path: root/net/sunrpc
AgeCommit message (Expand)AuthorFilesLines
2015-08-17Merge branch 'bugfixes'Trond Myklebust1-4/+5
2015-08-17Merge tag 'nfs-rdma-for-4.3' of git://git.linux-nfs.org/projects/anna/nfs-rdmaTrond Myklebust7-308/+276
2015-08-17SUNRPC: Fix a thinko in xs_connect()Trond Myklebust1-4/+5
2015-08-12sunrpc: increase UNX_MAXNODENAME from 32 to __NEW_UTS_LEN bytesJeff Layton1-1/+1
2015-08-05xprtrdma: take HCA driver refcount at clientDevesh Sharma1-8/+29
2015-08-05xprtrdma: Count RDMA_NOMSG type callsChuck Lever3-2/+5
2015-08-05xprtrdma: Clean up xprt_rdma_print_stats()Chuck Lever1-25/+23
2015-08-05xprtrdma: Fix large NFS SYMLINK callsChuck Lever1-9/+16
2015-08-05xprtrdma: Fix XDR tail buffer marshallingChuck Lever1-2/+42
2015-08-05xprtrdma: Don't provide a reply chunk when expecting a short replyChuck Lever1-12/+1
2015-08-05xprtrdma: Always provide a write list when sending NFS READChuck Lever1-17/+4
2015-08-05xprtrdma: Account for RPC/RDMA header size when deciding to inlineChuck Lever1-2/+27
2015-08-05xprtrdma: Remove logic that constructs RDMA_MSGP type callsChuck Lever3-107/+51
2015-08-05xprtrdma: Clean up rpcrdma_ia_open()Chuck Lever5-45/+67
2015-08-05xprtrdma: Remove last ib_reg_phys_mr() call siteChuck Lever2-82/+21
2015-08-05xprtrdma: Don't fall back to PHYSICAL memory registrationChuck Lever1-1/+1
2015-08-05xprtrdma: Raise maximum payload size to one megabyteChuck Lever1-2/+1
2015-08-05xprtrdma: Make xprt_setup_rdma() agnostic to family of server addressChuck Lever1-17/+11
2015-07-28Merge tag 'nfs-for-4.2-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds3-13/+23
2015-07-28SUNRPC: Report TCP errors to the callerTrond Myklebust1-7/+6
2015-07-27sunrpc: translate -EAGAIN to -ENOBUFS when socket is writable.NeilBrown1-0/+9
2015-07-23SUNRPC: xprt_complete_bc_request must also decrement the free slot countTrond Myklebust1-1/+1
2015-07-22SUNRPC: Fix a backchannel deadlockTrond Myklebust1-2/+2
2015-07-03SUNRPC: Don't confuse ENOBUFS with a write_space issueTrond Myklebust1-1/+2
2015-07-03SUNRPC: Don't reencode message if transmission failed with ENOBUFSTrond Myklebust1-2/+3
2015-07-02Merge tag 'nfs-for-4.2-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds15-532/+751
2015-07-01Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-4/+4
2015-06-27Merge branch 'for-4.2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds13-198/+129
2015-06-22sunrpc: use sg_init_one() in krb5_rc4_setup_enc/seq_key()Fabian Frederick1-6/+2
2015-06-20SUNRPC: Set the TCP user timeout option on client socketsTrond Myklebust1-0/+7
2015-06-20SUNRPC: Ensure we release the TCP socket once it has been closedTrond Myklebust2-19/+23
2015-06-19SUNRPC: Handle connection issues correctly on the back channelTrond Myklebust1-1/+7
2015-06-18sunrpc: use sg_init_one() in krb5_rc4_setup_enc/seq_key()Fabian Frederick1-6/+2
2015-06-16Merge tag 'nfs-rdma-for-4.2' of git://git.linux-nfs.org/projects/anna/nfs-rdmaTrond Myklebust7-338/+343
2015-06-16SUNRPC: never enqueue a ->rq_cong request on ->sendingNeil Brown1-0/+3
2015-06-12IB/core: Change ib_create_cq to use struct ib_cq_init_attrMatan Barak2-8/+10
2015-06-12xprtrdma: Reduce per-transport MR allocationChuck Lever2-4/+8
2015-06-12xprtrdma: Stack relief in fmr_op_map()Chuck Lever2-11/+28
2015-06-12xprtrdma: Split rb_lockChuck Lever4-13/+15
2015-06-12xprtrdma: Remove rpcrdma_ia::ri_memreg_strategyChuck Lever2-4/+0
2015-06-12xprtrdma: Remove ->ro_resetChuck Lever5-71/+0
2015-06-12xprtrdma: Remove unused LOCAL_INV recovery logicChuck Lever1-109/+0
2015-06-12xprtrdma: Acquire MRs in rpcrdma_register_external()Chuck Lever3-35/+89
2015-06-12xprtrdma: Introduce an FRMR recovery workqueueChuck Lever3-3/+84
2015-06-12xprtrdma: Acquire FMRs in rpcrdma_fmr_register_external()Chuck Lever2-30/+48
2015-06-12xprtrdma: Introduce helpers for allocating MWsChuck Lever2-0/+33
2015-06-12xprtrdma: Use ib_device pointer safelyChuck Lever5-48/+43
2015-06-12xprtrdma: Remove rr_funcChuck Lever4-14/+1
2015-06-12xprtrdma: Replace rpcrdma_rep::rr_buffer with rr_rxprtChuck Lever4-12/+10
2015-06-12xprtrdma: Warn when there are orphaned IB objectsChuck Lever1-5/+5