summaryrefslogtreecommitdiff
path: root/net/sunrpc/xprtrdma
AgeCommit message (Expand)Author
2019-05-28xprtrdma: Use struct_size() in kzalloc()Gustavo A. R. Silva
2019-04-25xprtrdma: Remove stale commentChuck Lever
2019-04-25xprtrdma: Update comments that reference ib_drain_qpChuck Lever
2019-04-25xprtrdma: Remove pr_err() call sites from completion handlersChuck Lever
2019-04-25xprtrdma: Eliminate struct rpcrdma_create_data_internalChuck Lever
2019-04-25xprtrdma: Aggregate the inline settings in struct rpcrdma_epChuck Lever
2019-04-25xprtrdma: Remove rpcrdma_create_data_internal::rsize and wsizeChuck Lever
2019-04-25xprtrdma: Eliminate rpcrdma_ia::ri_deviceChuck Lever
2019-04-25xprtrdma: More Send completion batchingChuck Lever
2019-04-25xprtrdma: Clean up sendctx functionsChuck Lever
2019-04-25xprtrdma: Trace marshaling failuresChuck Lever
2019-04-25xprtrdma: Increase maximum number of backchannel requestsChuck Lever
2019-04-25xprtrdma: Backchannel can use GFP_KERNEL allocationsChuck Lever
2019-04-25xprtrdma: Clean up regbuf helpersChuck Lever
2019-04-25xprtrdma: De-duplicate "allocate new, free old regbuf"Chuck Lever
2019-04-25xprtrdma: Allocate req's regbufs at xprt create timeChuck Lever
2019-04-25xprtrdma: rpcrdma_regbuf alignmentChuck Lever
2019-04-25xprtrdma: Clean up rpcrdma_create_rep() and rpcrdma_destroy_rep()Chuck Lever
2019-04-25xprtrdma: Clean up rpcrdma_create_req()Chuck Lever
2019-04-25xprtrdma: Fix an frwr_map recovery nitChuck Lever
2019-04-25SUNRPC: Avoid digging into the ATOMIC poolChuck Lever
2019-04-25SUNRPC: Refactor xprt_request_wait_receive()Trond Myklebust
2019-04-11xprtrdma: Fix helper that drains the transportChuck Lever
2019-03-12Merge tag 'nfsd-5.1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2019-02-25Merge tag 'nfs-rdma-for-5.1-1' of git://git.linux-nfs.org/projects/anna/linux...Trond Myklebust
2019-02-20SUNRPC: Ensure rq_bytes_sent is reset before request transmissionTrond Myklebust
2019-02-16Merge tag 'nfs-for-5.0-4' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2019-02-13SUNRPC: Remove rpc_xprt::tsh_sizeChuck Lever
2019-02-13SUNRPC: Add xdr_stream::rqst fieldChuck Lever
2019-02-13xprtrdma: Reduce the doorbell rate (Receive)Chuck Lever
2019-02-13xprtrdma: Check inline size before providing a Write chunkChuck Lever
2019-02-13xprtrdma: Fix sparse warningsChuck Lever
2019-02-12xprtrdma: Make sure Send CQ is allocated on an existing compvecNicolas Morey-Chaisemartin
2019-02-06svcrdma: Remove syslog warnings in work completion handlersChuck Lever
2019-02-06svcrdma: Squelch compiler warning when SUNRPC_DEBUG is disabledChuck Lever
2019-02-06svcrdma: Use struct_size() in kmalloc()Gustavo A. R. Silva
2019-02-06svcrpc: fix unlikely races preventing queueing of socketsJ. Bruce Fields
2019-02-06svcrdma: Remove max_sge check at connect timeChuck Lever
2019-01-08xprtrdma: Double free in rpcrdma_sendctxs_create()Dan Carpenter
2019-01-08xprtrdma: Fix error code in rpcrdma_buffer_create()Dan Carpenter
2019-01-02Merge tag 'nfs-for-4.21-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2019-01-02Merge tag 'nfsd-4.21' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2019-01-02xprtrdma: Prevent leak of rpcrdma_rep objectsChuck Lever
2019-01-02xprtrdma: Don't leak freed MRsChuck Lever
2019-01-02xprtrdma: Add documenting comment for rpcrdma_buffer_destroyChuck Lever
2019-01-02xprtrdma: Replace outdated comment for rpcrdma_ep_postChuck Lever
2019-01-02xprtrdma: Update comments in frwr_op_sendChuck Lever
2019-01-02xprtrdma: Trace mapping, alloc, and dereg failuresChuck Lever
2019-01-02xprtrdma: Add trace points for calls to transport switch methodsChuck Lever
2019-01-02xprtrdma: Relocate the xprtrdma_mr_map trace pointsChuck Lever