messages from 2016-04-13 18:07:38 to 2016-05-28 03:43:38 UTC [more...]
[PATCH] scsi: fix race between simultaneous decrements of ->host_failed
2016-05-28 3:51 UTC
sata_dwc_460ex driver
2016-05-27 18:46 UTC (7+ messages)
[PATCH] ata: Use IS_ENABLED() instead of checking for built-in or module
2016-05-27 15:27 UTC (2+ messages)
[PATCH 24/54] MAINTAINERS: Add file patterns for ata device tree bindings
2016-05-27 15:26 UTC (2+ messages)
[PATCH] pata_atiixp: fix trivial indentation misalignment on if statement
2016-05-27 15:23 UTC (2+ messages)
Kernel option to disable TRIM/discard system-wide?
2016-05-27 2:52 UTC (4+ messages)
Converting ipr to use ata_port_operations->error_handler
2016-05-26 14:12 UTC (2+ messages)
(unknown)
2016-05-26 13:05 UTC
[GIT PULL] libata sata_dwc_460ex changes for v4.7-rc1
2016-05-23 15:09 UTC
[GIT PULL] libata ZAC changes for v4.7-rc1
2016-05-23 15:04 UTC
THIS IS FROM MRS. LIRA MANDOZA
2016-05-22 19:11 UTC
[PATCH 0/5] ata: add support for Marvell Armada 7K/8K AHCI
2016-05-19 8:19 UTC (11+ messages)
` [PATCH 1/5] ata: ahci: add support for non-standard port offset/length
` [PATCH 2/5] ata: acard-ahci: use the new port_{offset,length} members
` [PATCH 3/5] ata: ahci_ceva: "
` [PATCH 4/5] ata: ahci_mvebu: add support for Armada 8K
` [PATCH 5/5] dt-bindings: ata: add compatible string for Armada 8K to ahci-platform
FROM GRACE MANDA ( PLEASE VIEW THE ATTACHMENT FILE )
2016-05-18 8:49 UTC
[PATCH 3/3] libata: Fix ATA_CMD_NCQ_NON_DATA processing
2016-05-18 6:35 UTC (2+ messages)
UBSAN: Undefined behaviour in block/blk-mq.c:1459:27 with pata_amd
2016-05-18 6:59 UTC (5+ messages)
[PATCH 2/3] libata-scsi: Fix ZBC management out command translation
2016-05-18 0:53 UTC
[PATCH 1/3] libata-scsi: Fix translation of REPORT ZONES command
2016-05-18 0:53 UTC
[PATCH 0/3] ZAC fixes
2016-05-18 0:53 UTC
[GIT PULL] libata changes for v4.7-rc1
2016-05-18 0:07 UTC
how are you
2016-05-16 5:08 UTC
[PATCHv3 00/14] libata: ZAC support
2016-05-13 8:53 UTC (23+ messages)
` [PATCHv3 01/14] libata: do not attempt to retrieve sense code twice
` [PATCHv3 02/14] libsas: enable FPDMA SEND/RECEIVE
` [PATCHv3 03/14] libata/libsas: Define ATA_CMD_NCQ_NON_DATA
` [PATCHv3 04/14] libata: Separate out ata_dev_config_ncq_send_recv()
` [PATCHv3 05/14] libata: Add command definitions for NCQ Encapsulation for READ LOG DMA EXT
` [PATCHv3 06/14] libata: Check log page directory before accessing pages
` [PATCHv3 07/14] libata-trace: decode subcommands
` [PATCHv3 08/14] libata-scsi: Generate sense code for disabled devices
` [PATCHv3 09/14] libata: fixup ZAC device disabling
` [PATCHv3 10/14] libata: implement ZBC IN translation
` [PATCHv3 11/14] libata: Implement ZBC OUT translation
` [PATCHv3 12/14] libata: NCQ encapsulation for ZAC MANAGEMENT OUT
` [PATCHv3 13/14] libata: support device-managed ZAC devices
` [PATCHv3 14/14] libata: support host-aware and host-managed "
[PATCH v2] ata: dwc: add DMADEVICES dependency
2016-05-12 16:04 UTC (3+ messages)
URGENT RESPONSE NEEDED, PLEASE REPLY
2016-05-12 14:10 UTC
Your company import from China, we help in logistics field
2016-05-11 16:47 UTC
[PATCH v2 00/23] ata: sata_dwc_460ex: make it working again
2016-05-11 14:55 UTC (40+ messages)
` [PATCH v2 01/23] ata: sata_dwc_460ex: remove incorrect locking
` [PATCH v2 02/23] ata: sata_dwc_460ex: fix crash on offline links without an attached drive
` [PATCH v2 03/23] ata: sata_dwc_460ex: set dma_boundary to 0x1fff
` [PATCH v2 04/23] ata: sata_dwc_460ex: burst size must be in items not bytes
` [PATCH v2 05/23] ata: sata_dwc_460ex: DMA is always a flow controller
` [PATCH v2 06/23] ata: sata_dwc_460ex: select only core part of DMA driver
` [PATCH v2 07/23] ata: sata_dwc_460ex: skip dma setup for non-dma commands
` [PATCH v2 08/23] ata: sata_dwc_460ex: don't call ata_sff_qc_issue() on DMA commands
` [PATCH v2 09/23] ata: sata_dwc_460ex: use "dmas" DT property to find dma channel
` [PATCH v2 10/23] ata: sata_dwc_460ex: add phy support
` [PATCH v2 11/23] ata: sata_dwc_460ex: get rid of global data
` [PATCH v2 12/23] ata: sata_dwc_460ex: correct HOSTDEV{P}_FROM_*() macros
` [PATCH v2 13/23] ata: sata_dwc_460ex: remove empty libata callback
` [PATCH v2 14/23] ata: sata_dwc_460ex: get rid of some pointless casts
` [PATCH v2 15/23] ata: sata_dwc_460ex: get rid of incorrect cast
` [PATCH v2 16/23] ata: sata_dwc_460ex: add __iomem to register base pointer
` [PATCH v2 17/23] ata: sata_dwc_460ex: supply physical address of FIFO to DMA
` [PATCH v2 18/23] ata: sata_dwc_460ex: switch to new dmaengine_terminate_* API
` [PATCH v2 19/23] ata: sata_dwc_460ex: use readl/writel_relaxed()
` [PATCH v2 20/23] ata: sata_dwc_460ex: tidy up sata_dwc_clear_dmacr()
` [PATCH v2 21/23] ata: sata_dwc_460ex: use devm_ioremap
` [PATCH v2 22/23] ata: sata_dwc_460ex: make debug messages neat
` [PATCH v2 23/23] powerpc/4xx: Device tree update for the 460ex DWC SATA
[PATCH] ata: dwc: add DMADEVICES dependency
2016-05-11 13:32 UTC (5+ messages)
[PATCH v1 1/1] libata-scsi: use %*ph to dump small buffers
2016-05-09 16:31 UTC (2+ messages)
Hyvää päivää,
2016-05-09 13:43 UTC
[PATCH 2/3] libata-scsi: Fix SCSI INQUIRY version descriptor
2016-05-07 9:19 UTC (4+ messages)
` [PATCH 3/3] libata-scsi: Do not partially report ATA read look-ahead
[v4.4-rc1 Regression] scsi: use host wide tags by default
2016-05-06 13:53 UTC
What time payment to you?
2016-05-06 9:14 UTC
hi linux
2016-05-03 8:04 UTC
[PATCH 1/3] libata-scsi: Set CmdQue=1 when NCQ is enabled
2016-05-03 9:50 UTC (2+ messages)
Listing from maryjanesogrub
2016-05-03 5:13 UTC
[PATCH] ide-tape: fix misprint in failure handling in idetape_init()
2016-04-29 22:11 UTC
[PATCH v1 00/23] ata: sata_dwc_460ex: make it working again
2016-04-24 17:51 UTC (38+ messages)
` [PATCH v1 01/23] ata: sata_dwc_460ex: remove incorrect locking
` [PATCH v1 02/23] ata: sata_dwc_460ex: fix crash on offline links without an attached drive
` [PATCH v1 03/23] ata: sata_dwc_460ex: set dma_boundary to 0x1fff
` [PATCH v1 04/23] ata: sata_dwc_460ex: burst size must be in items not bytes
` [PATCH v1 05/23] ata: sata_dwc_460ex: DMA is always a flow controller
` [PATCH v1 06/23] ata: sata_dwc_460ex: select only core part of DMA driver
` [PATCH v1 07/23] ata: sata_dwc_460ex: skip dma setup for non-dma commands
` [PATCH v1 08/23] ata: sata_dwc_460ex: don't call ata_sff_qc_issue() on DMA commands
` [PATCH v1 09/23] ata: sata_dwc_460ex: use "dmas" DT property to find dma channel
` [PATCH v1 10/23] ata: sata_dwc_460ex: add phy support
` [PATCH v1 11/23] ata: sata_dwc_460ex: get rid of global data
` [PATCH v1 12/23] ata: sata_dwc_460ex: correct HOSTDEV{P}_FROM_*() macros
` [PATCH v1 13/23] ata: sata_dwc_460ex: remove empty libata callback
` [PATCH v1 14/23] ata: sata_dwc_460ex: get rid of some pointless casts
` [PATCH v1 15/23] ata: sata_dwc_460ex: get rid of incorrect cast
` [PATCH v1 16/23] ata: sata_dwc_460ex: add __iomem to register base pointer
` [PATCH v1 17/23] ata: sata_dwc_460ex: supply physical address of FIFO to DMA
` [PATCH v1 18/23] ata: sata_dwc_460ex: switch to new dmaengine_terminate_* API
` [PATCH v1 19/23] ata: sata_dwc_460ex: use readl/writel_relaxed()
` [PATCH v1 20/23] ata: sata_dwc_460ex: tidy up sata_dwc_clear_dmacr()
` [PATCH v1 21/23] ata: sata_dwc_460ex: use devm_ioremap
` [PATCH v1 22/23] ata: sata_dwc_460ex: make debug messages neat
` [PATCH v1 23/23] powerpc/4xx: Device tree update for the 460ex DWC SATA
HELLO DEAR
2016-04-22 17:47 UTC
What happened to
2016-04-19 0:33 UTC
[PATCH 0/5] add __init attribute
2016-04-18 14:55 UTC (2+ messages)
` [PATCH 5/5] cmd640: "
[PATCH] pata_artop: Use ioread8
2016-04-18 6:33 UTC (3+ messages)
[PATCHv2 00/14] ZAC support
2016-04-15 12:32 UTC (22+ messages)
` [PATCHv2 03/14] libsas: Define ATA_CMD_NCQ_NON_DATA
` [PATCHv2 05/14] libata: NCQ Encapsulation for READ LOG DMA EXT
` [PATCHv2 06/14] libata: Check log page directory before accessing pages
` [PATCHv2 09/14] libata: fixup ZAC device disabling
` [PATCHv2 13/14] libata: support device-managed ZAC devices
libata: check zero power ready status for ZPODD
2016-04-15 2:34 UTC (2+ messages)
[PATCH v2] ata: add AMD Seattle platform driver
2016-04-14 22:14 UTC (8+ messages)
URGENT REPLY FOR MORE DETAILS
2016-04-14 21:53 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).