1. 22 5月, 2006 1 次提交
    • P
      [PATCH] NFS server subtree_check returns dubious value · 8c7b389e
      Peter Staubach 提交于
      Address a problem found when a Linux NFS server uses the "subtree_check"
      export option.
      
      The "subtree_check" NFS export option was designed to prohibit a client
      from using a file handle for which it should not have permission.  The
      algorithm used is to ensure that the entire path to the file being
      referenced is accessible to the user attempting to use the file handle.  If
      some part of the path is not accessible, then the operation is aborted and
      the appropriate version of ESTALE is returned to the NFS client.
      
      The error, ESTALE, is unfortunate in that it causes NFS clients to make
      certain assumptions about the continued existence of the file.  They assume
      that the file no longer exists and refuse to attempt to access it again.
      In this case, the file really does exist, but access was denied by the
      server for a particular user.
      
      A better error to return would be an EACCES sort of error.  This would
      inform the client that the particular operation that it was attempting was
      not allowed, without the nasty side effects of the ESTALE error.
      Signed-off-by: NPeter Staubach <staubach@redhat.com>
      Acked-By: NNeilBrown <neilb@suse.de>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      8c7b389e
  2. 19 1月, 2006 1 次提交
  3. 10 1月, 2006 1 次提交
  4. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4