messages from 2025-12-02 13:03:27 to 2025-12-04 11:00:03 UTC [more...]
[RFC v2 00/11] Add dmabuf read/write via io_uring
2025-12-04 11:00 UTC (14+ messages)
` [RFC v2 01/11] file: add callback for pre-mapping dmabuf
` [RFC v2 02/11] iov_iter: introduce iter type for pre-registered dma
` [RFC v2 03/11] block: move around bio flagging helpers
` [RFC v2 04/11] block: introduce dma token backed bio type
` [RFC v2 05/11] block: add infra to handle dmabuf tokens
` [RFC v2 06/11] nvme-pci: add support for dmabuf reggistration
[syzbot] [exfat?] [ocfs2?] kernel BUG in link_path_walk
2025-12-04 10:15 UTC (9+ messages)
[PATCH 00/46] Allow inlining C helpers into Rust when using LTO
2025-12-04 10:05 UTC (7+ messages)
` [PATCH 18/46] rust: fs: add __rust_helper to helpers
` [PATCH 29/46] rust: poll: "
` [PATCH 46/46] rust: xarray: "
` (subset) [PATCH 00/46] Allow inlining C helpers into Rust when using LTO
[PATCH v7 0/3] statmount: accept fd as a parameter
2025-12-04 9:55 UTC (4+ messages)
` [PATCH v7 2/3] "
[syzbot] [fs?] general protection fault in fd_install
2025-12-04 9:49 UTC
[PATCH v10] exec: Fix dead-lock in de_thread with ptrace_attach
2025-12-04 9:32 UTC (17+ messages)
` [PATCH v13] "
` [PATCH v14] "
` [PATCH v15] "
` [PATCH v16] "
` [PATCH v17] "
` [PATCH v18] "
` [RFC][PATCH] exec: Move cred computation under exec_update_lock
` Are setuid shell scripts safe? (Implied by security_bprm_creds_for_exec)
[PATCH] vfs: use UAPI types for new struct delegation definition
2025-12-04 9:17 UTC (7+ messages)
[PATCH v4 1/2] filelock: use a consume fence in locks_inode_context()
2025-12-04 9:14 UTC (3+ messages)
` [PATCH v4 2/2] fs: track the inode having file locks with a flag in ->i_opflags
[PATCH] fs: annotate cdev_lock with __cacheline_aligned_in_smp
2025-12-04 9:12 UTC (3+ messages)
[PATCH] fuse: add zero-copy to fuse-over-io_uring
2025-12-04 8:25 UTC
[GIT PULL] fuse update for 6.19
2025-12-04 8:25 UTC
[PATCH v3 0/4] ceph: add subvolume metrics reporting support
2025-12-04 8:18 UTC (9+ messages)
` [PATCH v3 1/4] ceph: handle InodeStat v8 versioned field in reply parsing
` [PATCH v3 2/4] ceph: parse subvolume_id from InodeStat v9 and store in inode
` [PATCH v3 3/4] ceph: add subvolume metrics collection and reporting
` [PATCH v3 4/4] ceph: adding CEPH_SUBVOLUME_ID_NONE
[PATCH v2] f2fs: add overflow/underflow checks to update_sit_entry— please ignore
2025-12-04 7:05 UTC
[GIT PULL] ntfs3: bugfixes for 6.19
2025-12-04 4:47 UTC (2+ messages)
[GIT PULL] hfs/hfsplus changes for 6.19-rc1
2025-12-04 4:47 UTC (2+ messages)
[PATCH v2] fuse: limit debug log output during ring teardown
2025-12-04 2:32 UTC
[PATCH v1 00/30] fuse/io-uring: add kernel-managed buffer rings and zero-copy
2025-12-04 1:24 UTC (39+ messages)
` [PATCH v1 01/30] io_uring/kbuf: refactor io_buf_pbuf_register() logic into generic helpers
` [PATCH v1 02/30] io_uring/kbuf: rename io_unregister_pbuf_ring() to io_unregister_buf_ring()
` [PATCH v1 03/30] io_uring/kbuf: add support for kernel-managed buffer rings
` [PATCH v1 04/30] io_uring/kbuf: add mmap "
` [PATCH v1 05/30] io_uring/kbuf: support kernel-managed buffer rings in buffer selection
` [PATCH v1 06/30] io_uring/kbuf: add buffer ring pinning/unpinning
` [PATCH v1 07/30] io_uring/rsrc: add fixed buffer table pinning/unpinning
` [PATCH v1 08/30] io_uring/kbuf: add recycling for pinned kernel managed buffer rings
` [PATCH v1 09/30] io_uring: add io_uring_cmd_import_fixed_index()
` [PATCH v1 10/30] io_uring/kbuf: add io_uring_is_kmbuf_ring()
` [PATCH v1 11/30] io_uring/kbuf: return buffer id in buffer selection
` [PATCH v1 12/30] io_uring/kbuf: export io_ring_buffer_select()
` [PATCH v1 13/30] io_uring/cmd: set selected buffer index in __io_uring_cmd_done()
` [PATCH v1 14/30] io_uring: add release callback for ring death
` [PATCH v1 15/30] fuse: refactor io-uring logic for getting next fuse request
` [PATCH v1 16/30] fuse: refactor io-uring header copying to ring
` [PATCH v1 17/30] fuse: refactor io-uring header copying from ring
` [PATCH v1 18/30] fuse: use enum types for header copying
` [PATCH v1 19/30] fuse: refactor setting up copy state for payload copying
` [PATCH v1 20/30] fuse: support buffer copying for kernel addresses
` [PATCH v1 21/30] fuse: add io-uring kernel-managed buffer ring
` [PATCH v1 22/30] io_uring/rsrc: refactor io_buffer_register_bvec()/io_buffer_unregister_bvec()
` [PATCH v1 23/30] io_uring/rsrc: split io_buffer_register_request() logic
` [PATCH v1 24/30] io_uring/rsrc: Allow buffer release callback to be optional
` [PATCH v1 25/30] io_uring/rsrc: add io_buffer_register_bvec()
` [PATCH v1 26/30] io_uring/rsrc: export io_buffer_unregister
` [PATCH v1 27/30] fuse: rename fuse_set_zero_arg0() to fuse_zero_in_arg0()
` [PATCH v1 28/30] fuse: enforce op header for every payload reply
` [PATCH v1 29/30] fuse: add zero-copy over io-uring
` [PATCH v1 30/30] docs: fuse: add io-uring bufring and zero-copy documentation
[PATCH v4 0/9] dax/hmem, cxl: Coordinate Soft Reserved handling with CXL and HMEM
2025-12-04 0:54 UTC (16+ messages)
` [PATCH v4 1/9] dax/hmem, e820, resource: Defer Soft Reserved insertion until hmem is ready
` [PATCH v4 3/9] dax/hmem: Gate Soft Reserved deferral on DEV_DAX_CXL
` [PATCH v4 4/9] dax/hmem: Defer handling of Soft Reserved ranges that overlap CXL windows
` [PATCH v4 5/9] cxl/region, dax/hmem: Arbitrate Soft Reserved ownership with cxl_regions_fully_map()
` [PATCH v4 6/9] cxl/region: Add register_dax flag to defer DAX setup
` [PATCH v4 8/9] cxl/region, dax/hmem: Tear down CXL regions when HMEM reclaims Soft Reserved
` [PATCH v4 9/9] dax/hmem: Reintroduce Soft Reserved ranges back into the iomem tree
[PATCH][RFC][slab] static kmem_cache instances for core caches
2025-12-03 23:24 UTC
[PATCH v3 0/2] Fix memory leaks in hfs and hfsplus
2025-12-03 23:19 UTC (5+ messages)
` [PATCH v3 1/2] hfs: ensure sb->s_fs_info is always cleaned up
[PATCH AUTOSEL 6.18-6.6] iomap: adjust read range correctly for non-block-aligned positions
2025-12-03 23:07 UTC (2+ messages)
[PATCH] cifs: Fix handling of a beyond-EOF DIO/unbuffered read over SMB1
2025-12-03 22:46 UTC (8+ messages)
` [PATCH] cifs: Fix handling of a beyond-EOF DIO/unbuffered read over SMB2
[PATCH 0/2] filelock: fix conflict detection with userland file delegations
2025-12-03 22:41 UTC (9+ messages)
` [PATCH 1/2] filelock: add lease_dispose_list() helper
` [PATCH 2/2] filelock: allow lease_managers to dictate what qualifies as a conflict
[PATCH v4 0/9] dax/hmem, cxl: Coordinate Soft Reserved handling with CXL and HMEM
2025-12-03 22:05 UTC (3+ messages)
[PATCH v2] security,fs,nfs,net: update security_inode_listsecurity() interface
2025-12-03 20:01 UTC (10+ messages)
[PATCH] ceph: fix kernel crash in ceph_open()
2025-12-03 19:48 UTC (13+ messages)
[PATCH RFC 0/2] configfs: enable kernel-space item registration
2025-12-03 19:44 UTC (4+ messages)
` [PATCH RFC 1/2] configfs: add kernel-space item registration API
` [PATCH RFC 2/2] netconsole: Plug to dynamic configfs item
[PATCH v2 0/3] memfd-based Userspace MFR Policy for HugeTLB
2025-12-03 19:41 UTC (8+ messages)
` [PATCH v2 1/3] mm: memfd/hugetlb: introduce memfd-based userspace MFR policy
` [PATCH v2 2/3] selftests/mm: test userspace MFR for HugeTLB hugepage
` [PATCH v2 3/3] Documentation: add documentation for MFD_MF_KEEP_UE_MAPPED
[PATCH] cifs: Remove dead function prototypes
2025-12-03 19:29 UTC
[RFC PATCH] init/mount: allow searching initramfs for init process
2025-12-03 18:26 UTC
[PATCH V3 0/4] 9p: Convert to the new mount API
2025-12-03 18:04 UTC (16+ messages)
` [PATCH V3 4/4] 9p: convert "
` [PATCH V3 5/4] 9p: fix cache option printing in v9fs_show_options
` [PATCH V3 6/4] 9p: fix new mount API cache option handling
[PATCH v23 00/28] riscv control-flow integrity for usermode
2025-12-03 16:31 UTC (2+ messages)
[PATCH v2 0/3] ceph: add subvolume metrics reporting support
2025-12-03 15:57 UTC (9+ messages)
` [PATCH v2 1/3] ceph: handle InodeStat v8 versioned field in reply parsing
` [PATCH v2 2/3] ceph: parse subvolume_id from InodeStat v9 and store in inode
` [PATCH v2 3/3] ceph: add subvolume metrics collection and reporting
[PATCH 6.17 042/146] afs: Fix delayed allocation of a cells anonymous key
2025-12-03 15:27 UTC (2+ messages)
` [PATCH 6.17 050/146] afs: Fix uninit var in afs_alloc_anon_key()
[PATCH fstests v3 0/3] generic: new testcases for delegation support
2025-12-03 15:43 UTC (4+ messages)
` [PATCH fstests v3 1/3] common/rc: clean up after the _require_test_fcntl_setlease() test
` [PATCH fstests v3 2/3] generic: add tests for directory delegations
` [PATCH fstests v3 3/3] generic: add tests for file delegations
[PATCH v3 0/2] block: enable per-cpu bio cache by default
2025-12-03 14:53 UTC (3+ messages)
[GIT PULL] sysctl changes for v6.19-rc1
2025-12-03 13:27 UTC
[PATCH v1] fs: PM: Fix reverse check in filesystems_freeze_callback()
2025-12-03 10:28 UTC (3+ messages)
[PATCH RESEND v3] vfs: remove the excl argument from the ->create() inode_operation
2025-12-03 10:18 UTC (2+ messages)
[PATCH] fs: assert on I_FREEING not being set in iput() and iput_not_last()
2025-12-03 10:15 UTC (2+ messages)
[GIT PULL 00/17 for v6.19] v6.19
2025-12-03 10:07 UTC (5+ messages)
` [GIT PULL 05/17 for v6.19] namespaces
[PATCH v2 0/4] xfsprogs: utilize file_getattr() and file_setattr()
2025-12-03 9:31 UTC (5+ messages)
` [PATCH v2 1/4] libfrog: add wrappers for file_getattr/file_setattr syscalls
[PATCH] fs: exfat: Fix corrupted error code handling in exfat_find_empty_entry()
2025-12-03 7:08 UTC
[RFC LPC2026 PATCH v2 00/11] Specific Purpose Memory NUMA Nodes
2025-12-03 5:25 UTC (5+ messages)
[syzbot] [fs?] [mm?] WARNING in sched_mm_cid_fork
2025-12-03 5:15 UTC
[Bug report] hash_name() may cross page boundary and trigger sleep in RCU context
2025-12-03 1:48 UTC (9+ messages)
[PATCH] fuse: limit debug log output during ring teardown
2025-12-03 1:31 UTC (3+ messages)
Maintainers / Kernel Summit 2021 planning kick-off
2025-12-03 1:15 UTC
[PATCH v2 00/11] ntfsplus: ntfs filesystem remake
2025-12-03 0:49 UTC (4+ messages)
[PATCH 0/2] autofs: fairly minor fixes
2025-12-02 23:19 UTC (3+ messages)
` [PATCH 1/2] autofs: fix per-dentry timeout warning
[PATCH v2] hfs: replace BUG_ONs with error handling
2025-12-02 20:33 UTC (6+ messages)
[PATCH v2] iomap: replace folio_batch allocation with stack allocation
2025-12-02 16:54 UTC (4+ messages)
[PATCH -next] cgroup: switch to css_is_online() helper
2025-12-02 16:08 UTC (3+ messages)
[syzbot] [ext4?] WARNING in __folio_mark_dirty (3)
2025-12-02 13:47 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).