summaryrefslogtreecommitdiff
path: root/include/scsi/scsi_device.h
AgeCommit message (Expand)Author
2025-11-19Merge branch 6.18/scsi-fixes into 6.19/scsi-stagingMartin K. Petersen
2025-11-12Merge patch series "Optimize the hot path in the UFS driver"Martin K. Petersen
2025-11-12scsi: core: Add scsi_{get,put}_internal_cmd() helpersHannes Reinecke
2025-11-12scsi: core: Support allocating a pseudo SCSI deviceHannes Reinecke
2025-11-08Merge patch series "Support power resources defined in acpi on ata"Martin K. Petersen
2025-11-08scsi: sd: Add manage_restart device attribute to scsi_diskMarkus Probst
2025-10-21scsi: core: Do not declare scsi_cmnd pointers constBart Van Assche
2025-10-21scsi: core: Fix the unit attention counter implementationBart Van Assche
2025-06-16scsi: core: Remember if a device is an ATA deviceDamien Le Moal
2025-02-03scsi: st: Modify st.c to use the new scsi_error countersKai Mäkisara
2025-02-03scsi: core: Add counters for New Media and Power On/Reset UNIT ATTENTIONsKai Mäkisara
2024-12-04scsi: Rename .slave_alloc() and .slave_destroy()Bart Van Assche
2024-03-22Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2024-03-16Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2024-02-26scsi: core: Query the Block Limits Extension VPD pageBart Van Assche
2024-02-15scsi: core: Consult supported VPD page list prior to fetching pageMartin K. Petersen
2024-02-14scsi: sd: usb_storage: uas: Access media prior to querying device propertiesMartin K. Petersen
2024-01-29scsi: core: Allow passthrough to request midlayer retriesMike Christie
2023-11-24scsi: sd: Fix system start for ATA devicesDamien Le Moal
2023-11-24scsi: Change SCSI device boolean fields to single bit flagsDamien Le Moal
2023-11-01Merge tag 'ata-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds
2023-10-27scsi: sd: Introduce manage_shutdown device flagDamien Le Moal
2023-10-03scsi: Remove scsi device no_start_on_resume flagDamien Le Moal
2023-09-28scsi: sd: Differentiate system and runtime start/stop managementDamien Le Moal
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