aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/constants.c
AgeCommit message (Expand)Author
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2016-08-16scsi: fix upper bounds check of sense key in scsi_sense_key_string()Tyrel Datwyler
2016-04-11scsi: reduce CONFIG_SCSI_CONSTANTS=y impact by 8kRasmus Villemoes
2016-04-11scsi: move Additional Sense Codes to separate fileRasmus Villemoes
2016-04-11scsi: make some Additional Sense strings more grep'ableRasmus Villemoes
2015-01-09scsi: Conditionally compile in constants.cHannes Reinecke
2015-01-09scsi: use per-cpu buffer for formatting scsi_print_result()Hannes Reinecke
2015-01-09scsi: use per-cpu buffer for formatting senseHannes Reinecke
2015-01-09scsi: use external buffer for command loggingHannes Reinecke
2015-01-09scsi: asc/ascq codes, sync to T10 2014/12/21Douglas Gilbert
2014-12-02scsi: set fmt to NULL scsi_extd_sense_format() by defaultDan Carpenter
2014-11-24scsi: add SPC-3 command definitionsHannes Reinecke
2014-11-24scsi: rename SERVICE_ACTION_IN to SERVICE_ACTION_IN_16Hannes Reinecke
2014-11-12scsi: simplify scsi_log_(send|completion)Hannes Reinecke
2014-11-12scsi: remove scsi_show_result()Hannes Reinecke
2014-11-12scsi: separate out scsi_(host|driver)byte_string()Hannes Reinecke
2014-11-12scsi: repurpose the last argument from print_opcode_name()Hannes Reinecke
2014-11-12scsi: consolidate opcode lookup in scsi_opcode_sa_name()Hannes Reinecke
2014-11-12scsi: merge print_opcode_name()Hannes Reinecke
2014-11-12scsi: implement scsi_opcode_sa_nameHannes Reinecke
2014-11-12scsi: remove scsi_print_status()Hannes Reinecke
2014-11-12scsi: do not decode sense extrasHannes Reinecke
2014-11-12scsi: stop decoding if scsi_normalize_sense() failsHannes Reinecke
2014-11-12scsi: use sdev as argument for sense code printingHannes Reinecke
2014-11-12scsi: remove scsi_cmd_print_sense_hdr()Hannes Reinecke
2013-07-09[SCSI] scsi constants: command, sense key + additional sense stringsDouglas Gilbert
2012-09-14[SCSI] add DID_TARGET_FAILURE and DID_NEXUS_FAILURE to hostbyte_table in cons...Moger, Babu
2011-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2011-05-10treewide: fix a few typos in commentsJustin P. Mattock
2011-04-15[SCSI] Log thin provisioning threshold eventShyam Iyer
2010-09-02[SCSI] Fix warning: zero-length gnu_printf format stringJean Sacren
2010-02-19[SCSI] Fix printing of failed 32-byte commandsMartin K. Petersen
2010-02-19[SCSI] Fix printing of variable length commandsMartin K. Petersen
2009-12-04[SCSI] scsi: Add missing command definitionsMartin K. Petersen
2009-08-22[SCSI] update scsi/constants.cDouglas Gilbert
2009-03-12[SCSI] Remove SUGGEST flagsMartin K. Petersen
2008-10-13[SCSI] scsi: add transport host byte errors (v3)Mike Christie
2008-05-02[SCSI] add support for variable length extended commandsBoaz Harrosh
2008-01-11[SCSI] Add Documentation and integrate into docbook buildRob Landley
2008-01-11[SCSI] add DID_REQUEUE string to scsi_show_result host tableMike Christie
2007-10-12[SCSI] Fix device not ready printkJames Bottomley
2007-10-12[SCSI] make scsi_decode_sense_buffer and scsi_decode_sense_extras staticAdrian Bunk
2007-03-11[SCSI] constants.c: Update ASC list and make it constMartin K. Petersen
2007-03-11[SCSI] constants.c: cleanup, verbose result printingMartin K. Petersen
2006-07-09[SCSI] update additional sense codes and some opcode namesDouglas Gilbert
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2006-06-10[SCSI] remove scsi_request infrastructureChristoph Hellwig
2006-06-10[SCSI] drivers/scsi: Use ARRAY_SIZE macroTobias Klauser
2005-12-15[SCSI] Move scsi_print_msg to SPI classMatthew Wilcox
2005-12-13[SCSI] Mark some core scsi data structures constArjan van de Ven