1. 28 2月, 2006 1 次提交
  2. 01 2月, 2006 1 次提交
  3. 26 1月, 2006 1 次提交
  4. 15 1月, 2006 1 次提交
  5. 10 11月, 2005 2 次提交
  6. 07 11月, 2005 2 次提交
  7. 05 11月, 2005 1 次提交
  8. 01 11月, 2005 1 次提交
    • J
      [SCSI] ips: Fix initialization bug with kdump · ee807c2d
      Jack Hammer 提交于
      If I/O is active on the adapter, and an unexpected interrupt is pending
      during initialization, the driver blows it's brains out. Since the driver
      didn't initiate the I/O, the data in it's internal tables will contain NULL
      pointers.
      
      When this condition is detected, a "flush cache and reset" is performed.
      The flush cache allows any pending "lazy writes" that the adapter is
      processing to complete ( a "must have" for a RAID adapter ) and the reset
      puts the adapter back into a known, good state.
      Signed-off-by: NJack Hammer <jack_hammer@adaptec.com>
      Signed-off-by: NJames Bottomley <James.Bottomley@SteelEye.com>
      ee807c2d
  9. 29 10月, 2005 2 次提交
  10. 02 8月, 2005 1 次提交
  11. 18 6月, 2005 2 次提交
  12. 19 4月, 2005 2 次提交
  13. 17 4月, 2005 2 次提交
    • [PATCH] scsi: remove meaningless scsi_cmnd->serial_number_at_timeout field · 84011ae8
      提交于
      scsi_cmnd->serial_number_at_timeout doesn't serve any purpose
      anymore.  All serial_number == serial_number_at_timeout tests
      are always true in abort callbacks.  Kill the field.  Also, as
      ->pid always equals ->serial_number and ->serial_number
      doesn't have any special meaning anymore, update comments
      above ->serial_number accordingly.  Once we remove all uses of
      this field from all lldd's, this field should go.
      Signed-off-by: NTejun Heo <htejun@gmail.com>
      Signed-off-by: NJames Bottomley <James.Bottomley@SteelEye.com>
      84011ae8
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4