aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-05sunrpc: Use kzfree rather than its implementation.zhong jiang1-6/+3
2019-08-26xprtrdma: Send Queue size grows after a reconnectChuck Lever1-12/+14
2019-08-26xprtrdma: Clear xprt->reestablish_timeout on closeChuck Lever3-4/+9
2019-08-26SUNRPC: Handle connection breakages correctly in call_status()Trond Myklebust1-1/+1
2019-08-26Revert "NFSv4/flexfiles: Abort I/O early if the layout segment was invalidated"Trond Myklebust1-7/+0
2019-08-26SUNRPC: Handle EADDRINUSE and ENOBUFS correctlyTrond Myklebust1-3/+7
2019-08-26SUNRPC: Don't handle errors if the bind/connect succeededTrond Myklebust1-11/+24
2019-08-26xprtrdma: Recycle MRs after disconnectChuck Lever3-9/+29
2019-08-21xprtrdma: Optimize rpcrdma_post_recvs()Chuck Lever1-1/+1
2019-08-21xprtrdma: Inline XDR chunk encoder functionsChuck Lever1-9/+12
2019-08-21xprtrdma: Fix bc_max_slots return valueChuck Lever1-3/+1
2019-08-21xprtrdma: Clean up xprt_rdma_set_connect_timeout()Chuck Lever1-4/+4
2019-08-21xprtrdma: Use an llist to manage free rpcrdma_repsChuck Lever2-59/+53
2019-08-21xprtrdma: Remove rpcrdma_buffer::rb_mrlockChuck Lever3-18/+16
2019-08-21xprtrdma: Cache free MRs in each rpcrdma_reqChuck Lever4-12/+33
2019-08-20xprtrdma: Ensure creating an MR does not trigger FS writebackChuck Lever2-4/+5
2019-08-20xprtrdma: Move rpcrdma_mr_get out of frwr_mapChuck Lever4-43/+35
2019-08-20xprtrdma: Combine rpcrdma_mr_put and rpcrdma_mr_unmap_and_putChuck Lever3-28/+11
2019-08-20xprtrdma: Simplify rpcrdma_mr_popChuck Lever4-21/+11
2019-08-20xprtrdma: Toggle XPRT_CONGESTED in xprtrdma's slot methodsChuck Lever1-1/+3
2019-08-20xprtrdma: Rename rpcrdma_buffer::rb_allChuck Lever2-19/+9
2019-08-20xprtrdma: Rename CQE field in Receive trace pointsChuck Lever1-1/+1
2019-08-20xprtrdma: Boost maximum transport header sizeChuck Lever2-14/+18
2019-08-20xprtrdma: Fix calculation of ri_max_segs againChuck Lever1-2/+2
2019-08-20xprtrdma: Update obsolete commentChuck Lever1-3/+0
2019-08-20xprtrdma: Refresh the documenting comment in frwr_ops.cChuck Lever1-48/+18
2019-08-20SUNRPC: Inline xdr_commit_encodeChuck Lever1-1/+1
2019-08-20SUNRPC: Remove rpc_wake_up_queued_task_on_wq()Chuck Lever1-23/+4
2019-08-19sunrpc: add a new cache_detail operation for when a cache is flushedJeff Layton1-0/+3
2019-08-19svcrdma: Use llist for managing cache of recv_ctxtsChuck Lever2-16/+11
2019-08-19svcrdma: Remove svc_rdma_wqChuck Lever2-8/+2
2019-08-05rdma: Enable ib_alloc_cq to spread work over a device's comp_vectorsChuck Lever2-11/+10
2019-07-30SUNRPC: Track writers of the 'channel' file to improve cache_listeners_existDave Wysochanski1-4/+8
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-8/+26
2019-07-19Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+1
2019-07-18proc/sysctl: add shared variables for range checkMatteo Croce1-2/+1
2019-07-18Merge tag 'nfs-for-5.3-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds18-508/+845
2019-07-18SUNRPC: Optimise transport balancing codeTrond Myklebust1-29/+38
2019-07-18SUNRPC: Ensure the bvecs are reset when we re-encode the RPC requestTrond Myklebust3-2/+4
2019-07-18SUNRPC: Fix up backchannel slot table accountingTrond Myklebust7-19/+46
2019-07-18SUNRPC: Fix initialisation of struct rpc_xprt_switchTrond Myklebust1-1/+3
2019-07-16SUNRPC: Skip zero-refcount transportsTrond Myklebust1-1/+19
2019-07-16SUNRPC: Replace division by multiplication in calculation of queue lengthTrond Myklebust1-3/+2
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-55/+11
2019-07-12SUNRPC: Fix transport accounting when caller specifies an rpc_xprtTrond Myklebust2-23/+22
2019-07-12Merge tag 'nfs-rdma-for-5.3-1' of git://git.linux-nfs.org/projects/anna/linux-nfsTrond Myklebust8-332/+441
2019-07-11Merge tag 'scsi-sg' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+3
2019-07-10Merge tag 'nfsd-5.3' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-2/+1
2019-07-10Merge tag 'fsnotify_for_v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-0/+4
2019-07-09xprtrdma: Modernize ops->connectChuck Lever5-36/+87