summaryrefslogtreecommitdiff
path: root/include/scsi/scsi_device.h
AgeCommit message (Expand)Author
2023-08-02ata,scsi: do not issue START STOP UNIT on resumeDamien Le Moal
2023-06-16Merge patch series "scsi: fixes for targets with many LUNs, and scsi_target_b...Martin K. Petersen
2023-06-16scsi: core: Replace scsi_target_block() with scsi_block_targets()Martin Wilck
2023-05-22scsi: core: Allow enabling and disabling command duration limitsDamien Le Moal
2023-05-22scsi: core: Detect support for command duration limitsDamien Le Moal
2023-05-22scsi: core: Support Service Action in scsi_report_opcode()Damien Le Moal
2023-05-22scsi: core: Support retrieving sub-pages of mode pagesDamien Le Moal
2023-03-09scsi: core: Add BLIST_NO_VPD_SIZE for some VDASDLee Duncan
2023-02-21scsi: core: Extend struct scsi_exec_argsBart Van Assche
2023-01-18scsi: core: Remove scsi_execute_req()/scsi_execute() functionsMike Christie
2023-01-13scsi: core: Add struct for args to execution functionsMike Christie
2022-11-26scsi: sd: Use 16-byte SYNCHRONIZE CACHE on ZBC devicesShin'ichiro Kawasaki
2022-10-18scsi: core: Release SCSI devices synchronouslyBart Van Assche
2022-10-07Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2022-09-25scsi: core: Add I/O timeout count for SCSI deviceWu Bo
2022-09-01scsi: core: Revert "Make sure that targets outlive devices"Bart Van Assche
2022-08-13Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2022-08-01scsi: core: Make sure that targets outlive devicesBart Van Assche
2022-07-14scsi/core: Use the new blk_opf_t typeBart Van Assche
2022-05-02scsi: core: Cache VPD pages b0, b1, b2Martin K. Petersen
2022-05-02scsi: core: Query VPD size before getting full pageMartin K. Petersen
2022-03-01scsi: core: sd: Add silence_suspend flag to suppress some PM messagesAdrian Hunter
2022-01-22Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2022-01-05scsi: core: Fix scsi_mode_select() interfaceDamien Le Moal
2021-11-29block: remove the ->rq_disk field in struct requestChristoph Hellwig
2021-11-12Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2021-11-09Merge tag 'for-5.16/block-2021-11-09' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-11-09scsi: make sure that request queue queiesce and unquiesce balancedMing Lei
2021-11-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2021-10-27scsi: core: Fix early registration of sysfs attributes for scsi_deviceSteffen Maier
2021-10-18block: move struct request to blk-mq.hChristoph Hellwig
2021-10-16scsi: core: Remove two host template members that are no longer usedBart Van Assche
2021-10-16scsi: core: Register sysfs attributes earlierBart Van Assche
2021-09-22scsi: core: Remove 'current_tag'Hannes Reinecke
2021-08-11scsi: core: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche
2021-07-30scsi: block: Remove the remaining SG_IO-related fields from struct request_queueChristoph Hellwig
2021-07-30scsi: bsg: Simplify device registrationChristoph Hellwig
2021-07-21scsi: core: Add new flag BLIST_IGN_MEDIA_CHANGEMartin Kepplinger
2021-04-15scsi: core: Remove an incorrect commentBart Van Assche
2021-03-04scsi: core: Replace sdev->device_busy with sbitmapMing Lei
2021-03-04scsi: core: Add scsi_device_busy() wrapperMing Lei
2020-09-15scsi: core: Only re-run queue in scsi_end_request() if device queue is busyMing Lei
2020-04-22block: move dma drain handling to scsiChristoph Hellwig
2020-03-11scsi: core: avoid repetitive logging of device offline messagesEwan D. Milne
2020-03-11scsi: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-02-28scsi: core: Remove cmd_list functionalityHannes Reinecke
2019-12-19scsi: core: Adjust DBD setting in MODE SENSE for caching mode page per LLDCan Guo
2019-09-30scsi: core: Add sysfs attributes for VPD pages 0h and 89hRyan Attard
2019-09-30scsi: core: allow auto suspend override by low-level driverStanley Chu
2018-08-02scsi: Check sense buffer size at build timeKees Cook