linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-08-27 12:41:55 to 2015-09-02 20:28:56 UTC [more...]

[PATCH v7 0/8] Fix error message and present UFS variant
 2015-09-02 20:28 UTC  (10+ messages)
` [PATCH v7 1/8] phy: qcom-ufs: fix build error when the component is built as a module
` [PATCH v7 2/8] scsi: ufs-qcom: fix compilation warning if compiled "
` [PATCH v7 3/8] scsi: ufs-qcom: update configuration option of SCSI_UFS_QCOM component
` [PATCH v7 4/8] add ufshcd_get_variant ufshcd_set_variant
` [PATCH v7 5/8] scsi: ufs: creates wrapper functions for vops
` [PATCH v7 6/8] scsi: ufs: make the UFS variant a platform device
` [PATCH v7 7/8] scsi: ufs-qcom: add debug prints for test bus
` [PATCH v7 8/8] scsi: ufs-qcom: add QUniPro hardware support and power optimizations

[PATCH v5 0/8] Fix error message and present UFS variant
 2015-09-02 16:03 UTC  (11+ messages)
` [PATCH v5 1/8] phy: qcom-ufs: fix build error when the component is built as a module
` [PATCH v5 2/8] scsi: ufs-qcom: fix compilation warning if compiled "
` [PATCH v5 3/8] scsi: ufs-qcom: update configuration option of SCSI_UFS_QCOM component
` [PATCH v5 4/8] add ufshcd_get_variant ufshcd_set_variant
` [PATCH v5 5/8] scsi: ufs: creates wrapper functions for vops
` [PATCH v5 6/8] scsi: ufs: make the UFS variant a platform device
` [PATCH v5 7/8] scsi: ufs-qcom: add debug prints for test bus
` [PATCH v5 8/8] scsi: ufs-qcom: add QUniPro hardware support and power optimizations

[PATCH v6 0/8] Fix error message and present UFS variant
 2015-09-02 14:34 UTC  (6+ messages)
` [PATCH v6 1/8] phy: qcom-ufs: fix build error when the component is built as a module
` [PATCH v6 2/8] scsi: ufs-qcom: fix compilation warning if compiled "
` [PATCH v6 3/8] scsi: ufs-qcom: update configuration option of SCSI_UFS_QCOM component
` [PATCH v6 4/8] add ufshcd_get_variant ufshcd_set_variant
` [PATCH v6 5/8] scsi: ufs: creates wrapper functions for vops

SCSI scanning behavior
 2015-09-02 14:31 UTC  (3+ messages)
  ` [PATCH] SCSI: Scale up REPORT_LUNS timeout on failure

[PATCH] SCSI: mvsas: Fix NULL pointer dereference in mvs_slot_task_free
 2015-09-02 12:08 UTC  (3+ messages)

[PATCH v3 00/15] Big fixes, retries, handle a race condition
 2015-09-02 10:13 UTC  (16+ messages)
