1. 31 1月, 2008 1 次提交
  2. 22 10月, 2007 1 次提交
  3. 08 2月, 2007 1 次提交
  4. 26 10月, 2006 3 次提交
  5. 26 6月, 2006 1 次提交
    • H
      [SCSI] aic79xx: remove slave_destroy · f89d0a4e
      Hannes Reinecke 提交于
      Even with the latest fixes aic79xx still occasionally triggers the
      BUG_ON in slave_destroy. Rather than trying to figure out the various
      levels of interaction here I've decided to remove the callback altogether.
      
      The primary reason for the slave_alloc / slave_destroy is to keep an
      index of pointers to the sdevs associated with a given target.
      However, by changing the arguments to the affected functions slightly
      it's possible to avoid the use of that index entirely.
      The only performance penalty we'll incur is in writing the
      information for /proc/scsi/XXX, as we'll have to recurse over all
      available sdevs to find the correct ones. But I doubt that reading
      from /proc is in any way time-critical.
      Signed-off-by: NHannes Reinecke <hare@suse.de>
      Signed-off-by: NJames Bottomley <James.Bottomley@SteelEye.com>
      f89d0a4e
  6. 10 6月, 2006 1 次提交
  7. 14 4月, 2006 2 次提交
  8. 01 2月, 2006 1 次提交
  9. 13 1月, 2006 2 次提交
  10. 15 8月, 2005 1 次提交
  11. 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