linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-12-15 15:55:33 to 2015-12-21 06:57:29 UTC [more...]

[PATCH v2 00/16] qla2xxx: Patches for target-pending branch
 2015-12-21  6:57 UTC  (18+ messages)
` [PATCH v2 01/16] qla2xxx: Enable Extended Logins support
` [PATCH v2 02/16] qla2xxx: Enable Exchange offload support
` [PATCH v2 03/16] qla2xxx: Enable Target counters in DebugFS
` [PATCH v2 04/16] qla2xxx: Add FW resource count "
` [PATCH v2 05/16] qla2xxx: Added interface to send explicit LOGO
` [PATCH v2 06/16] qla2xxx: Delete session if initiator is gone from FW
` [PATCH v2 07/16] qla2xxx: Wait for all conflicts before ack'ing PLOGI
` [PATCH v2 08/16] qla2xxx: Replace QLA_TGT_STATE_ABORTED with a bit
` [PATCH v2 09/16] qla2xxx: Remove dependency on hardware_lock to reduce lock contention
` [PATCH v2 10/16] qla2xxx: Add irq affinity notification
` [PATCH v2 11/16] qla2xxx: Add selective command queuing
` [PATCH v2 12/16] qla2xxx: Move atioq to a different lock to reduce lock contention
` [PATCH v2 13/16] qla2xxx: Disable ZIO at start time
` [PATCH v2 14/16] qla2xxx: Set all queues to 4k
` [PATCH v2 15/16] qla2xxx: Add bulk send for atio & ctio completion paths
` [PATCH v2 16/16] qla2xxx: Check for online flag instead of active reset when transmitting responses

[PATCH 00/15] be2iscsi: driver update 11.0.0.0
 2015-12-21  4:47 UTC  (40+ messages)
