target-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-02-24 17:48:05 to 2023-03-24 21:07:33 UTC [more...]

[PATCH v3 00/12] add virtual remote fabric
 2023-03-24 21:06 UTC  (20+ messages)
` [PATCH v3 01/12] scsi: target: add default fabric ops callaouts
` [PATCH v3 02/12] infiniband: srpt: remove default fabric ops callouts
` [PATCH v3 03/12] scsi: ibmvscsit: "
` [PATCH v3 04/12] scsi: target: loop: "
` [PATCH v3 05/12] scsi: target: sbp: "
` [PATCH v3 06/12] scsi: target: fcoe: "
` [PATCH v3 07/12] usb: gadget: f_tcm: "
` [PATCH v3 08/12] vhost-scsi: "
` [PATCH v3 09/12] xen-scsiback: "
` [PATCH v3 10/12] scsi: qla2xxx: "
` [PATCH v3 11/12] scsi: efct: "
` [PATCH v3 12/12] target: add virtual remote target

[PATCH][next] uapi: target: Replace fake flex-array with flexible-array member
 2023-03-24 20:59 UTC  (4+ messages)

[PATCH v5 00/18] Use block pr_ops in LIO
 2023-03-24 19:46 UTC  (24+ messages)
` [PATCH v5 01/18] block: Add PR callouts for read keys and reservation
` [PATCH v5 02/18] block: Rename BLK_STS_NEXUS to BLK_STS_RESV_CONFLICT
` [PATCH v5 03/18] scsi: Rename sd_pr_command
` [PATCH v5 04/18] scsi: Move sd_pr_type to header to share
` [PATCH v5 05/18] scsi: Add support for block PR read keys/reservation
` [PATCH v5 06/18] dm: "
` [PATCH v5 07/18] nvme: Fix reservation status related structs
` [PATCH v5 08/18] nvme: Don't hardcode the data len for pr commands
` [PATCH v5 09/18] nvme: Move pr code to it's own file
` [PATCH v5 10/18] nvme: Add helper to send pr command
` [PATCH v5 11/18] nvme: Add pr_ops read_keys support
` [PATCH v5 12/18] nvme: Add a nvme_pr_type enum
` [PATCH v5 13/18] nvme: Add pr_ops read_reservation support
` [PATCH v5 14/18] scsi: target: Rename sbc_ops to exec_cmd_ops
` [PATCH v5 15/18] scsi: target: Allow backends to hook into PR handling
` [PATCH v5 16/18] scsi: target: Pass struct target_opcode_descriptor to enabled
` [PATCH v5 17/18] scsi: target: Report and detect unsupported PR commands
` [PATCH v5 18/18] scsi: target: Add block PR support to iblock

[PATCH] target: iscsi: use GFP_NOIO with loopback connections
 2023-03-22 13:59 UTC  (2+ messages)

[PATCH v2 0/7] vhost-scsi: Fix crashes and management op hangs
 2023-03-21 17:25 UTC  (11+ messages)
` [PATCH v2 1/7] vhost-scsi: Fix vhost_scsi struct use after free
` [PATCH v2 2/7] vhost-scsi: Fix crash during LUN unmapping
` [PATCH v2 3/7] vhost-scsi: Delay releasing our refcount on the tpg
` [PATCH v2 4/7] vhost-scsi: Drop device mutex use in vhost_scsi_do_plug
` [PATCH v2 5/7] vhost-scsi: Check for a cleared backend before queueing an event
` [PATCH v2 6/7] vhost-scsi: Drop vhost_scsi_mutex use in port callouts
` [PATCH v2 7/7] vhost-scsi: Reduce vhost_scsi_mutex use

[PATCH 0/3] Fix possible hangs and race conditions during login
 2023-03-21 17:13 UTC  (10+ messages)
` [PATCH 1/3] target: iscsi: fix hang in the iSCSI login code
` [PATCH 2/3] target: iscsi: remove unused transport_timer
` [PATCH 3/3] target: iscsi: prevent login threads from racing between each other

[PATCH v4 01/18] Use block pr_ops in LIO
 2023-03-20 17:08 UTC  (47+ messages)
