aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi_sysfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-07-20[SCSI] Fix device removal NULL pointer dereferenceBart Van Assche1-4/+1
2012-07-20[SCSI] add new SDEV_TRANSPORT_OFFLINE stateMike Christie1-0/+1
2011-08-27[SCSI] scsi: Added support for adapter and firmware resetVikas Chaudhary1-0/+38
2011-06-02[SCSI] Fix oops caused by queue refcounting failureJames Bottomley1-0/+1
2011-04-24[SCSI] put stricter guards on queue dead checksJames Bottomley1-8/+8
2011-03-15PM: Remove CONFIG_PM_OPSRafael J. Wysocki1-1/+1
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+4
2011-01-03[SCSI] eliminate an unnecessary local variable from scsi_remove_target()Alan Stern1-4/+2
2010-12-22Merge branch 'master' into for-nextJiri Kosina1-1/+2
2010-11-26SCSI: improve two error messagesAlan Stern1-2/+4
2010-10-25[SCSI] Fix race when removing SCSI devicesChristof Schmitt1-1/+2
2010-09-10block/scsi: Provide a limit on the number of integrity segmentsMartin K. Petersen1-0/+2
2010-08-06SCSI: remove fake "address-of" expressionAlan Stern1-0/+2
2010-07-28[SCSI] implement runtime Power ManagementAlan Stern1-2/+18
2010-07-28[SCSI] convert to the new PM frameworkAlan Stern1-47/+1
2010-05-01[SCSI] fix sdev_rw_attr macro for scsi device sysfs entriesTomohiro Kusumi1-2/+2
2010-04-11[SCSI] don't reap targets upon device_add failureAlan Stern1-3/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6Linus Torvalds1-0/+4
2010-02-26PM: Allow SCSI devices to suspend/resume asynchronouslyRafael J. Wysocki1-0/+4
2010-02-18[SCSI] fix duplicate removal on error path in scsi_sysfs_add_sdevAlan Stern1-11/+7
2009-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-3/+41
2009-12-04[SCSI] add queue_depth ramp up codeVasu Dev1-2/+39
2009-12-04[SCSI] modify change_queue_depth to take in reason why it is being calledMike Christie1-1/+2
2009-11-26[SCSI] fix async scan add/remove race resulting in an oopsJames Bottomley1-36/+27
2009-10-13[SCSI] fix memory leak in initializationJames Bottomley1-5/+2
2009-09-15driver model: constify attribute groupsDavid Brownell1-2/+2
2009-06-21sd, sr: fix Driver 'sd' needs updating messageHannes Reinecke1-17/+0
2009-03-12[SCSI] scsi_sysfs: delete extra kernel-docRandy Dunlap1-1/+0
2009-01-02[SCSI] struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-7/+5
2008-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-0/+1
2008-10-09block: unify request timeout handlingJens Axboe1-2/+5
2008-10-03[SCSI] Update the SCSI state model to allow blocking in the created stateJames Bottomley1-0/+1
2008-07-26[SCSI] Host protection capabilitiesMartin K. Petersen1-0/+4
2008-06-05[SCSI] scsi_dh: add infrastructure for SCSI Device HandlersChandra Seetharaman1-0/+1