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. Changes since the initial version: - Correctly document all return codes in __scsi_error_from_host_byte() - Set hostbyte status in scsi_check_sense() Changes since v2: - Modify dm-mpath to handle ENOSPC Hannes Reinecke (4): scsi: Document enhanced error codes scsi: Set hostbyte status in scsi_check_sense() scsi: return ENOSPC on thin provisioning failure scsi: Return ENODATA on medium error block/blk-core.c | 6 ++++++ drivers/md/dm-mpath.c | 16 +++++++++++++++- drivers/scsi/scsi_error.c | 28 +++++++++++++--------------- drivers/scsi/scsi_lib.c | 22 ++++++++++++++++++++++ include/scsi/scsi.h | 3 ++- 5 files changed, 58 insertions(+), 17 deletions(-) -- 1.7.12.4 -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html