public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-05-17 19:23:26 to 2017-05-22 15:05:47 UTC [more...]

[PATCH] csiostor: Avoid content leaks and casts
 2017-05-22 15:05 UTC  (3+ messages)

[PATCH 00/18] Unify and simplify SCSI request initialization
 2017-05-22 13:00 UTC  (46+ messages)
` [PATCH 01/18] block: Introduce blk_queue_cmd_size()
` [PATCH 02/18] bsg: Check private request size before attaching to a queue
` [PATCH 03/18] pktcdvd: "
` [PATCH 04/18] cdrom: "
` [PATCH 05/18] nfsd: Check private request size before submitting a SCSI request
` [PATCH 06/18] scsi: Make scsi_ioctl_reset() pass the request queue pointer to blk_rq_init()
` [PATCH 07/18] block: Introduce request_queue.initialize_rq_fn()
` [PATCH 08/18] block: Make scsi_req_init() calls implicit
` [PATCH 09/18] scsi: Change argument type of scsi_req_init()
` [PATCH 10/18] scsi: Only add commands to the device command list if required by the LLD
` [PATCH 11/18] scsi: Move most of scsi_init_command() into scsi_initialize_rq()
` [PATCH 12/18] scsi: Inline scsi_init_command()
` [PATCH 13/18] scsi: Move sense buffer pointer initialization into scsi_initialize_rq()
` [PATCH 14/18] scsi: Make scsi_initialize_rq() zero the entire struct scsi_cmnd
` [PATCH 15/18] scsi: storvsc: Initialize driver-private command before using it
` [PATCH 16/18] scsi-mq: Make behavior scsi_mq_prep_fn() closer to that of scsi_prep_fn()
` [PATCH 17/18] scsi: Consolidate more initialization code
` [PATCH 18/18] scsi_setup_fs_cmnd(): Call scsi_req_init() instead of open-coding it

[PATCH] scsi: smartpqi: mark PM functions as __maybe_unused
 2017-05-22 12:49 UTC  (4+ messages)

[PATCH 0/2] Enhance libsas hotplug feature
 2017-05-22  9:28 UTC  (6+ messages)
` [PATCH 1/2] libsas: Don't process sas events in static works
` [PATCH 2/2] libsas: Enhance libsas hotplug

[PATCH 00/25] qla2xxx: Bug fixes and cleanups
 2017-05-22  4:45 UTC  (38+ messages)
` [PATCH 01/25] qla2xxx: Fix Target mode configuration for ISP25XX
` [PATCH 02/25] qla2xxx: Remove redundant fc_host_port_name call
` [PATCH 03/25] qla2xxx: Allow ABTS RX, RIDA on ATIOQ for ISP83XX/27XX
` [PATCH 04/25] qla2xxx: Replace usage of spin_lock with spin_lock_irqsave
` [PATCH 05/25] qla2xxx: Fix number of queue pairs creation for MQ
` [PATCH 06/25] qla2xxx: Reduce excessive debug print during 27xx fwdump
` [PATCH 07/25] qla2xxx: Allow fwdump template T262 to specify same start/end
` [PATCH 08/25] qla2xxx: Set bit 15 for DIAG_ECHO_TEST MBC
` [PATCH 09/25] qla2xxx: Fix mailbox pointer error in classic fwdump
` [PATCH 10/25] qla2xxx: Prevent null pointer dereference of ctx
` [PATCH 11/25] qla2xxx: Include Exchange offload/Extended Login into FW dump
` [PATCH 12/25] qla2xxx: Fix path recovery
` [PATCH 13/25] tcm_qla2xxx: Do not allow aborted cmd to advance
` [PATCH 14/25] qla2xxx: Use flag PFLG_DISCONNECTED
` [PATCH 15/25] qla2xxx: Convert 32-bit LUN usage to 64-bit
` [PATCH 16/25] qla2xxx: Fix name server relogin
` [PATCH 17/25] qla2xxx: Cleanup debug messager IDs
` [PATCH 18/25] qla2xxx: Turn on FW option for exchange check
` [PATCH 19/25] qla2xxx: Replace ql2xexchoffld & ql_dm_tgt_ex_pct parameter
` [PATCH 20/25] qla2xxx: Remove redundant code
` [PATCH 21/25] qla2xxx: Remove redundant wait when target is stopped
` [PATCH 22/25] qla2xxx: Enable auto SCSI BUSY status for target mode
` [PATCH 23/25] qla2xxx: Remove unused irq_cmd_count field
` [PATCH 24/25] qla2xxx: Remove extra register read
` [PATCH 25/25] qla2xxx: Simplify debug printing of portid

Viable partnership request
 2017-05-18 16:06 UTC 

(unknown),
 2017-05-21 20:35 UTC 

[PATCH v2 0/4] failover fixes for scsi_dh_alua
 2017-05-21  7:19 UTC  (7+ messages)
` [PATCH v2 3/4] scsi_dh_alua: do not call BUG_ON when updating port group

[PATCH blktests 0/3] Add SCSI generic test group
 2017-05-21  7:03 UTC  (12+ messages)
