linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-03-23 11:28:40 to 2013-04-08 17:41:16 UTC [more...]

[PATCH 0/3] PCI: Handle device quirks when accessing sysfs resource<N> entries
 2013-04-08 17:41 UTC  (10+ messages)
` [PATCH 2/3] "
` [PATCH 3/3] PCI, scsi, ahci: Unify usages of 0x1b4b vendor ID to use PCI_VENDOR_ID_MARVELL_EXT

scanning for LUNs
 2013-04-08 17:34 UTC  (5+ messages)

mpt2sas + raid10 goes boom
 2013-04-08 17:02 UTC  (2+ messages)

[PATCH] scsi: fix null pointer dereference in sd_revalidate_disk
 2013-04-08 16:39 UTC  (2+ messages)

[PATCH 0/4] scsi: 64-bit LUN support
 2013-04-08 15:37 UTC  (12+ messages)

[PATCH V7 0/5] virtio-scsi multiqueue
 2013-04-08 13:36 UTC  (14+ messages)
` [PATCH V7 1/5] virtio-scsi: redo allocation of target data
` [PATCH V7 2/5] virtio-scsi: pass struct virtio_scsi to virtqueue completion function
` [PATCH V7 3/5] virtio-scsi: push vq lock/unlock into virtscsi_vq_done
` [PATCH V7 4/5] virtio-scsi: introduce multiqueue support
` [PATCH V7 5/5] virtio-scsi: reset virtqueue affinity when doing cpu hotplug

mpt2sas + raid10 goes boom
 2013-04-08 13:32 UTC  (3+ messages)

[PATCH][RFC] scsi: Use W_LUN for scanning
 2013-04-07 17:37 UTC  (8+ messages)

[PATCH v10 0/9] More device removal fixes
 2013-04-07 15:05 UTC  (10+ messages)
` [PATCH v10 1/9] Fix race between starved list processing and device removal
` [PATCH v10 2/9] Remove get_device() / put_device() pair from scsi_request_fn()
` [PATCH v10 3/9] Avoid calling __scsi_remove_device() twice
` [PATCH v10 4/9] Disallow changing the device state via sysfs into "deleted"
` [PATCH v10 5/9] Avoid saving/restoring interrupt state inside scsi_remove_host()
` [PATCH v10 6/9] Make scsi_remove_host() wait until error handling finished
` [PATCH v10 7/9] Avoid that scsi_device_set_state() triggers a race
` [PATCH v10 8/9] Save and restore host_scribble during error handling
` [PATCH v10 9/9] Avoid reenabling I/O after the transport became offline

[OT] LDD3 Query
 2013-04-07 13:09 UTC  (3+ messages)

[PATCH] drivers/scsi/cxgbi: correcting the include path, so can pass compiling
 2013-04-07  3:17 UTC  (7+ messages)
        ` [PATCH] drivers/scsi/cxgbi: using ccflags-y instead of EXTRA_CFLAGS in Kbuild

Congratulations Winner
 2013-04-06 13:34 UTC 

400,000.00 USD GRANT MONEY FOR YOU:
 2013-04-06 10:42 UTC 

[PATCH V2 01/18] be2iscsi: Fix lack of uninitialize pattern to FW
 2013-04-06  3:38 UTC  (19+ messages)
` [PATCH V2 02/18] be2iscsi: Fix returning Failure when MBX fails with Insufficient buffer error
` [PATCH V2 03/18] be2iscsi: Fix MBX Command issues
` [PATCH V2 04/18] be2iscsi: Fix MSIX support in SKH-R to 32
` [PATCH V2 05/18] be2iscsi: Fix freeing CXN specific driver resources
` [PATCH V2 06/18] be2iscsi: Fix MACRO for checking the adapter type
` [PATCH V2 07/18] be2iscsi: Fix support for DEFQ extension
` [PATCH V2 08/18] be2iscsi: Fix displaying the FW Version from driver
` [PATCH V2 09/18] be2iscsi: Fix displaying the Active Session Count "
` [PATCH V2 10/18] be2iscsi: Fix the Port Link Status issue
` [PATCH V2 11/18] be2iscsi : Fix the NOP-In handling code path
` [PATCH V2 12/18] be2iscsi: Fix dynamic CID allocation Mechanism in driver
` [PATCH V2 13/18] be2iscsi: Fix checking Adapter state while establishing CXN
` [PATCH V2 14/18] be2scsi: Fix the copyright information
` [PATCH V2 15/18] be2iscsi: Fix the session cleanup when reboot/shutdown happens
` [PATCH V2 16/18] be2iscsi: Fix possible reentrancy issue in be_iopoll
` [PATCH V2 17/18] be2iscsi: Fix issue in passing the exp_cmdsn and max_cmdsn
` [PATCH V2 18/18] be2iscsi: Bump the driver version
` be2iscsi: Patchset for be2iscsi

[PATCH] scsi-dh-emc: fix activate vs set_params race
 2013-04-05 21:27 UTC  (4+ messages)
` [dm-devel] "

