As discussed at LSF the SCSI stack already knows about several error conditions, it's just not well documented. Also there are some more conditions upper layers might be interested in. This patchset improves the documentation of the existing I/O error codes and adds two more error codes, ENOSPC for thin provisioning failure and ENODATA for medium error. Hannes Reinecke (3): scsi: Document enhanced error codes scsi: Return ENOSPC on thin provisioning failure scsi: Return ENODATA on medium error drivers/scsi/scsi_error.c | 26 ++++++++++++++++++++++---- drivers/scsi/scsi_lib.c | 21 +++++++++++++++++++++ include/scsi/scsi.h | 4 ++++ 3 files changed, 47 insertions(+), 4 deletions(-) -- 1.7.12.4 -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html