All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-09-16 00:01:08 to 2025-09-16 00:40:14 UTC [more...]

[PATCH 0/2] Add device tree for ASRock Rack ALTRAD8 BMC
 2025-09-16  0:37 UTC  (5+ messages)
` [PATCH 2/2] ARM: dts: aspeed: add "

[RFC v5] fuse: containerize ext4 for safer operation
 2025-09-16  0:40 UTC  (86+ messages)
` [PATCHSET RFC v5 1/8] fuse: general bug fixes
  ` [PATCH 1/8] fuse: fix livelock in synchronous file put from fuseblk workers
  ` [PATCH 2/8] fuse: flush pending fuse events before aborting the connection
  ` [PATCH 3/8] fuse: capture the unique id of fuse commands being sent
  ` [PATCH 4/8] fuse: signal that a fuse filesystem should exhibit local fs behaviors
  ` [PATCH 5/8] fuse: implement file attributes mask for statx
  ` [PATCH 6/8] fuse: update file mode when updating acls
  ` [PATCH 7/8] fuse: propagate default and file acls on creation
  ` [PATCH 8/8] fuse: enable FUSE_SYNCFS for all fuseblk servers
` [PATCHSET RFC v5 2/8] iomap: cleanups ahead of adding fuse support
  ` [PATCH 1/2] iomap: trace iomap_zero_iter zeroing activities
  ` [PATCH 2/2] iomap: error out on file IO when there is no inline_data buffer
` [PATCHSET RFC v5 3/8] fuse: cleanups ahead of adding fuse support
  ` [PATCH 1/5] fuse: allow synchronous FUSE_INIT
  ` [PATCH 2/5] fuse: move the backing file idr and code into a new source file
  ` [PATCH 3/5] fuse: move the passthrough-specific code back to passthrough.c
  ` [PATCH 4/5] fuse_trace: "
  ` [PATCH 5/5] fuse: move CREATE_TRACE_POINTS to a separate file
` [PATCHSET RFC v5 4/8] fuse: allow servers to use iomap for better file IO performance
  ` [PATCH 01/28] fuse: implement the basic iomap mechanisms
  ` [PATCH 02/28] fuse_trace: "
  ` [PATCH 03/28] fuse: make debugging configurable at runtime
  ` [PATCH 04/28] fuse: adapt FUSE_DEV_IOC_BACKING_{OPEN,CLOSE} to add new iomap devices
  ` [PATCH 05/28] fuse_trace: "
  ` [PATCH 06/28] fuse: flush events and send FUSE_SYNCFS and FUSE_DESTROY on unmount
  ` [PATCH 07/28] fuse: create a per-inode flag for toggling iomap
  ` [PATCH 08/28] fuse_trace: "
  ` [PATCH 09/28] fuse: isolate the other regular file IO paths from iomap
  ` [PATCH 10/28] fuse: implement basic iomap reporting such as FIEMAP and SEEK_{DATA,HOLE}
  ` [PATCH 11/28] fuse_trace: "
  ` [PATCH 12/28] fuse: implement direct IO with iomap
  ` [PATCH 13/28] fuse_trace: "
  ` [PATCH 14/28] fuse: implement buffered "
  ` [PATCH 15/28] fuse_trace: "
  ` [PATCH 16/28] fuse: implement large folios for iomap pagecache files
  ` [PATCH 17/28] fuse: use an unrestricted backing device with iomap pagecache io
  ` [PATCH 18/28] fuse: advertise support for iomap
  ` [PATCH 19/28] fuse: query filesystem geometry when using iomap
  ` [PATCH 20/28] fuse_trace: "
  ` [PATCH 21/28] fuse: implement fadvise for iomap files
  ` [PATCH 22/28] fuse: invalidate ranges of block devices being used for iomap
  ` [PATCH 23/28] fuse_trace: "
  ` [PATCH 24/28] fuse: implement inline data file IO via iomap
  ` [PATCH 25/28] fuse_trace: "
  ` [PATCH 26/28] fuse: allow more statx fields
  ` [PATCH 27/28] fuse: support atomic writes with iomap
  ` [PATCH 28/28] fuse: disable direct reclaim for any fuse server that uses iomap
