linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-11-26 19:22:27 to 2012-12-06 10:09:07 UTC [more...]

[PATCH] scsi_ram: a RAM-based SCSI driver
 2012-12-06 10:09 UTC  (2+ messages)

[Suggestion] drivers/target/sbp/ : set tport->tpg to NULL when clean up for failure
 2012-12-06  8:40 UTC  (3+ messages)

[PATCH 00/11] First pass at merging Bart's HA work
 2012-12-05 21:32 UTC  (25+ messages)
` [PATCH 02/11] IB/srp: simplify state tracking
` [PATCH 03/11] IB/srp: don't send anything on a bad QP
` [PATCH 04/11] IB/srp: keep processing commands during host removal

[PATCH 04/12] [SCSI] qla2xxx: Use standard PCIe Capability Link register field names
 2012-12-05 20:57 UTC 

getting I/O errors in super_written()...any ideas what would cause this?
 2012-12-05 11:57 UTC  (10+ messages)

[PATCH] megaraid: fix use of delayed work
 2012-12-05 11:16 UTC  (7+ messages)
` [PATCH 1/2] megaraid: fix BUG_ON() from incorrect "
  ` [PATCH 2/2] workqueue: convert BUG_ON()s in __queue_delayed_work() to WARN_ON_ONCE()s

WARN_ON in ses driver on device remove
 2012-12-04 21:46 UTC 

[PATCH 0/7] RESEND Add support for new IBM SAS controllers
 2012-12-04 21:06 UTC  (9+ messages)
` [PATCH 1/7] RESEND ipr: Add sereral new CCIN definitions for new adapters support
` [PATCH 2/7] RESEND ipr: Handler ID memory allocation failure
` [PATCH 3/7] RESEND ipr: Resource path error logging cleanup
` [PATCH 4/7] RESEND ipr: Add support for MSI-X and distributed completion
` [PATCH 5/7] RESEND ipr: Reduce lock contention
` [PATCH 6/7] RESEND ipr: Implement block iopoll
` [PATCH 7/7] RESEND ipr: Driver version 2.6.0

[PATCH 1/3] fnic: fix for trusted cos
 2012-12-04 19:12 UTC  (3+ messages)
` [PATCH 2/3] fnic:fixing issues in device and firmware reset code
` [PATCH 3/3] fnic: Fix SGEs limit

[GIT PULL] workqueue fixes for 3.7-rc8
 2012-12-04 16:24 UTC 

Error handling on FC devices
 2012-12-04 15:56 UTC  (12+ messages)

[PATCH v9 00/10] ZPODD Patches
 2012-12-04 12:11 UTC  (23+ messages)
` [PATCH v9 06/10] ata: zpodd: check zero power ready status

[PATCH 5/5] arcmsr: Modify ARC-1214 Inband Messages Behavior
 2012-12-04 12:02 UTC 

[PATCH 4/5] arcmsr: Support a New RAID Model, ARC-1214
 2012-12-04 12:00 UTC 

[PATCH 3/5] arcmsr: Support MSI and MSI-X
 2012-12-04 11:59 UTC 

[PATCH 2/5] arcmsr: Support Hibernation
 2012-12-04 11:59 UTC 

[PATCH 1/5] arcmsr: Re-name the HBA Type
 2012-12-04 11:58 UTC 

megaraid_sas: which patches are needed for 2.6.32.y?
 2012-12-04  6:27 UTC 

[PATCH] megaraid_sas: fix memory leak if SGL has zero length entries
 2012-12-04  1:49 UTC  (2+ messages)

[patch,v3,repost 00/10] make I/O path allocations more numa-friendly
 2012-12-04  1:41 UTC  (12+ messages)
` [patch,v3,repost 01/10] scsi: add scsi_host_alloc_node
` [patch,v3,repost 02/10] scsi: make __scsi_alloc_queue numa-aware
` [patch,v3,repost 03/10] scsi: make scsi_alloc_sdev numa-aware
` [patch,v3,repost 04/10] scsi: allocate scsi_cmnd-s from the device's local numa node
` [patch,v3,repost 05/10] sd: use alloc_disk_node
` [patch,v3,repost 06/10] ata: use scsi_host_alloc_node
` [patch,v3,repost 07/10] megaraid_sas: "
` [patch,v3,repost 08/10] mpt2sas: "
` [patch,v3,repost 09/10] lpfc: "
` [patch,v3,repost 10/10] cciss: use blk_init_queue_node

[PATCH 1/3] fnic: fix for trusted cos
 2012-12-03 22:51 UTC  (3+ messages)
` [PATCH 2/3] fnic:fixing issues in device and firmware reset code
` [PATCH 3/3] fnic: Fix SGEs limit

[PATCH 2/6] scsi: bfa: remove useless calls to memset()
 2012-12-03 22:27 UTC  (5+ messages)
` [PATCH 3/6] scsi: bnx2fc: "
` [PATCH 4/6] scsi: megaraid: remove a useless call "

Slow writes to SAS drives on LSI mpt2sas HBA
 2012-12-03 22:06 UTC  (2+ messages)

[PATCH 0/7] Add support for new IBM SAS controllers
 2012-12-03 21:25 UTC  (4+ messages)
` [PATCH 2/7] ipr: Handler ID memory allocation failure

