An error occurred fetching the project authors.
  1. 17 Aug, 2003 1 commit
  2. 08 Jul, 2003 2 commits
    • Christoph Hellwig's avatar
      [PATCH] pull scsi_scan_host out of scsi_add_host · 892af51c
      Christoph Hellwig authored
      As Douglas mentioned on this list a while ago there's hardware these
      days where we don't want to automatically perform an initial bus scan
      in scsi_add_host.  Currently we only have ieee1394 in the tree but
      I can imagine more uses like iscsi or certain fc setups.
      
      This patch removes the call to scsi_scan_host from scsi_add_host
      and moves it into the drivers that want in.
      892af51c
    • Christoph Hellwig's avatar
      [PATCH] rework shost/sdev attribute handling · a1b6bcff
      Christoph Hellwig authored
      I've finally found some time to look over the per-driver sdev/shost attribute
      handling and I'm not so happy with it.  First it adds new writeable
      variables to the host templates which is otherwise almost readonly,
      the other thing is that it needs per-template procedure calls in the
      drivers wheras we have moved away from that.  Also it looks a bit
      coplicated :)
      
      I've attached a patch below that makes the attributes handling a lot
      simpler.  Details:
      
       - the shost_attrs and sdev_attrs in the host template are now used
         to store the attributes overriden or added by the LLDD.
       - the midlayer creates those first and then the generic attributes
         that haven't been overridded and the other way around.
       - the host attributes are properly unregistered now and don't leak
         anymore.
      
      Unlike the first patch the attribute inheritance is back.
      a1b6bcff
  3. 17 Jun, 2003 1 commit
  4. 06 Jun, 2003 1 commit
    • Christoph Hellwig's avatar
      [PATCH] introduce scsi_host_alloc · 3f141653
      Christoph Hellwig authored
      Rediffed version, with Mike's isp fix and taking the new
      scsi_add_host users in usb in account.
      
      Currently this is juist a new name for scsi_register, but we make
      sure new-style drivers never call scsi_register/scsi_unregister
      but always scsi_host_alloc/scsi_host_put in this patch so the
      next patch can introduce code specific to legacy drivers in
      the former.  Also cleanup scsi_register/scsi_host_alloc a bit.
      3f141653
  5. 30 May, 2003 1 commit
  6. 26 May, 2003 2 commits
    • James Bottomley's avatar
      064bbf11
    • Ben Collins's avatar
      [PATCH] drivers/* strlcpy conversions · 27690cd5
      Ben Collins authored
      Well, this is it for me and strlcpy. I'll leave the rest of the
      non-obvious usages of strncpy to the kernel janitors. Seems like quite a
      few uses really wanted memcpy instead, but I don't have time to
      investigate them all. It does appear that nearly all strncpy's will be
      removable. Obsoleting strncpy will probably atleast make the remaining
      few think about how they are using it.
      
      This is the patch for my trip through drivers/*.
      27690cd5
  7. 01 May, 2003 2 commits
  8. 08 Apr, 2003 1 commit
  9. 23 Dec, 2002 1 commit
  10. 22 Nov, 2002 1 commit
  11. 20 Nov, 2002 1 commit
  12. 15 Jun, 2002 1 commit
    • Andries E. Brouwer's avatar
      [PATCH] SCSI stuff part 2 · 0b2c0d4f
      Andries E. Brouwer authored
      Below a patch removing the list of sense codes from usb/storage/debug.h
      since the same list is already found in scsi/constants.c.
      This also brings this list up to date with SCSI-3.
      0b2c0d4f
  13. 09 Feb, 2002 1 commit
    • James Bottomley's avatar
      Various bugfixes to sync with 2.4 version: · fdd91bc1
      James Bottomley authored
      - Fix bug in scripts that was causing CDRW hang
      - add sense buffer length initialisation
      - update lasi700 to new driver model and fix rmmod hang
      - add correct MCA reporting to D700 driver
      fdd91bc1
  14. 05 Feb, 2002 1 commit
    • Linus Torvalds's avatar
      v2.4.9.6 -> v2.4.9.7 · 7df13152
      Linus Torvalds authored
        - Alan Cox: big driver/mips sync
        - Andries Brouwer, Christoph Hellwig: more gendisk fixups
        - Tobias Ringstrom: tulip driver workaround for DC21143 erratum
      7df13152