linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] libata: Fixup ATA NCQ NON-DATA commands
@ 2016-06-20 11:39 Hannes Reinecke
  2016-06-20 11:39 ` [PATCH 1/6] libata: use ata_is_ncq() accessors Hannes Reinecke
                   ` (5 more replies)
  0 siblings, 6 replies; 15+ messages in thread
From: Hannes Reinecke @ 2016-06-20 11:39 UTC (permalink / raw)
  To: Tejun Heo; +Cc: Damien Le Moal, linux-ide, Hannes Reinecke

Hi Tejun,

Damien pointed out that we're not handling ATA NCQ NON-Data commands
correctly. This patchset fixes this.

As usual, comments and reviews are welcome.

Hannes Reinecke (6):
  libata: use ata_is_ncq() accessors
  libsas: use ata_is_ncq() and ata_has_dma() accessors
  ata: add ata_is_fpdma() accessor
  ata: fixup ATA_PROT_NODATA
  libata-eh: decode all taskfile protocols
  ata: Handle ATA NCQ NO-DATA commands correctly

 drivers/ata/libahci.c         |  2 +-
 drivers/ata/libata-core.c     |  8 ++++----
 drivers/ata/libata-eh.c       |  8 ++++++--
 drivers/ata/libata-scsi.c     |  9 ++++++---
 drivers/ata/sata_dwc_460ex.c  |  2 ++
 drivers/ata/sata_fsl.c        |  4 ++--
 drivers/ata/sata_mv.c         |  5 ++---
 drivers/ata/sata_nv.c         | 11 +++++------
 drivers/scsi/libsas/sas_ata.c |  9 ++-------
 include/linux/ata.h           |  1 +
 include/linux/libata.h        |  8 ++++++++
 include/trace/events/libata.h |  1 +
 12 files changed, 40 insertions(+), 28 deletions(-)

-- 
1.8.5.6


^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2016-06-21 15:52 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-20 11:39 [PATCH 0/6] libata: Fixup ATA NCQ NON-DATA commands Hannes Reinecke
2016-06-20 11:39 ` [PATCH 1/6] libata: use ata_is_ncq() accessors Hannes Reinecke
2016-06-20 11:39 ` [PATCH 2/6] libsas: use ata_is_ncq() and ata_has_dma() accessors Hannes Reinecke
2016-06-20 15:40   ` Tejun Heo
2016-06-21  5:44     ` Hannes Reinecke
2016-06-20 11:39 ` [PATCH 3/6] ata: add ata_is_fpdma() accessor Hannes Reinecke
2016-06-20 15:42   ` Tejun Heo
2016-06-21  5:49     ` Hannes Reinecke
2016-06-21 15:45       ` Tejun Heo
2016-06-20 11:39 ` [PATCH 4/6] ata: fixup ATA_PROT_NODATA Hannes Reinecke
2016-06-20 15:44   ` Tejun Heo
2016-06-21  5:52     ` Hannes Reinecke
2016-06-20 11:39 ` [PATCH 5/6] libata-eh: decode all taskfile protocols Hannes Reinecke
2016-06-20 11:39 ` [PATCH 6/6] ata: Handle ATA NCQ NO-DATA commands correctly Hannes Reinecke
2016-06-21  1:14   ` Damien Le Moal

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).