1. 30 11月, 2012 2 次提交
  2. 23 11月, 2012 2 次提交
  3. 19 11月, 2012 1 次提交
  4. 09 10月, 2012 1 次提交
  5. 26 9月, 2012 8 次提交
  6. 17 9月, 2012 2 次提交
    • S
      s390/dasd: fix read unit address configuration loop · 03429f34
      Stefan Haberland 提交于
      Read unit address is done for all devices during online processing to read
      out LCU features. This is also done after disconnect/connect a LCU.
      Some older storage hardware does not provide the capability to read unit
      address configuration.
      This leads to a loop trying to read unit address configuration every 30
      seconds. The device is still operational but logs are flooded with error
      messages.
      
      Fix the loop by recognizing a command reject saying that the suborder
      for ruac is not supported.
      Signed-off-by: NStefan Haberland <stefan.haberland@de.ibm.com>
      Signed-off-by: NMartin Schwidefsky <schwidefsky@de.ibm.com>
      03429f34
    • S
      s390/dasd: fix pathgroup race · 12d7b107
      Stefan Haberland 提交于
      If a new path is available we need to verify the path data. If it is the
      first path for a device the stop bits are removed after path verification.
      If a pathgroup is established we need to set system characteristics for
      the lcu. Therefore I/O has to be started.
      If the device is stopped the set system characteristics worker may block
      the path verification worker and the device is blocked.
      
      Turn on failfast for set system characteristics CQR to prevent a deadlock
      with the path verification worker.
      
      If a pathgroup is established on a device that is not in use trigger path
      verification. Maybe we were not informed about a working path.
      Signed-off-by: NStefan Haberland <stefan.haberland@de.ibm.com>
      Reviewed-by: NStefan Weinhuber <wein@de.ibm.com>
      Signed-off-by: NMartin Schwidefsky <schwidefsky@de.ibm.com>
      12d7b107
  7. 06 9月, 2012 1 次提交
  8. 28 8月, 2012 1 次提交
  9. 20 7月, 2012 1 次提交
    • H
      s390/comments: unify copyright messages and remove file names · a53c8fab
      Heiko Carstens 提交于
      Remove the file name from the comment at top of many files. In most
      cases the file name was wrong anyway, so it's rather pointless.
      
      Also unify the IBM copyright statement. We did have a lot of sightly
      different statements and wanted to change them one after another
      whenever a file gets touched. However that never happened. Instead
      people start to take the old/"wrong" statements to use as a template
      for new files.
      So unify all of them in one go.
      Signed-off-by: NHeiko Carstens <heiko.carstens@de.ibm.com>
      a53c8fab
  10. 16 7月, 2012 1 次提交
  11. 24 5月, 2012 1 次提交
  12. 11 4月, 2012 1 次提交
  13. 11 3月, 2012 2 次提交
  14. 27 2月, 2012 1 次提交
  15. 19 1月, 2012 2 次提交
  16. 04 1月, 2012 2 次提交
  17. 27 12月, 2011 3 次提交
  18. 22 12月, 2011 1 次提交
    • K
      driver-core: remove sysdev.h usage. · edbaa603
      Kay Sievers 提交于
      The sysdev.h file should not be needed by any in-kernel code, so remove
      the .h file from these random files that seem to still want to include
      it.
      
      The sysdev code will be going away soon, so this include needs to be
      removed no matter what.
      
      Cc: Jiandong Zheng <jdzheng@broadcom.com>
      Cc: Scott Branden <sbranden@broadcom.com>
      Cc: Russell King <linux@arm.linux.org.uk>
      Cc: Kukjin Kim <kgene.kim@samsung.com>
      Cc: David Brown <davidb@codeaurora.org>
      Cc: Daniel Walker <dwalker@fifo99.com>
      Cc: Bryan Huntsman <bryanh@codeaurora.org>
      Cc: Ben Dooks <ben-linux@fluff.org>
      Cc: Wan ZongShun <mcuos.com@gmail.com>
      Cc: Haavard Skinnemoen <hskinnemoen@gmail.com>
      Cc: Hans-Christian Egtvedt <egtvedt@samfundet.no>
      Cc: Guan Xuetao <gxt@mprc.pku.edu.cn>
      Cc: "Venkatesh Pallipadi
      Cc: Thomas Gleixner <tglx@linutronix.de>
      Cc: Ingo Molnar <mingo@redhat.com>
      Cc: "H. Peter Anvin" <hpa@zytor.com>
      Cc: Grant Likely <grant.likely@secretlab.ca>
      Cc: Richard Purdie <rpurdie@rpsys.net>
      Cc: Matthew Garrett <mjg@redhat.com>
      Signed-off-by: NKay Sievers <kay.sievers@vrfy.org>
      edbaa603
  19. 30 10月, 2011 5 次提交
  20. 12 9月, 2011 1 次提交
  21. 24 8月, 2011 1 次提交