` [PATCHSET RFC v5 5/8] 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 RFC v5 6/8] 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 RFC v5 7/8] fuse: cache iomap mappings for even better file IO performance
  ` [PATCH 01/10] fuse: cache iomaps
  ` [PATCH 02/10] fuse_trace: "
  ` [PATCH 03/10] fuse: use the iomap cache for iomap_begin
  ` [PATCH 04/10] fuse_trace: "
  ` [PATCH 05/10] fuse: invalidate iomap cache after file updates
  ` [PATCH 06/10] fuse_trace: "
  ` [PATCH 07/10] fuse: enable iomap cache management
` [PATCHSET RFC v5 8/8] fuse: run fuse servers as a contained service
` [PATCHSET RFC v5 1/6] libfuse: general bug fixes
` [PATCHSET RFC v5 2/6] libfuse: allow servers to use iomap for better file IO performance
` [PATCHSET RFC v5 3/6] libfuse: allow servers to specify root node id
` [PATCHSET RFC v5 4/6] libfuse: implement syncfs
` [PATCHSET RFC v5 5/6] libfuse: cache iomap mappings for even better file IO performance
` [PATCHSET RFC v5 6/6] libfuse: run fuse servers as a contained service
` [PATCHSET 1/9] fuse2fs: upgrade to libfuse 3.17
` [PATCHSET RFC v5 2/9] fuse4fs: fork a low level fuse server
` [PATCHSET RFC v5 3/9] libext2fs: refactoring for fuse2fs iomap support
` [PATCHSET RFC v5 4/9] fuse2fs: use fuse iomap data paths for better file I/O performance
` [PATCHSET RFC v5 5/9] fuse4fs: specify the root node id
` [PATCHSET RFC v5 6/9] fuse2fs: handle timestamps and ACLs correctly when iomap is enabled
` [PATCHSET RFC v5 7/9] fuse2fs: cache iomap mappings for even better file IO performance
` [PATCHSET RFC v5 8/9] fuse2fs: improve block and inode caching
` [PATCHSET RFC v5 9/9] fuse4fs: run servers as a contained service

[PATCH 1/2] Input: edt-ft5x06 - fix report rate handling by sysfs
 2025-09-16  0:38 UTC  (3+ messages)
` [PATCH 2/2] Input: edt-ft5x06 - rename sysfs attribute report_rate to report_rate_hz

[GIT PULL] KVM: x86: AVIC vTPR fix for 6.17
 2025-09-16  0:38 UTC 

[Buildroot] [PATCH 1/1] package/python-pymodbus: bump to version 3.11.2
 2025-09-16  0:38 UTC 

[PATCH 0/9] make stash apply with --index by default
 2025-09-16  0:37 UTC  (6+ messages)
` [PATCH v2 0/4] Teach git-stash to use --index from config
  ` [PATCH v2 1/4] t3903: reduce dependencies on previous tests
  ` [PATCH v2 2/4] t3905: remove unneeded blank line
  ` [PATCH v2 3/4] stash: refactor private config globals
  ` [PATCH v2 4/4] stash: honor stash.index in apply, pop modes

[PATCH v2 10/10] mm/vmalloc: Update __vmalloc_node_range() documentation
 2025-09-16  0:34 UTC  (2+ messages)

[PATCH 2/2] arm64: dts: exynosautov920: Add DT node for sysMMU
 2025-09-16  0:34 UTC 

[PATCH net-next v5 0/5] net: gso: restore outer ip ids correctly
 2025-09-16  0:34 UTC  (11+ messages)