` [PATCH v3 01/15] scsi: ufs: clear UTRD, UPIU req and rsp before new transfers
` [PATCH v3 02/15] scsi: ufs: clear fields "
` [PATCH v3 03/15] scsi: ufs: verify command tag validity
` [PATCH v3 04/15] scsi: ufs: clear outstanding_request bit in case query timeout
` [PATCH v3 05/15] scsi: ufs: increase fDeviceInit query response timeout
` [PATCH v3 06/15] scsi: ufs: avoid exception event handler racing with PM callbacks
` [PATCH v3 07/15] scsi: ufs: set REQUEST_SENSE command size to 18 bytes
` [PATCH v3 08/15] scsi: ufs: add retries to dme_peer get and set attribute
` [PATCH v3 09/15] scsi: ufs: add retries for hibern8 enter
` [PATCH v3 10/15] scsi: ufs: fix error recovery after the hibern8 exit failure
` [PATCH v3 11/15] scsi: ufs: retry failed query flag requests
` [PATCH v3 12/15] scsi: ufs: reduce the interrupts for power mode change requests
` [PATCH v3 13/15] scsi: ufs: add missing memory barriers
` [PATCH v3 14/15] scsi: ufs: commit descriptors before setting the doorbell
` [PATCH v3 15/15] scsi: ufs: add wrapper for retrying sending query attribute

[PATCHv4 00/23] asynchronous ALUA device handler
 2015-09-02  8:48 UTC  (43+ messages)
` [PATCH 01/23] scsi_dh_alua: Disable ALUA handling for non-disk devices
` [PATCH 04/23] scsi_dh_alua: use standard logging functions
` [PATCH 05/23] scsi_dh_alua: return standard SCSI return codes in submit_rtpg
` [PATCH 06/23] scsi_dh_alua: fixup description of stpg_endio()
` [PATCH 09/23] scsi_dh_alua: use unaligned access macros
` [PATCH 10/23] scsi_dh_alua: Pass buffer as function argument
` [PATCH 11/23] scsi_dh_alua: Make stpg synchronous
` [PATCH 12/23] scsi_dh_alua: switch to scsi_execute_req_flags()
` [PATCH 13/23] scsi_dh_alua: Use separate alua_port_group structure
` [PATCH 16/23] scsi: Add scsi_vpd_lun_id()
` [PATCH 17/23] scsi_dh_alua: use unique device id
` [PATCH 19/23] scsi_dh_alua: Use workqueue for RTPG
` [PATCH 20/23] scsi_dh_alua: Recheck state on unit attention
` [PATCH 21/23] scsi_dh_alua: update all port states
` [PATCH 22/23] scsi_dh_alua: Send TEST UNIT READY to poll for transitioning
` [PATCH 23/23] scsi_dh_alua: Update version to 2.0

[PATCH v4 0/8] Fix error message and present UFS variant
 2015-09-02  8:18 UTC  (11+ messages)
` [PATCH v4 1/8] phy: qcom-ufs: fix build error when the component is built as a module
` [PATCH v4 2/8] scsi: ufs-qcom: fix compilation warning if compiled "
` [PATCH v4 3/8] scsi: ufs-qcom: update configuration option of SCSI_UFS_QCOM component
` [PATCH v4 4/8] add ufshcd_get_variant ufshcd_set_variant
` [PATCH v4 5/8] scsi: ufs: creates wrapper functions for vops
` [PATCH v4 6/8] scsi: ufs: make the UFS variant a platform device
` [PATCH v4 7/8] scsi: ufs-qcom: add debug prints for test bus
` [PATCH v4 8/8] scsi: ufs-qcom: add QUniPro hardware support and power optimizations

[PATCHv3] Update scsi host to use ida for host number
 2015-09-02  6:48 UTC  (2+ messages)

[PATCHv2] Update scsi host to use ida for host number
 2015-09-01 23:44 UTC  (3+ messages)

[PATCH] scsi: fcoe: Convert use of __constant_htons to htons
 2015-09-01 22:43 UTC  (2+ messages)

[PATCH 09/14] fix: lpfc_send_rscn_event sends bigger buffer size
 2015-09-01 21:41 UTC  (2+ messages)

[PATCH 08/14] lpfc: Fix possible use-after-free and double free in lpfc_mbx_cmpl_rdp_page_a2()
 2015-09-01 21:37 UTC  (2+ messages)

[PATCH 06/14] lpfc:Make the function lpfc_sli4_mbox_completions_pending static in order to comply with function prototype
 2015-09-01 21:32 UTC  (2+ messages)

[PATCH 03/14] lpfc: in sli3 use configured sg_seg_cnt for sg_tablesize
 2015-09-01 21:27 UTC  (2+ messages)

[PATCH 02/14] lpfc: Remove unnessary cast
 2015-09-01 21:24 UTC  (2+ messages)

[GIT PULL] first round of SCSI updates for the 4.2+ merge window
 2015-09-01 17:36 UTC 

[PATCH] Update scsi host to use ida for host number
 2015-09-01 17:26 UTC  (5+ messages)

[PATCH] scsi_scan: move 'INQUIRY result too short' message to debug level
 2015-09-01 15:43 UTC  (4+ messages)

[PATCH 00/10] Integrate scsi_dh better into the scsi core V4
 2015-09-01  9:35 UTC  (7+ messages)
` [PATCH 02/10] dm-mpath, scsi_dh: request scsi_dh modules in scsi_dh, not dm-mpath
` [PATCH 10/10] scsi_dh: move 'dh_state' sysfs attribute to generic code

[PATCH v4] mpt2sas: setpci reset kernel oops fix
 2015-09-01  8:22 UTC  (2+ messages)

[PATCH] lpfc: Fix possible use-after-free and double free in lpfc_mbx_cmpl_rdp_page_a2()
 2015-08-31 20:53 UTC  (5+ messages)

[PATCH 14/14] lpfc: Update version to 11.0.0.0 for upstream patch set
 2015-08-31 20:48 UTC 

[PATCH 13/14] lpfc: Fix default RA_TOV and ED_TOV in the FC/FCoE driver for all topologies
 2015-08-31 20:48 UTC 

[PATCH 12/14] lpfc: The linux driver does not reinitiate discovery after a failed FLOGI
 2015-08-31 20:48 UTC 

[PATCH 11/14] lpfc: Fix for discovery failure in PT2PT when FLOGI's ELS ACC response gets aborted
 2015-08-31 20:48 UTC 

[PATCH 10/14] lpfc: Add support for Lancer G6 and 32G FC links
 2015-08-31 20:48 UTC 

[PATCH 07/14] lpfc: remove set but not used variables
 2015-08-31 20:48 UTC 

[PATCH 05/14] Fix kmalloc overflow in LPFC driver at large core count
 2015-08-31 20:48 UTC 

[PATCH 04/14] lpfc: Destroy lpfc_hba_index IDR on module exit
 2015-08-31 20:48 UTC 

[PATCH 01/14] lpfc: fix model description
 2015-08-31 20:48 UTC 

[PATCH 00/14] lpfc: Update to revision 11.0.0.0
 2015-08-31 20:48 UTC 

[PATCH] Remove check for SAS expander when querying bay/enclosure IDs
 2015-08-31 16:26 UTC  (3+ messages)

[PATCH 1/1] storvsc: Don't set the SRB_FLAGS_QUEUE_ACTION_ENABLE flag
 2015-08-31 15:21 UTC  (3+ messages)

[PATCH] hfcldd: Add Hitachi FC driver
 2015-08-31 15:06 UTC  (2+ messages)

[PATCH] scsi_scan: don't dump trace when scsi_prep_async_scan() is called twice
 2015-08-31 15:00 UTC 

[PATCH v3 9/10] megaraid_sas : Code refactor for use of requestorId
 2015-08-31 11:54 UTC 

[PATCH v3 10/10] megaraid_sas : Version upgrade
 2015-08-31 11:54 UTC 

[PATCH v3 8/10] megaraid_sas : Fix validHandles check in io path
 2015-08-31 11:54 UTC 

[PATCH v3 7/10] megaraid_sas : Print critical fw event message
 2015-08-31 11:53 UTC 

[PATCH v3 6/10] megaraid_sas : Chip reset if driver fail to bring ioc ready
 2015-08-31 11:53 UTC 

[PATCH v3 01/10] megaraid_sas : Synchronize driver headers with firmware APIs
 2015-08-31 11:52 UTC 

[PATCH v3 04/10] megaraid_sas : Code cleanup-use local variable drv_ops inside megasas_ioc_init_fusion
 2015-08-31 11:53 UTC 

[PATCH v3 5/10] megaraid_sas : Support for max_io_size 1MB
 2015-08-31 11:53 UTC 

[PATCH v3 0/10] megaraid_sas : Updates for scsi for-next
 2015-08-31 11:52 UTC 

[PATCH v3 02/10] megaraid_sas : Increase timeout to 60 secs for abort frames during shutdown
 2015-08-31 11:53 UTC 

[PATCH v3 3/10] megaraid_sas : Jbod sequence number support
 2015-08-31 11:53 UTC 

[PATCH v2 0/10] megaraid_sas : Updates for scsi for-next
 2015-08-31 11:49 UTC  (3+ messages)

[scsi 1/7 RESEND] scsi_debug: define pr_fmt() for consistent logging
 2015-08-31  8:07 UTC  (9+ messages)
` [scsi 5/7 RESEND] scsi_debug: schedule_resp fix input variable check

