aboutsummaryrefslogtreecommitdiffstats
path: root/include/scsi (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-28RDMA/srp: Apply the __packed attribute to members instead of structuresBart Van Assche1-17/+9
2021-04-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds6-49/+76
2021-04-28Merge tag 'for-5.13/block-2021-04-27' of git://git.kernel.dk/linux-blockLinus Torvalds2-10/+3
2021-04-27Fix misc new gcc warningsLinus Torvalds1-1/+1
2021-04-15scsi: core: Introduce enum scsi_dispositionBart Van Assche3-12/+14
2021-04-15scsi: core: Remove an incorrect commentBart Van Assche1-1/+1
2021-04-06scsi: remove the unchecked_isa_dma flagChristoph Hellwig2-10/+3
2021-04-05Merge branch '5.12/scsi-fixes' into 5.13/scsi-stagingMartin K. Petersen1-0/+1
2021-04-01scsi: fcoe: Fix mismatched fcoe_wwn_from_mac declarationArnd Bergmann1-1/+1
2021-03-29scsi: core: scsi_host_cmd_pool is declared twiceWan Jiabing1-1/+0
2021-03-29scsi: iscsi: Fix race condition between login and sync threadGulam Mohamed1-0/+1
2021-03-24scsi: scsi_dh: Fix a typoBhaskar Chowdhury1-1/+1
2021-03-04scsi: core: Add mq_poll support to SCSI layerKashyap Desai2-0/+12
2021-03-04scsi: core: Replace sdev->device_busy with sbitmapMing Lei1-2/+3
2021-03-04scsi: core: Add scsi_device_busy() wrapperMing Lei1-0/+5
2021-03-04scsi: core: Put hot fields of scsi_host_template in one cachelineMing Lei1-33/+39
2021-03-04scsi: blk-mq: Add callbacks for storing & retrieving budget tokenMing Lei1-0/+2
2021-02-08scsi: libiscsi: Add helper to calculate max SCSI cmds per sessionMike Christie1-0/+2
2021-02-08scsi: libiscsi: Drop taskqueuelockMike Christie1-2/+2
2021-01-22scsi: libsas: Remove temporarily-added _gfp() API variantsAhmed S. Darwish1-4/+0
2021-01-22scsi: libsas: Add gfp_t flags parameter to event notificationsAhmed S. Darwish1-2/+4
2021-01-22scsi: libsas: Introduce a _gfp() variant of event notifiersAhmed S. Darwish1-0/+4
2021-01-22scsi: libsas: Remove notifier indirectionJohn Garry1-4/+3
2021-01-22scsi: core: Add 'set_status_byte()' accessorHannes Reinecke1-0/+5
2021-01-22scsi: aic7xxx: aic79xx: Drop internal SCSI message definitionHannes Reinecke1-0/+1
2021-01-14scsi: scsi_transport_fc: Add a new rport state FC_PORTSTATE_MARGINALMuneendra Kumar1-1/+3
2021-01-14scsi: core: No retries on abort successMuneendra Kumar1-0/+6
2021-01-14scsi: core: Add a new error code DID_TRANSPORT_MARGINAL in scsi.hMuneendra Kumar1-0/+1
2020-12-16Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds3-727/+66
2020-11-16scsi: libiscsi: Fix NOP race conditionLee Duncan1-0/+3
2020-10-29scsi: libfc: Move scsi/fc_encode.h to libfcArnd Bergmann2-727/+30
2020-10-26scsi: fc: Add mechanism to update FPIN signal statisticsShyam Sundar1-0/+3
2020-10-26scsi: fc: Parse FPIN packets and update statisticsShyam Sundar1-0/+1
2020-10-26scsi: fc: Add FPIN statistics to fc_host and fc_rport objectsShyam Sundar1-0/+32
2020-10-23Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+2
2020-10-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds3-0/+9
2020-10-07scsi: core: Clean up allocation and freeing of sgtablesChristoph Hellwig1-1/+2
2020-10-06scsi: Add host and host template flag 'host_tagset'Hannes Reinecke1-1/+8
2020-10-02scsi: target: core: Add CONTROL field for trace eventsRoman Bolshakov1-0/+7
2020-09-15scsi: core: Only re-run queue in scsi_end_request() if device queue is busyMing Lei1-0/+1
2020-09-02scsi: fc: Add 256GBit speed setting to SCSI FC transportJames Smart1-0/+1
2020-07-24scsi: core: Only return started requests from scsi_host_find_tag()Hannes Reinecke1-1/+1
2020-07-24scsi: scsi_transport_iscsi: Drop a duplicated wordRandy Dunlap1-1/+1
2020-07-15scsi: scsi_transport_fc: Match HBA Attribute Length with HBAAPI V2.0 definitionsLee Jones1-2/+2
2020-06-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-5/+4
2020-05-11scsi: libsas: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-4/+4
2020-05-07scsi: core: Remove 'list' entry from struct scsi_cmndHannes Reinecke1-1/+0
2020-04-22block: move dma_pad handling from blk_rq_map_sg into the callersChristoph Hellwig1-0/+1
2020-04-22block: move dma drain handling to scsiChristoph Hellwig2-0/+10
2020-04-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds9-22/+39