summaryrefslogtreecommitdiff
path: root/net/sunrpc
AgeCommit message (Expand)AuthorFilesLines
2020-05-20SUNRPC: Revert 241b1f419f0e ("SUNRPC: Remove xdr_buf_trim()")Chuck Lever3-5/+45
2020-05-20SUNRPC: Signalled ASYNC tasks need to exitChuck Lever1-0/+5
2020-05-20SUNRPC: Fix GSS privacy computation of auth->au_ralignChuck Lever2-9/+18
2020-05-20SUNRPC: Add "@len" parameter to gss_unwrap()Chuck Lever5-24/+25
2020-05-02svcrdma: Fix leak of svc_rdma_recv_ctxt objectsChuck Lever5-18/+29
2020-05-02svcrdma: Fix trace point use-after-free raceChuck Lever2-9/+10
2020-04-29SUNRPC: Fix backchannel RPC soft lockupsChuck Lever3-0/+5
2020-04-23sunrpc: Fix gss_unwrap_resp_integ() againChuck Lever1-19/+58
2020-04-23SUNRPC: fix krb5p mount to provide large enough buffer in rq_rcvsizeOlga Kornievskaia1-1/+2
2020-02-24sunrpc: Fix potential leaks in sunrpc_cache_unhash()Trond Myklebust1-0/+2
2020-02-19xprtrdma: Fix DMA scatter-gather list mapping imbalanceChuck Lever1-6/+7
2020-02-11sunrpc: expiry_time should be seconds not timevalRoberto Bergantinos Corpas1-0/+4
2020-01-26SUNRPC: Fix another issue with MIC buffer spaceChuck Lever1-6/+5
2020-01-26SUNRPC: Fix backchannel latency metricsChuck Lever2-1/+3
2020-01-26SUNRPC: Fix svcauth_gss_proxy_init()Chuck Lever1-21/+63
2020-01-17xprtrdma: Fix oops in Receive handler after device removalChuck Lever2-6/+21
2020-01-17xprtrdma: Fix completion wait during device removalChuck Lever1-1/+1
2020-01-17xprtrdma: Fix create_qp crash on device unloadChuck Lever1-0/+2
2020-01-17xprtrdma: Close window between waking RPC senders and posting ReceivesChuck Lever3-4/+9
2020-01-17xprtrdma: Fix MR list handlingChuck Lever1-20/+21
2020-01-17xprtrdma: Connection becomes unstable after a reconnectChuck Lever2-0/+25
2020-01-17xprtrdma: Add unique trace points for posting Local Invalidate WRsChuck Lever1-2/+2
2020-01-09sunrpc: fix crash when cache_head become valid before updatePavel Tikhomirov1-6/+0
2019-12-13SUNRPC: Avoid RPC delays when exiting suspendTrond Myklebust1-1/+1
2019-10-30SUNRPC: Destroy the back channel when we destroy the host transportTrond Myklebust2-1/+6
2019-10-30SUNRPC: The RDMA back channel mustn't disappear while requests are outstandingTrond Myklebust1-0/+2
2019-10-30SUNRPC: The TCP back channel mustn't disappear while requests are outstandingTrond Myklebust1-2/+3
2019-10-10SUNRPC: fix race to sk_err after xs_error_reportBenjamin Coddington1-9/+8
2019-09-28Merge tag 'nfsd-5.4' of git://linux-nfs.org/~bfields/linuxLinus Torvalds5-30/+26
2019-09-26Merge tag 'nfs-for-5.4-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds12-384/+388
2019-09-25sunrpc: clean up indentation issueColin Ian King1-2/+2
2019-09-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2-11/+10
2019-09-20SUNRPC: Fix congestion window race with disconnectChuck Lever1-0/+7
2019-09-20SUNRPC: Don't try to parse incomplete RPC messagesTrond Myklebust1-1/+13
2019-09-20SUNRPC: Rename xdr_buf_read_netobj to xdr_buf_read_micBenjamin Coddington2-23/+31
2019-09-20SUNRPC: Fix buffer handling of GSS MIC without slackBenjamin Coddington1-9/+18
2019-09-18Merge branch 'work.mount-base' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+1
2019-09-17SUNRPC: RPC level errors should always set task->tk_rpc_statusTrond Myklebust2-4/+7
2019-09-17SUNRPC: Don't receive TCP data into a request buffer that has been resetTrond Myklebust1-1/+7
2019-09-17SUNRPC: Dequeue the request from the receive queue while we're re-encodingTrond Myklebust2-26/+34
2019-09-13Merge tag 'v5.3-rc8' into rdma.git for-nextJason Gunthorpe2-22/+32
2019-09-05new helper: get_tree_keyed()Al Viro1-2/+1
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