Daniel Wagner ([email protected])

Number of posts: 722 (0.42 per day)
First post: 2019-08-13 09:35:40
Last post: 2024-04-30 13:27:56

Date List Subject
2024-02-21 13:12:00 linux-kernel Re: [PATCH] nvmet-fc: move RCU read lock to nvmet_fc_assoc_exists
2024-02-19 13:31:04 linux-kernel [PATCH v1 5/6] nvme-fc: reorder ctrl ref counting and cleanup code path
2024-02-19 13:30:01 linux-kernel [PATCH v1 2/6] nvme-fc: rename free_ctrl callback to match name pattern
2024-02-19 13:29:58 linux-kernel [PATCH v1 1/6] nvme-fabrics: introduce connect_sync option
2024-02-19 13:16:56 linux-kernel [PATCH v1 4/6] nvme-fabrics: introduce ref counting for nvmf_ctrl_options
2024-02-19 13:16:32 linux-kernel [PATCH v1 6/6] nvme-fc: wait for connect attempt to finish
2024-02-19 13:16:02 linux-kernel [PATCH v1 3/6] nvme-fc: do not retry when auth fails or connection is refused
2024-02-19 13:15:42 linux-kernel [PATCH v1 0/6] nvme-fc: fix blktests nvme/041
2024-02-16 16:44:16 linux-kernel Re: [PATCH v0 1/6] nvme-fabrics: introduce connect_sync option
2024-02-16 12:40:33 linux-kernel Re: Re: [PATCH v0 5/6] nvme-fc: redesign locking and refcounting
2024-02-16 08:50:47 linux-kernel [PATCH v0 6/6] nvme-fc: wait for connect attempt to finish
2024-02-16 08:50:21 linux-kernel [PATCH v0 4/6] nvme-fabrics: introduce ref counting for nvmf_ctrl_options
2024-02-16 08:50:03 linux-kernel [PATCH v0 5/6] nvme-fc: redesign locking and refcounting
2024-02-16 08:49:50 linux-kernel [PATCH v0 3/6] nvme-fc: do not retry when auth fails or connection is refused
2024-02-16 08:49:20 linux-kernel [PATCH v0 2/6] nvme-fc: rename free_ctrl callback to match name pattern
2024-02-16 08:49:04 linux-kernel [PATCH v0 1/6] nvme-fabrics: introduce connect_sync option
2024-02-16 08:48:49 linux-kernel [PATCH v0 0/6] nvme-fc: fix blktests nvme/041
2024-02-12 10:37:12 linux-kernel [PATCH] nvmet-fc: move RCU read lock to nvmet_fc_assoc_exists
2024-02-12 10:31:20 linux-kernel Re: Re: [PATCH v5 12/12] nvmet-fc: use RCU list iterator for assoc_list
2024-02-12 09:55:36 linux-kernel Re: [PATCH v2] scsi: elx: efct: adjust error handling inside efct_hw_setup_io
2024-02-09 06:24:34 linux-kernel Re: [PATCH] scsi: elx: efct: adjust error handling inside efct_hw_setup_io
2024-01-31 15:13:18 linux-kernel Re: Re: Re: [PATCH] scsi: lpfc: use unsigned type for num_sge
2024-01-31 09:29:06 linux-kernel [PATCH v5 10/12] nvmet-fc: avoid deadlock on delete association path
2024-01-31 09:28:23 linux-kernel [PATCH v5 08/12] nvmet-fc: do not tack refs on tgtports from assoc
2024-01-31 09:20:57 linux-kernel [PATCH v5 04/12] nvmet-fc: defer cleanup using RCU properly
2024-01-31 09:20:49 linux-kernel [PATCH v5 01/12] nvme-fc: do not wait in vain when unloading module
2024-01-31 09:13:14 linux-kernel [PATCH v5 11/12] nvmet-fc: take ref count on tgtport before delete assoc
2024-01-31 09:09:21 linux-kernel [PATCH v5 03/12] nvmet-fc: release reference on target port
2024-01-31 09:08:29 linux-kernel [PATCH v5 09/12] nvmet-fc: abort command when there is no binding
2024-01-31 09:08:18 linux-kernel [PATCH v5 02/12] nvmet-fcloop: swap the list_add_tail arguments
2024-01-31 09:06:25 linux-kernel [PATCH v5 06/12] nvmet-fc: hold reference on hostport match
2024-01-31 09:02:51 linux-kernel [PATCH v5 12/12] nvmet-fc: use RCU list iterator for assoc_list
2024-01-31 09:02:05 linux-kernel [PATCH v5 07/12] nvmet-fc: remove null hostport pointer check
2024-01-31 09:01:53 linux-kernel [PATCH v5 05/12] nvmet-fc: free queue and assoc directly
2024-01-31 09:01:41 linux-kernel [PATCH v5 00/12] enable nvmet-fc for blktests
2024-01-30 10:22:11 linux-kernel [PATCH v4 09/12] nvmet-fc: abort command when there is no binding
2024-01-30 10:17:50 linux-kernel [PATCH v4 08/12] nvmet-fc: do not tack refs on tgtports from assoc
2024-01-30 09:58:56 linux-kernel [PATCH v4 11/12] nvmet-fc: take ref count on tgtport before delete assoc
2024-01-30 09:55:22 linux-kernel [PATCH v4 04/12] nvmet-fc: defer cleanup using RCU properly
2024-01-30 09:55:13 linux-kernel [PATCH v4 03/12] nvmet-fc: release reference on target port
2024-01-30 09:55:07 linux-kernel [PATCH v4 02/12] nvmet-fcloop: swap the list_add_tail arguments
2024-01-30 09:55:03 linux-kernel [PATCH v4 00/12] enable nvmet-fc for blktests
2024-01-30 09:55:00 linux-kernel [PATCH v4 12/12] nvmet-fc: use RCU list iterator for assoc_list
2024-01-30 09:54:12 linux-kernel [PATCH v4 10/12] nvmet-fc: avoid deadlock on delete association path
2024-01-30 09:53:10 linux-kernel [PATCH v4 07/12] nvmet-fc: remove null hostport pointer check
2024-01-30 09:53:09 linux-kernel [PATCH v4 06/12] nvmet-fc: hold reference on hostport match
2024-01-30 09:52:39 linux-kernel [PATCH v4 05/12] nvmet-fc: free queue and assoc directly
2024-01-30 09:52:16 linux-kernel [PATCH v4 01/12] nvme-fc: do not wait in vain when unloading module
2024-01-26 15:32:47 linux-kernel Re: [PATCH v3 08/16] nvmet-fc: untangle cross refcounting objects
2024-01-26 13:47:36 linux-kernel [PATCH v4] nvme-fc: do not wait in vain when unloading module
2024-01-17 10:56:41 linux-kernel Re: Re: [PATCH] scsi: lpfc: use unsigned type for num_sge