public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-05-19 01:40:37 to 2017-05-24 00:33:49 UTC [more...]

[PATCH 00/31] SCSI patches for kernel v4.13
 2017-05-24  0:33 UTC 

Need help with handling failed ATA pass-through command and sense data
 2017-05-23 18:34 UTC  (2+ messages)

[PATCH v9 00/15] Replace PCI pool by DMA pool API
 2017-05-23 15:26 UTC  (20+ messages)
` [PATCH v9 01/15] block: DAC960: Replace PCI pool old API
` [PATCH v9 02/15] dmaengine: pch_dma: "
` [PATCH v9 03/15] IB/mthca: "
` [PATCH v9 04/15] net: e100: "
` [PATCH v9 09/15] scsi: csiostor: "
  ` [PATCH v9 05/15] mlx4: "
  ` [PATCH v9 06/15] mlx5: "
  ` [PATCH v9 07/15] wireless: ipw2200: "
  ` [PATCH v9 08/15] scsi: be2iscsi: "
  ` [PATCH v9 10/15] scsi: lpfc: "
  ` [PATCH v9 11/15] scsi: megaraid: "
  ` [PATCH v9 15/15] PCI: Remove PCI pool macro functions
` [PATCH v9 12/15] scsi: mpt3sas: Replace PCI pool old API
` [PATCH v9 13/15] scsi: mvsas: "
` [PATCH v9 14/15] scsi: pmcraid: "

[PATCH] scsi: lpfc: prevent potential null pointer dereference
 2017-05-23 15:09 UTC 

[PATCH] qla2xxx: don't disable a not previously enabled PCI device
 2017-05-23 14:50 UTC 

[PATCH blktests v2 0/3] Add SCSI generic test group
 2017-05-23 14:46 UTC  (10+ messages)
` [PATCH blktests v2 1/3] Add ability to build test-cases
` [PATCH blktests v2 2/3] tests/sg: add SCSI generic test grouop
` [PATCH blktests v2 3/3] sg/001: add regression test for syzcaller generated GPF in sg_read path

[PATCH 00/15] qedf: Update driver to version 8.18.22.0
 2017-05-23 13:19 UTC  (16+ messages)
` [PATCH 01/15] qedf: Enable basic FDMI information
` [PATCH 02/15] qedf: Update copyright to 2017
` [PATCH 03/15] qedf: Honor qed_ops->common->set_fp_int() return code
` [PATCH 04/15] qedf: Look at all descriptors when processing a clear virtual link
` [PATCH 05/15] qedf: Check that fcport is offloaded before dereferencing pointers in initiate_abts|cleanup
` [PATCH 06/15] qedf: Add fka_period SCSI host attribute to show fip keep alive period
` [PATCH 07/15] qedf: Set qed logging level to QED_LEVEL_NOTICE
` [PATCH 08/15] qedf: Use same logic for SCSI host reset and FC lip_reset
` [PATCH 09/15] qedf: Add bus_reset No-op
` [PATCH 10/15] qedf: Add non-offload receive filters
` [PATCH 11/15] qedf: Fixup unnecessary paratheses around test_bit operations
` [PATCH 12/15] qedf: Move some prints to a debug level so they do not print when no debugging is enabled
` [PATCH 13/15] qedf: Change cmd_per_lun in scsi_host_template to 32 to increase performance
` [PATCH 14/15] qedf: Add change_queue_depth member to scsi_host_template()
` [PATCH 15/15] qedf: Update version number to 8.18.22.0

[PATCH] csiostor: Avoid content leaks and casts
 2017-05-23  9:30 UTC  (4+ messages)

[PATCH] scsi: hisi_sas: add null check before indirect pointer dereference
 2017-05-23  7:43 UTC  (2+ messages)

[PATCH] qla2xxx: Remove an unused structure member
 2017-05-23  7:20 UTC  (2+ messages)

[PATCH 0/2] Enhance libsas hotplug feature
 2017-05-23  6:39 UTC  (7+ messages)
` [PATCH 1/2] libsas: Don't process sas events in static works
` [PATCH 2/2] libsas: Enhance libsas hotplug

[PATCH 00/25] qla2xxx: Bug fixes and cleanups
 2017-05-22 22:14 UTC  (44+ messages)
` [PATCH 01/25] qla2xxx: Fix Target mode configuration for ISP25XX
` [PATCH 02/25] qla2xxx: Remove redundant fc_host_port_name call
` [PATCH 03/25] qla2xxx: Allow ABTS RX, RIDA on ATIOQ for ISP83XX/27XX
` [PATCH 04/25] qla2xxx: Replace usage of spin_lock with spin_lock_irqsave
` [PATCH 05/25] qla2xxx: Fix number of queue pairs creation for MQ
` [PATCH 06/25] qla2xxx: Reduce excessive debug print during 27xx fwdump
` [PATCH 07/25] qla2xxx: Allow fwdump template T262 to specify same start/end
` [PATCH 08/25] qla2xxx: Set bit 15 for DIAG_ECHO_TEST MBC
` [PATCH 09/25] qla2xxx: Fix mailbox pointer error in classic fwdump
` [PATCH 10/25] qla2xxx: Prevent null pointer dereference of ctx
` [PATCH 11/25] qla2xxx: Include Exchange offload/Extended Login into FW dump
` [PATCH 12/25] qla2xxx: Fix path recovery
` [PATCH 13/25] tcm_qla2xxx: Do not allow aborted cmd to advance
` [PATCH 14/25] qla2xxx: Use flag PFLG_DISCONNECTED
` [PATCH 15/25] qla2xxx: Convert 32-bit LUN usage to 64-bit
` [PATCH 16/25] qla2xxx: Fix name server relogin
` [PATCH 17/25] qla2xxx: Cleanup debug messager IDs
` [PATCH 18/25] qla2xxx: Turn on FW option for exchange check
` [PATCH 19/25] qla2xxx: Replace ql2xexchoffld & ql_dm_tgt_ex_pct parameter
` [PATCH 20/25] qla2xxx: Remove redundant code
` [PATCH 21/25] qla2xxx: Remove redundant wait when target is stopped
` [PATCH 22/25] qla2xxx: Enable auto SCSI BUSY status for target mode
` [PATCH 23/25] qla2xxx: Remove unused irq_cmd_count field
` [PATCH 24/25] qla2xxx: Remove extra register read
` [PATCH 25/25] qla2xxx: Simplify debug printing of portid

