summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* scsi: lpfc: Define lpfc_dmabuf type for ctx_buf ptrJustin Tee2024-03-109-54/+50
* scsi: lpfc: Define lpfc_nodelist type for ctx_ndlp ptrJustin Tee2024-03-107-39/+36
* scsi: lpfc: Use a dedicated lock for ras_fwlog stateJustin Tee2024-03-106-28/+32
* scsi: lpfc: Release hbalock before calling lpfc_worker_wake_up()Justin Tee2024-03-103-20/+19
* scsi: lpfc: Replace hbalock with ndlp lock in lpfc_nvme_unregister_port()Justin Tee2024-03-101-2/+2
* scsi: lpfc: Update lpfc_ramp_down_queue_handler() logicJustin Tee2024-03-102-10/+4
* scsi: lpfc: Remove IRQF_ONESHOT flag from threaded IRQ handlingJustin Tee2024-03-101-1/+1
* scsi: lpfc: Move NPIV's transport unregistration to after resource clean upJustin Tee2024-03-101-4/+4
* scsi: lpfc: Remove unnecessary log message in queuecommand pathJustin Tee2024-03-101-10/+0
* scsi: lpfc: Copyright updates for 14.4.0.0 patchesJustin Tee2024-02-0617-18/+18
* scsi: lpfc: Update lpfc version to 14.4.0.0Justin Tee2024-02-061-1/+1
* scsi: lpfc: Change lpfc_vport load_flag member into a bitmaskJustin Tee2024-02-0610-120/+108
* scsi: lpfc: Change lpfc_vport fc_flag member into a bitmaskJustin Tee2024-02-0611-590/+425
* scsi: lpfc: Protect vport fc_nodes list with an explicit spin lockJustin Tee2024-02-066-54/+53
* scsi: lpfc: Change nlp state statistic counters into atomic_tJustin Tee2024-02-065-37/+50
* scsi: lpfc: Remove shost_lock protection for fc_host_port shost APIsJustin Tee2024-02-061-16/+0
* scsi: lpfc: Move handling of reset congestion statistics eventsJustin Tee2024-02-062-4/+7
* scsi: lpfc: Save FPIN frequency statistics upon receipt of peer cgn notificat...Justin Tee2024-02-061-0/+3
* scsi: lpfc: Add condition to delete ndlp object after sending BLS_RJT to an ABTSJustin Tee2024-02-061-2/+12
* scsi: lpfc: Fix failure to delete vports when discovery is in progressJustin Tee2024-02-061-4/+4
* scsi: lpfc: Remove NLP_RCV_PLOGI early return during RSCN processing for ndlpsJustin Tee2024-02-061-8/+0
* scsi: lpfc: Allow lpfc_plogi_confirm_nport() logic to execute for Fabric nodesJustin Tee2024-02-061-17/+32
* scsi: lpfc: Remove D_ID swap log message from trace event loggerJustin Tee2024-02-061-1/+1
* scsi: lpfc: Use sg_dma_len() API to get struct scatterlist's lengthJustin Tee2024-02-061-4/+4
* scsi: lpfc: Fix possible memory leak in lpfc_rcv_padisc()Justin Tee2024-02-061-2/+4
* scsi: lpfc: Initialize status local variable in lpfc_sli4_repost_sgl_list()Justin Tee2024-02-061-1/+1
* Linux 6.8-rc1v6.8-rc1Linus Torvalds2024-01-211-2/+2
* Merge tag 'bcachefs-2024-01-21' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2024-01-2178-1426/+1629
|\
| * bcachefs: Improve inode_to_text()Kent Overstreet2024-01-211-7/+18
| * bcachefs: logged_ops_format.hKent Overstreet2024-01-212-27/+31
| * bcachefs: reflink_format.hKent Overstreet2024-01-213-47/+48
| * bcachefs; extents_format.hKent Overstreet2024-01-212-279/+284
| * bcachefs: ec_format.hKent Overstreet2024-01-212-16/+20
| * bcachefs: subvolume_format.hKent Overstreet2024-01-212-32/+36
| * bcachefs: snapshot_format.hKent Overstreet2024-01-212-33/+37
| * bcachefs: alloc_background_format.hKent Overstreet2024-01-212-93/+94
| * bcachefs: xattr_format.hKent Overstreet2024-01-212-15/+20
| * bcachefs: dirent_format.hKent Overstreet2024-01-212-39/+43
| * bcachefs: inode_format.hKent Overstreet2024-01-212-164/+167
| * bcachefs; quota_format.hKent Overstreet2024-01-212-42/+48
| * bcachefs: sb-counters_format.hKent Overstreet2024-01-212-95/+100
| * bcachefs: counters.c -> sb-counters.cKent Overstreet2024-01-215-8/+7
| * bcachefs: comment bch_subvolumeKent Overstreet2024-01-211-0/+3
| * bcachefs: bch_snapshot::btimeKent Overstreet2024-01-212-0/+3
| * bcachefs: add missing __GFP_NOWARNKent Overstreet2024-01-211-1/+1
| * bcachefs: opts->compression can now also be applied in the backgroundKent Overstreet2024-01-2111-23/+24
| * bcachefs: Prep work for variable size btree node buffersKent Overstreet2024-01-2118-97/+87
| * bcachefs: grab s_umount only if snapshottingSu Yue2024-01-211-6/+5
| * bcachefs: kvfree bch_fs::snapshots in bch2_fs_snapshots_exitSu Yue2024-01-211-1/+1
| * bcachefs: bios must be 512 byte alginedKent Overstreet2024-01-211-0/+4