linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-10-29 01:47:26 to 2012-11-09 06:51:55 UTC [more...]

[PATCH v9 00/10] ZPODD Patches
 2012-11-09  6:51 UTC  (3+ messages)
` [PATCH v9 02/10] ata: zpodd: Add CONFIG_SATA_ZPODD
` [PATCH v9 03/10] ata: zpodd: identify and init ZPODD devices

[PATCH] virtio-scsi: Fix incorrect lock release order in virtscsi_kick_cmd
 2012-11-09  6:29 UTC 

scsi target, likely GPL violation
 2012-11-09  2:08 UTC  (9+ messages)

[patch 2/2] drivers/scsi/hptiop: support HighPoint RR4520/RR4522 HBA
 2012-11-09  0:12 UTC 

[patch 1/2] drivers/message/fusion/mptscsih.c: missing break
 2012-11-09  0:12 UTC 

[PATCH 0/3] target/iblock: Add WRITE_SAME w/ UNMAP=0 emulation
 2012-11-08 20:07 UTC  (4+ messages)
` [PATCH 1/3] target/sbc: Make WRITE_SAME check differentiate between UNMAP=[1,0]
` [PATCH 2/3] target: Add max_write_same_len device attribute
` [PATCH 3/3] target/iblock: Add WRITE_SAME w/ UNMAP=0 emulation support

[PATCH] target/iblock: Fix double iblock_complete_cmd callback bug
 2012-11-08 19:58 UTC 

LETTER FROM MRS KATE
 2012-11-08 10:56 UTC 

[PATCH] virtio_scsi: fix memory leak on full queue condition
 2012-11-08  9:55 UTC 

Messenger from Administrator
 2012-11-08  5:51 UTC 

[PATCH 0/5] virtio-scsi: create a separate workqueue
 2012-11-07 23:38 UTC  (10+ messages)
` [PATCH 1/5] virtio-scsi: remove the useless assignment
` [PATCH 2/5] virtio-scsi: remove the needless variable gfp_mask
` [PATCH 3/5] virtio-scsi: use pr_err instead of printk
` [PATCH 4/5] virtio-scsi: create a separate work queue for virtio-scsi
` [PATCH 5/5] virtio-scsi: tidy up the goto label in init()

[PATCH] [SCSI] scsi_sysfs: fix a buffer overflow in sysfs handling
 2012-11-07 10:57 UTC 

[PATCH v4 08/24] block: Remove some unnecessary bi_vcnt usage
 2012-11-07  6:05 UTC  (3+ messages)

[PATCH] [SCSI] sd: fix crash when UA received on DIF enabled device
 2012-11-06 22:48 UTC  (2+ messages)

[PATCH] [SCSI] gdth: Remove buggy ROM handling
 2012-11-06 22:04 UTC 

linux-next: build failure after merge of the pci tree
 2012-11-06 22:01 UTC  (4+ messages)

[PATCH 0/3] [SCSI] mvsas: fix multiple shift issues
 2012-11-06 20:55 UTC  (6+ messages)
` [PATCH 1/3] [SCSI] mvsas: fix shift in mvs_94xx_assign_reg_set()
` [PATCH 2/3] [SCSI] mvsas: fix shift in mvs_94xx_free_reg_set()
` [PATCH 3/3] [SCSI] mvsas: fix shift in mv_ffc64()

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

Scheduled Maintenance & Upgrade
 2012-11-06  1:57 UTC 

[PATCH] [SCSI] bnx2fc: fix NULL checking in bnx2fc_initiate_tmf()
 2012-11-05 21:35 UTC  (2+ messages)

[PATCH] osduld: Add osdname & systemid sysfs at scsi_osd class
 2012-11-05 20:15 UTC  (3+ messages)
` [osd-dev] "

Business Relationship
 2012-11-05 18:25 UTC 

[Linux Megaraid SAS driver] bug report
 2012-11-05 16:38 UTC  (3+ messages)

merging printk and WARN
 2012-11-05 15:42 UTC  (2+ messages)

[PATCH] [SCSI] mv_sas: Fix confusion between enum sas_device_type and enum sas_dev_type
 2012-11-05 13:21 UTC 

