All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-10-29 00:15:22 to 2025-10-29 01:00:21 UTC [more...]

[PATCHBOMB v6] fuse: containerize ext4 for safer operation
 2025-10-29  1:00 UTC  (88+ messages)
` [PATCHSET v6 1/8] fuse: general bug fixes
  ` [PATCH 1/5] fuse: flush pending fuse events before aborting the connection
  ` [PATCH 2/5] fuse: signal that a fuse inode should exhibit local fs behaviors
  ` [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 v6 2/8] iomap: cleanups ahead of adding fuse support
  ` [PATCH 1/1] iomap: allow NULL swap info bdev when activating swapfile
` [PATCHSET v6 3/8] 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 v6 4/8] fuse: allow servers to use iomap for better file IO performance
  ` [PATCH 01/31] fuse: implement the basic iomap mechanisms
  ` [PATCH 02/31] fuse_trace: "
  ` [PATCH 03/31] fuse: make debugging configurable at runtime
  ` [PATCH 04/31] fuse: adapt FUSE_DEV_IOC_BACKING_{OPEN,CLOSE} to add new iomap devices
  ` [PATCH 05/31] fuse_trace: "
  ` [PATCH 06/31] fuse: flush events and send FUSE_SYNCFS and FUSE_DESTROY on unmount
  ` [PATCH 07/31] fuse: create a per-inode flag for toggling iomap
  ` [PATCH 08/31] fuse_trace: "
  ` [PATCH 09/31] fuse: isolate the other regular file IO paths from iomap
  ` [PATCH 10/31] fuse: implement basic iomap reporting such as FIEMAP and SEEK_{DATA,HOLE}
  ` [PATCH 11/31] fuse_trace: "
  ` [PATCH 12/31] fuse: implement direct IO with iomap
  ` [PATCH 13/31] fuse_trace: "
  ` [PATCH 14/31] fuse: implement buffered "
  ` [PATCH 15/31] fuse_trace: "
  ` [PATCH 16/31] fuse: implement large folios for iomap pagecache files
  ` [PATCH 17/31] fuse: use an unrestricted backing device with iomap pagecache io
  ` [PATCH 18/31] fuse: advertise support for iomap
  ` [PATCH 19/31] fuse: query filesystem geometry when using iomap
  ` [PATCH 20/31] fuse_trace: "
  ` [PATCH 21/31] fuse: implement fadvise for iomap files
  ` [PATCH 22/31] fuse: invalidate ranges of block devices being used for iomap
  ` [PATCH 23/31] fuse_trace: "
  ` [PATCH 24/31] fuse: implement inline data file IO via iomap
  ` [PATCH 25/31] fuse_trace: "
  ` [PATCH 26/31] fuse: allow more statx fields
  ` [PATCH 27/31] fuse: support atomic writes with iomap
  ` [PATCH 28/31] fuse_trace: "
  ` [PATCH 29/31] fuse: disable direct reclaim for any fuse server that uses iomap
  ` [PATCH 30/31] fuse: enable swapfile activation on iomap
  ` [PATCH 31/31] fuse: implement freeze and shutdowns for iomap filesystems
` [PATCHSET v6 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 v6 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 v6 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
  ` [PATCH 08/10] fuse_trace: "
  ` [PATCH 09/10] fuse: overlay iomap inode info in struct fuse_inode
  ` [PATCH 10/10] fuse: enable iomap
` [PATCHSET v6 8/8] 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 v6 1/5] libfuse: allow servers to use iomap for better file IO performance
  ` [PATCH 01/22] libfuse: bump kernel and library ABI versions
  ` [PATCH 02/22] libfuse: add kernel gates for FUSE_IOMAP
  ` [PATCH 03/22] libfuse: add fuse commands for iomap_begin and end
  ` [PATCH 04/22] libfuse: add upper level iomap commands
