aboutsummaryrefslogtreecommitdiff
path: root/include/scsi
AgeCommit message (Expand)AuthorFilesLines
2017-07-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Gravatar Linus Torvalds 1-0/+1
2017-07-06target: Use macro for WRITE_VERIFY_32 operation codesGravatar Damien Le Moal 1-0/+1
2017-07-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 6-23/+9
2017-07-06Merge branch 'for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Gravatar Linus Torvalds 2-0/+2
2017-07-01scsi: Add STARGET_CREATED_REMOVE state to scsi_target_stateGravatar Ewan D. Milne 1-0/+1
2017-06-29sd: add support for TCG OPAL self encrypting disksGravatar Christoph Hellwig 1-0/+1
2017-06-27scsi: sas: scsi_queue_work can fail, so make callers awareGravatar Johannes Thumshirn 1-3/+3
2017-06-27libata: Support for an ATA PASS-THROUGH(32) command.Gravatar Minwoo Im 1-0/+1
2017-06-26scsi: Remove the definition of VLC_SA_RECEIVE_CREDENTIALGravatar Bart Van Assche 1-3/+0
2017-06-26scsi: fc: drop residual tsk_mgmt_response and it_nexus_responseGravatar Kefeng Wang 1-4/+0
2017-06-26scsi: scsi_dh_alua: remove synchronous STPG supportGravatar Christoph Hellwig 1-1/+0
2017-06-26scsi: remove various unused blist flagsGravatar Christoph Hellwig 1-9/+0
2017-06-20block: Change argument type of scsi_req_init()Gravatar Bart Van Assche 1-1/+1
2017-06-20block: Make most scsi_req_init() calls implicitGravatar Bart Van Assche 1-0/+1
2017-06-12scsi: Protect SCSI device state changes with a mutexGravatar Bart Van Assche 1-0/+1
2017-06-12scsi: Create two versions of scsi_internal_device_unblock()Gravatar Bart Van Assche 1-2/+2
2017-06-12scsi: Split scsi_internal_device_block()Gravatar Bart Van Assche 1-1/+1
2017-06-12scsi: Avoid that scsi_exit_rq() triggers a use-after-freeGravatar Bart Van Assche 1-0/+1
2017-06-09block: introduce new block status code typeGravatar Christoph Hellwig 1-1/+1
2017-05-12Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Gravatar Linus Torvalds 1-0/+1
2017-05-11uapi: export all headers under uapi directoriesGravatar Nicolas Dichtel 1-0/+0
2017-05-04Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 9-12/+10
2017-05-01target: Add WRITE_VERIFY_16Gravatar Bryant G. Ly 1-0/+1
2017-04-25scsi: Improve scsi_get_sense_info_fldGravatar Damien Le Moal 1-2/+2
2017-04-20scsi: introduce a result field in struct scsi_requestGravatar Christoph Hellwig 1-0/+1
2017-04-19scsi: scsi_transport_fc: Add dummy initiator role to rportGravatar Cathy Avery 1-0/+1
2017-04-11scsi: sg: disable SET_FORCE_LOW_DMAGravatar Hannes Reinecke 1-1/+0
2017-04-06scsi: make asynchronous aborts mandatoryGravatar Hannes Reinecke 1-5/+0
2017-04-06scsi: make eh_eflags persistentGravatar Hannes Reinecke 1-0/+1
2017-04-06scsi: scsi_error: count medium access timeout only once per EH runGravatar Hannes Reinecke 1-0/+1
2017-04-06scsi: Make checking the scsi_device_get() return value mandatoryGravatar Bart Van Assche 1-1/+1
2017-04-05block, scsi: move the retries field to struct scsi_requestGravatar Christoph Hellwig 1-0/+1
2017-04-04scsi: sas: remove sas_domain_release_transportGravatar Johannes Thumshirn 1-1/+0
2017-03-15scsi: libiscsi: qedi: convert iscsi_task.refcount from atomic_t to refcount_tGravatar Elena Reshetova 1-1/+2
2017-03-15scsi: libfc: convert fc_fcp_pkt.ref_cnt from atomic_t to refcount_tGravatar Elena Reshetova 1-1/+2
2017-03-01scsi: mpt3sas: Avoid sleeping in interrupt contextGravatar Bart Van Assche 1-0/+4
2017-02-28scsi: libiscsi: add lock around task lists to fix list corruption regressionGravatar Chris Leech 1-0/+1
2017-02-23scsi: remove scsi_execute_req_flagsGravatar Christoph Hellwig 1-6/+2
2017-02-23scsi: merge __scsi_execute into scsi_executeGravatar Christoph Hellwig 1-2/+3
2017-02-22scsi: use 'scsi_device_from_queue()' for scsi_dhGravatar Hannes Reinecke 1-0/+1
2017-02-21Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 5-40/+3
2017-02-06scsi: remove tsk_mgmt_response and it_nexus_response transport methodsGravatar Christoph Hellwig 2-19/+0
2017-02-06scsi: remove eh_timed_out methods in the transport templateGravatar Christoph Hellwig 4-11/+3
2017-01-31block: introduce blk_rq_is_passthroughGravatar Christoph Hellwig 1-1/+1
2017-01-27block: split scsi_request out of struct requestGravatar Christoph Hellwig 2-0/+32
2017-01-27scsi: allocate scsi_cmnd structures as part of struct requestGravatar Christoph Hellwig 1-3/+0
2017-01-27scsi: remove __scsi_alloc_queueGravatar Christoph Hellwig 2-2/+2
2017-01-17Merge remote-tracking branch 'mkp-scsi/fixes' into fixesGravatar James Bottomley 1-3/+3
2017-01-16scsi: libfc: Fix variable name in fc_set_wwpnGravatar Fam Zheng 1-3/+3
2017-01-10scsi: remove useless acpi functions in the header fileGravatar Hanjun Guo 1-10/+0