[PATCH] scsi_transport_fc: Make 'port_state' writeable
 2013-04-05 15:14 UTC  (15+ messages)

[PATCH] [SCSI] Automatic LUN removal
 2013-04-05 15:02 UTC  (3+ messages)
` [PATCH] [SCSI] sd: Do not return success from init_sd if DIF mempool allocation fails

[PATCH 0/5] qla4xxx: Updates for scsi "misc" branch
 2013-04-05 11:06 UTC  (6+ messages)
` [PATCH 1/5] qla4xxx: Use correct flash ddb offset for ISP40XX
` [PATCH 2/5] qla4xxx: Restrict logout from boot target session using session id
` [PATCH 3/5] qla4xxx: Use correct value for max flash node entries
` [PATCH 4/5] qla4xxx: Added print statements to display AENs
` [PATCH 5/5] qla4xxx: Update driver version to 5.03.00-k8

[RFC-v3 0/9] Add support for iSCSI Extensions for RDMA (ISER) target mode
 2013-04-04 22:23 UTC  (16+ messages)
` [RFC-v3 1/9] target: Add export of target_get_sess_cmd symbol
` [RFC-v3 2/9] iscsi-target: Add iscsit_transport API template
` [RFC-v3 3/9] iscsi-target: Initial traditional TCP conversion to iscsit_transport
` [RFC-v3 4/9] iscsi-target: Add iser-target parameter keys + setup during login
` [RFC-v3 5/9] iscsi-target: Add per transport iscsi_cmd alloc/free
` [RFC-v3 6/9] iscsi-target: Refactor RX PDU logic + export request PDU handling
  ` [RFC-v3 7/9] iscsi-target: Refactor TX queue logic + export response PDU creation
` [RFC-v3 8/9] iscsi-target: Add iser network portal attribute
` [RFC-v3 9/9] iser-target: Add iSCSI Extensions for RDMA (iSER) target driver

[PATCH v2 00/14] Corrections and customization of the SG_IO command whitelist (CVE-2012-4542)
 2013-04-04 18:18 UTC  (4+ messages)
  ` PING^2 "
    ` PING^3 "

[dm-devel] [PATCH] [RESEND] scsi_dh_alua: Add module parameter to allow failover to non preferred path without STPG
 2013-04-04 14:54 UTC 

[PATCH] isci: add CONFIG_PM_SLEEP to suspend/resume functions
 2013-04-04  8:50 UTC  (2+ messages)

[PATCH 01/15] pm80xx: fix for memory region free
 2013-04-04  6:27 UTC  (3+ messages)

[PATCH] [SCSI] sd: workaround invalid OPTIMAL TRANSFER LENGTH
 2013-04-03 20:38 UTC  (2+ messages)

[PATCH] [SCSI] libsas: fix handling vacant phy in sas_set_ex_phy()
 2013-04-03  8:27 UTC 

[RFC-v2 00/12] Add support for iSCSI Extensions for RDMA (ISER) target
 2013-04-02 22:36 UTC  (12+ messages)
` [RFC-v2 10/12] iser-target: Add logic for verbs
` [RFC-v2 11/12] iser-target: Add logic for core

[PATCH] scsi_dh_alua: Add module parameter to allow failover to non preferred path without STPG
 2013-04-02 12:38 UTC  (5+ messages)

error handler scheduling
 2013-04-02  7:43 UTC  (5+ messages)

fcoe pull-request 3.9-rc5
 2013-04-01 19:05 UTC 

[PATCH 1/1] ibmvscsi: Fix slave_configure deadlock
 2013-04-01 14:49 UTC  (2+ messages)

qla2xxx: issues when creating a new target port
 2013-03-30 21:42 UTC  (5+ messages)

[GIT PULL] target fixes for v3.9-rc5
 2013-03-30 19:43 UTC 

Offer to Attend Events for AMD
 2013-03-29 16:52 UTC 

[patch] scsi_dh_hp_sw.c: return DEV_OFFLINED when blk_get_request fails
 2013-03-28 21:52 UTC  (3+ messages)

[PATCH 5/6] scsi: replace obsolete NLMSG_* with type safe nlmsg_*
 2013-03-28 18:28 UTC  (6+ messages)

[PATCH 0/5] qla2xxx: Patches for scsi "misc" branch
 2013-03-28 12:21 UTC  (6+ messages)
` [PATCH 1/5] qla2xxx: Enhancements to support ISPFx00
` [PATCH 2/5] qla2xxx: Remove duplicated include form qla_isr.c
` [PATCH 3/5] qla2xxx: Add clarifying printk to thermal access fail cases
` [PATCH 4/5] qla2xxx: Obtain loopback iteration count from bsg request
` [PATCH 5/5] qla2xxx: Update the driver version to 8.05.00.03-k

