public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-03-17 20:06:51 to 2015-03-27 10:21:21 UTC [more...]

[V2 PATCH 00/11] aacraid driver updates
 2015-03-27 10:21 UTC  (20+ messages)
` [V2 PATCH 01/11] aacraid: AIF support for SES device add/remove
` [V2 PATCH 02/11] aacraid: IOCTL pass-through command fix
` [V2 PATCH 03/11] aacraid: 4KB sector support
` [V2 PATCH 04/11] aacraid: MSI-x support
` [V2 PATCH 05/11] aacraid: vpd page code 0x83 support
` [V2 PATCH 06/11] aacraid: 240 simple volume support
` [V2 PATCH 07/11] aacraid: IOP RESET command handling changes
` [V2 PATCH 08/11] aacraid: IOCTL fix
` [V2 PATCH 09/11] aacraid: performance improvement changes
` [V2 PATCH 10/11] aacraid: AIF raw device remove support
` [V2 PATCH 11/11] aacraid: driver version change

[RFC 00/22] target: se_node_acl LUN list RCU conversion
 2015-03-27  8:05 UTC  (23+ messages)
` [RFC 01/22] target: Convert transport_lookup_*_lun to RCU reader
` [RFC 02/22] target: Convert enable/disable ->device_list to RCU updater
` [RFC 03/22] target/device: Convert se_node_acl->device_list access to RCU reader
` [RFC 04/22] target/configfs: Convert mappedlun link/unlink "
` [RFC 05/22] target/configfs: Convert SCSI MIB attrs "
` [RFC 06/22] target/spc: Convert REPORT_LUN + MODE_SENSE "
` [RFC 07/22] target/pscsi: Convert MODE_SENSE special case "
` [RFC 08/22] target/pr: Convert se_dev_entry to percpu-refcount for RCU
` [RFC 09/22] target/pr: Convert registration check to RCU pointer
` [RFC 10/22] target/pr: Change alloc_registration to avoid pr_reg_tg_pt_lun
` [RFC 11/22] target: Convert UNIT_ATTENTION logic to RCU reader
` [RFC 12/22] target: Convert se_tpg->tpg_lun_lock to ->tpg_lun_mutex
` [RFC 13/22] target: Convert se_tpg->acl_node_lock to ->acl_node_mutex
` [RFC 14/22] target: Convert se_node_acl->lun_entry_lock to ->lun_entry_mutex
` [RFC 15/22] target: Convert core_tpg_deregister to use list splice
` [RFC 16/22] target: Drop se_lun->lun_acl_list
` [RFC 17/22] target: Drop core_tpg_clear_object_luns
` [RFC 18/22] target: Rename TPG initiator_node_acl to target_* prefix
` [RFC 19/22] target: Rename TPG register/deregister "
` [RFC 20/22] target: Rename LUN lookup/add/remove "
` [RFC 21/22] target: Rename se_node_acl->lun_entry_hlist "
` [RFC 22/22] target: Rename se_port/se_device export "

[PATCH] am53c974: Fix crash during modprobe
 2015-03-27  7:57 UTC  (2+ messages)

[PATCH V2 0/7] scsi: storvsc: Miscellaneous enhancements and fixes
 2015-03-27  7:27 UTC  (8+ messages)
` [PATCH V2 1/7] scsi: storvsc: Increase the ring buffer size
  ` [PATCH V2 2/7] scsi: storvsc: Size the queue depth based on the ringbuffer size
  ` [PATCH V2 3/7] scsi: storvsc: Always send on the selected outgoing channel
  ` [PATCH V2 4/7] scsi: storvsc: Retrieve information about the capability of the target
  ` [PATCH V2 5/7] scsi: storvsc: Fix a bug in copy_from_bounce_buffer()
  ` [PATCH V2 6/7] scsi: storvsc: Don't assume that the scatterlist is not chained
  ` [PATCH 7/7] scsi: storvsc: Set the tablesize based on the information given by the host

[PATCH] [RESEND][SCSI] ips: remove unused defines
 2015-03-27  1:18 UTC  (2+ messages)

[PATCH] aic7xxx: replace kmalloc/memset by kzalloc
 2015-03-27  0:51 UTC  (8+ messages)