` [PATCHSET v6 2/5] libfuse: allow servers to specify root node id
` [PATCHSET v6 3/5] libfuse: implement syncfs
` [PATCHSET v6 4/5] libfuse: cache iomap mappings for even better file IO performance
` [PATCHSET v6 5/5] libfuse: run fuse servers as a contained service
` [PATCHSET v6 1/6] fuse2fs: use fuse iomap data paths for better file I/O performance
` [PATCHSET v6 2/6] fuse4fs: specify the root node id
` [PATCHSET v6 3/6] fuse2fs: handle timestamps and ACLs correctly when iomap is enabled
` [PATCHSET v6 4/6] fuse2fs: cache iomap mappings for even better file IO performance
` [PATCHSET v6 5/6] fuse2fs: improve block and inode caching
` [PATCHSET v6 6/6] fuse4fs: run servers as a contained service
` [PATCHSET v6] fstests: support ext4 fuse testing

[PATCH 00/15] Dynamic drm_pagemaps and Initial multi-device SVM
 2025-10-29  1:00 UTC  (9+ messages)
` [PATCH 01/15] drm/pagemap, drm/xe: Add refcounting to struct drm_pagemap
` [PATCH 02/15] drm/pagemap: Add a refcounted drm_pagemap backpointer to struct drm_pagemap_zdd
` [PATCH 03/15] drm/pagemap, drm/xe: Manage drm_pagemap provider lifetimes
` [PATCH 06/15] drm/pagemap: Remove the drm_pagemap_create() interface

[PATCH 0/4] Introduce import_ns support for Rust
 2025-10-29  0:59 UTC  (3+ messages)
  ` [PATCH 3/4] pwm: th1520: Use module_pwm_platform_driver! macro

odd objtool 'unreachable instruction' warning
 2025-10-29  0:59 UTC  (3+ messages)

[PATCH 04/13] media: i2c: ov5647: Fix v4l2-compliance failure subscribing to events
 2025-10-29  0:57 UTC  (2+ messages)

[PATCH 0/2] enhance ethdev telemetry
 2025-10-29  0:56 UTC  (3+ messages)

[PATCH v4 0/3] net: stmmac: dwmac-sophgo: Add phy interface filter
 2025-10-29  0:56 UTC  (4+ messages)
` [PATCH v4 1/3] dt-bindings: net: sophgo,sg2044-dwmac: add phy mode restriction

[PATCH v2 00/21] Runtime TDX Module update support
 2025-10-29  0:56 UTC  (11+ messages)

nftables.service hardening ideas
 2025-10-29  0:55 UTC  (3+ messages)

[PATCH v1] audit: Improve path logging for unlinked files
 2025-10-29  0:54 UTC 

[PATCH 0/3] Add initial Milk-V Duo S board support
 2025-10-29  0:53 UTC  (9+ messages)
` [PATCH 2/3] arm64: dts: sophgo: add "

[PATCH 00/14] SHA-1/SHA-256 interoperability, part 2
 2025-10-29  0:53 UTC  (14+ messages)
` [PATCH 03/14] hash: use uint32_t for object_id algorithm
` [PATCH 04/14] rust: add a ObjectID struct
` [PATCH 11/14] rust: add functionality to hash an object

[PATCH] drm/display/dp: Rename bit 4 of DPCD TEST_REQUEST to match DP2.1 spec
 2025-10-29  0:52 UTC  (4+ messages)
` ✓ i915.CI.BAT: success for "
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "

[PATCH net-next] net: optimize enqueue_to_backlog() for the fast path
 2025-10-29  0:50 UTC  (2+ messages)

[PATCH v2 0/3] mailbox: renesas: Support MFIS mailbox driver
 2025-10-29  0:49 UTC  (7+ messages)
` [PATCH v2 1/3] mailbox: remove unneeded double quotation
` [PATCH v2 3/3] dt-bindings: mailbox: Add Renesas MFIS Mailbox

[PATCH 1/2] drm/i915/dsi: log send packet sequence errors
 2025-10-29  0:46 UTC  (2+ messages)
` ✗ i915.CI.Full: failure for series starting with [1/2] "

[PATCH] CI: test PCI rebar changes
 2025-10-29  0:45 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for "

[PATCH 0/2] soc: qcom: smp2p: Add support for remoteproc early attach
 2025-10-29  0:44 UTC  (8+ messages)
` [PATCH 2/2] soc: qcom: smp2p: Add support for smp2p v2

[tip:tip/urgent] BUILD SUCCESS 2d8938f51c58f5d552183d3eddcffd1dca9ecbd3
 2025-10-29  0:42 UTC 

[PATCH 0/8] improve systemd service
 2025-10-29  0:41 UTC  (12+ messages)
` [PATCH 4/9] tools: reorder options
` [PATCH 5/9] tools: depend on `sysinit.target`
` [PATCH 8/9] tools: flush the ruleset only on an actual dedicated unit stop

[i-g-t, v7, 0/3] tests/intel/xe_survivability: Add xe_survivability test
 2025-10-29  0:40 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for tests/intel/xe_survivability: Add xe_survivability test (rev8)

[PATCH net-next v3 00/15] netkit: Support for io_uring zero-copy and AF_XDP
 2025-10-29  0:38 UTC  (8+ messages)
` [PATCH net-next v3 02/15] net: Implement netdev_nl_bind_queue_doit

