linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-10-12 06:20:22 to 2016-10-14 05:20:15 UTC [more...]

[PATCH v2 1/2] scsi: Handle Unit Attention when issuing SCSI command
 2016-10-14  5:19 UTC  (3+ messages)
` [PATCH v2 2/2] scsi: sr: Drop custom handling of unit attention

[PATCH v5 0/4] Enabling ATA Command Priorities
 2016-10-13 23:37 UTC  (9+ messages)
` [PATCH v5 1/4] block: Add iocontext priority to request
` [PATCH v5 2/4] fusion: remove iopriority handling
` [PATCH v5 3/4] ata: Enabling ATA Command Priorities
` [PATCH v5 4/4] ata: ATA Command Priority Disabled By Default

[PATCH v3 01/17] Fix few small typos in lpfc_scsi.c
 2016-10-13 22:06 UTC 

[PATCH v3 03/17] lpfc: Fix sg_reset on SCSI device causing kernel crash
 2016-10-13 22:06 UTC 

[PATCH v3 05/17] lpfc: Make lpfc_prot_xxx params per hba parameters
 2016-10-13 22:06 UTC 

[PATCH v3 07/17] lpfc: Code cleanup for lpfc_enable_rrq parameter
 2016-10-13 22:06 UTC 

[PATCH v3 09/17] lpfc: Code cleanup for lpfc_topology parameter
 2016-10-13 22:06 UTC 

[PATCH v3 00/17] lpfc: Update driver to version 11.2.0.2
 2016-10-13 22:06 UTC 

[PATCH v3 02/17] lpfc: Correct embedded io wq element size
 2016-10-13 22:06 UTC 

[PATCH v3 04/17] lpfc: Set driver environment data on adapter
 2016-10-13 22:06 UTC 

[PATCH v3 06/17] lpfc: Code clean up for lpfc_iocb_cnt parameter
 2016-10-13 22:06 UTC 

[PATCH v3 08/17] lpfc: Code cleanup for lpfc_aer_support parameter
 2016-10-13 22:06 UTC 

[PATCH v4 0/4] Enabling ATA Command Priorities
 2016-10-13 22:12 UTC  (14+ messages)
` [PATCH v4 1/4] block: Add iocontext priority to request
` [PATCH v4 2/4] fusion: remove iopriority handling
` [PATCH v4 3/4] ata: Enabling ATA Command Priorities
` [PATCH v4 4/4] ata: ATA Command Priority Disabled By Default

[PATCH v3 15/17] lpfc: Synchronize link speed with boot driver
 2016-10-13 22:06 UTC 

[PATCH v3 11/17] lpfc: Code cleanup for lpfc_sriov_nr_virtfn parameter
 2016-10-13 22:06 UTC 

[PATCH v3 13/17] lpfc: Fix lost target in pt-to-pt connect
 2016-10-13 22:06 UTC 

[PATCH v3 17/17] lpfc: lpfc version changed to 11.2.0.2
 2016-10-13 22:06 UTC 

[PATCH v3 10/17] lpfc: Code cleanup for lpfc_max_scsicmpl_time parameter
 2016-10-13 22:06 UTC 

[PATCH v3 12/17] lpfc: Revise strings with full lpfc parameter name
 2016-10-13 22:06 UTC 

[PATCH v3 14/17] lpfc: Correct panics with eh_timeout and eh_deadline
 2016-10-13 22:06 UTC 

[PATCH v3 16/17] lpfc: Fix fw download on SLI-4 FC adapters
 2016-10-13 22:06 UTC 

[PATCH RFC 2/2] blk-mq: Avoid memory reclaim when remapping queues
 2016-10-13 21:15 UTC 

[PATCH] scsi: hpsa: remove unneeded void pointer cast
 2016-10-13 20:45 UTC  (2+ messages)

[PATCH 1/1] [4.9-rc] ipr: Fix async error WARN_ON
 2016-10-13 19:45 UTC 

[PATCH] ufs: changing maintainer
 2016-10-13 18:14 UTC  (2+ messages)

[PATCH v1 0/3] Fixes for problems found during testing
 2016-10-13 16:02 UTC  (11+ messages)
` [PATCH v1 1/3] Synchronization of cmds during termination conditions
` [PATCH v2 0/6] Fixes for ibmvscsis driver
  ` [PATCH v2 1/6] ibmvscsis: Rearrange functions for future patches
  ` [PATCH v2 2/6] ibmvscsis: Synchronize cmds at tpg_enable_store time
  ` [PATCH v2 3/6] ibmvscsis: Synchronize cmds at remove time
  ` [PATCH v2 4/6] ibmvscsis: Clean up properly if target_submit_cmd/tmr fails
  ` [PATCH v2 5/6] ibmvscsis: Return correct partition name/# to client
  ` [PATCH v2 6/6] ibmvscsis: Issues from Dan Carpenter/Smatch

[PATCH] MAINTAINERS: remove defunct iss storage mailing list
 2016-10-13 16:57 UTC 

[PATCH v2 00/16] Convert FibreChannel bsg code to use bsg-lib
 2016-10-13 16:24 UTC  (38+ messages)
` [PATCH v2 01/16] scsi: Get rid of struct fc_bsg_buffer
  ` [PATCH v2 02/16] scsi: don't use fc_bsg_job::request and fc_bsg_job::reply directly
  ` [PATCH v2 03/16] scsi: fc: Export fc_bsg_jobdone and use it in FC drivers
  ` [PATCH v2 04/16] scsi: Unify interfaces of fc_bsg_jobdone and bsg_job_done
  ` [PATCH v2 05/16] scsi: fc: provide fc_bsg_to_shost() helper
  ` [PATCH v2 06/16] scsi: fc: provide fc_bsg_to_rport() helper
  ` [PATCH v2 07/16] scsi: libfc: don't set FC_RQST_STATE_DONE before calling fc_bsg_jobdone()
  ` [PATCH v2 10/16] scsi: change FC drivers to use 'struct bsg_job'
  ` [PATCH v2 13/16] scsi: fc: use bsg_job_done