` [PATCH blktests 1/3] Add ability to build test-cases
` [PATCH blktests 2/3] tests/sg: add SCSI generic test grouop
` [PATCH blktests 3/3] sg/001: add regression test for syzcaller generated GPF

[PATCH] Use ctlr directly in rdac_failover_get()
 2017-05-21  6:54 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH] lpfc: nvmet_fc: fix format string
 2017-05-21  0:43 UTC  (4+ messages)

(unknown),
 2017-05-20 16:22 UTC 

(unknown),
 2017-05-20 11:47 UTC 

[PATCH 1/2] scsi: nsp32: add __printf attribute to logging functions
 2017-05-20 11:35 UTC  (3+ messages)
` [PATCH 2/2] pcmcia: nsp_cs: "

work queue of scsi fc transports should be serialized
 2017-05-20  8:25 UTC  (3+ messages)

[GIT PULL] SCSI fixes for 4.12-rc1
 2017-05-19 22:15 UTC 

[Bug 195285] New: qla2xxx FW immediatly crashing after target start
 2017-05-19 16:44 UTC  (8+ messages)
` [Bug 195285] "

HELLO!!!!!
 2017-05-19 15:54 UTC 

[PATCH blktests v2 0/3] Add SCSI generic test group
 2017-05-19 13:55 UTC  (4+ messages)
` [PATCH blktests v2 1/3] Add ability to build test-cases
` [PATCH blktests v2 2/3] tests/sg: add SCSI generic test grouop
` [PATCH blktests v2 3/3] sg/001: add regression test for syzcaller generated GPF in sg_read path

[PATCH 0/7]qedi: Bug fixes
 2017-05-19  8:33 UTC  (8+ messages)
` [PATCH 1/7] qedi: Fix bad pte call trace when iscsiuio is stopped
` [PATCH 2/7] qedi: Correctly set firmware max supported BDs
` [PATCH 3/7] qedi: Set dma_boundary to 0xfff
` [PATCH 4/7] qedi: Fix endpoint NULL panic in qedi_set_path
` [PATCH 5/7] qedi: Set firmware tcp msl timer value
` [PATCH 6/7] qedi: set max_fin_rt default value
` [PATCH 7/7] qedi: Fix endpoint NULL panic during recovery

[PATCH 0/2] storvsc: changes for scsi next
 2017-05-19  1:59 UTC  (4+ messages)
` [PATCH 1/2] storvsc: use in place iterator function
` [PATCH 2/2] storvsc: remove unnecessary channel inbound lock

[PATCH v2] scsi: csiostor: add support for Chelsio T6 adapters
 2017-05-19  1:56 UTC  (2+ messages)

[PATCH v2] scsi: zero per-cmd private driver data for each MQ I/O
 2017-05-19  1:45 UTC  (2+ messages)

[PATCH] scsi: libiscsi: use kvzalloc for iscsi_pool_init
 2017-05-19  1:40 UTC  (3+ messages)

[PATCH] scsi: csiostor: fix use after free in csio_hw_use_fwconfig()
 2017-05-19  1:38 UTC  (3+ messages)

[PATCH] scsi: libcxgbi: fix skb use after free
 2017-05-19  1:36 UTC  (2+ messages)

[PATCH] scsi: ufs: Clean up some rpm/spm level SysFS nodes upon remove
 2017-05-19  1:31 UTC  (3+ messages)

Need help with handling failed ATA pass-through command and sense data
 2017-05-18 20:01 UTC  (5+ messages)

[RFC v2 0/2] generate uevent for SCSI sense code
 2017-05-18 18:14 UTC  (3+ messages)
` [RFC v2 1/2] scsi: "
` [RFC v2 2/2] scsi: add rate limit to scsi sense code uevent

[PATCH] scsi: remove useless variable assignment
 2017-05-18 17:41 UTC  (3+ messages)

[PATCH v2 net-next] qed: Utilize FW 8.20.0.0
 2017-05-18 17:22 UTC  (2+ messages)

[PATCH] scsi: zero per-cmd driver data for each MQ I/O
 2017-05-18 16:47 UTC  (8+ messages)

[PATCH net-next] qed: Utilize FW 8.20.0.0
 2017-05-18 15:28 UTC  (4+ messages)

(unknown),
 2017-05-18 13:41 UTC 

[PATCH] lpfc: Fix NULL pointer dereference during PCI error recovery
 2017-05-18 13:35 UTC  (3+ messages)

[PATCH] scsi: lpfc: make a couple of functions static
 2017-05-18  9:35 UTC 

[PATCH 00/22] hisi_sas: hip08 support
 2017-05-18  9:09 UTC  (8+ messages)
` [PATCH 09/22] scsi: hisi_sas: retrieve SAS address for pci-based controller

blktests and /dev/sg syzkaller reproducers
 2017-05-18  7:36 UTC 

[PATCH] scsi: csiostor: add support for Chelsio T6 adapters
 2017-05-18  6:55 UTC  (2+ messages)

[PATCH] scsi: zero per-cmd driver data for each MQ I/O
 2017-05-18  6:55 UTC  (2+ messages)

[PATCH] scsi: remove useless variable assignment
 2017-05-18  1:00 UTC 

[PATCH] lpfc: fix build issue if NVME_FC_TARGET is not defined
 2017-05-18  0:23 UTC  (2+ messages)

[PATCH] ses: fix error message in ses_intf_add()
 2017-05-18  0:18 UTC  (3+ messages)

[PATCH v2 02/15] lpfc: Fix system crash when port is reset
 2017-05-17 22:06 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