aboutsummaryrefslogtreecommitdiffstats
path: root/include/scsi/scsi_device.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-19scsi: core: Adjust DBD setting in MODE SENSE for caching mode page per LLDCan Guo1-0/+1
2019-09-30scsi: core: Add sysfs attributes for VPD pages 0h and 89hRyan Attard1-0/+2
2019-09-30scsi: core: allow auto suspend override by low-level driverStanley Chu1-1/+2
2018-08-02scsi: Check sense buffer size at build timeKees Cook1-1/+13
2018-04-20scsi: devinfo: change blist_flag_t to 64bitMartin Wilck1-1/+1
2017-11-16scsi: Use 'blist_flags_t' for scsi_devinfo flagsHannes Reinecke1-1/+3
2017-11-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+2
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2017-11-10block, scsi: Make SCSI quiesce and resume work reliablyBart Van Assche1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-18scsi: scsi_error: Handle power-on reset unit attentionHannes Reinecke1-1/+2
2017-10-02scsi: sd: Implement blacklist option for WRITE SAME w/ UNMAPMartin K. Petersen1-0/+1
2017-08-29scsi: Rework handling of scsi_device.vpd_pg8[03]Bart Van Assche1-4/+14
2017-08-25scsi: Avoid sign extension of scsi_device.typeBart Van Assche1-1/+1
2017-07-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-4/+5
2017-07-01scsi: Add STARGET_CREATED_REMOVE state to scsi_target_stateEwan D. Milne1-0/+1
2017-06-29sd: add support for TCG OPAL self encrypting disksChristoph Hellwig1-0/+1
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