15 Jul, 2007

1 commit


20 Jun, 2007

1 commit


06 May, 2007

1 commit

  • cpu_to_le32 endianness conversions in tmscsim.c, followed by
    arithmetic operations don't look correct. Besides, {in,out}[wl]
    already perform the necessary conversions. Further, bus addresses
    of request buffers are guaranteed to be (mapped) under 4G by
    current scsi- and block-layer defaults. This could be explicitly
    enforced by using blk_queue_bounce_limit(), which, however,
    doesn't seem to be the common practice among SCSI drivers.

    Signed-off-by: G. Liakhovetski
    Signed-off-by: James Bottomley

    Guennadi Liakhovetski
     

01 Jul, 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