summaryrefslogtreecommitdiffstats
path: root/include/scsi/scsi_device.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2024-03-221-0/+1
|\
| * scsi: core: Query the Block Limits Extension VPD pageBart Van Assche2024-02-261-0/+1
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2024-03-161-0/+48
|\ \
| * | scsi: core: Allow passthrough to request midlayer retriesMike Christie2024-01-291-0/+48
| |/
* | scsi: core: Consult supported VPD page list prior to fetching pageMartin K. Petersen2024-02-151-4/+0
* | scsi: sd: usb_storage: uas: Access media prior to querying device propertiesMartin K. Petersen2024-02-141-0/+1
|/
* scsi: sd: Fix system start for ATA devicesDamien Le Moal2023-11-241-0/+6
* scsi: Change SCSI device boolean fields to single bit flagsDamien Le Moal2023-11-241-3/+3
* Merge tag 'ata-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds2023-11-011-1/+0
|\
| * scsi: Remove scsi device no_start_on_resume flagDamien Le Moal2023-10-031-1/+0
* | scsi: sd: Introduce manage_shutdown device flagDamien Le Moal2023-10-271-2/+18
|/
* scsi: sd: Differentiate system and runtime start/stop managementDamien Le Moal2023-09-281-1/+4
* ata,scsi: do not issue START STOP UNIT on resumeDamien Le Moal2023-08-021-0/+1
* Merge patch series "scsi: fixes for targets with many LUNs, and scsi_target_b...Martin K. Petersen2023-06-161-1/+1
|\
| * scsi: core: Replace scsi_target_block() with scsi_block_targets()Martin Wilck2023-06-161-1/+1
* | scsi: core: Allow enabling and disabling command duration limitsDamien Le Moal2023-05-221-0/+2
* | scsi: core: Detect support for command duration limitsDamien Le Moal2023-05-221-0/+3
* | scsi: core: Support Service Action in scsi_report_opcode()Damien Le Moal2023-05-221-2/+3
* | scsi: core: Support retrieving sub-pages of mode pagesDamien Le Moal2023-05-221-4/+4
|/
* scsi: core: Add BLIST_NO_VPD_SIZE for some VDASDLee Duncan2023-03-091-0/+2
* scsi: core: Extend struct scsi_exec_argsBart Van Assche2023-02-211-0/+1
* scsi: core: Remove scsi_execute_req()/scsi_execute() functionsMike Christie2023-01-181-31/+0
* scsi: core: Add struct for args to execution functionsMike Christie2023-01-131-14/+37
* scsi: sd: Use 16-byte SYNCHRONIZE CACHE on ZBC devicesShin'ichiro Kawasaki2022-11-261-0/+1
* scsi: core: Release SCSI devices synchronouslyBart Van Assche2022-10-181-1/+0
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-10-071-0/+1
|\
| * scsi: core: Add I/O timeout count for SCSI deviceWu Bo2022-09-251-0/+1
* | scsi: core: Revert "Make sure that targets outlive devices"Bart Van Assche2022-09-011-2/+0
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-08-131-0/+2
|\
| * scsi: core: Make sure that targets outlive devicesBart Van Assche2022-08-011-0/+2
* | scsi/core: Use the new blk_opf_t typeBart Van Assche2022-07-141-1/+1
|/
* scsi: core: Cache VPD pages b0, b1, b2Martin K. Petersen2022-05-021-0/+4
* scsi: core: Query VPD size before getting full pageMartin K. Petersen2022-05-021-1/+4
* scsi: core: sd: Add silence_suspend flag to suppress some PM messagesAdrian Hunter2022-03-011-0/+1
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-01-221-3/+2
|\
| * scsi: core: Fix scsi_mode_select() interfaceDamien Le Moal2022-01-051-3/+2
* | block: remove the ->rq_disk field in struct requestChristoph Hellwig2021-11-291-2/+2
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-11-121-6/+0
|\
| * scsi: core: Fix early registration of sysfs attributes for scsi_deviceSteffen Maier2021-10-271-6/+0
* | Merge tag 'for-5.16/block-2021-11-09' of git://git.kernel.dk/linux-blockLinus Torvalds2021-11-091-0/+1
|\ \
| * | scsi: make sure that request queue queiesce and unquiesce balancedMing Lei2021-11-091-0/+1
* | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-11-051-0/+6
|\ \ \ | |/ / |/| / | |/
| * scsi: core: Remove two host template members that are no longer usedBart Van Assche2021-10-161-1/+0
| * scsi: core: Register sysfs attributes earlierBart Van Assche2021-10-161-0/+7
* | block: move struct request to blk-mq.hChristoph Hellwig2021-10-181-1/+1
|/
* scsi: core: Remove 'current_tag'Hannes Reinecke2021-09-221-1/+0
* scsi: core: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche2021-08-111-7/+9
* scsi: block: Remove the remaining SG_IO-related fields from struct request_queueChristoph Hellwig2021-07-301-0/+3
* scsi: bsg: Simplify device registrationChristoph Hellwig2021-07-301-0/+2
* scsi: core: Add new flag BLIST_IGN_MEDIA_CHANGEMartin Kepplinger2021-07-211-0/+1