Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-07Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2022-09-16scsi: lpfc: Move scsi_host_template outside dynamically allocated/freed phbaJames Smart
2022-09-01scsi: lpfc: Return DID_TRANSPORT_DISRUPTED instead of DID_REQUEUEHannes Reinecke
2022-09-01scsi: lpfc: Remove SANDiags related codeJames Smart
2022-07-08scsi: lpfc: Remove extra atomic_inc on cmd_pending in queuecommand after VMIDJames Smart
2022-06-08scsi: lpfc: Address NULL pointer dereference after starget_to_rport()James Smart
2022-06-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2022-05-26Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2022-05-20scsi: lpfc: Rework lpfc_vmid_get_appid() to be protocol independentJames Smart
2022-05-20scsi: lpfc: Commonize VMID code locationJames Smart
2022-05-11scsi: lpfc: Change VMID registration to be based on fabric parametersJames Smart
2022-05-02blk-cgroup: move blkcg_{get,set}_fc_appid out of lineChristoph Hellwig
2022-04-19scsi: lpfc: Fix field overload in lpfc_iocbq data structureJames Smart
2022-04-19scsi: lpfc: Fix call trace observed during I/O with CMF enabledJames Smart
2022-04-19scsi: lpfc: Fix SCSI I/O completion and abort handler deadlockJames Smart
2022-04-19scsi: lpfc: Requeue SCSI I/O to upper layer when fw reports link downJames Smart
2022-03-30scsi: lpfc: Fix broken SLI4 abort pathJames Smart
2022-03-15scsi: lpfc: Copyright updates for 14.2.0.0 patchesJames Smart
2022-03-15scsi: lpfc: SLI path split: Refactor Abort pathsJames Smart
2022-03-15scsi: lpfc: SLI path split: Refactor SCSI pathsJames Smart
2022-03-15scsi: lpfc: SLI path split: Refactor lpfc_iocbqJames Smart
2022-03-02scsi: lpfc: Use rport as argument for lpfc_chk_tgt_mapped()Hannes Reinecke
2022-03-02scsi: lpfc: Use rport as argument for lpfc_send_taskmgmt()Hannes Reinecke
2022-03-02scsi: lpfc: Use fc_block_rport()Hannes Reinecke
2022-03-02scsi: lpfc: Drop lpfc_no_handler()Hannes Reinecke
2022-03-02scsi: lpfc: Kill lpfc_bus_reset_handler()Hannes Reinecke
2021-12-07scsi: lpfc: Change return code on I/Os received during link bounceJames Smart
2021-10-21scsi: lpfc: Allow fabric node recovery if recovery is in progress before devlossJames Smart
2021-10-21scsi: lpfc: Wait for successful restart of SLI3 adapter during host sg_resetJames Smart
2021-10-21scsi: lpfc: Revert LOG_TRACE_EVENT back to LOG_INIT prior to driver_resource_...James Smart
2021-10-17scsi: lpfc: Switch to attribute groupsBart Van Assche
2021-10-17scsi: lpfc: Call scsi_done() directlyBart Van Assche
2021-10-12Merge branch '5.15/scsi-fixes' into 5.16/scsi-stagingMartin K. Petersen
2021-09-29scsi: lpfc: Fix a function name in commentsCai Huoqing
2021-09-15scsi: lpfc: Improve PBDE checks during SGL processingJames Smart
2021-09-15scsi: lpfc: Fix I/O block after enabling managed congestion modeJames Smart
2021-09-15scsi: lpfc: Fix EEH support for NVMe I/OJames Smart
2021-09-14scsi: lpfc: Remove unneeded variableChi Minghao
2021-09-14scsi: lpfc: Fix compilation errors on kernels with no CONFIG_DEBUG_FSJames Smart
2021-08-25scsi: lpfc: Use the proper SCSI midlayer interfaces for PIMartin K. Petersen
2021-08-25scsi: lpfc: Add rx monitoring statisticsJames Smart
2021-08-25scsi: lpfc: Add support for the CM frameworkJames Smart
2021-08-12scsi: lpfc: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche
2021-07-27scsi: lpfc: Revise Topology and RAS support checks for new adaptersJames Smart
2021-07-19scsi: lpfc: Fix target reset handler from falsely returning FAILUREJames Smart
2021-06-19scsi: lpfc: Fix build error in lpfc_scsi.cJames Smart
2021-06-10scsi: lpfc: vmid: Introduce VMID in I/O pathGaurav Srivastava
2021-06-10scsi: lpfc: vmid: Functions to manage VMIDsGaurav Srivastava
2021-06-10scsi: lpfc: vmid: Add support for VMID in mailbox commandGaurav Srivastava
2021-06-01scsi: core: Introduce scsi_build_sense()Hannes Reinecke