Skip to content

Commit 7a7184b

Browse files
gamaralhtejun
authored andcommitted
Add factory recertified Crucial M500s to blacklist
The Crucial M500 is known to have issues with queued TRIM commands, the factory recertified SSDs use a different model number naming convention which causes them to get ignored by the blacklist. The new naming convention boils down to: s/Crucial_/FC/ Signed-off-by: Guillermo A. Amaral <g@maral.me> Signed-off-by: Tejun Heo <tj@kernel.org> Cc: stable@vger.kernel.org
1 parent f9114d3 commit 7a7184b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/ata/libata-core.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4230,6 +4230,8 @@ static const struct ata_blacklist_entry ata_device_blacklist [] = {
42304230
ATA_HORKAGE_ZERO_AFTER_TRIM, },
42314231
{ "Samsung SSD 8*", NULL, ATA_HORKAGE_NO_NCQ_TRIM |
42324232
ATA_HORKAGE_ZERO_AFTER_TRIM, },
4233+
{ "FCCT*M500*", NULL, ATA_HORKAGE_NO_NCQ_TRIM |
4234+
ATA_HORKAGE_ZERO_AFTER_TRIM, },
42334235

42344236
/* devices that don't properly handle TRIM commands */
42354237
{ "SuperSSpeed S238*", NULL, ATA_HORKAGE_NOTRIM, },

0 commit comments

Comments
 (0)