linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-05 02:54:49 to 2023-01-13 20:54:21 UTC [more...]

[PATCH v13 00/15] Add Multi Circular Queue Support
 2023-01-13 20:48 UTC  (13+ messages)
` [PATCH v13 01/15] ufs: core: Probe for ext_iid support
` [PATCH v13 02/15] ufs: core: Introduce Multi-circular queue capability
` [PATCH v13 03/15] ufs: core: Defer adding host to scsi if mcq is supported
` [PATCH v13 04/15] ufs: core: mcq: Add support to allocate multiple queues
` [PATCH v13 05/15] ufs: core: mcq: Configure resource regions
` [PATCH v13 06/15] ufs: core: mcq: Calculate queue depth
` [PATCH v13 07/15] ufs: core: mcq: Allocate memory for mcq mode
` [PATCH v13 08/15] ufs: core: mcq: Configure operation and runtime interface
` [PATCH v13 09/15] ufs: core: mcq: Use shared tags for MCQ mode
` [PATCH v13 10/15] ufs: core: Prepare ufshcd_send_command for mcq
` [PATCH v13 11/15] ufs: core: mcq: Find hardware queue to queue request
` [PATCH v13 12/15] ufs: core: Prepare for completion in mcq

[PATCH v6 0/6] arm64: dts: qcom: sm6125: UFS and xiaomi-laurel-sprout support
 2023-01-13 19:31 UTC  (17+ messages)
` [PATCH v6 1/6] dt-bindings: ufs: qcom: Add SM6125 compatible string
` [PATCH v6 2/6] dt-bindings: phy: Add QMP UFS PHY compatible for SM6125
` [PATCH v6 3/6] phy: qcom-qmp: Add SM6125 UFS PHY support
` [PATCH v6 4/6] arm64: dts: qcom: sm6125: Add UFS nodes
` [PATCH v6 5/6] dt-bindings: arm: qcom: Document xiaomi,laurel-sprout board
` [PATCH v6 6/6] arm64: dts: qcom: sm6125: Initial support for xiaomi-laurel-sprout

[linux-next:master] BUILD REGRESSION 6b31ffe9c8b9947d6d3552d6e10752fd96d0f80f
 2023-01-13 17:10 UTC 

[PATCH v2 00/13] target task management fixes
 2023-01-13 14:15 UTC  (17+ messages)
` [PATCH v2 01/13] scsi: target: Move sess cmd counter to new struct
` [PATCH v2 02/13] scsi: target: Move cmd counter allocation
` [PATCH v2 03/13] scsi: target: Pass in cmd counter to use during cmd setup
` [PATCH v2 04/13] scsi: target: iscsit/isert: Alloc per conn cmd counter
` [PATCH v2 05/13] scsi: target: iscsit: stop/wait on cmds during conn close
` [PATCH v2 06/13] scsi: target: iscsit: Fix TAS handling during conn cleanup
` [PATCH v2 07/13] scsi: target: Fix multiple LUN_RESET handling
` [PATCH v2 08/13] scsi: target: drop tas arg from __transport_wait_for_tasks
` [PATCH v2 09/13] scsi: target: iscsit: Fix isert disconnect handling during login
` [PATCH v2 10/13] scsi: target: iscsit: Add helper to check when cmd has failed
` [PATCH v2 11/13] scsi: target: Treat CMD_T_FABRIC_STOP like CMD_T_STOP
` [PATCH v2 12/13] scsi: target: iscsit: Cleanup isert commands at conn closure
` [PATCH v2 13/13] IB/isert: Fix hang in target_wait_for_cmds

[PATCH v2 00/18] Add Command Duration Limits support
 2023-01-13 12:44 UTC  (29+ messages)
` [PATCH v2 01/18] ata: libata: allow ata_scsi_set_sense() to not set CHECK_CONDITION
` [PATCH v2 02/18] ata: libata: allow ata_eh_request_sense() "
` [PATCH v2 03/18] scsi: core: allow libata to complete successful commands via EH
` [PATCH v2 04/18] scsi: rename and move get_scsi_ml_byte()
` [PATCH v2 05/18] scsi: support retrieving sub-pages of mode pages
` [PATCH v2 06/18] scsi: support service action in scsi_report_opcode()
` [PATCH v2 07/18] block: introduce duration-limits priority class
` [PATCH v2 08/18] block: introduce BLK_STS_DURATION_LIMIT
` [PATCH v2 09/18] ata: libata: detect support for command duration limits
` [PATCH v2 10/18] ata: libata-scsi: handle CDL bits in ata_scsiop_maint_in()
` [PATCH v2 11/18] ata: libata-scsi: add support for CDL pages mode sense
` [PATCH v2 12/18] ata: libata: add ATA feature control sub-page translation
` [PATCH v2 13/18] ata: libata: set read/write commands CDL index
` [PATCH v2 14/18] scsi: sd: detect support for command duration limits
` [PATCH v2 15/18] scsi: sd: set read/write commands CDL index
` [PATCH v2 16/18] scsi: sd: handle read/write CDL timeout failures
` [PATCH v2 17/18] ata: libata: handle completion of CDL commands using policy 0xD
` [PATCH v2 18/18] Documentation: sysfs-block-device: document command duration limits

[LSF/MM/BFP ATTEND] [LSF/MM/BFP TOPIC] Storage: Copy Offload
 2023-01-13  9:46 UTC 

[PATCH v2 0/3] Enable DMA clustering in the UFS driver
 2023-01-12 23:42 UTC  (4+ messages)
` [PATCH v2 1/3] scsi: ufs: Exynos: Fix DMA alignment for PAGE_SIZE != 4096
` [PATCH v2 2/3] scsi: ufs: Exynos: Fix the maximum segment size
` [PATCH v2 3/3] scsi: ufs: Enable DMA clustering

