public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-05-31 13:34:18 to 2017-06-02 21:22:19 UTC [more...]

[PATCH v3 00/12] SCSI patches for kernel v4.13
 2017-06-02 21:22 UTC  (8+ messages)
` [PATCH v3 01/12] Avoid that scsi_exit_rq() triggers a use-after-free
` [PATCH v3 02/12] Split scsi_internal_device_block()
` [PATCH v3 03/12] Create two versions of scsi_internal_device_unblock()
` [PATCH v3 05/12] Introduce scsi_start_queue()
` [PATCH v3 06/12] Make __scsi_remove_device go straight from BLOCKED to DEL
` [PATCH v3 08/12] Introduce scsi_mq_sgl_size()
` [PATCH v3 11/12] virtio_scsi: Remove code that zeroes driver-private command data

[PATCH v2 00/12] SCSI patches for kernel v4.13
 2017-06-02 21:10 UTC  (29+ messages)
` [PATCH v2 01/12] Avoid that scsi_exit_rq() triggers a use-after-free
` [PATCH v2 02/12] Split scsi_internal_device_block()
` [PATCH v2 03/12] Create two versions of scsi_internal_device_unblock()
` [PATCH v2 04/12] Protect SCSI device state changes with a mutex
` [PATCH v2 05/12] Introduce scsi_start_queue()
` [PATCH v2 06/12] Make __scsi_remove_device go straight from BLOCKED to DEL
` [PATCH v2 07/12] Only add commands to the device command list if required by the LLD
` [PATCH v2 08/12] Introduce scsi_mq_sgl_size()
` [PATCH v2 09/12] Make scsi_mq_prep_fn() call scsi_init_command()
` [PATCH v2 10/12] snic: Remove code that zeroes driver-private command data
` [PATCH v2 11/12] virtio: "
` [PATCH v2 12/12] xen/scsifront: "

SCSI controller with CDB-16 (Was: sym53c8xx and Large disk (DCB-16))
 2017-06-02 20:50 UTC  (2+ messages)
` SCSI controller with CDB-16

[PATCH] qedf: Check if sense buffer has been allocated during completion
 2017-06-02 19:02 UTC 

[PATCH] scsi: cxgb4i,libcxgbi: in error case RST tcp conn
 2017-06-02 19:00 UTC  (2+ messages)

[PATCH v3 00/15] qla2xxx: Cleanup and minor fixes
 2017-06-02 16:12 UTC  (16+ messages)
