summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2025-11-08scsi: sd: Add manage_restart device attribute to scsi_diskMarkus Probst1-1/+33
2025-11-08Merge patch series "Update lpfc to revision 14.4.0.12"Martin K. Petersen10-110/+327
2025-11-08scsi: lpfc: Update lpfc version to 14.4.0.12Justin Tee1-1/+1
2025-11-08scsi: lpfc: Add capability to register Platform Name ID to fabricJustin Tee7-8/+150
2025-11-08scsi: lpfc: Allow support for BB credit recovery in point-to-point topologyJustin Tee1-2/+4
2025-11-08scsi: lpfc: Fix reusing an ndlp that is marked NLP_DROPPED during FLOGIJustin Tee2-8/+32
2025-11-08scsi: lpfc: Modify kref handling for Fabric Controller ndlpsJustin Tee2-36/+67
2025-11-08scsi: lpfc: Fix leaked ndlp krefs when in point-to-point topologyJustin Tee3-20/+49
2025-11-08scsi: lpfc: Ensure unregistration of rpis for received PLOGIsJustin Tee2-14/+5
2025-11-08scsi: lpfc: Remove redundant NULL ptr assignment in lpfc_els_free_iocb()Justin Tee1-2/+0
2025-11-08scsi: lpfc: Revise discovery related function headers and commentsJustin Tee2-13/+13
2025-11-08scsi: lpfc: Update various NPIV diagnostic log messagingJustin Tee2-6/+6
2025-11-08Merge patch series "smartpqi updates"Martin K. Petersen1-3/+43
2025-11-08scsi: smartpqi: Update version to 2.1.36-026Don Brace1-3/+3
2025-11-08scsi: smartpqi: Add support for Hurray Data new controller PCI deviceDavid Strahan1-0/+4
2025-11-08scsi: smartpqi: Fix device resources accessed after device removalMike McGowen1-0/+19
2025-11-08scsi: smartpqi: Add timeout value to RAID path requests to physical devicesMike McGowen1-0/+17
2025-11-08scsi: fcoe: Add WQ_PERCPU to alloc_workqueue() usersMarco Crivellari1-1/+1
2025-11-08scsi: st: Skip buffer flush for information ioctlsDavid Jeffery1-18/+22
2025-11-08scsi: st: Separate st-unique ioctl handling from SCSI common ioctl handlingDavid Jeffery1-23/+62
2025-11-08scsi: stex: Fix reboot_notifier leak in probe error pathHaotian Zhang1-0/+1
2025-11-05block: introduce disk_report_zone()Damien Le Moal2-14/+8
2025-11-02scsi: core: Improve sdev_store_timeout()Bart Van Assche1-4/+8
2025-11-02scsi: core: Remove unused code from scsi_sysfs.cBart Van Assche1-62/+0
2025-10-23scsi: qla4xxx: Use correct variable in memset for clarityAlok Tiwari1-2/+2
2025-10-23scsi: aacraid: Improve code readabilityBart Van Assche1-1/+1
2025-10-23scsi: advansys: Don't call asc_prt_scsi_host() -> scsi_host_busy()John Garry1-2/+1
2025-10-23scsi: core: Minor comment fixes for scsi_host_busy()John Garry1-2/+2
2025-10-21scsi: qla1280: Fix compiler warnings (DEBUG mode)Magnus Lindholm1-29/+6
2025-10-21scsi: core: Do not declare scsi_cmnd pointers constBart Van Assche1-11/+10
2025-10-21scsi: core: Fix the unit attention counter implementationBart Van Assche1-2/+2
2025-10-20scsi: fnic: Self-assignment of intr_time_type has no effectQiang Liu1-1/+0
2025-10-20scsi: smartpqi: Prefer kmalloc_array() over kmalloc()Bhanu Seshu Kumar Valluri1-1/+2
2025-10-20scsi: megaraid_sas: Avoid a couple -Wflex-array-member-not-at-end warningsGustavo A. R. Silva1-5/+12
2025-10-20scsi: isci: Avoid -Wflex-array-member-not-at-end warningGustavo A. R. Silva1-4/+6
2025-10-20scsi: core: Fix a regression triggered by scsi_host_busy()Bart Van Assche1-2/+3
2025-10-13Merge branch '6.18/scsi-queue' into 6.18/scsi-fixesMartin K. Petersen3-56/+50
2025-10-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds5-19/+17
2025-10-07Merge tag 'hyperv-next-signed-20251006' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-1/+1
2025-10-06scsi: libfc: Prevent integer overflow in fc_fcp_recv_data()Dan Carpenter1-1/+1
2025-10-06scsi: qla4xxx: Fix typos in commentsAlok Tiwari1-4/+4
2025-10-06scsi: storvsc: Prefer returning channel with the same CPU as on the I/O issui...Long Li1-51/+45
2025-10-06Merge tag 'pci-v6.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-6/+1
2025-10-03Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds55-705/+549
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-4/+2
2025-10-02Merge tag 'for-6.18/block-20250929' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds38-65/+65
2025-10-01Drivers: hv: Add CONFIG_HYPERV_VMBUS optionMukesh Rathor1-1/+1
2025-09-29scsi: mvsas: Fix use-after-free bugs in mvs_work_queueDuoming Zhou1-1/+1
2025-09-29Revert "scsi: qla2xxx: Fix memcpy() field-spanning write issue"John Meneghini4-18/+16
2025-09-24Merge patch series "mpt3sas: Few Enhancements and minor fixes"Martin K. Petersen3-8/+15