1. 16 4月, 2016 1 次提交
  2. 01 7月, 2013 1 次提交
    • H
      s390/dasd: Fail all requests when DASD_FLAG_ABORTIO is set · 5ea34a01
      Hannes Reinecke 提交于
      Whenever a DASD request encounters a timeout we might
      need to abort all outstanding requests on this or
      even other devices.
      
      This is especially useful if one wants to fail all
      devices on one side of a RAID10 configuration, even
      though only one device exhibited an error.
      
      To handle this I've introduced a new device flag
      DASD_FLAG_ABORTIO.
      This flag is evaluated in __dasd_process_request_queue()
      and will invoke blk_abort_request() for all
      outstanding requests with DASD_CQR_FLAGS_FAILFAST set.
      This will cause any of these requests to be aborted
      immediately if the blk_timeout function is activated.
      
      The DASD_FLAG_ABORTIO is also evaluated in
      __dasd_process_request_queue to abort all
      new request which would have the
      DASD_CQR_FLAGS_FAILFAST bit set.
      
      The flag can be set with the new ioctls 'BIODASDABORTIO'
      and removed with 'BIODASDALLOWIO'.
      Signed-off-by: NHannes Reinecke <hare@suse.de>
      Signed-off-by: NStefan Weinhuber <wein@de.ibm.com>
      Signed-off-by: NMartin Schwidefsky <schwidefsky@de.ibm.com>
      5ea34a01
  3. 09 10月, 2012 1 次提交
  4. 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
  5. 05 1月, 2011 2 次提交
  6. 29 10月, 2010 1 次提交
  7. 26 3月, 2009 1 次提交
  8. 09 1月, 2009 2 次提交
  9. 11 10月, 2008 1 次提交
  10. 02 8月, 2008 1 次提交
  11. 26 1月, 2008 1 次提交
  12. 08 12月, 2006 1 次提交
  13. 29 6月, 2006 1 次提交
  14. 21 2月, 2006 1 次提交
  15. 04 2月, 2006 1 次提交
  16. 02 2月, 2006 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