index
:
pub/scm/linux/kernel/git/kees/linux.git
master
Various feature branches
Kees Cook
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
ses.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-03-19
scsi: ses: Handle positive SCSI error from ses_recv_diag()
Greg Kroah-Hartman
1
-1
/
+1
2026-02-23
Merge branch '7.0/scsi-queue' into 7.0/scsi-fixes
Martin K. Petersen
1
-3
/
+2
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
1
-2
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-2
/
+3
2026-02-17
scsi: ses: Fix devices attaching to different hosts
Tomas Henzl
1
-3
/
+2
2026-01-11
scsi: ses: Convert to SCSI bus methods
Uwe Kleine-König
1
-9
/
+2
2026-01-11
scsi: core: Pass a struct scsi_driver to scsi_{,un}register_driver()
Uwe Kleine-König
1
-2
/
+2
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
1
-1
/
+1
2024-04-05
scsi: ses: Drop driver owner initialization
Krzysztof Kozlowski
1
-1
/
+0
2024-01-29
scsi: ses: Have midlayer retry scsi_execute_cmd() errors
Mike Christie
1
-20
/
+46
2023-04-27
Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-4
/
+2
2023-04-11
scsi: ses: Handle enclosure with just a primary component gracefully
Jiri Kosina
1
-12
/
+8
2023-04-03
driver core: class: remove struct class_interface * from callbacks
Greg Kroah-Hartman
1
-4
/
+2
2023-02-21
scsi: ses: Don't attach if enclosure has no components
James Bottomley
1
-0
/
+6
2023-02-21
scsi: ses: Fix slab-out-of-bounds in ses_intf_remove()
Tomas Henzl
1
-1
/
+2
2023-02-21
scsi: ses: Fix possible desc_ptr out-of-bounds accesses
Tomas Henzl
1
-5
/
+9
2023-02-21
scsi: ses: Fix possible addl_desc_ptr out-of-bounds accesses
Tomas Henzl
1
-9
/
+26
2023-02-21
scsi: ses: Fix slab-out-of-bounds in ses_enclosure_data_process()
Tomas Henzl
1
-2
/
+4
2023-01-13
scsi: ses: Convert to scsi_execute_cmd()
Mike Christie
1
-4
/
+10
2021-09-28
scsi: ses: Fix unsigned comparison with less than zero
Jiapeng Chong
1
-1
/
+1
2021-09-22
scsi: ses: Retry failed Send/Receive Diagnostic commands
Wen Xiong
1
-4
/
+18
2019-07-11
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-6
/
+1
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 176
Thomas Gleixner
1
-12
/
+1
2019-05-21
scsi: ses: switch to SPDX tags
Christoph Hellwig
1
-18
/
+2
2018-06-12
treewide: kzalloc() -> kcalloc()
Kees Cook
1
-1
/
+1
2017-12-04
scsi: ses: don't ask for diagnostic pages repeatedly during probe
Li Dongyang
1
-4
/
+7
2017-09-07
Merge branch 'fixes' into misc
James Bottomley
1
-1
/
+1
2017-08-25
scsi: ses: Fix racy cleanup of /sys in remove_dev()
Calvin Owens
1
-2
/
+1
2017-08-24
scsi: ses: make page2 support optional
Hannes Reinecke
1
-1
/
+38
2017-08-24
scsi: ses: Fixup error message 'failed to get diagnostic page 0xffffffea'
Hannes Reinecke
1
-7
/
+10
2017-08-24
scsi: ses: check return code from ses_recv_diag()
Hannes Reinecke
1
-1
/
+2
2017-08-08
scsi: ses: Fix wrong page error
Brian King
1
-1
/
+1
2017-04-06
scsi: ses: don't get power status of SES device slot on probe
Mauricio Faria de Oliveira
1
-1
/
+0
2017-01-17
scsi: ses: Fix SAS device detection in enclosure
Ewan D. Milne
1
-1
/
+1
2016-08-18
scsi: ses: use scsi_is_sas_rphy instead of is_sas_attached
Johannes Thumshirn
1
-1
/
+1
2016-08-12
ses: Fix racy cleanup of /sys in remove_dev()
Calvin Owens
1
-1
/
+2
2015-12-18
ses: fix discovery of SATA devices in SAS enclosures
James Bottomley
1
-18
/
+4
2015-12-11
ses: fix additional element traversal bug
James Bottomley
1
-1
/
+9
2015-12-10
ses: Fix problems with simple enclosures
James Bottomley
1
-1
/
+19
2015-01-09
ses: Add power_status to SES device slot
Song Liu
1
-9
/
+89
2015-01-09
ses: add reliable slot attribute
Dan Williams
1
-5
/
+12
2015-01-09
ses: add enclosure logical id
Dan Williams
1
-0
/
+9
2015-01-09
ses: generate KOBJ_CHANGE on enclosure attach
Dan Williams
1
-1
/
+2
2015-01-09
ses: close potential registration race
Dan Williams
1
-7
/
+14
2014-11-24
scsi: remove scsi_driver owner field
Christoph Hellwig
1
-1
/
+1
2014-03-27
[SCSI] ses: Use vpd information from scsi_device
Hannes Reinecke
1
-28
/
+10
2011-06-29
[SCSI] ses: requesting a fault indication
Douglas Gilbert
1
-1
/
+5
2011-03-23
[SCSI] ses: add subenclosure support
James Bottomley
1
-19
/
+25
2011-03-23
[SCSI] ses: show devices for enclosures with no page 7
John Hughes
1
-2
/
+2
[next]