work queue of scsi fc transports should be serialized
 2017-05-22 20:04 UTC  (4+ messages)

[PATCH 00/18] Unify and simplify SCSI request initialization
 2017-05-22 17:15 UTC  (49+ messages)
` [PATCH 01/18] block: Introduce blk_queue_cmd_size()
` [PATCH 02/18] bsg: Check private request size before attaching to a queue
` [PATCH 03/18] pktcdvd: "
` [PATCH 04/18] cdrom: "
` [PATCH 05/18] nfsd: Check private request size before submitting a SCSI request
` [PATCH 06/18] scsi: Make scsi_ioctl_reset() pass the request queue pointer to blk_rq_init()
` [PATCH 07/18] block: Introduce request_queue.initialize_rq_fn()
` [PATCH 08/18] block: Make scsi_req_init() calls implicit
` [PATCH 09/18] scsi: Change argument type of scsi_req_init()
` [PATCH 10/18] scsi: Only add commands to the device command list if required by the LLD
` [PATCH 11/18] scsi: Move most of scsi_init_command() into scsi_initialize_rq()
` [PATCH 12/18] scsi: Inline scsi_init_command()
` [PATCH 13/18] scsi: Move sense buffer pointer initialization into scsi_initialize_rq()
` [PATCH 14/18] scsi: Make scsi_initialize_rq() zero the entire struct scsi_cmnd
` [PATCH 15/18] scsi: storvsc: Initialize driver-private command before using it
` [PATCH 16/18] scsi-mq: Make behavior scsi_mq_prep_fn() closer to that of scsi_prep_fn()
` [PATCH 17/18] scsi: Consolidate more initialization code
` [PATCH 18/18] scsi_setup_fs_cmnd(): Call scsi_req_init() instead of open-coding it

[PATCH] scsi: cxgbi: add null check before pointer dereference
 2017-05-22 16:03 UTC 

[PATCH] scsi: smartpqi: mark PM functions as __maybe_unused
 2017-05-22 12:49 UTC  (4+ messages)

Viable partnership request
 2017-05-18 16:06 UTC 

(unknown),
 2017-05-21 20:35 UTC 

[PATCH v2 0/4] failover fixes for scsi_dh_alua
 2017-05-21  7:19 UTC  (7+ messages)
` [PATCH v2 3/4] scsi_dh_alua: do not call BUG_ON when updating port group

[PATCH blktests 0/3] Add SCSI generic test group
 2017-05-21  7:03 UTC  (6+ messages)

[PATCH] Use ctlr directly in rdac_failover_get()
 2017-05-21  6:54 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH] lpfc: nvmet_fc: fix format string
 2017-05-21  0:43 UTC  (4+ messages)

(unknown),
 2017-05-20 16:22 UTC 

(unknown),
 2017-05-20 11:47 UTC 

[PATCH 1/2] scsi: nsp32: add __printf attribute to logging functions
 2017-05-20 11:35 UTC  (3+ messages)
` [PATCH 2/2] pcmcia: nsp_cs: "

[GIT PULL] SCSI fixes for 4.12-rc1
 2017-05-19 22:15 UTC 

[Bug 195285] New: qla2xxx FW immediatly crashing after target start
 2017-05-19 16:44 UTC  (5+ messages)
` [Bug 195285] "

HELLO!!!!!
 2017-05-19 15:54 UTC 

[PATCH 0/7]qedi: Bug fixes
 2017-05-19  8:33 UTC  (8+ messages)
` [PATCH 1/7] qedi: Fix bad pte call trace when iscsiuio is stopped
` [PATCH 2/7] qedi: Correctly set firmware max supported BDs
` [PATCH 3/7] qedi: Set dma_boundary to 0xfff
` [PATCH 4/7] qedi: Fix endpoint NULL panic in qedi_set_path
` [PATCH 5/7] qedi: Set firmware tcp msl timer value
` [PATCH 6/7] qedi: set max_fin_rt default value
` [PATCH 7/7] qedi: Fix endpoint NULL panic during recovery

[PATCH 0/2] storvsc: changes for scsi next
 2017-05-19  1:59 UTC  (2+ messages)

[PATCH v2] scsi: csiostor: add support for Chelsio T6 adapters
 2017-05-19  1:56 UTC  (2+ messages)

[PATCH v2] scsi: zero per-cmd private driver data for each MQ I/O
 2017-05-19  1:45 UTC  (2+ messages)

[PATCH] scsi: libiscsi: use kvzalloc for iscsi_pool_init
 2017-05-19  1:40 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