target-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-02-03 15:08:04 to 2023-03-16 16:07:45 UTC [more...]

[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 

[PATCH v4 01/18] Use block pr_ops in LIO
 2023-03-16 10:17 UTC  (45+ 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 03/18] scsi: Rename sd_pr_command
` [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 06/18] dm: "
` [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

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

[PATCH v3 00/12] add virtual remote fabric
 2023-03-15 16:13 UTC  (18+ 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 0/3] Fix possible hangs and race conditions during login
 2023-03-14 21:23 UTC  (9+ 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 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 v5 0/5] scsi: target: make RTPI an TPG identifier
 2023-03-10  2:37 UTC  (7+ 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 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  (19+ 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 06/14] scsi: target: iscsit: Fix TAS handling during conn cleanup
` [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 v3 14/14] scsi: target: iscsit: free cmds before session free

[PATCH] target: iscsi: fix an error message in iscsi_check_key()
 2023-03-07  2:57 UTC  (3+ 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  (7+ messages)
` [PATCH v4 1/4] scsi: target: core: Add RTPI field to target port
` [PATCH v4 2/4] scsi: target: core: Use RTPI from "
` [PATCH v4 3/4] scsi: target: core: Drop device-based RTPI
` [PATCH v4 4/4] scsi: target: core: Add RTPI attribute for target port

[PATCH] target: iscsi: use GFP_NOIO with loopback connections
 2023-02-27  7:57 UTC 

[PATCH 0/5] vhost-scsi: Fix management operation hangs
 2023-02-23  0:19 UTC  (6+ messages)
` [PATCH 1/5] vhost-scsi: Hold tv_tpg_mutex when decrementing tv_tpg_vhost_count
` [PATCH 2/5] vhost-scsi: Drop vhost_scsi_flush during endpoint clearing
` [PATCH 3/5] vhost-scsi: Remove vhost_scsi_mutex from port link/unlink
` [PATCH 4/5] vhost-scsi: Delay releasing our refcount on the tpg
` [PATCH 5/5] vhost-scsi: Reduce vhost_scsi_mutex use

Należność za fakturę
 2023-02-22  8:45 UTC 

Renovace podlahy
 2023-02-21  9:00 UTC 

[PATCH 00/35] Documentation: correct lots of spelling errors (series 1)
 2023-02-14 16:57 UTC  (4+ messages)
` [PATCH 28/35] Documentation: target: correct spelling
` (subset) [PATCH 00/35] Documentation: correct lots of spelling errors (series 1)

[PATCH] scsi: target: iscsi: set memalloc_noio with loopback network connections
 2023-02-13 16:25 UTC  (6+ messages)

[PATCH v2] scsi: target: core: Added a blank line after target_remove_from_tmr_list()
 2023-02-11 10:15 UTC 

[PATCH] scsi: target: core: Added a blank line after target_remove_from_tmr_list()
 2023-02-11 10:04 UTC  (4+ messages)

[PATCH 0/2] fix iscsi commands when session is freed
 2023-02-11  8:42 UTC  (3+ messages)
` [PATCH 2/2] target: iscsi: free cmds before session free

Hang in iscsit_access_np() related to tpg->np_login_sem
 2023-02-07 12:30 UTC  (2+ messages)

deadlocks when the target server runs as initiator to itself
 2023-02-06 15:52 UTC  (4+ messages)

add bvec initialization helpers v2
 2023-02-03 17:18 UTC  (19+ messages)
` [PATCH 08/23] rbd: use bvec_set_page to initialize the copy up bvec
` [PATCH 09/23] virtio_blk: use bvec_set_virt to initialize special_vec
` [PATCH 10/23] zram: use bvec_set_page to initialize bvecs
` [PATCH 11/23] afs: use bvec_set_folio to initialize a bvec
` [PATCH 12/23] ceph: use bvec_set_page "
` [PATCH 13/23] cifs: use bvec_set_page to initialize bvecs
` [PATCH 14/23] coredump: use bvec_set_page to initialize a bvec
` [PATCH 15/23] nfs: use bvec_set_page to initialize bvecs
` [PATCH 16/23] orangefs: use bvec_set_{page,folio} "
` [PATCH 17/23] splice: use bvec_set_page to initialize a bvec
` [PATCH 18/23] io_uring: "
` [PATCH 19/23] swap: use bvec_set_page to initialize bvecs
` [PATCH 20/23] rxrpc: use bvec_set_page to initialize a bvec
` [PATCH 21/23] sunrpc: use bvec_set_page to initialize bvecs
` [PATCH 22/23] vringh: use bvec_set_page to initialize a bvec
` [PATCH 23/23] libceph: use bvec_set_page to initialize bvecs

[RESEND] target: add virtual remote target
 2023-02-03 15:40 UTC  (5+ 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).