aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi_sysfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-07scsi: kill off the legacy IO pathJens Axboe1-1/+7
2018-08-02scsi: core: Avoid that SCSI device removal through sysfs triggers a deadlockBart Van Assche1-2/+18
2018-06-26scsi: read host_busy via scsi_host_busy()Ming Lei1-1/+1
2018-04-20scsi: devinfo: change blist_flag_t to 64bitMartin Wilck1-1/+1
2018-04-20scsi: devinfo: use const_ilog2 for array indicesMartin Wilck1-1/+1
2018-04-05Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+11
2018-03-13bsg: split handling of SCSI CDBs vs transport requeuesChristoph Hellwig1-2/+1
2018-02-15scsi: core: host template attribute groupsStanislav Nijnikov1-0/+11
2018-01-31Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-3/+0
2017-12-18scsi: core: check for device state in __scsi_remove_target()Hannes Reinecke1-1/+4
2017-12-14scsi: core: Use blist_flags_t consistentlyBart Van Assche1-2/+3
2017-12-07scsi: dh: Remove scsi_dh_remove_device()Bart Van Assche1-3/+0
2017-11-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-7/+38
2017-10-17scsi: scsi: Export blacklist flags to sysfsHannes Reinecke1-0/+37
2017-10-06scsi: fixup kernel warning during rmmod()Hannes Reinecke1-2/+8
2017-09-25scsi: scsi_dh: suppress errors from unsupported devicesHannes Reinecke1-7/+1
2017-08-29scsi: Rework handling of scsi_device.vpd_pg8[03]Bart Van Assche1-9/+20
2017-08-25scsi: Convert a strncmp() call into a strcmp() callBart Van Assche1-1/+1
2017-08-24scsi: scsi-sysfs: Adjust error returned for adapter reset requestweiping zhang1-0/+2
2017-07-01scsi: Add STARGET_CREATED_REMOVE state to scsi_target_stateEwan D. Milne1-2/+6
2017-06-12scsi: Make __scsi_remove_device go straight from BLOCKED to DELBart Van Assche1-0/+10
2017-06-12scsi: Protect SCSI device state changes with a mutexBart Van Assche1-5/+19
2016-12-14scsi: avoid a permanent stop of the scsi device's request queueWei Fang1-4/+0
2016-04-15Revert "scsi: fix soft lockup in scsi_remove_target() on module removal"Johannes Thumshirn1-4/+2
2016-04-15scsi: Add intermediate STARGET_REMOVE state to scsi_target_stateJohannes Thumshirn1-0/+2
2016-04-11scsi: disable automatic target scanHannes Reinecke1-1/+2
2016-03-29scsi: Declare local symbols staticBart Van Assche1-3/+5
2016-03-10scsi_sysfs: Fix typo in is_bin_visible()Hannes Reinecke1-1/+1
2016-03-05scsi_sysfs: call 'device_add' after attaching device handlerHannes Reinecke1-7/+8
2016-03-05scsi: Add 'access_state' and 'preferred_path' attributeHannes Reinecke1-0/+74
2016-03-05scsi_sysfs: add 'is_bin_visible' callbackHannes Reinecke1-0/+17
2016-02-11scsi: fix soft lockup in scsi_remove_target() on module removalJames Bottomley1-2/+4
2016-01-07Merge branch 'jejb-scsi' into miscJames Bottomley1-11/+11
2015-12-03Merge branch 'mkp-fixes' into fixesJames Bottomley1-0/+8
2015-12-02scsi: export 'wwid' to sysfsHannes Reinecke1-0/+17
2015-12-02scsi: ignore errors from scsi_dh_add_device()Hannes Reinecke1-3/+4
2015-12-02scsi_dh: move 'dh_state' sysfs attribute to generic codeHannes Reinecke1-0/+58
2015-12-02Revert "scsi: Fix a bdi reregistration race"Bart Van Assche1-11/+3
2015-11-30scsi: rescan VPD attributesHannes Reinecke1-2/+6
2015-11-19scsi_sysfs: protect against double execution of __scsi_remove_device()Vitaly Kuznetsov1-0/+8
2015-11-13Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-16/+40
2015-11-12Merge tag '4.4-scsi-mkp' into miscJames Bottomley1-0/+24
2015-11-09scsi_sysfs: Fix queue_ramp_up_period return codePeter Oberparleiter1-1/+1
2015-11-09scsi: Fix a bdi reregistration raceBart Van Assche1-3/+11
2015-11-09scsi_sysfs: Fix queue_ramp_up_period return codePeter Oberparleiter1-1/+1
2015-11-09scsi: Export SCSI Inquiry data to sysfsJohannes Thumshirn1-0/+24
2015-11-05scsi: restart list search after unlock in scsi_remove_targetChristoph Hellwig1-12/+4
2015-10-27scsi_dh: fix use-after-free when removing scsi deviceJunichi Nomura1-0/+2
2015-08-28scsi_dh: integrate into the core SCSI codeChristoph Hellwig1-0/+10
2015-07-16scsi: fix host max depth checking for the 'queue_depth' sysfs interfaceJens Axboe1-1/+1