1. 11 10月, 2006 2 次提交
  2. 05 10月, 2006 1 次提交
  3. 20 9月, 2006 2 次提交
  4. 30 8月, 2006 1 次提交
  5. 07 8月, 2006 1 次提交
  6. 27 7月, 2006 1 次提交
  7. 12 7月, 2006 1 次提交
    • C
      [S390] path grouping and path verifications fixes. · 7e560814
      Cornelia Huck 提交于
      1. Multipath devices for which SetPGID is not supported are not handled well.
         Use NOP ccws for path verification (sans path grouping) when SetPGID is not
         supported.
      2. Check for PGIDs already set with SensePGID on _all_ paths (not just the
         first one) and try to find a common one. Moan if no common PGID can be
         found (and use NOP verification). If no PGIDs have been set, use the css
         global PGID (as before). (Rationale: SetPGID will get a command reject if
         the PGID it tries to set does not match the already set PGID.)
      3. Immediately before reboot, issue RESET CHANNEL PATH (rcp) on all chpids. This
         will remove the old PGIDs. rcp will generate solicited CRWs which can be
         savely ignored by the machine check handler (all other actions create
         unsolicited CRWs).
      Signed-off-by: NCornelia Huck <cornelia.huck@de.ibm.com>
      Signed-off-by: NMartin Schwidefsky <schwidefsky@de.ibm.com>
      7e560814
  8. 01 7月, 2006 1 次提交
  9. 29 6月, 2006 2 次提交
    • C
      [S390] rework of channel measurement facility. · 94bb0633
      Cornelia Huck 提交于
      Fixes for several channel measurement facility bugs:
      * Blocks copied from the hardware might not be consistent. Solve this
        by moving the copying into idle state and repeating the copying.
      * avg_sample_interval changed with every read, even though no new block
        was available. Solve this by storing a timestamp when the last new
        block was received.
      * Several locking issues.
      * Measurements were not reenabled after a disconnected device became
        available again.
      * Remove #defines for ioctls that were never implemented.
      Signed-off-by: NCornelia Huck <cornelia.huck@de.ibm.com>
      Signed-off-by: NMartin Schwidefsky <schwidefsky@de.ibm.com>
      94bb0633
    • C
      [S390] cio chpid offline. · b4f7b1ee
      Cornelia Huck 提交于
      After setting a path to a dasd offline at the SE, I/O hangs on that
      dasd for 5 minutes, then continues.
      I/O for which an interrupt will not be reported after the channel
      path has been disabled was not terminated by the common I/O layer,
      causing the dasd MIH to hit after 5 minutes.
      
      Be more aggressive in terminating I/O after setting a channel path
      offline. Also make sure to generate a fake irb if the device
      driver issues an I/O request after being notified of the killed
      I/O and clear residual information from the irb before trying to
      start the delayed verification.
      Signed-off-by: NCornelia Huck <cornelia.huck@de.ibm.com>
      Signed-off-by: NMartin Schwidefsky <schwidefsky@de.ibm.com>
      b4f7b1ee
  10. 06 6月, 2006 1 次提交
  11. 24 3月, 2006 1 次提交
  12. 15 1月, 2006 1 次提交
  13. 07 1月, 2006 2 次提交
  14. 31 10月, 2005 1 次提交
    • 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
  15. 05 9月, 2005 1 次提交
  16. 30 7月, 2005 1 次提交
  17. 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