` [PATCH 01/15] be2iscsi: Fix soft lockup in mgmt_get_all_if_id path using bmbx
` [PATCH 02/15] be2iscsi: Fix mbox synchronization replacing spinlock with mutex
` [PATCH 03/15] be2iscsi: Fix to use atomic operations for tag_state
` [PATCH 04/15] be2iscsi: Fix to synchronize tag allocation using spin_lock
` [PATCH 05/15] be2iscsi: Set mbox timeout to 30s
` [PATCH 06/15] be2iscsi: Added return value check for mgmt_get_all_if_id
` [PATCH 07/15] be2iscsi: Fix to remove shutdown entry point
` [PATCH 08/15] be2iscsi: Fix VLAN support for IPv6 network
` [PATCH 09/15] be2iscsi: Fix to handle misconfigured optics events
` [PATCH 10/15] be2iscsi: Add FW config validation
` [PATCH 11/15] be2iscsi: Fix return value for MCC completion
` [PATCH 12/15] be2iscsi: Fix IOPOLL implementation
` [PATCH 13/15] be2iscsi: Fix to process 25G link speed info from FW
` [PATCH 14/15] be2iscsi: Fix WRB leak in login/logout path
` [PATCH 15/15] be2iscsi: Update the driver version

Dear Friend,
 2015-12-20 15:29 UTC 

JUST REPLY YES ONLY
 2015-12-20  9:51 UTC 

ATTENTION!!!!!!
 2015-12-20  5:33 UTC 

[PATCH] SCSI-lpfc: Use a signed return type for two functions
 2015-12-19 20:17 UTC  (2+ messages)

[PATCH] mpt3sas:Fix missing error checks for calls to _transport_phy_reset in mpt3sas_transport.c
 2015-12-19 19:43 UTC 

[PATCH] mpt3sas:Fix missing error checks for calls to _transport_phy_reset in mpt3sas_transport.c
 2015-12-19 19:42 UTC 

[PATCH V3 0/4] scsi: storvsc: Properly support FC hosts
 2015-12-19  2:28 UTC  (14+ messages)
` [PATCH V3 1/4] scsi: storvsc: Fix a bug in the layout of the hv_fc_wwn_packet
  ` [PATCH V3 2/4] scsi: storvsc: Properly support Fibre Channel devices
  ` [PATCH V3 3/4] scsi: storvsc: Refactor the code in storvsc_channel_init()
  ` [PATCH V3 4/4] scsi: storvsc: Tighten up the interrupt path

[GIT PULL] SCSI fixes for 4.4-rc5
 2015-12-19  2:09 UTC 

[PATCH 0/3] hpsa update
 2015-12-18 20:19 UTC  (8+ messages)
` [PATCH 2/3] hpsa: change SAS transport devices to bus 0
` [PATCH 3/3] hpsa: add box and bay information for enclosure devices

scsi-mq performance check
 2015-12-18 16:50 UTC  (6+ messages)

[PATCH 00/15] megaraid_sas: Updates for scsi-next
 2015-12-18 14:49 UTC  (19+ messages)
` [PATCH 01/15] megaraid_sas: Do not allow PCI access during OCR
` [PATCH 02/15] megaraid_sas: MFI IO timeout handling
` [PATCH 03/15] megaraid_sas: Syncing request flags macro names with firmware
` [PATCH 04/15] megaraid_sas: Task management support
` [PATCH 05/15] megaraid_sas: Update device Queue depth based on interface type
` [PATCH 06/15] megaraid_sas: Fastpath region lock bypass
` [PATCH 07/15] megaraid_sas: Reply Descriptor Post Queue(RDPQ) support
  ` [PATCH] megaraid_sas: fix kzalloc-simple.cocci warnings
` [PATCH 08/15] megaraid_sas: Code optimization build_and_issue_cmd return-type
` [PATCH 09/15] megaraid_sas: Dual Queue depth support
` [PATCH 10/15] megaraid_sas: IO throttling support
` [PATCH 11/15] megaraid_sas: Make adprecovery variable atomic
` [PATCH 12/15] megaraid_sas: MFI adapter's OCR changes
` [PATCH 13/15] megaraid_sas: Introduce module parameter for SCSI command-timeout
` [PATCH 14/15] megaraid_sas: SPERC OCR changes
` [PATCH 15/15] megaraid_sas: SPERC boot driver reorder

Review & Reply
 2015-12-18 10:18 UTC 

[PATCH 0/2] target: kthread login failure hung task + CAW use-after-free
 2015-12-18 13:05 UTC  (2+ messages)

[PATCH RFC 0/2] avoid crashing when reading /proc/scsi/scsi and simultaneously removing devices
 2015-12-18  9:23 UTC  (6+ messages)
` [PATCH RFC 1/2] drivers/base: add bus_device_iter_init, bus_device_iter_next, bus_device_iter_exit
` [PATCH RFC 2/2] scsi_proc: Change /proc/scsi/scsi to use bus device iterator

[PATCH 1/1] mvsas: add SGPIO support to Marvell 94xx
 2015-12-18  9:19 UTC  (2+ messages)

[PATCH v1 0/3] hpsa update
 2015-12-18  9:12 UTC  (5+ messages)
` [PATCH v1 1/3] hpsa: fix path_info_show
` [PATCH v1 2/3] hpsa: change SAS transport devices to bus 0
` [PATCH v1 3/3] hpsa: add box and bay information for enclosure devices

[PATCH] megaraid:Make various functions static in megaraid_sas_fusion.c
 2015-12-18  7:01 UTC 

[PATCH] megaraid:Make the function megasas_alloc_cmd_fusion static
 2015-12-18  6:57 UTC 

Reviews, please
 2015-12-18  3:32 UTC 

[PATCH 16/17] lpfc: Use kzalloc instead of kmalloc
 2015-12-17 22:58 UTC  (4+ messages)

[PATCH 15/17] lpfc: Delete unnecessary checks before the function call "mempool_destroy"
 2015-12-17 22:35 UTC  (3+ messages)

[PATCH 0/6] cxlflash: Miscellaneous fixes and updates
 2015-12-17 22:30 UTC  (8+ messages)
` [PATCH 1/6] cxlflash: Fix to escalate LINK_RESET also on port 1
` [PATCH 2/6] cxlflash: Fix to avoid virtual LUN failover failure
` [PATCH 5/6] cxlflash: Resolve oops in wait_port_offline

Patch size problem
 2015-12-17 22:26 UTC  (2+ messages)

NMI watchdog: BUG: soft lockup - CPU#1 stuck for 22s! [kworker/1:1:29]
 2015-12-17 21:27 UTC 

[PATCHv4 0/1] Update SCSI hosts to use ida for host number mgmt
 2015-12-17 19:24 UTC  (17+ messages)
` [PATCHv4 1/1] SCSI: hosts: update to use ida_simple for host_no management

[patch] qla2xxx: fix a timeout loop
 2015-12-17 16:47 UTC  (6+ messages)

