summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds2024-03-111-1/+1
|\
| * block: pass a queue_limits argument to blk_mq_init_queueChristoph Hellwig2024-02-131-1/+1
* | scsi: mpt3sas: Prevent sending diag_reset when the controller is readyRanjan Kumar2024-02-261-1/+3
* | scsi: mpi3mr: Reduce stack usage in mpi3mr_refresh_sas_ports()Arnd Bergmann2024-02-261-1/+6
* | scsi: jazz_esp: Only build if SCSI core is builtinRandy Dunlap2024-02-151-1/+1
* | scsi: smartpqi: Fix disable_managed_interruptsDon Brace2024-02-151-1/+4
* | scsi: core: Consult supported VPD page list prior to fetching pageMartin K. Petersen2024-02-151-2/+20
* | scsi: sd: usb_storage: uas: Access media prior to querying device propertiesMartin K. Petersen2024-02-141-1/+25
* | 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