linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-06-14 02:53:12 to 2019-06-20 00:35:01 UTC [more...]

[PATCH v3 0/7] Hexdump Enhancements
 2019-06-20  0:35 UTC  (15+ messages)
` [PATCH v3 1/7] lib/hexdump.c: Fix selftests
` [PATCH v3 2/7] lib/hexdump.c: Relax rowsize checks in hex_dump_to_buffer
` [PATCH v3 3/7] lib/hexdump.c: Optionally suppress lines of repeated bytes
` [PATCH v3 4/7] lib/hexdump.c: Replace ascii bool in hex_dump_to_buffer with flags
` [PATCH v3 5/7] lib/hexdump.c: Allow multiple groups to be separated by lines '|'
` [PATCH v3 6/7] lib/hexdump.c: Allow multiple groups to be separated by spaces
` [PATCH v3 7/7] lib/hexdump.c: Optionally retain byte ordering

[PATCH V5 00/16] use sg helper to operate scatterlist
 2019-06-19 19:55 UTC  (21+ messages)
` [PATCH V5 01/16] scsi: vmw_pscsi: "
` [PATCH V5 02/16] scsi: advansys: "
` [PATCH V5 03/16] scsi: lpfc: "
` [PATCH V5 04/16] scsi: mvumi: "
` [PATCH V5 05/16] scsi: ipr: "
` [PATCH V5 06/16] scsi: pmcraid: "
` [PATCH V5 07/16] usb: image: microtek: "
` [PATCH V5 08/16] staging: unisys: visorhba: "
` [PATCH V5 09/16] staging: rtsx: "
` [PATCH V5 10/16] s390: zfcp_fc: "
` [PATCH V5 11/16] scsi: aha152x: "
` [PATCH V5 12/16] scsi: imm: "
` [PATCH V5 13/16] scsi: pcmcia: nsp_cs: "
` [PATCH V5 14/16] scsi: ppa: "
` [PATCH V5 15/16] scsi: wd33c93: "
` [PATCH V5 16/16] NCR5380: Support chained sg lists

[PATCH] scsi: osst: Use struct_size() in kzalloc()
 2019-06-19 19:41 UTC 

[PATCH] scsi: virtio_scsi: Use struct_size() helper
 2019-06-19 19:28 UTC 

[PATCH] scsi: fdomain: fix building pcmcia front-end
 2019-06-19 18:36 UTC  (3+ messages)

[PATCH] scsi: vmw_pscsi: Fix use-after-free in pvscsi_queue_lck()
 2019-06-19 15:13 UTC  (2+ messages)

[PATCH v1] scsi: Don't select SCSI_PROC_FS by default
 2019-06-19 14:34 UTC  (10+ messages)

[PATCH] scsi: mvsas: Use struct_size() in kzalloc()
 2019-06-19 14:02 UTC 

[PATCH 0/2] Honor VPD check in usb/storage for SanDisk device
 2019-06-19 12:03 UTC  (14+ messages)
` [PATCH 1/2] scsi: devinfo: BLIST_TRY_VPD_PAGES for SanDisk Cruzer Blade
` [PATCH 2/2] usb: storage: scsiglue: Do not skip VPD if try_vpd_pages is set

[PATCH 0/2] scsi: add support for request batching
 2019-06-19 10:31 UTC  (4+ messages)
` [PATCH 1/2] scsi_host: "

[PATCH 1/1] scsi: virtio_scsi: remove unused 'affinity_hint_set'
 2019-06-19 10:24 UTC  (2+ messages)

[PATCH] scsi: scsi_sysfs.c: Hide wwid sdev attr if VPD is not supported
 2019-06-19  9:57 UTC  (6+ messages)

[PATCH 1/1] scsi: ufs-qcom: Add support for platforms booting ACPI
 2019-06-19  5:42 UTC  (4+ messages)

[PATCH v4 19/28] docs: powerpc: convert docs to ReST and rename to *.rst
 2019-06-19  3:38 UTC  (6+ messages)
` [PATCH v4 23/28] docs: target: "

[PATCH v2] scsi: ufs: Avoid runtime suspend possibly being blocked forever
 2019-06-19  2:51 UTC  (3+ messages)

[PATCH] scsi: megaraid_sas: Use struct_size() helper
 2019-06-19  2:45 UTC  (2+ messages)

[PATCH v2 0/7] NCR5380 drivers: fixes and other improvements
 2019-06-19  2:40 UTC  (8+ messages)
` [PATCH v2 2/7] scsi: NCR5380: Always re-enable reselection interrupt

[PATCH] scsi: storvsc: Add ability to change scsi queue depth
 2019-06-19  1:56 UTC  (5+ messages)

[PATCH] [resend] wd719x: Fix resets and aborts
 2019-06-19  1:45 UTC  (2+ messages)

