| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds | 2016-08-04 | 1 | -0/+220 |
|\ |
|
| * | ibmvscsis: Initial commit of IBM VSCSI Tgt Driver | Bryant G. Ly | 2016-07-20 | 1 | -0/+220 |
* | | fcoe: implement FIP VLAN responder | Hannes Reinecke | 2016-07-20 | 2 | -1/+5 |
* | | scsi: remove the disable_blk_mq host flag | Christoph Hellwig | 2016-07-15 | 1 | -4/+2 |
* | | scsi: remove current_cmnd field from struct scsi_device | Christoph Hellwig | 2016-07-13 | 1 | -1/+0 |
* | | fcoe: use enum for fip_mode | Hannes Reinecke | 2016-07-13 | 1 | -6/+8 |
* | | fc_fip: Update to latest FC-BB-6 draft | Hannes Reinecke | 2016-07-13 | 1 | -4/+17 |
* | | fcoe: convert to kworker | Sebastian Andrzej Siewior | 2016-07-12 | 1 | -2/+4 |
|/ |
|
* | Merge branch '4.7/scsi-queue' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Tejun Heo | 2016-05-09 | 4 | -21/+44 |
|\ |
|
| * | lib: scatterlist: move SG pool code from SCSI driver to lib/sg_pool.c | Ming Lin | 2016-04-15 | 1 | -19/+0 |
| * | scsi: rename SCSI_MAX_{SG, SG_CHAIN}_SEGMENTS | Ming Lin | 2016-04-15 | 2 | -5/+5 |
| * | scsi: vpd pages are mandatory for SPC-2 | Hannes Reinecke | 2016-04-15 | 1 | -2/+2 |
| * | scsi: Add intermediate STARGET_REMOVE state to scsi_target_state | Johannes Thumshirn | 2016-04-15 | 1 | -0/+1 |
| * | scsi-trace: define ZBC_IN and ZBC_OUT | Hannes Reinecke | 2016-04-11 | 1 | -0/+9 |
| * | scsi: disable automatic target scan | Hannes Reinecke | 2016-04-11 | 1 | -1/+8 |
| * | Merge branch 'fixes-base' into fixes | James Bottomley | 2016-04-05 | 1 | -6/+7 |
| |\ |
|
| * | | scsi: Do not attach VPD to devices that don't support it | Hannes Reinecke | 2016-04-05 | 1 | -0/+25 |
* | | | scsi: add scsi_set_sense_field_pointer() | Hannes Reinecke | 2016-04-04 | 1 | -0/+1 |
* | | | libata: evaluate SCSI sense code | Hannes Reinecke | 2016-04-04 | 1 | -0/+1 |
| |/
|/| |
|
* | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2016-03-26 | 1 | -12/+3 |
|\ \
| |/ |
|
| * | scsi: fc: use get/put_unaligned64 for wwn access | Arnd Bergmann | 2016-03-18 | 1 | -12/+3 |
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2016-03-17 | 1 | -6/+7 |
|\ \
| |/
|/| |
|
| * | iscsi_tcp: Use ahash | Herbert Xu | 2016-01-27 | 1 | -6/+7 |
* | | scsi: Add 'access_state' and 'preferred_path' attribute | Hannes Reinecke | 2016-03-05 | 2 | -0/+13 |
* | | scsi_dh: add 'rescan' callback | Hannes Reinecke | 2016-02-23 | 1 | -0/+1 |
* | | scsi_dh_alua: Add new blacklist flag 'BLIST_SYNC_ALUA' | Hannes Reinecke | 2016-02-23 | 2 | -0/+2 |
* | | scsi_dh_alua: Use separate alua_port_group structure | Hannes Reinecke | 2016-02-23 | 1 | -0/+1 |
* | | scsi: Export function scsi_scan.c:sanitize_inquiry_string | Don Brace | 2016-02-23 | 1 | -0/+1 |
* | | scsi_transport_iscsi: Add 25G and 40G speed definition | Jitendra Bhivare | 2016-02-23 | 1 | -0/+2 |
|/ |
|
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo... | Linus Torvalds | 2016-01-23 | 1 | -0/+78 |
|\ |
|
| * | IB/iser,isert: Create and use new shared header | Sagi Grimberg | 2015-12-24 | 1 | -0/+78 |
* | | Merge branch 'jejb-scsi' into misc | James Bottomley | 2016-01-07 | 2 | -0/+13 |
|\ \ |
|
| * | | scsi_transport_sas: add function to get SAS endpoint address | James Bottomley | 2015-12-18 | 1 | -0/+1 |
| * | | scsi_transport_sas: add is_sas_attached() function | James Bottomley | 2015-12-18 | 1 | -0/+9 |
| |/ |
|
| * | Merge branch 'mkp-fixes' into fixes | James Bottomley | 2015-12-03 | 1 | -0/+3 |
| |\ |
|
| | * | scsi: report 'INQUIRY result too short' once per host | Vitaly Kuznetsov | 2015-11-19 | 1 | -0/+3 |
* | | | scsi: Add scsi_vpd_tpg_id() | Hannes Reinecke | 2015-12-02 | 1 | -0/+1 |
* | | | scsi: Add scsi_vpd_lun_id() | Hannes Reinecke | 2015-12-02 | 1 | -0/+1 |
* | | | scsi: remove scsi_show_sense_hdr() | Hannes Reinecke | 2015-12-02 | 1 | -2/+0 |
* | | | scsi: rescan VPD attributes | Hannes Reinecke | 2015-11-30 | 1 | -2/+3 |
* | | | scsi: Centralise ssp frame information units | John Garry | 2015-11-25 | 1 | -0/+74 |
|/ / |
|
* | | scsi: use host wide tags by default | Christoph Hellwig | 2015-11-09 | 2 | -80/+20 |
|/ |
|
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds | 2015-09-11 | 2 | -5/+6 |
|\ |
|
| * | scsi: Protect against buffer possible overflow in scsi_set_sense_information | Sagi Grimberg | 2015-07-23 | 1 | -1/+1 |
| * | scsi: Move sense handling routines to scsi_common | Sagi Grimberg | 2015-07-23 | 2 | -6/+6 |
* | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2015-09-11 | 2 | -35/+21 |
|\ \ |
|
| * | | scsi_dh: kill struct scsi_dh_data | Christoph Hellwig | 2015-08-28 | 2 | -22/+20 |
| * | | scsi_dh: move device matching to the core code | Christoph Hellwig | 2015-08-28 | 1 | -1/+0 |
| * | | scsi_dh: integrate into the core SCSI code | Christoph Hellwig | 2015-08-28 | 1 | -1/+1 |
| * | | dm-mpath, scsi_dh: request scsi_dh modules in scsi_dh, not dm-mpath | Christoph Hellwig | 2015-08-28 | 1 | -5/+0 |