SCSI target development
 help / color / mirror / Atom feed
 messages from 2022-05-30 13:52:30 to 2022-07-08 09:50:35 UTC [more...]

[PATCH 00/36] usb: gadget: f_tcm: Enhance UASP driver
 2022-07-08  9:50 UTC  (66+ 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
` [PATCH 23/36] usb: gadget: f_tcm: Return ATA cmd direction
` [PATCH 24/36] usb: gadget: f_tcm: Execute command on write completion
` [PATCH 25/36] usb: gadget: f_tcm: Minor cleanup redundant code
` [PATCH 26/36] usb: gadget: f_tcm: Don't free command immediately
` [PATCH 27/36] usb: gadget: f_tcm: Translate error to sense
` [PATCH 28/36] usb: gadget: f_tcm: Cleanup unused variable
` [PATCH 29/36] usb: gadget: f_tcm: Update state on data write
` [PATCH 30/36] usb: gadget: f_tcm: Handle abort command
` [PATCH 31/36] usb: gadget: f_tcm: Cleanup requests on ep disable
` [PATCH 32/36] usb: gadget: f_tcm: Send sense reason
` [PATCH 33/36] usb: gadget: f_tcm: Save CPU ID per command
` [PATCH 34/36] usb: gadget: f_tcm: Free tags earlier
` [PATCH 35/36] usb: gadget: f_tcm: Handle TASK_MANAGEMENT commands
` [PATCH 36/36] usb: gadget: f_tcm: Comply with UAS Task Management requirement

[PATCH] scsi: target: tcmu: check cmd aborted earlier
 2022-07-08  3:32 UTC 

[PATCH 0/3] Make target send correct io limits
 2022-07-07 22:37 UTC  (10+ 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

[PATCH 0/1] target: Unmap fixes
 2022-07-07 21:47 UTC  (7+ messages)
` [PATCH 1/1] scsi: target: Fix WRITE_SAME No Data Buffer crash

[PATCH v2 0/5] target: UNMAP/WRITE_SAME features/cleanups for 5.20
 2022-07-07 20:54 UTC  (7+ 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

[linux-next:master] BUILD REGRESSION 088b9c375534d905a4d337c78db3b3bfbb52c4a0
 2022-07-07 14:02 UTC  (4+ messages)

[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 

[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][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] 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  (3+ messages)

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 


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