summaryrefslogtreecommitdiffstats
path: root/include/scsi
Commit message (Expand)AuthorAgeFilesLines
* scsi: remove scsi_execute_req_flagsChristoph Hellwig2017-02-231-6/+2Star
* scsi: merge __scsi_execute into scsi_executeChristoph Hellwig2017-02-231-2/+3
* scsi: use 'scsi_device_from_queue()' for scsi_dhHannes Reinecke2017-02-231-0/+1
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-02-215-40/+3Star
|\
| * scsi: remove tsk_mgmt_response and it_nexus_response transport methodsChristoph Hellwig2017-02-072-19/+0Star
| * scsi: remove eh_timed_out methods in the transport templateChristoph Hellwig2017-02-074-11/+3Star
| * scsi: remove useless acpi functions in the header fileHanjun Guo2017-01-111-10/+0Star
* | block: introduce blk_rq_is_passthroughChristoph Hellwig2017-01-311-1/+1
* | block: split scsi_request out of struct requestChristoph Hellwig2017-01-272-0/+32
* | scsi: allocate scsi_cmnd structures as part of struct requestChristoph Hellwig2017-01-271-3/+0Star
* | scsi: remove __scsi_alloc_queueChristoph Hellwig2017-01-272-2/+2
* | Merge remote-tracking branch 'mkp-scsi/fixes' into fixesJames Bottomley2017-01-171-3/+3
|\ \ | |/ |/|
| * scsi: libfc: Fix variable name in fc_set_wwpnFam Zheng2017-01-161-3/+3
* | linux: drop __bitwise__ everywhereMichael S. Tsirkin2016-12-151-1/+1
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2016-12-143-214/+62Star
|\
| * scsi: fc: use bsg_job_doneJohannes Thumshirn2016-11-181-2/+0Star
| * scsi: change FC drivers to use 'struct bsg_job'Johannes Thumshirn2016-11-182-46/+19Star
| * scsi: fc: implement kref backed reference countingJohannes Thumshirn2016-11-181-3/+1Star
| * scsi: fc: provide fc_bsg_to_rport() helperJohannes Thumshirn2016-11-181-0/+5
| * scsi: fc: provide fc_bsg_to_shost() helperJohannes Thumshirn2016-11-181-0/+5
| * scsi: fc: Export fc_bsg_jobdone and use it in FC driversJohannes Thumshirn2016-11-181-1/+2
| * scsi: Get rid of struct fc_bsg_bufferJohannes Thumshirn2016-11-181-9/+3Star
| * scsi: allow LLDDs to expose the queue mapping to blk-mqChristoph Hellwig2016-11-081-0/+8
| * scsi: libfc: Replace ->seq_release callback with function callHannes Reinecke2016-11-081-7/+1Star
| * scsi: libfc: Replace ->seq_assign callback with function callHannes Reinecke2016-11-081-7/+1Star
| * scsi: libfc: Replace ->seq_set_resp callback with direct function callHannes Reinecke2016-11-081-10/+3Star
| * scsi: libfc: Replace ->seq_start_next callback with function callHannes Reinecke2016-11-081-7/+1Star
| * scsi: libfc: Replace ->exch_done callback with function callHannes Reinecke2016-11-081-8/+1Star
| * scsi: libfc: Replace ->seq_exch_abort callback with function callHannes Reinecke2016-11-081-13/+1Star
| * scsi: libfc: Replace ->seq_send callback with function callHannes Reinecke2016-11-081-7/+1Star
| * scsi: libfc: Remove fc_rport_init()Hannes Reinecke2016-11-081-1/+0Star
| * scsi: libfc: Replace ->rport_flush_queue callback with function callHannes Reinecke2016-11-081-7/+1Star
| * scsi: libfc: Replace ->rport_recv_req callback with function callHannes Reinecke2016-11-081-7/+1Star
| * scsi: libfc: Replace ->rport_logoff callback with function callHannes Reinecke2016-11-081-8/+1Star
| * scsi: libfc: Replace ->rport_login callback with function callHannes Reinecke2016-11-081-13/+1Star
| * scsi: libfc: Replace ->rport_create callback with function callHannes Reinecke2016-11-081-7/+1Star
| * scsi: libfc: Replace ->rport_lookup callback with function callHannes Reinecke2016-11-081-7/+2Star
| * scsi: libfc: Replace ->rport_destroy callback with function callHannes Reinecke2016-11-081-6/+1Star
| * scsi: libfc: Replace ->exch_seq_send callback with function callHannes Reinecke2016-11-081-31/+7Star
| * scsi: libfc: Replace ->lport_recv with function callHannes Reinecke2016-11-081-7/+1Star
| * scsi: libfc: Replace ->lport_reset callback with function callHannes Reinecke2016-11-081-7/+0Star
| * scsi: libfc: Replace ->seq_els_rsp_send callback with function callHannes Reinecke2016-11-081-8/+2Star
| * scsi: libfc: reset timeout on queue fullHannes Reinecke2016-11-081-1/+2
| * scsi: libfc: quarantine timed out xidsHannes Reinecke2016-11-081-0/+1
| * scsi: libfc: use error code for fc_rport_error()Hannes Reinecke2016-11-081-0/+5
* | block: split out request-only flags into a new namespaceChristoph Hellwig2016-10-281-2/+2
* | sd: Implement support for ZBC devicesHannes Reinecke2016-10-191-0/+17
|/
* Merge remote-tracking branch 'mkp-scsi/4.8/scsi-fixes' into fixesJames Bottomley2016-09-281-4/+1Star
|\
| * scsi: Avoid that toggling use_blk_mq triggers a memory leakBart Van Assche2016-09-271-4/+1Star
* | Merge remote-tracking branch 'mkp-scsi/4.8/scsi-fixes' into fixesJames Bottomley2016-08-191-3/+2Star
|\|