1. 13 7月, 2009 1 次提交
  2. 11 7月, 2009 1 次提交
  3. 09 7月, 2009 1 次提交
  4. 04 7月, 2009 1 次提交
    • H
      cciss: Ignore stale commands after reboot · b59e64d0
      Hannes Reinecke 提交于
      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: NHannes Reinecke <hare@suse.de>
      Acked-by: NMike Miller <mike.miller@hp.com>
      Signed-off-by: NJens Axboe <axboe@carl.(none)>
      b59e64d0
  5. 01 7月, 2009 1 次提交
  6. 24 6月, 2009 2 次提交
    • B
      osdblk: Adjust queue limits to lower device's limits · bc47df0f
      Boaz Harrosh 提交于
      call blk_queue_stack_limits() to copy queue limits from
      the underline osd scsi_device. This is absolutely needed
      because osdblk cannot sleep when allocating a lower-request and
      therefore cannot be bouncing.
      
      TODO: Dynamic changes of limits to the lower device queue
      will not reflect in the upper driver
      Signed-off-by: NBoaz Harrosh <bharrosh@panasas.com>
      bc47df0f
    • J
      osdblk: a Linux block device for OSD objects · 2a13877c
      Jeff Garzik 提交于
      Submitted driver exports a block device of the form /dev/osdblkX,
      where X is a decimal number.
      
      It does that by mounting a stacking block device on top
      of an osd object. For example, if you create a 2G object
      on an OSD device, you can then use this module to present
      that 2G object as a Linux block device.
      
      See inside patch for exact documentation.
      
      [Sitting at linux-next helped fix proper Kconfig dependency
       for this driver, thanks to Randy Dunlap]
      Signed-off-by: NJeff Garzik <jgarzik@redhat.com>
      Signed-off-by: NBoaz Harrosh <bharrosh@panasas.com>
      2a13877c
  7. 18 6月, 2009 1 次提交
  8. 16 6月, 2009 7 次提交
  9. 15 6月, 2009 10 次提交
  10. 13 6月, 2009 1 次提交
  11. 12 6月, 2009 3 次提交
  12. 11 6月, 2009 2 次提交
  13. 09 6月, 2009 9 次提交