block: Allow merging of tail pages into the last segment
 2013-03-28  9:38 UTC  (3+ messages)
` [PATCH v3 1/2] block: factor out vector mergeable decision to a helper function
` [PATCH v3 2/2] block: modify __bio_add_page check to accept pages that don't start a new segment

[PATCH v12 0/5] block layer runtime pm
 2013-03-28  8:54 UTC  (3+ messages)

[PATCH 01/15] be2iscsi: Fix lack of uninitialize pattern to FW
 2013-03-27 20:19 UTC  (4+ messages)
` [PATCH 08/15] be2iscsi: Fix displaying the FW Version from driver

[PATCH 04/22] block: Convert bio_for_each_segment() to bvec_iter
 2013-03-27 17:39 UTC 

MY GOOD FRIEND!
 2013-03-27  8:10 UTC 

[PATCH] block,scsi: verify return pointer from blk_get_request
 2013-03-26 22:34 UTC  (3+ messages)
` [PATCH v2] block: handle pointer error "
  ` [PATCH v3] "

[PATCH V3 05/12] pm80xx: MSI-X implementation for using 64 interrupts
 2013-03-26  7:59 UTC  (2+ messages)

[PATCH] scsi/lpfc: add return code FAST_IO_FAIL in lpfc_abort_handler() comments
 2013-03-26  7:31 UTC 

[PATCH 1/3] scsi_transport_iscsi: Declare portal type string macros for generic use
 2013-03-26  1:37 UTC  (3+ messages)
` [PATCH 2/3] qla4xxx: Replace dev type macros with generic portal type macros

fcoe pull-request 3.9-rc
 2013-03-25 23:38 UTC 

[PATCH 0/5] libfc, bnx2fc, fcoe fixes for 3.9-rc
 2013-03-25 23:36 UTC  (6+ messages)
` [PATCH 1/5] bnx2fc: Make the fcoe_cltr the SCSI host parent
` [PATCH 2/5] fcoe: Fix deadlock between create and destroy paths
` [PATCH 3/5] libfc, fcoe, bnx2fc: Always use fcoe_disc_init for discovery layer initialization
` [PATCH 4/5] libfc, fcoe, bnx2fc: Split fc_disc_init into fc_disc_{init, config}
` [PATCH 5/5] libfcoe: Fix fcoe_sysfs VN2VN mode

[PATCH RESEND v2] block: modify __bio_add_page check to accept pages that don't start a new segment
 2013-03-25 19:40 UTC  (4+ messages)

megaraid_sas (H710), fast SSD's, poor RAID0 performance
 2013-03-25 15:57 UTC 

[PATCH] block: modify __bio_add_page check to accept pages that don't start a new segment
 2013-03-25 13:31 UTC  (4+ messages)

[PATCH 0/4] qla4xxx: Patches for iSCSI flash node mgmt support
 2013-03-25 12:29 UTC  (2+ messages)

[patch -next] csiostor: off by one error
 2013-03-25 12:00 UTC  (2+ messages)

[PATCH 0/5] qla2xxx: Patches for 3.9-rc
 2013-03-25  6:21 UTC  (6+ messages)
` [PATCH 1/5] Revert "qla2xxx: Add setting of driver version string for vendor application."
` [PATCH 2/5] qla2xxx: Fix crash during firmware dump procedure
` [PATCH 3/5] qla2xxx: Update copyright information in LICENSE.qla2xxx file
` [PATCH 4/5] qla2xxx: Remove debug code that msleeps for random duration
` [PATCH 5/5] qla2xxx: Update the driver version to 8.04.00.13-k

[GIT PULL] target fixes for v3.9-rc4
 2013-03-23 23:50 UTC 


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