aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/ses.c
AgeCommit message (Expand)Author
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-04-11scsi: ses: Handle enclosure with just a primary component gracefullyJiri Kosina
2023-04-03driver core: class: remove struct class_interface * from callbacksGreg Kroah-Hartman
2023-02-21scsi: ses: Don't attach if enclosure has no componentsJames Bottomley
2023-02-21scsi: ses: Fix slab-out-of-bounds in ses_intf_remove()Tomas Henzl
2023-02-21scsi: ses: Fix possible desc_ptr out-of-bounds accessesTomas Henzl
2023-02-21scsi: ses: Fix possible addl_desc_ptr out-of-bounds accessesTomas Henzl
2023-02-21scsi: ses: Fix slab-out-of-bounds in ses_enclosure_data_process()Tomas Henzl
2023-01-13scsi: ses: Convert to scsi_execute_cmd()Mike Christie
2021-09-28scsi: ses: Fix unsigned comparison with less than zeroJiapeng Chong
2021-09-22scsi: ses: Retry failed Send/Receive Diagnostic commandsWen Xiong
2019-07-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 176Thomas Gleixner
2019-05-21scsi: ses: switch to SPDX tagsChristoph Hellwig
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2017-12-04scsi: ses: don't ask for diagnostic pages repeatedly during probeLi Dongyang
2017-09-07Merge branch 'fixes' into miscJames Bottomley
2017-08-25scsi: ses: Fix racy cleanup of /sys in remove_dev()Calvin Owens
2017-08-24scsi: ses: make page2 support optionalHannes Reinecke
2017-08-24scsi: ses: Fixup error message 'failed to get diagnostic page 0xffffffea'Hannes Reinecke
2017-08-24scsi: ses: check return code from ses_recv_diag()Hannes Reinecke
2017-08-08scsi: ses: Fix wrong page errorBrian King
2017-04-06scsi: ses: don't get power status of SES device slot on probeMauricio Faria de Oliveira
2017-01-17scsi: ses: Fix SAS device detection in enclosureEwan D. Milne
2016-08-18scsi: ses: use scsi_is_sas_rphy instead of is_sas_attachedJohannes Thumshirn
2016-08-12ses: Fix racy cleanup of /sys in remove_dev()Calvin Owens
2015-12-18ses: fix discovery of SATA devices in SAS enclosuresJames Bottomley
2015-12-11ses: fix additional element traversal bugJames Bottomley
2015-12-10ses: Fix problems with simple enclosuresJames Bottomley
2015-01-09ses: Add power_status to SES device slotSong Liu
2015-01-09ses: add reliable slot attributeDan Williams
2015-01-09ses: add enclosure logical idDan Williams
2015-01-09ses: generate KOBJ_CHANGE on enclosure attachDan Williams
2015-01-09ses: close potential registration raceDan Williams
2014-11-24scsi: remove scsi_driver owner fieldChristoph Hellwig
2014-03-27[SCSI] ses: Use vpd information from scsi_deviceHannes Reinecke
2011-06-29[SCSI] ses: requesting a fault indicationDouglas Gilbert
2011-03-23[SCSI] ses: add subenclosure supportJames Bottomley
2011-03-23[SCSI] ses: show devices for enclosures with no page 7John Hughes
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-12drivers/scsi/ses.c: eliminate double freeJulia Lawall
2010-01-18[SCSI] eliminate potential kmalloc failure in scsi_get_vpd_page()James Bottomley
2009-08-22[SCSI] ses: update enclosure data on hot addJames Bottomley
2009-08-22[SCSI] ses: add support for enclosure component hot removalJames Bottomley
2009-08-22[SCSI] ses: fix hotplug with multiple devices and expandersJames Bottomley
2009-04-03[SCSI] ses: #if 0 the unused ses_match_host()Adrian Bunk
2009-03-12[SCSI] ses: code_set == 1 is tested twiceRoel Kluin
2009-03-12[SCSI] ses: Use new scsi VPD helperMatthew Wilcox
2009-01-02[SCSI] struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers
2008-12-29[SCSI] add residual argument to scsi_execute and scsi_execute_reqFUJITA Tomonori