1. 18 6月, 2009 17 次提交
  2. 12 3月, 2009 6 次提交
  3. 24 12月, 2008 9 次提交
  4. 17 5月, 2008 1 次提交
  5. 20 4月, 2008 3 次提交
  6. 20 3月, 2008 1 次提交
    • J
      NFS: clean up short packet handling for NFSv4 readdir · 7bda2cdf
      Jeff Layton 提交于
      Currently, the NFS readdir decoders have a workaround for buggy servers
      that send an empty readdir response with the EOF bit unset. If the
      server sends a malformed response in some cases, this workaround kicks
      in and just returns an empty response rather than returning a proper
      error to the caller.
      
      This patch does 3 things:
      
      1) have malformed responses with no entries return error (-EIO)
      
      2) preserve existing workaround for servers that send empty
         responses with the EOF marker unset.
      
      3) Add some comments to clarify the logic in decode_readdir().
      Signed-off-by: NJeff Layton <jlayton@redhat.com>
      Signed-off-by: NTrond Myklebust <Trond.Myklebust@netapp.com>
      7bda2cdf
  7. 15 3月, 2008 1 次提交
  8. 30 1月, 2008 2 次提交