[PATCH 0/3] Enable DMA clustering in the UFS driver
 2023-01-12 23:12 UTC  (11+ messages)
` [PATCH 1/3] scsi: ufs: Exynos: Fix DMA alignment for PAGE_SIZE != 4096
` [PATCH 2/3] scsi: ufs: Exynos: Fix the maximum segment size
` [PATCH 3/3] scsi: ufs: Enable DMA clustering

[PATCH] dt-bindings: ufs: qcom,ufs: document required-opps
 2023-01-12 20:35 UTC  (2+ messages)

[PATCH v5 00/23] ufs: qcom: Add HS-G4 support
 2023-01-12 18:11 UTC  (8+ messages)

[PATCH] scsi: csiostor: use *ptr instead of ptr with sizeof
 2023-01-12 12:25 UTC 

[GIT PULL resend] SCSI fixes for 6.1-rc3
 2023-01-12 12:16 UTC  (2+ messages)

Silikonmischungen
 2023-01-12  8:35 UTC 

[PATCH v2] scsi: qla2xxx: Simplify if condition evaluation
 2023-01-12  6:26 UTC 

[PATCH] scsi: mvumi: Replace 1-element arrays with flexible array members
 2023-01-12  5:11 UTC  (3+ messages)

[PATCH] scsi: 3w-sas: Replace 1-element arrays with flexible array members
 2023-01-12  5:10 UTC  (3+ messages)

[PATCH 00/12] lpfc: Update lpfc to revision 14.2.0.10
 2023-01-12  5:05 UTC  (14+ messages)
` [PATCH 01/12] lpfc: Fix space indentation in lpfc_xcvr_data
` [PATCH 02/12] lpfc: Replace outdated strncpy with strscpy
` [PATCH 03/12] lpfc: Resolve miscellaneous variable set but not used compiler warnings
` [PATCH 04/12] lpfc: Set max dma segment size to hba supported SGE length
` [PATCH 05/12] lpfc: Remove redundant clean up code in disable_vport
` [PATCH 06/12] lpfc: Remove duplicate ndlp kref decrement in lpfc_cleanup_rpis
` [PATCH 07/12] lpfc: Exit PRLI completion handling early if ndlp not in PRLI_ISSUE state
` [PATCH 08/12] lpfc: Fix use-after-free KFENCE violation during sysfs firmware write
` [PATCH 09/12] lpfc: Reinitialize internal VMID data structures after FLOGI completion
` [PATCH 10/12] lpfc: Introduce new attention types for lpfc_sli4_async_fc_evt hdlr
` [PATCH 11/12] lpfc: Update lpfc version to 14.2.0.10
` [PATCH 12/12] Copyright updates for 14.2.0.10 patches

[PATCH 00/10] qla2xxx driver enhancements
 2023-01-12  4:51 UTC  (16+ messages)
` [PATCH 01/10] qla2xxx: Remove dead code
` [PATCH 02/10] qla2xxx: Remove dead code (GPNID)
` [PATCH 03/10] qla2xxx: Remove dead code (GNN ID)
` [PATCH 04/10] qla2xxx: relocate/rename vp map
` [PATCH 05/10] qla2xxx: edif - Fix performance dip due to lock contention
` [PATCH 07/10] qla2xxx: edif - Reduce memory usage during low IO

[PATCH v12 00/15] Add Multi Circular Queue Support
 2023-01-12  4:30 UTC  (2+ messages)

[PATCH v2 0/3] Several compilation warnings fixes for UFS Advanced RPMB
 2023-01-12  4:37 UTC  (7+ messages)
` [PATCH v2 1/3] scsi: ufs: core: bsg: Fix sometimes-uninitialized warnings
` [PATCH v2 2/3] scsi: core: Fix invisible definition compilation warning
` [PATCH v2 3/3] scsi: ufs: core: bsg: Fix cast to restricted __be16 warning

[PATCH] scsi: libsas: fix an error code in sas_ata_add_dev()
 2023-01-12  4:34 UTC  (3+ messages)

[PATCH] scsi: qla2xxx: Simplify if condition evaluation
 2023-01-12  4:26 UTC  (3+ messages)

