linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-03-10 15:37:14 to 2016-03-15 09:52:29 UTC [more...]

[PATCH 1/5] Fix to cleanup aborted IO to avoid device being offlined by mid-layer
 2016-03-15  9:51 UTC  (12+ 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

[PATCHv2] scsi: disable automatic target scan
 2016-03-15  8:31 UTC  (2+ messages)

[PATCH 00/22] ncr5380: Eliminate macros, reduce code duplication, fix bugs etc
 2016-03-15  8:27 UTC  (55+ messages)
` [PATCH 01/22] g_ncr5380: Remove CONFIG_SCSI_GENERIC_NCR53C400
` [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 00/11] SCSI smpboot thread conversion
 2016-03-15  8:19 UTC  (15+ messages)
` [PATCH 01/11] scsi/fcoe: lock online CPUs in fcoe_percpu_clean()
` [PATCH 02/11] scsi/fcoe: remove CONFIG_SMP in fcoe_percpu_thread_destroy()
` [PATCH 03/11] scsi/fcoe: drop locking in fcoe_percpu_thread_destroy() if cpu == targ_cpu
` [PATCH 04/11] scsi/fcoe: rename p0 to p_target in fcoe_percpu_thread_destroy()
` [PATCH 05/11] scsi/fcoe: drop the p_target lock earlier if there is no thread online
` [PATCH 06/11] scsi/fcoe: use skb_queue_splice_tail() intead of manual job
` [PATCH 07/11] scsi/fcoe: drop the crc_eof page early
` [PATCH 08/11] scsi/fcoe: convert to smpboot thread
` [PATCH 09/11] scsi: bnx2i: "
` [PATCH 10/11] scsi: bnx2fc: fix hotplug race in bnx2fc_process_new_cqes()
` [PATCH 11/11] scsi: bnx2fc: convert to smpboot thread

[PATCH] scsi: vpd pages are mandatory for SPC-2
 2016-03-15  7:42 UTC  (4+ messages)

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

bnx2x: bnx2fc: FC-NPIV table with bad length
 2016-03-15  2:33 UTC 

gcc-6.0 warnings for scsi
 2016-03-14 22:27 UTC  (10+ 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

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  (11+ messages)

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

[PATCH v8 00/17] add fixes, device quirks, error recovery,
 2016-03-14 19:59 UTC  (18+ messages)
` [PATCH v8 01/17] scsi: ufs-qcom: add number of lanes per direction
` [PATCH v8 02/17] scsi: ufs: avoid spurious UFS host controller interrupts
` [PATCH v8 03/17] scsi: ufs: implement scsi host timeout handler
` [PATCH v8 06/17] scsi: ufs: separate device and host quirks
` [PATCH v8 07/17] scsi: ufs: disable vccq if it's not needed by UFS device
` [PATCH v8 08/17] scsi: ufs: make error handling bit faster
` [PATCH v8 10/17] scsi: ufs: add retry for query descriptors
` [PATCH v8 11/17] scsi: ufs: handle non spec compliant bkops behaviour by device
` [PATCH v8 12/17] scsi: ufs: tune UniPro parameters to optimize hibern8 exit time
` [PATCH v8 13/17] scsi: ufs: fix leakage during link off state
` [PATCH v8 14/17] scsi: ufs: add device quirk delay before putting UFS rails in LPM
` [PATCH v8 15/17] scsi: ufs-qcom: set PA_Local_TX_LCC_Enable before link startup
` [PATCH v8 16/17] scsi: ufs-qcom: enable/disable the device ref clock
` [PATCH v8 17/17] scsi: ufs-qcom: add printouts of testbus debug registers

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

[PATCH] scsi_transport_sas: add 'scsi_target_id' sysfs attribute
 2016-03-14  6:46 UTC  (3+ messages)

[PATCH v7] scsi: ufs: add ioctl interface for query request
 2016-03-13 12:45 UTC  (18+ messages)

[RFC 00/34] Chelsio iSCSI target offload driver
 2016-03-13 12:13 UTC  (8+ messages)
` [RFC 14/34] iscsi-target: export symbols

[PATCH 1/1] scsi: storvsc: Support manual scan of FC hosts on Hyper-V
 2016-03-12 21:52 UTC 

hiiiii
 2016-03-12 12:19 UTC 

BUG: broken support on discard (max_discard_bytes) with uas
 2016-03-12  9:41 UTC 

[PATCH] vmw_pscsi: reuse PAGE_ALIGNED to simplify the code
 2016-03-12  7:39 UTC 

[Bug 111341] New: Firmware loader
 2016-03-12  6:56 UTC  (2+ messages)
` [Bug 111341] "

FUND TRANSFER (KEEP AS CONFIDENTIAL)
 2016-03-12  5:18 UTC 

[GIT PULL] target fixes for v4.5
 2016-03-12  3:51 UTC 

[Bug 114401] New: crash dump aic94xx
 2016-03-11 13:47 UTC 

[SCSI] bfa: Brocade BFA FC SCSI driver
 2016-03-11  8:25 UTC 

QoS for iSCSI target?
 2016-03-11  7:45 UTC  (3+ messages)

[PATCH-v4 00/14] target: alloc_session w/ percpu_ida+ACK_KREF conversions
 2016-03-11  6:30 UTC  (15+ messages)
` [PATCH-v4 01/14] target: Add target_alloc_session() helper function
` [PATCH-v4 02/14] target: Convert demo-mode only drivers to target_alloc_session
` [PATCH-v4 03/14] vhost/scsi: Convert to target_alloc_session usage
` [PATCH-v4 04/14] tcm_qla2xxx: "
` [PATCH-v4 05/14] tcm_fc: "
` [PATCH-v4 06/14] ib_srpt: "
` [PATCH-v4 07/14] sbp-target: Conversion to percpu_ida tag pre-allocation
` [PATCH-v4 08/14] sbp-target: Convert to TARGET_SCF_ACK_KREF I/O krefs
` [PATCH-v4 09/14] usb-gadget/tcm: Conversion to percpu_ida tag pre-allocation
` [PATCH-v4 10/14] usb-gadget/tcm: Convert to TARGET_SCF_ACK_KREF I/O krefs
` [PATCH-v4 11/14] xen-scsiback: Convert to percpu_ida tag allocation
` [PATCH-v4 12/14] xen-scsiback: Convert to TARGET_SCF_ACK_KREF I/O krefs
` [PATCH-v4 13/14] tcm_fc: Convert to TARGET_SCF_ACK_KREF I/O + TMR krefs
` [PATCH-v4 14/14] ib_srpt: Convert to percpu_ida tag allocation

[PATCH 1/1] sd: do not let LBPME bit stop the VPDs speak
 2016-03-11  3:26 UTC  (11+ messages)
        ` Fwd: "

[PATCH] scsi_sysfs: Fix typo in is_bin_visible()
 2016-03-11  1:30 UTC  (2+ messages)

[PATCH] megaraid_sas: Don't issue kill adapter for MFI controllers in case of PD list DCMD failure
 2016-03-11  1:29 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).