aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi_sysfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-05-23[SCSI] fix intermittent oops in scsi_bus_ueventJames Bottomley1-1/+6
2008-04-22[SCSI] bsg: add release callback supportFUJITA Tomonori1-1/+1
2008-04-22[SCSI] rework scsi_target allocationJames Bottomley1-0/+27
2008-04-22[SCSI] use default attributes for scsi_hostHannes Reinecke1-61/+23
2008-04-22[SCSI] add scsi_host and scsi_target to scsi_busHannes Reinecke1-5/+24
2008-04-19SCSI: convert struct class_device to struct deviceTony Jones1-65/+85
2008-03-26Revert "[SCSI] fix bsg queue oops with iscsi logout"James Bottomley1-1/+1
2008-03-13[SCSI] fix bsg queue oops with iscsi logoutMike Christie1-1/+1
2008-01-23[SCSI] add missing transport configure points for target and hostJames Bottomley1-0/+1
2008-01-02[SCSI] scsi_sysfs: restore prep_fn when ULD is removedJames Bottomley1-0/+17
2007-11-03SCSI: add asynchronous event notification APIJeff Garzik1-0/+47
2007-10-17[SCSI] make supported_mode default to initiator.James Bottomley1-4/+6
2007-10-15Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-85/+95
2007-10-12Driver core: change add_uevent_var to use a structKay Sievers1-7/+2
2007-10-12[SCSI] fix scsi_is_sdev_device() after switch to default sdev attributesKay Sievers1-1/+1
2007-10-12[SCSI] switch sdev sysfs attributes to default attributesKay Sievers1-84/+52
2007-10-12[SCSI] add supported_mode and active_mode attributes to the hostFUJITA Tomonori1-0/+42
2007-07-21[SCSI] bsg: make class backlinksJames Bottomley1-1/+1
2007-07-19[SCSI] bsg: separate bsg and SCSI (so SCSI can be modular)James Bottomley1-0/+13
2007-07-18[SCSI] small cleanupsAdrian Bunk1-1/+2
2007-05-22[SCSI] kill scsi host template suspend/resumeTejun Heo1-22/+3
2007-05-05Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-4/+50
2007-04-17[SCSI] modalias for scsi devicesMichael Tokarev1-0/+23
2007-03-20[SCSI] sd: implement START/STOP managementTejun Heo1-4/+27
2007-03-15[PATCH] sysfs and driver core: add callback helper, used by SCSI and S390Alan Stern1-1/+13
2007-02-16[SCSI] SCSI core: better initialization for sdev->scsi_levelAlan Stern1-1/+1
2006-11-22WorkStruct: Pass the work_struct pointer instead of context dataDavid Howells1-5/+5
2006-10-25[SCSI] add can_queue to host parametersJames Bottomley1-0/+2
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-10[SCSI] drivers/scsi: Use ARRAY_SIZE macroTobias Klauser1-4/+4