All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] disable trim for SuperSSpeed S238 SSD
@ 2015-07-14 11:28 Arne Fitzenreiter
  2015-07-14 11:28 ` [PATCH 1/2] libata: add ATA_HORKAGE_NOTRIM Arne Fitzenreiter
  2015-07-14 11:28 ` [PATCH 2/2] libata: force disable trim for SuperSSpeed S238 Arne Fitzenreiter
  0 siblings, 2 replies; 14+ messages in thread
From: Arne Fitzenreiter @ 2015-07-14 11:28 UTC (permalink / raw)
  To: tj; +Cc: linux-ide


The SuperSSpeed S238 ssd lose data at trim, not only at queued trim
so this patchset introduce a new switch to disable trim and do this
for SuperSSpeed S238.

----
 drivers/ata/libata-core.c      |  3 +++
 drivers/ata/libata-scsi.c      | 14 ++++++++------
 drivers/ata/libata-transport.c |  2 ++
 include/linux/libata.h         |  2 ++
 4 files changed, 15 insertions(+), 6 deletions(-)
----


^ permalink raw reply	[flat|nested] 14+ messages in thread
* [PATCH 0/2] disable trim for SuperSSpeed S238 SSD - v2
@ 2015-07-14 13:01 Arne Fitzenreiter
  2015-07-14 13:01 ` [PATCH 1/2] libata: add ATA_HORKAGE_NOTRIM Arne Fitzenreiter
  0 siblings, 1 reply; 14+ messages in thread
From: Arne Fitzenreiter @ 2015-07-14 13:01 UTC (permalink / raw)
  To: tj; +Cc: linux-ide


The SuperSSpeed S238 loose data at trim, not only at queued trim
so this patchset add a switch to disable trim amd do it for this
disc.

V1: - initial patchset
V2: - signed-off commits
    - fix indenting

----
 drivers/ata/libata-core.c      |  3 +++
 drivers/ata/libata-scsi.c      | 14 ++++++++------
 drivers/ata/libata-transport.c |  2 ++
 include/linux/libata.h         |  2 ++
 4 files changed, 15 insertions(+), 6 deletions(-)


^ permalink raw reply	[flat|nested] 14+ messages in thread
* [PATCH 0/2] disable trim for SuperSSpeed S238 SSD - v3
@ 2015-07-15 11:54 Arne Fitzenreiter
  2015-07-15 11:54 ` [PATCH 1/2] libata: add ATA_HORKAGE_NOTRIM Arne Fitzenreiter
  0 siblings, 1 reply; 14+ messages in thread
From: Arne Fitzenreiter @ 2015-07-15 11:54 UTC (permalink / raw)
  To: tj; +Cc: linux-ide, stable, arne_f


The SuperSSpeed S238 loose blocks at TRIM so this patchset add
a horkage to disable trim and set it for this disc.
A european distributor (pcengines.ch) has already started
to refund or exchange the discs by a version with disabled TRIM.
http://pcengines.ch/msata16a.htm

V1: - initial patchset
V2: - signed-off commits
    - fix indenting
V3: - better commit messages

--
 drivers/ata/libata-core.c      |  3 +++
 drivers/ata/libata-scsi.c      | 14 ++++++++------
 drivers/ata/libata-transport.c |  2 ++
 include/linux/libata.h         |  2 ++
 4 files changed, 15 insertions(+), 6 deletions(-)
--

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

end of thread, other threads:[~2015-07-15 17:53 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-14 11:28 [PATCH 0/2] disable trim for SuperSSpeed S238 SSD Arne Fitzenreiter
2015-07-14 11:28 ` [PATCH 1/2] libata: add ATA_HORKAGE_NOTRIM Arne Fitzenreiter
2015-07-14 11:43   ` Sergei Shtylyov
2015-07-14 12:16     ` arne_f
2015-07-14 12:34       ` Sergei Shtylyov
2015-07-14 18:50   ` Tejun Heo
2015-07-14 11:28 ` [PATCH 2/2] libata: force disable trim for SuperSSpeed S238 Arne Fitzenreiter
2015-07-14 18:54   ` Tejun Heo
2015-07-14 13:01 [PATCH 0/2] disable trim for SuperSSpeed S238 SSD - v2 Arne Fitzenreiter
2015-07-14 13:01 ` [PATCH 1/2] libata: add ATA_HORKAGE_NOTRIM Arne Fitzenreiter
2015-07-15 11:54 [PATCH 0/2] disable trim for SuperSSpeed S238 SSD - v3 Arne Fitzenreiter
2015-07-15 11:54 ` [PATCH 1/2] libata: add ATA_HORKAGE_NOTRIM Arne Fitzenreiter
2015-07-15 14:26   ` Greg KH
2015-07-15 15:25   ` Tejun Heo
2015-07-15 17:23   ` Sergei Shtylyov
2015-07-15 17:53     ` Tejun Heo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.