The ATA device blacklist checks model numbers (in libata-core.c) against the glob pattern "Crucial_CT???M550SSD*" to blacklist queued trim for buggy firmware on the Crucial M550 SSD, but the 1TB model will have a model number like "Crucial_CT1024M550SSD1", which won't match. Presumably, it shares the firmware bug and should also be blacklisted.
Created attachment 147171 [details] crucial-m550-match.patch Patch applied to libata/for-3.17-fixes w/ stable cc'd. Thanks.