` [PATCH v4 01/18] block: Add PR callouts for read keys and reservation
` [PATCH v4 02/18] block: Rename BLK_STS_NEXUS to BLK_STS_RESV_CONFLICT
` [PATCH v4 04/18] scsi: Move sd_pr_type to header to share
` [PATCH v4 05/18] scsi: Add support for block PR read keys/reservation
` [PATCH v4 07/18] nvme: Fix reservation status related structs
` [PATCH v4 08/18] nvme: Don't hardcode the data len for pr commands
` [PATCH v4 09/18] nvme: Move pr code to it's own file
` [PATCH v4 10/18] nvme: Add helper to send pr command
` [PATCH v4 11/18] nvme: Add pr_ops read_keys support
` [PATCH v4 12/18] nvme: Add a nvme_pr_type enum
` [PATCH v4 13/18] nvme: Add pr_ops read_reservation support
` [PATCH v4 14/18] scsi: target: Rename sbc_ops to exec_cmd_ops
` [PATCH v4 15/18] scsi: target: Allow backends to hook into PR handling
` [PATCH v4 16/18] scsi: target: Pass struct target_opcode_descriptor to enabled
` [PATCH v4 17/18] scsi: target: Report and detect unsupported PR commands
` [PATCH v4 18/18] scsi: target: Add block PR support to iblock

[PATCH AUTOSEL 4.14 5/9] scsi: target: iscsi: Fix an error message in iscsi_check_key()
 2023-03-20  0:57 UTC 

[PATCH AUTOSEL 5.4 06/12] scsi: target: iscsi: Fix an error message in iscsi_check_key()
 2023-03-20  0:56 UTC 

[PATCH AUTOSEL 5.15 08/17] scsi: target: iscsi: Fix an error message in iscsi_check_key()
 2023-03-20  0:55 UTC 

[PATCH AUTOSEL 4.19 5/9] scsi: target: iscsi: Fix an error message in iscsi_check_key()
 2023-03-20  0:57 UTC 

[PATCH AUTOSEL 5.10 07/15] scsi: target: iscsi: Fix an error message in iscsi_check_key()
 2023-03-20  0:55 UTC 

[PATCH AUTOSEL 6.1 09/29] scsi: target: iscsi: Fix an error message in iscsi_check_key()
 2023-03-20  0:53 UTC 

[PATCH AUTOSEL 6.2 10/30] scsi: target: iscsi: Fix an error message in iscsi_check_key()
 2023-03-20  0:52 UTC 

[PATCH 0/5] vhost-scsi: Fix management operation hangs
 2023-03-19 15:48 UTC  (3+ messages)
` [PATCH 3/5] vhost-scsi: Remove vhost_scsi_mutex from port link/unlink

[PATCH] scsi:target:tcm_loop:Remove redundant driver match function
 2023-03-19  4:35 UTC 

[PATCH v5 0/9] target: TMF and recovery fixes
 2023-03-19  1:56 UTC  (10+ messages)
` [PATCH v5 1/9] scsi: target: Move sess cmd counter to new struct
` [PATCH v5 2/9] scsi: target: Move cmd counter allocation
` [PATCH v5 3/9] scsi: target: Pass in cmd counter to use during cmd setup
` [PATCH v5 4/9] scsi: target: iscsit/isert: Alloc per conn cmd counter
` [PATCH v5 5/9] scsi: target: iscsit: stop/wait on cmds during conn close
` [PATCH v5 6/9] scsi: target: iscsit: free cmds before session free
` [PATCH v5 7/9] scsi: target: Fix multiple LUN_RESET handling
` [PATCH v5 8/9] scsi: target: iscsit: Fix TAS handling during conn cleanup
` [PATCH v5 9/9] scsi: target: iscsi: handle abort for WRITE_PENDING cmds

[PATCH v5 0/5] scsi: target: make RTPI an TPG identifier
 2023-03-17  4:04 UTC  (8+ messages)
` [PATCH v5 1/4] scsi: target: core: Add RTPI field to target port
` [PATCH v5 2/4] scsi: target: core: Use RTPI from "
` [PATCH v5 3/4] scsi: target: core: Drop device-based RTPI
` [PATCH v5 4/4] scsi: target: core: Add RTPI attribute for target port