` [PATCH v3 01/15] qla2xxx: Allow ABTS, PURX, RIDA on ATIOQ for ISP83XX/27XX
` [PATCH v3 02/15] qla2xxx: Replace usage of spin_lock with spin_lock_irqsave
` [PATCH v3 03/15] qla2xxx: Retain loop test for fwdump length exceeding buffer length
` [PATCH v3 04/15] qla2xxx: Fix path recovery
` [PATCH v3 05/15] tcm_qla2xxx: Do not allow aborted cmd to advance
` [PATCH v3 06/15] qla2xxx: Use flag PFLG_DISCONNECTED
` [PATCH v3 07/15] qla2xxx: Convert 32-bit LUN usage to 64-bit
` [PATCH v3 08/15] qla2xxx: Fix name server relogin
` [PATCH v3 09/15] qla2xxx: Cleanup debug message IDs
` [PATCH v3 10/15] qla2xxx: Turn on FW option for exchange check
` [PATCH v3 11/15] qla2xxx: Add ql2xiniexchg parameter
` [PATCH v3 12/15] qla2xxx: Remove redundant wait when target is stopped
` [PATCH v3 13/15] qla2xxx: Accelerate SCSI BUSY status generation in target mode
` [PATCH v3 14/15] qla2xxx: Remove unused irq_cmd_count field
` [PATCH v3 15/15] qla2xxx: Remove extra register read

[PATCH RESEND] Eliminate extra 'out_free' label from fcoe_init function
 2017-06-02 16:07 UTC  (4+ messages)

[PATCH net-next 0/4] qed: Enhance storage APIs
 2017-06-02 14:36 UTC  (6+ messages)
` [PATCH net-next 1/4] qed: Correct order of wwnn and wwpn
` [PATCH net-next 2/4] qed: Share additional information with qedf
` [PATCH net-next 3/4] qed: Support NVM-image reading API
` [PATCH net-next 4/4] qed: Add support for changing iSCSI mac

[PATCH] Eliminate extra 'out_free' label from fcoe_init function
 2017-06-02 12:33 UTC  (6+ messages)

[PATCH] qla2xxx: remove writeq/readq function definitions
 2017-06-02 11:32 UTC 

[PATCH v2 00/17] lpfc updates for 11.4.0.0
 2017-06-02  4:07 UTC  (18+ messages)
` [PATCH v2 01/17] lpfc: Add nvme initiator devloss support
` [PATCH v2 02/17] lpfc: Fix transition nvme-i rport handling to nport only
` [PATCH v2 03/17] lpfc: Fix nvme port role handling in sysfs and debugfs handlers
` [PATCH v2 04/17] lpfc: Add changes to assist in NVMET debugging
` [PATCH v2 05/17] lpfc: Fix Lun Priority level shown as NA
` [PATCH v2 06/17] lpfc: Fix nvmet node ref count handling
` [PATCH v2 07/17] lpfc: Fix Port going offline after multiple resets
` [PATCH v2 08/17] lpfc: Fix counters so outstandng NVME IO count is accurate
` [PATCH v2 09/17] lpfc: Fix return value of board_mode store routine in case of online failure
` [PATCH v2 10/17] lpfc: Fix crash on powering off BFS VM with passthrough device
` [PATCH v2 11/17] lpfc: Fix System panic after loading the driver
` [PATCH v2 12/17] lpfc: Null pointer dereference when log_verbose is set to 0xffffffff
` [PATCH v2 13/17] lpfc: Fix PRLI retry handling when target rejects it
` [PATCH v2 14/17] lpfc: Fix vports not logging into target
` [PATCH v2 15/17] lpfc: Fix defects reported by Coverity Scan
` [PATCH v2 16/17] lpfc: Add auto EQ delay logic
` [PATCH v2 17/17] lpfc: update to revision to 11.4.0.0

[PATCH] iscsi: Fix a sleep-in-atomic bug
 2017-06-02  3:20 UTC  (4+ messages)

[PATCH-v2] target: Avoid target_shutdown_sessions loop during queue_depth change
 2017-06-02  3:11 UTC 

[PATCH v3 3/9] blk-mq: use the introduced blk_mq_unquiesce_queue()
 2017-06-02  2:00 UTC  (5+ messages)

[PATCH 00/15] lpfc updates for 11.4.0.0
 2017-06-01 19:27 UTC  (3+ messages)
` [PATCH 10/15] lpfc: Fix crash on powering off BFS VM with passthrough device

[PATCH v2 00/17] qla2xxx: Cleanup and minor fixes
 2017-06-01 18:33 UTC  (27+ messages)
` [PATCH v2 01/17] qla2xxx: Allow ABTS RX, RIDA on ATIOQ for ISP83XX/27XX
` [PATCH v2 02/17] qla2xxx: Replace usage of spin_lock with spin_lock_irqsave
` [PATCH v2 03/17] qla2xxx: Retain loop test for fwdump length exceeding buffer length
` [PATCH v2 04/17] qla2xxx: Include Exchange offload/Extended Login into FW dump
` [PATCH v2 05/17] qla2xxx: Fix path recovery
` [PATCH v2 06/17] tcm_qla2xxx: Do not allow aborted cmd to advance
` [PATCH v2 08/17] qla2xxx: Convert 32-bit LUN usage to 64-bit
` [PATCH v2 11/17] qla2xxx: Turn on FW option for exchange check
` [PATCH v2 12/17] qla2xxx: Add ql2xiniexchg parameter
` [PATCH v2 13/17] qla2xxx: Remove redundant code
` [PATCH v2 15/17] qla2xxx: Accelerate SCSI BUSY status generation in target mode