` [PATCH] [RESEND] "

Scsi Error handling query
 2015-03-26 18:43 UTC  (3+ messages)

BUG: SCSI aic7xxx driver and AMD IOMMU
 2015-03-26 17:09 UTC  (11+ messages)

[PATCH 6/6] ipr: Driver version 2.6.1
 2015-03-26 16:24 UTC 

[PATCH 5/6] ipr: AF DASD raw mode implementation in ipr driver
 2015-03-26 16:23 UTC 

[PATCH 4/6] ipr: Re-enable write same
 2015-03-26 16:23 UTC 

[PATCH 3/6] ipr: Fix possible error path oops during initialization
 2015-03-26 16:23 UTC 

[PATCH 2/6] ipr: Reset in task context
 2015-03-26 16:23 UTC 

[PATCH 1/6] ipr: Reboot speed improvements
 2015-03-26 16:23 UTC 

[PATCH v3 00/42] hpsa updates
 2015-03-26 15:18 UTC  (19+ messages)
` [PATCH v3 31/42] hpsa: call pci_release_regions after pci_disable_device
` [PATCH v3 32/42] hpsa: skip free_irq calls if irqs are not allocated
` [PATCH v3 33/42] hpsa: cleanup for init_one step 2 in kdump
` [PATCH v3 34/42] hpsa: fix try_soft_reset error handling
` [PATCH v3 35/42] hpsa: create workqueue after the driver is ready for use
` [PATCH v3 36/42] hpsa: add interrupt number to /proc/interrupts interrupt name
` [PATCH v3 37/42] hpsa: use block layer tag for command allocation
` [PATCH v3 38/42] hpsa: use scsi host_no as hpsa controller number
` [PATCH v3 39/42] hpsa: propagate the error code in hpsa_kdump_soft_reset
` [PATCH v3 40/42] hpsa: cleanup reset
` [PATCH v3 41/42] hpsa: change driver version
` [PATCH v3 42/42] hpsa: add PMC to copyright

[PATCH 0/7] aacraid driver updates
 2015-03-26 14:43 UTC  (23+ messages)
` [PATCH 1/7] aacraid: AIF support for SES device add/remove
` [PATCH 2/7] aacraid: IOCTL pass-through command fix
` [PATCH 3/7] aacraid: 4KB sector support
` [PATCH 4/7] aacraid: MSI-x support
` [PATCH 5/7] aacraid: vpd page code 0x83 support
` [PATCH 6/7] aacraid: performance improvement changes
` [PATCH 7/7] aacraid: AIF raw device remove support

blk-mq startup crash in 3.19 with qlogic on sparc64
 2015-03-26  6:54 UTC 

[PATCH 0/3] iscsi/iser-target: Convert to kthread.h + fix logout failure
 2015-03-26  6:45 UTC  (8+ messages)
` [PATCH 1/3] iscsi-target: Convert iscsi_thread_set usage to kthread.h
` [PATCH 2/3] iscsi-target: Drop legacy iscsi_target_tq.c logic
` [PATCH 3/3] iser-target: Handle special case for logout during connection failure

Help-desk Service Center requires your immediate re-activation of your Email
 2015-03-26  3:27 UTC 

RFC: should we deprecate unmaintained isa-only drivers?
 2015-03-25 20:52 UTC  (2+ messages)

Transakce /
 2015-03-25 13:35 UTC 

[PATCH v2 0/9] snic:initial submission of snic driver for Cisco SCSI HBA
 2015-03-25 11:16 UTC  (19+ messages)
` [PATCH v2 1/9] snic: snic module infrastructure
` [PATCH v2 2/9] snic:Add interrupt, resource firmware interfaces
` [PATCH v2 3/9] snic:Add meta request, handling of meta requests
` [PATCH v2 4/9] snic:Add snic target discovery
` [PATCH v2 5/9] snic:add SCSI handling, AEN, and fwreset handling
` [PATCH v2 6/9] snic:Add low level queuing interfaces
` [PATCH v2 7/9] snic:Add sysfs entries to list stats and trace data
` [PATCH v2 8/9] snic:Add event tracing to capture IO events
` [PATCH v2 9/9] snic:Add Makefile, patch Kconfig, MAINTAINERS

[PATCH 0/3] FCoE support in cxgb4 driver
 2015-03-24 19:26 UTC  (5+ messages)
