linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-10-06 18:26:20 to 2016-10-13 00:20:12 UTC [more...]

[PATCH 00/10] mm: adjust get_user_pages* functions to explicitly pass FOLL_* flags
 2016-10-13  0:20 UTC  (3+ 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 16/17 v2] lpfc: Fix fw download on SLI-4 FC adapters
 2016-10-12 20:14 UTC 

[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 14/17 v2] lpfc: Correct panics with eh_timeout and eh_deadline
 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 15/17 v2] lpfc: Synchronize link speed with boot driver
 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 02/17 v2] lpfc: Correct embedded io wq element size
 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 01/17 v2] Fix few small typos in lpfc_scsi.c
 2016-10-12 20:14 UTC 

[PATCH 03/17 v2] lpfc: Fix sg_reset on SCSI device causing kernel crash
 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 v2 00/16] Convert FibreChannel bsg code to use bsg-lib
 2016-10-12 15:54 UTC  (18+ messages)
` [PATCH v2 01/16] scsi: Get rid of struct fc_bsg_buffer
` [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 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 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

Issue with fc_exch_alloc failing initiated by fc_queuecommand on NUMA or large configurations with Intel ixgbe running FCOE
 2016-10-12 15:46 UTC  (9+ messages)
        ` [Open-FCoE] "

[PATCH v1 0/3] Fixes for problems found during testing
 2016-10-12 14:09 UTC  (6+ messages)
` [PATCH v1 1/3] Synchronization of cmds during termination conditions
` [PATCH v1 2/3] Properly handle if target_submit_cmd/tmr fails
` [PATCH v1 3/3] Return correct partition name/number to client

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

[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  (48+ messages)
` [PATCH 01/44] scsi: Get rid of struct fc_bsg_buffer
` [PATCH 02/44] bfa: don't use fc_bsg_job::request and fc_bsg_job::reply directly
` [PATCH 03/44] zfcp: "
` [PATCH 04/44] ibmvfc: "
` [PATCH 05/44] lpfc: "
` [PATCH 06/44] qla2xxx: "
` [PATCH 08/44] scsi: fc: "
` [PATCH 09/44] scsi: fc: Export fc_bsg_jobdone
` [PATCH 10/44] zfcp: Use fc_bsg_jobdone()
` [PATCH 11/44] bfa: "
` [PATCH 12/44] ibmvfc: "
` [PATCH 14/44] lpfc: "
` [PATCH 15/44] qla2xxx: "
` [PATCH 16/44] scsi: fc: remove job_done method from struct fc_bsg_job
` [PATCH 18/44] scsi: fc: provide fc_bsg_to_shost() helper
` [PATCH 19/44] scsi: fc: use fc_bsg_to_shost() to access a bsg_job's Scsi_Host
` [PATCH 20/44] bfa: "
` [PATCH 21/44] lpfc: "
` [PATCH 22/44] qla2xxx: "
` [PATCH 24/44] ibmvfc: "
` [PATCH 25/44] zfcp: "
` [PATCH 26/44] scsi: fc: provide fc_bsg_to_rport() helper
` [PATCH 27/44] scsi: fc: use fc_bsg_to_rport() to access a bsg_job's rport
` [PATCH 28/44] zfcp: "
` [PATCH 29/44] qla2xxx: "
` [PATCH 30/44] lpfc: "
` [PATCH 32/44] ibmvfc: "
` [PATCH 34/44] scsi: fc: implement kref backed reference counting
` [PATCH 35/44] block: add reference counting for struct bsg_job
  ` [PATCH 07/44] libfc: don't use fc_bsg_job::request and fc_bsg_job::reply directly
  ` [PATCH 13/44] libfc: Use fc_bsg_jobdone()
  ` [PATCH 17/44] scsi: Unify interfaces of fc_bsg_jobdone and bsg_job_done
  ` [PATCH 23/44] libfc: use fc_bsg_to_shost() to access a bsg_job's Scsi_Host
  ` [PATCH 31/44] libfc: use fc_bsg_to_rport() to access a bsg_job's rport
  ` [PATCH 33/44] scsi: libfc: don't set FC_RQST_STATE_DONE before calling fc_bsg_jobdone()
  ` [PATCH 36/44] scsi: change FC drivers to use 'struct bsg_job'
` [PATCH 37/44] block: export bsg_destroy_job
` [PATCH 38/44] scsi: fc: Use bsg_destroy_job
` [PATCH 39/44] block: export bsg_softirq_done
` [PATCH 40/44] scsi: fc: use bsg_softirq_done
` [PATCH 41/44] scsi: fc: use bsg_job_done
` [PATCH 42/44] block: add bsg_job_put() and bsg_job_get()
` [PATCH 43/44] scsi: fc: move FC transport's bsg code to bsg-lib
` [PATCH 44/44] block: unexport bsg_softirq_done() again

[PATCH v2 0/7] Introduce blk_quiesce_queue() and blk_resume_queue()
 2016-10-12  0:41 UTC  (10+ messages)
` [PATCH v2 1/7] blk-mq: Introduce blk_mq_queue_stopped()
` [PATCH v2 6/7] SRP transport: Port srp_wait_for_queuecommand() to scsi-mq
` [PATCH v2 7/7] [RFC] nvme: Fix a race condition

[PATCH] scsi: NCR5380: no longer mark irq probing as __init
 2016-10-11 23:20 UTC  (4+ messages)

[RESEND PATCH] scsi: ufs: fix race between clock gating and devfreq scaling work
 2016-10-11 23:15 UTC 

[PATCH] scsi: ufs: add support for BLKSECDISCARD
 2016-10-11 22:50 UTC  (5+ messages)

[PATCH] SCSI: remove one useless stack variable
 2016-10-11 22:02 UTC  (3+ messages)

[Resend PATCH] SCSI: scan: fix use-after-free
 2016-10-11 22:01 UTC  (3+ messages)

[PATCH] scsi: replace wrong device handler name for CLARiiON arrays
 2016-10-11 21:58 UTC  (6+ messages)
      ` [dm-devel] "

[RESEND PATCH v3] scsi: ufshcd: fix possible unclocked register access
 2016-10-11 21:55 UTC  (3+ messages)

[PATCHv2 0/7] libfc: sanitize kref and state machine fixes
 2016-10-11 21:07 UTC  (2+ messages)

[PATCH v2 0/3] hisi_sas add hip07 support
 2016-10-11 20:34 UTC  (4+ messages)
` [PATCH v2 1/3] devicetree: bindings: scsi: "

[PATCH] fnic: Use time64_t to represent trace timestamps
 2016-10-11 20:28 UTC  (2+ messages)

replace pci_enable_msi_{exact_range} with pci_alloc_irq_vectors
 2016-10-11 20:18 UTC  (5+ messages)
` [PATCH 1/6] arcmsr: use pci_alloc_irq_vectors
` [PATCH 2/6] ipr: use pci_irq_allocate_vectors

[PATCH 0/9] Introduce blk_quiesce_queue() and blk_resume_queue()
 2016-10-11 16:27 UTC  (2+ messages)

[PATCH 15/23] scsi_dh_alua: Add new blacklist flag 'BLIST_SYNC_ALUA'
 2016-10-11  6:00 UTC  (2+ messages)

[PATCH v3 00/12] Fixes, cleanup and g_NCR5380_mmio/g_NCR5380 merger
 2016-10-10 22:57 UTC  (19+ messages)
` [PATCH v3 02/12] scsi/cumana_1: Remove unused cumanascsi_setup() function
` [PATCH v3 01/12] scsi/g_NCR5380: Merge g_NCR5380 and g_NCR5380_mmio drivers
` [PATCH v3 03/12] scsi/atari_scsi: Make device register accessors re-entrant
` [PATCH v3 05/12] scsi/ncr5380: Increase register polling limit
` [PATCH v3 04/12] scsi/ncr5380: Simplify "
` [PATCH v3 09/12] scsi/ncr5380: Pass hostdata pointer to register polling routines
` [PATCH v3 12/12] scsi/ncr5380: Suppress unhelpful "interrupt without IRQ bit" message
` [PATCH v3 08/12] scsi/ncr5380: Use correct types for device register accessors
` [PATCH v3 07/12] scsi/ncr5380: Store IO ports and addresses in host private data
` [PATCH v3 06/12] scsi/ncr5380: Improve hostdata struct member alignment and cache-ability
` [PATCH v3 11/12] scsi/ncr5380: Use correct types for DMA routines
` [PATCH v3 10/12] scsi/ncr5380: Expedite register polling

[PATCH 01/10] ufs: introduce setup_xfer_req callback
 2016-10-10  7:06 UTC  (3+ messages)

[RESEND PATCH] scsi: fix ata_port_wait_eh() hang caused by missing to wake up eh thread
 2016-10-09 15:24 UTC  (2+ messages)

[PATCH v2 00/12] Fixes, cleanup and g_NCR5380_mmio/g_NCR5380 merger
 2016-10-09  7:22 UTC  (15+ messages)
` [PATCH v2 01/12] scsi/g_NCR5380: Merge g_NCR5380 and g_NCR5380_mmio drivers
` [PATCH v2 04/12] scsi/ncr5380: Simplify register polling limit
` [PATCH v2 05/12] scsi/ncr5380: Increase "
` [PATCH v2 09/12] scsi/ncr5380: Pass hostdata pointer to register polling routines
` [PATCH v2 12/12] scsi/ncr5380: Suppress unhelpful "interrupt without IRQ bit" message
` [PATCH v2 06/12] scsi/ncr5380: Improve hostdata struct member alignment and cache-ability
` [PATCH v2 03/12] scsi/atari_scsi: Make device register accessors re-enterant
` [PATCH v2 08/12] scsi/ncr5380: Use correct types for device register accessors
` [PATCH v2 10/12] scsi/ncr5380: Expedite register polling
` [PATCH v2 11/12] scsi/ncr5380: Use correct types for DMA routines
` [PATCH v2 02/12] scsi/cumana_1: Remove unused cumanascsi_setup() function
` [PATCH v2 07/12] scsi/ncr5380: Store IO ports and addresses in host private data

[PATCH] SCSI: scan: fix use-after-free
 2016-10-09  5:14 UTC 

[PATCH v2 0/8] Support for Exynos specific UFS driver
 2016-10-08 16:38 UTC  (2+ messages)

[RESEND PATCH v2 0/10] Support for Exynos specific UFS driver
 2016-10-08  3:18 UTC 

iscsi_trx going into D state
 2016-10-08  2:59 UTC  (2+ messages)

[PATCH] scsi: update rdac devices at scsi_dh_rdac
 2016-10-07 16:55 UTC 

[PATCH v1 1/8] ufs: add some vendor specific operations
 2016-10-07  5:14 UTC  (6+ messages)

[PATCH v3] scsi: ufshcd: fix possible unclocked register access
 2016-10-07  1:57 UTC 

[PATCH v2] scsi: ufshcd: fix possible unclocked register access
 2016-10-07  1:20 UTC  (5+ messages)

[PATCH v1 0/8] Support for Exynos specific UFS driver
 2016-10-07  1:19 UTC  (3+ messages)

[PATCH] scsi: ufs: fix race between clock gating and devfreq scaling work
 2016-10-07  1:16 UTC 

Geschäftsvorschlag!!!
 2016-10-06 16:52 UTC 

[PATCH] scsi: fcoe: fix off-by-one array size comparison
 2016-10-06 18:26 UTC 


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