summaryrefslogtreecommitdiff
path: root/drivers/scsi/scsi_sysfs.c
AgeCommit message (Expand)Author
2024-03-22Merge 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-26scsi: core: Constify the struct device_type usageRicardo B. Marliere
2024-02-12scsi: core: Make scsi_bus_type constRicardo B. Marliere
2023-08-24scsi: core: Improve type safety of scsi_rescan_device()Bart Van Assche
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-03-24scsi: core: Declare most SCSI host template pointers constBart Van Assche
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-01-27driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman
2023-01-26scsi: core: Fix the scsi_device_put() might_sleep annotationBart Van Assche
2022-12-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2022-10-18scsi: core: Release SCSI devices synchronouslyBart Van Assche
2022-10-18scsi: core: Restrict legal sdev_state transitions via sysfsUday Shankar
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: Fix a use-after-freeBart Van Assche
2022-09-01scsi: core: Revert "Make sure that targets outlive devices"Bart Van Assche
2022-09-01scsi: core: Revert "Simplify LLD module reference counting"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: Simplify LLD module reference countingMing Lei
2022-08-01scsi: core: Make sure that targets outlive devicesBart Van Assche
2022-06-28block: simplify disk shutdownChristoph Hellwig
2022-05-23scsi: core: Unexport scsi_bus_typeChristoph Hellwig
2022-05-02scsi: core: Cache VPD pages b0, b1, b2Martin K. Petersen
2022-03-29scsi: core: sysfs: Remove comments that conflict with the actual logicJackie Liu
2022-02-07scsi: core: Make "access_state" sysfs attribute always visibleMartin Wilck
2021-12-16Merge branch '5.16/scsi-fixes' into 5.17/scsi-stagingMartin K. Petersen
2021-11-22scsi: core: sysfs: Fix setting device state to SDEV_RUNNINGMike Christie
2021-11-18scsi: core: Remove Scsi_Host.shost_dev_attr_groupsBart Van Assche
2021-11-16scsi: core: sysfs: Fix hang when device state is set via sysfsMike Christie
2021-11-03Merge branch '5.15/scsi-fixes' into 5.16/scsi-queueMartin K. Petersen
2021-11-03scsi: bsg: Fix errno when scsi_bsg_register_queue() failsJackie Liu
2021-10-27scsi: core: Fix early registration of sysfs attributes for scsi_deviceSteffen Maier
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-10-16scsi: core: pm: Rely on the device driver core for async power managementBart Van Assche
2021-10-12scsi: core: Put LLD module refcnt after SCSI device is releasedMing Lei
2021-09-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2021-08-24scsi: core: Fix hang of freezing queue between blocking and running deviceLi Jinlin
2021-08-11Merge branch '5.14/scsi-fixes' into 5.15/scsi-stagingMartin K. Petersen
2021-07-30scsi: bsg: Simplify device registrationChristoph Hellwig
2021-07-29scsi: core: Fix capacity set to zero after offlinining devicelijinlin
2021-07-28scsi: bsg: Move bsg_scsi_ops to drivers/scsi/Christoph Hellwig
2021-04-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2021-04-06scsi: remove the unchecked_isa_dma flagChristoph Hellwig
2021-03-29scsi: core: Fix comment typodudengke
2021-03-04scsi: core: Replace sdev->device_busy with sbitmapMing Lei
2021-03-04scsi: core: Add scsi_device_busy() wrapperMing Lei
2020-11-16scsi: core: Fix -Wformat for scsi_hostNick Desaulniers