target-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-22 18:11:00 to 2021-03-24 17:25:18 UTC [more...]

[PATCH v2 1/2] target: pscsi: avoid OOM in pscsi_map_sg()
 2021-03-24 17:24 UTC  (5+ messages)
` [PATCH v2 2/2] target: pscsi: cleanup after failure "

[PATCH -next] IB/srpt: Fix passing zero to 'PTR_ERR'
 2021-03-24 14:19 UTC  (2+ messages)

[PATCH v2] infiniband: Fix a use after free in isert_connect_request
 2021-03-24  9:21 UTC  (3+ messages)

[PATCH] target: pscsi: avoid OOM in pscsi_map_sg()
 2021-03-23 21:25 UTC  (6+ messages)

[PATCH] target: pscsi: avoid Wempty-body warning
 2021-03-23 17:24 UTC  (9+ messages)

[PATCH] target: Fix a double put in transport_free_session
 2021-03-23 16:28 UTC  (2+ messages)

[PATCH v2 0/2] target: Introduce dummy devices
 2021-03-22 20:09 UTC  (3+ messages)
` [PATCH v2 1/2] target: Add the DUMMY flag to rd_mcp
` [PATCH v2 2/2] target: Make the virtual LUN 0 device dummy

[PATCH 0/2] target: Introduce dummy devices
 2021-03-22 18:57 UTC  (5+ messages)
` [PATCH 1/2] target: Add the DUMMY flag to rd_mcp
` [PATCH 2/2] target: Make the virtual LUN 0 device dummy

[PATCH v2 0/7] target: make tpg/enable attribute
 2021-03-22 17:55 UTC  (12+ messages)
` [PATCH v2 1/7] target: core: add common "
` [PATCH v2 2/7] target: iscsi: replace enable attr to ops.enable
` [PATCH v2 3/7] target: qla2xx: "
` [PATCH v2 4/7] target: sbp: "
` [PATCH v2 5/7] target: srpt "
` [PATCH v2 6/7] target: ibm_vscsi: "
` [PATCH v2 7/7] target: usb: "

[PATCH] infiniband: Fix a use after free in isert_connect_request
 2021-03-22 15:50 UTC  (5+ messages)
  `  "
      `  "

[PATCH 00/36] [Set 4] Rid W=1 warnings in SCSI
 2021-03-19  8:10 UTC  (4+ messages)
` [PATCH 35/36] scsi: ibmvscsi_tgt: ibmvscsi_tgt: Remove duplicate section 'NOTE'

[PATCH] scsi: target: tcmu: Adjust parameter in call to tcmu_blocks_release
 2021-03-19  3:46 UTC  (3+ messages)

[PATCH 1/1] scsi: target: fix htmldocs warning in target_submit_prep
 2021-03-18 22:58 UTC 

[PATCH 0/4] target: make tpg/enable attribute
 2021-03-18  8:58 UTC  (7+ messages)
` [PATCH 1/4] target: core: add common "
` [PATCH 2/4] target: iscsi: replace enable attr to ops.enable
` [PATCH 3/4] target: qla2xx: "
` [PATCH 4/4] target: sbp: "

[PATCH 0/2] scsi: target: tcmu: Replace IDR and radix_tree with XArray
 2021-03-16  3:14 UTC  (9+ messages)
` [PATCH 1/2] scsi: target: tcmu: Replace IDR by XArray
` [PATCH 2/2] scsi: target: tcmu: Replace radix_tree with XArray

[PATCH 00/23] target: code cleanup
 2021-03-16  3:14 UTC  (56+ messages)
` [PATCH 01/23] target/iblock: remove an extra argument
` [PATCH 02/23] target/iblock: trim down line longer than 80 char
` [PATCH 03/23] target/iblock: fix the type of the logs_per_phys
` [PATCH 04/23] targe/pscsi: fix the warning in pscsi_complete_cmd
` [PATCH 05/23] target/sbc: get rid of the warning in cmp & write
` [PATCH 06/23] target/pscsi: remove unsed macro ISPRINT
` [PATCH 07/23] target/stat: "
` [PATCH 08/23] target/stat: remove unsed macro NONE
` [PATCH 09/23] target/stat: remove unsed macro
` [PATCH 10/23] target/iscsi: remove unsed macro TEXT_LEN
` [PATCH 11/23] target/iscsi: remove unsed macro PRINT_BUF
` [PATCH 12/23] target/iscsi: remove the memset with declare-init
` [PATCH 13/23] target/configfs: "
` [PATCH 14/23] "
` [PATCH 15/23] "
` [PATCH 16/23] "
` [PATCH 17/23] "
` [PATCH 18/23] "
` [PATCH 19/23] "
` [PATCH 20/23] target/pr: "
` [PATCH 21/23] "
` [PATCH 22/23] "
` [PATCH 23/23] target/core: don't duplicate memset 0xff

