summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi_sysfs.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | Revert "scsi: Fix a bdi reregistration race"Bart Van Assche2015-12-021-11/+3
* | | scsi: export 'wwid' to sysfsHannes Reinecke2015-12-021-0/+17
* | | scsi: ignore errors from scsi_dh_add_device()Hannes Reinecke2015-12-021-3/+4
* | | scsi_dh: move 'dh_state' sysfs attribute to generic codeHannes Reinecke2015-12-021-0/+58
* | | scsi: rescan VPD attributesHannes Reinecke2015-11-301-2/+6
|/ /
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2015-11-131-16/+40
|\ \
| * | Merge tag '4.4-scsi-mkp' into miscJames Bottomley2015-11-121-0/+24
| |\|
| | * scsi_sysfs: Fix queue_ramp_up_period return codePeter Oberparleiter2015-11-091-1/+1
| | * scsi: Export SCSI Inquiry data to sysfsJohannes Thumshirn2015-11-091-0/+24
| * | scsi_sysfs: Fix queue_ramp_up_period return codePeter Oberparleiter2015-11-091-1/+1
| * | scsi: Fix a bdi reregistration raceBart Van Assche2015-11-091-3/+11
| * | scsi: restart list search after unlock in scsi_remove_targetChristoph Hellwig2015-11-051-12/+4
| |/
* / scsi_dh: fix use-after-free when removing scsi deviceJunichi Nomura2015-10-271-0/+2
|/
* scsi_dh: integrate into the core SCSI codeChristoph Hellwig2015-08-281-0/+10
* scsi: fix host max depth checking for the 'queue_depth' sysfs interfaceJens Axboe2015-07-161-1/+1
* scsi: remove ->change_queue_type methodChristoph Hellwig2014-12-041-26/+4
* scsi: drop reason argument from ->change_queue_depthChristoph Hellwig2014-11-241-2/+1
* scsi: don't allow setting of queue_depth bigger than can_queueChristoph Hellwig2014-11-241-1/+1
* scsi: remove ordered_tags scsi_device fieldChristoph Hellwig2014-11-121-6/+7
* scsi: balance out autopm get/put calls in scsi_sysfs_add_sdev()Subhash Jadavani2014-09-151-4/+1