An error occurred fetching the project authors.
  1. 25 Apr, 2004 2 commits
  2. 31 Mar, 2004 1 commit
    • Alexander Stohr's avatar
      [PATCH] double semicolon cleanup · 96531b37
      Alexander Stohr authored
      This cleans up a larger amount of superfluos ";;" statements in current
      Linux kernel sources by converting them to the regular single ";"
      statments.
      
      It seems to be a common problem that at the end of a line the semicolon
      key is producing an echo.
      96531b37
  3. 10 Mar, 2004 10 commits
  4. 18 Jul, 2003 1 commit
  5. 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
  6. 11 Jun, 2003 1 commit
  7. 05 Jun, 2003 1 commit
    • Christoph Hellwig's avatar
      [PATCH] give all LLDD driver a ->release method · eda32612
      Christoph Hellwig authored
      This allows us to kill the horrible scsi_host_legacy_release hack.
      Note that the new ->release methods still seem to be incorrect in
      some case, but I really want to kill that hack in core code not
      to make all drivers perfect.
      eda32612
  8. 24 Apr, 2003 3 commits
    • Andrew Morton's avatar
      [PATCH] jiffy type warning fixes · ad6d2e6d
      Andrew Morton authored
      Fix various places which aren't using unsigned long for jiffies.
      
      Also other warnings and compilation errors as encountered.
      ad6d2e6d
    • Andrew Morton's avatar
      [PATCH] irqs: scsi · 07cb9c97
      Andrew Morton authored
      Update SCSI drivers for the new IRQ API.  Also fix warnings and compilation
      errors as encountered.
      07cb9c97
    • Andrew Morton's avatar
      [PATCH] irqs: scsi · 28e9fb93
      Andrew Morton authored
      Update SCSI drivers for the new IRQ API.  Also fix warnings and compilation
      errors as encountered.
      28e9fb93
  9. 06 Mar, 2003 1 commit
  10. 04 Feb, 2003 1 commit
  11. 20 Nov, 2002 1 commit
  12. 05 Nov, 2002 1 commit
  13. 28 Oct, 2002 1 commit
  14. 25 Oct, 2002 1 commit
    • 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
  15. 09 Oct, 2002 1 commit
    • Andrew Morton's avatar
      [PATCH] Fix xxx_get_biosgeometry --- avoid useless 64-bit division. · 89956725
      Andrew Morton authored
      From Peter Chubb
      
      The bios geometry is almost useless, except for fdisk to try to write
      an MSDOS partition table that is vaguely compatible with one written by
      other operating systems.
      
      If the size of disc will overflow a ten-bit cylinder number, then all
      bets are off anyway.  So fake it by casting the true disc capacity to a
      smaller type (than u64), so that we avoid 64-bit division on 32-bit
      platforms.  If the disc is small enough that the number of cylinders is
      correct, then this has no effect; otherwise, the number-of-cylinders we
      report is bogus, but you can't use an MSDOS-format partition table on
      such a drive anyway --- use the EFI GPT or the LDM partitioning, which
      use 64-bit offsets internally.
      89956725
  16. 21 Jul, 2002 1 commit
  17. 28 Apr, 2002 1 commit
  18. 26 Feb, 2002 1 commit
    • Brett Pemberton's avatar
      [PATCH] 2.5 scsi changes : qlogicfas.c fixed (resend) · dde3d25b
      Brett Pemberton authored
      This patch allows my qlogic pcmcia scsi card to compile again, as broken
      by the recent scsi layer changes. 
      
      Despite davem's apparent suggestion that it'd be better to rewrite the
      driver, i'd rather not _just_ right now :)
      
      	/ Brett Pemberton
      dde3d25b
  19. 05 Feb, 2002 8 commits
    • Linus Torvalds's avatar
      v2.5.2.6 -> v2.5.3 · 1ea864f1
      Linus Torvalds authored
      - Doug Ledford: i810 audio driver update
      - Evgeniy Polyakov: update various SCSI drivers to new locking
      - David Howells: syscall latency improvement, try 2
      - Francois Romieu: dscc4 driver update
      - Patrick Mochel: driver model fixes
      - Andrew Morton: clean up a few details in ext3 inode initialization
      - Pete Wyckoff: make x86 machine check print out right address..
      - Hans Reiser: reiserfs update
      - Richard Gooch: devfs update
      - Greg KH: USB updates
      - Dave Jones: PNPBIOS
      - Nathan Scott: extended attributes
      - Corey Minyard: clean up zlib duplication (triplication..)
      1ea864f1
    • Linus Torvalds's avatar
      v2.5.1 -> v2.5.1.1 · 0925bad3
      Linus Torvalds authored
      - me: revert the "kill(-1..)" change.  POSIX isn't that clear on the
      issue anyway, and the new behaviour breaks things.
      - Jens Axboe: more bio updates
      - Al Viro: rd_load cleanups. hpfs mount fix, mount cleanups
      - Ingo Molnar: more raid updates
      - Jakub Jelinek: fix Linux/x86 confusion about arg passing of "save_v86_state" and "do_signal"
      - Trond Myklebust: fix NFS client race conditions
      0925bad3
    • Linus Torvalds's avatar
      v2.4.13.1 -> v2.4.13.2 · 4fd9cc9e
      Linus Torvalds authored
        - Alan Cox: more merging
        - Alexander Viro: block device module race fixes
        - Richard Henderson: mmap for 32-bit alpha personality
        - Jeff Garzik: 8139 and natsemi update
      4fd9cc9e
    • Linus Torvalds's avatar
      v2.4.10.1 -> v2.4.10.2 · 5bf3be03
      Linus Torvalds authored
        - me/Al Viro: fix bdget() oops with block device modules that don't
        clean up after they exit
        - Alan Cox: continued merging (drivers, license tags)
        - David Miller: sparc update, network fixes
        - Christoph Hellwig: work around broken drivers that add a gendisk more
        than once
        - Jakub Jelinek: handle more ELF loading special cases
        - Trond Myklebust: NFS client and lockd reclaimer cleanups/fixes
        - Greg KH: USB updates
        - Mikael Pettersson: sparate out local APIC / IO-APIC config options
      5bf3be03
    • Linus Torvalds's avatar
      v2.4.4.4 -> v2.4.4.5 · 560e8996
      Linus Torvalds authored
        - Al Viro: fs cleanups
        - David Miller: sparc semaphores
        - Christoph Hellwig: VxFS update
        - Asit Mallick: set machine check bit with set_in_cr4
        - Richard Henderson: fix alpha pci_controller_num(), sg_fill, SRM poweroff.
        - Johannes Erdfelt: USB updates
        - Cort Dougan: bitkeeper Id's on the ppc side
        - Matt Chapman: NFS file locking SMP lock fix
        - Alan Cox: further merging
      560e8996
    • Linus Torvalds's avatar
      v2.4.3.1 -> v2.4.3.2 · b0683ac8
      Linus Torvalds authored
        - Ingo Molnar/Al Viro: don't use bforget() on ext2 (and minix) metadata
        where we may not be the only owner of the buffer! FS corruption.
        - Andi Kleen: IPv6 packet re-assembly fix.
        - David Howells: fix up rwsem implementation
        - Alan Cox: more merging (S/390 down, ARM to go).
        - Jens Axboe: LVM and loop fixes
      b0683ac8
    • Linus Torvalds's avatar
      v2.4.3 -> v2.4.3.1 · 3544b328
      Linus Torvalds authored
        - Bob Tracy: Cyrix MTRR setup fix (don't make it twice as big as asked
        for)
        - Trond Myklebust: rpciod needs to be PF_MEMALLOC to avoid deadlocks on
        memory allocation when writing out NFS data under low memory conditions.
        Fix up BKL and RPC interactions.
        - Jeff Garzik: tulip network driver update
        - fix truncate to call down to the filesystem with the kernel lock.
        - David Mosberger: ia64 update
        - David Mosberger: simplify ELF program header generation.
        - Alan Cox: merge from -ac series
        - Jeff Garzik: make serial.c recognize modem devices properly
      3544b328
    • Linus Torvalds's avatar
      Import changeset · 7a2deb32
      Linus Torvalds authored
      7a2deb32