summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2023-01-244-15/+50
|\
| * scsi: device_handler: alua: Remove a might_sleep() annotationBart Van Assche2023-01-181-2/+3
| * scsi: iscsi_tcp: Fix UAF during login when accessing the shost ipaddressMike Christie2023-01-181-3/+6
| * scsi: iscsi_tcp: Fix UAF during logout when accessing the shost ipaddressMike Christie2023-01-182-9/+40
| * scsi: hpsa: Fix allocation size for scsi_host_alloc()Alexey V. Vissarionov2023-01-181-1/+1
* | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2023-01-141-2/+2
|\|
| * scsi: hisi_sas: Set a port invalid only if there are no devices attached when...Yihang Li2023-01-121-1/+1
| * scsi: hisi_sas: Use abort task set to reset SAS disks when discoveredXingui Yang2023-01-121-1/+1
* | Merge tag 'for-linus-6.2-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-01-121-3/+1
|\ \ | |/ |/|
| * xen: make remove callback of xen driver void returnedDawei Li2022-12-151-3/+1
* | scsi: libsas: Grab the ATA port lock in sas_ata_device_link_abort()Xingui Yang2023-01-071-0/+3
* | scsi: hisi_sas: Fix tag freeing for reserved tagsJason Yan2023-01-071-1/+1
* | Merge branch '6.2/mpt-mpi' into 6.2/scsi-fixesMartin K. Petersen2022-12-302-4/+2
|\ \
| * | scsi: mpi3mr: Remove usage of dma_get_required_mask() APISreekanth Reddy2022-11-171-2/+1
| * | scsi: mpt3sas: Remove usage of dma_get_required_mask() APISreekanth Reddy2022-11-171-2/+1
* | | Merge branch '6.2/scsi-queue' into 6.2/scsi-fixesMartin K. Petersen2022-12-305-8/+54
|\ \ \
| * | | scsi: scsi_debug: Delete unreachable code in inquiry_vpd_b0()John Garry2022-12-141-2/+0
| * | | scsi: mpi3mr: Refer CONFIG_SCSI_MPI3MR in MakefileShin'ichiro Kawasaki2022-12-141-1/+1
| * | | scsi: core: scsi_error: Do not queue pointless abort workqueue functionsHannes Reinecke2022-12-141-0/+5
| * | | scsi: storvsc: Fix swiotlb bounce buffer leak in confidential VMMichael Kelley2022-12-141-0/+3
| * | | scsi: iscsi: Fix multiple iSCSI session unbind events sent to userspaceWenchao Hao2022-12-141-5/+45
* | | | treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)2022-12-251-2/+2
* | | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-12-227-8/+137
|\| | |
| * | | scsi: qla2xxx: Fix crash when I/O abort times outArun Easi2022-12-011-4/+10
| * | | scsi: sd: Convert SCSI errors to PR errorsMike Christie2022-12-011-1/+34
| * | | scsi: core: Rename status_byte to sg_status_byteMike Christie2022-12-012-2/+2
| * | | scsi: sd: sd_zbc: Trace zone append emulationJohannes Thumshirn2022-12-012-0/+90
| * | | scsi: libfc: Include the correct headerChristophe JAILLET2022-12-011-1/+1
* | | | Merge tag 'net-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-12-211-0/+1
|\ \ \ \
| * | | | Treewide: Stop corrupting socket's task_fragBenjamin Coddington2022-12-191-0/+1
* | | | | Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-12-161-1/+1
|\ \ \ \ \
| * | | | | driver core: fix up missed scsi/cxlflash class.devnode() conversion.Stephen Rothwell2022-11-301-1/+1
* | | | | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-12-1473-871/+1151
|\ \ \ \ \ \ | |_|/ / / / |/| | / / / | | |/ / / | |/| | |
| * | | | scsi: sg: Fix get_user() in call sg_scsi_ioctl()Kirill A. Shutemov2022-11-261-1/+1
| * | | | scsi: megaraid_sas: Fix some spelling mistakes in commentYu Zhe2022-11-261-4/+4
| * | | | scsi: core: Use SCSI_SCAN_INITIAL in do_scsi_scan_host()John Garry2022-11-261-1/+1
| * | | | scsi: core: Use SCSI_SCAN_RESCAN in __scsi_add_device()John Garry2022-11-261-1/+2
| * | | | scsi: libsas: Do not export sas_ata_wait_after_reset()Jie Zhan2022-11-261-2/+1
| * | | | scsi: hisi_sas: Fix SATA devices missing issue during I_T nexus resetJie Zhan2022-11-261-3/+5
| * | | | scsi: libsas: Add smp_ata_check_ready_type()Jie Zhan2022-11-263-2/+29
| * | | | scsi: Revert "scsi: hisi_sas: Don't send bcast events from HW during nexus HA...Jie Zhan2022-11-261-12/+4
| * | | | scsi: Revert "scsi: hisi_sas: Drain bcast events in hisi_sas_rescan_topology()"Jie Zhan2022-11-261-7/+0
| * | | | scsi: device_handler: alua: Call scsi_device_put() from non-atomic contextBart Van Assche2022-11-261-8/+19
| * | | | scsi: device_handler: alua: Revert "Move a scsi_device_put() call out of alua...Bart Van Assche2022-11-261-15/+8
| * | | | scsi: snic: Fix possible UAF in snic_tgt_create()Gaosheng Cui2022-11-261-0/+3
| * | | | scsi: qla2xxx: Initialize vha->unknown_atio_[list, work] for NPIV hostsGleb Chesnokov2022-11-261-0/+3
| * | | | scsi: qla2xxx: Remove duplicate of vha->iocb_work initializationGleb Chesnokov2022-11-261-1/+0
| * | | | scsi: fcoe: Fix transport not deattached when fcoe_if_init() failsChen Zhongjin2022-11-261-0/+1
| * | | | scsi: sd: Use 16-byte SYNCHRONIZE CACHE on ZBC devicesShin'ichiro Kawasaki2022-11-262-5/+14
| * | | | scsi: ipr: Fix WARNING in ipr_init()Shang XiaoJing2022-11-261-1/+9