aboutsummaryrefslogtreecommitdiffstats
path: root/include/scsi (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-12Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-0/+1
2017-05-11uapi: export all headers under uapi directoriesNicolas Dichtel1-0/+0
2017-05-04Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds9-12/+10
2017-05-01target: Add WRITE_VERIFY_16Bryant G. Ly1-0/+1
2017-04-25scsi: Improve scsi_get_sense_info_fldDamien Le Moal1-2/+2
2017-04-20scsi: introduce a result field in struct scsi_requestChristoph Hellwig1-0/+1
2017-04-19scsi: scsi_transport_fc: Add dummy initiator role to rportCathy Avery1-0/+1
2017-04-11scsi: sg: disable SET_FORCE_LOW_DMAHannes Reinecke1-1/+0
2017-04-06scsi: make asynchronous aborts mandatoryHannes Reinecke1-5/+0
2017-04-06scsi: make eh_eflags persistentHannes Reinecke1-0/+1
2017-04-06scsi: scsi_error: count medium access timeout only once per EH runHannes Reinecke1-0/+1
2017-04-06scsi: Make checking the scsi_device_get() return value mandatoryBart Van Assche1-1/+1
2017-04-05block, scsi: move the retries field to struct scsi_requestChristoph Hellwig1-0/+1
2017-04-04scsi: sas: remove sas_domain_release_transportJohannes Thumshirn1-1/+0
2017-03-15scsi: libiscsi: qedi: convert iscsi_task.refcount from atomic_t to refcount_tElena Reshetova1-1/+2
2017-03-15scsi: libfc: convert fc_fcp_pkt.ref_cnt from atomic_t to refcount_tElena Reshetova1-1/+2
2017-03-01scsi: mpt3sas: Avoid sleeping in interrupt contextBart Van Assche1-0/+4
2017-02-28scsi: libiscsi: add lock around task lists to fix list corruption regressionChris Leech1-0/+1
2017-02-23scsi: remove scsi_execute_req_flagsChristoph Hellwig1-6/+2
2017-02-23scsi: merge __scsi_execute into scsi_executeChristoph Hellwig1-2/+3
2017-02-22scsi: use 'scsi_device_from_queue()' for scsi_dhHannes Reinecke1-0/+1
2017-02-21Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds5-40/+3
2017-02-06scsi: remove tsk_mgmt_response and it_nexus_response transport methodsChristoph Hellwig2-19/+0
2017-02-06scsi: remove eh_timed_out methods in the transport templateChristoph Hellwig4-11/+3
2017-01-31block: introduce blk_rq_is_passthroughChristoph Hellwig1-1/+1
2017-01-27block: split scsi_request out of struct requestChristoph Hellwig2-0/+32
2017-01-27scsi: allocate scsi_cmnd structures as part of struct requestChristoph Hellwig1-3/+0
2017-01-27scsi: remove __scsi_alloc_queueChristoph Hellwig2-2/+2
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
2017-01-10scsi: remove useless acpi functions in the header fileHanjun Guo1-10/+0
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