` [PATCH net-next v5 1/5] net: gro: remove is_ipv6 from napi_gro_cb
` [PATCH net-next v5 2/5] net: gro: only merge packets with incrementing or fixed outer ids
` [PATCH net-next v5 3/5] net: gso: restore ids of outer ip headers correctly
` [PATCH net-next v5 4/5] net: gro: remove unnecessary df checks
` [PATCH net-next v5 5/5] selftests/net: test ipip packets in gro.sh

[PATCH] drm/panel: samsung-sofef00: clean up panel description after s6e3fc2x01 removal
 2025-09-16  0:33 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/python-pydantic: bump to version 2.11.9
 2025-09-16  0:33 UTC 

PROBLEM: userfaultfd REGISTER minor mode on MAP_PRIVATE range fails
 2025-09-16  0:31 UTC  (4+ messages)

GCC Toolchain Requirements for Linux v4.4.302-cip102 Build
 2025-09-12 12:43 UTC 

[Buildroot] [PATCH 1/1] package/python-pydantic-core: bump to version 2.39.0
 2025-09-16  0:30 UTC 

[PATCH] KVM: SVM: Replace kzalloc() + copy_from_user() with memdup_user()
 2025-09-16  0:25 UTC  (2+ messages)

[PATCH] KVM: SEV: Save the SEV policy if and only if LAUNCH_START succeeds
 2025-09-16  0:25 UTC  (2+ messages)

[PATCH 0/4] KVM: selftests: Fastops DIV testcases
 2025-09-16  0:25 UTC  (2+ messages)

[PATCH v2] mm/memory-failure: Support disabling soft offline for HugeTLB pages
 2025-09-16  0:27 UTC 

[PATCH] KVM: selftests: Fix typo in hyperv cpuid test message
 2025-09-16  0:25 UTC  (2+ messages)

[PATCH v2 0/3] KVM: Fix deadlock for invalid memslots
 2025-09-16  0:25 UTC  (6+ messages)
` [PATCH v2 3/3] KVM: selftests: Test prefault memory during concurrent memslot removal

[geert-renesas-devel:next] BUILD SUCCESS 35083f5599e6ef1517370efdaefaa2be2074264f
 2025-09-16  0:28 UTC 

[PATCH 0/3] KVM: x86: Clean up lowest priority IRQ code
 2025-09-16  0:25 UTC  (2+ messages)

[PATCH v2] KVM: TDX: Force split irqchip for TDX at irqchip creation time
 2025-09-16  0:25 UTC  (2+ messages)

[PATCH] Documentation: KVM: Add reference specs for PIT and LAPIC ioctls
 2025-09-16  0:25 UTC  (3+ messages)
` [PATCH v2] "

linux-next: manual merge of the tip tree with the block tree
 2025-09-16  0:28 UTC  (2+ messages)

[PATCH] x86/apic: KVM: Use guard() instead of mutex_lock() to simplify code
 2025-09-16  0:25 UTC  (2+ messages)

[PATCH] KVM: x86: hyper-v: Use guard() instead of mutex_lock() to simplify code
 2025-09-16  0:25 UTC  (2+ messages)

[PATCH] x86/kvm: Make kvm_async_pf_task_wake() a local static helper
 2025-09-16  0:25 UTC  (2+ messages)

[PATCH bpf-next v2 0/4] bpf: Support non-linear skbs for BPF_PROG_TEST_RUN
 2025-09-16  0:27 UTC  (3+ messages)
` [PATCH bpf-next v2 2/4] bpf: Craft non-linear skbs in BPF_PROG_TEST_RUN

[PATCH v2] x86/kvm: Force legacy PCI hole to UC when overriding MTRRs for TDX/SNP
 2025-09-16  0:25 UTC  (2+ messages)

[PATCH][v2] x86/kvm: Prefer native qspinlock for dedicated vCPUs irrespective of PV_UNHALT
 2025-09-16  0:25 UTC  (2+ messages)

[PATCH v2 0/2] KVM: SVM: Fix missing LAPIC TPR sync into VMCB::V_TPR with AVIC on
 2025-09-16  0:25 UTC  (2+ messages)

[PATCH 1/8] yocto-space-optimize.inc: move space optimize from recipe webkitgtk
 2025-09-16  0:25 UTC  (7+ messages)
` [PATCH v2 2/8] distro/include: Add debug_build.inc when DEBUG_BUILD is enabled
  ` [OE-core] "
` [PATCH v2 5/8] debug_build.inc: allow other layers to add their own debug build configurations
  ` [OE-core] "
` [PATCH 8/8] debug_build.inc: override BUILD_MODE and BUILD_DIR for meson.bbclass
  ` [OE-core] "

