lkml.org 
[lkml]   [2015]   [Mar]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH 0/9] libata sense code update
Date
Hi all,

with ACS-4 ATA drives inherited the possibility to return
SCSI sense codes, allowing for a more precise error handling.
Not to mention a nice alignment with the SCSI error handling.
This patchset implements both, support for NCQ Autosense and
the sense data reporting feature set.
Plus some whitespace and assorted cleanups.
And I've added some tracepoints, too.

Hannes Reinecke (9):
libata: use READ_LOG_DMA_EXT
libata: whitespace cleanup in ata_get_cmd_descript()
libata: whitespace fixes in ata_to_sense_error()
ide,ata: Rename ATA_IDX to ATA_SENSE
libata: use status bit definitions in ata_dump_status()
libata: Implement NCQ autosense
libata: Implement support for sense data reporting
libata-eh: Set 'information' field for autosense
libata: Add tracepoints

drivers/ata/Makefile | 3 +-
drivers/ata/libata-core.c | 32 ++++-
drivers/ata/libata-eh.c | 168 ++++++++++++++++++----
drivers/ata/libata-scsi.c | 111 ++++++++++-----
drivers/ata/libata-trace.c | 151 ++++++++++++++++++++
drivers/ata/libata.h | 6 +-
drivers/ide/ide-lib.c | 4 +-
drivers/ide/ide-probe.c | 2 +-
drivers/scsi/scsi_error.c | 31 ++++
include/linux/ata.h | 29 +++-
include/scsi/scsi_eh.h | 1 +
include/trace/events/libata.h | 325 ++++++++++++++++++++++++++++++++++++++++++
12 files changed, 786 insertions(+), 77 deletions(-)
create mode 100644 drivers/ata/libata-trace.c
create mode 100644 include/trace/events/libata.h

--
1.8.5.2



\
 
 \ /
  Last update: 2015-03-27 17:01    [W:0.070 / U:0.400 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site