summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
AgeCommit message (Expand)AuthorLines
2023-01-31Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds-6/+5
2023-01-26scsi: Revert "scsi: core: map PQ=1, PDT=other values to SCSI_SCAN_TARGET_PRES...Martin K. Petersen-4/+3
2023-01-26scsi: core: Fix the scsi_device_put() might_sleep annotationBart Van Assche-2/+2
2023-01-24Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds-15/+50
2023-01-18scsi: device_handler: alua: Remove a might_sleep() annotationBart Van Assche-2/+3
2023-01-18scsi: iscsi_tcp: Fix UAF during login when accessing the shost ipaddressMike Christie-3/+6
2023-01-18scsi: iscsi_tcp: Fix UAF during logout when accessing the shost ipaddressMike Christie-9/+40
2023-01-18scsi: hpsa: Fix allocation size for scsi_host_alloc()Alexey V. Vissarionov-1/+1
2023-01-14Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds-2/+2
2023-01-12Merge tag 'for-linus-6.2-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-3/+1
2023-01-12scsi: hisi_sas: Set a port invalid only if there are no devices attached when...Yihang Li-1/+1
2023-01-12scsi: hisi_sas: Use abort task set to reset SAS disks when discoveredXingui Yang-1/+1
2023-01-07scsi: libsas: Grab the ATA port lock in sas_ata_device_link_abort()Xingui Yang-0/+3
2023-01-07scsi: hisi_sas: Fix tag freeing for reserved tagsJason Yan-1/+1
2022-12-30Merge branch '6.2/mpt-mpi' into 6.2/scsi-fixesMartin K. Petersen-4/+2
2022-12-30Merge branch '6.2/scsi-queue' into 6.2/scsi-fixesMartin K. Petersen-8/+54
2022-12-25treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)-2/+2
2022-12-22Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-8/+137
2022-12-21Merge tag 'net-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-0/+1
2022-12-19Treewide: Stop corrupting socket's task_fragBenjamin Coddington-0/+1
2022-12-16Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+1
2022-12-15xen: make remove callback of xen driver void returnedDawei Li-3/+1
2022-12-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-871/+1151
2022-12-14scsi: scsi_debug: Delete unreachable code in inquiry_vpd_b0()John Garry-2/+0
2022-12-14scsi: mpi3mr: Refer CONFIG_SCSI_MPI3MR in MakefileShin'ichiro Kawasaki-1/+1
2022-12-14scsi: core: scsi_error: Do not queue pointless abort workqueue functionsHannes Reinecke-0/+5
2022-12-14scsi: storvsc: Fix swiotlb bounce buffer leak in confidential VMMichael Kelley-0/+3
2022-12-14scsi: iscsi: Fix multiple iSCSI session unbind events sent to userspaceWenchao Hao-5/+45
2022-12-13Merge tag 'ata-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds-1/+1
2022-12-13Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linuxLinus Torvalds-2/+1
2022-12-12Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds-1/+1
2022-12-12Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-6/+6
2022-12-12Merge tag 'rcu.2022.12.02a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+1
2022-12-01scsi: qla2xxx: Fix crash when I/O abort times outArun Easi-4/+10
2022-12-01scsi: sd: Convert SCSI errors to PR errorsMike Christie-1/+34
2022-12-01scsi: core: Rename status_byte to sg_status_byteMike Christie-2/+2
2022-12-01scsi: sd: sd_zbc: Trace zone append emulationJohannes Thumshirn-0/+90
2022-12-01scsi: libfc: Include the correct headerChristophe JAILLET-1/+1
2022-11-30driver core: fix up missed scsi/cxlflash class.devnode() conversion.Stephen Rothwell-1/+1
2022-11-29scsi/scsi_error: Use call_rcu_hurry() instead of call_rcu()Uladzislau Rezki-1/+1
2022-11-26scsi: sg: Fix get_user() in call sg_scsi_ioctl()Kirill A. Shutemov-1/+1
2022-11-26scsi: megaraid_sas: Fix some spelling mistakes in commentYu Zhe-4/+4
2022-11-26scsi: core: Use SCSI_SCAN_INITIAL in do_scsi_scan_host()John Garry-1/+1
2022-11-26scsi: core: Use SCSI_SCAN_RESCAN in __scsi_add_device()John Garry-1/+2
2022-11-26scsi: libsas: Do not export sas_ata_wait_after_reset()Jie Zhan-2/+1
2022-11-26scsi: hisi_sas: Fix SATA devices missing issue during I_T nexus resetJie Zhan-3/+5
2022-11-26scsi: libsas: Add smp_ata_check_ready_type()Jie Zhan-2/+29
2022-11-26scsi: Revert "scsi: hisi_sas: Don't send bcast events from HW during nexus HA...Jie Zhan-12/+4
2022-11-26scsi: Revert "scsi: hisi_sas: Drain bcast events in hisi_sas_rescan_topology()"Jie Zhan-7/+0
2022-11-26scsi: device_handler: alua: Call scsi_device_put() from non-atomic contextBart Van Assche-8/+19