summaryrefslogtreecommitdiffstats
path: root/include/scsi
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-02-215-40/+3
|\
| * scsi: remove tsk_mgmt_response and it_nexus_response transport methodsChristoph Hellwig2017-02-062-19/+0
| * scsi: remove eh_timed_out methods in the transport templateChristoph Hellwig2017-02-064-11/+3
| * scsi: remove useless acpi functions in the header fileHanjun Guo2017-01-101-10/+0
* | 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/+0
* | 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-161-1/+1
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2016-12-143-214/+62
|\
| * scsi: fc: use bsg_job_doneJohannes Thumshirn2016-11-171-2/+0
| * scsi: change FC drivers to use 'struct bsg_job'Johannes Thumshirn2016-11-172-46/+19
| * scsi: fc: implement kref backed reference countingJohannes Thumshirn2016-11-171-3/+1
| * scsi: fc: provide fc_bsg_to_rport() helperJohannes Thumshirn2016-11-171-0/+5
| * scsi: fc: provide fc_bsg_to_shost() helperJohannes Thumshirn2016-11-171-0/+5
| * scsi: fc: Export fc_bsg_jobdone and use it in FC driversJohannes Thumshirn2016-11-171-1/+2
| * scsi: Get rid of struct fc_bsg_bufferJohannes Thumshirn2016-11-171-9/+3
| * 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/+1
| * scsi: libfc: Replace ->seq_assign callback with function callHannes Reinecke2016-11-081-7/+1
| * scsi: libfc: Replace ->seq_set_resp callback with direct function callHannes Reinecke2016-11-081-10/+3
| * scsi: libfc: Replace ->seq_start_next callback with function callHannes Reinecke2016-11-081-7/+1
| * scsi: libfc: Replace ->exch_done callback with function callHannes Reinecke2016-11-081-8/+1
| * scsi: libfc: Replace ->seq_exch_abort callback with function callHannes Reinecke2016-11-081-13/+1
| * scsi: libfc: Replace ->seq_send callback with function callHannes Reinecke2016-11-081-7/+1
| * scsi: libfc: Remove fc_rport_init()Hannes Reinecke2016-11-081-1/+0
| * scsi: libfc: Replace ->rport_flush_queue callback with function callHannes Reinecke2016-11-081-7/+1
| * scsi: libfc: Replace ->rport_recv_req callback with function callHannes Reinecke2016-11-081-7/+1
| * scsi: libfc: Replace ->rport_logoff callback with function callHannes Reinecke2016-11-081-8/+1
| * scsi: libfc: Replace ->rport_login callback with function callHannes Reinecke2016-11-081-13/+1
| * scsi: libfc: Replace ->rport_create callback with function callHannes Reinecke2016-11-081-7/+1
| * scsi: libfc: Replace ->rport_lookup callback with function callHannes Reinecke2016-11-081-7/+2
| * scsi: libfc: Replace ->rport_destroy callback with function callHannes Reinecke2016-11-081-6/+1
| * scsi: libfc: Replace ->exch_seq_send callback with function callHannes Reinecke2016-11-081-31/+7
| * scsi: libfc: Replace ->lport_recv with function callHannes Reinecke2016-11-081-7/+1
| * scsi: libfc: Replace ->lport_reset callback with function callHannes Reinecke2016-11-081-7/+0
| * scsi: libfc: Replace ->seq_els_rsp_send callback with function callHannes Reinecke2016-11-081-8/+2
| * 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-181-0/+17
|/
* Merge remote-tracking branch 'mkp-scsi/4.8/scsi-fixes' into fixesJames Bottomley2016-09-271-4/+1
|\
| * scsi: Avoid that toggling use_blk_mq triggers a memory leakBart Van Assche2016-09-261-4/+1
* | Merge remote-tracking branch 'mkp-scsi/4.8/scsi-fixes' into fixesJames Bottomley2016-08-191-3/+2
|\|
| * scsi: sas: remove is_sas_attached()Johannes Thumshirn2016-08-181-6/+0
| * scsi: sas: provide stub implementation for scsi_is_sas_rphyJohannes Thumshirn2016-08-181-1/+6
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2016-08-041-0/+220
|\ \ | |/ |/|