04 Jan, 2012

1 commit


19 Oct, 2011

1 commit


21 Aug, 2009

1 commit


10 Aug, 2009

4 commits


24 Dec, 2008

1 commit

  • We want to transition to a new gssd upcall which is text-based and more
    easily extensible.

    To simplify upgrades, as well as testing and debugging, it will help if
    we can upgrade gssd (to a version which understands the new upcall)
    without having to choose at boot (or module-load) time whether we want
    the new or the old upcall.

    We will do this by providing two different pipes: one named, as
    currently, after the mechanism (normally "krb5"), and supporting the
    old upcall. One named "gssd" and supporting the new upcall version.

    We allow gssd to indicate which version it supports by its choice of
    which pipe to open.

    As we have no interest in supporting *simultaneous* use of both
    versions, we'll forbid opening both pipes at the same time.

    So, add a new pipe_open callback to the rpc_pipefs api, which the gss
    code can use to track which pipes have been open, and to refuse opens of
    incompatible pipes.

    We only need this to be called on the first open of a given pipe.

    Signed-off-by: J. Bruce Fields
    Signed-off-by: Trond Myklebust

    \"J. Bruce Fields\
     

11 Jul, 2007

2 commits


15 May, 2007

1 commit

  • - net/sunrpc/xprtsock.c:1635:5: warning: symbol 'init_socket_xprt' was not
    declared. Should it be static?
    - net/sunrpc/xprtsock.c:1649:6: warning: symbol 'cleanup_socket_xprt' was
    not declared. Should it be static?

    Signed-off-by: Trond Myklebust

    Trond Myklebust
     

22 Nov, 2006

1 commit

  • Separate delayable work items from non-delayable work items be splitting them
    into a separate structure (delayed_work), which incorporates a work_struct and
    the timer_list removed from work_struct.

    The work_struct struct is huge, and this limits it's usefulness. On a 64-bit
    architecture it's nearly 100 bytes in size. This reduces that by half for the
    non-delayable type of event.

    Signed-Off-By: David Howells

    David Howells
     

23 Sep, 2006

1 commit


25 Aug, 2006

2 commits


21 Mar, 2006

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