20 Jul, 2007

1 commit


13 Feb, 2007

1 commit

  • Expand the rq_addr field to allow it to contain larger addresses.

    Specifically, we replace a 'sockaddr_in' with a 'sockaddr_storage', then
    everywhere the 'sockaddr_in' was referenced, we use instead an accessor
    function (svc_addr_in) which safely casts the _storage to _in.

    Signed-off-by: Chuck Lever
    Cc: Aurelien Charbon
    Signed-off-by: Neil Brown
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Chuck Lever
     

21 Oct, 2006

3 commits


01 Jul, 2006

1 commit


09 Jun, 2006

1 commit


21 Mar, 2006

1 commit

  • nfs4_open_revalidate: 'res' may be used uninitialized
    nfs4_callback_compound: ‘hdr_res.nops’ may be used uninitialized
    'op_nr’ may be used uninitialized
    encode_getattr_res: ‘savep’ may be used uninitialized

    Signed-off-by: Trond Myklebust

    Trond Myklebust
     

23 Jun, 2005

2 commits


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