linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-22 06:56:06 to 2021-03-24 20:57:42 UTC [more...]

[PATCH 00/11] treewide: address gcc-11 -Wstringop-overread warnings
 2021-03-24 20:50 UTC  (23+ messages)
` [PATCH 01/11] x86: compressed: avoid gcc-11 -Wstringop-overread warning
` [PATCH 02/11] x86: tboot: avoid Wstringop-overread-warning
` [PATCH 03/11] security: commoncap: fix -Wstringop-overread warning
` [PATCH 04/11] ath11: Wstringop-overread warning
` [PATCH 05/11] qnx: avoid -Wstringop-overread warning
` [PATCH 06/11] cgroup: fix -Wzero-length-bounds warnings
` [PATCH 07/11] ARM: sharpsl_param: work around -Wstringop-overread warning
` [PATCH 08/11] atmel: avoid gcc -Wstringop-overflow warning
` [PATCH 09/11] scsi: lpfc: fix gcc -Wstringop-overread warning
` [PATCH 10/11] drm/i915: avoid stringop-overread warning on pri_latency
` [PATCH 11/11] [RFC] drm/i915/dp: fix array overflow warning

[PATCH 00/11] qla2xxx driver bug fixes
 2021-03-24 20:55 UTC  (25+ messages)
` [PATCH 01/11] qla2xxx: Fix IOPS drop seen in some adapters
` [PATCH 02/11] qla2xxx: Add H:C:T info in the log message for fc ports
` [PATCH 03/11] qla2xxx: fix stuck session
` [PATCH 04/11] qla2xxx: consolidate zio threshold setting for both fcp & nvme
` [PATCH 05/11] qla2xxx: Fix use after free in bsg
` [PATCH 06/11] qla2xxx: Fix crash in qla2xxx_mqueuecommand
` [PATCH 07/11] qla2xxx: fix RISC RESET completion polling
` [PATCH 08/11] qla2xxx: fix crash in PCIe error handling
` [PATCH 09/11] qla2xxx: fix mailbox recovery during PCIe error
` [PATCH 10/11] qla2xxx: include AER debug mask to default
` [PATCH 11/11] qla2xxx: Update version to 10.02.00.106-k

[PATCH v2 0/7] pm80xx updates
 2021-03-24 20:04 UTC  (10+ messages)
` [PATCH v2 1/7] pm80xx: Add sysfs attribute to check mpi state
  ` [RFC PATCH] pm80xx: mpiStateText[] can be static
` [PATCH v2 2/7] pm80xx: Add sysfs attribute to track RAAE count
` [PATCH v2 3/7] pm80xx: Add sysfs attribute to track iop0 count
` [PATCH v2 4/7] pm80xx: Add sysfs attribute to track iop1 count
` [PATCH v2 5/7] pm80xx: Completing pending IO after fatal error
` [PATCH v2 6/7] pm80xx: Reset PI and CI memory during re-initialize
` [PATCH v2 7/7] pm80xx: remove global lock from outbound queue processing

[PATCH v2 0/6] scsi: target: tcmu: Allow data block size greater than PAGE_SIZE
 2021-03-24 19:57 UTC  (7+ messages)
` [PATCH v2 1/6] scsi: target: tcmu: Adjust names of variables and definitions
` [PATCH v2 2/6] scsi: target: tcmu: Prepare for PAGE_SIZE != DATA_BLOCK_SIZE
` [PATCH v2 3/6] scsi: target: tcmu: Support DATA_BLOCK_SIZE = N * PAGE_SIZE
` [PATCH v2 4/6] scsi: target: tcmu: Remove function tcmu_get_block_page
` [PATCH v2 5/6] scsi: target: tcmu: Replace block size definitions with new udev members
` [PATCH v2 6/6] scsi: target: tcmu: Make data_pages_per_blk changeable via configFS

[PATCH 0/6] scsi: target: tcmu: Allow data block size greater than PAGE_SIZE
 2021-03-24 19:28 UTC  (7+ messages)
