summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi_sysfs.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * scsi: dh: Remove scsi_dh_remove_device()Bart Van Assche2017-12-071-3/+0
* | scsi: core: check for device state in __scsi_remove_target()Hannes Reinecke2017-12-181-1/+4
* | scsi: core: Use blist_flags_t consistentlyBart Van Assche2017-12-141-2/+3
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-11-141-7/+38
|\
| * scsi: scsi: Export blacklist flags to sysfsHannes Reinecke2017-10-171-0/+37
| * scsi: scsi_dh: suppress errors from unsupported devicesHannes Reinecke2017-09-251-7/+1
* | scsi: fixup kernel warning during rmmod()Hannes Reinecke2017-10-061-2/+8
|/
* scsi: Rework handling of scsi_device.vpd_pg8[03]Bart Van Assche2017-08-291-9/+20
* scsi: Convert a strncmp() call into a strcmp() callBart Van Assche2017-08-251-1/+1
* scsi: scsi-sysfs: Adjust error returned for adapter reset requestweiping zhang2017-08-241-0/+2
* scsi: Add STARGET_CREATED_REMOVE state to scsi_target_stateEwan D. Milne2017-07-011-2/+6
* scsi: Make __scsi_remove_device go straight from BLOCKED to DELBart Van Assche2017-06-121-0/+10
* scsi: Protect SCSI device state changes with a mutexBart Van Assche2017-06-121-5/+19
* scsi: avoid a permanent stop of the scsi device's request queueWei Fang2016-12-141-4/+0
* Revert "scsi: fix soft lockup in scsi_remove_target() on module removal"Johannes Thumshirn2016-04-151-4/+2
* scsi: Add intermediate STARGET_REMOVE state to scsi_target_stateJohannes Thumshirn2016-04-151-0/+2
* scsi: disable automatic target scanHannes Reinecke2016-04-111-1/+2
* scsi: Declare local symbols staticBart Van Assche2016-03-291-3/+5
* scsi_sysfs: Fix typo in is_bin_visible()Hannes Reinecke2016-03-101-1/+1
* scsi_sysfs: call 'device_add' after attaching device handlerHannes Reinecke2016-03-051-7/+8
* scsi: Add 'access_state' and 'preferred_path' attributeHannes Reinecke2016-03-051-0/+74
* scsi_sysfs: add 'is_bin_visible' callbackHannes Reinecke2016-03-051-0/+17
* scsi: fix soft lockup in scsi_remove_target() on module removalJames Bottomley2016-02-111-2/+4
* Merge branch 'jejb-scsi' into miscJames Bottomley2016-01-071-11/+11
|\
| * Merge branch 'mkp-fixes' into fixesJames Bottomley2015-12-031-0/+8
| |\
| | * scsi_sysfs: protect against double execution of __scsi_remove_device()Vitaly Kuznetsov2015-11-191-0/+8