linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-07-16 12:21:20 to 2018-08-01 16:17:43 UTC [more...]

[PATCH] scsi: csiostor: avoid null pointer dereference on card_fw allocation failure
 2018-08-01 16:17 UTC 

[PATCH 1/2] sysfs: Introduce sysfs_{un,}break_active_protection()
 2018-08-01 15:54 UTC  (4+ messages)
` [PATCH 2/2] Avoid that SCSI device removal through sysfs triggers a deadlock

[PATCH 0/4] use dma_zalloc_coherent and vzalloc to replace open code
 2018-08-01 15:47 UTC  (10+ messages)
` [PATCH 1/4] driver/scsi/fnic/fnic_trace: Use vzalloc to zero instead of vmalloc+memset
` [PATCH 2/4] drivers/scsi/dpt_i2o: Use dma_zalloc_coherent to repalce dma_alloc_coherent+memset
` [PATCH 3/4] drivers/scsi/snic/snic_trc: Use vzalloc instead of vmalloc+memset
` [PATCH 4/4] drivers/scsi/mvsas/mv_init: Use dma_zalloc_coherent to replace dma_alloc_coherent+memset

[PATCH v2 0/9] block: Consolidate scsi sense buffer usage
 2018-08-01 15:45 UTC  (21+ messages)
` [PATCH v2 1/9] ide-cd: Drop unused sense buffers
` [PATCH v2 2/9] scsi: cxlflash: "
` [PATCH v2 3/9] scsi: build scsi_common.o for all scsi passthrough request users
` [PATCH v2 4/9] target: don't depend on SCSI
` [PATCH v2 5/9] block: Switch struct packet_command to use struct scsi_sense_hdr
` [PATCH v2 6/9] ide-cd: Remove redundant sense buffer
` [PATCH v2 7/9] cdrom: Use struct scsi_sense_hdr internally
` [PATCH v2 8/9] libata-scsi: Move sense buffers onto stack
` [PATCH v2 9/9] scsi: Check sense buffer size at build time

[PATCH] [SCSI] sym53c8xx: remove some redundant variables
 2018-08-01 14:58 UTC 

[PATCH] driver/scsi/pmcraid: Use pci_zalloc_consistent instead of pci_alloc_consistent+memset
 2018-08-01 10:07 UTC  (3+ messages)

[PATCH v2] driver/scsi/pmcraid: Use pci_zalloc_consistent instead of pci_alloc_consistent+memset
 2018-08-01  9:14 UTC  (3+ messages)

[PATCH V7 1/2] scsi: ufs: set the device reference clock setting
 2018-08-01  8:48 UTC  (2+ messages)
` [PATCH V7 2/2] scsi: ufs: Add configfs support for UFS provisioning

[next-20180727][qla2xxx][BUG] WARNING: CPU: 12 PID: 511 at drivers/scsi/scsi_lib.c:691 scsi_end_request+0x250/0x280
 2018-08-01  7:19 UTC  (2+ messages)

[PATCH 0/3] scsi: fcoe: memleak fixes
 2018-08-01  6:31 UTC  (7+ messages)
` [PATCH 1/3] fcoe: fix use-after-free in fcoe_ctlr_els_send
` [PATCH 2/3] scsi: fcoe: drop frames in ELS LOGO error path
` [PATCH 3/3] scsi: fcoe: clear FC_RP_STARTED flags when receiving a LOGO

libfc mutex under RCU read section error since "libfc: Fixup disc_mutex handling"
 2018-08-01  6:29 UTC  (2+ messages)

[PATCH 3/6] block: Create scsi_sense.h for SCSI and ATAPI
 2018-07-31 19:52 UTC  (12+ messages)

[PATCH 18/26] target/iscsi: Allocate session IDs from an IDA
 2018-07-31 18:55 UTC  (9+ messages)

[GIT PULL] SCSI fixes for 4.18-rc7
 2018-07-31 15:24 UTC 

