LinuxLists
Users
About
Daniel Rosenberg (
[email protected]
)
Number of posts: 298 (0.13 per day)
First post: 2017-09-22 21:55:48
Last post: 2024-03-30 01:00:00
Previous Page
/
Next Page
Date
List
Subject
2023-05-02 00:54:09
linux-kernel
[PATCH v2 3/3] selftests/bpf: Check overflow in optional buffer
2023-05-02 00:52:57
linux-kernel
[PATCH v2 2/3] selftests/bpf: Test allowing NULL buffer in dynptr slice
2023-05-02 00:52:54
linux-kernel
[PATCH v2 1/3] bpf: Allow NULL buffers in bpf_dynptr_slice(_rw)
2023-05-02 00:15:48
linux-kernel
Re: [RFC PATCH bpf-next v3 00/37] FUSE BPF: A Stacked Filesystem Extension for FUSE
2023-04-29 02:00:24
linux-kernel
Re: [PATCH 2/3] bpf: Allow NULL buffers in bpf_dynptr_slice(_rw)
2023-04-28 00:51:11
linux-kernel
Re: [RFC PATCH v3 35/37] tools: Add FUSE, update bpf includes
2023-04-27 23:38:50
linux-kernel
Re: [PATCH 0/3] Dynptr Verifier Adjustments
2023-04-26 22:08:41
linux-kernel
Re: [PATCH 0/3] Dynptr Verifier Adjustments
2023-04-21 01:46:09
linux-kernel
Re: [RFC PATCH bpf-next v3 00/37] FUSE BPF: A Stacked Filesystem Extension for FUSE
2023-04-18 02:01:23
linux-kernel
[RFC PATCH v3 37/37] fuse: Provide easy way to test fuse struct_op call
2023-04-18 01:54:06
linux-kernel
[RFC PATCH v3 36/37] fuse-bpf: Add selftests
2023-04-18 01:46:57
linux-kernel
[RFC PATCH v3 33/37] fuse-bpf: Add userspace pre/post filters
2023-04-18 01:46:26
linux-kernel
[RFC PATCH v3 32/37] fuse-bpf: Call bpf for pre/post filters
2023-04-18 01:46:06
linux-kernel
[RFC PATCH v3 31/37] fuse-bpf: Set fuse_ops at mount or lookup time
2023-04-18 01:46:02
linux-kernel
[RFC PATCH v3 30/37] fuse: Provide registration functions for fuse-bpf
2023-04-18 01:45:59
linux-kernel
[RFC PATCH v3 29/37] fuse-bpf: Export Functions
2023-04-18 01:45:47
linux-kernel
[RFC PATCH v3 28/37] WIP: bpf: Add fuse_ops struct_op programs
2023-04-18 01:45:44
linux-kernel
[RFC PATCH v3 26/37] bpf: Increase struct_op limits
2023-04-18 01:45:30
linux-kernel
[RFC PATCH v3 35/37] tools: Add FUSE, update bpf includes
2023-04-18 01:45:27
linux-kernel
[RFC PATCH v3 27/37] fuse-bpf: Add fuse-bpf constants
2023-04-18 01:45:25
linux-kernel
[RFC PATCH v3 34/37] WIP: fuse-bpf: add error_out
2023-04-18 01:45:15
linux-kernel
[RFC PATCH v3 24/37] fuse-bpf: Add symlink/link support
2023-04-18 01:44:50
linux-kernel
[RFC PATCH v3 23/37] fuse-bpf: Add xattr support
2023-04-18 01:44:45
linux-kernel
[RFC PATCH v3 21/37] fuse-bpf: Add attr support
2023-04-18 01:44:45
linux-kernel
[RFC PATCH v3 22/37] fuse-bpf: Add support for FUSE_COPY_FILE_RANGE
2023-04-18 01:44:23
linux-kernel
[RFC PATCH v3 25/37] fuse-bpf: allow mounting with no userspace daemon
2023-04-18 01:44:21
linux-kernel
[RFC PATCH v3 19/37] fuse-bpf: Add support for sync operations
2023-04-18 01:44:20
linux-kernel
[RFC PATCH v3 18/37] fuse-bpf: support readdir
2023-04-18 01:44:09
linux-kernel
[RFC PATCH v3 17/37] fuse-bpf: Add support for read/write iter
2023-04-18 01:43:56
linux-kernel
[RFC PATCH v3 20/37] fuse-bpf: Add Rename support
2023-04-18 01:43:51
linux-kernel
[RFC PATCH v3 16/37] fuse-bpf: Support mknod/unlink/mkdir/rmdir
2023-04-18 01:43:50
linux-kernel
[RFC PATCH v3 14/37] fuse-bpf: Add support for fallocate
2023-04-18 01:43:46
linux-kernel
[RFC PATCH v3 15/37] fuse-bpf: Support file/dir open/close
2023-04-18 01:43:32
linux-kernel
[RFC PATCH v3 13/37] fuse-bpf: Add lseek support
2023-04-18 01:43:14
linux-kernel
[RFC PATCH v3 12/37] fuse-bpf: Partially add mapping support
2023-04-18 01:43:12
linux-kernel
[RFC PATCH v3 11/37] fuse-bpf: Add support for access
2023-04-18 01:43:11
linux-kernel
[RFC PATCH v3 10/37] fuse-bpf: Don't support export_operations
2023-04-18 01:43:06
linux-kernel
[RFC PATCH v3 09/37] fuse-bpf: Add ioctl interface for /dev/fuse
2023-04-18 01:42:46
linux-kernel
[RFC PATCH v3 08/37] fuse: Add fuse-bpf, a stacked fs extension for FUSE
2023-04-18 01:42:32
linux-kernel
[RFC PATCH v3 07/37] fuse-bpf: Prepare for fuse-bpf patch
2023-04-18 01:42:31
linux-kernel
[RFC PATCH v3 02/37] bpf: Allow NULL buffers in bpf_dynptr_slice(_rw)
2023-04-18 01:42:23
linux-kernel
[RFC PATCH v3 06/37] fuse-bpf: Add data structures for fuse-bpf
2023-04-18 01:42:15
linux-kernel
[RFC PATCH v3 04/37] fs: Generic function to convert iocb to rw flags
2023-04-18 01:42:04
linux-kernel
[RFC PATCH v3 05/37] fuse-bpf: Update fuse side uapi
2023-04-18 01:41:54
linux-kernel
[RFC PATCH v3 03/37] selftests/bpf: Test allowing NULL buffer in dynptr slice
2023-04-18 01:41:50
linux-kernel
[RFC PATCH v3 01/37] bpf: verifier: Accept dynptr mem as mem in herlpers
2023-04-18 01:41:33
linux-kernel
[RFC PATCH bpf-next v3 00/37] FUSE BPF: A Stacked Filesystem Extension for FUSE
2023-04-06 23:11:59
linux-kernel
Re: [PATCH 1/3] bpf: verifier: Accept dynptr mem as mem in helpers
2023-04-06 22:36:00
linux-kernel
Re: [PATCH 2/3] bpf: Allow NULL buffers in bpf_dynptr_slice(_rw)
2023-04-06 00:43:24
linux-kernel
[PATCH 3/3] selftests/bpf: Test allowing NULL buffer in dynptr slice
2023-04-06 00:42:29
linux-kernel
[PATCH 2/3] bpf: Allow NULL buffers in bpf_dynptr_slice(_rw)