summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2015-07-231-1/+3
|\
| * virtio scsi: fix unused variable warningStephen Rothwell2015-07-071-1/+3
* | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2015-07-192-2/+2
|\ \
| * | 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
* | | IB/srp: Avoid using uninitialized variableSagi Grimberg2015-07-141-1/+2
|/ /
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2015-07-044-248/+38Star
|\ \
| * | target: Drop unnecessary core_tpg_register TFO parameterNicholas Bellinger2015-06-161-7/+2Star
| * | target: remove ->put_session methodChristoph Hellwig2015-05-311-13/+0Star
| * | target: target_core_configfs.h is not needed in fabric driversChristoph Hellwig2015-05-311-1/+0Star
| * | target: Move task tag into struct se_cmd + support 64-bit tagsBart Van Assche2015-05-313-45/+23Star
| * | target: move transport ID handling to the coreChristoph Hellwig2015-05-312-75/+0Star
| * | target: remove the get_fabric_proto_ident methodChristoph Hellwig2015-05-311-19/+0Star
| * | target: change core_tpg_register prototypeChristoph Hellwig2015-05-311-4/+4
| * | target: move node ACL allocation to core codeChristoph Hellwig2015-05-312-29/+4Star
| * | target: refactor init/drop_nodeacl methodsChristoph Hellwig2015-05-311-51/+8Star
| * | target: make the tpg_get_default_depth method optionalChristoph Hellwig2015-05-311-7/+0Star
| * | target: Remove first argument of target_{get,put}_sess_cmd()Bart Van Assche2015-05-311-1/+1
* | | libcxgbi: use kvfree() in cxgbi_free_big_mem()Pekka Enberg2015-07-011-4/+1Star
* | | drivers/scsi/scsi_debug.c: resolve sg buffer const-ness issueDave Gordon2015-07-011-8/+4Star
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-06-253-1/+3
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-0213-76/+65Star
| |\ \ \ | | | |/ | | |/|
| * | | treewide: Add missing vmalloc.h inclusion.David S. Miller2015-05-281-0/+1
| * | | qla4xxx: add a missing includeEric Dumazet2015-05-271-0/+1
| * | | ipv6: Remove external dependency on rt6i_dst and rt6i_srcMartin KaFai Lau2015-05-251-1/+1
* | | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2015-06-24131-3281/+16199
|\ \ \ \
| * | | | snic: driver for Cisco SCSI HBANarsimhulu Musini2015-06-2036-0/+10256
| * | | | qla2xxx: Fix indentationBart Van Assche2015-06-135-15/+14Star
| * | | | qla2xxx: Comment out unreachable codeBart Van Assche2015-06-132-8/+15
| * | | | advansys: fix compilation errors and warnings when CONFIG_PCI is not setJohannes Thumshirn2015-06-131-1/+4
| * | | | megaraid: fix irq setup process regressionTomas Henzl2015-06-131-16/+14Star
| * | | | lpfc: Update version to 10.7.0.0 for upstream patch set.James Smart2015-06-131-1/+1
| * | | | lpfc: Fix to drop PLOGIs from fabric node till LOGO processing completesJames Smart2015-06-134-15/+16
| * | | | lpfc: Fix scsi task management error message.James Smart2015-06-131-8/+10
| * | | | lpfc: Fix cq_id masking problem.James Smart2015-06-131-1/+1
| * | | | lpfc: Fix scsi prep dma buf error.James Smart2015-06-131-1/+1
| * | | | lpfc: Add support for using block multi-queueJames Smart2015-06-134-52/+72
| * | | | lpfc: Devices are not discovered during takeaway/giveback testingJames Smart2015-06-131-12/+10Star
| * | | | lpfc: Fix vport deletion failure.James Smart2015-06-131-0/+2
| * | | | lpfc: Check for active portpeerbeacon.James Smart2015-06-132-4/+21
| * | | | lpfc: Update driver version for upstream patch set 10.6.0.1.James Smart2015-06-061-1/+1
| * | | | lpfc: Change buffer pool empty message to miscellaneous categoryJames Smart2015-06-061-1/+1
| * | | | lpfc: Fix incorrect log message reported for empty FCF record.James Smart2015-06-061-2/+4
| * | | | lpfc: Fix rport leak.James Smart2015-06-063-82/+79Star
| * | | | lpfc: Correct loss of RSCNs during array takeaway/giveback testing.James Smart2015-06-061-5/+7
| * | | | lpfc: Fix crash in vport_delete.James Smart2015-06-063-6/+19
| * | | | lpfc: Fix to remove IRQF_SHARED flag for MSI/MSI-X vectors.James Smart2015-06-061-6/+6
| * | | | lpfc: Fix discovery issue when changing from Pt2Pt to Fabric.James Smart2015-06-061-1/+11
| * | | | lpfc: Correct reporting of vport state on fdisc command failure.James Smart2015-06-061-1/+2
| * | | | lpfc: Add support for RDP ELS command.James Smart2015-06-067-0/+955