target-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-25 16:50:24 to 2023-02-24 17:48:05 UTC [more...]

[PATCH v4 01/18] Use block pr_ops in LIO
 2023-02-24 17:44 UTC  (11+ 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 11/18] nvme: Add pr_ops read_keys support

[PATCH] target: iscsi: fix an error message in iscsi_check_key()
 2023-02-23  1:48 UTC  (2+ messages)

[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

[PATCH v4 0/5] scsi: target: make RTPI an TPG identifier
 2023-02-22 21:41 UTC  (6+ 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 v3 00/14] target: TMF and recovery fixes
 2023-02-22 12:26 UTC  (18+ messages)
` [PATCH v3 01/14] scsi: target: Move sess cmd counter to new struct
` [PATCH v3 02/14] scsi: target: Move cmd counter allocation
` [PATCH v3 03/14] scsi: target: Pass in cmd counter to use during cmd setup
` [PATCH v3 04/14] scsi: target: iscsit/isert: Alloc per conn cmd counter
` [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 08/14] scsi: target: Drop t_state_lock use in compare_and_write_post
` [PATCH v3 09/14] scsi: target: Treat CMD_T_FABRIC_STOP like CMD_T_STOP
` [PATCH v3 10/14] scsi: target: iscsit: Add helper to check when cmd has failed
` [PATCH v3 11/14] scsi: target: iscsit: Cleanup isert commands at conn closure
` [PATCH v3 12/14] IB/isert: Fix hang in target_wait_for_cmds
` [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

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  (7+ 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 for-rc] IB/isert: Fix hang in iscsit_wait_for_tag
 2023-02-13 11:27 UTC  (3+ 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  (7+ messages)
` [PATCH 1/2] target: iscs: reject cmd in closed session
` [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  (5+ messages)

add bvec initialization helpers v2
 2023-02-03 17:18 UTC  (26+ messages)
` [PATCH 01/23] block: factor out a bvec_set_page helper
` [PATCH 02/23] block: add a bvec_set_folio helper
` [PATCH 03/23] block: add a bvec_set_virt helper
` [PATCH 04/23] sd: factor out a sd_set_special_bvec helper
` [PATCH 05/23] target: use bvec_set_page to initialize bvecs
` [PATCH 06/23] nvmet: "
` [PATCH 07/23] nvme: use bvec_set_virt to initialize special_vec
` [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)

[PATCH v2] scsi: qla2xxx: abort TMR commands
 2023-02-01  8:58 UTC  (2+ messages)

Napływ Klientów ze strony
 2023-02-01  8:35 UTC 

[PATCH AUTOSEL 4.14 1/3] scsi: target: core: Fix warning on RT kernels
 2023-01-31 15:01 UTC 

[PATCH AUTOSEL 5.4 1/4] scsi: target: core: Fix warning on RT kernels
 2023-01-31 15:01 UTC 

[PATCH AUTOSEL 4.19 1/4] scsi: target: core: Fix warning on RT kernels
 2023-01-31 15:01 UTC 

[PATCH AUTOSEL 5.10 2/6] scsi: target: core: Fix warning on RT kernels
 2023-01-31 15:00 UTC 

[PATCH AUTOSEL 5.15 03/12] scsi: target: core: Fix warning on RT kernels
 2023-01-31 15:00 UTC 

[PATCH AUTOSEL 6.1 03/20] scsi: target: core: Fix warning on RT kernels
 2023-01-31 14:59 UTC 

add bvec initialization helpers
 2023-01-31 13:45 UTC  (65+ messages)
` [PATCH 01/23] block: factor out a bvec_set_page helper
` [PATCH 02/23] block: add a bvec_set_folio helper
` [PATCH 03/23] block: add a bvec_set_virt helper
` [PATCH 04/23] sd: factor out a sd_set_special_bvec helper
` [PATCH 05/23] target: use bvec_set_page to initialize bvecs
` [PATCH 06/23] nvmet: "
` [PATCH 07/23] nvme: use bvec_set_virt to initialize special_vec
` [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] vring: use bvec_set_page to initialize a bvec
` [PATCH 23/23] net-ceph: use bvec_set_page to initialize bvecs

Silicone rubber - vulcanization
 2023-01-31  9:15 UTC 

[PATCH v2 0/6] introduce vm_flags modifier functions
 2023-01-26 17:07 UTC  (31+ messages)
` [PATCH v2 1/6] mm: introduce vma->vm_flags "
` [PATCH v2 2/6] mm: replace VM_LOCKED_CLEAR_MASK with VM_LOCKED_MASK
` [PATCH v2 3/6] mm: replace vma->vm_flags direct modifications with modifier calls
` [PATCH v2 4/6] mm: replace vma->vm_flags indirect modification in ksm_madvise
` [PATCH v2 5/6] mm: introduce mod_vm_flags_nolock and use it in untrack_pfn
` [PATCH v2 6/6] mm: export dump_mm()


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