` [PATCH v2 08/16] scsi: fc: implement kref backed reference counting
` [PATCH v2 09/16] block: add reference counting for struct bsg_job
` [PATCH v2 11/16] scsi: fc: Use bsg_destroy_job
` [PATCH v2 12/16] scsi: fc: use bsg_softirq_done
` [PATCH v2 14/16] block: add bsg_job_put() and bsg_job_get()
` [PATCH v2 15/16] scsi: fc: move FC transport's bsg code to bsg-lib
` [PATCH v2 16/16] block: unexport bsg_softirq_done() again

[PATCH v3 00/16] Convert FibreChannel bsg code to use bsg-lib
 2016-10-13 16:12 UTC  (19+ messages)
` [PATCH v3 01/16] scsi: Get rid of struct fc_bsg_buffer
` [PATCH v3 08/16] scsi: fc: implement kref backed reference counting
` [PATCH v3 09/16] block: add reference counting for struct bsg_job
` [PATCH v3 11/16] scsi: fc: Use bsg_destroy_job
` [PATCH v3 12/16] scsi: fc: use bsg_softirq_done
  ` [PATCH v3 02/16] scsi: don't use fc_bsg_job::request and fc_bsg_job::reply directly
  ` [PATCH v3 03/16] scsi: fc: Export fc_bsg_jobdone and use it in FC drivers
  ` [PATCH v3 04/16] scsi: Unify interfaces of fc_bsg_jobdone and bsg_job_done
  ` [PATCH v3 05/16] scsi: fc: provide fc_bsg_to_shost() helper
  ` [PATCH v3 06/16] scsi: fc: provide fc_bsg_to_rport() helper
  ` [PATCH v3 07/16] scsi: libfc: don't set FC_RQST_STATE_DONE before calling fc_bsg_jobdone()
  ` [PATCH v3 10/16] scsi: change FC drivers to use 'struct bsg_job'
  ` [PATCH v3 13/16] scsi: fc: use bsg_job_done
