summaryrefslogtreecommitdiff
path: root/include/scsi
AgeCommit message (Expand)AuthorFilesLines
2017-01-17Merge remote-tracking branch 'mkp-scsi/fixes' into fixesJames Bottomley1-3/+3
2017-01-16scsi: libfc: Fix variable name in fc_set_wwpnFam Zheng1-3/+3
2016-12-16linux: drop __bitwise__ everywhereMichael S. Tsirkin1-1/+1
2016-12-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds3-214/+62
2016-11-17scsi: fc: use bsg_job_doneJohannes Thumshirn1-2/+0
2016-11-17scsi: change FC drivers to use 'struct bsg_job'Johannes Thumshirn2-46/+19
2016-11-17scsi: fc: implement kref backed reference countingJohannes Thumshirn1-3/+1
2016-11-17scsi: fc: provide fc_bsg_to_rport() helperJohannes Thumshirn1-0/+5
2016-11-17scsi: fc: provide fc_bsg_to_shost() helperJohannes Thumshirn1-0/+5
2016-11-17scsi: fc: Export fc_bsg_jobdone and use it in FC driversJohannes Thumshirn1-1/+2
2016-11-17scsi: Get rid of struct fc_bsg_bufferJohannes Thumshirn1-9/+3
2016-11-08scsi: allow LLDDs to expose the queue mapping to blk-mqChristoph Hellwig1-0/+8
2016-11-08scsi: libfc: Replace ->seq_release callback with function callHannes Reinecke1-7/+1
2016-11-08scsi: libfc: Replace ->seq_assign callback with function callHannes Reinecke1-7/+1
2016-11-08scsi: libfc: Replace ->seq_set_resp callback with direct function callHannes Reinecke1-10/+3
2016-11-08scsi: libfc: Replace ->seq_start_next callback with function callHannes Reinecke1-7/+1
2016-11-08scsi: libfc: Replace ->exch_done callback with function callHannes Reinecke1-8/+1
2016-11-08scsi: libfc: Replace ->seq_exch_abort callback with function callHannes Reinecke1-13/+1
2016-11-08scsi: libfc: Replace ->seq_send callback with function callHannes Reinecke1-7/+1
2016-11-08scsi: libfc: Remove fc_rport_init()Hannes Reinecke1-1/+0
2016-11-08scsi: libfc: Replace ->rport_flush_queue callback with function callHannes Reinecke1-7/+1
2016-11-08scsi: libfc: Replace ->rport_recv_req callback with function callHannes Reinecke1-7/+1
2016-11-08scsi: libfc: Replace ->rport_logoff callback with function callHannes Reinecke1-8/+1
2016-11-08scsi: libfc: Replace ->rport_login callback with function callHannes Reinecke1-13/+1
2016-11-08scsi: libfc: Replace ->rport_create callback with function callHannes Reinecke1-7/+1
2016-11-08scsi: libfc: Replace ->rport_lookup callback with function callHannes Reinecke1-7/+2
2016-11-08scsi: libfc: Replace ->rport_destroy callback with function callHannes Reinecke1-6/+1
2016-11-08scsi: libfc: Replace ->exch_seq_send callback with function callHannes Reinecke1-31/+7
2016-11-08scsi: libfc: Replace ->lport_recv with function callHannes Reinecke1-7/+1
2016-11-08scsi: libfc: Replace ->lport_reset callback with function callHannes Reinecke1-7/+0
2016-11-08scsi: libfc: Replace ->seq_els_rsp_send callback with function callHannes Reinecke1-8/+2
2016-11-08scsi: libfc: reset timeout on queue fullHannes Reinecke1-1/+2
2016-11-08scsi: libfc: quarantine timed out xidsHannes Reinecke1-0/+1
2016-11-08scsi: libfc: use error code for fc_rport_error()Hannes Reinecke1-0/+5
2016-10-28block: split out request-only flags into a new namespaceChristoph Hellwig1-2/+2
2016-10-18sd: Implement support for ZBC devicesHannes Reinecke1-0/+17
2016-09-27Merge remote-tracking branch 'mkp-scsi/4.8/scsi-fixes' into fixesJames Bottomley1-4/+1
2016-09-26scsi: Avoid that toggling use_blk_mq triggers a memory leakBart Van Assche1-4/+1
2016-08-19Merge remote-tracking branch 'mkp-scsi/4.8/scsi-fixes' into fixesJames Bottomley1-3/+2
2016-08-18scsi: sas: remove is_sas_attached()Johannes Thumshirn1-6/+0
2016-08-18scsi: sas: provide stub implementation for scsi_is_sas_rphyJohannes Thumshirn1-1/+6
2016-08-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds1-0/+220
2016-07-20fcoe: implement FIP VLAN responderHannes Reinecke2-1/+5
2016-07-20ibmvscsis: Initial commit of IBM VSCSI Tgt DriverBryant G. Ly1-0/+220
2016-07-15scsi: remove the disable_blk_mq host flagChristoph Hellwig1-4/+2
2016-07-13scsi: remove current_cmnd field from struct scsi_deviceChristoph Hellwig1-1/+0
2016-07-13fcoe: use enum for fip_modeHannes Reinecke1-6/+8
2016-07-13fc_fip: Update to latest FC-BB-6 draftHannes Reinecke1-4/+17
2016-07-12fcoe: convert to kworkerSebastian Andrzej Siewior1-2/+4
2016-05-09Merge branch '4.7/scsi-queue' of git://git.kernel.org/pub/scm/linux/kernel/gi...Tejun Heo4-21/+44