1. 21 Dec, 2010 1 commit
  2. 16 Dec, 2010 4 commits
  3. 10 Dec, 2010 1 commit
  4. 01 Oct, 2010 1 commit
  5. 17 Sep, 2010 1 commit
  6. 09 Feb, 2010 1 commit
  7. 09 Aug, 2009 2 commits
  8. 18 Jun, 2009 8 commits
  9. 23 Dec, 2008 2 commits
  10. 07 Oct, 2008 1 commit
    • Steve Dickson's avatar
      NFS: Client mounts hang when exported directory do not exist · 8491945f
      Steve Dickson authored
      
      This patch fixes a regression that was introduced by the string based mounts.
      
      nfs_mount() statically returns -EACCES for every error returned
      by the remote mounted. This is incorrect because -EACCES is
      an non-fatal error to the mount.nfs command. This error causes
      mount.nfs to retry the mount even in the case when the exported
      directory does not exist.
      
      This patch maps the errors returned by the remote mountd into
      valid errno values, exactly how it was done pre-string based
      mounts. By returning the correct errno enables mount.nfs
      to do the right thing.
      Signed-off-by: default avatarSteve Dickson <steved@redhat.com>
      [Trond.Myklebust@netapp.com: nfs_stat_to_errno() now correctly returns
       negative errors, so remove the sign change.]
      Signed-off-by: default avatarTrond Myklebust <Trond.Myklebust@netapp.com>
      8491945f
  11. 23 Jun, 2008 1 commit
  12. 06 Dec, 2007 1 commit
  13. 11 Jul, 2007 5 commits
  14. 01 May, 2007 1 commit
    • Chuck Lever's avatar
      SUNRPC: RPC buffer size estimates are too large · 2bea90d4
      Chuck Lever authored
      
      The RPC buffer size estimation logic in net/sunrpc/clnt.c always
      significantly overestimates the requirements for the buffer size.
      A little instrumentation demonstrated that in fact rpc_malloc was never
      allocating the buffer from the mempool, but almost always called kmalloc.
      
      To compute the size of the RPC buffer more precisely, split p_bufsiz into
      two fields; one for the argument size, and one for the result size.
      
      Then, compute the sum of the exact call and reply header sizes, and split
      the RPC buffer precisely between the two.  That should keep almost all RPC
      buffers within the 2KiB buffer mempool limit.
      
      And, we can finally be rid of RPC_SLACK_SPACE!
      Signed-off-by: default avatarChuck Lever <chuck.lever@oracle.com>
      Signed-off-by: default avatarTrond Myklebust <Trond.Myklebust@netapp.com>
      2bea90d4
  15. 20 Oct, 2006 1 commit
  16. 23 Sep, 2006 2 commits
  17. 24 Mar, 2006 1 commit
  18. 20 Mar, 2006 2 commits
  19. 06 Jan, 2006 1 commit
  20. 22 Jun, 2005 1 commit
  21. 16 Apr, 2005 1 commit
    • Linus Torvalds's avatar
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds authored
      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