[PATCH 0/13 v6] More device removal fixes
 2012-12-03 16:42 UTC  (34+ messages)
` [PATCH v6 01/13] block: Rename queue dead flag
` [PATCH v6 02/13] block: Let blk_drain_queue() caller obtain the queue lock
` [PATCH v6 03/13] block: Avoid that request_fn is invoked on a dead queue
` [PATCH v6 04/13] block: Avoid scheduling delayed work "
` [PATCH v6 05/13] block: Make blk_cleanup_queue() wait until request_fn finished
` [PATCH v6 06/13] bsg: Remove unused function bsg_goose_queue()
` [PATCH v6 07/13] Fix race between starved list processing and device removal
` [PATCH v6 08/13] Remove get_device() / put_device() pair from scsi_request_fn()
` [PATCH v6 09/13] Avoid saving/restoring interrupt state inside scsi_remove_host()
` [PATCH v6 10/13] Make scsi_remove_host() wait for device removal
` [PATCH v6 11/13] Make scsi_remove_host() wait until error handling finished
` [PATCH v6 12/13] Avoid that scsi_device_set_state() triggers a race
` [PATCH v6 13/13] Do not queue new I/O after scsi_remove_host() started

[PATCH -next] [SCSI] mpt3sas: remove unused variables
 2012-12-03 13:18 UTC 

[PATCH] hpsa: fix potential resource leak
 2012-12-03 12:13 UTC 

[PATCH] scsi:gdth.c: fix compilation warning
 2012-12-03 10:19 UTC 

[PATCH 1/1] [SCSI] mpt3sas: Remove unneeded version.h header inclusion
 2012-12-03 10:00 UTC 

[PATCH -next v2] [SCSI] csiostor: convert to use simple_open()
 2012-12-03  6:53 UTC  (2+ messages)

[PATCH -next] [SCSI] csiostor: convert to use simple_open()
 2012-12-03  6:14 UTC  (2+ messages)

[PATCH] firewire: sbp2: allow WRITE SAME and REPORT SUPPORTED OPERATION CODES
 2012-12-02 18:16 UTC  (3+ messages)

stable-rc test results
 2012-12-02 13:39 UTC 

[PATCH -next] [SCSI] lpfc 8.3.36: fix potential NULL pointer dereference in lpfc_sli4_rq_put()
 2012-12-02 13:33 UTC 

one 16K random read I/O issues 2 scsi I/O (16K and 4K) requests
 2012-12-02 10:56 UTC  (5+ messages)

[scsi:for-next 72/72] drivers/scsi/mpt3sas/mpt3sas_base.c:2099:26: sparse: incorrect type in initializer (different base types)
 2012-12-01 12:49 UTC 

[PATCH 5/5] arcmsr: Modify ARC-1214 IO Behavior
 2012-11-30  9:18 UTC  (2+ messages)

[PATCH] scsi: prevent stack buffer overflow in host_reset
 2012-11-30  9:07 UTC  (2+ messages)

[GIT PULL] target fixes for v3.7.0
 2012-11-29 19:09 UTC 

[v2 PATCH 20/20][SCSI] mpt3sas: Adding support for MPT3SAS_MINOR(222)
 2012-11-30  2:28 UTC 

[v2 PATCH 19/20][SCSI] mpt3sas: Common API headers to set Diagnostic trigger for MPT based controllers
 2012-11-30  2:27 UTC 

[v2 PATCH 18/20][SCSI] mpt3sas: Common API to set Diagnostic trigger for MPT based controllers
 2012-11-30  2:26 UTC 

[v2 PATCH 17/20][SCSI] mpt3sas: Code related to SAS Transport Layer for MPT based controllers
 2012-11-30  2:26 UTC 

[v2 PATCH 16/20][SCSI] mpt3sas: This patch is part 3 of mpt3sas_scsih.c
 2012-11-30  2:25 UTC 

[v2 PATCH 15/20][SCSI] mpt3sas: This patch is part 2 of mpt3sas_scsih.c
 2012-11-30  2:24 UTC 

[v2 PATCH 14/20][SCSI] mpt3sas: Code related to Scsi Host Layer for MPT based controllers. This patch is part 1 of mpt3sas_scsih.c
 2012-11-30  2:24 UTC 

[v2 PATCH 13/20][SCSI] mpt3sas: Logging Support for MPT based controllers
 2012-11-30  2:23 UTC 

[v2 PATCH 12/20][SCSI] mpt3sas: Ioctl Module Support for MPT based controllers
 2012-11-30  2:23 UTC 

[v2 PATCH 11/20][SCSI] mpt3sas: Ioctl Support for MPT based controller
 2012-11-30  2:22 UTC 

[v2 PATCH 10/20][SCSI] mpt3sas: Common API for accessing firmware configuration pages
 2012-11-30  2:21 UTC 

[v2 PATCH 8/20][SCSI] mpt3sas: This patch is part 2 of mpt3sas_base.c
 2012-11-30  2:19 UTC 

[v2 PATCH 9/20][SCSI] mpt3sas: Common API layer interface headers for access to MPT firmware
 2012-11-30  2:20 UTC 

[v2 PATCH 6/20][SCSI] mpt3sas: Part 5 of MPI API headers
 2012-11-30  2:18 UTC 

[v2 PATCH 7/20][SCSI] mpt3sas: Common API layer interface for access to MPT firmware.This patch is part 1 of mpt3sas_base.c
 2012-11-30  2:19 UTC 

[v2 PATCH 5/20][SCSI] mpt3sas: Part 4 of MPI API headers
 2012-11-30  2:17 UTC 

[v2 PATCH 3/20][SCSI] mpt3sas: Part 2 of MPI API headers
 2012-11-30  2:16 UTC 

[v2 PATCH 4/20][SCSI] mpt3sas: Part 3 of MPI API headers
 2012-11-30  2:16 UTC 

[v2 PATCH 2/20][SCSI] mpt3sas: Part 1 of MPI API headers
 2012-11-30  2:14 UTC 

[v2 PATCH 1/20][SCSI] mpt3sas: Makefile, Kconfig and scsi_transport_sas file changes to support new driver mpt3sas
 2012-11-30  2:13 UTC 

[v2 PATCH 0/20][SCSI] mpt3sas: Driver submission v01.100.01.00
 2012-11-30  2:11 UTC 

[patch] [SCSI] csiostor: remove unneeded memset()
 2012-11-29  6:15 UTC  (2+ messages)

mv_chips.h
 2012-11-29  4:48 UTC 

[PATCH] target: Make spc_get_write_same_sectors return sector_t
 2012-11-28  3:55 UTC 

[patch] target: update error handling for sbc_setup_write_same()
 2012-11-28  3:03 UTC  (2+ messages)

[PATCH] iscsit: use GFP_ATOMIC under spin lock
 2012-11-28  2:53 UTC  (2+ messages)

[PATCH 1/1] iscsi_target: Remove redundant null check before kfree
 2012-11-28  2:51 UTC  (2+ messages)

[PATCH] sd: Don't incorrectly "promote" DIF type0 into DIF type1 disks
 2012-11-28  0:17 UTC 

[PATCH 0/2] Change type-2 dif to use rq embedded 32 byte cdb
 2012-11-27 16:12 UTC  (3+ messages)

SCSI LLDs, the SCSI error handler and host resource lifetime
 2012-11-27 15:37 UTC  (4+ messages)

[PATCH 097/493] scsi: remove use of __devexit_p
 2012-11-27 11:32 UTC  (4+ messages)
` [PATCH 192/493] scsi: remove use of __devinit

[RESEND][PATCH 15/20][SCSI] mpt3sas: This patch is part 2 of mpt3sas_scsih.c
 2012-11-27  9:41 UTC  (2+ messages)

[PATCH] csiostor: Fix sparse warnings
 2012-11-27  7:17 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;
as well as URLs for NNTP newsgroup(s).