` [PATCH 1/6] scsi: target: tcmu: Adjust names of variables and definitions
` [PATCH 2/6] scsi: target: tcmu: Prepare for PAGE_SIZE != DATA_BLOCK_SIZE
` [PATCH 3/6] scsi: target: tcmu: Support DATA_BLOCK_SIZE = N * PAGE_SIZE
` [PATCH 4/6] scsi: target: tcmu: Remove function tcmu_get_block_page
` [PATCH 5/6] scsi: target: tcmu: Replace block size definitions with new udev members
` [PATCH 6/6] scsi: target: tcmu: Make data_pages_per_blk changeable via configFS

[bisected] 5.12-rc1 hpsa regression: "scsi: hpsa: Correct dev cmds outstanding for retried cmds" breaks hpsa P600
 2021-03-24 18:37 UTC  (4+ messages)
` [PATCH] hpsa: fix boot on ia64 (atomic_t alignment)

[PATCH 1/1] scsi: target: fix htmldocs warning in target_submit_prep
 2021-03-24 18:15 UTC  (2+ messages)

start removing block bounce buffering support
 2021-03-24 18:13 UTC  (8+ messages)
` [PATCH 7/8] block: refactor the bounce buffering code

[REGRESSION] pm8001: Adaptec 6805H fails to initialize after v5.10.0
 2021-03-24 18:06 UTC  (4+ messages)

[PATCH v2 1/2] target: pscsi: avoid OOM in pscsi_map_sg()
 2021-03-24 17:24 UTC  (6+ messages)
` [PATCH v2 2/2] target: pscsi: cleanup after failure "

[PATCH v6 00/10] Add Host control mode to HPB
 2021-03-24 12:44 UTC  (16+ messages)
` [PATCH v6 01/10] scsi: ufshpb: Cache HPB Control mode on init
` [PATCH v6 02/10] scsi: ufshpb: Add host control mode support to rsp_upiu
` [PATCH v6 03/10] scsi: ufshpb: Add region's reads counter
` [PATCH v6 04/10] scsi: ufshpb: Make eviction depends on region's reads
` [PATCH v6 05/10] scsi: ufshpb: Region inactivation in host mode
` [PATCH v6 06/10] scsi: ufshpb: Add hpb dev reset response
` [PATCH v6 07/10] scsi: ufshpb: Add "Cold" regions timer
` [PATCH v6 08/10] scsi: ufshpb: Limit the number of inflight map requests
` [PATCH v6 09/10] scsi: ufshpb: Add support for host control mode
` [PATCH v6 10/10] scsi: ufshpb: Make host mode parameters configurable

[PATCH] scsi: pm8001: avoid -Wrestrict warning
 2021-03-24 10:56 UTC  (2+ messages)

[PATCH v31 0/4] scsi: ufs: Add Host Performance Booster Support
 2021-03-24  9:37 UTC  (20+ messages)
  ` [PATCH v31 4/4] scsi: ufs: Add HPB 2.0 support
  ` [PATCH v31 2/4] scsi: ufs: L2P map management for HPB read
          `  "

[PATCH] scsi: lpfc: A mundane typo fix
 2021-03-24  6:48 UTC 

[PATCH] scsi: esp_scsi: Trivial typo fixes
 2021-03-24  6:13 UTC 

[PATCH] target: pscsi: avoid OOM in pscsi_map_sg()
 2021-03-23 21:25 UTC  (6+ messages)

[PATCH v12 0/2] Enable power management for ufs wlun
 2021-03-23 19:19 UTC  (7+ messages)
` [PATCH v12 1/2] scsi: ufs: Enable power management for wlun

[PATCH] Fix fnic driver to remove bogus ratelimit messages
 2021-03-23 18:31 UTC  (2+ messages)

[PATCH] target: pscsi: avoid Wempty-body warning
 2021-03-23 17:24 UTC  (9+ messages)

[PATCH] md/dm-mpath: check whether all pgpaths have same uuid in multipath_ctr()
 2021-03-23 17:11 UTC  (5+ messages)
  `  "

__scsi_remove_device: fix comments minor error
 2021-03-23 16:29 UTC  (2+ messages)

[PATCH] target: Fix a double put in transport_free_session
 2021-03-23 16:28 UTC  (2+ messages)

