summaryrefslogtreecommitdiff
path: root/include/scsi/scsi_device.h
AgeCommit message (Expand)AuthorFilesLines
2022-04-08scsi: core: sd: Add silence_suspend flag to suppress some PM messagesAdrian Hunter1-0/+1
2021-09-22scsi: core: Remove 'current_tag'Hannes Reinecke1-1/+0
2021-08-12scsi: core: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche1-7/+9
2021-07-31scsi: block: Remove the remaining SG_IO-related fields from struct request_queueChristoph Hellwig1-0/+3
2021-07-31scsi: bsg: Simplify device registrationChristoph Hellwig1-0/+2
2021-07-22scsi: core: Add new flag BLIST_IGN_MEDIA_CHANGEMartin Kepplinger1-0/+1
2021-04-16scsi: core: Remove an incorrect commentBart Van Assche1-1/+1
2021-03-05scsi: core: Replace sdev->device_busy with sbitmapMing Lei1-2/+3
2021-03-05scsi: core: Add scsi_device_busy() wrapperMing Lei1-0/+5
2020-09-16scsi: core: Only re-run queue in scsi_end_request() if device queue is busyMing Lei1-0/+1
2020-04-22block: move dma drain handling to scsiChristoph Hellwig1-0/+3
2020-03-12scsi: core: avoid repetitive logging of device offline messagesEwan D. Milne1-0/+3
2020-03-12scsi: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-2/+2
2020-02-29scsi: core: Remove cmd_list functionalityHannes Reinecke1-1/+0
2019-12-20scsi: core: Adjust DBD setting in MODE SENSE for caching mode page per LLDCan Guo1-0/+1
2019-10-01scsi: core: Add sysfs attributes for VPD pages 0h and 89hRyan Attard1-0/+2
2019-10-01scsi: core: allow auto suspend override by low-level driverStanley Chu1-1/+2
2018-08-03scsi: Check sense buffer size at build timeKees Cook1-1/+13
2018-04-21scsi: devinfo: change blist_flag_t to 64bitMartin Wilck1-1/+1
2017-11-17scsi: Use 'blist_flags_t' for scsi_devinfo flagsHannes Reinecke1-1/+3
2017-11-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+2
2017-11-15Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2017-11-11block, 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-19scsi: scsi_error: Handle power-on reset unit attentionHannes Reinecke1-1/+2
2017-10-03scsi: sd: Implement blacklist option for WRITE SAME w/ UNMAPMartin K. Petersen1-0/+1
2017-08-30scsi: Rework handling of scsi_device.vpd_pg8[03]Bart Van Assche1-4/+14
2017-08-26scsi: 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-13scsi: Protect SCSI device state changes with a mutexBart Van Assche1-0/+1
2017-06-13scsi: Create two versions of scsi_internal_device_unblock()Bart Van Assche1-2/+2
2017-06-13scsi: 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-02scsi: mpt3sas: Avoid sleeping in interrupt contextBart Van Assche1-0/+4
2017-02-24scsi: remove scsi_execute_req_flagsChristoph Hellwig1-6/+2
2017-02-24scsi: merge __scsi_execute into scsi_executeChristoph Hellwig1-2/+3
2017-02-23scsi: 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-14scsi: 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-06scsi: Add 'access_state' and 'preferred_path' attributeHannes Reinecke1-0/+1
2016-02-24scsi_dh_alua: Add new blacklist flag 'BLIST_SYNC_ALUA'Hannes Reinecke1-0/+1
2016-02-24scsi: Export function scsi_scan.c:sanitize_inquiry_stringDon Brace1-0/+1