public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-05-22 16:49:04 to 2017-05-25 12:31:45 UTC [more...]

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

[PATCH v2 00/22] hisi_sas: hip08 support
 2017-05-25 12:05 UTC  (23+ messages)
` [PATCH v2 01/22] scsi: hisi_sas: fix timeout check in hisi_sas_internal_task_abort()
` [PATCH v2 02/22] scsi: hisi_sas: optimise the usage of hisi_hba.lock
` [PATCH v2 03/22] scsi: hisi_sas: relocate get_ata_protocol()
` [PATCH v2 04/22] scsi: hisi_sas: relocate sata_done_v2_hw()
` [PATCH v2 05/22] scsi: hisi_sas: relocate get_ncq_tag_v2_hw()
` [PATCH v2 06/22] scsi: hisi_sas: add pci_dev in hisi_hba struct
` [PATCH v2 07/22] scsi: hisi_sas: create hisi_sas_get_fw_info()
` [PATCH v2 08/22] scsi: hisi_sas: add skeleton v3 hw driver
` [PATCH v2 09/22] scsi: hisi_sas: add initialisation for v3 pci-based controller
` [PATCH v2 10/22] scsi: hisi_sas: add v3 hw init
` [PATCH v2 11/22] scsi: hisi_sas: add v3 hw PHY init
` [PATCH v2 12/22] scsi: hisi_sas: add phy up/down/bcast and channel ISR
` [PATCH v2 13/22] scsi: hisi_sas: add v3 cq interrupt handler
` [PATCH v2 14/22] scsi: hisi_sas: add v3 code to send SSP frame
` [PATCH v2 15/22] scsi: hisi_sas: add v3 code to send SMP frame
` [PATCH v2 16/22] scsi: hisi_sas: add v3 code to send ATA frame
` [PATCH v2 17/22] scsi: hisi_sas: add v3 code for itct setup and free
` [PATCH v2 18/22] scsi: hisi_sas: add v3 code to send internal abort command
` [PATCH v2 19/22] scsi: hisi_sas: add get_wideport_bitmap_v3_hw()
` [PATCH v2 20/22] scsi: hisi_sas: Add v3 code to support ECC and AXI bus fatal error
` [PATCH v2 21/22] scsi: hisi_sas: add v3 code to fill some more hw function pointers
` [PATCH v2 22/22] scsi: hisi_sas: modify internal abort dev flow for v3 hw

[PATCH v9 00/15] Replace PCI pool by DMA pool API
 2017-05-25 11:37 UTC  (12+ messages)
` [PATCH v9 04/15] net: e100: Replace PCI pool old API
` [PATCH v9 06/15] mlx5: "
` [PATCH v9 12/15] scsi: mpt3sas: "
` [PATCH v9 13/15] scsi: mvsas: "
` [PATCH v9 14/15] scsi: pmcraid: "
  ` [PATCH v9 15/15] PCI: Remove PCI pool macro functions

[PATCH 00/31] SCSI patches for kernel v4.13
 2017-05-25  2:04 UTC  (76+ messages)
` [PATCH 01/31] Split scsi_internal_device_block()
` [PATCH 02/31] Create two versions of scsi_internal_device_unblock()
` [PATCH 03/31] Protect SCSI device state changes with a mutex
` [PATCH 04/31] Introduce scsi_start_queue()
` [PATCH 05/31] Make __scsi_remove_device go straight from BLOCKED to DEL
` [PATCH 06/31] scmd_eh_abort_handler(): Add a comment
` [PATCH 07/31] scsi: Use blk_mq_rq_to_pdu() to convert a request to a SCSI command pointer
` [PATCH 08/31] sd, sr: Convert two assignments into warning statements
` [PATCH 09/31] block: Avoid that blk_exit_rl() triggers a use-after-free
` [PATCH 10/31] Avoid that scsi_exit_rq() "
` [PATCH 11/31] block: Introduce queue flag QUEUE_FLAG_SCSI_SUP
` [PATCH 12/31] bsg: Check queue type before attaching to a queue
` [PATCH 13/31] pktcdvd: "
` [PATCH 14/31] cdrom: Check private request size "
  ` [PATCH 15/31] nfsd: Check private request size before submitting a SCSI request
` [PATCH 16/31] scsi: Make scsi_ioctl_reset() pass the request queue pointer to blk_rq_init()
` [PATCH 17/31] block: Introduce request_queue.initialize_rq_fn()
` [PATCH 18/31] block: Make scsi_req_init() calls implicit
` [PATCH 19/31] scsi: Change argument type of scsi_req_init()
` [PATCH 20/31] scsi: Only add commands to the device command list if required by the LLD
` [PATCH 21/31] scsi: Move most of scsi_init_command() into scsi_initialize_rq()
` [PATCH 22/31] scsi: Inline scsi_init_command()
` [PATCH 23/31] scsi: Move sense buffer pointer initialization into scsi_initialize_rq()
` [PATCH 24/31] scsi: Make scsi_initialize_rq() zero the entire struct scsi_cmnd
` [PATCH 25/31] scsi-mq: Make behavior scsi_mq_prep_fn() closer to that of scsi_prep_fn()
` [PATCH 26/31] scsi: Move the code for clearing private command data into scsi_dispatch_cmd()
` [PATCH 27/31] scsi: Consolidate more initialization code
` [PATCH 28/31] scsi_setup_fs_cmnd(): Call scsi_req_init() instead of open-coding it
` [PATCH 29/31] scsi: snic: Remove code that zeroes driver-private command data
` [PATCH 30/31] scsi: virtio: "
` [PATCH 31/31] xen/scsifront: "

[PATCH v2 0/7] qla2xxx: Bug Fixes for driver
 2017-05-25  1:56 UTC  (9+ messages)
` [PATCH v2 1/7] qla2xxx: Fix recursive loop during target mode configuration for ISP25XX leaving system unresponsive
` [PATCH v2 2/7] qla2xxx: Fix NULL pointer access due to redundant fc_host_port_name call
` [PATCH v2 3/7] qla2xxx: Fix crash due to mismatch mumber of Q-pair creation for Multi queue
` [PATCH v2 4/7] qla2xxx: Modify T262 FW dump template to specify same start/end to debug customer issues
` [PATCH v2 5/7] qla2xxx: Set bit 15 for DIAG_ECHO_TEST MBC
` [PATCH v2 6/7] qla2xxx: Fix mailbox pointer error in fwdump capture
` [PATCH v2 7/7] qla2xxx: Fix crash due to NULL pointer dereference of ctx

