summaryrefslogtreecommitdiffstats
path: root/include/scsi/scsi_device.h
Commit message (Expand)AuthorAgeFilesLines
* scsi: Use 'blist_flags_t' for scsi_devinfo flagsHannes Reinecke2017-11-161-1/+3
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-11-141-1/+2
|\
| * scsi: scsi_error: Handle power-on reset unit attentionHannes Reinecke2017-10-181-1/+2
* | Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-11-141-0/+1
|\ \
| * | block, scsi: Make SCSI quiesce and resume work reliablyBart Van Assche2017-11-101-0/+1
| |/
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | scsi: sd: Implement blacklist option for WRITE SAME w/ UNMAPMartin K. Petersen2017-10-021-0/+1
|/
* scsi: Rework handling of scsi_device.vpd_pg8[03]Bart Van Assche2017-08-291-4/+14
* scsi: Avoid sign extension of scsi_device.typeBart Van Assche2017-08-251-1/+1
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-07-061-4/+5
|\
| * scsi: Add STARGET_CREATED_REMOVE state to scsi_target_stateEwan D. Milne2017-07-011-0/+1
| * scsi: scsi_dh_alua: remove synchronous STPG supportChristoph Hellwig2017-06-261-1/+0
| * scsi: Protect SCSI device state changes with a mutexBart Van Assche2017-06-121-0/+1
| * scsi: Create two versions of scsi_internal_device_unblock()Bart Van Assche2017-06-121-2/+2
| * scsi: Split scsi_internal_device_block()Bart Van Assche2017-06-121-1/+1
* | sd: add support for TCG OPAL self encrypting disksChristoph Hellwig2017-06-291-0/+1
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-05-041-1/+1
|\
| * scsi: Make checking the scsi_device_get() return value mandatoryBart Van Assche2017-04-061-1/+1
* | scsi: mpt3sas: Avoid sleeping in interrupt contextBart Van Assche2017-03-011-0/+4
|/
* scsi: remove scsi_execute_req_flagsChristoph Hellwig2017-02-231-6/+2
* scsi: merge __scsi_execute into scsi_executeChristoph Hellwig2017-02-231-2/+3
* scsi: use 'scsi_device_from_queue()' for scsi_dhHannes Reinecke2017-02-221-0/+1
* block: split out request-only flags into a new namespaceChristoph Hellwig2016-10-281-2/+2
* scsi: remove current_cmnd field from struct scsi_deviceChristoph Hellwig2016-07-131-1/+0
* scsi: vpd pages are mandatory for SPC-2Hannes Reinecke2016-04-151-2/+2
* scsi: Add intermediate STARGET_REMOVE state to scsi_target_stateJohannes Thumshirn2016-04-151-0/+1
* scsi: disable automatic target scanHannes Reinecke2016-04-111-1/+8
* scsi: Do not attach VPD to devices that don't support itHannes Reinecke2016-04-051-0/+25
* scsi: Add 'access_state' and 'preferred_path' attributeHannes Reinecke2016-03-051-0/+1
* scsi_dh_alua: Add new blacklist flag 'BLIST_SYNC_ALUA'Hannes Reinecke2016-02-231-0/+1
* scsi: Export function scsi_scan.c:sanitize_inquiry_stringDon Brace2016-02-231-0/+1
* scsi: Add scsi_vpd_tpg_id()Hannes Reinecke2015-12-021-0/+1
* scsi: Add scsi_vpd_lun_id()Hannes Reinecke2015-12-021-0/+1
* scsi: rescan VPD attributesHannes Reinecke2015-11-301-2/+3
* scsi_dh: kill struct scsi_dh_dataChristoph Hellwig2015-08-281-22/+3
* scsi_dh: move device matching to the core codeChristoph Hellwig2015-08-281-1/+0
* dm-mpath, scsi_dh: don't let dm detach device handlersChristoph Hellwig2015-08-281-1/+0
* scsi: Add ALUA state change UA handlingHannes Reinecke2015-08-261-1/+2
* Move code that is used both by initiator and target driversBart Van Assche2015-06-011-2/+0
* scsi_logging: return void for dev_printk() functionsHannes Reinecke2015-02-041-2/+2
* scsi: annotate sdev_prefix_printk and scmd_printk as printf-likeChristoph Hellwig2015-01-201-4/+5
* scsi: Implement per-cpu logging bufferHannes Reinecke2015-01-091-13/+8
* SCSI / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki2014-12-151-2/+2
* scsi: drop reason argument from ->change_queue_depthChristoph Hellwig2014-11-241-1/+1
* scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig2014-11-121-1/+1
* scsi: remove ordered_tags scsi_device fieldChristoph Hellwig2014-11-121-1/+0
* scsi: handle more device handler setup/teardown in common codeChristoph Hellwig2014-11-121-1/+1
* scsi: remove struct scsi_dh_devlistChristoph Hellwig2014-11-121-6/+0
* scsi: use container_of to get at device handler private dataChristoph Hellwig2014-11-121-1/+0
* scsi: introduce sdev_prefix_printk()Hannes Reinecke2014-11-121-0/+9