1. 11 11月, 2005 4 次提交
  2. 10 11月, 2005 2 次提交
  3. 09 11月, 2005 3 次提交
  4. 07 11月, 2005 4 次提交
  5. 06 11月, 2005 1 次提交
  6. 05 11月, 2005 3 次提交
  7. 02 11月, 2005 4 次提交
  8. 01 11月, 2005 2 次提交
  9. 31 10月, 2005 6 次提交
    • J
      [libata] locking rewrite (== fix) · 005a5a06
      Jeff Garzik 提交于
      A lot of power packed into a little patch.
      
      This change eliminates the sharing between our controller-wide spinlock
      and the SCSI core's Scsi_Host lock.  As the locking in libata was
      already highly compartmentalized, always referencing our own lock, and
      never scsi_host::host_lock.
      
      As a side effect, this change eliminates a deadlock from calling
      scsi_finish_command() while inside our spinlock.
      005a5a06
    • J
      [libata] ata_tf_to_host cleanups · e5338254
      Jeff Garzik 提交于
      Integrate ata_exec() and ata_tf_to_host() into their only caller,
      ata_bus_edd().
      
      Rename ata_tf_to_host_nolock() to ata_tf_to_host().
      
      This makes locking a bit easier to review, and may help pave the way for
      future changes.
      e5338254
    • T
      [PATCH] fix missing includes · 4e57b681
      Tim Schmielau 提交于
      I recently picked up my older work to remove unnecessary #includes of
      sched.h, starting from a patch by Dave Jones to not include sched.h
      from module.h. This reduces the number of indirect includes of sched.h
      by ~300. Another ~400 pointless direct includes can be removed after
      this disentangling (patch to follow later).
      However, quite a few indirect includes need to be fixed up for this.
      
      In order to feed the patches through -mm with as little disturbance as
      possible, I've split out the fixes I accumulated up to now (complete for
      i386 and x86_64, more archs to follow later) and post them before the real
      patch.  This way this large part of the patch is kept simple with only
      adding #includes, and all hunks are independent of each other.  So if any
      hunk rejects or gets in the way of other patches, just drop it.  My scripts
      will pick it up again in the next round.
      Signed-off-by: NTim Schmielau <tim@physik3.uni-rostock.de>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      4e57b681
    • J
      [PATCH] Typo fix: explictly -> explicitly · 33430dc5
      Jean Delvare 提交于
      (akpm: I don't do typo patches, but one of these is in a printk string)
      Signed-off-by: NJean Delvare <khali@linux-fr.org>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      33430dc5
    • A
      [PATCH] ide-scsi highmem cleanup · 17fd47ab
      Andrew Morton 提交于
      It's not necessary to test PageHighmem in here - kmap_atomic() does the right
      thing.
      
      Cc: Bartlomiej Zolnierkiewicz <B.Zolnierkiewicz@elka.pw.edu.pl>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      17fd47ab
    • J
      [libata] use dev_printk() throughout drivers · a9524a76
      Jeff Garzik 提交于
      A few drivers were not following the standard meme of printing out
      their driver name and version at module load time; this is fixed
      as well.
      a9524a76
  10. 30 10月, 2005 11 次提交