aboutsummaryrefslogtreecommitdiffstats
path: root/include/scsi/scsi_device.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-26scsi: scsi_dh_alua: remove synchronous STPG supportChristoph Hellwig1-1/+0
2017-06-12scsi: Protect SCSI device state changes with a mutexBart Van Assche1-0/+1
2017-06-12scsi: Create two versions of scsi_internal_device_unblock()Bart Van Assche1-2/+2
2017-06-12scsi: Split scsi_internal_device_block()Bart Van Assche1-1/+1
2017-05-04Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2017-04-06scsi: Make checking the scsi_device_get() return value mandatoryBart Van Assche1-1/+1
2017-03-01scsi: mpt3sas: Avoid sleeping in interrupt contextBart Van Assche1-0/+4
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
2016-10-28block: split out request-only flags into a new namespaceChristoph Hellwig1-2/+2
2016-07-13scsi: remove current_cmnd field from struct scsi_deviceChristoph Hellwig1-1/+0
2016-04-15scsi: vpd pages are mandatory for SPC-2Hannes Reinecke1-2/+2
2016-04-15scsi: Add intermediate STARGET_REMOVE state to scsi_target_stateJohannes Thumshirn1-0/+1
2016-04-11scsi: disable automatic target scanHannes Reinecke1-1/+8
2016-04-05scsi: Do not attach VPD to devices that don't support itHannes Reinecke1-0/+25
2016-03-05scsi: Add 'access_state' and 'preferred_path' attributeHannes Reinecke1-0/+1
2016-02-23scsi_dh_alua: Add new blacklist flag 'BLIST_SYNC_ALUA'Hannes Reinecke1-0/+1
2016-02-23scsi: Export function scsi_scan.c:sanitize_inquiry_stringDon Brace1-0/+1
2015-12-02scsi: Add scsi_vpd_tpg_id()Hannes Reinecke1-0/+1
2015-12-02scsi: Add scsi_vpd_lun_id()Hannes Reinecke1-0/+1
2015-11-30scsi: rescan VPD attributesHannes Reinecke1-2/+3
2015-08-28scsi_dh: kill struct scsi_dh_dataChristoph Hellwig1-22/+3
2015-08-28scsi_dh: move device matching to the core codeChristoph Hellwig1-1/+0
2015-08-28dm-mpath, scsi_dh: don't let dm detach device handlersChristoph Hellwig1-1/+0
2015-08-26scsi: Add ALUA state change UA handlingHannes Reinecke1-1/+2
2015-06-01Move code that is used both by initiator and target driversBart Van Assche1-2/+0
2015-02-04scsi_logging: return void for dev_printk() functionsHannes Reinecke1-2/+2
2015-01-20scsi: annotate sdev_prefix_printk and scmd_printk as printf-likeChristoph Hellwig1-4/+5
2015-01-09scsi: Implement per-cpu logging bufferHannes Reinecke1-13/+8
2014-12-15SCSI / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki1-2/+2
2014-11-24scsi: drop reason argument from ->change_queue_depthChristoph Hellwig1-1/+1
2014-11-12scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig1-1/+1
2014-11-12scsi: remove ordered_tags scsi_device fieldChristoph Hellwig1-1/+0
2014-11-12scsi: handle more device handler setup/teardown in common codeChristoph Hellwig1-1/+1
2014-11-12scsi: remove struct scsi_dh_devlistChristoph Hellwig1-6/+0
2014-11-12scsi: use container_of to get at device handler private dataChristoph Hellwig1-1/+0
2014-11-12scsi: introduce sdev_prefix_printk()Hannes Reinecke1-0/+9
2014-09-15scsi: don't store LUN bits in CDB[1] for USB mass-storage devicesAlan Stern1-0/+1
2014-07-25scsi: add a blacklist flag which enables VPD page inquiriesMartin K. Petersen1-0/+1
2014-07-25scsi: move the writeable field from struct scsi_device to struct scsi_cdChristoph Hellwig1-1/+0
2014-07-25scsi: fix the {host,target,device}_blocked counter messChristoph Hellwig1-3/+4
2014-07-25scsi: convert device_busy to atomic_tChristoph Hellwig1-3/+1
2014-07-25scsi: convert target_busy to an atomic_tChristoph Hellwig1-2/+2
2014-07-17scsi: use 64-bit LUNsHannes Reinecke1-11/+11
2014-06-30usb-storage/SCSI: Add broken_fua blacklist flagAlan Stern1-0/+1
2014-04-09scsi: Make sure cmd_flags are 64-bitMartin K. Petersen1-2/+2
2014-03-27[SCSI] Add EVPD page 0x83 and 0x80 to sysfsHannes Reinecke1-0/+7
2014-03-15[SCSI] fix our current target reap infrastructureJames Bottomley1-2/+1
2014-03-15[SCSI] libsas: introduce scmd_dbg() to quiet false positive "timeout" messagesDan Williams1-0/+12