messages from 2015-11-15 21:10:54 to 2015-11-18 08:35:12 UTC [more...]
[PATCH 00/71] More fixes, cleanup and modernization for NCR5380 drivers
2015-11-18 8:35 UTC (17+ 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 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
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 00/32] HiSilicon SAS driver
2015-11-17 16:24 UTC (37+ messages)
` [PATCH v4 01/32] [SCSI] sas: centralise ssp frame information units
` [PATCH v4 03/32] scsi: hisi_sas: add initial bare main driver
` [PATCH v4 05/32] scsi: hisi_sas: scan device tree
` [PATCH v4 06/32] scsi: hisi_sas: add HW DMA structures
` [PATCH v4 07/32] scsi: hisi_sas: allocate memories and create pools
` [PATCH v4 08/32] scsi: hisi_sas: add hisi_sas_remove
` [PATCH v4 09/32] scsi: hisi_sas: add slot init code
` [PATCH v4 10/32] scsi: hisi_sas: add cq structure initialization
` [PATCH v4 11/32] scsi: hisi_sas: add phy SAS ADDR initialization
` [PATCH v4 14/32] scsi: hisi_sas: add hisi sas device type
` [PATCH v4 16/32] scsi: hisi_sas: add timer and spinlock init
` [PATCH v4 18/32] scsi: hisi_sas: add v1 hardware register definitions
` [PATCH v4 20/32] scsi: hisi_sas: add v1 hw interrupt init
` [PATCH v4 23/32] scsi: hisi_sas: add cq interrupt handler
` [PATCH v4 24/32] scsi: hisi_sas: add dev_found and dev_gone
` [PATCH v4 02/32] devicetree: bindings: scsi: HiSi SAS
` [PATCH v4 04/32] scsi: hisi_sas: add scsi host registration
` [PATCH v4 12/32] scsi: hisi_sas: set dev DMA mask
` [PATCH v4 13/32] scsi: hisi_sas: add hisi_hba workqueue
` [PATCH v4 15/32] scsi: hisi_sas: add phy and port init
` [PATCH v4 17/32] scsi: hisi_sas: add v1 hw module init
` [PATCH v4 19/32] scsi: hisi_sas: add v1 HW initialisation code
` [PATCH v4 21/32] scsi: hisi_sas: add path from phyup irq to SAS framework
` [PATCH v4 22/32] scsi: hisi_sas: add ssp command function
` [PATCH v4 25/32] scsi: hisi_sas: add abnormal irq handler
` [PATCH v4 26/32] scsi: hisi_sas: add bcast interrupt handler
` [PATCH v4 28/32] scsi: hisi_sas: add scan finished and start
` [PATCH v4 31/32] scsi: hisi_sas: add fatal irq handler
` [PATCH v4 27/32] scsi: hisi_sas: add smp protocol support
` [PATCH v4 29/32] scsi: hisi_sas: add tmf methods
` [PATCH v4 30/32] scsi: hisi_sas: add control phy handler
` [PATCH v4 32/32] MAINTAINERS: add maintainer for HiSi SAS driver
[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-libfc: Delete an unnecessary check before the function call "kmem_cache_destroy"
2015-11-17 8:44 UTC (4+ messages)
` [PATCH] SCSI-aic94xx: Delete unnecessary checks "
` [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 (5+ 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 0/2] Fix a hard lockup in scsi_remove_target()
2015-11-16 17:57 UTC (6+ messages)
` [PATCH 2/2] Restart list search after unlock in scsi_remove_target
[PATCH] ib_srp: initialize dma_length in srp_map_idb
2015-11-16 17:52 UTC (7+ messages)
You have received a new fax, document 00413917
2015-11-16 15:16 UTC
[PATCH 0/2] target: kthread login failure hung task + CAW use-after-free
2015-11-16 11:27 UTC (3+ messages)
` [PATCH 1/2] iscsi-target: Fix rx_login_comp hang after login failure
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox