SCSI target development
 help / color / mirror / Atom feed
 messages from 2022-05-12 10:45:38 to 2022-07-06 23:36:48 UTC [more...]

[PATCH 00/36] usb: gadget: f_tcm: Enhance UASP driver
 2022-07-06 23:36 UTC  (23+ messages)
` [PATCH 01/36] target: Handle MI_REPORT_SUPPORTED_OPERATION_CODES
` [PATCH 02/36] target: Add overlapped response to tmrsp_table
` [PATCH 03/36] target: Don't drain empty list
` [PATCH 04/36] target: Does tmr notify on aborted command
` [PATCH 05/36] target: Don't remove command too early
` [PATCH 06/36] target: Return Function Complete
` [PATCH 07/36] target: Don't do tmr_notify on empty aborted list
` [PATCH 08/36] target: Refactor core_tmr_abort_task
` [PATCH 09/36] target: Add common Task Management values
` [PATCH 10/36] target: Implement TMR_ABORT_TASK_SET
` [PATCH 11/36] target: Properly set Sense Data Length of CHECK CONDITION
` [PATCH 12/36] target: Properly set Sense data length when copy sense
` [PATCH 13/36] target: Don't respond TMR_LUN_DOES_NOT_EXIST for all TMR failure
` [PATCH 14/36] target: Introduce target_submit_tmr_fail_response
` [PATCH 15/36] target: Include INQUIRY length
` [PATCH 16/36] usb: gadget: f_tcm: Increase stream count
` [PATCH 17/36] usb: gadget: f_tcm: Increase bMaxBurst
` [PATCH 18/36] usb: gadget: f_tcm: Don't set static stream_id
` [PATCH 19/36] usb: gadget: f_tcm: Allocate matching number of commands to streams
` [PATCH 20/36] usb: gadget: f_tcm: Limit number of sessions
` [PATCH 21/36] usb: gadget: f_tcm: Handle multiple commands in parallel
` [PATCH 22/36] usb: gadget: f_tcm: Use extra number of commands

[linux-next:master] BUILD REGRESSION 2a2aa3f05338270aecbe2492fda910d6c17e0102
 2022-07-05 23:41 UTC 

use-after-free in srpt_enable_tpg()
 2022-07-05 16:10 UTC  (9+ messages)

[linux-next:master] BUILD REGRESSION b6f1f2fa2bddd69ff46a190b8120bd440fd50563
 2022-07-05  0:01 UTC 

[PATCH 0/3] Make target send correct io limits
 2022-07-02 11:47 UTC  (7+ messages)
` [PATCH 1/3] target: core: Send mtl in blocks
` [PATCH 2/3] target: core: make hw_max_sectors store the sectors amount "
` [PATCH 3/3] target: core: Change the way target_xcopy_do_work sets restiction on max io

[linux-next:master] BUILD REGRESSION 6cc11d2a1759275b856e464265823d94aabd5eaf
 2022-07-02  1:03 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION c4185b16aba73929aa76f0d030efbe79ae867808
 2022-07-02  0:58 UTC 

[PATCH v2 0/5] target: UNMAP/WRITE_SAME features/cleanups for 5.20
 2022-06-28 20:02 UTC  (6+ messages)
` [PATCH v2 1/5] scsi: target: Remove incorrect zero blocks WRITE_SAME check
` [PATCH v2 2/5] scsi: target: Add callout to configure unmap settings
` [PATCH v2 3/5] scsi: target: Add iblock configure_unmap callout
` [PATCH v2 4/5] scsi: target: Add file "
` [PATCH v2 5/5] scsi: target: Detect unmap support post configuration

[PATCH][next] treewide: uapi: Replace zero-length arrays with flexible-array members
 2022-06-28 18:44 UTC  (15+ messages)

[PATCH 0/5] target: UNMAP/WRITE_SAME features/cleanups for 5.20
 2022-06-28  5:06 UTC  (11+ messages)
` [PATCH 1/5] scsi: target: Remove incorrect zero blocks WRITE_SAME check
` [PATCH 2/5] scsi: target: Add callout to configure unmap settings
` [PATCH 3/5] scsi: target: Add iblock configure_unmap callout
` [PATCH 4/5] scsi: target: Add file "
` [PATCH 5/5] scsi: target: Detect unmap support post configuration

[PATCH 0/1] target: Unmap fixes
 2022-06-28  4:54 UTC  (3+ messages)
` [PATCH 1/1] scsi: target: Fix WRITE_SAME No Data Buffer crash

[PATCH] scsi: target: Remove duplicate 'the' in two places
 2022-06-28  3:24 UTC  (2+ messages)

Order Emquiry 27/06/22
 2022-06-27 11:26 UTC 

[PATCH 0/4] target unmap/writespace fixes and enhancements
 2022-06-20 16:03 UTC  (14+ messages)
` [PATCH 1/4] scsi: target: Fix WRITE_SAME NDOB size check
` [PATCH 2/4] scsi: target: Fix WRITE_SAME NDOB handling in file
` [PATCH 3/4] scsi: target: Fix WRITE_SAME NDOB handling in iblock
` [PATCH 4/4] scsi: target: Detect unmap support post configuration

[PATCH 0/8] Use block pr_ops in LIO
 2022-06-20  7:23 UTC  (33+ messages)
` [PATCH 01/11] scsi: target: Rename sbc_ops to exec_cmd_ops
` [PATCH 02/11] scsi: Rename sd_pr_command
` [PATCH 03/11] scsi: Move sd_pr_type to header to share
` [PATCH 04/11] block: Add PR callouts for read keys and reservation
` [PATCH 05/11] scsi: Add support for block PR read keys/reservation
` [PATCH 06/11] dm: "
` [PATCH 07/11] scsi: target: Allow backends to hook into PR handling
` [PATCH 08/11] scsi: target: Add block PR support to iblock
` [PATCH 09/11] block, nvme: Add error for reservation conflicts
  ` [dm-devel] "
` [PATCH 10/11] scsi: Use BLK_STS_RSV_CONFLICT "
` [PATCH 11/11] scsi: target: Handle BLK_STS_RSV_CONFLICT
` [dm-devel] [PATCH 0/8] Use block pr_ops in LIO

[PATCH -next] scsi: target: iscsi: Fix NULL pointer dereference in iscsi_conn_auth_required()
 2022-06-17  2:21 UTC  (4+ messages)

[bug report] scsi: target: iscsi: Extract auth functions
 2022-06-14 12:09 UTC 

[PATCH v5 0/3] target: iscsi: control authentication per ACL
 2022-06-10 17:45 UTC  (8+ messages)
` [PATCH v5 1/3] scsi: target: iscsi: Add upcast helpers
` [PATCH v5 2/3] scsi: target: iscsi: extract auth functions
` [PATCH v5 3/3] target: iscsi: control authentication per ACL

Wycena paneli fotowoltaicznych
 2022-06-08  8:11 UTC 

[PATCH 1/1] cxgbit_target: Reject immediate data underflow larger than SCSI transfer length
 2022-06-07 17:14 UTC  (2+ messages)

[PATCH AUTOSEL 5.18 074/159] scsi: target: tcmu: Fix possible data corruption
 2022-06-05 13:16 UTC  (3+ messages)

[PATCH] scsi: efct: reject PRLI when no target configured
 2022-05-31  9:28 UTC 

[PATCH AUTOSEL 5.15 051/109] scsi: target: tcmu: Fix possible data corruption
 2022-05-30 13:37 UTC 

[PATCH AUTOSEL 5.17 062/135] scsi: target: tcmu: Fix possible data corruption
 2022-05-30 13:30 UTC 

EasyBook Contact Form
 2022-05-28 12:15 UTC 

cleanup blk_execute_rq* v2
 2022-05-28 12:20 UTC  (8+ messages)
` [PATCH 1/3] blk-mq: remove __blk_execute_rq_nowait
` [PATCH 2/3] blk-mq: avoid a mess of casts for blk_end_sync_rq
` [PATCH 3/3] blk-mq: remove the done argument to blk_execute_rq_nowait

[PATCH] scsi: target: sbp: Fix memory leak in sbp_management_request_logout()
 2022-05-26  1:38 UTC 

Biznesowy angielski
 2022-05-23  8:05 UTC 

[PATCH] IB/isert: Avoid flush_scheduled_work() usage
 2022-05-20 14:18 UTC  (4+ messages)

[PATCH] scsi: elx: efct: Remove redundant memset statement
 2022-05-20  1:09 UTC  (3+ messages)

[PATCH] scsi: target: tcmu: Avoid holding XArray lock when calling lock_page
 2022-05-20  1:09 UTC  (3+ messages)

[PATCH] scsi: elx: efct: remove null check after call container_of()
 2022-05-20  1:09 UTC  (2+ messages)

cleanup blk_execute_rq*
 2022-05-19  7:36 UTC  (10+ messages)
` [PATCH 1/3] blk-mq: remove __blk_execute_rq_nowait
` [PATCH 2/3] blk-mq: avoid a mess of casts for blk_end_sync_rq
` [PATCH 3/3] blk-mq: remove the done argument to blk_execute_rq_nowait

[PATCH v2] scsi: target: fixup incorrect use of 'cpumask_t'
 2022-05-18  1:55 UTC  (3+ messages)

[PATCH 1/3] target/iscsi: rename iscsi_cmd to iscsit_cmd
 2022-05-17  2:16 UTC  (2+ messages)

ERROR: drivers: iscsi: iscsi_target.c
 2022-05-16 18:04 UTC  (4+ messages)

[PATCH v3] scsi:tcmu: switch tcmu completion path to work queue context
 2022-05-16  2:30 UTC  (3+ messages)

[PATCH v4 0/3] target: iscsi: control authentication per ACL
 2022-05-14 16:38 UTC  (5+ messages)
` [PATCH v4 1/3] scsi: target: iscsi: Add upcast helpers
` [PATCH v4 2/3] scsi: target: iscsi: extract auth functions
` [PATCH v4 3/3] target: iscsi: control authentication per ACL

[PATCH] scsi: target: fixup incorrect use of 'cpumask_t'
 2022-05-14 16:30 UTC  (2+ messages)

[PATCH linux-next] scsi: target: cxgbit: replace ternary operator with min()
 2022-05-14  2:41 UTC  (2+ messages)

Wycena paneli fotowoltaicznych
 2022-05-13  7:41 UTC 


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