An error occurred fetching the project authors.
  1. 25 Jan, 2012 1 commit
  2. 23 Feb, 2010 1 commit
  3. 13 Nov, 2009 1 commit
    • Alex Chiang's avatar
      cciss: make device attrs static · 69ac7482
      Alex Chiang authored
      No need to export those device attributes.
      
      In fact, without this patch, we can trip over a build error if cciss
      is a built-in and another driver also declares and exports attributes
      with the same name.
      
      You'll see errors like:
      
      	drivers/scsi/built-in.o: multiple definition of `dev_attr_lunid'
      	drivers/block/built-in.o: first defined here
      
      Cc: Stephen M. Cameron <scameron@beardog.cce.hp.com>
      Signed-off-by: default avatarAlex Chiang <achiang@hp.com>
      Cc: <mike.miller@hp.com>
      Cc: Jens Axboe <jens.axboe@oracle.com>
      Signed-off-by: default avatarJens Axboe <jens.axboe@oracle.com>
      69ac7482
  4. 13 Oct, 2009 2 commits
  5. 01 Oct, 2009 24 commits
  6. 23 Sep, 2009 1 commit
  7. 22 Sep, 2009 1 commit
  8. 15 Sep, 2009 1 commit
  9. 11 Sep, 2009 1 commit
  10. 12 Jul, 2009 1 commit
  11. 03 Jul, 2009 1 commit
    • Hannes Reinecke's avatar
      cciss: Ignore stale commands after reboot · b59e64d0
      Hannes Reinecke authored
      When doing an unexpected shutdown like kexec the cciss
      firmware might still have some commands in flight, which
      it is trying to complete.
      The driver is doing it's best on resetting the HBA,
      but sadly there's a firmware issue causing the firmware
      _not_ to abort or drop old commands.
      So the firmware will send us commands which we haven't
      accounted for, causing the driver to panic.
      
      With this patch we're just ignoring these commands as
      there is nothing we could be doing with them anyway.
      Signed-off-by: default avatarHannes Reinecke <hare@suse.de>
      Acked-by: default avatarMike Miller <mike.miller@hp.com>
      Signed-off-by: default avatarJens Axboe <axboe@carl.(none)>
      b59e64d0
  12. 16 Jun, 2009 1 commit
  13. 09 Jun, 2009 4 commits