1. 04 Nov, 2021 10 commits
  2. 03 Nov, 2021 2 commits
  3. 02 Nov, 2021 4 commits
  4. 01 Nov, 2021 2 commits
  5. 27 Oct, 2021 1 commit
    • Trond Myklebust's avatar
      NFSv4: Fix a regression in nfs_set_open_stateid_locked() · 01d29f87
      Trond Myklebust authored
      If we already hold open state on the client, yet the server gives us a
      completely different stateid to the one we already hold, then we
      currently treat it as if it were an out-of-sequence update, and wait for
      5 seconds for other updates to come in.
      This commit fixes the behaviour so that we immediately start processing
      of the new stateid, and then leave it to the call to
      nfs4_test_and_free_stateid() to decide what to do with the old stateid.
      
      Fixes: b4868b44 ("NFSv4: Wait for stateid updates after CLOSE/OPEN_DOWNGRADE")
      Signed-off-by: default avatarTrond Myklebust <trond.myklebust@hammerspace.com>
      01d29f87
  6. 21 Oct, 2021 1 commit
  7. 20 Oct, 2021 19 commits
  8. 10 Oct, 2021 1 commit
    • Trond Myklebust's avatar
      NFS: Fix deadlocks in nfs_scan_commit_list() · 64a93dbf
      Trond Myklebust authored
      Partially revert commit 2ce209c4 ("NFS: Wait for requests that are
      locked on the commit list"), since it can lead to deadlocks between
      commit requests and nfs_join_page_group().
      For now we should assume that any locked requests on the commit list are
      either about to be removed and committed by another task, or the writes
      they describe are about to be retransmitted. In either case, we should
      not need to worry.
      
      Fixes: 2ce209c4 ("NFS: Wait for requests that are locked on the commit list")
      Signed-off-by: default avatarTrond Myklebust <trond.myklebust@hammerspace.com>
      64a93dbf