An error occurred fetching the project authors.
  1. 15 Oct, 2004 1 commit
  2. 20 Jun, 2004 1 commit
  3. 03 Jun, 2004 1 commit
  4. 17 Jul, 2003 1 commit
    • Adrian Bunk's avatar
      [PATCH] remove all #include <blk.h>'s · 117b5e29
      Adrian Bunk authored
      This causes blk.h to print a warning and removes all uses of blk.h.
      I've tested the compilation in 2.6.0-test1 with a .config that tries to
      compile as many drivers as possible.
      117b5e29
  5. 27 Oct, 2002 2 commits
    • Christoph Hellwig's avatar
      [PATCH] Re: [PATCH] fix sector_div use in scsicam.c · 018bcdc5
      Christoph Hellwig authored
      On Mon, Oct 28, 2002 at 01:50:53AM +0100, Andries Brouwer wrote:
      > On Sun, Oct 27, 2002 at 06:05:07PM -0600, James Bottomley wrote:
      >
      > > If the return type will be ignored by most applications, I don't see
      > > what the problem is.
      >
      > There is no problem. My longish reaction was mostly because you used
      > "future proofing", that gave the impression that you did not know
      > what this is about.
      >
      > > (like an obviously wrong truncation)
      >
      > No, the code I wrote was optimal.
      > If you have 16 bits and the value is 70000, I prefer returning
      > 65535 over 4464.
      
      Why didn't you write is as patch?  James, this in Andries code
      in patch from, it get's rid of the ugly sector_div so it should
      be in if not just because of that.
      018bcdc5
    • Christoph Hellwig's avatar
      [PATCH] fix sector_div use in scsicam.c · 740ec8b5
      Christoph Hellwig authored
      sector_div has the same slightly strange calling convention do_div has:
      it's return value is the modulo of the two operators, the division
      result is in the first parameter.  Also optimize one of the expensive
      64bit division away (okay, okay - it's not exactly an fast-path :))
      740ec8b5
  6. 25 Oct, 2002 2 commits
    • James Bottomley's avatar
      [PATCH scsi] use sector_div in scsicam.c · db7aff0b
      James Bottomley authored
      Thanks to Patrick Mansfield for pointing this out.
      db7aff0b
    • Christoph Hellwig's avatar
      [PATCH] sanitize ->bios_param prototype · 496a57cb
      Christoph Hellwig authored
      Currnetly the ->bios_param for host drivers exposes struct scsi_disk
      (aka Scsi_Disk or Disk) to each and every lowlevel driver, although
      this structure should be privated to the sd driver.
      
      All bios_param implementation do only use two fields:  .device and
      .capacity.  This patch passes down those two directly and gets
      rid of 99% of the sd.h inclusions (*).
      
      I've tried to not break any driver with this patch, but given the
      number of compiler errors in the current tree I might have missed
      one or two.
      
      (*) a bunch of drivers needed sd.h to get to scsi.h, I've fixed those.
      496a57cb
  7. 21 Jul, 2002 1 commit
  8. 23 May, 2002 1 commit
  9. 01 May, 2002 1 commit
  10. 15 Apr, 2002 1 commit
  11. 05 Feb, 2002 5 commits
    • Linus Torvalds's avatar
      v2.5.1.11 -> v2.5.2 · 5fb612aa
      Linus Torvalds authored
      - Matt Domsch: combine common crc32 library
      - Pete Zaitcev: ymfpci update
      - Davide Libenzi: scheduler improvements
      - Al Viro: almost there: "struct block_device *" everywhere
      - Richard Gooch: devfs cpqarray update, race fix
      - Rusty Russell: PATH_MAX should include the final '0' count
      - David Miller: various random updates (mainly net and sparc)
      5fb612aa
    • Linus Torvalds's avatar
      v2.5.1.9 -> v2.5.1.10 · 908920b1
      Linus Torvalds authored
      - Kai Germaschewski: ISDN updates
      - Al Viro: start moving buffer cache indexing to "struct block_device *"
      - Greg KH: USB update
      - Russell King: fix up some ARM merge issues
      - Ingo Molnar: scalable scheduler
      908920b1
    • Linus Torvalds's avatar
      v2.5.1.5 -> v2.5.1.6 · a914dd8b
      Linus Torvalds authored
      - Davide Libenzi: nicer timeslices for scheduler
      - Arnaldo: wd7000 scsi driver cleanups and bio update
      - Greg KH: USB update (including initial 2.0 support)
      - me: strict typechecking on "kdev_t"
      a914dd8b
    • Linus Torvalds's avatar
      v2.5.1.2 -> v2.5.1.3 · 25aa595a
      Linus Torvalds authored
      - Christoph Hellwig: scsi_register_module cleanup
      - Mikael Pettersson: apic.c LVTERR fixes
      - Russell King: ARM update (including bio update for icside)
      - Jens Axboe: more bio updates
      - Al Viro: make ready to switch bread away from kdev_t..
      - Davide Libenzi: scheduler cleanups
      - Anders Gustafsson: LVM fixes for bio
      - Richard Gooch: devfs update
      25aa595a
    • Linus Torvalds's avatar
      Import changeset · 7a2deb32
      Linus Torvalds authored
      7a2deb32