summaryrefslogtreecommitdiffstats
path: root/net/sunrpc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'y2038-drivers-for-v5.6-signed' of git://git.kernel.org:/pub/scm/li...Linus Torvalds2020-01-298-35/+41
|\
| * nfs: use time64_t internallyArnd Bergmann2019-12-183-14/+14
| * sunrpc: convert to time64_t for expiryArnd Bergmann2019-12-186-21/+27
* | xprtrdma: Fix oops in Receive handler after device removalChuck Lever2020-01-142-6/+21
* | xprtrdma: Fix completion wait during device removalChuck Lever2020-01-141-1/+1
* | xprtrdma: Fix create_qp crash on device unloadChuck Lever2020-01-141-0/+2
|/
* Merge tag 'nfsd-5.5' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2019-12-078-34/+84
|\
| * SUNRPC: Fix backchannel latency metricsChuck Lever2019-11-212-1/+3
| * SUNRPC: Fix svcauth_gss_proxy_init()Chuck Lever2019-10-301-21/+63
| * SUNRPC: Trace gssproxy upcall resultsChuck Lever2019-10-304-4/+12
| * sunrpc: fix crash when cache_head become valid before updatePavel Tikhomirov2019-10-111-6/+0
| * svcrdma: Improve DMA mapping trace pointsChuck Lever2019-10-081-2/+6
* | Merge tag 'nfs-for-5.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2019-12-0711-337/+435
|\ \
| * | SUNRPC: Capture completion of all RPC tasksChuck Lever2019-11-221-0/+1
| * | SUNRPC: Fix another issue with MIC buffer spaceChuck Lever2019-11-181-6/+5
| * | Merge tag 'nfs-rdma-for-5.5-1' of git://git.linux-nfs.org/projects/anna/linux...Trond Myklebust2019-11-188-328/+421
| |\ \
| | * | xprtrdma: Replace dprintk in xprt_rdma_set_portChuck Lever2019-10-241-6/+3
| | * | xprtrdma: Replace dprintk() in rpcrdma_update_connect_private()Chuck Lever2019-10-242-15/+10
| | * | xprtrdma: Refine trace_xprtrdma_fixupChuck Lever2019-10-241-3/+2
| | * | xprtrdma: Report the computed connect delayChuck Lever2019-10-242-12/+4
| | * | xprtrdma: Wake tasks after connect worker failsChuck Lever2019-10-241-9/+6
| | * | xprtrdma: Pull up sometimesChuck Lever2019-10-244-7/+81
| | * | xprtrdma: Refactor rpcrdma_prepare_msg_sges()Chuck Lever2019-10-241-117/+146
| | * | xprtrdma: Move the rpcrdma_sendctx::sc_wr fieldChuck Lever2019-10-244-9/+9
| | * | xprtrdma: Remove rpcrdma_sendctx::sc_deviceChuck Lever2019-10-242-3/+2
| | * | xprtrdma: Remove rpcrdma_sendctx::sc_xprtChuck Lever2019-10-242-11/+10
| | * | xprtrdma: Ensure ri_id is stable during MR recyclingChuck Lever2019-10-242-24/+6
| | * | xprtrdma: Manage MRs in context of a single connectionChuck Lever2019-10-244-57/+40
| | * | xprtrdma: Fix MR list handlingChuck Lever2019-10-241-20/+21
| | * | xprtrdma: Close window between waking RPC senders and posting ReceivesChuck Lever2019-10-243-4/+9
| | * | xprtrdma: Initialize rb_credits in one placeChuck Lever2019-10-244-16/+38
| | * | xprtrdma: Connection becomes unstable after a reconnectChuck Lever2019-10-242-0/+25
| | * | xprtrdma: Add unique trace points for posting Local Invalidate WRsChuck Lever2019-10-241-2/+2
| | * | SUNRPC: Add trace points to observe transport congestion controlChuck Lever2019-10-241-9/+13
| | * | SUNRPC: Eliminate log noise in call_reserveresultChuck Lever2019-10-241-12/+2
| * | | SUNRPC: Avoid RPC delays when exiting suspendTrond Myklebust2019-11-061-1/+1
| * | | NFSv4.1: Don't rebind to the same source port when reconnecting to the serverTrond Myklebust2019-11-032-2/+7
* | | | kernel/notifier.c: remove blocking_notifier_chain_cond_register()Xiaoming Ni2019-12-041-1/+1
|/ / /
* | | SUNRPC: Destroy the back channel when we destroy the host transportTrond Myklebust2019-10-302-1/+6
* | | SUNRPC: The RDMA back channel mustn't disappear while requests are outstandingTrond Myklebust2019-10-301-0/+2
* | | SUNRPC: The TCP back channel mustn't disappear while requests are outstandingTrond Myklebust2019-10-301-2/+3
|/ /
* / SUNRPC: fix race to sk_err after xs_error_reportBenjamin Coddington2019-10-101-9/+8
|/
* Merge tag 'nfsd-5.4' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2019-09-275-30/+26
|\
| * sunrpc: clean up indentation issueColin Ian King2019-09-251-2/+2
| * sunrpc: add a new cache_detail operation for when a cache is flushedJeff Layton2019-08-191-0/+3
| * svcrdma: Use llist for managing cache of recv_ctxtsChuck Lever2019-08-192-16/+11
| * svcrdma: Remove svc_rdma_wqChuck Lever2019-08-192-8/+2
| * SUNRPC: Track writers of the 'channel' file to improve cache_listeners_existDave Wysochanski2019-07-301-4/+8
* | Merge tag 'nfs-for-5.4-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2019-09-2612-384/+388
|\ \
| * | SUNRPC: Fix congestion window race with disconnectChuck Lever2019-09-201-0/+7