From: Marios Andreopoulos <opensource@xxxxxxxxxxxxx> Queued TRIM commands cause problems and silent file system corruption on Crucial M500 SSDs. This patch disables them for the mSATA model of the drive. Signed-off-by: Marios Andreopoulos <opensource@xxxxxxxxxxxxx> --- More information can be found on this bug report: https://bugzilla.kernel.org/show_bug.cgi?id=71371 drivers/ata/libata-core.c | 1 + 1 file changed, 1 insertion(+) diff -pruN a/drivers/ata/libata-core.c b/drivers/ata/libata-core.c --- a/drivers/ata/libata-core.c 2014-03-02 02:04:02.000000000 +0200 +++ b/drivers/ata/libata-core.c 2014-03-03 17:49:14.867332615 +0200 @@ -4225,6 +4225,7 @@ static const struct ata_blacklist_entry /* devices that don't properly handle queued TRIM commands */ { "Micron_M500*", NULL, ATA_HORKAGE_NO_NCQ_TRIM, }, { "Crucial_CT???M500SSD1", NULL, ATA_HORKAGE_NO_NCQ_TRIM, }, + { "Crucial_CT???M500SSD3", NULL, ATA_HORKAGE_NO_NCQ_TRIM, }, /* * Some WD SATA-I drives spin up and down erratically when the link -- To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html