summaryrefslogtreecommitdiffstats
path: root/include/scsi
Commit message (Expand)AuthorAgeFilesLines
...
| * scsi: libfc: Replace ->rport_recv_req callback with function callHannes Reinecke2016-11-081-7/+1Star
| * scsi: libfc: Replace ->rport_logoff callback with function callHannes Reinecke2016-11-081-8/+1Star
| * scsi: libfc: Replace ->rport_login callback with function callHannes Reinecke2016-11-081-13/+1Star
| * scsi: libfc: Replace ->rport_create callback with function callHannes Reinecke2016-11-081-7/+1Star
| * scsi: libfc: Replace ->rport_lookup callback with function callHannes Reinecke2016-11-081-7/+2Star
| * scsi: libfc: Replace ->rport_destroy callback with function callHannes Reinecke2016-11-081-6/+1Star
| * scsi: libfc: Replace ->exch_seq_send callback with function callHannes Reinecke2016-11-081-31/+7Star
| * scsi: libfc: Replace ->lport_recv with function callHannes Reinecke2016-11-081-7/+1Star
| * scsi: libfc: Replace ->lport_reset callback with function callHannes Reinecke2016-11-081-7/+0Star
| * scsi: libfc: Replace ->seq_els_rsp_send callback with function callHannes Reinecke2016-11-081-8/+2Star
| * scsi: libfc: reset timeout on queue fullHannes Reinecke2016-11-081-1/+2
| * scsi: libfc: quarantine timed out xidsHannes Reinecke2016-11-081-0/+1
| * scsi: libfc: use error code for fc_rport_error()Hannes Reinecke2016-11-081-0/+5
* | block: split out request-only flags into a new namespaceChristoph Hellwig2016-10-281-2/+2
* | sd: Implement support for ZBC devicesHannes Reinecke2016-10-191-0/+17
|/
* Merge remote-tracking branch 'mkp-scsi/4.8/scsi-fixes' into fixesJames Bottomley2016-09-281-4/+1Star
|\
| * scsi: Avoid that toggling use_blk_mq triggers a memory leakBart Van Assche2016-09-271-4/+1Star
* | Merge remote-tracking branch 'mkp-scsi/4.8/scsi-fixes' into fixesJames Bottomley2016-08-191-3/+2Star
|\|
| * scsi: sas: remove is_sas_attached()Johannes Thumshirn2016-08-191-6/+0Star
| * scsi: sas: provide stub implementation for scsi_is_sas_rphyJohannes Thumshirn2016-08-191-1/+6
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2016-08-051-0/+220
|\ \ | |/ |/|
| * ibmvscsis: Initial commit of IBM VSCSI Tgt DriverBryant G. Ly2016-07-201-0/+220
* | fcoe: implement FIP VLAN responderHannes Reinecke2016-07-212-1/+5
* | scsi: remove the disable_blk_mq host flagChristoph Hellwig2016-07-151-4/+2Star
* | scsi: remove current_cmnd field from struct scsi_deviceChristoph Hellwig2016-07-141-1/+0Star
* | fcoe: use enum for fip_modeHannes Reinecke2016-07-141-6/+8
* | fc_fip: Update to latest FC-BB-6 draftHannes Reinecke2016-07-141-4/+17
* | fcoe: convert to kworkerSebastian Andrzej Siewior2016-07-131-2/+4
|/
* Merge branch '4.7/scsi-queue' of git://git.kernel.org/pub/scm/linux/kernel/gi...Tejun Heo2016-05-094-21/+44
|\
| * lib: scatterlist: move SG pool code from SCSI driver to lib/sg_pool.cMing Lin2016-04-151-19/+0Star
| * 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
| |\
| * | scsi: Do not attach VPD to devices that don't support itHannes Reinecke2016-04-051-0/+25
* | | scsi: add scsi_set_sense_field_pointer()Hannes Reinecke2016-04-041-0/+1
* | | libata: evaluate SCSI sense codeHannes Reinecke2016-04-041-0/+1
| |/ |/|
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2016-03-261-12/+3Star
|\|
| * scsi: fc: use get/put_unaligned64 for wwn accessArnd Bergmann2016-03-181-12/+3Star
* | 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: Add 'access_state' and 'preferred_path' attributeHannes Reinecke2016-03-052-0/+13
* | scsi_dh: add 'rescan' callbackHannes Reinecke2016-02-241-0/+1
* | scsi_dh_alua: Add new blacklist flag 'BLIST_SYNC_ALUA'Hannes Reinecke2016-02-242-0/+2
* | scsi_dh_alua: Use separate alua_port_group structureHannes Reinecke2016-02-241-0/+1
* | scsi: Export function scsi_scan.c:sanitize_inquiry_stringDon Brace2016-02-241-0/+1
* | scsi_transport_iscsi: Add 25G and 40G speed definitionJitendra Bhivare2016-02-241-0/+2
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-01-241-0/+78
|\