1. 26 1月, 2008 3 次提交
  2. 20 11月, 2007 1 次提交
  3. 12 10月, 2007 2 次提交
  4. 27 7月, 2007 1 次提交
  5. 31 5月, 2007 1 次提交
  6. 27 4月, 2007 6 次提交
  7. 06 3月, 2007 3 次提交
  8. 06 2月, 2007 3 次提交
  9. 08 12月, 2006 3 次提交
  10. 04 12月, 2006 2 次提交
  11. 19 10月, 2006 1 次提交
  12. 11 10月, 2006 4 次提交
  13. 05 10月, 2006 1 次提交
  14. 20 9月, 2006 2 次提交
  15. 30 8月, 2006 1 次提交
  16. 07 8月, 2006 1 次提交
  17. 27 7月, 2006 1 次提交
  18. 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
  19. 01 7月, 2006 1 次提交
  20. 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