[GIT PULL] SCSI fixes for 4.12-rc2
 2017-05-24 23:51 UTC 

[PATCH] scsi: lpfc: Avoid NULL pointer dereference in lpfc_els_abort()
 2017-05-24 21:48 UTC 

[PATCH] bnx2fc: fix race condition in bnx2fc_get_host_stats()
 2017-05-24 19:15 UTC  (3+ messages)

[PATCH 00/15] qedf: Update driver to version 8.18.22.0
 2017-05-24 19:14 UTC  (33+ messages)
` [PATCH 01/15] qedf: Enable basic FDMI information
` [PATCH 02/15] qedf: Update copyright to 2017
` [PATCH 03/15] qedf: Honor qed_ops->common->set_fp_int() return code
` [PATCH 04/15] qedf: Look at all descriptors when processing a clear virtual link
` [PATCH 05/15] qedf: Check that fcport is offloaded before dereferencing pointers in initiate_abts|cleanup
` [PATCH 06/15] qedf: Add fka_period SCSI host attribute to show fip keep alive period
` [PATCH 07/15] qedf: Set qed logging level to QED_LEVEL_NOTICE
` [PATCH 08/15] qedf: Use same logic for SCSI host reset and FC lip_reset
` [PATCH 09/15] qedf: Add bus_reset No-op
` [PATCH 10/15] qedf: Add non-offload receive filters
` [PATCH 11/15] qedf: Fixup unnecessary paratheses around test_bit operations
` [PATCH 12/15] qedf: Move some prints to a debug level so they do not print when no debugging is enabled
` [PATCH 13/15] qedf: Change cmd_per_lun in scsi_host_template to 32 to increase performance
` [PATCH 14/15] qedf: Add change_queue_depth member to scsi_host_template()
` [PATCH 15/15] qedf: Update version number to 8.18.22.0

[PATCH] qla2xxx: don't disable a not previously enabled PCI device
 2017-05-24 19:11 UTC  (5+ messages)

[PATCH] ibmvscsis: Enable Logical Partition Migration Support
 2017-05-24  3:34 UTC  (2+ messages)

[PATCH] target: remove dead code
 2017-05-24  3:30 UTC  (3+ messages)

Need help with handling failed ATA pass-through command and sense data
 2017-05-24  3:13 UTC  (3+ messages)

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

[PATCH] lpfc: nvmet_fc: fix format string
 2017-05-24  2:36 UTC  (2+ messages)

[PATCH 00/25] qla2xxx: Bug fixes and cleanups
 2017-05-24  2:28 UTC  (19+ messages)
` [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 17/25] qla2xxx: Cleanup debug messager IDs
` [PATCH 19/25] qla2xxx: Replace ql2xexchoffld & ql_dm_tgt_ex_pct parameter
` [PATCH 20/25] qla2xxx: Remove redundant code

[PATCH 0/7]qedi: Bug fixes
 2017-05-24  2:17 UTC  (2+ messages)

[PATCH] qla2xxx: Remove an unused structure member
 2017-05-24  2:05 UTC  (3+ messages)

[PATCH] scsi: hisi_sas: add null check before indirect pointer dereference
 2017-05-24  2:03 UTC  (3+ messages)

[PATCH 1/2] scsi: nsp32: add __printf attribute to logging functions
 2017-05-24  2:02 UTC  (3+ messages)

[PATCH] Use ctlr directly in rdac_failover_get()
 2017-05-24  1:55 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] scsi: smartpqi: mark PM functions as __maybe_unused
 2017-05-24  1:48 UTC  (2+ messages)

[PATCH] csiostor: Avoid content leaks and casts
 2017-05-24  1:46 UTC  (5+ messages)

[PATCH] scsi: lpfc: prevent potential null pointer dereference
 2017-05-23 15:09 UTC 

[PATCH blktests v2 0/3] Add SCSI generic test group
 2017-05-23 14:46 UTC  (8+ messages)
` [PATCH blktests v2 3/3] sg/001: add regression test for syzcaller generated GPF in sg_read path

work queue of scsi fc transports should be serialized
 2017-05-22 20:04 UTC  (4+ messages)

[PATCH 00/18] Unify and simplify SCSI request initialization
 2017-05-22 17:15 UTC  (10+ messages)
` [PATCH 07/18] block: Introduce request_queue.initialize_rq_fn()
` [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


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox