public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-03-06 18:13:54 to 2013-03-14 11:58:35 UTC [more...]

[RFC 00/11] Add support for iSCSI Extentions for RDMA (ISER) target
 2013-03-14 11:58 UTC  (24+ messages)
` [RFC 01/11] iscsi-target: Add iscsit_transport API template
` [RFC 02/11] iscsi-target: Initial traditional TCP conversion to iscsit_transport
` [RFC 03/11] iscsi-target: Add iser-target parameter keys + setup during login
  ` [RFC 04/11] iscsi-target: Add per transport iscsi_cmd alloc/free
  ` [RFC 06/11] iscsi-target: Refactor TX queue logic + export response PDU creation
` [RFC 05/11] iscsi-target: Refactor RX PDU logic + export request PDU handling
` [RFC 07/11] iscsi-target: Add iser network portal attribute
` [RFC 08/11] iser-target: Add base + proto includes
` [RFC 09/11] iser-target: Add logic for verbs
` [RFC 10/11] iser-target: Add logic for core
` [RFC 11/11] iser-target: Add Makefile + Kconfig

[PATCH V2 05/12] pm80xx: MSI-X implementation for using 64 interrupts
 2013-03-14 11:20 UTC  (2+ messages)

[RESEND] [PATCH 05/13] pm80xx: MSI-X implementation for using 64 interrupts
 2013-03-14 11:09 UTC  (3+ messages)

[PATCH V2 12/12] pm80xx: thermal, sas controller config and error handling update
 2013-03-14 11:07 UTC 

[PATCH V2 11/12] pm80xx: NCQ error handling changes
 2013-03-14 11:07 UTC 

[PATCH V2 10/12] pm80xx: WWN Modification for PM8081/88/89 controllers
 2013-03-14 11:06 UTC 

[PATCH V2 09/12] pm80xx: Changed module name and debug messages update
 2013-03-14 11:06 UTC 

[PATCH V2 08/12] pm80xx: Firmware flash memory free fix, with addition of new memory region for it
 2013-03-14 11:05 UTC 

[PATCH V2 07/12] pm80xx: SPC new firmware changes for device id 0x8081 alone
 2013-03-14 11:05 UTC 

[PATCH V2 06/12] pm80xx: Added SPCv/ve specific hardware functionalities and, relevant changes in common files
 2013-03-14 11:04 UTC 

[PATCH V2 04/12] pm80xx: Updated common functions common for SPC and SPCv/ve
 2013-03-14 11:03 UTC 

[PATCH V2 03/12] pm80xx: Multiple inbound/outbound queue configuration
 2013-03-14 11:02 UTC 

[PATCH V2 02/12] pm80xx: Added SPCv/ve specific ids, variables and modify for SPC
 2013-03-14 11:01 UTC 

[PATCH V2 01/12] pm80xx: fix for memory region free
 2013-03-14 11:01 UTC 

[PATCH V2 00/12] Support for PMC 8081/8088/8089 controllers
 2013-03-14 10:57 UTC 

YOUR REF:BT:12052011/20
 2013-03-14  5:31 UTC 

[PATCH net-next 00/22] Add support for Chelsio T5 adapter
 2013-03-13 22:54 UTC  (28+ messages)
` [PATCH net-next 01/22] cxgb4: Add register definations for T5
` [PATCH net-next 02/22] cxgb4: Add macros, structures and inline functions "
` [PATCH net-next 03/22] cxgb4: Initialize T5
  ` [PATCH net-next 04/22] cxgb4: Dump T5 registers
  ` [PATCH net-next 05/22] cxgb4: Add T5 write combining support
  ` [PATCH net-next 07/22] cxgb4: Add T5 debugfs support
  ` [PATCH net-next 08/22] cxgb4: Add T5 PCI ids
` [PATCH net-next 06/22] cxgb4: Enable doorbell drop recovery only for T4 adapter
` [PATCH net-next 09/22] cxgb4: Update driver version and description
` [PATCH net-next 10/22] cxgb4: Disable SR-IOV support for PF4-7 for T5
` [PATCH net-next 11/22] cxgb4vf: Add support for Chelsio T5 adapter
` [PATCH net-next 12/22] RDMA/cxgb4: Add Support "
` [PATCH net-next 13/22] RDMA/cxgb4: Turn off db coalescing when RDMA QPs are in use
` [PATCH net-next 14/22] RDMA/cxgb4: Add module_params to enable DB FC & Coalescing on T5
` [PATCH net-next 15/22] RDMA/cxgb4: Use DSGLs for fastreg and adapter memory writes for T5
` [PATCH net-next 16/22] RDMA/cxgb4: Map pbl buffers for dma if using DSGL
` [PATCH net-next 17/22] RDMA/cxgb4: Bump tcam_full stat and WR reply timeout
` [PATCH net-next 18/22] RDMA/cxgb4: Fix onchip queue support for T5
` [PATCH net-next 19/22] csiostor: Segregate T4 adapter operations
` [PATCH net-next 20/22] csiostor: Add T5 "
` [PATCH net-next 21/22] csiostor: Header file modifications for chip support and bug fixes
` [PATCH net-next 22/22] csiostor: Cleanup chip specific operations

[PATCH 01/15] be2iscsi: Fix lack of uninitialize pattern to FW
 2013-03-13 10:29 UTC  (17+ messages)
` [PATCH 02/15] be2iscsi: Fix returning Failure when MBX fails with Insufficient buffer error
` [PATCH 03/15] be2iscsi: Fix MBX Command issues
` [PATCH 04/15] be2iscsi: Fix MSIx support in SKH-R to 32
` [PATCH 05/15] be2iscsi: Fix freeing CXN specific driver resources
` [PATCH 06/15] be2iscsi: Fix MACRO for checking the adapter type
` [PATCH 07/15] be2iscsi: Fix support for DEFQ extension
` [PATCH 08/15] be2iscsi: Fix displaying the FW Version from driver
` [PATCH 09/15] be2iscsi: Fix displaying the Active Session Count "
` [PATCH 10/15] be2iscsi: Fix the Port Link Status issue
` [PATCH 11/15] be2iscsi: Fix the NOP-In handling code path
` [PATCH 12/15] be2iscsi: Fix dynamic CID allocation Mechanism in driver
` [PATCH 13/15] be2iscsi: Fix checking Adapter state while establishing CXN
` [PATCH 14/15] be2iscsi: Fix the copyright information
` [PATCH 15/15] be2iscsi: Bump the driver version
` be2iscsi: set of patches for be2iscsi

STANDBY IMMEDIATE failed on NVIDIA MCP5x controllers when system suspend
 2013-03-12 16:34 UTC  (12+ messages)

Fw: BUSINESS PROPOSAL /PARTNERSHIP VENTURE
 2013-03-12 16:53 UTC 

[PATCH 12/18] driver: scsi: remove cast for kmalloc/kzalloc return value
 2013-03-12 16:32 UTC  (3+ messages)

[PATCH v2][RFC] scsi_transport_fc: Implement I_T nexus reset
 2013-03-12 15:59 UTC  (11+ messages)

JOB VACANCIES
 2013-03-12 13:31 UTC 

[PATCH] aic7xxx: fix coccicheck warnings
 2013-03-12  9:24 UTC  (3+ messages)

[PATCH] aic7xxx: use kzalloc instead of kmalloc + memset
 2013-03-12  6:47 UTC  (2+ messages)

[PATCH -next] [SCSI] qla2xxx: remove duplicated include from qla_isr.c
 2013-03-12  6:08 UTC  (2+ messages)

[PATCH] bfa: Fix possible NULL pointer dereference & magic no
 2013-03-11 22:43 UTC  (2+ messages)

[PATCH] ipr: fix addition of abort command to HRRQ free queue
 2013-03-11 19:40 UTC 

[PATCH] [SCSI] Wake blockdev queue in scsi_internal_device_unblock() for SDEV_RUNNING
 2013-03-11 18:21 UTC  (4+ messages)

[patch] [SCSI] bfa: Use GFP_ATOMIC under spin_lock
 2013-03-11 18:21 UTC  (2+ messages)

[patch] [SCSI] scsi_transport_sas: check for allocation failure
 2013-03-11 15:10 UTC  (8+ messages)

