summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi_sysfs.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: core: Unexport scsi_bus_typeChristoph Hellwig2022-05-231-1/+0
* scsi: core: Cache VPD pages b0, b1, b2Martin K. Petersen2022-05-021-0/+28
* scsi: core: sysfs: Remove comments that conflict with the actual logicJackie Liu2022-03-291-4/+0
* scsi: core: Make "access_state" sysfs attribute always visibleMartin Wilck2022-02-071-8/+0
* Merge branch '5.16/scsi-fixes' into 5.17/scsi-stagingMartin K. Petersen2021-12-161-11/+19
|\
| * scsi: core: sysfs: Fix setting device state to SDEV_RUNNINGMike Christie2021-11-221-1/+1
| * scsi: core: sysfs: Fix hang when device state is set via sysfsMike Christie2021-11-161-11/+19
* | scsi: core: Remove Scsi_Host.shost_dev_attr_groupsBart Van Assche2021-11-181-1/+6
|/
* Merge branch '5.15/scsi-fixes' into 5.16/scsi-queueMartin K. Petersen2021-11-031-0/+9
|\
| * scsi: core: Put LLD module refcnt after SCSI device is releasedMing Lei2021-10-121-0/+9
* | scsi: bsg: Fix errno when scsi_bsg_register_queue() failsJackie Liu2021-11-031-0/+1
* | scsi: core: Fix early registration of sysfs attributes for scsi_deviceSteffen Maier2021-10-271-10/+1
* | scsi: core: Remove two host template members that are no longer usedBart Van Assche2021-10-161-28/+0
* | scsi: core: Register sysfs attributes earlierBart Van Assche2021-10-161-40/+41
* | scsi: core: pm: Rely on the device driver core for async power managementBart Van Assche2021-10-161-0/+1
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-09-021-8/+16
|\
| * Merge branch '5.14/scsi-fixes' into 5.15/scsi-stagingMartin K. Petersen2021-08-111-3/+6
| |\
| * | scsi: bsg: Simplify device registrationChristoph Hellwig2021-07-301-8/+16
| * | scsi: bsg: Move bsg_scsi_ops to drivers/scsi/Christoph Hellwig2021-07-281-1/+1
* | | scsi: core: Fix hang of freezing queue between blocking and running deviceLi Jinlin2021-08-241-3/+6
| |/ |/|
* | scsi: core: Fix capacity set to zero after offlinining devicelijinlin2021-07-291-3/+6
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-04-281-2/+4
|\
| * scsi: core: Fix comment typodudengke2021-03-291-1/+1
| * scsi: core: Replace sdev->device_busy with sbitmapMing Lei2021-03-041-0/+2
| * scsi: core: Add scsi_device_busy() wrapperMing Lei2021-03-041-1/+1
* | scsi: remove the unchecked_isa_dma flagChristoph Hellwig2021-04-061-2/+0
|/
* scsi: core: Fix -Wformat for scsi_hostNick Desaulniers2020-11-161-1/+1
* scsi: core: Show nr_hw_queues in sysfsJohn Garry2020-10-061-0/+11
* scsi: core: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai2020-03-171-5/+5
* scsi: core: use kobj_to_devGuosong Su2020-02-281-4/+4
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-12-021-1/+21
|\
| * scsi: core: Add sysfs attributes for VPD pages 0h and 89hRyan Attard2019-09-301-0/+19
| * scsi: core: allow auto suspend override by low-level driverStanley Chu2019-09-301-1/+2
* | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2019-10-311-4/+4
|\ \
| * | drivers/scsi: Replace rcu_swap_protected() with rcu_replace_pointer()Paul E. McKenney2019-10-301-4/+4
| |/
* / scsi: core: try to get module before removing deviceYufen Yu2019-10-171-1/+10
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-07-111-1/+6
|\
| * scsi: Restrict user space SCSI device state changes to "running" and "offline"Bart Van Assche2019-06-201-1/+6
| * scsi: core: add SPDX tags to scsi midlayer files missing licensing informationChristoph Hellwig2019-05-211-0/+1
* | treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
|/
* scsi: core: Run queue when state is set to running after being blockedzhengbin2019-03-271-0/+6
* scsi: kill off the legacy IO pathJens Axboe2018-11-071-1/+7
* scsi: core: Avoid that SCSI device removal through sysfs triggers a deadlockBart Van Assche2018-08-021-2/+18
* scsi: read host_busy via scsi_host_busy()Ming Lei2018-06-261-1/+1
* scsi: devinfo: change blist_flag_t to 64bitMartin Wilck2018-04-201-1/+1
* scsi: devinfo: use const_ilog2 for array indicesMartin Wilck2018-04-201-1/+1
* Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2018-04-051-0/+11
|\
| * scsi: core: host template attribute groupsStanislav Nijnikov2018-02-151-0/+11
* | bsg: split handling of SCSI CDBs vs transport requeuesChristoph Hellwig2018-03-131-2/+1
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-01-311-3/+0
|\