aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi_sysfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-12-04scsi: remove ->change_queue_type methodChristoph Hellwig1-26/+4
2014-11-24scsi: drop reason argument from ->change_queue_depthChristoph Hellwig1-2/+1
2014-11-24scsi: don't allow setting of queue_depth bigger than can_queueChristoph Hellwig1-1/+1
2014-11-12scsi: remove ordered_tags scsi_device fieldChristoph Hellwig1-6/+7
2014-09-15scsi: balance out autopm get/put calls in scsi_sysfs_add_sdev()Subhash Jadavani1-4/+1
2014-09-15scsi: don't store LUN bits in CDB[1] for USB mass-storage devicesAlan Stern1-0/+12
2014-08-08drivers/scsi: replace strict_strto callsDaniel Walter1-2/+2
2014-07-25scsi: add support for a blk-mq based I/O path.Christoph Hellwig1-0/+2
2014-07-25scsi: fix the {host,target,device}_blocked counter messChristoph Hellwig1-1/+9
2014-07-25scsi: convert device_busy to atomic_tChristoph Hellwig1-1/+9
2014-07-25scsi: convert host_busy to atomic_tChristoph Hellwig1-1/+8
2014-07-17scsi: use 64-bit LUNsHannes Reinecke1-7/+7
2014-04-01Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-99/+143
2014-03-27[SCSI] Add EVPD page 0x83 and 0x80 to sysfsHannes Reinecke1-1/+33
2014-03-19[SCSI] scsi_sysfs: Implement 'is_visible' callbackHannes Reinecke1-91/+93
2014-03-15[SCSI] scsi_error: disable eh_deadline if no host_reset_handler is setHannes Reinecke1-1/+3
2014-03-15[SCSI] fix our current target reap infrastructureJames Bottomley1-6/+14
2014-02-07scsi: use device_remove_file_self() instead of device_schedule_callback()Tejun Heo1-13/+2
2013-12-19[SCSI] Set the minimum valid value of 'eh_deadline' as 0Ren Mingxin1-11/+25
2013-10-25[SCSI] Add 'eh_deadline' to limit SCSI EH runtimeHannes Reinecke1-0/+37
2013-10-25[SCSI] export device_busy for sdevJack Wang1-0/+2
2013-08-26[SCSI] Generate uevents on certain unit attention codesEwan D. Milne1-0/+10
2013-06-04[SCSI] Allow error handling timeout to be specifiedMartin K. Petersen1-0/+30
2012-11-30[SCSI] prevent stack buffer overflow in host_resetSasha Levin1-7/+4
2012-09-24[SCSI] scsi_remove_target: fix softlockup regression on hot removeDan Williams1-16/+14
2012-07-20[SCSI] fix hot unplug vs async scan raceDan Williams1-15/+26
2012-07-20[SCSI] Stop accepting SCSI requests before removing a deviceBart Van Assche1-2/+9