[PATCH RFC] PM: EM: Add to em_pd_list only when no failure
 2025-10-29  0:37 UTC  (2+ messages)

[RFC 1/2] virtio_net: timeout control virtqueue commands
 2025-10-29  0:36 UTC  (13+ messages)

[linux-next:master 443/4391] drivers/accel/ivpu/ivpu_gem.c:58:54-61: WARNING: Consider using %pe to print PTR_ERR()
 2025-10-29  0:30 UTC 

[nft PATCH] parser_json: support handle for rule positioning in JSON add rule
 2025-10-29  0:30 UTC 

[PATCH net-next v2] xsk: add indirect call for xsk_destruct_skb
 2025-10-29  0:30 UTC  (2+ messages)

[PATCH 0/6] drm/msm/dpu: Fixes for virtual planes and 1.x features
 2025-10-29  0:30 UTC  (2+ messages)

[PATCH] drm/msm: dsi: fix PLL init in bonded mode
 2025-10-29  0:30 UTC  (2+ messages)

[PATCH v2] drm/msm/dpu: Fix adjusted mode clock check for 3d merge
 2025-10-29  0:30 UTC  (2+ messages)

[PATCH bpf-next v3 0/3] net/smc: Introduce smc_hs_ctrl
 2025-10-29  0:30 UTC  (3+ messages)

[PATCH] man/man3/opendir.3: document that long file names result in ENAMETOOLONG
 2025-10-29  0:29 UTC  (4+ messages)

[PATCH 1/3] libconfig: import recipe from meta-oe
 2025-10-29  0:29 UTC  (3+ messages)
` [PATCH 2/3] libconfig: upgrade 1.7.3 -> 1.8.1
` [PATCH 3/3] mesa: drop freedreno-fdperf PACKAGECONFIG

[PATCH net-next 0/2] xsk: mitigate the side effect of cq_lock
 2025-10-29  0:29 UTC  (3+ messages)
` [PATCH net-next 1/2] xsk: avoid using heavy lock when the pool is not shared

[syzbot] [ocfs2?] kernel BUG in ocfs2_truncate_file
 2025-10-29  0:29 UTC 

[PATCH v1 0/2] Add runtime PM support to Rockchip DW PCIe driver
 2025-10-29  0:28 UTC  (6+ messages)
` [PATCH v1 1/2] PCI: dw-rockchip: Add remove callback for resource cleanup

[RFC v2 0/8] dma-buf: Add support for mapping dmabufs via interconnects
 2025-10-29  0:27 UTC  (2+ messages)

[xiang-erofs:dev-test] BUILD SUCCESS fa9bb305791513e7763fd557ba4344e1d1c1d59c
 2025-10-29  0:26 UTC 

[PATCH v3 net-next 0/6] net: enetc: Add i.MX94 ENETC support
 2025-10-29  0:26 UTC  (5+ messages)

[PATCH v1 00/26] Eliminate Dying Memory Cgroup
 2025-10-29  0:25 UTC  (4+ messages)
` [syzbot ci] "
    `  "

[XEN PATCH v2] automation/eclair: add new analysis jobs with differing configurations
 2025-10-29  0:22 UTC  (4+ messages)

[martin-lau-bpf-next:ls.rqspin.v2.2 3/3] kernel/bpf/bpf_local_storage.c:497:29: warning: variable 'owner_storage_ptr' set but not used
 2025-10-29  0:20 UTC 

[PATCH] arm64: dts: rockchip: Add devicetree for the X3568 v4
 2025-10-29  0:20 UTC  (4+ messages)

[PATCH net-next v4 00/12] net: dsa: lantiq_gswip: Add support for MaxLinear GSW1xx switch family
 2025-10-29  0:20 UTC  (13+ messages)
` [PATCH net-next v4 01/12] net: dsa: lantiq_gswip: split into common and MMIO parts
` [PATCH net-next v4 02/12] net: dsa: lantiq_gswip: support enable/disable learning
` [PATCH net-next v4 03/12] net: dsa: lantiq_gswip: support Energy Efficient Ethernet
` [PATCH net-next v4 04/12] net: dsa: lantiq_gswip: set link parameters also for CPU port
` [PATCH net-next v4 05/12] net: dsa: lantiq_gswip: define and use GSWIP_TABLE_MAC_BRIDGE_VAL1_VALID
` [PATCH net-next v4 06/12] dt-bindings: net: dsa: lantiq,gswip: add support for MII delay properties
` [PATCH net-next v4 07/12] net: dsa: lantiq_gswip: allow adjusting MII delays
` [PATCH net-next v4 08/12] dt-bindings: net: dsa: lantiq,gswip: add MaxLinear RMII refclk output property
` [PATCH net-next v4 09/12] net: dsa: lantiq_gswip: add vendor property to setup MII refclk output
` [PATCH net-next v4 10/12] dt-bindings: net: dsa: lantiq,gswip: add support for MaxLinear GSW1xx switches
` [PATCH net-next v4 11/12] net: dsa: add tagging driver for MaxLinear GSW1xx switch family
` [PATCH net-next v4 12/12] net: dsa: add "