[PATCH] scsi: target: tcmu: Use GFP_NOIO while handling cmds or holding cmdr_lock
 2021-03-16  3:14 UTC  (4+ messages)

[PATCH] target: Make logs less verbose
 2021-03-15 21:14 UTC 

Is vHost reversible ?
 2021-03-10  8:17 UTC  (2+ messages)

[PATCH 00/25 V5] target: fix cmd plugging and submission
 2021-03-04  4:15 UTC  (28+ messages)
` [PATCH 01/25] target: move t_task_cdb initialization
` [PATCH 02/25] target: drop kref_get_unless_zero in target_get_sess_cmd
` [PATCH 03/25] target: rename transport_init_se_cmd
` [PATCH 04/25] target: break up target_submit_cmd_map_sgls
` [PATCH 05/25] srpt: Convert to new submission API
` [PATCH 06/25] ibmvscsi_tgt: "
` [PATCH 07/25] qla2xxx: "
` [PATCH 08/25] tcm_loop: "
` [PATCH 09/25] sbp_target: "
` [PATCH 10/25] usb gadget: "
` [PATCH 11/25] vhost-scsi: "
` [PATCH 12/25] xen-scsiback: "
` [PATCH 13/25] tcm_fc: "
` [PATCH 14/25] target: remove target_submit_cmd_map_sgls
` [PATCH 15/25] target: add gfp_t arg to target_cmd_init_cdb
` [PATCH 16/25] target: add workqueue based cmd submission
` [PATCH 17/25] vhost scsi: use lio wq cmd submission helper
` [PATCH 18/25] tcm loop: use blk cmd allocator for se_cmds
` [PATCH 19/25] tcm loop: use lio wq cmd submission helper
` [PATCH 20/25] target: cleanup cmd flag bits
` [PATCH 21/25] target: fix backend plugging
` [PATCH 22/25] target iblock: add backend plug/unplug callouts
` [PATCH 23/25] target_core_user: "
` [PATCH 24/25] target: flush submission work during TMR processing
` [PATCH 25/25] target: make completion affinity configurable

[PATCH AUTOSEL 5.4 32/33] scsi: target: core: Add cmd length set before cmd complete
 2021-03-02 11:57 UTC  (2+ messages)
` [PATCH AUTOSEL 5.4 33/33] scsi: target: core: Prevent underflow for service actions

[PATCH AUTOSEL 5.11 51/52] scsi: target: core: Add cmd length set before cmd complete
 2021-03-02 11:55 UTC  (2+ messages)
` [PATCH AUTOSEL 5.11 52/52] scsi: target: core: Prevent underflow for service actions

[PATCH AUTOSEL 4.19 20/21] scsi: target: core: Add cmd length set before cmd complete
 2021-03-02 11:58 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 21/21] scsi: target: core: Prevent underflow for service actions

[PATCH AUTOSEL 5.10 46/47] scsi: target: core: Add cmd length set before cmd complete
 2021-03-02 11:56 UTC  (2+ messages)
` [PATCH AUTOSEL 5.10 47/47] scsi: target: core: Prevent underflow for service actions

Stability of FILEIO as backing store?
 2021-03-02 11:22 UTC  (8+ messages)

[PATCH rdma-next] RDMA: Support more than 255 rdma ports
 2021-03-01 14:44 UTC  (3+ messages)

[PATCH 0/2] scsi: target: tcmu: Fix memory leak
 2021-02-26  2:22 UTC  (3+ messages)

[PATCH 0/2] Fix target not properly truncating command data length
 2021-02-26  2:22 UTC  (3+ messages)

[PATCH v2] vio: make remove callback return void
 2021-02-25 14:01 UTC  (4+ messages)

[RFC PATCH] blk-core: remove blk_put_request()
 2021-02-25  2:01 UTC  (5+ messages)

[PATCH 14/20] target: Manual replacement of the deprecated strlcpy() with return values
 2021-02-22 18:09 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;
as well as URLs for NNTP newsgroup(s).