1. 14 May, 2003 12 commits
    • Dave Jones's avatar
      [PATCH] Fix types on inflate.c constants · b4ffe57a
      Dave Jones authored
      This patch from Alan went into 2.4 last august with the comment
      "get the types right on the lib/inflate.c constants"
      b4ffe57a
    • Linus Torvalds's avatar
      Merge bk://kernel.bkbits.net/gregkh/linux/linus-2.5 · 64673994
      Linus Torvalds authored
      into home.transmeta.com:/home/torvalds/v2.5/linux
      64673994
    • Greg Kroah-Hartman's avatar
      Merge kroah.com:/home/linux/linux/BK/bleed-2.5 · bfb77631
      Greg Kroah-Hartman authored
      into kroah.com:/home/linux/linux/BK/gregkh-2.5
      bfb77631
    • Andrew Morton's avatar
      [PATCH] USB: net2280 writel fix · 75b1cec5
      Andrew Morton authored
      This driver is doing a writel to some random u32, rather than to a device
      register.
      75b1cec5
    • Jens Axboe's avatar
      [PATCH] ide tcq fixes · f55ae64b
      Jens Axboe authored
      This fixes a few problems with ide tcq, I don't know of any other known
      ones (and it is solid here, survives ours of beating on it). Basically:
      
      - Don't enable tcq if the drive isn't alone on the channel. This raises
        all sorts of fun that really requires hardware support (auto poll), or
        it's going to _suck_. I never wanted to do that, and no hardware I
        know of supports auto-poll.
      
      - Introduce a drive blacklist so we don't enable tcq on known broken
        drives. Or enable with restrictions on some models.
      
      - Add a check for pdc4030, apparently tcq doesn't work there (hell knows
        who would be crazy enough to pull such a stunt).
      f55ae64b
    • Linus Torvalds's avatar
      Merge home:v2.5/linux · a9a5b952
      Linus Torvalds authored
      into penguin.transmeta.com:/home/torvalds/v2.5/linux
      a9a5b952
    • Jens Axboe's avatar
      [PATCH] Fix scsi_ioctl command direction bits · 55262c2d
      Jens Axboe authored
      With the dynamic request allocation, we get the direction bits set for
      us. This breaks the scsi_ioctl stuff, since we always pass in WRITE
      there. So actually pass in the right direction instead.
      55262c2d
    • Jens Axboe's avatar
      [PATCH] remove ide-cd chatty errors · 31ab234b
      Jens Axboe authored
      Quiet down the TEST_UNIT_READY commands, we know these may fail (that's
      the whole purpose of the command :-).
      31ab234b
    • Jens Axboe's avatar
      [PATCH] ide minimum 48-bit support · aa914d0d
      Jens Axboe authored
      This is the small patch that we all agreed on. With this patch, we do
      nice big writes/reads on ide disks that support 48-bit lba.
      aa914d0d
    • Jens Axboe's avatar
      [PATCH] bio walking code · 21eca852
      Jens Axboe authored
      Add bio traversal functionality. This is a prereq for doing ide
      multiwrites safely and sanely. Patch was originally done by Suparna,
      Bartlomiej picked it up and changed the design somewhat. From Bart:
      
      Main idea is now reversed - instead of introducing rq->hard_bio as
      pointer for bio to be completed and using rq->bio as pointer for bio
      to be submitted, rq->cbio is introduced for submissions and rq->bio
      is used for completions
      
      This minimizes changes to block layer and assures that all existing
      block users are not affected by this patch.
      21eca852
    • Linus Torvalds's avatar
      Merge bk://bk.arm.linux.org.uk/linux-2.5-rmk · 84725bf0
      Linus Torvalds authored
      into penguin.transmeta.com:/home/torvalds/v2.5/linux
      84725bf0
    • Linus Torvalds's avatar
      Merge bk://bk.arm.linux.org.uk/linux-2.5-pcmcia · 08aa4ea8
      Linus Torvalds authored
      into penguin.transmeta.com:/home/torvalds/v2.5/linux
      08aa4ea8
  2. 13 May, 2003 15 commits
  3. 14 May, 2003 1 commit
  4. 13 May, 2003 4 commits
  5. 14 May, 2003 1 commit
  6. 13 May, 2003 7 commits