summaryrefslogtreecommitdiffstats
path: root/net/sunrpc
Commit message (Expand)AuthorAgeFilesLines
...
| * | xprtrdma: Send Queue size grows after a reconnectChuck Lever2019-08-261-12/+14
| * | xprtrdma: Clear xprt->reestablish_timeout on closeChuck Lever2019-08-263-4/+9
| * | xprtrdma: Recycle MRs after disconnectChuck Lever2019-08-263-9/+29
| * | xprtrdma: Optimize rpcrdma_post_recvs()Chuck Lever2019-08-211-1/+1
| * | xprtrdma: Inline XDR chunk encoder functionsChuck Lever2019-08-211-9/+12
| * | xprtrdma: Fix bc_max_slots return valueChuck Lever2019-08-211-3/+1
| * | xprtrdma: Clean up xprt_rdma_set_connect_timeout()Chuck Lever2019-08-211-4/+4
| * | xprtrdma: Use an llist to manage free rpcrdma_repsChuck Lever2019-08-212-59/+53
| * | xprtrdma: Remove rpcrdma_buffer::rb_mrlockChuck Lever2019-08-213-18/+16
| * | xprtrdma: Cache free MRs in each rpcrdma_reqChuck Lever2019-08-214-12/+33
| * | xprtrdma: Ensure creating an MR does not trigger FS writebackChuck Lever2019-08-202-4/+5
| * | xprtrdma: Move rpcrdma_mr_get out of frwr_mapChuck Lever2019-08-204-43/+35
| * | xprtrdma: Combine rpcrdma_mr_put and rpcrdma_mr_unmap_and_putChuck Lever2019-08-203-28/+11
| * | xprtrdma: Simplify rpcrdma_mr_popChuck Lever2019-08-204-21/+11
| * | xprtrdma: Toggle XPRT_CONGESTED in xprtrdma's slot methodsChuck Lever2019-08-201-1/+3
| * | xprtrdma: Rename rpcrdma_buffer::rb_allChuck Lever2019-08-202-19/+9
| * | xprtrdma: Rename CQE field in Receive trace pointsChuck Lever2019-08-201-1/+1
| * | xprtrdma: Boost maximum transport header sizeChuck Lever2019-08-202-14/+18
| * | xprtrdma: Fix calculation of ri_max_segs againChuck Lever2019-08-201-2/+2
| * | xprtrdma: Update obsolete commentChuck Lever2019-08-201-3/+0
| * | xprtrdma: Refresh the documenting comment in frwr_ops.cChuck Lever2019-08-201-48/+18
| * | SUNRPC: Inline xdr_commit_encodeChuck Lever2019-08-201-1/+1
| * | SUNRPC: Remove rpc_wake_up_queued_task_on_wq()Chuck Lever2019-08-201-23/+4
| |/
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-09-212-11/+10
|\ \
| * \ Merge tag 'v5.3-rc8' into rdma.git for-nextJason Gunthorpe2019-09-132-22/+32
| |\ \
| * | | rdma: Enable ib_alloc_cq to spread work over a device's comp_vectorsChuck Lever2019-08-052-11/+10
| | |/ | |/|
* | | Merge branch 'work.mount-base' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-09-181-2/+1
|\ \ \
| * | | new helper: get_tree_keyed()Al Viro2019-09-051-2/+1
| |/ /
* | | sunrpc: Use kzfree rather than its implementation.zhong jiang2019-09-051-6/+3
| |/ |/|
* | SUNRPC: Handle connection breakages correctly in call_status()Trond Myklebust2019-08-261-1/+1
* | Revert "NFSv4/flexfiles: Abort I/O early if the layout segment was invalidated"Trond Myklebust2019-08-261-7/+0
* | SUNRPC: Handle EADDRINUSE and ENOBUFS correctlyTrond Myklebust2019-08-261-3/+7
* | SUNRPC: Don't handle errors if the bind/connect succeededTrond Myklebust2019-08-261-11/+24
|/
* Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-07-191-8/+26
|\
| * vfs: Convert rpc_pipefs to use the new mount APIDavid Howells2019-05-251-8/+26
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-07-191-2/+1
|\ \
| * | proc/sysctl: add shared variables for range checkMatteo Croce2019-07-181-2/+1
* | | Merge tag 'nfs-for-5.3-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2019-07-1818-508/+845
|\ \ \ | |/ / |/| |
| * | SUNRPC: Optimise transport balancing codeTrond Myklebust2019-07-181-29/+38
| * | SUNRPC: Ensure the bvecs are reset when we re-encode the RPC requestTrond Myklebust2019-07-183-2/+4
| * | SUNRPC: Fix up backchannel slot table accountingTrond Myklebust2019-07-187-19/+46
| * | SUNRPC: Fix initialisation of struct rpc_xprt_switchTrond Myklebust2019-07-181-1/+3
| * | SUNRPC: Skip zero-refcount transportsTrond Myklebust2019-07-161-1/+19
| * | SUNRPC: Replace division by multiplication in calculation of queue lengthTrond Myklebust2019-07-161-3/+2
| * | SUNRPC: Fix transport accounting when caller specifies an rpc_xprtTrond Myklebust2019-07-122-23/+22
| * | Merge tag 'nfs-rdma-for-5.3-1' of git://git.linux-nfs.org/projects/anna/linux...Trond Myklebust2019-07-128-332/+441
| |\ \
| | * | xprtrdma: Modernize ops->connectChuck Lever2019-07-095-36/+87
| | * | xprtrdma: Remove rpcrdma_req::rl_bufferChuck Lever2019-07-093-7/+8
| | * | xprtrdma: Refactor chunk encodingChuck Lever2019-07-091-20/+16
| | * | xprtrdma: Streamline rpcrdma_post_recvsChuck Lever2019-07-091-21/+38
OpenPOWER on IntegriCloud