public inbox for bpf@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-02-23 19:08:30 to 2026-02-23 23:38:56 UTC [more...]

[PATCHBLIZZARD v7] fuse/libfuse/e2fsprogs: containerize ext4 for safer operation
 2026-02-23 23:38 UTC  (149+ messages)
` [PATCHSET v7 1/9] fuse: general bug fixes
  ` [PATCH 1/5] fuse: flush pending FUSE_RELEASE requests before sending FUSE_DESTROY
  ` [PATCH 2/5] fuse: quiet down complaints in fuse_conn_limit_write
  ` [PATCH 3/5] fuse: implement file attributes mask for statx
  ` [PATCH 4/5] fuse: update file mode when updating acls
  ` [PATCH 5/5] fuse: propagate default and file acls on creation
` [PATCHSET v7 2/9] iomap: cleanups ahead of adding fuse support
  ` [PATCH 1/2] iomap: allow directio callers to supply _COMP_WORK
  ` [PATCH 2/2] iomap: allow NULL swap info bdev when activating swapfile
` [PATCHSET v7 3/9] fuse: cleanups ahead of adding fuse support
  ` [PATCH 1/2] fuse: move the passthrough-specific code back to passthrough.c
  ` [PATCH 2/2] fuse_trace: "
` [PATCHSET v7 4/9] fuse: allow servers to use iomap for better file IO performance
  ` [PATCH 01/33] fuse: implement the basic iomap mechanisms
  ` [PATCH 02/33] fuse_trace: "
  ` [PATCH 03/33] fuse: make debugging configurable at runtime
  ` [PATCH 04/33] fuse: adapt FUSE_DEV_IOC_BACKING_{OPEN,CLOSE} to add new iomap devices
  ` [PATCH 05/33] fuse_trace: "
  ` [PATCH 06/33] fuse: enable SYNCFS and ensure we flush everything before sending DESTROY
  ` [PATCH 07/33] fuse: clean up per-file type inode initialization
  ` [PATCH 08/33] fuse: create a per-inode flag for setting exclusive mode
  ` [PATCH 09/33] fuse: create a per-inode flag for toggling iomap
  ` [PATCH 10/33] fuse_trace: "
  ` [PATCH 11/33] fuse: isolate the other regular file IO paths from iomap
  ` [PATCH 12/33] fuse: implement basic iomap reporting such as FIEMAP and SEEK_{DATA,HOLE}
  ` [PATCH 13/33] fuse_trace: "
  ` [PATCH 14/33] fuse: implement direct IO with iomap
  ` [PATCH 15/33] fuse_trace: "
  ` [PATCH 16/33] fuse: implement buffered "
  ` [PATCH 17/33] fuse_trace: "
  ` [PATCH 18/33] fuse: use an unrestricted backing device with iomap pagecache io
  ` [PATCH 19/33] fuse: implement large folios for iomap pagecache files
  ` [PATCH 20/33] fuse: advertise support for iomap
  ` [PATCH 21/33] fuse: query filesystem geometry when using iomap
  ` [PATCH 22/33] fuse_trace: "
  ` [PATCH 23/33] fuse: implement fadvise for iomap files
  ` [PATCH 24/33] fuse: invalidate ranges of block devices being used for iomap
  ` [PATCH 25/33] fuse_trace: "
  ` [PATCH 26/33] fuse: implement inline data file IO via iomap
  ` [PATCH 27/33] fuse_trace: "
  ` [PATCH 28/33] fuse: allow more statx fields
  ` [PATCH 29/33] fuse: support atomic writes with iomap
  ` [PATCH 30/33] fuse_trace: "
  ` [PATCH 31/33] fuse: disable direct fs reclaim for any fuse server that uses iomap
  ` [PATCH 32/33] fuse: enable swapfile activation on iomap
  ` [PATCH 33/33] fuse: implement freeze and shutdowns for iomap filesystems
` [PATCHSET v7 5/9] fuse: allow servers to specify root node id
  ` [PATCH 1/3] fuse: make the root nodeid dynamic
  ` [PATCH 2/3] fuse_trace: "
  ` [PATCH 3/3] fuse: allow setting of root nodeid
` [PATCHSET v7 6/9] fuse: handle timestamps and ACLs correctly when iomap is enabled
  ` [PATCH 1/9] fuse: enable caching of timestamps
  ` [PATCH 2/9] fuse: force a ctime update after a fileattr_set call when in iomap mode
  ` [PATCH 3/9] fuse: allow local filesystems to set some VFS iflags
  ` [PATCH 4/9] fuse_trace: "
  ` [PATCH 5/9] fuse: cache atime when in iomap mode
  ` [PATCH 6/9] fuse: let the kernel handle KILL_SUID/KILL_SGID for iomap filesystems
  ` [PATCH 7/9] fuse_trace: "
  ` [PATCH 8/9] fuse: update ctime when updating acls on an iomap inode
  ` [PATCH 9/9] fuse: always cache ACLs when using iomap
