messages from 2025-10-21 13:20:43 to 2025-10-22 15:21:59 UTC [more...]
[RFC PATCH v1 00/37] guest_memfd: In-place conversion support
2025-10-22 15:21 UTC (3+ messages)
` [RFC PATCH v1 07/37] KVM: Introduce KVM_SET_MEMORY_ATTRIBUTES2
[patch V4 00/12] uaccess: Provide and use scopes for user access
2025-10-22 15:16 UTC (18+ messages)
` [patch V4 01/12] ARM: uaccess: Implement missing __get_user_asm_dword()
` [patch V4 02/12] uaccess: Provide ASM GOTO safe wrappers for unsafe_*_user()
` [patch V4 03/12] x86/uaccess: Use unsafe wrappers for ASM GOTO
` [patch V4 04/12] powerpc/uaccess: "
` [patch V4 05/12] riscv/uaccess: "
` [patch V4 06/12] s390/uaccess: "
` [patch V4 07/12] uaccess: Provide scoped user access regions
` [patch V4 08/12] uaccess: Provide put/get_user_scoped()
` [patch V4 09/12] [RFC] coccinelle: misc: Add scoped_$MODE_access() checker script
` [patch V4 10/12] futex: Convert to scoped user access
` [patch V4 11/12] x86/futex: "
` [patch V4 12/12] select: "
[PATCH v3 00/10] Binary Large Objects for Rust DebugFS
2025-10-22 14:42 UTC (12+ messages)
` [PATCH v3 01/10] rust: fs: add new type file::Offset
` [PATCH v3 02/10] rust: uaccess: add UserSliceReader::read_slice_partial()
` [PATCH v3 03/10] rust: uaccess: add UserSliceReader::read_slice_file()
` [PATCH v3 04/10] rust: uaccess: add UserSliceWriter::write_slice_partial()
` [PATCH v3 05/10] rust: uaccess: add UserSliceWriter::write_slice_file()
` [PATCH v3 06/10] rust: debugfs: support for binary large objects
` [PATCH v3 07/10] rust: debugfs: support blobs from smart pointers
` [PATCH v3 08/10] samples: rust: debugfs: add example for blobs
` [PATCH v3 09/10] rust: debugfs: support binary large objects for ScopedDir
` [PATCH v3 10/10] samples: rust: debugfs_scoped: add example for blobs
[PATCH 1/2] fs: push list presence check into inode_io_list_del()
2025-10-22 14:31 UTC (2+ messages)
` [PATCH 2/2] fs: cosmetic fixes to lru handling
[PATCH v3 00/14] Create and use APIs to centralise locking for directory ops
2025-10-22 14:27 UTC (18+ messages)
` [PATCH v3 01/14] debugfs: rename end_creating() to debugfs_end_creating()
` [PATCH v3 02/14] VFS: introduce start_dirop() and end_dirop()
` [PATCH v3 03/14] VFS: tidy up do_unlinkat()
` [PATCH v3 04/14] VFS/nfsd/cachefiles/ovl: add start_creating() and end_creating()
` [PATCH v3 05/14] VFS/nfsd/cachefiles/ovl: introduce start_removing() and end_removing()
` [PATCH v3 06/14] VFS: introduce start_creating_noperm() and start_removing_noperm()
` [PATCH v3 07/14] VFS: introduce start_removing_dentry()
` [PATCH v3 08/14] VFS: add start_creating_killable() and start_removing_killable()
` [PATCH v3 09/14] VFS/nfsd/ovl: introduce start_renaming() and end_renaming()
` [PATCH v3 10/14] VFS/ovl/smb: introduce start_renaming_dentry()
` [PATCH v3 11/14] Add start_renaming_two_dentries()
` [PATCH v3 12/14] ecryptfs: use new start_creating/start_removing APIs
` [PATCH v3 13/14] VFS: change vfs_mkdir() to unlock on failure
` [PATCH v3 14/14] VFS: introduce end_creating_keep()
[PATCH v2 0/8] iomap: buffered io changes
2025-10-22 14:23 UTC (11+ messages)
` [PATCH v2 1/8] iomap: account for unaligned end offsets when truncating read range
` [PATCH v2 2/8] docs: document iomap writeback's iomap_finish_folio_write() requirement
` [PATCH v2 3/8] iomap: optimize pending async writeback accounting
` [PATCH v2 4/8] iomap: simplify ->read_folio_range() error handling for reads
` [PATCH v2 5/8] iomap: simplify when reads can be skipped for writes
` [PATCH v2 6/8] iomap: use loff_t for file positions and offsets in writeback code
` [PATCH v2 7/8] iomap: use find_next_bit() for dirty bitmap scanning
` [PATCH v2 8/8] iomap: use find_next_bit() for uptodate "
[RFC PATCH v1 0/3] Userspace MFR Policy via memfd
2025-10-22 13:09 UTC (4+ messages)
[PATCH] ioctl_pidfd05: accept both EINVAL and ENOTTY as valid errors
2025-10-22 12:12 UTC (2+ messages)
[PATCH RFC DRAFT 00/50] nstree: listns()
2025-10-22 11:28 UTC (6+ messages)
` [syzbot ci] "
[PATCH] mm/filemap: Implement fast short reads
2025-10-22 10:00 UTC (12+ messages)
[PATCH] fs: rework I_NEW handling to operate without fences
2025-10-22 9:41 UTC (2+ messages)
[PATCH v2 0/8] Binary Large Objects for Rust DebugFS
2025-10-22 9:34 UTC (25+ messages)
` [PATCH v2 1/8] rust: fs: add file::Offset type alias
` [PATCH v2 3/8] rust: uaccess: add UserSliceWriter::write_slice_partial()
` [PATCH v2 4/8] rust: debugfs: support for binary large objects
` [PATCH v2 5/8] rust: debugfs: support blobs from smart pointers
[PATCH 7/7] sysctl: Wrap do_proc_douintvec with the public function proc_douintvec_conv
2025-10-22 9:18 UTC (2+ messages)
[PATCH v3 00/13] vfs: recall-only directory delegations for knfsd
2025-10-22 9:03 UTC (18+ messages)
` [PATCH v3 01/13] filelock: push the S_ISREG check down to ->setlease handlers
` [PATCH v3 02/13] vfs: add try_break_deleg calls for parents to vfs_{link,rename,unlink}
` [PATCH v3 03/13] vfs: allow mkdir to wait for delegation break on parent
` [PATCH v3 04/13] vfs: allow rmdir "
` [PATCH v3 05/13] vfs: break parent dir delegations in open(..., O_CREAT) codepath
` [PATCH v3 06/13] vfs: make vfs_create break delegations on parent directory
` [PATCH v3 07/13] vfs: make vfs_mknod "
` [PATCH v3 08/13] vfs: make vfs_symlink break delegations on parent dir
` [PATCH v3 09/13] filelock: lift the ban on directory leases in generic_setlease
` [PATCH v3 10/13] nfsd: allow filecache to hold S_IFDIR files
` [PATCH v3 11/13] nfsd: allow DELEGRETURN on directories
` [PATCH v3 12/13] nfsd: wire up GET_DIR_DELEGATION handling
` [PATCH v3 13/13] vfs: expose delegation support to userland
[PATCH 00/11] ntfsplus: ntfs filesystem remake
2025-10-22 8:33 UTC (7+ messages)
[PATCH v3 0/3] initrd: remove half of classic initrd support
2025-10-22 8:26 UTC (7+ messages)
` [PATCH v3 2/3] initrd: remove deprecated code path (linuxrc)
[PATCH 0/3] compiler_types: Introduce __counted_by_ptr()
2025-10-22 8:20 UTC (7+ messages)
` [PATCH 1/3] "
6.18.0-rc1: LTP syscalls ioctl_pidfd05: TFAIL: ioctl(pidfd, PIDFD_GET_INFO_SHORT, info_invalid) expected EINVAL: ENOTTY (25)
2025-10-22 8:10 UTC (8+ messages)
[RFC PATCH 0/5] FDP file I/O
2025-10-22 8:02 UTC (9+ messages)
` [RFC PATCH 2/5] fs: add the interface to query user write streams
` [RFC PATCH 4/5] fs: propagate write stream
[PATCH] man/man2/move_mount.2: document EINVAL on multiple instances
2025-10-22 7:36 UTC (3+ messages)
[PATCH v2] iomap: add IOMAP_DIO_FSBLOCK_ALIGNED flag
2025-10-22 7:23 UTC (3+ messages)
[PATCH v3] mm/huge_memory: do not change split_huge_page*() target order silently
2025-10-22 7:01 UTC (7+ messages)
[PATCH v2 0/3] Do not change split folio target order
2025-10-22 6:39 UTC (12+ messages)
` [PATCH v2 2/3] mm/memory-failure: improve large block size folio handling
[PATCH] btrfs: never trust the bio from direct IO
2025-10-22 6:24 UTC (18+ messages)
` O_DIRECT vs BLK_FEAT_STABLE_WRITES, was "
[PATCH v2] exfat: fix refcount leak in exfat_find
2025-10-22 5:41 UTC (3+ messages)
allow file systems to increase the minimum writeback chunk size v2
2025-10-22 5:34 UTC (2+ messages)
[PATCH v2 00/16] Parallelizing filesystem writeback
2025-10-22 4:39 UTC (3+ messages)
[PATCH v18 00/16] rust: replace kernel::str::CStr w/ core::ffi::CStr
2025-10-22 4:01 UTC (8+ messages)
` [PATCH v18 10/16] rust: opp: use `CStr::as_char_ptr`
` [PATCH v18 11/16] rust: opp: fix broken rustdoc link
` [PATCH v18 14/16] rust: clk: use `CStr::as_char_ptr`
[RESEND PATCH v18 00/16] rust: replace kernel::str::CStr w/ core::ffi::CStr
2025-10-22 3:57 UTC (4+ messages)
` [RESEND PATCH v18 11/16] rust: opp: fix broken rustdoc link
[PATCH v2 00/14] Create and use APIs to centralise locking for directory ops
2025-10-22 3:54 UTC (14+ messages)
` [PATCH v2 01/14] debugfs: rename end_creating() to debugfs_end_creating()
` [PATCH v2 06/14] VFS: introduce start_creating_noperm() and start_removing_noperm()
` [PATCH v2 09/14] VFS/nfsd/ovl: introduce start_renaming() and end_renaming()
` [PATCH v2 13/14] VFS: change vfs_mkdir() to unlock on failure
[PATCH v3 0/4] Optimize folio split in memory failure
2025-10-22 3:35 UTC (5+ messages)
` [PATCH v3 1/4] mm/huge_memory: preserve PG_has_hwpoisoned if a folio is split to >0 order
` [PATCH v3 2/4] mm/huge_memory: add split_huge_page_to_order()
` [PATCH v3 3/4] mm/memory-failure: improve large block size folio handling
` [PATCH v3 4/4] mm/huge_memory: fix kernel-doc comments for folio_split() and related
[DISCUSS] Security implications of slab-out-of-bounds Read issue in hfsplus_strcasecmp
2025-10-22 2:44 UTC
strace log before the fix, with fsync fix and with fclose fix
2025-10-21 22:14 UTC (2+ messages)
[PATCH RFC] fuse: check if system-wide io_uring is enabled
2025-10-21 22:13 UTC (4+ messages)
9P change breaks bpftrace running in qemu+9p?
2025-10-21 22:12 UTC (2+ messages)
[PATCH 0/2] fuse: Fix possible memleak at startup with immediate teardown
2025-10-21 21:33 UTC (3+ messages)
` [PATCH 1/2] fuse: Move ring queues_refs decrement
` [PATCH 2/2] fs/fuse: fix potential memory leak from fuse_uring_cancel
[patch V3 00/12] uaccess: Provide and use scopes for user masked access
2025-10-21 20:52 UTC (11+ messages)
` [patch V3 07/12] uaccess: Provide scoped masked user access regions
[PATCH 0/2] fuse: Fix missing fuse_copy_finish in dev_uring.c
2025-10-21 20:46 UTC (3+ messages)
` [PATCH 1/2] fuse: missing copy_finish in fuse-over-io-uring argument copies
` [PATCH 2/2] fuse: Fix whitespace for fuse_uring_args_to_ring() comment
[PATCH 6.17 137/159] hfsplus: fix slab-out-of-bounds read in hfsplus_strcasecmp()
2025-10-21 19:51 UTC
[PATCH 6.12 094/136] hfsplus: fix slab-out-of-bounds read in hfsplus_strcasecmp()
2025-10-21 19:51 UTC
[PATCH 6.6 071/105] hfsplus: fix slab-out-of-bounds read in hfsplus_strcasecmp()
2025-10-21 19:51 UTC
Regression in generic/749 with 8k fsblock size on 6.18-rc1
2025-10-21 17:02 UTC (6+ messages)
[PATCH] ecryptfs: Use MD5 library instead of crypto_shash
2025-10-21 15:09 UTC (3+ messages)
[PATCH 0/2] vfs, afs, bash: Fix miscomparison of foreign user IDs in the VFS
2025-10-21 13:20 UTC (4+ messages)
` [PATCH 1/2] vfs: Allow filesystems with foreign owner IDs to override UID checks
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