linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-11-16 19:03:27 to 2015-11-18 08:46:40 UTC [more...]

[PATCH 00/71] More fixes, cleanup and modernization for NCR5380 drivers
 2015-11-18  8:36 UTC  (72+ messages)
` [PATCH 01/71] atari_scsi: Fix SCSI host ID setting
` [PATCH 02/71] ncr5380: Remove redundant static variable initializers
` [PATCH 03/71] ncr5380: Eliminate PDEBUG*, TDEBUG* and DTCDEBUG* macros
` [PATCH 04/71] ncr5380: Remove more pointless macros
` [PATCH 05/71] ncr5380: Remove NCR5380_local_declare and NCR5380_setup macros
` [PATCH 06/71] ncr5380: Remove NCR5380_instance_name macro
` [PATCH 07/71] ncr5380: Split NCR5380_init() into two functions
` [PATCH 08/71] ncr5380: Move NCR53C400-specific code
` [PATCH 09/71] atari_NCR5380: Reset bus on driver initialization if required
` [PATCH 10/71] atari_NCR5380: Remove RESET_BOOT, CONFIG_ATARI_SCSI_TOSHIBA_DELAY and CONFIG_ATARI_SCSI_RESET_BOOT
` [PATCH 11/71] ncr5380: Simplify bus reset handlers
` [PATCH 12/71] ncr5380: Remove unused hostdata->aborted flag
` [PATCH 13/71] ncr5380: Remove redundant register writes
` [PATCH 14/71] ncr5380: Use return instead of goto in NCR5380_select()
` [PATCH 15/71] ncr5380: Always escalate bad target time-out "
` [PATCH 16/71] ncr5380: Proceed with next command after NCR5380_select() calls scsi_done
` [PATCH 17/71] ncr5380: Keep BSY asserted when entering SELECTION phase
` [PATCH 18/71] ncr5380: Eliminate USLEEP_WAITLONG delay
` [PATCH 19/71] ncr5380: Cleanup bogus {request,release}_region() calls
` [PATCH 20/71] ncr5380: Introduce unbound workqueue
` [PATCH 21/71] ncr5380: Sleep when polling, if possible
` [PATCH 22/71] ncr5380: Eliminate selecting state
` [PATCH 23/71] ncr5380: Always retry arbitration and selection
` [PATCH 24/71] ncr5380: Implement NCR5380_dma_xfer_len and remove LIMIT_TRANSFERSIZE macro
` [PATCH 25/71] ncr5380: Rework disconnect versus poll logic
` [PATCH 26/71] ncr5380: Fix NCR5380_transfer_pio() result
` [PATCH 27/71] ncr5380: Add missing lock in eh_abort_handler
` [PATCH 28/71] ncr5380: Drop DEF_SCSI_QCMD macro
` [PATCH 29/71] ncr5380: Remove references to linked commands
` [PATCH 30/71] ncr5380: Add missing break after case MESSAGE_REJECT
` [PATCH 31/71] ncr5380: Fix !REQ timeout in do_abort()
` [PATCH 32/71] ncr5380: Fix bus phase "
` [PATCH 33/71] atari_NCR5380: Set do_abort() timeouts
` [PATCH 34/71] atari_NCR5380: Use arbitration timeout
` [PATCH 35/71] ncr5380: Dont wait for BUS FREE after disconnect
` [PATCH 36/71] ncr5380: Use work_struct instead of delayed_work
` [PATCH 37/71] ncr5380: Standardize work queueing algorithm
` [PATCH 38/71] ncr5380: Remove UNSAFE macro
` [PATCH 39/71] ncr5380: Standardize interrupt handling
` [PATCH 40/71] ncr5380: Introduce NCR5380_poll_politely2
` [PATCH 41/71] ncr5380: Replace redundant flags with FLAG_NO_DMA_FIXUP
` [PATCH 42/71] ncr5380: Replace READ_OVERRUNS macro with FLAG_NO_DMA_FIXUPS
` [PATCH 43/71] ncr5380: Standardize reselection handling
` [PATCH 44/71] ncr5380: Fix off-by-one bug in extended_msg[] bounds check
` [PATCH 45/71] ncr5380: Cleanup #include directives
` [PATCH 46/71] ncr5380: Fix NDEBUG_NO_DATAOUT flag
` [PATCH 47/71] ncr5380: Fix and cleanup scsi_host_template initializers
` [PATCH 48/71] atari_NCR5380: Fix queue_size limit
` [PATCH 49/71] atari_NCR5380: Introduce FLAG_DTC3181E
` [PATCH 50/71] ncr5380: Change instance->host_lock to hostdata->lock
` [PATCH 51/71] ncr5380: Remove command list debug code
` [PATCH 52/71] ncr5380: Remove H_NO macro and introduce dsprintk
` [PATCH 53/71] ncr5380: Use shost_priv helper
` [PATCH 54/71] ncr5380: Use dsprintk() for queue debugging
` [PATCH 55/71] ncr5380: Remove LIST and REMOVE macros
` [PATCH 56/71] ncr5380: Remove redundant volatile qualifiers
` [PATCH 57/71] ncr5380: Use standard list data structure
` [PATCH 58/71] ncr5380: Refactor command completion
` [PATCH 59/71] ncr5380: Fix autosense bugs
` [PATCH 60/71] ncr5380: Implement new eh_abort_handler
` [PATCH 61/71] ncr5380: Fix EH during arbitration and selection
` [PATCH 62/71] ncr5380: Implement new eh_bus_reset_handler
` [PATCH 63/71] atari_NCR5380: Remove HOSTNO macro from printk() and seq_printf() calls
` [PATCH 64/71] atari_NCR5380: Eliminate HOSTNO macro
` [PATCH 65/71] atari_scsi, sun3_scsi: Remove global Scsi_Host pointer
` [PATCH 66/71] ncr5380: Fix soft lockups
` [PATCH 67/71] ncr5380: Cleanup comments
` [PATCH 68/71] ncr5380: Fix whitespace issues using regexp
` [PATCH 69/71] ncr5380: Merge changes from atari_NCR5380.c
` [PATCH 70/71] atari_NCR5380: Merge changes from NCR5380.c
` [PATCH 71/71] ncr5380: Cleanup whitespace and parentheses

add a proper completion queue abstraction
 2015-11-18  7:59 UTC  (25+ messages)
` [PATCH 1/9] move blk_iopoll to limit and make it generally available
` [PATCH 2/9] IB: add a proper completion queue abstraction
` [PATCH 3/9] IB: add a helper to safely drain a QP
` [PATCH 4/9] srpt: chain RDMA READ/WRITE requests
` [PATCH 5/9] srpt: use the new CQ API
` [PATCH 6/9] srp: "

[PATCH v2] qla2xxx: Remove unavailable firmware files
 2015-11-17 23:35 UTC  (2+ messages)

[PATCH, RESEND] qla2xxx: Fix rwlock recursion
 2015-11-17 23:22 UTC  (4+ messages)

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

[PATCH 1/2] qla2xxx: Remove unavailable firmware files
 2015-11-17 21:04 UTC 

[PATCH] qla2xxx: Remove unavailable firmware files
 2015-11-17 20:03 UTC 

[PATCH] [SCSI] st: Remove obsolete scsi_tape.max_pfn
 2015-11-17 19:59 UTC  (3+ messages)

[PATCH 00/52] [resend] atp870u: Major rework
 2015-11-17 18:24 UTC  (53+ messages)
` [PATCH 01/52] atp870u: Remove workport
` [PATCH 02/52] atp870u: Remove tmport1
` [PATCH 03/52] atp870u: Untangle tmport
` [PATCH 04/52] atp870u: Untangle tmport #2
` [PATCH 05/52] atp870u: Untangle tmport #3
` [PATCH 06/52] atp870u: Untangle tmport #4
` [PATCH 07/52] atp870u: Untangle tmport #5
` [PATCH 08/52] atp870u: Untangle tmport #6
` [PATCH 09/52] atp870u: Untangle tmport #7
` [PATCH 10/52] atp870u: Untangle tmport #8
` [PATCH 11/52] atp870u: Untangle tmpcip
` [PATCH 12/52] atp870u: Untangle tmpcip #2
` [PATCH 13/52] atp870u: Remove ugly gotos
` [PATCH 14/52] atp870u: Remove ugly gotos #2
` [PATCH 15/52] atp870u: Remove ugly gotos #3
` [PATCH 16/52] atp870u: Remove ugly gotos #4
` [PATCH 17/52] atp870u: Remove ugly gotos #5
` [PATCH 18/52] atp870u: Introduce HW access wrappers
` [PATCH 19/52] atp870u: Convert is870() to use wrappers
` [PATCH 20/52] atp870u: Convert is880() "
` [PATCH 21/52] atp870u: Convert is885() "
` [PATCH 22/52] atp870u: Unify code format in is870(), is880() and is885()
` [PATCH 23/52] atp870u: Add channel parameter to is870() and is880()
` [PATCH 24/52] atp870u: Move chip-specific lines out of is880() and is885()
` [PATCH 25/52] atp870u: Remove is880()
` [PATCH 26/52] atp870u: Add wide_chip parameter to is870() and is885()
` [PATCH 27/52] atp870u: Add remaining 870 support to is885()
` [PATCH 28/52] atp870u: Move 870-specific code out of is870()
` [PATCH 29/52] atp870u: Remove is870()
` [PATCH 30/52] atp870u: Rename is885() to atp_is()
` [PATCH 31/52] atp870u: Convert remaining in[bwl] and out[bwl] to wrappers
` [PATCH 32/52] atp870u: Replace port 0x80 delay by udelay
` [PATCH 33/52] atp870u: Fix incorrect writeb_io access to register 0x3a
` [PATCH 34/52] atp870u: Introduce atp_set_host_id
` [PATCH 35/52] atp870u: Reduce log spam on module load/unload
` [PATCH 36/52] atp870u: Remove empty tscam_885()
` [PATCH 37/52] atp870u: Use module_pci_driver
` [PATCH 38/52] atp870u: Use n_io_port in request_region and release_region
` [PATCH 39/52] atp870u: Remove useless and broken card counting
` [PATCH 40/52] atp870u: Remove unused irq from struct atp_unit
` [PATCH 41/52] atp870u: Improve _probe()
` [PATCH 42/52] atp870u: Improve unsupported chip detection
` [PATCH 43/52] atp870u: Remove chip_ver from struct atp_unit
` [PATCH 44/52] atp870u: Simplify _probe()
` [PATCH 45/52] atp870u: Introduce is880(), is885() and remove dev_id
` [PATCH 46/52] atp870u: Use pci_request_regions
` [PATCH 47/52] atp870u: Request IRQ later, remove weird locking
` [PATCH 48/52] atp870u: Remove scam_on from struct atp_unit
` [PATCH 49/52] atp870u: Initialize tables earlier
` [PATCH 50/52] atp870u: Introduce atp880_init()
` [PATCH 51/52] atp870u: Introduce atp885_init()
` [PATCH 52/52] atp870u: Introduce atp870_init()

[PATCH 1/1] iscsi: fix regression caused by session lock patch
 2015-11-17 16:55 UTC  (8+ messages)

[PATCH v5 00/32] HiSilicon SAS driver
 2015-11-17 16:50 UTC  (33+ messages)
` [PATCH v5 01/32] [SCSI] sas: centralise ssp frame information units
` [PATCH v5 02/32] devicetree: bindings: scsi: HiSi SAS
` [PATCH v5 03/32] scsi: hisi_sas: add initial bare main driver
` [PATCH v5 04/32] scsi: hisi_sas: add scsi host registration
` [PATCH v5 05/32] scsi: hisi_sas: scan device tree
  ` [PATCH v5 06/32] scsi: hisi_sas: add HW DMA structures
  ` [PATCH v5 14/32] scsi: hisi_sas: add hisi sas device type
  ` [PATCH v5 26/32] scsi: hisi_sas: add bcast interrupt handler
  ` [PATCH v5 28/32] scsi: hisi_sas: add scan finished and start
