1. 11 Apr, 2020 1 commit
  2. 06 Apr, 2020 1 commit
  3. 04 Apr, 2020 1 commit
  4. 03 Apr, 2020 3 commits
  5. 02 Apr, 2020 3 commits
  6. 01 Apr, 2020 10 commits
  7. 28 Mar, 2020 2 commits
    • Trond Myklebust's avatar
      Merge tag 'nfs-rdma-for-5.7-1' of git://git.linux-nfs.org/projects/anna/linux-nfs · f764a1e1
      Trond Myklebust authored
      NFSoRDMA Client Updates for Linux 5.7
      
      New Features:
      - Allow one active connection and several zombie connections to prevent
        blocking if the remote server is unresponsive.
      
      Bugfixes and Cleanups:
      - Enhance MR-related trace points
      - Refactor connection set-up and disconnect functions
      - Make Protection Domains per-connection instead of per-transport
      - Merge struct rpcrdma_ia into rpcrdma_ep
      f764a1e1
    • Trond Myklebust's avatar
      NFS: Remove unused FLUSH_SYNC support in nfs_initiate_pgio() · 1de3af98
      Trond Myklebust authored
      If the FLUSH_SYNC flag is set, nfs_initiate_pgio() will currently
      wait for completion, and then return the status of the I/O operation.
      What we actually want to report in nfs_pageio_doio() is whether or
      not the RPC call was launched successfully, whereas actual I/O
      status is intended handled in the reply callbacks.
      
      Since FLUSH_SYNC is never set by any of the callers anyway, let's
      just remove that code altogether.
      Signed-off-by: default avatarTrond Myklebust <trond.myklebust@hammerspace.com>
      1de3af98
  8. 27 Mar, 2020 19 commits