mpt3sas_cm2: attempting host reset! scmd(ffff9e8a88623d48
 2018-07-31 13:57 UTC 

[PATCH V5 2/2] scsi: ufs: Add configfs support for ufs provisioning
 2018-07-31  5:18 UTC  (16+ messages)

[PATCH] qedi: Fix a potential buffer overflow
 2018-07-31  2:31 UTC  (3+ messages)

[PATCH] scsi: 3ware: fix return 0 on the error path of probe
 2018-07-31  2:08 UTC  (5+ messages)

[PATCH, RESEND] Avoid that SCSI device removal through sysfs triggers a deadlock
 2018-07-30 17:57 UTC  (15+ messages)

[PATCH 2/3] dmapool: improve scalability of dma_pool_free
 2018-07-30 14:05 UTC  (12+ messages)

[PATCH V6] scsi: ufs: Add configfs support for UFS provisioning
 2018-07-30  8:00 UTC  (7+ messages)

[PATCH 1/3] dmapool: improve scalability of dma_pool_alloc
 2018-07-27 13:50 UTC  (4+ messages)

[PATCH] scsi: atp870u: Replace mdelay() with msleep()
 2018-07-27  9:13 UTC 

[PATCH] scsi: a100u2w: Replace mdelay() with msleep()
 2018-07-27  9:09 UTC 

[PATCH] message: fusion: Replace GFP_ATOMIC with GFP_KERNEL
 2018-07-27  3:47 UTC 

[PATCH 3/3] [SCSI] mpt3sas: replace chain_dma_pool
 2018-07-26 18:55 UTC 

[PATCH 0/3] mpt3sas and dmapool scalability
 2018-07-26 18:53 UTC 

[PATCH 0/6] Symbol namespaces
 2018-07-26  7:44 UTC  (22+ messages)
` [PATCH 1/6] export: explicitly align struct kernel_symbol
` [PATCH 2/6] module: add support for symbol namespaces
` [PATCH 3/6] modpost: add support for checking "
` [PATCH 4/6] modpost: add support for generating namespace dependencies
` [PATCH 5/6] scripts: Coccinelle script for "
` [PATCH 6/6] RFC: USB: storage: move symbols into USB_STORAGE namespace

[PATCH v3] scsi: ufs: Make sysfs attributes writable
 2018-07-25 20:14 UTC 

[PATCH v1 2/9] scsi: Allow auto suspend override by low-level driver
 2018-07-24  3:34 UTC  (16+ messages)
` [PATCH v1 3/9] scsi: ufs: Override auto suspend tunables for ufs
` [PATCH v1 4/9] scsi: ufs: add option to change default UFS power management level
` [PATCH v1 7/9] scsi: ufs: add UFS power collapse support during hibern8
` [PATCH v1 8/9] scsi: ufs: enable runtime pm only after ufshcd init

[PATCH] scsi: mptfusion: Fix potential Spectre v1
 2018-07-23 17:06 UTC 

[stable-4.14 00/23] block/scsi multiqueue performance enhancement and
 2018-07-23 15:37 UTC  (5+ messages)

[PATCH] firewire: sbp2: Replace GFP_ATOMIC with GFP_KERNEL in sbp2_scsi_queuecommand()
 2018-07-23 12:53 UTC  (2+ messages)

[PATCH] scsi: prevent ISA driver from building on PPC32
 2018-07-23  8:19 UTC  (3+ messages)

[ANNOUNCE] lsscsi version 0.30 released
 2018-07-20 19:11 UTC 

[GIT PULL] SCSI fixes for 4.18-rc5
 2018-07-20 18:30 UTC 

[PATCH 0/9] hisi_sas: Some misc patches
 2018-07-20  2:05 UTC  (11+ messages)
` [PATCH 1/9] scsi: hisi_sas: Drop hisi_sas_slot_abort()
` [PATCH 2/9] scsi: hisi_sas: tidy channel interrupt handler for v3 hw
` [PATCH 3/9] scsi: hisi_sas: Fix the failure of recovering PHY from STP link timeout
` [PATCH 4/9] scsi: hisi_sas: tidy host controller reset function a bit
` [PATCH 5/9] scsi: hisi_sas: relocate some common code for v3 hw
` [PATCH 6/9] scsi: hisi_sas: Implement handlers of PCIe FLR "
` [PATCH 7/9] scsi: hisi_sas: Tidy hisi_sas_task_prep()
` [PATCH 8/9] scsi: hisi_sas: add memory barrier in task delivery function
` [PATCH 9/9] scsi: hisi_sas: Add SATA FIS check for v3 hw

[PATCH v11 0/4] [RESEND] scsi: ufs: add ufs driver code for Hisilicon Hi3660 SoC
 2018-07-20  2:04 UTC  (8+ messages)
` [PATCH v11 1/4] [RESEND] scsi: ufs: add Hisilicon ufs driver code
` [PATCH v11 2/4] [RESEND] dt-bindings: scsi: ufs: add document for hisi-ufs
` [PATCH v11 3/4] [RESEND] arm64: dts: add ufs dts node
` [PATCH v11 4/4] [RESEND] arm64: defconfig: enable configs for Hisilicon ufs

[RFC 1/1] libiscsi: Fix race between iscsi_xmit_task and iscsi_complete_task
 2018-07-17 15:56 UTC  (3+ messages)

[PATCH v4] bsg: mitigate read/write abuse, block uaccess in release
 2018-07-16 17:19 UTC  (4+ messages)

[GIT PULL] SCSI fixes for 4.18-rc3
 2018-07-16 16:20 UTC  (7+ messages)

[PATCH v2 1/2] dt-bindings: ufs: Add UFS platform driver for Cadence UFS
 2018-07-16 16:11 UTC  (2+ messages)

[4.18.0-rc4][bisected a063057d][mpt3sas] WARNING: CPU: 87 PID: 18868 at block/blk-core.c:781 blk_cleanup_queue+0x20c/0x220
 2018-07-16 14:00 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).