summaryrefslogtreecommitdiffstats
path: root/include/scsi
Commit message (Expand)AuthorAgeFilesLines
* scsi: fcoe: Embed fc_rport_priv in fcoe_rport structureHannes Reinecke2019-07-301-0/+1
* scsi: libfc: Whitespace cleanup in libfc.hHannes Reinecke2019-07-301-26/+26
* scsi: fcoe: fix a typoChristophe JAILLET2019-07-241-1/+1
* Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2019-07-201-0/+3
|\
| * scsi: core: add a host / host template field for the virt boundaryChristoph Hellwig2019-07-171-0/+3
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-07-129-28/+7Star
|\|
| * scsi: libsas: aic94xx: hisi_sas: mvsas: pm8001: Use dev_is_expander()John Garry2019-06-201-2/+1Star
| * scsi: libsas: switch remaining files to SPDX tagsChristoph Hellwig2019-05-213-52/+3Star
| * scsi: libiscsi: switch to SPDX tagsChristoph Hellwig2019-05-215-65/+5Star
| * scsi: libfcoe: switch to SPDX tagsChristoph Hellwig2019-05-211-13/+1Star
| * scsi: libfc: switch to SPDX tagsChristoph Hellwig2019-05-217-92/+9Star
| * scsi: scsi_transport_spi: switch to SPDX tagsChristoph Hellwig2019-05-211-14/+1Star
| * scsi: scsi_transport_iscsi: switch to SPDX tagsChristoph Hellwig2019-05-211-14/+1Star
| * scsi: scsi_transport_fc: switch to SPDX tagsChristoph Hellwig2019-05-211-17/+1Star
| * scsi: scsi_transport.h: switch to SPDX tagsChristoph Hellwig2019-05-211-14/+1Star
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335Thomas Gleixner2019-06-0510-130/+10Star
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-304-39/+4Star
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-308-116/+8Star
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 59Thomas Gleixner2019-05-242-36/+2Star
|/
* scsi: libsas: Inject revalidate event for root port eventJohn Garry2019-04-161-0/+7
* scsi: libsas: Stop hardcoding SAS address lengthJohn Garry2019-04-161-3/+3
* scsi: scsi_transport_fc: nvme: display FC-NVMe port rolesHannes Reinecke2019-04-131-0/+3
* scsi: scsi_transport_fc: Declare wwn_to_u64() argument constBart Van Assche2019-04-091-1/+1
* scsi: scsi_transport_fc: Add FPIN fc event codesJames Smart2019-04-091-0/+2
* scsi: scsi_transport_fc: refactor event posting routinesJames Smart2019-04-091-3/+8
* scsi: core: Remove OSD include filesBart Van Assche2019-03-195-1427/+0Star
* scsi: core: reshuffle no_scsi2_lun_in_cdb for better alignmentHannes Reinecke2019-03-191-3/+3
* scsi: kill command serial numberHannes Reinecke2019-02-272-18/+0Star
* scsi: clean obsolete return values of eh_timed_outAvri Altman2019-02-261-5/+1Star
* scsi: fcoe: make use of fip_mode enum completeSedat Dilek2019-02-201-2/+2
* scsi: core: Move resid from scsi_data_buffer to scsi_cmndBart Van Assche2019-02-121-3/+2Star
* scsi: ata: Use unsigned int for cmd's type in ioctls in scsi_host_templateNathan Chancellor2019-02-082-3/+6
* scsi: remove bidirectional command supportChristoph Hellwig2019-02-062-19/+1Star
* scsi: remove the SCSI OSD libraryChristoph Hellwig2019-02-062-712/+0Star
* scsi: libsas: Remove scsi_to_u32()Bart Van Assche2019-01-291-6/+0Star
* scsi: libsas: Fix some indentation in libsas.hJohn Garry2019-01-121-29/+27Star
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-12-281-3/+23
|\
| * include/scsi/srp.h: Add support for immediate dataBart Van Assche2018-12-191-3/+16
| * include/scsi/srp.h: Move response flag definitions into this fileBart Van Assche2018-12-191-0/+7
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-12-281-14/+6Star
|\ \
| * | scsi: remove the use_clustering flagChristoph Hellwig2018-12-191-13/+0Star
| * | scsi: introduce a max_segment_size host_template parametersChristoph Hellwig2018-12-191-0/+6
| * | scsi: flip the default on use_clusteringChristoph Hellwig2018-12-191-2/+1Star
| |/
* | scsi: Fix a harmless double shift bugDan Carpenter2018-12-081-1/+1
* | scsi: Do not rely on blk-mq for double completionsKeith Busch2018-11-261-0/+4
* | scsi: return blk_status_t from device handler ->prep_fnChristoph Hellwig2018-11-101-1/+1
* | scsi: return blk_status_t from scsi_init_io and ->init_commandChristoph Hellwig2018-11-102-2/+3
* | scsi: kill off the legacy IO pathJens Axboe2018-11-072-25/+7Star
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-08-162-1/+2
|\
| * scsi: read host_busy via scsi_host_busy()Ming Lei2018-06-261-0/+1