[PATCH] scsi: tcmu: Simplify 'tcmu_update_uio_info()'
 2019-06-19  1:10 UTC  (3+ messages)

[PATCH] scsi: mpt3sas: Mark expected switch fall-through
 2019-06-19  0:57 UTC  (2+ messages)

[PATCH v2] scsi: libsas, lldds: Use dev_is_expander()
 2019-06-19  0:56 UTC  (2+ messages)

When SME is enabled on Dell PowerEdge R7425(AMD) machine, the first kernel can not successfully boot because of the megaraid_sas failure
 2019-06-18 15:51 UTC  (6+ messages)

properly communicate queue limits to the DMA layer v2
 2019-06-18  0:46 UTC  (18+ messages)
` [PATCH 1/8] scsi: add a host / host template field for the virt boundary
` [PATCH 2/8] scsi: take the DMA max mapping size into account
` [PATCH 3/8] ufshcd: set max_segment_size in the scsi host template
` [PATCH 4/8] storvsc: set virt_boundary_mask "
` [PATCH 5/8] IB/iser: set virt_boundary_mask in the scsi host
` [PATCH 6/8] IB/srp: "
` [PATCH 7/8] mpt3sas: set an unlimited max_segment_size for SAS 3.0 HBAs
` [PATCH 8/8] megaraid_sas: set an unlimited max_segment_size

[PATCH V4 00/16] use sg helper to operate scatterlist
 2019-06-18  0:15 UTC  (40+ messages)
` [PATCH V4 01/16] scsi: vmw_pscsi: "
` [PATCH V4 02/16] scsi: advansys: "
` [PATCH V4 03/16] scsi: lpfc: "
` [PATCH V4 04/16] scsi: mvumi: "
` [PATCH V4 05/16] scsi: ipr: "
` [PATCH V4 06/16] scsi: pmcraid: "
` [PATCH V4 07/16] usb: image: microtek: "
` [PATCH V4 08/16] staging: unisys: visorhba: "
` [PATCH V4 09/16] staging: rtsx: "
` [PATCH V4 10/16] s390: zfcp_fc: "
` [PATCH V4 11/16] scsi: aha152x: "
` [PATCH V4 12/16] scsi: imm: "
` [PATCH V4 13/16] scsi: pcmcia: nsp_cs: "
` [PATCH V4 14/16] scsi: ppa: "
` [PATCH V4 15/16] scsi: wd33c93: "
` [PATCH V4 16/16] NCR5380: Support chained sg lists

[PATCH] megaraid_sas: Delete a redundant memory setting in megasas_alloc_cmds()
 2019-06-17 11:00 UTC 

properly communicate queue limits to the DMA layer
 2019-06-17  9:10 UTC  (7+ messages)
` [PATCH 10/13] megaraid_sas: set virt_boundary_mask in the scsi host

[RFC v2 00/11] DVFS in the OPP core
 2019-06-17  4:26 UTC  (16+ messages)
` [RFC v2 01/11] OPP: Don't overwrite rounded clk rate
` [RFC v2 02/11] OPP: Make dev_pm_opp_set_rate() with freq=0 as valid

[PATCH V3 00/15] use sg helper to operate scatterlist
 2019-06-17  1:14 UTC  (18+ messages)
` [PATCH V3 07/15] usb: image: microtek: "
` [PATCH V3 08/15] staging: unisys: visorhba: "
` [PATCH V3 09/15] s390: zfcp_fc: "
` [PATCH V3 10/15] scsi: aha152x: "
` [PATCH V3 11/15] scsi: imm: "
` [PATCH V3 12/15] scsi: pcmcia: nsp_cs: "
` [PATCH V3 13/15] scsi: ppa: "
` [PATCH V3 14/15] scsi: wd33c93: "
` [PATCH V3 15/15] NCR5380: Support chained sg lists

Bug 7805 strikes again?
 2019-06-15 16:16 UTC 

[GIT PULL] SCSI fixes for 5.2-rc4
 2019-06-15  1:55 UTC  (2+ messages)

[PATCH AUTOSEL 4.4 08/10] scsi: ufs: Check that space was properly alloced in copy_query_response
 2019-06-14 20:30 UTC 

[PATCH -next] scsi: qedi: Make some symbols static
 2019-06-14 15:48 UTC 

[PATCH -next] cxgbit: remove set but not used variable 'ppmax'
 2019-06-14 13:41 UTC  (2+ messages)

[PATCH] scsi: bnx2fc: Check if sense buffer has been allocated during completion
 2019-06-14  9:47 UTC  (2+ messages)

[PATCH v3 0/3] Qualcomm UFS device reset support
 2019-06-14  7:42 UTC  (5+ messages)
` [PATCH v3 2/3] scsi: ufs-qcom: Implement device_reset vops
  ` [EXT] "


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).