1. 07 1月, 2017 2 次提交
    • D
      libata: Fix ATA request sense · 2dae9955
      Damien Le Moal 提交于
      For an ATA device supporting the sense data reporting feature set, a
      failed command will trigger the execution of ata_eh_request_sense if
      the result task file of the failed command has the ATA_SENSE bit set
      (sense data available bit). ata_eh_request_sense executes the REQUEST
      SENSE DATA EXT command to retrieve the sense data of the failed
      command. On success of REQUEST SENSE DATA EXT, the ATA_SENSE bit will
      NOT be set (the command succeeded) but ata_eh_request_sense
      nevertheless tests the availability of sense data by testing that bit
      presence in the result tf of the REQUEST SENSE DATA EXT command.  This
      leads us to falsely assume that request sense data failed and to the
      warning message:
      
      atax.xx: request sense failed stat 50 emask 0
      
      Upon success of REQUEST SENSE DATA EXT, set the ATA_SENSE bit in the
      result task file command so that sense data can be returned by
      ata_eh_request_sense.
      Signed-off-by: NDamien Le Moal <damien.lemoal@wdc.com>
      Signed-off-by: NTejun Heo <tj@kernel.org>
      Cc: stable@vger.kernel.org
      2dae9955
    • T
      libata: apply MAX_SEC_1024 to all CX1-JB*-HP devices · e0edc8c5
      Tejun Heo 提交于
      Marko reports that CX1-JB512-HP shows the same timeout issues as
      CX1-JB256-HP.  Let's apply MAX_SEC_128 to all devices in the series.
      Signed-off-by: NTejun Heo <tj@kernel.org>
      Reported-by: NMarko Koski-Vähälä <marko@koski-vahala.com>
      Cc: stable@vger.kernel.org # v3.19+
      e0edc8c5
  2. 05 1月, 2017 9 次提交
  3. 04 1月, 2017 4 次提交
  4. 03 1月, 2017 14 次提交
  5. 02 1月, 2017 3 次提交
  6. 30 12月, 2016 8 次提交