` [PATCHSET v7 7/9] fuse: cache iomap mappings for even better file IO performance
  ` [PATCH 01/12] fuse: cache iomaps
  ` [PATCH 02/12] fuse_trace: "
  ` [PATCH 03/12] fuse: use the iomap cache for iomap_begin
  ` [PATCH 04/12] fuse_trace: "
  ` [PATCH 05/12] fuse: invalidate iomap cache after file updates
  ` [PATCH 06/12] fuse_trace: "
  ` [PATCH 07/12] fuse: enable iomap cache management
  ` [PATCH 08/12] fuse_trace: "
  ` [PATCH 09/12] fuse: overlay iomap inode info in struct fuse_inode
  ` [PATCH 10/12] fuse: constrain iomap mapping cache size
  ` [PATCH 11/12] fuse_trace: "
  ` [PATCH 12/12] fuse: enable iomap
` [PATCHSET v7 8/9] fuse: run fuse servers as a contained service
  ` [PATCH 1/2] fuse: allow privileged mount helpers to pre-approve iomap usage
  ` [PATCH 2/2] fuse: set iomap backing device block size
` [PATCHSET RFC 9/9] fuse: allow fuse servers to upload iomap BPF programs
  ` [PATCH 1/5] fuse: enable fuse servers to upload BPF programs to handle iomap requests
  ` [PATCH 2/5] fuse_trace: "
  ` [PATCH 3/5] fuse: prevent iomap bpf programs from writing to most of the system
  ` [PATCH 4/5] fuse: add kfuncs for iomap bpf programs to manage the cache
  ` [PATCH 5/5] fuse: make fuse_inode opaque to iomap bpf programs
` [PATCHSET v7 1/6] libfuse: allow servers to use iomap for better file IO performance
  ` [PATCH 01/25] libfuse: bump kernel and library ABI versions
  ` [PATCH 02/25] libfuse: wait in do_destroy until all open files are closed
  ` [PATCH 03/25] libfuse: add kernel gates for FUSE_IOMAP
  ` [PATCH 04/25] libfuse: add fuse commands for iomap_begin and end
  ` [PATCH 05/25] libfuse: add upper level iomap commands
  ` [PATCH 06/25] libfuse: add a lowlevel notification to add a new device to iomap
  ` [PATCH 07/25] libfuse: add upper-level iomap add device function
  ` [PATCH 08/25] libfuse: add iomap ioend low level handler
  ` [PATCH 09/25] libfuse: add upper level iomap ioend commands
  ` [PATCH 10/25] libfuse: add a reply function to send FUSE_ATTR_* to the kernel
  ` [PATCH 11/25] libfuse: connect high level fuse library to fuse_reply_attr_iflags
  ` [PATCH 12/25] libfuse: support enabling exclusive mode for files
  ` [PATCH 13/25] libfuse: support direct I/O through iomap
  ` [PATCH 14/25] libfuse: don't allow hardlinking of iomap files in the upper level fuse library
  ` [PATCH 15/25] libfuse: allow discovery of the kernel's iomap capabilities
  ` [PATCH 16/25] libfuse: add lower level iomap_config implementation
  ` [PATCH 17/25] libfuse: add upper "
  ` [PATCH 18/25] libfuse: add low level code to invalidate iomap block device ranges
  ` [PATCH 19/25] libfuse: add upper-level API to invalidate parts of an iomap block device
  ` [PATCH 20/25] libfuse: add atomic write support
  ` [PATCH 21/25] libfuse: allow disabling of fs memory reclaim and write throttling
  ` [PATCH 22/25] libfuse: create a helper to transform an open regular file into an open loopdev
  ` [PATCH 23/25] libfuse: add swapfile support for iomap files
  ` [PATCH 24/25] libfuse: add lower-level filesystem freeze, thaw, and shutdown requests
  ` [PATCH 25/25] libfuse: add upper-level filesystem freeze, thaw, and shutdown events
` [PATCHSET v7 2/6] libfuse: allow servers to specify root node id
  ` [PATCH 1/1] libfuse: allow root_nodeid mount option