[PATCH 00/18] target: TMF and recovery fixes
 2023-03-16 16:07 UTC  (30+ messages)
` [PATCH 01/18] scsi: target: Move sess cmd counter to new struct
` [PATCH 02/18] scsi: target: Move cmd counter allocation
` [PATCH 03/18] scsi: target: Pass in cmd counter to use during cmd setup
` [PATCH 04/18] scsi: target: iscsit/isert: Alloc per conn cmd counter
` [PATCH 05/18] scsi: target: iscsit: stop/wait on cmds during conn close
` [PATCH 06/18] scsi: target: Drop t_state_lock use in compare_and_write_post
` [PATCH 07/18] scsi: target: Treat CMD_T_FABRIC_STOP like CMD_T_STOP
` [PATCH 08/18] scsi: target: iscsit: Add helper to check when cmd has failed
` [PATCH 09/18] scsi: target: iscsit: Cleanup isert commands at conn closure
` [PATCH 10/18] IB/isert: Fix hang in target_wait_for_cmds
` [PATCH 11/18] IB/isert: Fix use after free during conn cleanup
` [PATCH 12/18] scsi: target: iscsit: free cmds before session free
` [PATCH 13/18] scsi: target: Fix multiple LUN_RESET handling
` [PATCH 14/18] scsi: target: Don't set CMD_T_FABRIC_STOP for aborted tasks
` [PATCH 15/18] scsi: target: iscsit: Fix TAS handling during conn cleanup
` [PATCH 16/18] scsi: target: drop tas arg from __transport_wait_for_tasks
` [PATCH 17/18] scsi: target: Remove sess_cmd_lock
` [PATCH 18/18] scsi: target: Move tag pr_debug to before we do a put on the cmd

[RFC PATCH 20/28] iscsi: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage
 2023-03-16 15:26 UTC 

Napływ Klientów ze strony
 2023-03-16  9:10 UTC 

[PATCH v2 00/12] add virtual remote fabric
 2023-03-13 14:13 UTC  (17+ messages)
` [PATCH v2 01/12] scsi: target: add default fabric ops callaouts
` [PATCH v2 02/12] infiniband: srpt: remove default fabric ops callouts
` [PATCH v2 03/12] scsi: ibmvscsit: "
` [PATCH v2 04/12] scsi: target: loop: "
` [PATCH v2 05/12] scsi: target: sbp: "
` [PATCH v2 06/12] scsi: target: fcoe: "
` [PATCH v2 07/12] usb: gadjet: f_tcm: "
` [PATCH v2 08/12] vhost-scsi: "
` [PATCH v2 09/12] xen-scsiback: "
` [PATCH v2 10/12] scsi: qla2xxx: "
` [PATCH v2 11/12] scsi: efct: "
` [PATCH v2 12/12] target: add virtual remote target

[PATCH for-rc] IB/isert: Fix hang in iscsit_wait_for_tag
 2023-03-07 17:05 UTC  (6+ messages)

[PATCH v3 00/14] target: TMF and recovery fixes
 2023-03-07 10:53 UTC  (15+ messages)
` [PATCH v3 01/14] scsi: target: Move sess cmd counter to new struct
` [PATCH v3 05/14] scsi: target: iscsit: stop/wait on cmds during conn close
` [PATCH v3 07/14] scsi: target: Fix multiple LUN_RESET handling
` [PATCH v3 10/14] scsi: target: iscsit: Add helper to check when cmd has failed
` [PATCH v3 13/14] IB/isert: Fix use after free during conn cleanup

[PATCH] target: iscsi: fix an error message in iscsi_check_key()
 2023-03-07  2:57 UTC  (2+ messages)

Pozycjonowanie- informacja
 2023-03-06  8:51 UTC 

[PATCH v4 0/5] scsi: target: make RTPI an TPG identifier
 2023-03-01  8:32 UTC  (4+ messages)
` [PATCH v4 4/4] scsi: target: core: Add RTPI attribute for target port


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).