aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-02-20scsi: core: Clear driver private data when retrying requestYe Bin1-7/+7
2025-02-03scsi: qla1280: Fix kernel oops when debug level > 2Magnus Lindholm1-1/+1
2025-02-03scsi: storvsc: Set correct data length for sending SCSI command without payloadLong Li1-0/+1
2025-02-03scsi: core: Do not retry I/Os during depopulationIgor Pylypiv1-2/+7
2025-02-03scsi: core: Use GFP_NOIO to avoid circular locking dependencyRik van Riel1-1/+1
2025-02-03Merge branch '6.14/scsi-queue' into 6.14/scsi-fixesMartin K. Petersen1-0/+7
2025-01-31Merge tag 'block-6.14-20250131' of git://git.kernel.dk/linuxLinus Torvalds2-4/+6
2025-01-31block: force noio scope in blk_mq_freeze_queueChristoph Hellwig2-4/+6
2025-01-29Merge tag 'constfy-sysctl-6.14-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-2/+2
2025-01-28Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-6/+7
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados2-2/+2
2025-01-26Merge tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/...Linus Torvalds8-20/+20
2025-01-26Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds139-2783/+10527
2025-01-21scsi: core: Add passthrough tests for success and no failure definitionsMike Christie1-0/+7
2025-01-20Merge tag 'powerpc-6.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2-2/+6
2025-01-20Merge tag 'for-6.14/io_uring-20250119' of git://git.kernel.dk/linuxLinus Torvalds1-2/+2
2025-01-20Merge tag 'for-6.14/block-20250118' of git://git.kernel.dk/linuxLinus Torvalds16-43/+24
2025-01-17block: Add common atomic writes enable flagJohn Garry1-0/+1
2025-01-14Merge patch series "Introduce support for Fabric Discovery and Login Services"Martin K. Petersen19-1934/+9313
2025-01-12kernel-wide: add explicity||explicitly to spelling.txtShivam Chaudhary1-1/+1
2025-01-12scsi: pm8001: convert timeouts to secs_to_jiffies()Easwar Hariharan1-1/+1
2025-01-12scsi: arcmsr: convert timeouts to secs_to_jiffies()Easwar Hariharan1-1/+1
2025-01-12scsi: lpfc: convert timeouts to secs_to_jiffies()Easwar Hariharan5-17/+17
2025-01-10scsi: fnic: Propagate SCSI error code from fnic_scsi_drv_init()Arun Easi1-1/+1
2025-01-10scsi: fnic: Test for memory allocation failure and return error codeKaran Tilak Kumar1-0/+14
2025-01-10scsi: fnic: Return appropriate error code from failure of scsi drv initKaran Tilak Kumar1-1/+2
2025-01-10scsi: fnic: Return appropriate error code for mem alloc failureKaran Tilak Kumar1-4/+12
2025-01-10scsi: fnic: Remove always-true IS_FNIC_FCP_INITIATOR macroArun Easi3-62/+39
2025-01-10scsi: fnic: Fix use of uninitialized value in debug messageDheeraj Reddy Jonnalagadda1-2/+1
2025-01-10scsi: fnic: Delete incorrect debugfs error handlingDan Carpenter1-24/+1
2025-01-10scsi: fnic: Remove unnecessary else to fix warning in FDLS FIPKaran Tilak Kumar1-9/+8
2025-01-10scsi: fnic: Remove extern definition from .c filesKaran Tilak Kumar3-3/+2
2025-01-10scsi: fnic: Remove unnecessary else and unnecessary break in FDLSKaran Tilak Kumar1-10/+6
2025-01-10scsi: mpi3mr: Fix possible crash when setting up bsg failsGuixin Liu1-2/+6
2025-01-10scsi: st: Don't set pos_unknown just after device recognitionKai Mäkisara2-0/+7
2025-01-10scsi: aic7xxx: Fix build 'aicasm' warningwangdicheng3-0/+5
2025-01-10scsi: storvsc: Ratelimit warning logs to prevent VM denial of serviceEaswar Hariharan1-1/+7
2025-01-10scsi: scsi_debug: Constify sdebug_driver_templateJohn Garry1-6/+6
2025-01-10Merge branch '6.13/scsi-fixes' into 6.14/scsi-stagingMartin K. Petersen20-703/+215
2025-01-10scsi: transport: sas: spi: Fix kernel-doc for exported functionsRandy Dunlap2-5/+8
2025-01-10scsi: scsi_scan: Add kernel-doc for exported functionRandy Dunlap1-0/+20
2025-01-10scsi: scsi_lib: Add kernel-doc for exported functionsRandy Dunlap1-3/+18
2025-01-10scsi: scsi_ioctl: Add kernel-doc for exported functionsRandy Dunlap1-5/+30
2025-01-10scsi: scsi_error: Add kernel-doc for exported functionsRandy Dunlap1-13/+13
2025-01-10block: add a queue_limits_commit_update_frozen helperChristoph Hellwig2-16/+6
2025-01-09scsi: iscsi: Fix redundant response for ISCSI_UEVENT_GET_HOST_STATS requestXiang Zhang1-1/+3
2025-01-09scsi: core: Fix command pass through retry regressionMike Christie1-0/+3
2025-01-06block: simplify tag allocation policy selectionChristoph Hellwig2-3/+3
2025-01-03driver core: Constify API device_find_child() and adapt for various usagesZijun Hu2-6/+7
2025-01-02scsi: fnic: Increment driver versionKaran Tilak Kumar1-1/+1