aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/constants.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2016-08-16scsi: fix upper bounds check of sense key in scsi_sense_key_string()Tyrel Datwyler1-2/+3
2016-04-11scsi: reduce CONFIG_SCSI_CONSTANTS=y impact by 8kRasmus Villemoes1-5/+21
2016-04-11scsi: move Additional Sense Codes to separate fileRasmus Villemoes1-827/+3
2016-04-11scsi: make some Additional Sense strings more grep'ableRasmus Villemoes1-18/+9
2015-01-09scsi: Conditionally compile in constants.cHannes Reinecke1-44/+0
2015-01-09scsi: use per-cpu buffer for formatting scsi_print_result()Hannes Reinecke1-22/+0
2015-01-09scsi: use per-cpu buffer for formatting senseHannes Reinecke1-107/+0
2015-01-09scsi: use external buffer for command loggingHannes Reinecke1-72/+2
2015-01-09scsi: asc/ascq codes, sync to T10 2014/12/21Douglas Gilbert1-1/+27
2014-12-02scsi: set fmt to NULL scsi_extd_sense_format() by defaultDan Carpenter1-0/+3
2014-11-24scsi: add SPC-3 command definitionsHannes Reinecke1-4/+0
2014-11-24scsi: rename SERVICE_ACTION_IN to SERVICE_ACTION_IN_16Hannes Reinecke1-1/+0
2014-11-12scsi: simplify scsi_log_(send|completion)Hannes Reinecke1-3/+38
2014-11-12scsi: remove scsi_show_result()Hannes Reinecke1-16/+0
2014-11-12scsi: separate out scsi_(host|driver)byte_string()Hannes Reinecke1-14/+44
2014-11-12scsi: repurpose the last argument from print_opcode_name()Hannes Reinecke1-15/+10
2014-11-12scsi: consolidate opcode lookup in scsi_opcode_sa_name()Hannes Reinecke1-16/+23
2014-11-12scsi: merge print_opcode_name()Hannes Reinecke1-60/+38
2014-11-12scsi: implement scsi_opcode_sa_nameHannes Reinecke1-78/+53
2014-11-12scsi: remove scsi_print_status()Hannes Reinecke1-35/+0
2014-11-12scsi: do not decode sense extrasHannes Reinecke1-62/+0
2014-11-12scsi: stop decoding if scsi_normalize_sense() failsHannes Reinecke1-18/+16
2014-11-12scsi: use sdev as argument for sense code printingHannes Reinecke1-60/+60
2014-11-12scsi: remove scsi_cmd_print_sense_hdr()Hannes Reinecke1-14/+0
2013-07-09[SCSI] scsi constants: command, sense key + additional sense stringsDouglas Gilbert1-48/+187
2012-09-14[SCSI] add DID_TARGET_FAILURE and DID_NEXUS_FAILURE to hostbyte_table in constants.cMoger, Babu1-1/+2
2011-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2011-05-10treewide: fix a few typos in commentsJustin P. Mattock1-1/+1
2011-04-15[SCSI] Log thin provisioning threshold eventShyam Iyer1-0/+1
2010-09-02[SCSI] Fix warning: zero-length gnu_printf format stringJean Sacren1-3/+3
2010-02-19[SCSI] Fix printing of failed 32-byte commandsMartin K. Petersen1-0/+3
2010-02-19[SCSI] Fix printing of variable length commandsMartin K. Petersen1-10/+7
2009-12-04[SCSI] scsi: Add missing command definitionsMartin K. Petersen1-0/+1
2009-08-22[SCSI] update scsi/constants.cDouglas Gilbert1-20/+75
2009-03-12[SCSI] Remove SUGGEST flagsMartin K. Petersen1-10/+3
2008-10-13[SCSI] scsi: add transport host byte errors (v3)Mike Christie1-1/+2
2008-05-02[SCSI] add support for variable length extended commandsBoaz Harrosh1-7/+3
2008-01-11[SCSI] Add Documentation and integrate into docbook buildRob Landley1-1/+0
2008-01-11[SCSI] add DID_REQUEUE string to scsi_show_result host tableMike Christie1-1/+1
2007-10-12[SCSI] Fix device not ready printkJames Bottomley1-0/+14
2007-10-12[SCSI] make scsi_decode_sense_buffer and scsi_decode_sense_extras staticAdrian Bunk1-2/+2
2007-03-11[SCSI] constants.c: Update ASC list and make it constMartin K. Petersen1-1/+6
2007-03-11[SCSI] constants.c: cleanup, verbose result printingMartin K. Petersen1-122/+145
2006-07-09[SCSI] update additional sense codes and some opcode namesDouglas Gilbert1-38/+88
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-10[SCSI] remove scsi_request infrastructureChristoph Hellwig1-11/+1
2006-06-10[SCSI] drivers/scsi: Use ARRAY_SIZE macroTobias Klauser1-20/+13
2005-12-15[SCSI] Move scsi_print_msg to SPI classMatthew Wilcox1-108/+0
2005-12-13[SCSI] Mark some core scsi data structures constArjan van de Ven1-8/+8