[RFC v2 0/2] generate uevent for SCSI sense code
 2017-06-01 16:50 UTC  (2+ messages)

[PATCH] scsi: lpfc: fix spelling mistake "entrys" -> "entries"
 2017-06-01 14:40 UTC  (4+ messages)

[PATCH 00/31] SCSI patches for kernel v4.13
 2017-06-01 14:09 UTC  (4+ messages)

[ufs]: [scsi]: BUG: spinlock recursion on CPU#4
 2017-06-01 14:02 UTC  (2+ messages)

[PATCH] Remove an extra out label in _fcoe_create function
 2017-06-01 13:05 UTC  (2+ messages)

[PATCH] Fix few small typos in fcoe.c
 2017-06-01 13:04 UTC  (2+ messages)

[PATCH 1/2] target/configfs: Kill se_device->dev_link_magic
 2017-06-01 10:44 UTC  (4+ messages)
` [PATCH 2/2] target/configfs: Kill se_lun->lun_link_magic

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

[PATCH] scsi: csiostor: add check for supported fw version
 2017-06-01  7:18 UTC 

[PATCH-v2] target/iblock: Convert WRITE_SAME to blkdev_issue_zeroout
 2017-06-01  7:05 UTC 

[PATCH] target: Avoid target_shutdown_sessions loop during queue_depth change
 2017-06-01  7:04 UTC  (3+ messages)

RFC: remove REQ_OP_WRITE_SAME
 2017-06-01  6:28 UTC  (5+ messages)
` [PATCH 2/8] target: remove iblock WRITE_SAME passthrough support

[PATCH] tcmu: Add fifo type waiter list support to avoid starvation
 2017-06-01  6:13 UTC  (2+ messages)

[GIT PULL] target fixes for v4.12-rc4
 2017-06-01  4:17 UTC 

[PATCH] megaraid: Fix a sleep-in-atomic bug
 2017-06-01  3:38 UTC  (3+ messages)

[PATCH 1/1] scsi: scsi_debug: Avoid PI being disabled when TGPS is enabled
 2017-06-01  2:59 UTC  (4+ messages)

[PATCH] qla2xxx: Fix extraneous ref on sp's after adapter break
 2017-06-01  2:49 UTC  (3+ messages)

[PATCH] scsi: lpfc: Avoid NULL pointer dereference in lpfc_els_abort()
 2017-06-01  2:47 UTC  (2+ messages)

[PATCH] scsi: lpfc: prevent potential null pointer dereference
 2017-06-01  2:45 UTC  (2+ messages)

[PATCH] lpfc: nvmet_fc: fix format string
 2017-06-01  2:44 UTC  (2+ messages)

Linux kernel 4.9.25: signed integer overflow in drivers/scsi/scsicam.c:173:29
 2017-06-01  1:44 UTC 

Hello Dear Greetings from the Almighty God
 2017-06-01  0:44 UTC 

[PATCH] iscsi-target: Fix initial login PDU asynchronous socket close OOPs
 2017-05-31 23:53 UTC  (5+ messages)

[PATCH 00/25] qla2xxx: Bug fixes and cleanups
 2017-05-31 23:44 UTC  (8+ messages)
` [PATCH 20/25] qla2xxx: Remove redundant code

[PATCH] scsi: lpfc: Fix crash on PCI hotplug remove path
 2017-05-31 16:55 UTC  (3+ messages)

[PATCH] scsi: Add STARGET_CREATE_REMOVE state to scsi_target_state
 2017-05-31 15:01 UTC 

[PATCH v3 4/5] tcmu: Make dev_config configurable
 2017-05-31 14:17 UTC 

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


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