summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
* treewide: use get_random_u32() when possibleJason A. Donenfeld2022-10-111-2/+2
* treewide: use get_random_{u8,u16}() when possible, part 1Jason A. Donenfeld2022-10-111-3/+3
* treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-112-3/+3
* Merge tag 'hyperv-next-signed-20221009' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2022-10-101-1/+10
|\
| * scsi: storvsc: remove an extraneous "to" in a commentwangjianli2022-09-231-1/+1
| * Drivers: hv: vmbus: Optimize vmbus_on_eventSaurabh Sengar2022-09-231-0/+9
* | Merge tag 'sched-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-10-101-3/+4
|\ \
| * | freezer: Have {,un}lock_system_sleep() save/restore flagsPeter Zijlstra2022-09-071-3/+4
* | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-10-07100-2187/+7281
|\ \ \
| * | | scsi: iscsi: iscsi_tcp: Fix null-ptr-deref while calling getpeername()Mike Christie2022-09-252-21/+55
| * | | scsi: mpi3mr: Remove unnecessary castJules Irenge2022-09-251-2/+1
| * | | scsi: stex: Properly zero out the passthrough command structureLinus Torvalds2022-09-251-8/+9
| * | | scsi: mpi3mr: Update driver version to 8.2.0.3.0Sreekanth Reddy2022-09-251-2/+2
| * | | scsi: mpi3mr: Fix scheduling while atomic type bugSreekanth Reddy2022-09-252-6/+5
| * | | scsi: mpi3mr: Scan the devices during resume timeSreekanth Reddy2022-09-253-5/+9
| * | | scsi: mpi3mr: Free enclosure objects during driver unloadSreekanth Reddy2022-09-253-0/+24
| * | | scsi: mpi3mr: Handle 0xF003 Fault CodeSreekanth Reddy2022-09-251-1/+2
| * | | scsi: mpi3mr: Graceful handling of surprise removal of PCIe HBASreekanth Reddy2022-09-253-8/+145
| * | | scsi: mpi3mr: Schedule IRQ kthreads only on non-RT kernelsSreekanth Reddy2022-09-251-1/+15
| * | | scsi: mpi3mr: Support new power management frameworkSreekanth Reddy2022-09-251-20/+13
| * | | scsi: mpi3mr: Update mpi3 header filesSreekanth Reddy2022-09-257-52/+165
| * | | scsi: mpt3sas: Revert "scsi: mpt3sas: Fix ioc->base_readl() use"Damien Le Moal2022-09-251-6/+7
| * | | scsi: mpt3sas: Revert "scsi: mpt3sas: Fix writel() use"Damien Le Moal2022-09-251-5/+5
| * | | scsi: wd33c93: Remove dead code related to the long-gone config WD33C93_PIOLukas Bulwahn2022-09-252-65/+0
| * | | scsi: core: Add I/O timeout count for SCSI deviceWu Bo2022-09-252-0/+3
| * | | scsi: qedf: Populate sysfs attributes for vportSaurav Kashyap2022-09-251-0/+21
| * | | scsi: pm8001: Replace one-element array with flexible-array memberGustavo A. R. Silva2022-09-251-1/+1
| * | | scsi: 3w-xxxx: Replace one-element array with flexible-array memberGustavo A. R. Silva2022-09-252-8/+8
| * | | scsi: hptiop: Replace one-element array with flexible-array member in struct ...Gustavo A. R. Silva2022-09-251-1/+1
| * | | scsi: hptiop: Use struct_size() helper in code related to struct hpt_iop_requ...Gustavo A. R. Silva2022-09-251-5/+3
| * | | scsi: hptiop: Replace one-element array with flexible-array memberGustavo A. R. Silva2022-09-252-3/+2
| * | | scsi: pm8001: Fix running_req for internal abort commandsJohn Garry2022-09-251-0/+4
| * | | scsi: libsas: Fix use-after-free bug in smp_execute_task_sg()Duoming Zhou2022-09-251-1/+1
| * | | scsi: scsi_transport_fc: Adjust struct fc_nl_event flex array usageKees Cook2022-09-251-3/+5
| * | | scsi: core: Make SCSI_MOD depend on BLOCK for cleaner .config filesLukas Bulwahn2022-09-251-3/+4
| * | | scsi: scsi_transport_fc: Use %u for dev_loss_tmoMartin Wilck2022-09-151-1/+1
| * | | scsi: csiostor: Convert sysfs snprintf() to sysfs_emit()Xuezhi Zhang2022-09-151-5/+5
| * | | scsi: megaraid: Convert sysfs snprintf() to sysfs_emit()Xuezhi Zhang2022-09-151-2/+2
| * | | scsi: ibmvscsi_tgt: Fix repeated words in commentwangjianli2022-09-151-1/+1
| * | | scsi: lpfc: Update lpfc version to 14.2.0.7James Smart2022-09-151-1/+1
| * | | scsi: lpfc: Fix various issues reported by toolsJames Smart2022-09-156-118/+148
| * | | scsi: lpfc: Add reporting capability for Link Degrade SignalingJames Smart2022-09-158-68/+224
| * | | scsi: lpfc: Rework FDMI attribute registration for unintential paddingJames Smart2022-09-152-669/+350
| * | | scsi: lpfc: Rework lpfc_fdmi_cmd() routine for cleanup and consistencyJames Smart2022-09-151-23/+30
| * | | scsi: lpfc: Rename mp/bmp dma buffers to rq/rsp in lpfc_fdmi_cmdJames Smart2022-09-151-31/+32
| * | | scsi: lpfc: Update congestion mode logging for Emulex SAN Manager applicationJames Smart2022-09-151-6/+22
| * | | scsi: lpfc: Move scsi_host_template outside dynamically allocated/freed phbaJames Smart2022-09-154-34/+48
| * | | scsi: lpfc: Fix multiple NVMe remoteport registration calls for the same NPor...James Smart2022-09-153-41/+37
| * | | scsi: lpfc: Add missing free iocb and nlp kref put for early return VMID casesJames Smart2022-09-151-3/+7
| * | | scsi: lpfc: Fix mbuf pool resource detected as busy at driver unloadJames Smart2022-09-151-0/+7