` [PATCH 1/3] cxgb4: add cxgb4_fcoe.h and macro definitions for FCoE
` [PATCH 2/3] cxgb4: add cxgb4_fcoe.c "
` [PATCH 3/3] cxgb4: update Kconfig and Makefile for FCoE support

[PATCH 0/7] scsi: storvsc: Miscellaneous enhancements and fixes
 2015-03-24 16:29 UTC  (14+ messages)
` [PATCH RESEND 1/7] scsi: storvsc: Increase the ring buffer size
  ` [PATCH RESEND 2/7] scsi: storvsc: Size the queue depth based on the ringbuffer size
  ` [PATCH RESEND 3/7] scsi: storvsc: Always send on the selected outgoing channel
  ` [PATCH RESEND 4/7] scsi: storvsc: Retrieve information about the capability of the target
  ` [PATCH 5/7] scsi: storvsc: Fix a bug in copy_from_bounce_buffer()
  ` [PATCH 6/7] scsi: storvsc: Don't assume that the scatterlist is not chained
  ` [PATCH V2 7/7] scsi: storvsc: Set the tablesize based on the information given by the host

[PATCH 0/3] Fix return code for ioctl( BLKRRPART ) if device is down
 2015-03-24 10:42 UTC  (6+ messages)
` [PATCH 1/3] block: Return error in rescan_partitions if revalidating disk failed
` [PATCH 2/3] sd: Return error in sd_revalidate_disk if read capacity failed
` [PATCH 3/3] sd: Return -EIO "

Rv: CONGRATULATIONS AND READ THE ATTACHED LETTER FROM MICROSOFT
 2015-03-23 21:51 UTC 

laina
 2015-03-23 14:40 UTC 

iSCSI regression with linux 3.9 and 4.0
 2015-03-23 13:54 UTC  (12+ messages)

[PATCH 0/3] scsi: storvsc: Increase the tablesize based on host's capabilities
 2015-03-22  2:03 UTC  (2+ messages)

[Scst-devel] scst qla2xxx.ko VS kernel qla2xxx.ko
 2015-03-21  5:59 UTC 

[GIT PULL] target fixes for v4.0-rc5
 2015-03-21  4:15 UTC 

[PATCH v1 16/47] fusion: use __arch_phys_wc_add()
 2015-03-20 23:18 UTC 

[Scst-devel] scst qla2xxx.ko VS kernel qla2xxx.ko
 2015-03-20 20:33 UTC  (2+ messages)

[PATCH 0/15] don't export static symbol
 2015-03-20 18:42 UTC  (3+ messages)
` [PATCH 15/15] iscsi-target: "

noise in target_core_register_fabric
 2015-03-20 18:40 UTC  (3+ messages)

[PATCH] scsi: sd: add a capacity_override attribute
 2015-03-20 16:32 UTC  (6+ messages)

use dedicated storage for scsi_debug LUNs
 2015-03-20 12:07 UTC  (7+ messages)

[PATCH] scsi: fnic: use kernel's '%pM' format option to print MAC
 2015-03-20  2:50 UTC  (3+ messages)

[Bug 95101] scsi/mpt2sas: setpci reset results in kernel oops
 2015-03-19 21:46 UTC  (2+ messages)

SMRFFS - EXT4, and a few stack changes
 2015-03-19 15:59 UTC 

[PATCH RESUBMIT] Enclosure: fix WARN ON when doing dlpar removing an adapter in dual patch devices
 2015-03-18 22:56 UTC  (2+ messages)

Suggestions for testing SAS cables via sg3_utils
 2015-03-18 20:14 UTC  (2+ messages)

[PATCH] scsi: match wait_for_completion_timeout return type
 2015-03-18 17:33 UTC  (2+ messages)

OOPS: unplugging western digital passport drive
 2015-03-18 14:49 UTC  (4+ messages)

[PATCH v7 0/3] Add ioctl and debug utilities to UFS driver
 2015-03-18 13:20 UTC  (7+ messages)
` [PATCH v7 1/3] scsi: ufs: add ioctl interface for query request
` [PATCH v7 2/3] scsi: ufs: add debugfs for ufs
` [PATCH v7 3/3] scsi: ufs: add trace events and dump prints for debug

[PATCHv2 0/3] qla2xxx, qla4xxx: re-use %p[hmM] specifiers to print variables
 2015-03-18  8:47 UTC  (3+ messages)
` [PATCHv2 3/3] scsi: qla4xxx: print MAC and SID via %p[mM][R]

[patch] scsi: silence an overflow warning
 2015-03-18  8:21 UTC 

iSCSI bug
 2015-03-18  4:57 UTC  (3+ messages)

[PATCH] libfc: abort an exchange in case of underrun error
 2015-03-18  0:12 UTC 


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