[PATCH] riscv: qemu: Remove fdt_high default
 2025-09-16  0:25 UTC  (3+ messages)

[Buildroot] [PATCH 1/1] package/python-pycparser: bump to version 2.23
 2025-09-16  0:25 UTC 

[Buildroot] [PATCH 1/1] package/python-pyaml: bump to version 25.7.0
 2025-09-16  0:21 UTC 

[PATCH] ARM: dts: aspeed: clemente: add shunt-resistor-micro-ohms for LM5066i
 2025-09-15  9:47 UTC 

[PATCH 1/7] ARM: cpu: allow selecting CPU_V7/CPU_V8 directly
 2025-09-16  0:16 UTC  (7+ messages)
` [PATCH 2/7] efi: payload: split image handling from legacy handover boot support
` [PATCH 3/7] efi: payload: add support for efi stub boot
` [PATCH 4/7] efi: payload: add support for fit image
` [PATCH 5/7] efi: payload: make selectable without COMPILE_TEST
` [PATCH 6/7] arm: efi: add a generic defconfig for v8 efi payload,
` [PATCH 7/7] efi: payload: initrd: implement efi initrd media protocol

[Buildroot] [PATCH 1/1] package/python-multidict: bump to version 6.6.4
 2025-09-16  0:16 UTC 

[RFC v2 0/3] Align atomic storage
 2025-09-16  0:16 UTC  (8+ messages)
` [RFC v2 3/3] atomic: Add alignment check to instrumented atomic operations

[PATCH v3] drm/i915/guc: Skip communication warning on reset in progress
 2025-09-16  0:16 UTC 

[PATCH resend v6 00/10] PCI/TSM: Core infrastructure for PCI device security (TDISP)
 2025-09-16  0:14 UTC  (3+ messages)
` [PATCH resend v6 07/10] PCI/IDE: Add IDE establishment helpers

[PATCH] KVM: x86: Remove outdated comments and code in kvm_on_user_return()
 2025-09-16  0:13 UTC  (7+ messages)

[tip:locking/core 1/13] error[E0425]: cannot find function `atomic_add` in crate `bindings`
 2025-09-16  0:13 UTC  (5+ messages)

[moderation/CI] Re: bpf: Introduce deferred task context execution
 2025-09-16  0:11 UTC 

[PATCH v2 1/1] alloc_tag: mark inaccurate allocation counters in /proc/allocinfo output
 2025-09-16  0:11 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/python-lxml: bump to version 6.0.1
 2025-09-16  0:10 UTC 

+ alloc_tag-mark-inaccurate-allocation-counters-in-proc-allocinfo-output.patch added to mm-new branch
 2025-09-16  0:07 UTC 

[PATCH v2 0/7] Cleanup free_pages() misuse
 2025-09-16  0:07 UTC  (6+ messages)
` [PATCH v2 7/7] virtio_balloon: Stop calling page_address() in free_pages()

[PATCH 1/5] tests/parse: Use with statement to avoid ResourceWarning
 2025-09-16  0:06 UTC  (5+ messages)
` [PATCH 2/5] tests/parse: Remove unnecessary calls to file.flush()
` [PATCH 3/5] tests/parse: Add tests for include, require and include_all
` [PATCH 4/5] parse: Make include_all support empty variable expansions
` [PATCH 5/5] parse: Make include_all support absolute paths

[PATCH net-next v12 00/19] add basic PSP encryption for TCP connections
 2025-09-16  0:05 UTC  (20+ messages)
` [PATCH net-next v12 01/19] psp: add documentation
` [PATCH net-next v12 02/19] psp: base PSP device support
` [PATCH net-next v12 03/19] net: modify core data structures for PSP datapath support
` [PATCH net-next v12 04/19] tcp: add datapath logic for PSP with inline key exchange
` [PATCH net-next v12 05/19] psp: add op for rotation of device key
` [PATCH net-next v12 06/19] net: move sk_validate_xmit_skb() to net/core/dev.c
` [PATCH net-next v12 07/19] net: tcp: allow tcp_timewait_sock to validate skbs before handing to device
` [PATCH net-next v12 08/19] net: psp: add socket security association code
` [PATCH net-next v12 09/19] net: psp: update the TCP MSS to reflect PSP packet overhead
` [PATCH net-next v12 10/19] psp: track generations of device key
` [PATCH net-next v12 11/19] net/mlx5e: Support PSP offload functionality
` [PATCH net-next v12 12/19] net/mlx5e: Implement PSP operations .assoc_add and .assoc_del
` [PATCH net-next v12 13/19] psp: provide encapsulation helper for drivers
` [PATCH net-next v12 14/19] net/mlx5e: Implement PSP Tx data path
` [PATCH net-next v12 15/19] net/mlx5e: Add PSP steering in local NIC RX
` [PATCH net-next v12 16/19] net/mlx5e: Configure PSP Rx flow steering rules
` [PATCH net-next v12 17/19] psp: provide decapsulation and receive helper for drivers
` [PATCH net-next v12 18/19] net/mlx5e: Add Rx data path offload
` [PATCH net-next v12 19/19] net/mlx5e: Implement PSP key_rotate operation