` [PATCHSET v7 3/6] libfuse: implement syncfs
  ` [PATCH 1/2] libfuse: add strictatime/lazytime mount options
  ` [PATCH 2/2] libfuse: set sync, immutable, and append when loading files
` [PATCHSET v7 4/6] libfuse: cache iomap mappings for even better file IO performance
  ` [PATCH 1/5] libfuse: enable iomap cache management for lowlevel fuse
  ` [PATCH 2/5] libfuse: add upper-level iomap cache management
  ` [PATCH 3/5] libfuse: allow constraining of iomap mapping cache size
  ` [PATCH 4/5] libfuse: add upper-level iomap mapping cache constraint code
  ` [PATCH 5/5] libfuse: enable iomap
` [PATCHSET v7 5/6] libfuse: run fuse servers as a contained service
  ` [PATCH 1/5] libfuse: add systemd/inetd socket service mounting helper
  ` [PATCH 2/5] libfuse: integrate fuse services into mount.fuse3
  ` [PATCH 3/5] libfuse: delegate iomap privilege from mount.service to fuse services
  ` [PATCH 4/5] libfuse: enable setting iomap block device block size
  ` [PATCH 5/5] fuservicemount: create loop devices for regular files
` [PATCHSET RFC 6/6] fuse: allow fuse servers to upload iomap BPF programs
  ` [PATCH 1/3] libfuse: allow fuse servers to upload bpf code for iomap functions
  ` [PATCH 2/3] libfuse: add kfuncs for iomap bpf programs to manage the cache
  ` [PATCH 3/3] libfuse: make fuse_inode opaque to iomap bpf programs
` [PATCHSET v7 1/8] fuse2fs: use fuse iomap data paths for better file I/O performance
  ` [PATCH 01/19] fuse2fs: implement bare minimum iomap for file mapping reporting
  ` [PATCH 02/19] fuse2fs: add iomap= mount option
  ` [PATCH 03/19] fuse2fs: implement iomap configuration
  ` [PATCH 04/19] fuse2fs: register block devices for use with iomap
  ` [PATCH 05/19] fuse2fs: implement directio file reads
  ` [PATCH 06/19] fuse2fs: add extent dump function for debugging
  ` [PATCH 07/19] fuse2fs: implement direct write support
  ` [PATCH 08/19] fuse2fs: turn on iomap for pagecache IO
  ` [PATCH 09/19] fuse2fs: don't zero bytes in punch hole
  ` [PATCH 10/19] fuse2fs: don't do file data block IO when iomap is enabled
  ` [PATCH 11/19] fuse2fs: try to create loop device when ext4 device is a regular file
` [PATCHSET v7 2/8] fuse4fs: specify the root node id
` [PATCHSET v7 3/8] fuse2fs: handle timestamps and ACLs correctly when iomap is enabled
` [PATCHSET v7 4/8] fuse2fs: cache iomap mappings for even better file IO performance
` [PATCHSET v7 5/8] fuse2fs: improve block and inode caching
` [PATCHSET v7 6/8] fuse4fs: run servers as a contained service
` [PATCHSET v7 7/8] fuse4fs: reclaim buffer cache under memory pressure
` [PATCHSET RFC 8/8] fuse: allow fuse servers to upload iomap BPF programs

[PATCH bpf v4 00/20] selftests/bpf: Fixes for userspace ASAN
 2026-02-23 23:23 UTC  (17+ messages)
` [PATCH bpf v4 03/20] selftests/bpf: Replace strncpy() with strscpy()
` [PATCH bpf v4 09/20] selftests/bpf: Refactor bpf_get_ksyms() trace helper
` [PATCH bpf v4 11/20] selftests/bpf: Fix cleanup in check_fd_array_cnt__fd_array_too_big()
` [PATCH bpf v4 12/20] veristat: Fix a memory leak for preset ENUMERATOR
` [PATCH bpf v4 13/20] selftests/bpf: Fix use-after-free in xdp_metadata test
` [PATCH bpf v4 14/20] selftests/bpf: Fix double thread join in uprobe_multi_test
` [PATCH bpf v4 15/20] selftests/bpf: Fix resource leaks caused by missing cleanups
` [PATCH bpf v4 16/20] selftests/bpf: Free bpf_object in test_sysctl
` [PATCH bpf v4 17/20] selftests/bpf: Fix array bounds warning in jit_disasm_helpers
` [PATCH bpf v4 18/20] selftests/bpf: Fix out-of-bounds array access bugs reported by ASAN
  ` [PATCH bpf v4 19/20] selftests/bpf: Check BPFTOOL env var in detect_bpftool_path()
  ` [PATCH bpf v4 20/20] selftests/bpf: Don't override SIGSEGV handler with ASAN

