aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/ses.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-6/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 176Gravatar Thomas Gleixner 1-12/+1
2019-05-21scsi: ses: switch to SPDX tagsGravatar Christoph Hellwig 1-18/+2
2018-06-12treewide: kzalloc() -> kcalloc()Gravatar Kees Cook 1-1/+1
2017-12-04scsi: ses: don't ask for diagnostic pages repeatedly during probeGravatar Li Dongyang 1-4/+7
2017-09-07Merge branch 'fixes' into miscGravatar James Bottomley 1-1/+1
2017-08-25scsi: ses: Fix racy cleanup of /sys in remove_dev()Gravatar Calvin Owens 1-2/+1
2017-08-24scsi: ses: make page2 support optionalGravatar Hannes Reinecke 1-1/+38
2017-08-24scsi: ses: Fixup error message 'failed to get diagnostic page 0xffffffea'Gravatar Hannes Reinecke 1-7/+10
2017-08-24scsi: ses: check return code from ses_recv_diag()Gravatar Hannes Reinecke 1-1/+2
2017-08-08scsi: ses: Fix wrong page errorGravatar Brian King 1-1/+1
2017-04-06scsi: ses: don't get power status of SES device slot on probeGravatar Mauricio Faria de Oliveira 1-1/+0
2017-01-17scsi: ses: Fix SAS device detection in enclosureGravatar Ewan D. Milne 1-1/+1
2016-08-18scsi: ses: use scsi_is_sas_rphy instead of is_sas_attachedGravatar Johannes Thumshirn 1-1/+1
2016-08-12ses: Fix racy cleanup of /sys in remove_dev()Gravatar Calvin Owens 1-1/+2
2015-12-18ses: fix discovery of SATA devices in SAS enclosuresGravatar James Bottomley 1-18/+4
2015-12-11ses: fix additional element traversal bugGravatar James Bottomley 1-1/+9
2015-12-10ses: Fix problems with simple enclosuresGravatar James Bottomley 1-1/+19
2015-01-09ses: Add power_status to SES device slotGravatar Song Liu 1-9/+89
2015-01-09ses: add reliable slot attributeGravatar Dan Williams 1-5/+12
2015-01-09ses: add enclosure logical idGravatar Dan Williams 1-0/+9
2015-01-09ses: generate KOBJ_CHANGE on enclosure attachGravatar Dan Williams 1-1/+2
2015-01-09ses: close potential registration raceGravatar Dan Williams 1-7/+14
2014-11-24scsi: remove scsi_driver owner fieldGravatar Christoph Hellwig 1-1/+1
2014-03-27[SCSI] ses: Use vpd information from scsi_deviceGravatar Hannes Reinecke 1-28/+10
2011-06-29[SCSI] ses: requesting a fault indicationGravatar Douglas Gilbert 1-1/+5
2011-03-23[SCSI] ses: add subenclosure supportGravatar James Bottomley 1-19/+25
2011-03-23[SCSI] ses: show devices for enclosures with no page 7Gravatar John Hughes 1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-03-12drivers/scsi/ses.c: eliminate double freeGravatar Julia Lawall 1-2/+2
2010-01-18[SCSI] eliminate potential kmalloc failure in scsi_get_vpd_page()Gravatar James Bottomley 1-3/+7
2009-08-22[SCSI] ses: update enclosure data on hot addGravatar James Bottomley 1-71/+97
2009-08-22[SCSI] ses: add support for enclosure component hot removalGravatar James Bottomley 1-7/+26
2009-08-22[SCSI] ses: fix hotplug with multiple devices and expandersGravatar James Bottomley 1-4/+6
2009-04-03[SCSI] ses: #if 0 the unused ses_match_host()Gravatar Adrian Bunk 1-0/+2
2009-03-12[SCSI] ses: code_set == 1 is tested twiceGravatar Roel Kluin 1-1/+1
2009-03-12[SCSI] ses: Use new scsi VPD helperGravatar Matthew Wilcox 1-27/+4
2009-01-02[SCSI] struct device - replace bus_id with dev_name(), dev_set_name()Gravatar Kay Sievers 1-1/+1
2008-12-29[SCSI] add residual argument to scsi_execute and scsi_execute_reqGravatar FUJITA Tomonori 1-4/+5
2008-07-30[SCSI] ses: fix VPD inquiry overrunGravatar James Bottomley 1-4/+14
2008-06-24[SCSI] ses: Fix timeoutGravatar Matthew Wilcox 1-1/+1
2008-04-19SCSI: convert struct class_device to struct deviceGravatar Tony Jones 1-14/+14
2008-02-18[SCSI] ses: fix data corruptionGravatar Yinghai Lu 1-59/+67
2008-02-11[SCSI] ses: fix memory leaksGravatar Yinghai Lu 1-9/+14
2008-02-07[SCSI] ses: add new Enclosure ULDGravatar James Bottomley 1-0/+689