summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
...
* qla2xxx: Fix sparse annotationsBart Van Assche2015-08-266-82/+71
* qla2xxx: Avoid that sparse complains about duplicate [noderef] attributesBart Van Assche2015-08-263-4/+4
* qla2xxx: Remove __constant_ prefixBart Van Assche2015-08-2610-253/+231
* qla2xxx: Replace two macros with an inline functionBart Van Assche2015-08-263-16/+15
* qla2xxx: Remove set-but-not-used variablesBart Van Assche2015-08-2614-102/+32
* qla2xxx: Declare local functions staticBart Van Assche2015-08-264-6/+6
* qla2xxx: Report both rsp_info and rsp_info_lenBart Van Assche2015-08-261-2/+2
* st: Destroy st_index_idr on module exitJohannes Thumshirn2015-08-261-0/+1
* megaraid_sas: fix whitespace errorsBjorn Helgaas2015-08-261-126/+118
* megaraid_sas: use dev_printk when possibleBjorn Helgaas2015-08-262-203/+196
* megaraid : use dev_printk when possibleBjorn Helgaas2015-08-261-74/+66
* scsi: Add ALUA state change UA handlingHannes Reinecke2015-08-262-0/+8
* storvsc: use shost_for_each_device() instead of open codingVitaly Kuznetsov2015-08-121-8/+1
* storvsc: be more picky about scmnd->sc_data_directionVitaly Kuznetsov2015-08-121-1/+9
* st: convert DRIVER_ATTR macros to DRIVER_ATTR_ROSeymour, Shane M2015-08-121-12/+12
* hptiop: Support HighPoint RR36xx HBAs and Support SAS tape and SAS media changerlinux2015-08-122-38/+65
* st: convert to using driver attr groups for sysfsSeymour, Shane M2015-08-121-48/+10
* bfa: fix leak of bfad_im_port_index on module unloadAlexey Khoroshilov2015-08-121-0/+2
* libfc: Fix a typo in a source code commentBart Van Assche2015-08-121-1/+1
* mvsas: always iounmap resourcesJohannes Thumshirn2015-08-121-1/+4
* qla2xxx: prevent board_disable from running during EEHThadeu Lima de Souza Cascardo2015-08-121-1/+1
* pm80xx: Added pm8006 controller supportSuresh Thiagarajan2015-08-122-2/+6
* cxlflash: Base support for IBM CXL Flash AdapterMatthew R. Ochs2015-07-308-0/+3058
* hpsa: fix an sprintf() overflow in the reset handlerDan Carpenter2015-07-301-6/+9
* iSCSI: let session recovery_tmo sysfs writes persist across recoveryChris Leech2015-07-301-3/+8
* ipr: Driver version 2.6.2Brian King2015-07-301-2/+2
* ipr: Endian / sparse fixesBrian King2015-07-302-13/+13
* ipr: Byte swapping for device_id attribute in sysfsWen Xiong2015-07-301-1/+1
* scsi: retry MODE SENSE on unit attentionHannes Reinecke2015-07-301-1/+6
* scsi: fix memory leak with scsi-mqTony Battersby2015-07-302-4/+4
* ipr: Fix invalid array indexing for HRRQBrian King2015-07-301-3/+8
* ipr: Fix incorrect trace indexingBrian King2015-07-302-2/+4
* ipr: Fix locking for unit attention handlingBrian King2015-07-301-5/+7
* scsi: fix host max depth checking for the 'queue_depth' sysfs interfaceJens Axboe2015-07-161-1/+1
* st: null pointer dereference panic caused by use after kref_put by st_openSeymour, Shane M2015-07-161-1/+1
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2015-07-044-248/+38
|\
| * target: Drop unnecessary core_tpg_register TFO parameterNicholas Bellinger2015-06-151-7/+2
| * target: remove ->put_session methodChristoph Hellwig2015-05-301-13/+0
| * target: target_core_configfs.h is not needed in fabric driversChristoph Hellwig2015-05-301-1/+0
| * target: Move task tag into struct se_cmd + support 64-bit tagsBart Van Assche2015-05-303-45/+23
| * target: move transport ID handling to the coreChristoph Hellwig2015-05-302-75/+0
| * target: remove the get_fabric_proto_ident methodChristoph Hellwig2015-05-301-19/+0
| * target: change core_tpg_register prototypeChristoph Hellwig2015-05-301-4/+4
| * target: move node ACL allocation to core codeChristoph Hellwig2015-05-302-29/+4
| * target: refactor init/drop_nodeacl methodsChristoph Hellwig2015-05-301-51/+8
| * target: make the tpg_get_default_depth method optionalChristoph Hellwig2015-05-301-7/+0
| * target: Remove first argument of target_{get,put}_sess_cmd()Bart Van Assche2015-05-301-1/+1
* | libcxgbi: use kvfree() in cxgbi_free_big_mem()Pekka Enberg2015-06-301-4/+1
* | drivers/scsi/scsi_debug.c: resolve sg buffer const-ness issueDave Gordon2015-06-301-8/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-06-243-1/+3
|\ \
OpenPOWER on IntegriCloud