[PATCH] [SCSI] aic94xx: Remove broken fallback for missing 'Ctrl-A' user settings
 2012-11-05 13:18 UTC 

[PATCH] [SCSI] advansys: change buildtime warning into runtime error
 2012-11-05 10:58 UTC 

[Bug 31212] New: aacraid is generally unstable with newer kernels
 2012-11-04 16:05 UTC  (2+ messages)
` [Bug 31212] "

Drivers: scsi
 2012-11-04 15:26 UTC  (3+ messages)

[PATCH 2/8] drivers/scsi/bfa/bfa_svc.c: drop if around WARN_ON
 2012-11-03 20:30 UTC  (3+ messages)
` [PATCH 5/8] drivers/scsi/qla2xxx/qla_nx.c: "
` [PATCH 7/8] drivers/scsi/scsi_transport_fc.c: "

Messenger from Administrator
 2012-11-03 12:35 UTC 

[PATCH 5/16] drivers/scsi: use WARN
 2012-11-03 10:58 UTC  (2+ messages)
` [PATCH 7/16] drivers/scsi/gdth.c: "

Messenger from Administrator
 2012-11-03  9:06 UTC 

[GIT PULL] target fixes for v3.7-rc4 (round 2)
 2012-11-02 22:06 UTC 

[patch 01/10] scsi: make __scsi_alloc_queue numa-aware
 2012-11-02 14:19 UTC  (10+ messages)
` [patch 02/10] scsi: make scsi_alloc_sdev numa-aware
` [patch 03/10] scsi: allocate scsi_cmnd-s from the device's local numa node
` [patch 04/10] sd: use alloc_disk_node
` [patch 07/10] megaraid_sas: use scsi_host_alloc_node
` [patch 08/10] mpt2sas: "
` [patch 09/10] lpfc: "

[PATCH 0/7 v5] More device removal fixes
 2012-11-02 10:48 UTC  (19+ messages)
` [PATCH 1/7] block: Avoid that blk_drain_queue() finishes early
` [PATCH 2/7] block: Let blk_drain_queue() caller obtain the queue lock
` [PATCH 4/7] block: Avoid that request_fn is invoked on a dead queue
` [PATCH 5/7] block: Make blk_cleanup_queue() wait until request_fn finished
` [PATCH 6/7] Fix race between starved list processing and device removal
` [PATCH 7/7] Remove get_device() / put_device() pair from scsi_request_fn()

[v6 PATCH 0/8] csiostor: Chelsio FCoE offload driver submission
 2012-11-02  7:23 UTC  (2+ messages)

[PATCH] [trivial] qla2xxx: Fix typo in qla2xxx drivers
 2012-11-02  5:33 UTC  (2+ messages)

[PATCH v8 00/11] ZPODD Patches
 2012-11-02  0:43 UTC  (30+ messages)
` [PATCH v8 01/11] scsi: sr: support runtime pm
` [PATCH v8 02/11] ata: zpodd: Add CONFIG_SATA_ZPODD
` [PATCH v8 03/11] ata: zpodd: identify and init ZPODD devices
` [PATCH v8 04/11] libata: acpi: move acpi notification code to sata_zpodd
` [PATCH v8 05/11] libata-eh: allow defer in ata_exec_internal
` [PATCH v8 06/11] ata: zpodd: check loading mechanism for ODD
` [PATCH v8 07/11] libata: separate ATAPI code
` [PATCH v8 08/11] ata: zpodd: check zero power ready status
` [PATCH v8 09/11] block: add a new interface to block events
` [PATCH v8 10/11] scsi: sr: support (un)block events
` [PATCH v8 11/11] ata: zpodd: handle power transition of ODD

[Bug 49821] New: Random Call traces when using tape device
 2012-11-01 16:05 UTC  (6+ messages)
` [Bug 49821] "

Odd behavior of a "SAS-2" backplane with SGPIO commands
 2012-11-01 16:04 UTC  (13+ messages)

[PATCH 1/1] aacraid: SCSI dma mapping failure case handling
 2012-11-01 14:57 UTC  (3+ messages)

