10 Jul, 2008

1 commit


20 Apr, 2008

1 commit


15 Mar, 2008

2 commits


11 Jul, 2007

11 commits


04 Feb, 2007

1 commit


29 Sep, 2006

1 commit


09 Jun, 2006

1 commit


02 Feb, 2006

1 commit

  • When we look up a new cred in the auth_gss downcall so that we can stuff
    the credcache, we do not want that lookup to queue up an upcall in order
    to initialise it. To do an upcall here not only redundant, but since we
    are already holding the inode->i_mutex, it will trigger a lock recursion.

    This patch allows rpcauth cache searches to indicate that they can cope
    with uninitialised credentials.

    Signed-off-by: Trond Myklebust

    Trond Myklebust
     

12 Jan, 2006

1 commit


24 Sep, 2005

1 commit


17 Apr, 2005

1 commit

  • 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