1. 30 4月, 2008 1 次提交
  2. 20 4月, 2008 1 次提交
  3. 31 1月, 2008 1 次提交
    • J
      [SCSI] remove use_sg_chaining · d3f46f39
      James Bottomley 提交于
      With the sg table code, every SCSI driver is now either chain capable
      or broken (or has sg_tablesize set so chaining is never activated), so
      there's no need to have a check in the host template.
      
      Also tidy up the code by moving the scatterlist size defines into the
      SCSI includes and permit the last entry of the scatterlist pools not
      to be a power of two.
      Signed-off-by: NJames Bottomley <James.Bottomley@HansenPartnership.com>
      d3f46f39
  4. 12 1月, 2008 2 次提交
  5. 04 11月, 2007 1 次提交
    • R
      [SCSI] ibmvscsi: Prevent IO during partner login · 3c887e8a
      Robert Jennings 提交于
      By setting the request_limit in send_srp_login to 1 we allowed login
      requests to be sent to the server adapter.  If this was not an initial
      login, but was a login after a disconnect with the server, other I/O
      requests could attempt to be processed before the login occured.  These
      I/O requests would fail, sometimes resulting in filesystems getting
      marked read-only.
      
      To address this we can set the request_limit to 0 while doing the login
      and add an exception where login requests, along with task management
      events, are always passed to the server.
      
      There is a case where the request_limit had already reached 0 would result
      in all events being sent rather than returning SCSI_MLQUEUE_HOST_BUSY; this
      has also been fixed by this patch.
      Signed-off-by: NRobert Jennings <rcj@linux.vnet.ibm.com>
      Signed-off-by: NBrian King <brking@linux.vnet.ibm.com>
      Signed-off-by: NJames Bottomley <James.Bottomley@HansenPartnership.com>
      3c887e8a
  6. 16 10月, 2007 1 次提交
  7. 13 10月, 2007 3 次提交
  8. 31 7月, 2007 2 次提交
  9. 15 7月, 2007 1 次提交
  10. 26 6月, 2007 1 次提交
  11. 18 6月, 2007 5 次提交
  12. 30 5月, 2007 1 次提交
  13. 01 4月, 2007 2 次提交
  14. 26 10月, 2006 1 次提交
  15. 26 6月, 2006 1 次提交
  16. 28 4月, 2006 1 次提交
  17. 15 4月, 2006 1 次提交
  18. 13 4月, 2006 2 次提交
  19. 26 1月, 2006 1 次提交
  20. 24 10月, 2005 2 次提交
  21. 13 9月, 2005 1 次提交
  22. 07 9月, 2005 1 次提交
  23. 30 8月, 2005 1 次提交
  24. 29 8月, 2005 2 次提交
  25. 03 7月, 2005 1 次提交
  26. 18 6月, 2005 2 次提交
  27. 17 4月, 2005 1 次提交
    • 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