public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2009-05-11 08:28:57 to 2009-05-15 19:04:53 UTC [more...]

[PATCH 09/11] drivers/scsi: Convert #ifdef DEBUG printk(KERN_DEBUG to pr_debug(
 2009-05-15 19:04 UTC  (3+ messages)

[RFQ] New driver architecture questions
 2009-05-15 18:38 UTC  (14+ messages)

I/O Topology v3
 2009-05-15 18:17 UTC  (16+ messages)
` [PATCH 01/13] block: Do away with the notion of hardsect_size
` [PATCH 02/13] block: Use accessor functions for queue limits
` [PATCH 03/13] block: Move queue limits to an embedded struct
` [PATCH 04/13] block: Expose stacked device queues in sysfs
` [PATCH 05/13] block: Export I/O topology for block devices and partitions
` [PATCH 06/13] MD: Use new topology calls to indicate alignment and I/O sizes
` [PATCH 07/13] block: Deprecate blk_queue_stack_limits
` [PATCH 08/13] sd: Physical block size and alignment support
` [PATCH 09/13] sd: Detect non-rotational devices
` [PATCH 10/13] sd: Block limits VPD support
` [PATCH 11/13] scsi_debug: Add support for physical block exponent and alignment
` [PATCH 12/13] libata: Report disk alignment and physical block size
` [PATCH 13/13] libata: Media rotation rate and form factor heuristics

[PATCH block#for-2.6.31 1/3] ub: use __blk_end_request_all()
 2009-05-15 17:31 UTC  (6+ messages)
` [PATCH block#for-2.6.31 2/3] block: set rq->resid_len to blk_rq_bytes() on issue
  ` [PATCH block#for-2.6.31 3/3] bio: always copy back data for copied kernel requests

[patch 0/9] zfcp updates for 2.6.31
 2009-05-15 11:18 UTC  (10+ messages)
` [patch 1/9] zfcp: Use correct req_id for traces
` [patch 2/9] zfcp: Update message and add description
` [patch 3/9] zfcp: Make queue_depth adjustable
` [patch 4/9] zfcp: Remove unnecessary default case and assignments
` [patch 5/9] zfcp: Add comments to switch/case fallthroughs
` [patch 6/9] zfcp: Increase ref counter for port open requests
` [patch 7/9] zfcp: Changed D_ID left port disabled
` [patch 8/9] zfcp: Keep ccw device and model id in zfcp_ccw.c
` [patch 9/9] zfcp: Update FC pass-through support

[PATCH] block: remove blk_end_bidi_request and __blk_end_bidi_request
 2009-05-15  7:35 UTC 

Query to optimize PageCache size in system
 2009-05-15  5:51 UTC  (5+ messages)
        ` Fwd: "

KVM 10/Gb Ethernet PCIe passthrough with Linux/iSCSI and large block sizes
 2009-05-15  4:29 UTC 

[PATCH 0/3] block: completion releated functions cleanup
 2009-05-15  0:12 UTC  (13+ messages)
` [PATCH 1/3] block: let blk_end_request_all handle bidi requests
` [PATCH 2/3] scsi: simplify the bidi completion
` [PATCH 3/3] block: move completion related functions back to blk-core.c
` [PATCH 0/3] block: completion related functions cleanup

[PATCH 6/6] mvsas: optimization of code
 2009-05-14 21:31 UTC  (2+ messages)

[PATCH 5/5 v2] mvsas: optimization of code
 2009-05-14 21:26 UTC  (2+ messages)

[Bug 13311] New: mptsas: ioc0: removing ssp device, kernel oops
 2009-05-14 18:17 UTC 

[patchset 0/4] osd: Stop usage of blk_rq_append_bio
 2009-05-14 16:46 UTC  (13+ messages)

[PATCH] tgt: Wrong comment and redundant code in scsi_map_user_pages
 2009-05-14 15:55 UTC 

[Bug 13307] New: hotplug cascaded expander will cause unpluged devices not remove from os
 2009-05-14 10:07 UTC 

[PATCH 1/5] mvsas: bug fix with setting task management frame type
 2009-05-14  4:46 UTC  (3+ messages)

[PATCH 5/5] mvsas: optimization of code
 2009-05-14  4:41 UTC  (2+ messages)

[PATCH 4/5] mvsas: correct bit map usage
 2009-05-14  4:37 UTC  (2+ messages)

[PATCH 3/5] mvsas: bug fix, null pointer may be used
 2009-05-14  4:36 UTC  (2+ messages)

[PATCH 2/5] mvsas: bug fix of dead lock
 2009-05-14  4:33 UTC  (2+ messages)

[net-next-2.6 PATCH 1/8] ixgbe: Add FCoE feature register defines to 82599
 2009-05-13 23:12 UTC  (8+ messages)
` [net-next-2.6 PATCH 2/8] ixgbe: Add FCoE feature header "
` [net-next-2.6 PATCH 3/8] ixgbe: Add FCoE feature code "
` [net-next-2.6 PATCH 4/8] ixgbe: Add infrastructure code for FCoE large send offload "
` [net-next-2.6 PATCH 5/8] ixgbe: Implement FCoE Tx side offload features in base driver of 82599
` [net-next-2.6 PATCH 6/8] ixgbe: Add infrastructure code for FCoE large receive offload to 82599
` [net-next-2.6 PATCH 7/8] ixgbe: Implement FCoE Rx side large receive offload feature "
` [net-next-2.6 PATCH 8/8] ixgbe: Add FCoE related statistics "

iscsi update for 2.6.31
 2009-05-13 22:57 UTC  (14+ messages)
` [PATCH 01/13] iscsi: pass ep connect shost
  ` [PATCH 02/13] libiscsi: check of LLD has a alloc pdu callout
    ` [PATCH 03/13] libiscsi: handle param allocation failures
      ` [PATCH 04/13] libiscsi: export iscsi_itt_to_task for bnx2i
        ` [PATCH 05/13] libiscsi: have iscsi_data_in_rsp call iscsi_update_cmdsn
          ` [PATCH 06/13] libiscsi: fix nop response/reply and session cleanup race
            ` [PATCH 07/13] libiscsi_tcp: update recv tracking for each skb instead of iscsi pdu
              ` [PATCH 08/13] libiscsi: fix iscsi transport checks to account for slower links
                ` [PATCH 09/13] libiscsi: handle cleanup task races
                  ` [PATCH 10/13] libiscsi: don't let io sit in queue when session has failed
                    ` [PATCH 11/13] libiscsi: check if iscsi host has work queue before queueing work
                      ` [PATCH 12/13] libiscsi: add task aborted state
                        ` [PATCH 13/13] libiscsi: add debug printks for iscsi command completion path

Signal when device is disconnected
 2009-05-13 20:08 UTC  (2+ messages)

[PATCH 0/7] lpfc 8.3.1 : Update lpfc to revision 8.3.1
 2009-05-13 19:22 UTC  (2+ messages)

[GIT PATCH] block,scsi,ide: unify sector and data_len, take#2
 2009-05-13  6:30 UTC  (36+ messages)
` [PATCH 03/11] block: add rq->resid_len
` [PATCH 08/11] block: cleanup rq->data_len usages

[2.6.30-rc2] CD-R: wodim intermittent failures: [sr0] Add. Sense: Logical block address out of range, sector 0
 2009-05-13  2:27 UTC  (4+ messages)

[patch for 2.6.30? 1/1] drivers/scsi/NCR_D700.c: fix IRQ handler return type
 2009-05-13  1:09 UTC  (2+ messages)

[patch 9/9] scsi tape: fix gcc 4.4 warning
 2009-05-12 20:49 UTC 

[patch 7/9] scsi/pcmcia/nsp_cs: time_out reaches -1
 2009-05-12 20:49 UTC 

[patch 8/9] scsi: ses check name in enclosure_component_register()
 2009-05-12 20:49 UTC 

[patch 4/9] sg_io: don't perform unneeded copy in compat code
 2009-05-12 20:49 UTC 

[patch 3/9] scsi: annotate gdth_rdcap_data, gdth_rdcap16_data endianness
 2009-05-12 20:49 UTC 

[patch 6/9] qla2x: fix printk format warnings
 2009-05-12 20:49 UTC 

[patch 2/9] scsi: gdth.c use unaligned access helpers
 2009-05-12 20:49 UTC 

[patch 5/9] scsi: ncr53c8xx: div reaches -1
 2009-05-12 20:49 UTC 

[patch 1/9] scsi: use the common hex_asc array rather than a private one
 2009-05-12 20:49 UTC 

[Bugme-new] [Bug 13273] New: Error by disconnecting USB flash storage in 2.6.30-rc5 x86-64
 2009-05-12 15:27 UTC  (2+ messages)

[PATCH block#for-2.6.31] scsi: fix resid_len mis-conversion in scsi_end_request()
 2009-05-12 11:31 UTC  (3+ messages)

[Bug 11646] New: QLA2xxx: Kernel deadlock on high load somewhere after 2.6.20
 2009-05-12  9:03 UTC  (2+ messages)
` [Bug 11646] "

Next May 11 : BUG during scsi initialization
 2009-05-12  6:56 UTC  (13+ messages)

[GIT PATCH] block,scsi,libata: implement alt_size, take#2
 2009-05-12  0:53 UTC  (6+ messages)
` [PATCH 1/3] block: add alt_size
      ` [dm-devel] "
        `  "

[PATCH] scsi: libsas depends on HAS_DMA
 2009-05-11 23:16 UTC  (4+ messages)

[PATCH] old 3ware scsi_dma_unmap fix
 2009-05-11 21:55 UTC 

aic94xx driver very slow / low writing speed on sata-discs
 2009-05-11 13:52 UTC 

Is TRIM/DISCARD going to be a performance problem?
 2009-05-11 13:15 UTC 

MegaRAID issue with multiple logical drives with separate I/O queues
 2009-05-11 12:48 UTC 

[PATCH] fc transport: pre-emptively terminate i/o upon dev_loss_tmo
 2009-05-11 12:25 UTC  (2+ messages)

Adaptec driver crashes (3/3)
 2009-05-11 11:24 UTC  (3+ messages)


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