[PATCH 0/2] be2iscsi driver update to 10.6.0.1
 2015-08-31  6:56 UTC  (2+ messages)

[PATCH 0/2] mpt3sas: Reference counting fixes from in-flight mpt2sas
 2015-08-30 16:14 UTC  (10+ messages)

[PATCH v2 0/8] Fix error message and present UFS variant
 2015-08-30 13:18 UTC  (5+ messages)
` [PATCH v3 6/8] scsi: ufs: make the UFS variant a platform device

[PATCH v1 00/15] Big fixes, retries, handle a race condition
 2015-08-30  9:50 UTC  (10+ messages)
` [PATCH v1 14/15] scsi: ufs: commit descriptors before setting the doorbell

[PATCH-v2 0/2] mpt3sas: Reference counting fixes from for-next mpt2sas
 2015-08-30  7:54 UTC  (3+ messages)
` [PATCH-v2 1/2] mpt3sas: Refcount sas_device objects and fix unsafe list usage
` [PATCH-v2 2/2] mpt3sas: Refcount fw_events "

LSI megasas and duplicate erroneous devices?
 2015-08-30  3:37 UTC  (2+ messages)

Persistent Reservation API V3
 2015-08-29 13:52 UTC  (3+ messages)

[PATCH 0/2] Patches for scsi "misc" branch
 2015-08-28 19:09 UTC  (2+ messages)

