summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi_sysfs.c
Commit message (Expand)AuthorAge
* scsi: core: try to get module before removing deviceYufen Yu2019-10-17
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-07-11
|\
| * scsi: Restrict user space SCSI device state changes to "running" and "offline"Bart Van Assche2019-06-20
| * scsi: core: add SPDX tags to scsi midlayer files missing licensing informationChristoph Hellwig2019-05-21
* | treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-21
|/
* scsi: core: Run queue when state is set to running after being blockedzhengbin2019-03-27
* scsi: kill off the legacy IO pathJens Axboe2018-11-07
* scsi: core: Avoid that SCSI device removal through sysfs triggers a deadlockBart Van Assche2018-08-02
* scsi: read host_busy via scsi_host_busy()Ming Lei2018-06-26
* scsi: devinfo: change blist_flag_t to 64bitMartin Wilck2018-04-20
* scsi: devinfo: use const_ilog2 for array indicesMartin Wilck2018-04-20
* Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2018-04-05
|\
| * scsi: core: host template attribute groupsStanislav Nijnikov2018-02-15
* | bsg: split handling of SCSI CDBs vs transport requeuesChristoph Hellwig2018-03-13
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-01-31
|\
| * scsi: dh: Remove scsi_dh_remove_device()Bart Van Assche2017-12-07
* | scsi: core: check for device state in __scsi_remove_target()Hannes Reinecke2017-12-18
* | scsi: core: Use blist_flags_t consistentlyBart Van Assche2017-12-14
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-11-14
|\
| * scsi: scsi: Export blacklist flags to sysfsHannes Reinecke2017-10-17
| * scsi: scsi_dh: suppress errors from unsupported devicesHannes Reinecke2017-09-25
* | scsi: fixup kernel warning during rmmod()Hannes Reinecke2017-10-06
|/
* scsi: Rework handling of scsi_device.vpd_pg8[03]Bart Van Assche2017-08-29
* scsi: Convert a strncmp() call into a strcmp() callBart Van Assche2017-08-25
* scsi: scsi-sysfs: Adjust error returned for adapter reset requestweiping zhang2017-08-24
* scsi: Add STARGET_CREATED_REMOVE state to scsi_target_stateEwan D. Milne2017-07-01
* scsi: Make __scsi_remove_device go straight from BLOCKED to DELBart Van Assche2017-06-12
* scsi: Protect SCSI device state changes with a mutexBart Van Assche2017-06-12
* scsi: avoid a permanent stop of the scsi device's request queueWei Fang2016-12-14
* Revert "scsi: fix soft lockup in scsi_remove_target() on module removal"Johannes Thumshirn2016-04-15
* scsi: Add intermediate STARGET_REMOVE state to scsi_target_stateJohannes Thumshirn2016-04-15
* scsi: disable automatic target scanHannes Reinecke2016-04-11
* scsi: Declare local symbols staticBart Van Assche2016-03-29
* scsi_sysfs: Fix typo in is_bin_visible()Hannes Reinecke2016-03-10
* scsi_sysfs: call 'device_add' after attaching device handlerHannes Reinecke2016-03-05
* scsi: Add 'access_state' and 'preferred_path' attributeHannes Reinecke2016-03-05
* scsi_sysfs: add 'is_bin_visible' callbackHannes Reinecke2016-03-05
* scsi: fix soft lockup in scsi_remove_target() on module removalJames Bottomley2016-02-12
* Merge branch 'jejb-scsi' into miscJames Bottomley2016-01-07
|\
| * Merge branch 'mkp-fixes' into fixesJames Bottomley2015-12-03
| |\
| | * scsi_sysfs: protect against double execution of __scsi_remove_device()Vitaly Kuznetsov2015-11-19
| * | Revert "scsi: Fix a bdi reregistration race"Bart Van Assche2015-12-02
* | | scsi: export 'wwid' to sysfsHannes Reinecke2015-12-02
* | | scsi: ignore errors from scsi_dh_add_device()Hannes Reinecke2015-12-02
* | | scsi_dh: move 'dh_state' sysfs attribute to generic codeHannes Reinecke2015-12-02
* | | scsi: rescan VPD attributesHannes Reinecke2015-11-30
|/ /
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2015-11-13
|\ \
| * | Merge tag '4.4-scsi-mkp' into miscJames Bottomley2015-11-12
| |\|
| | * scsi_sysfs: Fix queue_ramp_up_period return codePeter Oberparleiter2015-11-09
| | * scsi: Export SCSI Inquiry data to sysfsJohannes Thumshirn2015-11-09