[PATCH nft v6 0/3] doc: miscellaneous improvements
 2025-10-29  0:19 UTC  (2+ messages)

[RFC][PATCH x/x] ASoC: convert to snd_soc_dapm_xxx()
 2025-10-29  0:18 UTC  (3+ messages)

[PATCH] KVM: SVM: Don't skip unrelated instruction if INT3 is replaced
 2025-10-29  0:18 UTC  (4+ messages)

[oe] [meta-oe] [PATCH 01/32] cli11: upgrade 2.5.0 -> 2.6.0
 2025-10-29  0:15 UTC  (31+ messages)
` [oe] [meta-oe] [PATCH 03/32] doxygen: upgrade 1.14.0 -> 1.15.0
` [oe] [meta-oe] [PATCH 04/32] graphviz: upgrade 14.0.1 -> 14.0.2
` [oe] [meta-perl] [PATCH 05/32] libcompress-raw-bzip2-perl: upgrade 2.213 -> 2.214
` [oe] [meta-perl] [PATCH 06/32] libcompress-raw-lzma-perl: "
` [oe] [meta-perl] [PATCH 07/32] libcompress-raw-zlib-perl: "
` [oe] [meta-oe] [PATCH 08/32] libdecor: upgrade 0.2.3 -> 0.2.4
` [oe] [meta-perl] [PATCH 09/32] libio-compress-lzma-perl: upgrade 2.213 -> 2.214
` [oe] [meta-perl] [PATCH 10/32] libio-compress-perl: "
` [oe] [meta-oe] [PATCH 11/32] lvm2: upgrade 2.03.35 -> 2.03.36
` [oe] [meta-networking] [PATCH 12/32] nbdkit: upgrade 1.45.10 -> 1.45.12
` [oe] [meta-python] [PATCH 13/32] python3-cbor2: upgrade 5.7.0 -> 5.7.1
` [oe] [meta-python] [PATCH 14/32] python3-cmake: upgrade 4.1.0 -> 4.1.2
` [oe] [meta-python] [PATCH 15/32] python3-grpcio-channelz: upgrade 1.75.1 -> 1.76.0
` [oe] [meta-python] [PATCH 16/32] python3-grpcio-reflection: "
` [oe] [meta-python] [PATCH 17/32] python3-grpcio-tools: "
` [oe] [meta-python] [PATCH 18/32] python3-grpcio: "
` [oe] [meta-python] [PATCH 19/32] python3-huey: upgrade 2.5.3 -> 2.5.4
` [oe] [meta-python] [PATCH 20/32] python3-inline-snapshot: upgrade 0.30.0 -> 0.30.1
` [oe] [meta-python] [PATCH 21/32] python3-matplotlib-inline: upgrade 0.1.7 -> 0.2.1
` [oe] [meta-python] [PATCH 22/32] python3-moteus: upgrade 0.3.93 -> 0.3.95
` [oe] [meta-python] [PATCH 23/32] python3-posix-ipc: upgrade 1.3.0 -> 1.3.2
` [oe] [meta-python] [PATCH 24/32] python3-psycopg: upgrade 3.2.11 -> 3.2.12
` [oe] [meta-python] [PATCH 25/32] python3-regex: upgrade 2025.9.18 -> 2025.10.23
` [oe] [meta-python] [PATCH 26/32] python3-requests-file: upgrade 3.0.0 -> 3.0.1
` [oe] [meta-python] [PATCH 27/32] python3-serpent: upgrade 1.41 -> 1.42
` [oe] [meta-python] [PATCH 28/32] python3-typer: upgrade 0.19.2 -> 0.20.0
` [oe] [meta-python] [PATCH 29/32] python3-vector: upgrade 1.6.3 -> 1.7.0
` [oe] [meta-python] [PATCH 30/32] python3-yappi: upgrade 1.6.10 -> 1.7.3
` [oe] [meta-oe] [PATCH 31/32] sip: upgrade 6.13.1 -> 6.14.0
` [oe] [meta-oe] [PATCH 32/32] xterm: upgrade 402 -> 403

[PATCH] bitmap: change return value of rte_bitmap_free
 2025-10-29  0:15 UTC  (2+ messages)


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.