Skip to content
Snippets Groups Projects
  1. Apr 11, 2020
  2. Apr 06, 2020
  3. Apr 04, 2020
  4. Apr 03, 2020
  5. Apr 02, 2020
  6. Apr 01, 2020
  7. Mar 28, 2020
    • 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. Mar 27, 2020
Loading