linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-03-08 12:37:12 to 2016-03-14 04:42:18 UTC [more...]

[PATCH 00/22] ncr5380: Eliminate macros, reduce code duplication, fix bugs etc
 2016-03-14  4:27 UTC  (22+ 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 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] "

[PATCH 1/1] sd: fix lbprz discard granularity as expected
 2016-03-12  5:43 UTC  (10+ messages)

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

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

[PATCH] scsi_transport_sas: add 'scsi_target_id' sysfs attribute
 2016-03-11 18:53 UTC  (2+ messages)

[PATCH] MAINTAINERS: Update the email address of James E.J. Bottomley
 2016-03-11 18:22 UTC 

[PATCH 00/11] SCSI smpboot thread conversion
 2016-03-11 16:32 UTC  (14+ 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: disable automatic target scan
 2016-03-11 15:33 UTC 

[patch] scsi_dh_alua: uninitialized variable in alua_check_vpd()
 2016-03-11 14:40 UTC  (6+ messages)
  ` [patch v2] "

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

[PATCH] scsi: vpd pages are mandatory for SPC-2
 2016-03-11 13:46 UTC 

[PATCH v8 00/17] add fixes, device quirks, error recovery,
 2016-03-11  8:51 UTC  (20+ 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 04/17] scsi: ufs: verify hba controller hce reg value
` [PATCH v8 05/17] scsi: ufs: add support to read device and string descriptors
` [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 09/17] scsi: ufs: add error recovery after DL NAC error
` [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

[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  (5+ 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  (6+ messages)

[PATCH v7 00/17] add fixes, device quirks, error recovery,
 2016-03-10 15:36 UTC  (17+ messages)
` [PATCH v7 03/17] scsi: ufs: implement scsi host timeout handler
` [PATCH v7 06/17] scsi: ufs: separate device and host quirks
` [PATCH v7 10/17] scsi: ufs: add retry for query descriptors
` [PATCH v7 15/17] scsi: ufs-qcom: set PA_Local_TX_LCC_Enable before link startup
` [PATCH v7 16/17] scsi: ufs-qcom: enable/disable the device ref clock
` [PATCH v7 17/17] scsi: ufs-qcom: add printouts of testbus debug registers

Lainatarjous
 2016-03-10 12:45 UTC 

[BUG] "block: make generic_make_request handle arbitrarily sized bios" breaks boot on parisc-linux
 2016-03-10  7:04 UTC  (12+ messages)

[PATCH resend 1/2] be2iscsi: Remove unnecessary synchronize_irq() before free_irq()
 2016-03-10  1:43 UTC  (5+ messages)
` [PATCH resend 2/2] mpt3sas: "

[PATCH] sg: fix dxferp in from_to case
 2016-03-10  1:42 UTC  (3+ messages)

[PATCH] mvsas:Fix possible NULL pointer deference in mvs_dev_found_notify
 2016-03-10  1:18 UTC  (2+ messages)

"scsi: use host wide tags by default" causes uas regression
 2016-03-09 18:31 UTC  (4+ messages)

我的个人主页是
 2016-03-09 14:51 UTC 

[PATCH v6] scsi: ufs: add ioctl interface for query request
 2016-03-09 13:44 UTC 

[PATCH v5] scsi: ufs: add ioctl interface for query request
 2016-03-09 13:34 UTC 

PROBLEM: cdrom.c : cdrom_get_last_written() yields up to 3 different values
 2016-03-09 13:19 UTC 

[RFC PATCH 0/4] Low water mark disk events
 2016-03-09 13:16 UTC  (5+ messages)
` [PATCH 1/4] scsi,block: enable disk event forwarding
` [PATCH 2/4] block,scsi: Low water mark disk event
` [PATCH 3/4] dm-thin: enable low "
` [PATCH 4/4] brd: thin provisioning support

[PATCH] Use ida_simple for SCSI iSCSI transport session id
 2016-03-09  8:43 UTC  (3+ messages)

[PATCH 0/7] Miscellaneous patches to support cxlflash in PowerVM
 2016-03-09  2:21 UTC  (12+ messages)
` [PATCH 1/7] cxlflash: Simplify PCI registration
  ` [PATCH 3/7] cxlflash: Split out context initialization
  ` [PATCH 4/7] cxlflash: Simplify attach path error cleanup
  ` [PATCH 6/7] cxlflash: Fix to avoid unnecessary scan with internal LUNs
  ` [PATCH 7/7] cxlflash: Increase cmd_per_lun for better throughput

[PATCH] scsi: storvsc: fix SRB_STATUS_ABORTED handling
 2016-03-09  1:59 UTC  (2+ messages)

[PATCH] be2iscsi: set the boot_kset pointer to NULL in case of failure
 2016-03-09  1:52 UTC  (2+ messages)

scsi-debug regression with 4.5-rc?
 2016-03-09  1:51 UTC  (4+ messages)
` [PATCH] sd: Fix discard granularity when LBPRZ=1

[PATCH v2 0/3] scsi: reduce CONFIG_SCSI_CONSTANTS=y impact by 8k
 2016-03-08 19:52 UTC  (2+ messages)

guter Tag
 2016-03-08 12:36 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).