` [PATCH v5 07/32] scsi: hisi_sas: allocate memories and create pools
` [PATCH v5 08/32] scsi: hisi_sas: add hisi_sas_remove
` [PATCH v5 09/32] scsi: hisi_sas: add slot init code
` [PATCH v5 10/32] scsi: hisi_sas: add cq structure initialization
` [PATCH v5 11/32] scsi: hisi_sas: add phy SAS ADDR initialization
` [PATCH v5 12/32] scsi: hisi_sas: set dev DMA mask
` [PATCH v5 13/32] scsi: hisi_sas: add hisi_hba workqueue
` [PATCH v5 15/32] scsi: hisi_sas: add phy and port init
` [PATCH v5 16/32] scsi: hisi_sas: add timer and spinlock init
` [PATCH v5 17/32] scsi: hisi_sas: add v1 hw module init
` [PATCH v5 18/32] scsi: hisi_sas: add v1 hardware register definitions
` [PATCH v5 19/32] scsi: hisi_sas: add v1 HW initialisation code
` [PATCH v5 20/32] scsi: hisi_sas: add v1 hw interrupt init
` [PATCH v5 21/32] scsi: hisi_sas: add path from phyup irq to SAS framework
` [PATCH v5 22/32] scsi: hisi_sas: add ssp command function
` [PATCH v5 23/32] scsi: hisi_sas: add cq interrupt handler
` [PATCH v5 24/32] scsi: hisi_sas: add dev_found and dev_gone
` [PATCH v5 25/32] scsi: hisi_sas: add abnormal irq handler
` [PATCH v5 27/32] scsi: hisi_sas: add smp protocol support
` [PATCH v5 29/32] scsi: hisi_sas: add tmf methods
` [PATCH v5 30/32] scsi: hisi_sas: add control phy handler
` [PATCH v5 31/32] scsi: hisi_sas: add fatal irq handler
` [PATCH v5 32/32] MAINTAINERS: add maintainer for HiSi SAS driver

[PATCH v4 03/32] scsi: hisi_sas: add initial bare main driver
 2015-11-17 16:24 UTC  (2+ messages)

[PATCH for-next 05/10] iser: Have initiator and target to share protocol structures and definitions
 2015-11-17 10:07 UTC  (4+ messages)

[PATCH v5 00/11] exynos-ufs: add support for Exynos
 2015-11-17  8:50 UTC  (10+ messages)
` [PATCH v5 02/11] phy: exynos-ufs: add UFS PHY driver for EXYNOS SoC
` [PATCH v5 06/11] scsi: ufs: add quirk to enable host controller without hce
` [PATCH v5 11/11] scsi: ufs-exynos: add UFS host support for Exynos SoCs

[PATCH] SCSI-aic94xx: Delete unnecessary checks before the function call "kmem_cache_destroy"
 2015-11-17  8:44 UTC  (3+ messages)
                                ` [PATCH] scsi_lib: Delete unnecessary checks before two function calls
                                ` [PATCH] SCSI-lpfc: Delete unnecessary checks before the function call "mempool_destroy"

[PATCH, resend] scsi: advansys: fix big-endian builds
 2015-11-17  6:46 UTC  (2+ messages)

[PATCH v2] Separate target visibility from reaped state information
 2015-11-17  6:22 UTC  (2+ messages)

[PATCH 2/2] qla2xxx: fix rwlock recursion
 2015-11-16 22:57 UTC 

[PATCH v4 05/32] scsi: hisi_sas: scan device tree
 2015-11-16 21:10 UTC  (2+ 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).