23 Jun, 2005

4 commits


17 Apr, 2005

4 commits

  • We were failing to close on an error path, resulting in a leak of struct files
    which could take a v4 server down fairly quickly.... So call
    nfs4_close_delegation instead of just open-coding parts of it.

    Simplify the cleanup on delegation failure while we're at it.

    Signed-off-by: J. Bruce Fields
    Signed-off-by: Neil Brown
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    NeilBrown
     
  • rpc_create_clnt and friends return errors, not NULL, on failure.

    Signed-off-by: J. Bruce Fields
    Signed-off-by: Neil Brown
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    NeilBrown
     
  • Fixes the error "RPC: failed to contact portmap (errno -512)." when the server
    later tries to unregister from the portmapper.

    Signed-off-by: Trond Myklebust
    Signed-off-by: J. Bruce Fields
    Signed-off-by: Neil Brown
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    NeilBrown
     
  • 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!

    Linus Torvalds