tcm_fc+ libfcoe regression on v3.7-rc2
 2012-11-01  5:49 UTC  (5+ messages)

[PATCH] target: Re-add explict zeroing of INQUIRY bounce buffer memory
 2012-11-01  5:13 UTC 

[Bug 48871] drivers/scsi/lpfc/lpfc_init.c: 2 * Buffer is accessed out of bounds
 2012-10-31 20:38 UTC  (4+ messages)

[PATCH 1/2] bfa: remove unused pci_slot from struct bfa_pcidev_s
 2012-10-31 19:29 UTC  (2+ messages)
` [PATCH 2/2] bfa: remove unused bfa_get_pciids() and struct bfa_pciid_s

[Bug 48891] scsi/lpfc/lpfc_ct.c:637: possible finger trouble ?
 2012-10-31 19:03 UTC  (3+ messages)

[PATCH 7/7] lpfc 8.3.36: Update lpfc version for 8.3.36 driver release
 2012-10-31 18:45 UTC 

[PATCH 6/7] lpfc 8.3.36: Correct mask error
 2012-10-31 18:45 UTC 

[PATCH 5/7] lpfc 8.3.36: Correct buffer length overrun
 2012-10-31 18:45 UTC 

[PATCH 4/7] lpfc 8.3.36: Fixed setting sequential delivery bit
 2012-10-31 18:45 UTC 

[PATCH 3/7] lpfc 8.3.36: Update DIF support for passthru/strip/insert
 2012-10-31 18:44 UTC 

[PATCH 2/7] lpfc 8.3.36: Fix bug with Target Resets and FCP2 devices
 2012-10-31 18:44 UTC 

[PATCH 1/7] lpfc 8.3.36: Fixed boot from san failure
 2012-10-31 18:44 UTC 

[PATCH 0/7] lpfc 8.3.36: Update lpfc to revision 8.3.36
 2012-10-31 18:44 UTC 

Your Kernel Bug Tracker bug list needs attention
 2012-10-31 15:50 UTC 

scsi:sd: provisioning_mode not being set to unmap
 2012-10-31 12:53 UTC  (3+ messages)

Help to co-relate the scsi device with dev_t (device num)
 2012-10-31 12:33 UTC 

[GIT PULL] target fixes for v3.7-rc4
 2012-10-31  4:49 UTC  (2+ messages)

Your Kernel Bug Tracker bug list needs attention
 2012-10-30 15:50 UTC 

[Bug 11713] bugcheck with modprobe -r sym53c8xx
 2012-10-30 15:45 UTC  (2+ messages)

[Bug 11646] QLA2xxx: Kernel deadlock on high load somewhere after 2.6.20
 2012-10-30 15:12 UTC 

[Bug 11375] MegaRAID performance issues on Dell CERC card (was: R8169 will not negotiate 1000BaseT)
 2012-10-30 15:03 UTC 

[Bug 11194] megaraid_mbox kernel panic during st driver initialization
 2012-10-30 14:59 UTC 

[Bug 11117] aic94xx doesn't sustain the load when more than 2 SAS drives are connected and actively used
 2012-10-30 14:55 UTC 

[Bug 10974] 2.6.25 regression: delay needed after audio CD insertion
 2012-10-30 14:54 UTC 

[PATCH v4 0/5] Migrate SCSI drivers to use dev_pm_ops
 2012-10-30 10:17 UTC  (2+ messages)

WARNING: at fs/sysfs/inode.c:324 sysfs_hash_and_remove+0xa9/0xb0()
 2012-10-29 17:23 UTC  (3+ messages)

Photos
 2012-10-29 11:35 UTC 

[PATCH] aic7xxx_old: silence GCC warnings
 2012-10-29 12:45 UTC  (4+ messages)

megaraid_sas: which patches are needed for 2.6.32.y?
 2012-10-29 11:50 UTC  (5+ messages)

[PATCH] aic94xx: fix handling of default CTRL-A settings
 2012-10-29 10:42 UTC  (2+ messages)

[PATCH] mvsas: use correct named constants
 2012-10-29 10:39 UTC  (2+ messages)

Darlehen
 2012-10-29  2:03 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).