aboutsummaryrefslogtreecommitdiffstats
path: root/include/scsi (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-21Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds3-4/+15
2019-08-07scsi: core: Reduce memory required for SCSI loggingBart Van Assche1-2/+0
2019-07-29scsi: fcoe: Embed fc_rport_priv in fcoe_rport structureHannes Reinecke1-0/+1
2019-07-29scsi: libfc: Whitespace cleanup in libfc.hHannes Reinecke1-26/+26
2019-07-23scsi: fcoe: fix a typoChristophe JAILLET1-1/+1
2019-07-22scsi: core: add support for request batchingPaolo Bonzini2-2/+15
2019-07-20Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+3
2019-07-16scsi: core: add a host / host template field for the virt boundaryChristoph Hellwig1-0/+3
2019-07-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds9-28/+7
2019-06-20scsi: libsas: aic94xx: hisi_sas: mvsas: pm8001: Use dev_is_expander()John Garry1-2/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335Thomas Gleixner10-130/+10
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner4-39/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner8-116/+8
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 59Thomas Gleixner2-36/+2
2019-05-21scsi: libsas: switch remaining files to SPDX tagsChristoph Hellwig3-52/+3
2019-05-21scsi: libiscsi: switch to SPDX tagsChristoph Hellwig5-65/+5
2019-05-21scsi: libfcoe: switch to SPDX tagsChristoph Hellwig1-13/+1
2019-05-21scsi: libfc: switch to SPDX tagsChristoph Hellwig7-92/+9
2019-05-21scsi: scsi_transport_spi: switch to SPDX tagsChristoph Hellwig1-14/+1
2019-05-21scsi: scsi_transport_iscsi: switch to SPDX tagsChristoph Hellwig1-14/+1
2019-05-21scsi: scsi_transport_fc: switch to SPDX tagsChristoph Hellwig1-17/+1
2019-05-21scsi: scsi_transport.h: switch to SPDX tagsChristoph Hellwig1-14/+1
2019-04-15scsi: libsas: Inject revalidate event for root port eventJohn Garry1-0/+7
2019-04-15scsi: libsas: Stop hardcoding SAS address lengthJohn Garry1-3/+3
2019-04-12scsi: scsi_transport_fc: nvme: display FC-NVMe port rolesHannes Reinecke1-0/+3
2019-04-08scsi: scsi_transport_fc: Declare wwn_to_u64() argument constBart Van Assche1-1/+1
2019-04-08scsi: scsi_transport_fc: Add FPIN fc event codesJames Smart1-0/+2
2019-04-08scsi: scsi_transport_fc: refactor event posting routinesJames Smart1-3/+8
2019-03-19scsi: core: Remove OSD include filesBart Van Assche5-1427/+0
2019-03-19scsi: core: reshuffle no_scsi2_lun_in_cdb for better alignmentHannes Reinecke1-3/+3
2019-02-27scsi: kill command serial numberHannes Reinecke2-18/+0
2019-02-26scsi: clean obsolete return values of eh_timed_outAvri Altman1-5/+1
2019-02-19scsi: fcoe: make use of fip_mode enum completeSedat Dilek1-2/+2
2019-02-12scsi: core: Move resid from scsi_data_buffer to scsi_cmndBart Van Assche1-3/+2
2019-02-08scsi: ata: Use unsigned int for cmd's type in ioctls in scsi_host_templateNathan Chancellor2-3/+6
2019-02-05scsi: remove bidirectional command supportChristoph Hellwig2-19/+1
2019-02-05scsi: remove the SCSI OSD libraryChristoph Hellwig2-712/+0
2019-01-29scsi: libsas: Remove scsi_to_u32()Bart Van Assche1-6/+0
2019-01-11scsi: libsas: Fix some indentation in libsas.hJohn Garry1-29/+27
2018-12-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-3/+23
2018-12-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-14/+6
2018-12-19include/scsi/srp.h: Add support for immediate dataBart Van Assche1-3/+16
2018-12-19include/scsi/srp.h: Move response flag definitions into this fileBart Van Assche1-0/+7
2018-12-18scsi: remove the use_clustering flagChristoph Hellwig1-13/+0
2018-12-18scsi: introduce a max_segment_size host_template parametersChristoph Hellwig1-0/+6
2018-12-18scsi: flip the default on use_clusteringChristoph Hellwig1-2/+1
2018-12-07scsi: Fix a harmless double shift bugDan Carpenter1-1/+1
2018-11-26scsi: Do not rely on blk-mq for double completionsKeith Busch1-0/+4
2018-11-09scsi: return blk_status_t from device handler ->prep_fnChristoph Hellwig1-1/+1
2018-11-09scsi: return blk_status_t from scsi_init_io and ->init_commandChristoph Hellwig2-2/+3