public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-03-14 07:21:55 to 2016-03-18 18:23:25 UTC [more...]

[PATCH v1 1/3] Fix to cleanup aborted IO to avoid device being offlined by mid-layer
 2016-03-18 18:22 UTC  (2+ messages)
` [PATCH v1 3/3] Using rport->dd_data to check rport online instead of rport_lookup

[PATCH] scsi_common: do not clobber fixed sense information
 2016-03-18 16:19 UTC  (4+ messages)

[PATCH] libata: Set longer timeout for SETFEATURES_SPINUP
 2016-03-18 15:02 UTC  (4+ messages)

UFS V11 patch-set
 2016-03-18 14:53 UTC  (4+ messages)

[Bug 91711] New: 3w-9xxx: DMA-API: device driver tries to free DMA memory it has not allocated
 2016-03-18 14:38 UTC  (17+ messages)
` [Bug 91711] "

[PATCH 00/22] ncr5380: Eliminate macros, reduce code duplication, fix bugs etc
 2016-03-18  7:03 UTC  (55+ messages)
` [PATCH 02/22] ncr5380: Remove FLAG_NO_PSEUDO_DMA where possible
` [PATCH 03/22] ncr5380: Remove REAL_DMA and REAL_DMA_POLL macros
` [PATCH 04/22] atari_NCR5380: Remove DMA_MIN_SIZE macro
` [PATCH 05/22] ncr5380: Disable the DMA errata workaround flag by default
` [PATCH 06/22] ncr5380: Remove PSEUDO_DMA macro
` [PATCH 07/22] ncr5380: Remove BOARD_REQUIRES_NO_DELAY macro
` [PATCH 08/22] ncr5380: Use DMA hooks for PDMA
` [PATCH 09/22] ncr5380: Adopt uniform DMA setup convention
` [PATCH 10/22] ncr5380: Merge DMA implementation from atari_NCR5380 core driver
` [PATCH 11/22] atari_scsi: Adopt NCR5380.c "
` [PATCH 12/22] sun3_scsi: "
` [PATCH 13/22] ncr5380: Remove disused atari_NCR5380.c "
` [PATCH 14/22] ncr5380: Add MAX_LUN limit
` [PATCH 15/22] dmx3191d: Drop max_sectors limit
` [PATCH 16/22] ncr5380: Fix register decoding for debugging
` [PATCH 17/22] ncr5380: Remove remaining register storage qualifiers
` [PATCH 18/22] ncr5380: Remove DONT_USE_INTR and AUTOPROBE_IRQ macros
` [PATCH 19/22] ncr5380: Update usage documentation
` [PATCH 20/22] atari_scsi: Set a reasonable default for cmd_per_lun
` [PATCH 21/22] atari_scsi: Allow can_queue to be increased for Falcon
` [PATCH 22/22] mac_scsi: Fix pseudo DMA implementation

[PATCH 1/5] Fix to cleanup aborted IO to avoid device being offlined by mid-layer
 2016-03-17 17:51 UTC  (15+ messages)
` [PATCH 2/5] Cleanup the I/O that has timed out and is used to issue LUN reset
` [PATCH 3/5] Using rport->dd_data to check rport online instead of rport_lookup
` [PATCH 4/5] Setting scsi host template to indicate that fnic does not support multiqueue
` [PATCH 5/5] Leftshift returned scsi_cmnd error code 16 bits

[PATCH v11 5/6] add TC G210 platform driver
 2016-03-17 14:55 UTC  (2+ messages)

[PATCH] scsi: fc: use get/put_unaligned64 for wwn access
 2016-03-17 12:57 UTC  (3+ messages)

[PATCH v10 0/6] add support for DWC UFS Controller
 2016-03-17 12:49 UTC  (4+ messages)
` [PATCH v10 2/6] added UFS 2.0 capabilities
  ` [RESEND] [PATCH v11 "

[PATCH] scsi: ufs: select CONFIG_NLS
 2016-03-17 12:29 UTC 

(unknown)
 2016-03-17 11:57 UTC 

[PATCH 1/8] snic: Added additional stats
 2016-03-17  7:51 UTC  (8+ messages)
` [PATCH 2/8] snic: LUN goes offline due to scsi cmd timeouts
` [PATCH 3/8] snic: Handling control path queue issues
` [PATCH 4/8] snic: target cleanup in driver unload path
` [PATCH 5/8] snic: Fix for missing interrupts
` [PATCH 6/8] snic: Fixing race in the hba reset and IO/TM completion
` [PATCH 7/8] snic: add scsi host after determining max IOs
` [PATCH 8/8] snic: updating driver version

[PATCHv3] scsi: disable automatic target scan
 2016-03-17  7:39 UTC 

laina
 2016-03-17  4:17 UTC 

[PATCH 1/1] scsi: storvsc: Support manual scan of FC hosts on Hyper-V
 2016-03-17  0:01 UTC  (10+ messages)

QoS for iSCSI target?
 2016-03-16 16:48 UTC  (4+ messages)

[PATCH] qla2xxx: avoid maybe_uninitialized warning
 2016-03-16 15:47 UTC  (8+ messages)

