summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/constants.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: fix upper bounds check of sense key in scsi_sense_key_string()Tyrel Datwyler2016-08-161-2/+3
* scsi: reduce CONFIG_SCSI_CONSTANTS=y impact by 8kRasmus Villemoes2016-04-111-5/+21
* scsi: move Additional Sense Codes to separate fileRasmus Villemoes2016-04-111-827/+3
* scsi: make some Additional Sense strings more grep'ableRasmus Villemoes2016-04-111-18/+9
* scsi: Conditionally compile in constants.cHannes Reinecke2015-01-091-44/+0
* scsi: use per-cpu buffer for formatting scsi_print_result()Hannes Reinecke2015-01-091-22/+0
* scsi: use per-cpu buffer for formatting senseHannes Reinecke2015-01-091-107/+0
* scsi: use external buffer for command loggingHannes Reinecke2015-01-091-72/+2
* scsi: asc/ascq codes, sync to T10 2014/12/21Douglas Gilbert2015-01-091-1/+27
* scsi: set fmt to NULL scsi_extd_sense_format() by defaultDan Carpenter2014-12-021-0/+3
* scsi: add SPC-3 command definitionsHannes Reinecke2014-11-241-4/+0
* scsi: rename SERVICE_ACTION_IN to SERVICE_ACTION_IN_16Hannes Reinecke2014-11-241-1/+0
* scsi: simplify scsi_log_(send|completion)Hannes Reinecke2014-11-121-3/+38
* scsi: remove scsi_show_result()Hannes Reinecke2014-11-121-16/+0
* scsi: separate out scsi_(host|driver)byte_string()Hannes Reinecke2014-11-121-14/+44
* scsi: repurpose the last argument from print_opcode_name()Hannes Reinecke2014-11-121-15/+10
* scsi: consolidate opcode lookup in scsi_opcode_sa_name()Hannes Reinecke2014-11-121-16/+23
* scsi: merge print_opcode_name()Hannes Reinecke2014-11-121-60/+38
* scsi: implement scsi_opcode_sa_nameHannes Reinecke2014-11-121-78/+53
* scsi: remove scsi_print_status()Hannes Reinecke2014-11-121-35/+0
* scsi: do not decode sense extrasHannes Reinecke2014-11-121-62/+0
* scsi: stop decoding if scsi_normalize_sense() failsHannes Reinecke2014-11-121-18/+16
* scsi: use sdev as argument for sense code printingHannes Reinecke2014-11-121-60/+60
* scsi: remove scsi_cmd_print_sense_hdr()Hannes Reinecke2014-11-121-14/+0
* [SCSI] scsi constants: command, sense key + additional sense stringsDouglas Gilbert2013-07-091-48/+187
* [SCSI] add DID_TARGET_FAILURE and DID_NEXUS_FAILURE to hostbyte_table in cons...Moger, Babu2012-09-141-1/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-05-231-1/+1
|\
| * treewide: fix a few typos in commentsJustin P. Mattock2011-05-101-1/+1
* | [SCSI] Log thin provisioning threshold eventShyam Iyer2011-04-151-0/+1
|/
* [SCSI] Fix warning: zero-length gnu_printf format stringJean Sacren2010-09-021-3/+3
* [SCSI] Fix printing of failed 32-byte commandsMartin K. Petersen2010-02-191-0/+3
* [SCSI] Fix printing of variable length commandsMartin K. Petersen2010-02-191-10/+7
* [SCSI] scsi: Add missing command definitionsMartin K. Petersen2009-12-041-0/+1
* [SCSI] update scsi/constants.cDouglas Gilbert2009-08-221-20/+75
* [SCSI] Remove SUGGEST flagsMartin K. Petersen2009-03-121-10/+3
* [SCSI] scsi: add transport host byte errors (v3)Mike Christie2008-10-131-1/+2
* [SCSI] add support for variable length extended commandsBoaz Harrosh2008-05-021-7/+3
* [SCSI] Add Documentation and integrate into docbook buildRob Landley2008-01-111-1/+0
* [SCSI] add DID_REQUEUE string to scsi_show_result host tableMike Christie2008-01-111-1/+1
* [SCSI] Fix device not ready printkJames Bottomley2007-10-121-0/+14
* [SCSI] make scsi_decode_sense_buffer and scsi_decode_sense_extras staticAdrian Bunk2007-10-121-2/+2
* [SCSI] constants.c: Update ASC list and make it constMartin K. Petersen2007-03-111-1/+6
* [SCSI] constants.c: cleanup, verbose result printingMartin K. Petersen2007-03-111-122/+145
* [SCSI] update additional sense codes and some opcode namesDouglas Gilbert2006-07-091-38/+88
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [SCSI] remove scsi_request infrastructureChristoph Hellwig2006-06-101-11/+1
* [SCSI] drivers/scsi: Use ARRAY_SIZE macroTobias Klauser2006-06-101-20/+13
* [SCSI] Move scsi_print_msg to SPI classMatthew Wilcox2005-12-151-108/+0
* [SCSI] Mark some core scsi data structures constArjan van de Ven2005-12-131-8/+8
* [SCSI] move the mid-layer printk's over to shost/starget/sdev_printkJames Bottomley2005-10-281-4/+1