1. 05 Nov, 2021 8 commits
  2. 04 Nov, 2021 10 commits
  3. 03 Nov, 2021 2 commits
  4. 02 Nov, 2021 4 commits
  5. 01 Nov, 2021 2 commits
  6. 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
  7. 21 Oct, 2021 1 commit
  8. 20 Oct, 2021 12 commits