aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/scsi_sysfs.c
AgeCommit message (Expand)Author
2011-05-09put stricter guards on queue dead checksJames Bottomley
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds
2011-01-03[SCSI] eliminate an unnecessary local variable from scsi_remove_target()Alan Stern
2010-12-22Merge branch 'master' into for-nextJiri Kosina
2010-11-26SCSI: improve two error messagesAlan Stern
2010-10-25[SCSI] Fix race when removing SCSI devicesChristof Schmitt
2010-09-10block/scsi: Provide a limit on the number of integrity segmentsMartin K. Petersen
2010-08-06SCSI: remove fake "address-of" expressionAlan Stern
2010-07-28[SCSI] implement runtime Power ManagementAlan Stern
2010-07-28[SCSI] convert to the new PM frameworkAlan Stern
2010-05-01[SCSI] fix sdev_rw_attr macro for scsi device sysfs entriesTomohiro Kusumi
2010-04-11[SCSI] don't reap targets upon device_add failureAlan Stern
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2010-02-26PM: Allow SCSI devices to suspend/resume asynchronouslyRafael J. Wysocki
2010-02-18[SCSI] fix duplicate removal on error path in scsi_sysfs_add_sdevAlan Stern
2009-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds
2009-12-04[SCSI] add queue_depth ramp up codeVasu Dev
2009-12-04[SCSI] modify change_queue_depth to take in reason why it is being calledMike Christie
2009-11-26[SCSI] fix async scan add/remove race resulting in an oopsJames Bottomley
2009-10-13[SCSI] fix memory leak in initializationJames Bottomley
2009-09-15driver model: constify attribute groupsDavid Brownell
2009-06-21sd, sr: fix Driver 'sd' needs updating messageHannes Reinecke
2009-03-12[SCSI] scsi_sysfs: delete extra kernel-docRandy Dunlap
2009-01-02[SCSI] struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers
2008-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds
2008-10-09block: unify request timeout handlingJens Axboe
2008-10-03[SCSI] Update the SCSI state model to allow blocking in the created stateJames Bottomley
2008-07-26[SCSI] Host protection capabilitiesMartin K. Petersen
2008-06-05[SCSI] scsi_dh: add infrastructure for SCSI Device HandlersChandra Seetharaman
2008-05-23[SCSI] fix intermittent oops in scsi_bus_ueventJames Bottomley
2008-04-22[SCSI] bsg: add release callback supportFUJITA Tomonori
2008-04-22[SCSI] rework scsi_target allocationJames Bottomley
2008-04-22[SCSI] use default attributes for scsi_hostHannes Reinecke
2008-04-22[SCSI] add scsi_host and scsi_target to scsi_busHannes Reinecke
2008-04-19SCSI: convert struct class_device to struct deviceTony Jones
2008-03-26Revert "[SCSI] fix bsg queue oops with iscsi logout"James Bottomley
2008-03-13[SCSI] fix bsg queue oops with iscsi logoutMike Christie
2008-01-23[SCSI] add missing transport configure points for target and hostJames Bottomley
2008-01-02[SCSI] scsi_sysfs: restore prep_fn when ULD is removedJames Bottomley
2007-11-03SCSI: add asynchronous event notification APIJeff Garzik
2007-10-17[SCSI] make supported_mode default to initiator.James Bottomley
2007-10-15Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds
2007-10-12Driver core: change add_uevent_var to use a structKay Sievers
2007-10-12[SCSI] fix scsi_is_sdev_device() after switch to default sdev attributesKay Sievers
2007-10-12[SCSI] switch sdev sysfs attributes to default attributesKay Sievers
2007-10-12[SCSI] add supported_mode and active_mode attributes to the hostFUJITA Tomonori
2007-07-21[SCSI] bsg: make class backlinksJames Bottomley
2007-07-19[SCSI] bsg: separate bsg and SCSI (so SCSI can be modular)James Bottomley
2007-07-18[SCSI] small cleanupsAdrian Bunk