[PATCH] tcm_fc: using kfree_rcu() to simplify the code
 2013-03-11 13:48 UTC 

Качeствo дoстaвки тoлькo для вaс
 2013-03-11 12:22 UTC 

[patch] [SCSI] mpt3sas: move dereference under check
 2013-03-11 11:40 UTC 

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

[PATCH -mmotm] scsi: fix the wrong position of the comment
 2013-03-11  4:10 UTC  (4+ messages)

[LSF/MM TOPIC] Making sure soft SCSI Targets are Valid
 2013-03-10 23:27 UTC  (2+ messages)

Greetings from George Daniels
 2013-03-10 21:42 UTC 

2013....... Compensation.....You have been granted an award of $200.000,00 USD from Coca Cola Company. Contact Mr.David Moore for further instructions
 2013-03-10 18:08 UTC 

Hello
 2013-03-08 13:51 UTC 

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

[PATCH 0/5] bnx2fc version 1.0.14
 2013-03-08 23:53 UTC  (7+ messages)
` [PATCH 1/5] bnx2fc: Enable cached tasks to improve performance
` [PATCH 2/5] bnx2fc: Include chip number in the symbolic name
` [PATCH 3/5] bnx2fc: Fix race condition between IO completion and abort
` [PATCH 4/5] bnx2fc: Update copyright information
` [PATCH 5/5] bnx2fc: Bumped version to 1.0.14

qla2xxx: issues when creating a new target port
 2013-03-08 21:25 UTC  (4+ messages)

[PATCH v1] lpfc 8.3.37: Remove redundant NULL check before kfree
 2013-03-07 18:05 UTC  (4+ messages)

[PATCH V3 0/4] Configure number of LUs reported by 'report-luns'
 2013-03-07 17:48 UTC  (14+ messages)
` [PATCH V3 1/4] Encapsulate scsi_do_report_luns
` [PATCH V3 2/4] Configure reported luns
` [PATCH V3 3/4] Change kmallocs in report_luns to use GFP_KERNEL
` [PATCH V3 4/4] Use set/get_unaligned_be32 in report_luns

aicasm build error v3.9-rc1 randconfig
 2013-03-07 15:57 UTC 

[PATCH RESEND] qla2xxx: Update firmware link in Kconfig file
 2013-03-07 15:30 UTC 

[GIT PULL] Final round of SCSI updates for the 3.8+ merge window
 2013-03-07 15:33 UTC  (2+ messages)

Kernel oops on st module cycling
 2013-03-07 12:48 UTC  (3+ messages)

[PATCH] block: modify __bio_add_page check to accept pages that don't start a new segment
 2013-03-07 11:23 UTC  (2+ messages)

[PATCH 0/8] qla4xxx: Updates for scsi "misc" branch
 2013-03-07 10:43 UTC  (9+ messages)
` [PATCH 1/8] qla4xxx: Take E-port out of reset before disabling pause frames
` [PATCH 2/8] qla4xxx: Boot from SAN fix for ISP83XX
` [PATCH 3/8] qla4xxx: Set graceful reset bit "
` [PATCH 4/8] qla4xxx: Fix double reset in case of firmware hung "
` [PATCH 5/8] qla4xxx: Pass correct LUN address to firmware in case of lun_reset
` [PATCH 6/8] qla4xxx: Fix debug level to avoid floods of same message
` [PATCH 7/8] qla4xxx: Fixed request queue count manipulation on response path
` [PATCH 8/8] qla4xxx: Update driver version to 5.03.00-k5

YOUR REF:BT:12052011/20
 2013-03-07  4:29 UTC 

[RESEND][PATCH] lpfc should check return status for task mgmt IOCBs (now with correct code formatting)
 2013-03-06 21:44 UTC  (2+ messages)
` [RESEND][PATCH] lpfc should check return status for task mgmt IOCBs

[PATCH 0/2] LSI SAS device removal fixes
 2013-03-06 18:10 UTC  (9+ messages)
` [PATCH 1/2] mptfusion, mpt2sas, mpt3sas: Don't remove dead IOC PCI device


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox