summaryrefslogtreecommitdiffstats
path: root/include/scsi
Commit message (Expand)AuthorAgeFilesLines
* lib: scatterlist: move SG pool code from SCSI driver to lib/sg_pool.cMing Lin2016-04-151-19/+0
* scsi: rename SCSI_MAX_{SG, SG_CHAIN}_SEGMENTSMing Lin2016-04-152-5/+5
* scsi: vpd pages are mandatory for SPC-2Hannes Reinecke2016-04-151-2/+2
* scsi: Add intermediate STARGET_REMOVE state to scsi_target_stateJohannes Thumshirn2016-04-151-0/+1
* scsi-trace: define ZBC_IN and ZBC_OUTHannes Reinecke2016-04-111-0/+9
* scsi: disable automatic target scanHannes Reinecke2016-04-111-1/+8
* Merge branch 'fixes-base' into fixesJames Bottomley2016-04-051-6/+7
|\
| * Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2016-03-261-12/+3
| |\
| * \ Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-03-171-6/+7
| |\ \
| | * | iscsi_tcp: Use ahashHerbert Xu2016-01-271-6/+7
* | | | scsi: Do not attach VPD to devices that don't support itHannes Reinecke2016-04-051-0/+25
| |_|/ |/| |
* | | scsi: fc: use get/put_unaligned64 for wwn accessArnd Bergmann2016-03-181-12/+3
|/ /
* | scsi: Add 'access_state' and 'preferred_path' attributeHannes Reinecke2016-03-052-0/+13
* | scsi_dh: add 'rescan' callbackHannes Reinecke2016-02-231-0/+1
* | scsi_dh_alua: Add new blacklist flag 'BLIST_SYNC_ALUA'Hannes Reinecke2016-02-232-0/+2
* | scsi_dh_alua: Use separate alua_port_group structureHannes Reinecke2016-02-231-0/+1
* | scsi: Export function scsi_scan.c:sanitize_inquiry_stringDon Brace2016-02-231-0/+1
* | scsi_transport_iscsi: Add 25G and 40G speed definitionJitendra Bhivare2016-02-231-0/+2
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-01-231-0/+78
|\
| * IB/iser,isert: Create and use new shared headerSagi Grimberg2015-12-241-0/+78
* | Merge branch 'jejb-scsi' into miscJames Bottomley2016-01-072-0/+13
|\ \
| * | scsi_transport_sas: add function to get SAS endpoint addressJames Bottomley2015-12-181-0/+1
| * | scsi_transport_sas: add is_sas_attached() functionJames Bottomley2015-12-181-0/+9
| |/
| * Merge branch 'mkp-fixes' into fixesJames Bottomley2015-12-031-0/+3
| |\
| | * scsi: report 'INQUIRY result too short' once per hostVitaly Kuznetsov2015-11-191-0/+3
* | | scsi: Add scsi_vpd_tpg_id()Hannes Reinecke2015-12-021-0/+1
* | | scsi: Add scsi_vpd_lun_id()Hannes Reinecke2015-12-021-0/+1
* | | scsi: remove scsi_show_sense_hdr()Hannes Reinecke2015-12-021-2/+0
* | | scsi: rescan VPD attributesHannes Reinecke2015-11-301-2/+3
* | | scsi: Centralise ssp frame information unitsJohn Garry2015-11-251-0/+74
|/ /
* | scsi: use host wide tags by defaultChristoph Hellwig2015-11-092-80/+20
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2015-09-112-5/+6
|\
| * scsi: Protect against buffer possible overflow in scsi_set_sense_informationSagi Grimberg2015-07-231-1/+1
| * scsi: Move sense handling routines to scsi_commonSagi Grimberg2015-07-232-6/+6
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2015-09-112-35/+21
|\ \
| * | scsi_dh: kill struct scsi_dh_dataChristoph Hellwig2015-08-282-22/+20
| * | scsi_dh: move device matching to the core codeChristoph Hellwig2015-08-281-1/+0
| * | scsi_dh: integrate into the core SCSI codeChristoph Hellwig2015-08-281-1/+1
| * | dm-mpath, scsi_dh: request scsi_dh modules in scsi_dh, not dm-mpathChristoph Hellwig2015-08-281-5/+0
| * | dm-mpath, scsi_dh: don't let dm detach device handlersChristoph Hellwig2015-08-282-6/+0
* | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2015-09-022-1/+3
|\ \ \ | |/ /
| * | scsi: Add ALUA state change UA handlingHannes Reinecke2015-08-261-1/+2
| * | iSCSI: let session recovery_tmo sysfs writes persist across recoveryChris Leech2015-07-301-0/+1
| |/
* | Merge branch 'for-4.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-08-171-1/+0
|\ \
| * | Revert "libata-eh: Set 'information' field for autosense"Tejun Heo2015-08-031-1/+0
| |/
* | IB/srp: Avoid using uninitialized variableSagi Grimberg2015-07-141-0/+1
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2015-06-235-321/+348
|\
| * Move code that is used both by initiator and target driversBart Van Assche2015-06-014-51/+65
| * Split SCSI header filesBart Van Assche2015-06-012-270/+283
* | IB/srp: Add 64-bit LUN supportBart Van Assche2015-05-181-3/+4
|/
OpenPOWER on IntegriCloud