[PATCH] scsi: fix scsi_error_handler vs. scsi_host_dev_release race
 2015-08-28 15:17 UTC  (5+ messages)

[PATCH 1/2] ipr: Inhibit underlength data check for AFDASD in raw mode
 2015-08-28 13:39 UTC  (4+ messages)
` [PATCH 2/2] ipr: Enable SIS pipe commands for SIS-32 devices

[PATCH 00/10] exynos-ufs: add support for Exynos
 2015-08-28 13:01 UTC  (7+ messages)
` [PATCH 01/10] phy: exynos-ufs: add UFS PHY driver for EXYNOS SoC
` [PATCH 02/10] scsi: ufs: add quirk to contain unconformable utrd field

[PATCH V8 0/9] aacraid: Patchset for aacraid driver version 41010
 2015-08-28 10:38 UTC  (10+ messages)
` [PATCH V8 1/9] aacraid: Fix for LD name and UID not exposed to OS
` [PATCH V8 2/9] aacraid: Add Power Management support
` [PATCH V8 3/9] aacraid: Change interrupt mode to MSI for Series 6
` [PATCH V8 4/9] aacraid: Enable 64bit write to controller register
` [PATCH V8 5/9] aacraid: Tune response path if IsFastPath bit set
` [PATCH V8 6/9] aacraid: Reset irq affinity hints
` [PATCH V8 7/9] aacraid: IOCTL fix
` [PATCH V8 8/9] aacraid: Use pci_enable_msix_range()
` [PATCH V8 9/9] aacraid: Update driver version

[PATCH V7 0/9] [SCSI] aacraid: Patchset for aacraid driver version 41010
 2015-08-28 10:35 UTC  (4+ messages)
` [PATCH V7 1/9] [SCSI] aacraid: Fix for logical device name and UID not exposed to the OS

[PATCH] megaraid_sas: init tasklet earlier
 2015-08-28 10:22 UTC  (4+ messages)

[scsi:misc 95/113] drivers/scsi/mpt3sas/mpt3sas_base.c:1820:1: sparse: symbol 'mpt3sas_base_unmap_resources' was not declared. Should it be static?
 2015-08-28  4:32 UTC  (3+ messages)
` [PATCH scsi] mpt3sas: mpt3sas_base_unmap_resources can be static

[scsi:misc 97/113] drivers/scsi/mpt3sas/mpt3sas_scsih.c:5013:27: sparse: restricted __le16 degrades to integer
 2015-08-28  1:34 UTC 

GREETINGS,
 2015-08-27 16:45 UTC 

GREETINGS,
 2015-08-27 16:45 UTC 

[PATCH] scsi_debug: fix failure to probe with scsi_level=1 or 2 due to NULL devip
 2015-08-27 14:14 UTC  (2+ messages)

[PATCH v2 00/15] Big fixes, retries, handle a race condition
 2015-08-27 12:41 UTC  (2+ messages)
` [PATCH v2 10/15] scsi: ufs: fix error recovery after the hibern8 exit failure


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).