1. 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
  2. 16 10月, 2007 1 次提交
  3. 13 10月, 2007 3 次提交
  4. 31 7月, 2007 2 次提交
  5. 15 7月, 2007 1 次提交
  6. 26 6月, 2007 1 次提交
  7. 18 6月, 2007 5 次提交
  8. 30 5月, 2007 1 次提交
  9. 01 4月, 2007 2 次提交
  10. 26 10月, 2006 1 次提交
  11. 26 6月, 2006 1 次提交
  12. 28 4月, 2006 1 次提交
  13. 15 4月, 2006 1 次提交
  14. 13 4月, 2006 2 次提交
  15. 26 1月, 2006 1 次提交
  16. 24 10月, 2005 2 次提交
  17. 13 9月, 2005 1 次提交
  18. 07 9月, 2005 1 次提交
  19. 30 8月, 2005 1 次提交
  20. 29 8月, 2005 2 次提交
  21. 03 7月, 2005 1 次提交
  22. 18 6月, 2005 2 次提交
  23. 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