22 Feb, 2010

2 commits


05 Dec, 2009

1 commit


08 Dec, 2006

1 commit


19 Nov, 2005

1 commit

  • This patch fixes a bug that breaks hpacucli, a command line interface
    for the HP Array Config Utility. Without this fix the utility will
    not detect any controllers in the system. I thought I had already fixed
    this, but I guess not.

    Thanks to all who reported the issue. Please consider this this inclusion.

    Signed-off-by: Mike Miller
    Signed-off-by: Jens Axboe

    mikem
     

28 Jun, 2005

1 commit

  • This is pass 2 of my patch to add pci domain info to an existing ioctl. This
    time I insert the domain between dev_fn and board_id as Willy suggested and
    change the var to unsigned short to ease Christoph's concerns. Although I
    thought unsigned int was the correct var type for this. I also thought it
    didn't matter where I inserted it in the structure.

    Signed-off-by: Mike Miller
    Acked-by: Jeff Garzik
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Mike Miller
     

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