[PATCH bpf-next v3 0/5] Add the the capability to load HW RX checsum in eBPF programs
 2026-02-23 23:18 UTC  (7+ messages)
` [PATCH bpf-next v3 1/5] netlink: specs: Add XDP RX checksum capability to XDP metadata specs

[PATCH bpf-next v3 0/6] Introduce KF_FORBID_SLEEP modifier for acquire/release kfuncs
 2026-02-23 22:14 UTC  (9+ messages)
` [PATCH bpf-next v3 1/6] bpf: Add KF_ACQUIRE and KF_RELEASE support for iterators
` [PATCH bpf-next v3 2/6] bpf: consolidate sleepable context error message printing
` [PATCH bpf-next v3 3/6] bpf: Add KF_FORBID_SLEEP modifier for KF_ACQUIRE kfuncs

[RFC PATCH bpf-next 0/3] Optimize kprobe.session attachment for exact match
 2026-02-23 21:51 UTC  (4+ messages)
` [RFC PATCH bpf-next 1/3] libbpf: Optimize kprobe.session attachment for exact function names
` [RFC PATCH bpf-next 2/3] ftrace: Use kallsyms binary search for single-symbol lookup
` [RFC PATCH bpf-next 3/3] selftests/bpf: add tests for kprobe.session optimization

[PATCH bpf-next v3 0/2] bpf: Allow void return type for global subprogs
 2026-02-23 21:50 UTC  (3+ messages)
` [PATCH bpf-next v3 1/2] bpf: Allow void global functions in the verifier
` [PATCH bpf-next v3 2/2] selftests: bpf: Add tests for void global subprogs

[PATCH bpf v2 0/4] bpf, sockmap: Fix af_unix null-ptr-deref in proto update
 2026-02-23 21:43 UTC  (7+ messages)
` [PATCH bpf v2 3/4] bpf, sockmap: Adapt for the af_unix-specific lock

[PATCH v6 bpf-next 0/2] Fix the null pointer dereference issue in bpf_lwt_xmit_push_encap
 2026-02-23 21:39 UTC  (3+ messages)
` [PATCH v6 bpf-next 1/2] bpf: "

Re: [PATCH bpf-next v3 1/2] bpf: Support multi-level pointer params via SCALAR_VALUE for trampolines
 2026-02-23 21:23 UTC  (2+ messages)

[PATCH net-next 00/15] net/mlx5e: SHAMPO, Allow high order pages in zerocopy mode
 2026-02-23 20:41 UTC  (16+ messages)
` [PATCH net-next 01/15] net/mlx5e: Make mlx5e_rq_param naming consistent
` [PATCH net-next 02/15] net/mlx5e: Extract striding rq param calculation in function
` [PATCH net-next 03/15] net/mlx5e: Extract max_xsk_wqebbs into its own function
` [PATCH net-next 04/15] net/mlx5e: Expose and rename xsk channel parameter function
` [PATCH net-next 05/15] net/mlx5e: Alloc xsk channel param out of mlx5e_open_xsk()
` [PATCH net-next 06/15] net/mlx5e: Move xsk param into new option container struct
` [PATCH net-next 07/15] net/mlx5e: Drop unused channel parameters
` [PATCH net-next 08/15] net/mlx5e: SHAMPO, Always calculate page size
` [PATCH net-next 09/15] net/mlx5e: Set page_pool order based on calculated page_shift
` [PATCH net-next 10/15] net/mlx5e: Alloc rq drop page "
` [PATCH net-next 11/15] net/mlx5e: RX, Make page frag bias more robust
` [PATCH net-next 12/15] net/mlx5e: Add queue config ops for page size
` [PATCH net-next 13/15] net/mlx5e: Pass netdev queue config to param calculations
` [PATCH net-next 14/15] net/mlx5e: Add param helper to calculate max page size
` [PATCH net-next 15/15] net/mlx5e: SHAMPO, Allow high order pages in zerocopy mode

[PATCH bpf-next 00/17] bpf: tracing_multi link
 2026-02-23 19:35 UTC  (5+ messages)
` [PATCH bpf-next 02/17] bpf: Use mutex lock pool for bpf trampolines

[PATCH 1/2] powerpc64/bpf: Implement JIT support for private stack
 2026-02-23 19:32 UTC  (6+ messages)
` [PATCH 2/2] selftests/bpf: Enable private stack tests for powerpc64

[LSF/MM/BPF TOPIC] BPF local storage for every packet
 2026-02-23 19:26 UTC  (4+ messages)

[PATCH bpf-next] libbpf: skip compat check for session kfuncs
 2026-02-23 19:09 UTC  (4+ messages)


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