[PATCH v2 0/7] vma count: fixes, test and improvements
 2025-09-16  0:05 UTC  (4+ messages)

[PATCHSET 6/6] fuse2fs: better tracking of writable state
 2025-09-16  0:05 UTC  (4+ messages)
` [PATCH 1/3] fuse2fs: pass a struct fuse2fs to fs_writeable
` [PATCH 2/3] fuse2fs: track our own writable state
` [PATCH 3/3] fuse2fs: enable the shutdown ioctl

linux-next: manual merge of the bitmap tree with the tip tree
 2025-09-16  0:04 UTC  (3+ messages)

[PATCHSET 5/6] fuse2fs: improve operation tracing
 2025-09-16  0:04 UTC  (6+ messages)
` [PATCH 1/5] fuse2fs: register as an IO flusher thread
` [PATCH 2/5] fuse2fs: hook library error message printing
` [PATCH 3/5] fuse2fs: print the function name in error messages, not the file name
` [PATCH 4/5] fuse2fs: improve tracing for file range operations
` [PATCH 5/5] fuse2fs: record thread id in debug trace data

[soc:thead/dt 1/2] arch/riscv/boot/dts/thead/th1520-lichee-pi-4a.dtb: gpu@ffef400000 (thead,th1520-gpu): 'power-domain-names' is a required property
 2025-09-16  0:02 UTC 

[PATCHv2 00/12] TDX: Enable Dynamic PAMT
 2025-09-16  0:03 UTC  (3+ messages)
` [PATCHv2 04/12] x86/virt/tdx: Add tdx_alloc/free_page() helpers

[PATCHSET 4/6] fuse2fs: use fuseblk mode
 2025-09-16  0:03 UTC  (3+ messages)
` [PATCH 1/2] fuse2fs: mount norecovery if main block device is readonly
` [PATCH 2/2] fuse2fs: use fuseblk mode for mounting filesystems

[PATCHSET 3/6] fuse2fs: refactor mount code
 2025-09-16  0:02 UTC  (4+ messages)
` [PATCH 1/3] fuse2fs: split filesystem mounting into helper functions
` [PATCH 2/3] fuse2fs: make norecovery behavior consistent with the kernel
` [PATCH 3/3] fuse2fs: recheck support after replaying journal

[PATCH v2 0/2] nvme: fixup HKDF-Expand-Label implementation
 2025-09-16  0:02 UTC  (3+ messages)

[PATCHSET 2/6] fuse2fs: refactor unmount code
 2025-09-16  0:02 UTC  (4+ messages)
` [PATCH 1/3] fuse2fs: get rid of the global_fs variable
` [PATCH 2/3] fuse2fs: hoist lockfile code
` [PATCH 3/3] fuse2fs: hoist unmount code from main

[PATCHSET 1/6] fuse2fs: clean up operation startup
 2025-09-16  0:01 UTC  (3+ messages)
` [PATCH 8/9] fuse2fs: clean up more boilerplate
` [PATCH 9/9] fuse2fs: collect runtime of various operations


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.