24 Feb, 2010

1 commit


04 Dec, 2009

1 commit

  • That is "success", "unknown", "through", "performance", "[re|un]mapping"
    , "access", "default", "reasonable", "[con]currently", "temperature"
    , "channel", "[un]used", "application", "example","hierarchy", "therefore"
    , "[over|under]flow", "contiguous", "threshold", "enough" and others.

    Signed-off-by: André Goddard Rosa
    Signed-off-by: Jiri Kosina

    André Goddard Rosa
     

24 Apr, 2009

1 commit


25 Jan, 2008

1 commit


09 Dec, 2006

2 commits


06 Feb, 2006

3 commits

  • The pktcdvd driver uses a compile time macro constant to define the maximum
    supported packet length. I changed this from 32 sectors to 128 sectors
    because that allows over 100 MB of additional usable space on a 700 MB cdrw,
    and increases throughput.

    Note that you need a modified cdrwtool program that can format a CDRW disc
    with larger packets to benefit from this change.

    Signed-off-by: Peter Osterlund
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Phillip Susi
     
  • Allocate memory for read-gathering at open time, when it is known just how
    much memory is needed. This avoids wasting kernel memory when the real packet
    size is smaller than the maximum packet size supported by the driver. This is
    always the case when using DVD discs.

    Signed-off-by: Peter Osterlund
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Peter Osterlund
     
  • The pktcdvd driver was using an 8 bit field to store the packet length
    obtained from the disc track info. This causes it to overflow packet length
    values of 128KB or more. I changed the field to 32 bits to fix this.

    The pktcdvd driver defaulted to its maximum allowed packet length when it
    detected a 0 in the track info field. I changed this to fail the operation
    and refuse to access the media. This seems more sane than attempting to
    access it with a value that almost certainly will not work.

    Signed-off-by: Peter Osterlund
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Phillip Susi
     

13 Sep, 2005

1 commit


24 Jun, 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