summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
* scsi: fnic: Move fnic_fnic_flush_tx() to a work queueLee Duncan2024-02-124-5/+8
* scsi: Revert "scsi: fcoe: Fix potential deadlock on &fip->ctlr_lock"Lee Duncan2024-02-121-12/+8
* scsi: lpfc: Use unsigned type for num_sgeHannes Reinecke2024-02-051-6/+6
* scsi: core: Move scsi_host_busy() out of host lock if it is for per-commandMing Lei2024-02-052-2/+5
* scsi: storvsc: Fix ring buffer size calculationMichael Kelley2024-01-231-5/+7
* scsi: core: Move scsi_host_busy() out of host lock for waking up EH handlerMing Lei2024-01-233-6/+6
* Merge branch '6.8/scsi-staging' into 6.8/scsi-fixesMartin K. Petersen2024-01-223-5/+2
|\
| * scsi: initio: Remove redundant variable 'rb'Colin Ian King2024-01-171-2/+1
| * scsi: virtio_scsi: Remove duplicate check if queue is brokenLi RongQing2024-01-171-2/+0
| * scsi: isci: Fix an error code problem in isci_io_request_build()Su Hui2024-01-171-1/+1
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2024-01-206-20/+92
|\|
| * scsi: core: Kick the requeue list after inserting when flushingNiklas Cassel2024-01-111-3/+6
| * scsi: fnic: unlock on error path in fnic_queuecommand()Dan Carpenter2024-01-111-0/+1
| * scsi: fcoe: Fix unsigned comparison with zero in store_ctlr_mode()Harshit Mogalapalli2024-01-111-2/+4
| * scsi: mpi3mr: Fix mpi3mr_fw.c kernel-doc warningsRandy Dunlap2024-01-031-4/+2
| * scsi: smartpqi: Bump driver version to 2.1.26-030Don Brace2024-01-031-3/+3
| * scsi: smartpqi: Fix logical volume rescan race conditionMahesh Rajashekhara2024-01-032-8/+36
| * scsi: smartpqi: Add new controller PCI IDsDavid Strahan2024-01-031-0/+40
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2024-01-181-5/+73
|\ \
| * | scsi: virtio_scsi: Add mq_poll supportMike Christie2024-01-101-5/+73
* | | Merge tag 'trace-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds2024-01-181-1/+1
|\ \ \
| * | | tracing: Allow creating instances with specified system eventsSteven Rostedt (Google)2023-12-181-1/+1
| |/ /
* | | Merge tag 'pci-v6.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-01-171-1/+1
|\ \ \
| * | | scsi: lpfc: Use PCI_HEADER_TYPE_MFD instead of literalIlpo Järvinen2023-12-011-1/+1
* | | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2024-01-1176-1236/+1975
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge patch series "scsi: hisi_sas: Minor fixes and cleanups"Martin K. Petersen2023-12-132-11/+19
| |\ \ \
| | * | | scsi: hisi_sas: Correct the number of global debugfs registersYihang Li2023-12-131-1/+1
| | * | | scsi: hisi_sas: Rollback some operations if FLR failedYihang Li2023-12-131-0/+5
| | * | | scsi: hisi_sas: Check before using pointer variablesYihang Li2023-12-131-2/+5
| | * | | scsi: hisi_sas: Replace with standard error code return valueYihang Li2023-12-132-3/+3
| | * | | scsi: hisi_sas: Set .phy_attached before notifing phyup event HISI_PHYE_PHY_U...Yihang Li2023-12-131-5/+5
| | |/ /
| * | | scsi: fcoe: Use sysfs_match_string() over fcoe_parse_mode()Justin Stitt2023-12-131-22/+4
| * | | Merge patch series "lpfc: Update lpfc to revision 14.2.0.17"Martin K. Petersen2023-12-134-8/+17
| |\ \ \
| | * | | scsi: lpfc: Update lpfc version to 14.2.0.17Justin Tee2023-12-131-1/+1
| | * | | scsi: lpfc: Move determination of vmid_flag after VMID reinitialization compl...Justin Tee2023-12-132-3/+4
| | * | | scsi: lpfc: Reinitialize an NPIV's VMID data structures after FDISCJustin Tee2023-12-131-0/+8
| | * | | scsi: lpfc: Change VMID driver load time parameters to read onlyJustin Tee2023-12-131-4/+4
| * | | | Merge patch series "Introduce support for multiqueue (MQ) in fnic"Martin K. Petersen2023-12-1310-543/+847
| |\ \ \ \
| | * | | | scsi: fnic: Increment driver versionKaran Tilak Kumar2023-12-131-1/+1
| | * | | | scsi: fnic: Improve logs and add support for multiqueue (MQ)Karan Tilak Kumar2023-12-132-140/+154
| | * | | | scsi: fnic: Add support for multiqueue (MQ) in fnic driverKaran Tilak Kumar2023-12-133-254/+328
| | * | | | scsi: fnic: Add support for multiqueue (MQ) in fnic_main.cKaran Tilak Kumar2023-12-132-34/+77
| | * | | | scsi: fnic: Remove usage of host_lockKaran Tilak Kumar2023-12-131-24/+31
| | * | | | scsi: fnic: Define stats to track multiqueue (MQ) IOsKaran Tilak Kumar2023-12-132-0/+13
| | * | | | scsi: fnic: Modify ISRs to support multiqueue (MQ)Karan Tilak Kumar2023-12-135-74/+144
| | * | | | scsi: fnic: Refactor and redefine fnic.h for multiqueueKaran Tilak Kumar2023-12-131-8/+22
| | * | | | scsi: fnic: Get copy workqueue count and interrupt mode from configKaran Tilak Kumar2023-12-131-6/+36
| | * | | | scsi: fnic: Rename wq_copy to hw_copy_wqKaran Tilak Kumar2023-12-135-15/+15
| | * | | | scsi: fnic: Add and improve log messagesKaran Tilak Kumar2023-12-134-34/+49
| | * | | | scsi: fnic: Add and use fnic numberKaran Tilak Kumar2023-12-132-2/+17