[PATCH 0/7] scsi target task management fixes
 2023-01-12  3:11 UTC  (6+ messages)
` [PATCH 5/7] scsi: target: iscsit/isert: stop/wait on cmds during conn close

[PATCH] scsi: megaraid_sas: Use a variable for repeated mem_size computation
 2023-01-11 18:47 UTC 

[PATCH] scsi: fnic: Use a variable for repeated mem_size computation
 2023-01-11 18:26 UTC 

SG_IO ioctl regression
 2023-01-11 17:31 UTC  (4+ messages)

[PATCH v2] lpfc: Handle gracefully failed FLOGI attempts in devloss callback
 2023-01-11 14:08 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] Limits of development
 2023-01-11 14:04 UTC  (4+ messages)

[PATCH] lpfc: Handle gracefully failed FLOGI attempts in devloss callback
 2023-01-11 11:23 UTC 

Słowa kluczowe do wypozycjonowania
 2023-01-11  8:45 UTC 

[PATCH v3 0/5] scsi: mpi3mr: fix issues found by KASAN
 2023-01-10  4:27 UTC  (7+ messages)
` [PATCH v3 1/5] scsi: mpi3mr: remove unnecessary memcpy
` [PATCH v3 2/5] scsi: mpi3mr: fix calculation of valid entry length in alltgt_info
` [PATCH v3 3/5] scsi: mpi3mr: fix alltgt_info copy size
` [PATCH v3 4/5] scsi: mpi3mr: use number of bits to manage bitmap sizes
` [PATCH v3 5/5] scsi: mpi3mr: fix missing mrioc->evtack_cmds initialization

[PATCH v2 0/3] scsi: mpi3mr: fix issues found by KASAN
 2023-01-10  2:03 UTC  (5+ messages)
` [PATCH v2 1/3] scsi: mpi3mr: fix alltgt_info copy size in mpi3mr_get_all_tgt_info

[PATCH] scsi: qla2xxx: Use a variable for repeated mem_size computation
 2023-01-08 20:38 UTC 

[PATCH v2] scsi: Replace printk+WARN_ON by WARN macro
 2023-01-08 20:13 UTC 

[PATCH] scsi: Replace printk+WARN_ON by WARN macro
 2023-01-08 19:13 UTC 

[PATCH] scsi: Remove unnecessary semicolon
 2023-01-08 18:48 UTC 

[PATCH v4 00/15] scsi: Add struct for args to execution functions
 2023-01-08 17:52 UTC  (2+ messages)

[PATCH v2] scsi: ipr: Convert ipr_probe_ioa_part2 as void
 2023-01-08 16:28 UTC 

[PATCH] scsi: ipr: Convert ipr_probe_ioa_part2 as void
 2023-01-08 15:18 UTC 

[PATCH] scsi: elx: libefc_sli: Optimize the same if/else blocks
 2023-01-07 23:27 UTC 

[PATCH] scsi: qla4xxx: Use sysfs_emit in show function callsbacks
 2023-01-07 20:15 UTC  (4+ messages)

[PATCH] scsi: aic94xx: Use sysfs_emit in show function callsbacks
 2023-01-07 20:13 UTC 

[GIT PULL] SCSI fixes for 6.1-rc2
 2023-01-07 12:49 UTC  (5+ messages)

LSF/MM/BPF: 2023: Call for Proposals
 2023-01-06 15:50 UTC 

[PATCH] scsi: ufs: core: fix devfreq deadlocks
 2023-01-06 14:51 UTC  (8+ messages)
        `  "
          ` (2) "

[PATCH v3 0/7] UFS Advanced RPMB
 2023-01-06 14:47 UTC  (4+ messages)
` [PATCH v3 7/7] ufs: core: Add advanced RPMB support in ufs_bsg

[PATCH] scsi: megaraid_sas: Add flexible array member for SGLs
 2023-01-06 11:49 UTC  (2+ messages)

[bug report] scsi: ufs: core: bsg: Add advanced RPMB support in ufs_bsg
 2023-01-06  9:01 UTC 

[PATCH] scsi: ufs: core: initialize sg_cnt, sg_list
 2023-01-06  8:19 UTC  (2+ messages)

[PATCH] scsi: ips: Replace kmap_atomic() with kmap_local_page()
 2023-01-05 23:24 UTC  (2+ messages)

[PATCH v11 00/16] Add Multi Circular Queue Support
 2023-01-05 16:54 UTC  (3+ messages)

[Bug 204769] New: SCSI devices missing for disks attached to controller
 2023-01-05 16:49 UTC  (3+ messages)
` [Bug 204769] "

[Q] is the amount of residual bytes still not guaranteed for to be available for some old SCSI drivers? (was Re: Update bisect info and new repro code for "[syzbot] WARNING in _copy_from_iter")
 2023-01-05  3:38 UTC 

[PATCH v2 00/11] Misc. qla2xxx driver bug fixes
 2023-01-05  2:54 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).