aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2024-03-10Merge patch series "Update lpfc to revision 14.4.0.1"6.9/scsi-staging6.9/scsi-queueMartin K. Petersen16-185/+177
2024-03-10Merge patch series "qla2xxx misc. bug fixes"Martin K. Petersen9-95/+138
2024-03-10scsi: lpfc: Copyright updates for 14.4.0.1 patchesJustin Tee2-2/+2
2024-03-10scsi: lpfc: Update lpfc version to 14.4.0.1Justin Tee1-1/+1
2024-03-10scsi: lpfc: Define types in a union for generic void *context3 ptrJustin Tee7-39/+51
2024-03-10scsi: lpfc: Define lpfc_dmabuf type for ctx_buf ptrJustin Tee9-54/+50
2024-03-10scsi: lpfc: Define lpfc_nodelist type for ctx_ndlp ptrJustin Tee7-39/+36
2024-03-10scsi: lpfc: Use a dedicated lock for ras_fwlog stateJustin Tee6-28/+32
2024-03-10scsi: lpfc: Release hbalock before calling lpfc_worker_wake_up()Justin Tee3-20/+19
2024-03-10scsi: lpfc: Replace hbalock with ndlp lock in lpfc_nvme_unregister_port()Justin Tee1-2/+2
2024-03-10scsi: lpfc: Update lpfc_ramp_down_queue_handler() logicJustin Tee2-10/+4
2024-03-10scsi: lpfc: Remove IRQF_ONESHOT flag from threaded IRQ handlingJustin Tee1-1/+1
2024-03-10scsi: lpfc: Move NPIV's transport unregistration to after resource clean upJustin Tee1-4/+4
2024-03-10scsi: lpfc: Remove unnecessary log message in queuecommand pathJustin Tee1-10/+0
2024-03-10scsi: qla2xxx: Update version to 10.02.09.200-kNilesh Javali1-2/+2
2024-03-10scsi: qla2xxx: Delay I/O Abort on PCI errorQuinn Tran1-2/+12
2024-03-10scsi: qla2xxx: Change debug message during driver unloadSaurav Kashyap1-1/+1
2024-03-10scsi: qla2xxx: Fix double free of fcportSaurav Kashyap1-2/+3
2024-03-10scsi: qla2xxx: Fix double free of the ha->vp_map pointerSaurav Kashyap1-0/+1
2024-03-10scsi: qla2xxx: Fix command flush on cable pullQuinn Tran1-0/+10
2024-03-10scsi: qla2xxx: NVME|FCP prefer flag not being honoredQuinn Tran1-0/+18
2024-03-10scsi: qla2xxx: Update manufacturer detailBikash Hazarika1-1/+1
2024-03-10scsi: qla2xxx: Split FCE|EFT trace controlQuinn Tran1-61/+41
2024-03-10scsi: qla2xxx: Fix N2N stuck connectionQuinn Tran3-23/+13
2024-03-10scsi: qla2xxx: Prevent command send on chip resetQuinn Tran2-4/+37
2024-03-10scsi: lpfc: Correct size for cmdwqe/rspwqe for memset()Muhammad Usama Anjum1-2/+2
2024-03-10scsi: lpfc: Correct size for wqe for memset()Muhammad Usama Anjum1-1/+1
2024-03-10scsi: st: Make st_sysfs_class constantRicardo B. Marliere1-2/+2
2024-03-10scsi: ch: Make ch_sysfs_class constantRicardo B. Marliere1-10/+10
2024-03-10scsi: cxlflash: Make cxlflash_class constantRicardo B. Marliere1-7/+10
2024-03-10scsi: pmcraid: Make pmcraid_class constantRicardo B. Marliere1-9/+11
2024-03-10scsi: sg: Make sg_sysfs_class constantRicardo B. Marliere1-9/+9
2024-03-10scsi: ufs: core: Add config_scsi_dev vops commentPeter Wang1-0/+1
2024-03-10scsi: ufs: qcom: Provide default cycles_in_1us valueDmitry Baryshkov1-2/+4
2024-03-10scsi: libsas: Fix disk not being scanned in after being removedXingui Yang1-10/+22
2024-03-10scsi: libsas: Add a helper sas_get_sas_addr_and_dev_type()Xingui Yang1-7/+12
2024-03-10scsi: target: iscsi: Remove unused variable xfer_lenColin Ian King1-2/+1
2024-03-10scsi: ufs: core: Fix MCQ MAC configurationRohit Ner1-1/+1
2024-02-26scsi: core: Constify the struct device_type usageRicardo B. Marliere3-4/+4
2024-02-26scsi: libfc: replace deprecated strncpy() with memcpy()Justin Stitt1-6/+8
2024-02-26scsi: lpfc: Replace deprecated strncpy() with strscpy()Justin Stitt1-2/+2
2024-02-26scsi: bfa: Fix function pointer type mismatch for state machinesArnd Bergmann13-435/+582
2024-02-26scsi: bfa: Fix function pointer type mismatch for hcb_qe->cbfnArnd Bergmann4-13/+19
2024-02-26scsi: bfa: Remove additional unnecessary struct declarationsSimone Weiß1-2/+0
2024-02-15scsi: csiostor: Avoid function pointer castsArnd Bergmann3-19/+20
2024-02-15scsi: qla1280: Remove redundant assignment to variable 'mr'Colin Ian King1-1/+0
2024-02-12scsi: core: Make scsi_bus_type constRicardo B. Marliere2-2/+2
2024-02-12scsi: core: Really include kunit tests with SCSI_LIB_KUNIT_TESTLukas Bulwahn1-1/+1
2024-02-05scsi: target: tcm_loop: Make tcm_loop_lld_bus constRicardo B. Marliere1-1/+1
2024-02-05scsi: scsi_debug: Make pseudo_lld_bus constRicardo B. Marliere1-2/+2
2024-02-05scsi: iscsi: Make iscsi_flashnode_bus constRicardo B. Marliere1-2/+2
2024-02-05scsi: fcoe: Make fcoe_bus_type constRicardo B. Marliere1-2/+2
2024-02-05Merge patch series "Update lpfc to revision 14.4.0.0"Martin K. Petersen17-873/+717
2024-02-05scsi: lpfc: Copyright updates for 14.4.0.0 patchesJustin Tee17-18/+18
2024-02-05scsi: lpfc: Update lpfc version to 14.4.0.0Justin Tee1-1/+1
2024-02-05scsi: lpfc: Change lpfc_vport load_flag member into a bitmaskJustin Tee10-120/+108
2024-02-05scsi: lpfc: Change lpfc_vport fc_flag member into a bitmaskJustin Tee11-590/+425
2024-02-05scsi: lpfc: Protect vport fc_nodes list with an explicit spin lockJustin Tee6-54/+53
2024-02-05scsi: lpfc: Change nlp state statistic counters into atomic_tJustin Tee5-37/+50
2024-02-05scsi: lpfc: Remove shost_lock protection for fc_host_port shost APIsJustin Tee1-16/+0
2024-02-05scsi: lpfc: Move handling of reset congestion statistics eventsJustin Tee2-4/+7
2024-02-05scsi: lpfc: Save FPIN frequency statistics upon receipt of peer cgn notificat...Justin Tee1-0/+3
2024-02-05scsi: lpfc: Add condition to delete ndlp object after sending BLS_RJT to an ABTSJustin Tee1-2/+12
2024-02-05scsi: lpfc: Fix failure to delete vports when discovery is in progressJustin Tee1-4/+4
2024-02-05scsi: lpfc: Remove NLP_RCV_PLOGI early return during RSCN processing for ndlpsJustin Tee1-8/+0
2024-02-05scsi: lpfc: Allow lpfc_plogi_confirm_nport() logic to execute for Fabric nodesJustin Tee1-17/+32
2024-02-05scsi: lpfc: Remove D_ID swap log message from trace event loggerJustin Tee1-1/+1
2024-02-05scsi: lpfc: Use sg_dma_len() API to get struct scatterlist's lengthJustin Tee1-4/+4
2024-02-05scsi: lpfc: Fix possible memory leak in lpfc_rcv_padisc()Justin Tee1-2/+4
2024-02-05scsi: lpfc: Initialize status local variable in lpfc_sli4_repost_sgl_list()Justin Tee1-1/+1
2024-01-29Merge patch series "scsi: Allow scsi_execute users to request retries"Martin K. Petersen13-263/+894
2024-01-29scsi: core: Add kunit tests for scsi_check_passthrough()Mike Christie3-0/+343
2024-01-29scsi: ufs: Have midlayer retry start stop errorsMike Christie1-10/+12
2024-01-29scsi: sr: Have midlayer retry get_sectorsize() errorsMike Christie1-18/+20
2024-01-29scsi: ses: Have midlayer retry scsi_execute_cmd() errorsMike Christie1-20/+46
2024-01-29scsi: sd: Have midlayer retry read_capacity_10() errorsMike Christie1-23/+39
2024-01-29scsi: sd: Have pr commands retry UAsMike Christie1-0/+28
2024-01-29scsi: core: Have SCSI midlayer retry scsi_report_lun_scan() errorsMike Christie1-24/+33
2024-01-29scsi: core: Have midlayer retry scsi_mode_sense() UAsMike Christie1-7/+15
2024-01-29scsi: ch: Have midlayer retry ch_do_scsi() UAsMike Christie1-10/+15
2024-01-29scsi: ch: Remove unit_attentionMike Christie1-2/+0
2024-01-29scsi: sd: Have midlayer retry sd_sync_cache() errorsMike Christie1-18/+17
2024-01-29scsi: spi: Have midlayer retry spi_execute() UAsMike Christie1-17/+18
2024-01-29scsi: device_handler: rdac: Have midlayer retry send_mode_select() errorsMike Christie1-38/+46
2024-01-29scsi: device_handler: hp_sw: Have midlayer retry scsi_execute_cmd() errorsMike Christie1-16/+33
2024-01-29scsi: sd: Have midlayer retry sd_spinup_disk() errorsMike Christie1-32/+45
2024-01-29scsi: sd: Use separate buf for START_STOP in sd_spinup_disk()Mike Christie1-7/+9
2024-01-29scsi: core: Retry INQUIRY after timeoutMike Christie1-0/+4
2024-01-29scsi: core: Have midlayer retry scsi_probe_lun() errorsMike Christie1-18/+28
2024-01-29scsi: core: Allow passthrough to request midlayer retriesMike Christie2-3/+143
2024-01-29scsi: pm8001: Convert snprintf() to sysfs_emit()Li Zhijian1-3/+3
2024-01-29scsi: isci: Convert snprintf() to sysfs_emit()Li Zhijian1-1/+1
2024-01-29scsi: ibmvscsi_tgt: Convert snprintf() to sysfs_emit()Li Zhijian1-3/+3
2024-01-29scsi: ibmvscsi: Convert snprintf() to sysfs_emit()Li Zhijian1-12/+10
2024-01-29scsi: fnic: Convert snprintf() to sysfs_emit()Li Zhijian1-4/+3
2024-01-29scsi: aacraid: aachba: Replace snprintf() with the safer scnprintf() variantLee Jones1-3/+3
2024-01-29scsi: 53c700: Remove snprintf() from sysfs call-backs and replace with sysfs_...Lee Jones1-1/+1
2024-01-29scsi: 3w-xxxx: Remove snprintf() from sysfs call-backs and replace with sysfs...Lee Jones1-22/+22
2024-01-29scsi: 3w-sas: Remove snprintf() from sysfs call-backs and replace with sysfs_...Lee Jones1-18/+18
2024-01-29scsi: 3w-9xxx: Remove snprintf() from sysfs call-backs and replace with sysfs...Lee Jones1-22/+22
2024-01-24scsi: mpt3sas: Update driver version to 48.100.00.00Ranjan Kumar1-2/+2
2024-01-24scsi: mpt3sas: Reload SBR without rebooting HBARanjan Kumar5-32/+136
2024-01-24scsi: ufs: qcom: Avoid re-init quirk when gears matchEric Chanudet1-2/+11
2024-01-24scsi: ufs: qcom: Clarify comments about the initial phy_gearAndrew Halaney1-5/+10
2024-01-24Merge patch series "scsi: hisi_sas: Minor fixes and cleanups"Martin K. Petersen2-9/+25
2024-01-24scsi: hisi_sas: Remove hisi_hba->timer for v3 hwXiang Chen2-2/+6
2024-01-24scsi: hisi_sas: Check whether debugfs is enabled before removing or releasing itYihang Li2-3/+7
2024-01-24scsi: hisi_sas: Remove redundant checks for automatic debugfs dumpYihang Li1-2/+2
2024-01-24scsi: hisi_sas: Fix a deadlock issue related to automatic dumpYihang Li1-2/+10
2024-01-23scsi: fnic: Clean up some inconsistent indentingJiapeng Chong1-2/+2
2024-01-23scsi: mpi3mr: Use ida to manage mrioc IDGuixin Liu1-2/+10
2024-01-23scsi: ibmvscsi_tgt: Replace deprecated strncpy() with strscpy()Justin Stitt1-9/+9
2024-01-23scsi: message: fusion: Remove redundant pointer 'hd'Colin Ian King1-3/+1
2024-01-23scsi: megaraid: Remove redundant assignment to variable 'retval'Colin Ian King1-1/+1
2024-01-23scsi: ufs: mcq: Remove unused parametersChanWoo Lee1-4/+2
2024-01-23scsi: ufs: mcq: Use ufshcd_mcq_req_to_hwq() to simplify updating hwqChanWoo Lee1-4/+1
2024-01-23scsi: ufs: mcq: Add definition for REG_UFS_MEM_CFG registerChanWoo Lee5-6/+12
2024-01-23scsi: core: Safe warning about bad dev info stringPetr Mladek1-3/+3
2024-01-23scsi: ufs: ufs-mediatek: Change default autosuspend timerPeter Wang2-0/+7
2024-01-23scsi: core: Move autosuspend timer delay to Scsi_HostPeter Wang3-6/+11
2024-01-23scsi: ufs: ufs-mediatek: Disable MCQ IRQ when clock offPeter Wang2-0/+42
2024-01-23scsi: ufs: ufs-mediatek: Fix MCQ mode TM cmd timeoutPeter Wang1-6/+5
2024-01-23scsi: ufs: ufs-mediatek: Check link status after exiting hibern8Peter Wang1-3/+10
2024-01-23scsi: ufs: ufs-mediatek: Migrate to UFSHCD generic CPU latency PM QoS supportMaramaina Naresh2-20/+0
2024-01-23scsi: ufs: core: Add CPU latency QoS support for UFS driverMaramaina Naresh3-0/+105
2024-01-21Linux 6.8-rc1Linus Torvalds1-2/+2
2024-01-21Merge tag 'bcachefs-2024-01-21' of https://evilpiepirate.org/git/bcachefsLinus Torvalds78-1426/+1629
2024-01-21Merge tag 'timers-core-2024-01-21' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds7-12/+41
2024-01-21Merge tag 'powerpc-6.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-0/+1
2024-01-21bcachefs: Improve inode_to_text()Kent Overstreet1-7/+18
2024-01-21bcachefs: logged_ops_format.hKent Overstreet2-27/+31
2024-01-21bcachefs: reflink_format.hKent Overstreet3-47/+48
2024-01-21bcachefs; extents_format.hKent Overstreet2-279/+284
2024-01-21bcachefs: ec_format.hKent Overstreet2-16/+20
2024-01-21bcachefs: subvolume_format.hKent Overstreet2-32/+36
2024-01-21bcachefs: snapshot_format.hKent Overstreet2-33/+37
2024-01-21bcachefs: alloc_background_format.hKent Overstreet2-93/+94
2024-01-21bcachefs: xattr_format.hKent Overstreet2-15/+20
2024-01-21bcachefs: dirent_format.hKent Overstreet2-39/+43
2024-01-21bcachefs: inode_format.hKent Overstreet2-164/+167
2024-01-21bcachefs; quota_format.hKent Overstreet2-42/+48
2024-01-21bcachefs: sb-counters_format.hKent Overstreet2-95/+100
2024-01-21bcachefs: counters.c -> sb-counters.cKent Overstreet5-8/+7
2024-01-21bcachefs: comment bch_subvolumeKent Overstreet1-0/+3
2024-01-21bcachefs: bch_snapshot::btimeKent Overstreet2-0/+3
2024-01-21bcachefs: add missing __GFP_NOWARNKent Overstreet1-1/+1
2024-01-21bcachefs: opts->compression can now also be applied in the backgroundKent Overstreet11-23/+24
2024-01-21bcachefs: Prep work for variable size btree node buffersKent Overstreet18-97/+87
2024-01-21bcachefs: grab s_umount only if snapshottingSu Yue1-6/+5
2024-01-21bcachefs: kvfree bch_fs::snapshots in bch2_fs_snapshots_exitSu Yue1-1/+1
2024-01-21bcachefs: bios must be 512 byte alginedKent Overstreet1-0/+4
2024-01-21bcachefs: remove redundant variable tmpColin Ian King1-3/+1
2024-01-21bcachefs: Improve trace_trans_restart_relockKent Overstreet5-24/+44
2024-01-21bcachefs: Fix excess transaction restarts in __bchfs_fallocate()Kent Overstreet4-16/+35
2024-01-21bcachefs: extents_to_bp_stateKent Overstreet1-48/+41
2024-01-21bcachefs: bkey_and_val_eq()Kent Overstreet1-3/+8
2024-01-21bcachefs: Better journal tracepointsKent Overstreet2-60/+79
2024-01-21bcachefs: Print size of superblock with space allocatedKent Overstreet1-1/+3
2024-01-21bcachefs: Avoid flushing the journal in the discard pathKent Overstreet1-19/+41
2024-01-21bcachefs: Improve move_extent tracepointKent Overstreet5-7/+48
2024-01-21bcachefs: Add missing bch2_moving_ctxt_flush_all()Kent Overstreet1-0/+1
2024-01-21bcachefs: Re-add move_extent_write tracepointKent Overstreet2-23/+20
2024-01-21bcachefs: bch2_kthread_io_clock_wait() no longer sleeps until full amountKent Overstreet1-2/+2
2024-01-21bcachefs: Add .val_to_text() for KEY_TYPE_cookieKent Overstreet1-0/+9
2024-01-21bcachefs: Don't pass memcmp() as a pointerKent Overstreet1-2/+8
2024-01-21Merge tag 'header_cleanup-2024-01-20' of https://evilpiepirate.org/git/bcachefsLinus Torvalds1-6/+6
2024-01-21bcachefs: Reduce would_deadlock restartsKent Overstreet1-0/+7
2024-01-21bcachefs: bch2_trans_account_disk_usage_change()Kent Overstreet3-29/+48
2024-01-21bcachefs: bch_fs_usage_baseKent Overstreet7-47/+45
2024-01-21bcachefs: bch2_prt_compression_type()Kent Overstreet5-6/+15
2024-01-21bcachefs: helpers for printing data typesKent Overstreet14-64/+64
2024-01-21bcachefs: BTREE_TRIGGER_ATOMICKent Overstreet8-30/+27
2024-01-21bcachefs: drop to_text code for obsolete bps in alloc keysKent Overstreet1-18/+0
2024-01-21bcachefs: eytzinger_for_each() declares loop iterKent Overstreet2-3/+3
2024-01-21bcachefs: Don't log errors if BCH_WRITE_ALLOC_NOWAITKent Overstreet1-4/+5
2024-01-21bcachefs: fix memleak in bch2_split_devsSu Yue1-3/+5
2024-01-20Merge tag 'v6.8-rc-part2-smb-client' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds19-257/+244
2024-01-20Merge tag 'dmaengine-fix-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds46-300/+1882
2024-01-20Merge tag 'coccinelle-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-9/+8
2024-01-20media: solo6x10: replace max(a, min(b, c)) by clamp(b, a, c)Aurelien Jarno1-5/+5
2024-01-20coccinelle: device_attr_show: simplify patch caseJulia Lawall1-8/+3
2024-01-20execve: open the executable file before doing anything elseLinus Torvalds1-34/+35
2024-01-20Merge tag 'riscv-for-linus-6.8-mw4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds71-213/+2676
2024-01-20Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds10-39/+103
2024-01-20Merge tag 'sh-for-v6.8-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-4/+3
2024-01-20Merge tag 'fbdev-for-6.8-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-13/+1
2024-01-19Merge tag 'perf-tools-for-v6.8-1-2024-01-09' of git://git.kernel.org/pub/scm/...Linus Torvalds249-2141/+7843
2024-01-19Merge tag 'strlcpy-removal-v6.8-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds7-82/+3
2024-01-19Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds11-49/+83
2024-01-19Merge tag 'loongarch-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds34-102/+1735
2024-01-19Revert "firmware/sysfb: Clear screen_info state after consuming it"Helge Deller1-13/+1
2024-01-19Merge tag 'devicetree-for-6.8-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds10-49/+30
2024-01-19coccinelle: device_attr_show: Adapt to the latest Documentation/filesystems/s...Li Zhijian1-9/+13
2024-01-19Merge tag 'spi-fix-v6.8-merge-window' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+0
2024-01-19Merge tag 'sound-fix-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds22-149/+209
2024-01-19string: Remove strlcpy()Kees Cook6-80/+1
2024-01-19Merge tag 'drm-next-2024-01-19' of git://anongit.freedesktop.org/drm/drmLinus Torvalds85-463/+692
2024-01-19Merge tag 'for-v6.8-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/...Linus Torvalds29-342/+614
2024-01-19Merge tag 'apparmor-pr-2024-01-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds9-74/+54
2024-01-19Merge tag 'ceph-for-6.8-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds11-63/+98