[PATCH V2 0/3] scsi: mptxsas: updates for ARM64
 2016-03-16 15:31 UTC  (5+ messages)
` [PATCH V2 3/3] scsi: mptxsas: offload IRQ execution

privat donation
 2016-03-16 13:40 UTC 

[PATCH] fnic: move printk()s outside of the critical code section
 2016-03-16 14:23 UTC  (2+ messages)

[PATCH RFC 0/2] mempool based chained scatterlist alloc/free api api
 2016-03-16  8:26 UTC  (7+ messages)
` [PATCH RFC 1/2] scatterlist: add mempool based chained SG alloc/free api
` [PATCH RFC 2/2] scsi: use the new chained SG api

[PATCH] scsi: vpd pages are mandatory for SPC-2
 2016-03-16  8:12 UTC  (9+ messages)

[PATCH v2 00/22] ncr5380: Eliminate macros, reduce code duplication, fix bugs etc
 2016-03-16  3:19 UTC  (23+ messages)
` [PATCH v2 01/22] g_ncr5380: Remove CONFIG_SCSI_GENERIC_NCR53C400
` [PATCH v2 02/22] ncr5380: Remove FLAG_NO_PSEUDO_DMA where possible
` [PATCH v2 03/22] ncr5380: Remove REAL_DMA and REAL_DMA_POLL macros
` [PATCH v2 04/22] atari_NCR5380: Remove DMA_MIN_SIZE macro
` [PATCH v2 05/22] ncr5380: Disable the DMA errata workaround flag by default
` [PATCH v2 06/22] ncr5380: Remove PSEUDO_DMA macro
` [PATCH v2 07/22] ncr5380: Remove BOARD_REQUIRES_NO_DELAY macro
` [PATCH v2 08/22] ncr5380: Use DMA hooks for PDMA
` [PATCH v2 09/22] ncr5380: Adopt uniform DMA setup convention
` [PATCH v2 10/22] ncr5380: Merge DMA implementation from atari_NCR5380 core driver
` [PATCH v2 11/22] atari_scsi: Adopt NCR5380.c "
` [PATCH v2 12/22] sun3_scsi: "
` [PATCH v2 13/22] ncr5380: Remove disused atari_NCR5380.c "
` [PATCH v2 14/22] ncr5380: Reduce max_lun limit
` [PATCH v2 15/22] dmx3191d: Drop max_sectors limit
` [PATCH v2 16/22] ncr5380: Fix register decoding for debugging
` [PATCH v2 17/22] ncr5380: Remove remaining register storage qualifiers
` [PATCH v2 18/22] ncr5380: Remove DONT_USE_INTR and AUTOPROBE_IRQ macros
` [PATCH v2 19/22] ncr5380: Update usage documentation
` [PATCH v2 20/22] atari_scsi: Set a reasonable default for cmd_per_lun
` [PATCH v2 21/22] atari_scsi: Allow can_queue to be increased for Falcon
` [PATCH v2 22/22] mac_scsi: Fix pseudo DMA implementation

[GIT PULL] first round of SCSI updates for the 4.5+ merge window
 2016-03-15 22:36 UTC 

[PATCH net] bnx2x: Prevent false warning for lack of FC NPIV
 2016-03-15 17:52 UTC 

[PATCHv2] scsi: disable automatic target scan
 2016-03-15 13:36 UTC  (7+ messages)

scsi: machine hang due to write to /dev/sg0
 2016-03-15 13:10 UTC 

gcc-6.0 warnings for scsi
 2016-03-15 11:08 UTC  (11+ messages)
` [PATCH 1/3] aacraid: add missing curly braces
` [PATCH 2/3] lpfc: fix misleading indentation
` [PATCH 3/3] megaraid_sas: add missing curly braces in ioctl handler

bnx2x: bnx2fc: FC-NPIV table with bad length
 2016-03-15 10:03 UTC  (2+ messages)

[PATCH 00/11] SCSI smpboot thread conversion
 2016-03-15  8:19 UTC  (5+ messages)
` [PATCH 01/11] scsi/fcoe: lock online CPUs in fcoe_percpu_clean()

[PATCH] scsi: disable automatic target scan
 2016-03-15  6:53 UTC  (6+ messages)

MAINTAINERS: use new email address for James Bottomley
 2016-03-14 20:39 UTC  (2+ messages)

[PATCHv2] scsi_transport_sas: add 'scsi_target_id' sysfs attribute
 2016-03-14 20:16 UTC  (4+ messages)

[PATCH 1/1] sd: fix lbprz discard granularity as expected
 2016-03-14 20:07 UTC  (10+ messages)

[patch v2] scsi_dh_alua: uninitialized variable in alua_check_vpd()
 2016-03-14 20:02 UTC  (2+ messages)

[PATCH v8 00/17] add fixes, device quirks, error recovery,
 2016-03-14 19:59 UTC  (2+ messages)

[PATCH] Avoid that long log lines are truncated
 2016-03-14 14:45 UTC  (5+ messages)

[PATCH] MAINTAINERS: Update the email address of James E.J. Bottomley
 2016-03-14  8:07 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