` [PATCH v3 14/16] block: add bsg_job_put() and bsg_job_get()
` [PATCH v3 15/16] scsi: fc: move FC transport's bsg code to bsg-lib
` [PATCH v3 16/16] block: unexport bsg_softirq_done() again

[PATCH] cciss: remove unneeded void pointer cast
 2016-10-13 16:10 UTC 

[PATCH 00/24] FCoE VN2VN fixes, part two
 2016-10-13 14:06 UTC  (29+ messages)
` [PATCH 01/24] libfc: additional debugging messages
` [PATCH 02/24] libfc: spurious I/O error under high load
` [PATCH 03/24] libfc: use configured lport R_A_TOV
` [PATCH 04/24] libfc: use configured rport E_D_TOV
` [PATCH 05/24] libfc: sanitize E_D_TOV and R_A_TOV setting
` [PATCH 06/24] fcoe: make R_A_TOV and E_D_TOV configurable
` [PATCH 07/24] libfc: do not overwrite DID_TIME_OUT status
` [PATCH 08/24] libfc: use error code for fc_rport_error()
` [PATCH 09/24] libfc: Implement RTV responder
` [PATCH 10/24] libfc: Rework PRLI handling
` [PATCH 11/24] libfc: Return LS_RJT_BUSY for PRLI in status PLOGI
` [PATCH 12/24] libfc: Clarify ramp-down messages
` [PATCH 13/24] libfc: safeguard against invalid exchange index
` [PATCH 14/24] libfc: quarantine timed out xids
` [PATCH 15/24] libfc: don't fail sequence abort for completed exchanges
` [PATCH 16/24] libfc: Do not drop out-of-order frames
` [PATCH 17/24] libfc: reset timeout on queue full
` [PATCH 18/24] libfc: wait for E_D_TOV when out-of-order sequence is received
` [PATCH 19/24] libfc: Check xid when looking up REC exchanges
` [PATCH 20/24] fcoe: set default TC priority
` [PATCH 21/24] fcoe: catch invalid values for the 'enabled' attribute
` [PATCH 22/24] fcoe: FIP debugging
` [PATCH 23/24] fcoe: correct sending FIP VLAN packets on VLAN 0
` [PATCH 24/24] fcoe: filter out frames from invalid vlans

Issue with fc_exch_alloc failing initiated by fc_queuecommand on NUMA or large configurations with Intel ixgbe running FCOE
 2016-10-13 12:55 UTC  (9+ messages)
  ` [Open-FCoE] "
            ` Patch: Revert commit 3e22760d4db6fd89e0be46c3d132390a251da9c6 due to performance issues

[patch] zfcp: spin_lock_irqsave() is not nestable
 2016-10-13 11:27 UTC  (2+ messages)

[PATCH] mptscsih: remove bogus interpretation of request->ioprio
 2016-10-13  8:53 UTC  (2+ messages)

[PATCH 16/17 v2] lpfc: Fix fw download on SLI-4 FC adapters
 2016-10-13  8:18 UTC  (2+ messages)

[PATCH 14/17 v2] lpfc: Correct panics with eh_timeout and eh_deadline
 2016-10-13  7:54 UTC  (2+ messages)

[PATCH 15/17 v2] lpfc: Synchronize link speed with boot driver
 2016-10-13  8:08 UTC  (2+ messages)

[PATCH 01/17 v2] Fix few small typos in lpfc_scsi.c
 2016-10-13  7:46 UTC  (2+ messages)

[PATCH 03/17 v2] lpfc: Fix sg_reset on SCSI device causing kernel crash
 2016-10-13  7:51 UTC  (2+ messages)

[PATCH 02/17 v2] lpfc: Correct embedded io wq element size
 2016-10-13  7:49 UTC  (2+ messages)

[PATCH 00/10] mm: adjust get_user_pages* functions to explicitly pass FOLL_* flags
 2016-10-13  7:32 UTC  (13+ messages)
` [PATCH 01/10] mm: remove write/force parameters from __get_user_pages_locked()
` [PATCH 02/10] mm: remove write/force parameters from __get_user_pages_unlocked()
` [PATCH 03/10] mm: replace get_user_pages_unlocked() write/force parameters with gup_flags
` [PATCH 04/10] mm: replace get_user_pages_locked() "
` [PATCH 05/10] mm: replace get_vaddr_frames() "
` [PATCH 06/10] mm: replace get_user_pages() "
` [PATCH 07/10] mm: replace get_user_pages_remote() "
` [PATCH 08/10] mm: replace __access_remote_vm() write parameter "
` [PATCH 09/10] mm: replace access_remote_vm() "
` [PATCH 10/10] mm: replace access_process_vm() "

[PATCH 0/2] Locking issue in libiscsi and be2iscsi
 2016-10-13  6:38 UTC  (3+ messages)
` [PATCH 1/2] libiscsi: Fix locking in __iscsi_conn_send_pdu
` [PATCH 2/2] be2iscsi: Replace _bh with _irqsave/irqrestore

[PATCH 10/17 v2] lpfc: Code cleanup for lpfc_max_scsicmpl_time parameter
 2016-10-12 20:14 UTC 

[PATCH 12/17 v2] lpfc: Revise strings with full lpfc parameter name
 2016-10-12 20:14 UTC 

[PATCH 11/17 v2] lpfc: Code cleanup for lpfc_sriov_nr_virtfn parameter
 2016-10-12 20:14 UTC 

[PATCH 13/17 v2] lpfc: Fix lost target in pt-to-pt connect
 2016-10-12 20:14 UTC 

[PATCH 17/17 v2] lpfc: lpfc version changed to 11.2.0.2
 2016-10-12 20:14 UTC 

[PATCH 00/17 v2] lpfc: Update driver to version 11.2.0.2
 2016-10-12 20:14 UTC 

[PATCH 04/17 v2] lpfc: Set driver environment data on adapter
 2016-10-12 20:14 UTC 

[PATCH 06/17 v2] lpfc: Code clean up for lpfc_iocb_cnt parameter
 2016-10-12 20:14 UTC 

[PATCH 08/17 v2] lpfc: Code cleanup for lpfc_aer_support parameter
 2016-10-12 20:14 UTC 

[PATCH 05/17 v2] lpfc: Make lpfc_prot_xxx params per hba parameters
 2016-10-12 20:14 UTC 

[PATCH 07/17 v2] lpfc: Code cleanup for lpfc_enable_rrq parameter
 2016-10-12 20:14 UTC 

[PATCH 09/17 v2] lpfc: Code cleanup for lpfc_topology parameter
 2016-10-12 20:14 UTC 

[PATCH 1/2] scsi: Handle Unit Attention when issuing SCSI command
 2016-10-12 13:15 UTC  (2+ messages)

[bug report] scsi: hisi_sas: add internal abort to hisi_sas_abort_task()
 2016-10-12 10:01 UTC  (2+ messages)

[PATCH 00/44] Convert FibreChannel bsg code to use bsg-lib
 2016-10-12  7:06 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).