1. 16 12月, 2009 4 次提交
  2. 08 12月, 2009 1 次提交
  3. 07 12月, 2009 6 次提交
  4. 06 12月, 2009 9 次提交
  5. 05 12月, 2009 11 次提交
  6. 04 12月, 2009 3 次提交
  7. 11 11月, 2009 1 次提交
  8. 26 10月, 2009 1 次提交
  9. 24 10月, 2009 1 次提交
    • T
      NFSv4: Fix a bug when the server returns NFS4ERR_RESOURCE · 52567b03
      Trond Myklebust 提交于
      RFC 3530 states that when we recieve the error NFS4ERR_RESOURCE, we are not
      supposed to bump the sequence number on OPEN, LOCK, LOCKU, CLOSE, etc
      operations. The problem is that we map that error into EREMOTEIO in the XDR
      layer, and so the NFSv4 middle-layer routines like seqid_mutating_err(),
      and nfs_increment_seqid() don't recognise it.
      
      The fix is to defer the mapping until after the middle layers have
      processed the error.
      Signed-off-by: NTrond Myklebust <Trond.Myklebust@netapp.com>
      52567b03
  10. 24 9月, 2009 1 次提交
  11. 10 8月, 2009 2 次提交