[RFC] scsi_debug: add hosts initialization --> worker
 2021-03-23 15:29 UTC  (3+ messages)
` [scsi_debug] 20b58d1e6b: blktests.block.001.fail

[PATCH V2 0/3] scsi: ufs: Add a vops to configure VCC voltage level
 2021-03-23 15:28 UTC  (3+ messages)
` [PATCH V2 3/3] scsi: ufs-qcom: configure VCC voltage level in vendor file

[PATCH] drivers: scsi: Remove duplicate include of blkdev.h
 2021-03-23  4:26 UTC  (2+ messages)

[PATCH] scsi: fix a error refcount get in pcie_device_make_active
 2021-03-23  2:35 UTC 

[PATCH V2] scsi: iscsi_tcp: Fix use-after-free when do get_host_param
 2021-03-23  1:19 UTC  (3+ messages)

[Bug 212337] New: scsi_debug: race at module load and module unload
 2021-03-23  0:38 UTC  (6+ messages)
` [Bug 212337] "

[PATCH V4] iscsi: Do Not set param when sock is NULL
 2021-03-23  0:11 UTC  (3+ messages)

[PATCH] scsi: bfa: Fix a typo in two places
 2021-03-22 22:43 UTC  (2+ messages)

Isssues with very large LUN count servers and booting becoming more and more of a problem
 2021-03-22 21:02 UTC 

[PATCH v2 0/2] target: Introduce dummy devices
 2021-03-22 20:09 UTC  (3+ messages)
` [PATCH v2 1/2] target: Add the DUMMY flag to rd_mcp
` [PATCH v2 2/2] target: Make the virtual LUN 0 device dummy

[PATCH] scsi: scsi_dh: Fix a typo
 2021-03-22 19:41 UTC  (2+ messages)

[PATCH] scsi: bnx2fc: Fix a typo
 2021-03-22 19:40 UTC  (2+ messages)

[PATCH] scsi: lpfc: Fix some typo error
 2021-03-22 18:59 UTC  (2+ messages)

[PATCH 0/2] target: Introduce dummy devices
 2021-03-22 18:57 UTC  (4+ messages)
` [PATCH 1/2] target: Add the DUMMY flag to rd_mcp

[PATCH v2 0/7] target: make tpg/enable attribute
 2021-03-22 17:55 UTC  (12+ messages)
` [PATCH v2 1/7] target: core: add common "
` [PATCH v2 2/7] target: iscsi: replace enable attr to ops.enable
` [PATCH v2 3/7] target: qla2xx: "
` [PATCH v2 4/7] target: sbp: "
` [PATCH v2 5/7] target: srpt "
` [PATCH v2 6/7] target: ibm_vscsi: "
` [PATCH v2 7/7] target: usb: "

[PATCH] scsi: fcoe: fix mismatched fcoe_wwn_from_mac declaration
 2021-03-22 16:46 UTC 

[PATCH v3 0/7] qla2xxx patches for kernel v5.12 and v5.13
 2021-03-22 15:47 UTC  (5+ messages)
` [PATCH v3 6/7] qla2xxx: Always check the return value of qla24xx_get_isp_stats()
` [PATCH v3 7/7] qla2xxx: Check kzalloc() return value

[PATCH 0/6] dma mapping/iommu: Allow IOMMU IOVA rcache range to be configured
 2021-03-22 15:01 UTC  (6+ messages)
` [PATCH 1/6] iommu: Move IOVA power-of-2 roundup into allocator

[PATCH] scsi: qedi: fix error return code of qedi_alloc_global_queues()
 2021-03-22 14:43 UTC  (2+ messages)
` [EXT] "

[PATCH] mvsas: avoid -Wempty-body warning
 2021-03-22 10:33 UTC 

[PATCH 1/2] aic94xx: avoid -Wempty-body warning
 2021-03-22 10:25 UTC  (2+ messages)
` [PATCH 2/2] scsi: message: fusion: avoid -Wempty-body warnings

[PATCH v2] scsi: libsas: Reset num_scatter if libata mark qc as NODATA
 2021-03-22  8:40 UTC  (4+ 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).