summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/ses.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: ses: don't ask for diagnostic pages repeatedly during probeLi Dongyang2017-12-041-4/+7
* Merge branch 'fixes' into miscJames Bottomley2017-09-071-1/+1
|\
| * scsi: ses: Fix wrong page errorBrian King2017-08-081-1/+1
* | scsi: ses: Fix racy cleanup of /sys in remove_dev()Calvin Owens2017-08-251-2/+1
* | scsi: ses: make page2 support optionalHannes Reinecke2017-08-241-1/+38
* | scsi: ses: Fixup error message 'failed to get diagnostic page 0xffffffea'Hannes Reinecke2017-08-241-7/+10
* | scsi: ses: check return code from ses_recv_diag()Hannes Reinecke2017-08-241-1/+2
|/
* scsi: ses: don't get power status of SES device slot on probeMauricio Faria de Oliveira2017-04-061-1/+0
* scsi: ses: Fix SAS device detection in enclosureEwan D. Milne2017-01-171-1/+1
* scsi: ses: use scsi_is_sas_rphy instead of is_sas_attachedJohannes Thumshirn2016-08-181-1/+1
* ses: Fix racy cleanup of /sys in remove_dev()Calvin Owens2016-08-121-1/+2
* ses: fix discovery of SATA devices in SAS enclosuresJames Bottomley2015-12-181-18/+4
* ses: fix additional element traversal bugJames Bottomley2015-12-111-1/+9
* ses: Fix problems with simple enclosuresJames Bottomley2015-12-101-1/+19
* ses: Add power_status to SES device slotSong Liu2015-01-091-9/+89
* ses: add reliable slot attributeDan Williams2015-01-091-5/+12
* ses: add enclosure logical idDan Williams2015-01-091-0/+9
* ses: generate KOBJ_CHANGE on enclosure attachDan Williams2015-01-091-1/+2
* ses: close potential registration raceDan Williams2015-01-091-7/+14
* scsi: remove scsi_driver owner fieldChristoph Hellwig2014-11-241-1/+1
* [SCSI] ses: Use vpd information from scsi_deviceHannes Reinecke2014-03-271-28/+10
* [SCSI] ses: requesting a fault indicationDouglas Gilbert2011-06-291-1/+5
* [SCSI] ses: add subenclosure supportJames Bottomley2011-03-231-19/+25
* [SCSI] ses: show devices for enclosures with no page 7John Hughes2011-03-231-2/+2
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* drivers/scsi/ses.c: eliminate double freeJulia Lawall2010-03-121-2/+2
* [SCSI] eliminate potential kmalloc failure in scsi_get_vpd_page()James Bottomley2010-01-181-3/+7
* [SCSI] ses: update enclosure data on hot addJames Bottomley2009-08-221-71/+97
* [SCSI] ses: add support for enclosure component hot removalJames Bottomley2009-08-221-7/+26
* [SCSI] ses: fix hotplug with multiple devices and expandersJames Bottomley2009-08-221-4/+6
* [SCSI] ses: #if 0 the unused ses_match_host()Adrian Bunk2009-04-031-0/+2
* [SCSI] ses: code_set == 1 is tested twiceRoel Kluin2009-03-121-1/+1
* [SCSI] ses: Use new scsi VPD helperMatthew Wilcox2009-03-121-27/+4
* [SCSI] struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-01-021-1/+1
* [SCSI] add residual argument to scsi_execute and scsi_execute_reqFUJITA Tomonori2008-12-291-4/+5
* [SCSI] ses: fix VPD inquiry overrunJames Bottomley2008-07-301-4/+14
* [SCSI] ses: Fix timeoutMatthew Wilcox2008-06-241-1/+1
* SCSI: convert struct class_device to struct deviceTony Jones2008-04-191-14/+14
* [SCSI] ses: fix data corruptionYinghai Lu2008-02-181-59/+67
* [SCSI] ses: fix memory leaksYinghai Lu2008-02-111-9/+14
* [SCSI] ses: add new Enclosure ULDJames Bottomley2008-02-071-0/+689