[PATCH 11/17] lpfc: Use new FDMI speed definitions for 10G, 25G and 40G FCoE
 2015-12-17 16:05 UTC  (4+ messages)

[PATCH 08/17] lpfc: Fix RDP Speed reporting
 2015-12-17 16:04 UTC  (4+ messages)

[PATCH 14/17] lpfc: Add logging for misconfigured optics
 2015-12-17 16:03 UTC  (4+ messages)

[PATCH 03/17] lpfc: Added throttle logging support
 2015-12-17 15:57 UTC  (3+ messages)

[PATCH 1/3] scsi_debug: Increase the reported optimal transfer length
 2015-12-17 13:27 UTC  (9+ messages)
` [PATCH 2/3] sd: Reject optimal transfer length smaller than page size
` [PATCH 3/3] block: Export max_dev_sectors_kb in sysfs

[RFC PATCH] lpfc: Add lockdep assertions
 2015-12-17  8:59 UTC  (5+ messages)

[PATCH 17/17] lpfc: Update version to 11.0.0.10 for upstream patch set
 2015-12-17  8:39 UTC  (2+ messages)

Review & Reply
 2015-12-17  0:55 UTC 

[PATCH 13/17] lpfc: Fix external loopback failure
 2015-12-17  8:33 UTC  (2+ messages)

[PATCH 12/17] lpfc: Fix mbox reuse in PLOGI completion
 2015-12-17  8:32 UTC  (2+ messages)

[PATCH 10/17] lpfc: Make write check error processing more resilient
 2015-12-17  8:26 UTC  (2+ messages)

[PATCH 09/17] lpfc: Fix RDP ACC being too long
 2015-12-17  8:25 UTC  (2+ messages)

[PATCH 07/17] lpfc: Modularize and cleanup FDMI code in driver
 2015-12-17  8:24 UTC  (2+ messages)

Note to driver maintainers
 2015-12-17  8:19 UTC  (2+ messages)

[PATCH 06/17] lpfc: Fix crash in fcp command completion path
 2015-12-17  8:18 UTC  (2+ messages)

[PATCH 05/17] lpfc: Fix driver crash when module parameter lpfc_fcp_io_channel set to 16
 2015-12-17  8:18 UTC  (2+ messages)

[PATCH 04/17] lpfc: Fix RegLogin failed error seen on Lancer FC during port bounce
 2015-12-17  8:16 UTC  (2+ messages)

[PATCH 02/17] lpfc: Fix the FLOGI discovery logic to comply with T11 standards
 2015-12-17  8:10 UTC  (2+ messages)

[PATCH 01/17] lpfc: Fix FCF Infinite loop in lpfc_sli4_fcf_rr_next_index_get
 2015-12-17  8:02 UTC  (2+ messages)

[PATCH v2] hisi_sas: use platform_get_irq()
 2015-12-17  3:34 UTC  (2+ messages)

[PATCH] lpfc: replaced kmalloc + memset with kzalloc
 2015-12-16 23:20 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2 1/2] scsi: lpfc: Use kzalloc instead of kmalloc
 2015-12-16 23:20 UTC  (3+ messages)

[PATCH] SCSI-lpfc: Delete unnecessary checks before the function call "mempool_destroy"
 2015-12-16 23:17 UTC  (2+ messages)

[PATCH 00/17] lpfc: Update to revision 11.0.0.10
 2015-12-16 23:11 UTC 

Ende des Jahres,
 2015-12-16 17:49 UTC 

kernel BUG at block/bio.c:1787! while initializing scsi_debug on ppc64 host
 2015-12-16  7:25 UTC  (14+ messages)

[PATCH 0/15] copy offload patches
 2015-12-16  3:05 UTC  (4+ messages)

qla2xxx: ISP27xx add tests for incomplete template
 2015-12-15 22:27 UTC  (2+ messages)

[PATCH v2 0/6] cxlflash: Miscellaneous fixes and updates
 2015-12-15 21:04 UTC  (3+ messages)
` [PATCH v2 3/6] cxlflash: Removed driver date print

[PATCH] bnx2fc:Add proper locking protection in bnx2fc_ctrlr_enabled
 2015-12-15 19:51 UTC  (2+ messages)

[PATCH v2 3/9] aacraid: Added EEH support
 2015-12-15 19:10 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;
as well as URLs for NNTP newsgroup(s).