summaryrefslogtreecommitdiff
path: root/drivers/scsi/scsi_sysfs.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2023-01-27driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman1-2/+2
2023-01-27scsi: core: Fix the scsi_device_put() might_sleep annotationBart Van Assche1-0/+2
2022-12-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-20/+2
2022-10-18scsi: core: Release SCSI devices synchronouslyBart Van Assche1-20/+2
2022-10-18scsi: core: Restrict legal sdev_state transitions via sysfsUday Shankar1-0/+8
2022-10-07Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+2
2022-09-25scsi: core: Add I/O timeout count for SCSI deviceWu Bo1-0/+2
2022-09-01scsi: core: Fix a use-after-freeBart Van Assche1-0/+1
2022-09-01scsi: core: Revert "Make sure that targets outlive devices"Bart Van Assche1-17/+3
2022-09-01scsi: core: Revert "Simplify LLD module reference counting"Bart Van Assche1-0/+9
2022-08-13Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-12/+17
2022-08-02scsi: core: Simplify LLD module reference countingMing Lei1-9/+0
2022-08-02scsi: core: Make sure that targets outlive devicesBart Van Assche1-3/+17
2022-06-28block: simplify disk shutdownChristoph Hellwig1-1/+1
2022-05-24scsi: core: Unexport scsi_bus_typeChristoph Hellwig1-1/+0
2022-05-02scsi: core: Cache VPD pages b0, b1, b2Martin K. Petersen1-0/+28
2022-03-30scsi: core: sysfs: Remove comments that conflict with the actual logicJackie Liu1-4/+0
2022-02-08scsi: core: Make "access_state" sysfs attribute always visibleMartin Wilck1-8/+0
2021-12-17Merge branch '5.16/scsi-fixes' into 5.17/scsi-stagingMartin K. Petersen1-11/+19
2021-11-23scsi: core: sysfs: Fix setting device state to SDEV_RUNNINGMike Christie1-1/+1
2021-11-19scsi: core: Remove Scsi_Host.shost_dev_attr_groupsBart Van Assche1-1/+6
2021-11-17scsi: core: sysfs: Fix hang when device state is set via sysfsMike Christie1-11/+19
2021-11-04Merge branch '5.15/scsi-fixes' into 5.16/scsi-queueMartin K. Petersen1-0/+9
2021-11-04scsi: bsg: Fix errno when scsi_bsg_register_queue() failsJackie Liu1-0/+1
2021-10-28scsi: core: Fix early registration of sysfs attributes for scsi_deviceSteffen Maier1-10/+1
2021-10-17scsi: core: Remove two host template members that are no longer usedBart Van Assche1-28/+0
2021-10-17scsi: core: Register sysfs attributes earlierBart Van Assche1-40/+41
2021-10-17scsi: core: pm: Rely on the device driver core for async power managementBart Van Assche1-0/+1
2021-10-13scsi: core: Put LLD module refcnt after SCSI device is releasedMing Lei1-0/+9
2021-09-03Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-8/+16
2021-08-25scsi: core: Fix hang of freezing queue between blocking and running deviceLi Jinlin1-3/+6
2021-08-12Merge branch '5.14/scsi-fixes' into 5.15/scsi-stagingMartin K. Petersen1-3/+6
2021-07-31scsi: bsg: Simplify device registrationChristoph Hellwig1-8/+16
2021-07-30scsi: core: Fix capacity set to zero after offlinining devicelijinlin1-3/+6
2021-07-29scsi: bsg: Move bsg_scsi_ops to drivers/scsi/Christoph Hellwig1-1/+1
2021-04-29Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+4
2021-04-06scsi: remove the unchecked_isa_dma flagChristoph Hellwig1-2/+0
2021-03-30scsi: core: Fix comment typodudengke1-1/+1
2021-03-05scsi: core: Replace sdev->device_busy with sbitmapMing Lei1-0/+2
2021-03-05scsi: core: Add scsi_device_busy() wrapperMing Lei1-1/+1
2020-11-17scsi: core: Fix -Wformat for scsi_hostNick Desaulniers1-1/+1
2020-10-06scsi: core: Show nr_hw_queues in sysfsJohn Garry1-0/+11
2020-03-17scsi: core: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai1-5/+5
2020-02-29scsi: core: use kobj_to_devGuosong Su1-4/+4
2019-12-03Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+21
2019-10-31Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar1-4/+4
2019-10-30drivers/scsi: Replace rcu_swap_protected() with rcu_replace_pointer()Paul E. McKenney1-4/+4
2019-10-18scsi: core: try to get module before removing deviceYufen Yu1-1/+10
2019-10-01scsi: core: Add sysfs attributes for VPD pages 0h and 89hRyan Attard1-0/+19