Christian Schoenebeck ([email protected])

Number of posts: 163 (0.21 per day)
First post: 2022-01-04 13:42:09
Last post: 2024-03-04 14:04:19

Date List Subject
2022-12-08 18:03:33 linux-kernel Re: linux-next: build failure after merge of the v9fs tree
2022-12-08 16:38:47 linux-kernel Re: [PATCH] 9p/client: fix data race on req->status
2022-12-05 21:09:30 linux-kernel Re: linux-next: build failure after merge of the v9fs tree
2022-12-05 15:48:19 linux-kernel Re: [PATCH] 9p/client: fix data race on req->status
2022-12-05 14:51:52 linux-kernel Re: linux-next: build failure after merge of the v9fs tree
2022-12-02 11:55:42 linux-kernel Re: [PATCH v3] 9p/fd: set req refcount to zero to avoid uninitialized usage
2022-11-30 13:41:27 linux-kernel Re: [PATCH] 9p: fix crash when transaction killed
2022-11-30 13:21:16 linux-kernel Re: [PATCH] 9p: fix crash when transaction killed
2022-11-29 18:43:53 linux-kernel Re: [PATCH] 9p: fix crash when transaction killed
2022-11-28 15:06:31 linux-kernel Re: [PATCH 1/4] 9p: Fix probe failed when modprobe 9pnet_virtio
2022-11-27 16:10:52 linux-kernel Re: [PATCH] 9p: Remove unneeded idr.h #include in the net/9p directory
2022-11-27 14:52:00 linux-kernel Re: [PATCH] 9p: Remove some unneeded #include
2022-11-24 14:17:31 linux-kernel Re: [GIT PULL] 9p fixes for 6.1-rc7
2022-11-22 20:39:22 linux-kernel [PATCH v2 0/2] net/9p: fix response size check in p9_check_errors()
2022-11-22 20:27:39 linux-kernel [PATCH v2 1/2] net/9p: distinguish zero-copy requests
2022-11-22 20:23:27 linux-kernel [PATCH v2 2/2] net/9p: fix response size check in p9_check_errors()
2022-11-22 11:57:12 linux-kernel Re: [PATCH 2/2] net/9p: fix response size check in p9_check_errors()
2022-11-22 11:33:51 linux-kernel Re: [PATCH] 9p/xen: do not memcpy header into req->rc
2022-11-22 11:28:07 linux-kernel Re: [PATCH 1/2] 9p/xen: check logical size for buffer size
2022-11-22 00:26:15 linux-kernel [PATCH 1/2] net/9p: distinguish zero-copy requests
2022-11-22 00:17:39 linux-kernel [PATCH 2/2] net/9p: fix response size check in p9_check_errors()
2022-11-22 00:11:50 linux-kernel [PATCH 0/2] net/9p: fix response size check in p9_check_errors()
2022-11-21 17:37:48 linux-kernel Re: [PATCH 1/2] 9p/xen: check logical size for buffer size
2022-11-21 14:50:11 linux-kernel Re: [PATCH 1/2] 9p/xen: check logical size for buffer size
2022-10-23 16:21:44 linux-kernel Re: [syzbot] BUG: corrupted list in p9_fd_cancel (2)
2022-10-17 18:43:25 linux-kernel Re: [PATCH v6 11/11] net/9p: allocate appropriate reduced message buffers
2022-10-07 09:36:05 linux-kernel Re: [PATCH] net/9p: use a dedicated spinlock for trans_fd
2022-10-06 13:23:17 linux-kernel Re: [PATCH] net/9p: use a dedicated spinlock for trans_fd
2022-10-04 13:20:06 linux-kernel Re: [PATCH 2/2] 9p: destroy client in symmetric order
2022-09-28 13:25:43 linux-kernel Re: [syzbot] KASAN: use-after-free Read in rdma_close
2022-09-04 16:41:49 linux-kernel Re: [PATCH 1/2] 9p: p9_client_create: use p9_client_destroy on failure
2022-09-01 15:46:03 linux-kernel Re: [PATCH] p9: trans_fd: Fix deadlock when connection cancel
2022-08-18 15:22:29 linux-kernel Re: [syzbot] KASAN: use-after-free Read in p9_req_put
2022-07-26 12:29:28 linux-kernel Re: [syzbot] WARNING in p9_client_destroy
2022-07-16 12:19:07 linux-kernel Re: [PATCH v6 00/11] remove msize limit in virtio transport
2022-07-16 10:22:23 linux-kernel Re: [PATCH v6 00/11] remove msize limit in virtio transport
2022-07-16 00:43:16 linux-kernel [PATCH v6 08/11] 9p: add P9_ERRMAX for 9p2000 and 9p2000.u
2022-07-16 00:43:12 linux-kernel [PATCH v6 10/11] net/9p: add 'pooled_rbuffers' flag to struct p9_trans_module
2022-07-15 23:58:32 linux-kernel [PATCH v6 07/11] net/9p: split message size argument into 't_size' and 'r_size' pair
2022-07-15 23:57:42 linux-kernel [PATCH v6 01/11] 9p/trans_virtio: separate allocation of scatter gather list
2022-07-15 23:56:55 linux-kernel [PATCH v6 09/11] net/9p: add p9_msg_buf_size()
2022-07-15 23:56:46 linux-kernel [PATCH v6 03/11] 9p/trans_virtio: introduce struct virtqueue_sg
2022-07-15 23:55:45 linux-kernel [PATCH v6 06/11] 9p/trans_virtio: resize sg lists to whatever is possible
2022-07-15 23:55:17 linux-kernel [PATCH v6 11/11] net/9p: allocate appropriate reduced message buffers
2022-07-15 23:53:04 linux-kernel [PATCH v6 05/11] 9p/trans_virtio: support larger msize values
2022-07-15 23:50:32 linux-kernel [PATCH v6 04/11] net/9p: add trans_maxsize to struct p9_client
2022-07-15 23:45:42 linux-kernel [PATCH v6 00/11] remove msize limit in virtio transport
2022-07-15 23:36:56 linux-kernel [PATCH v6 02/11] 9p/trans_virtio: turn amount of sg lists into runtime info
2022-07-15 11:14:58 linux-kernel Re: [RFC PATCH] 9p: forbid use of mempool for TFLUSH
2022-07-15 11:11:23 linux-kernel Re: [PATCH] 9p: roll p9_tag_remove into p9_req_put
2022-07-14 19:22:03 linux-kernel Re: [RFC PATCH] 9p: forbid use of mempool for TFLUSH