messages from 2025-11-10 23:12:01 to 2025-11-11 16:26:13 UTC [more...]
[PATCH v2 00/16] mm: remove is_swap_[pte, pmd]() + non-swap entries, introduce leaf entries
2025-11-11 16:26 UTC (13+ messages)
` [PATCH v3 01/16] mm: correctly handle UFFD PTE markers
` [PATCH v3 02/16] mm: introduce leaf entry type and use to simplify leaf entry logic
[PATCH] fs/namespace: correctly handle errors returned by grab_requested_mnt_ns
2025-11-11 16:20 UTC (4+ messages)
[syzbot] [fs?] WARNING in nsproxy_ns_active_put
2025-11-11 16:14 UTC (11+ messages)
[Patch 0/2] NFSD: Fix server hang when there are multiple layout conflicts
2025-11-11 15:53 UTC (8+ messages)
[PATCH v2 0/1] fuse: fix readahead reclaim deadlock
2025-11-11 15:08 UTC (3+ messages)
` [PATCH v2 1/1] "
[PATCH fstests] generic: add test for directory delegations
2025-11-11 14:51 UTC
[RFC][PATCH 00/13] io_uring, struct filename and audit
2025-11-11 14:41 UTC (14+ messages)
` [RFC][PATCH 10/13] get rid of audit_reusename()
` [RFC][PATCH 11/13] allow incomplete imports of filenames
[PATCH] hfs: Validate CNIDs in hfs_read_inode
2025-11-11 14:39 UTC (13+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] hfs: Update sanity check of the root record
[PATCH v3 00/50] tree-in-dcache stuff
2025-11-11 14:25 UTC (61+ messages)
` [PATCH v3 01/50] fuse_ctl_add_conn(): fix nlink breakage in case of early failure
` [PATCH v3 02/50] tracefs: fix a leak in eventfs_create_events_dir()
` [PATCH v3 03/50] new helper: simple_remove_by_name()
` [PATCH v3 04/50] new helper: simple_done_creating()
` [PATCH v3 05/50] introduce a flag for explicitly marking persistently pinned dentries
` [PATCH v3 06/50] primitives for maintaining persisitency
` [PATCH v3 07/50] convert simple_{link,unlink,rmdir,rename,fill_super}() to new primitives
` [PATCH v3 08/50] convert ramfs and tmpfs
` [PATCH v3 09/50] procfs: make /self and /thread_self dentries persistent
` [PATCH v3 10/50] configfs, securityfs: kill_litter_super() not needed
` [PATCH v3 11/50] convert xenfs
` [PATCH v3 12/50] convert smackfs
` [PATCH v3 13/50] convert hugetlbfs
` [PATCH v3 14/50] convert mqueue
` [PATCH v3 15/50] convert bpf
` [PATCH v3 16/50] convert dlmfs
` [PATCH v3 17/50] convert fuse_ctl
` [PATCH v3 18/50] convert pstore
` [PATCH v3 19/50] convert tracefs
` [PATCH v3 20/50] convert debugfs
` [PATCH v3 21/50] debugfs: remove duplicate checks in callers of start_creating()
` [PATCH v3 22/50] convert efivarfs
` [PATCH v3 23/50] convert spufs
` [PATCH v3 24/50] convert ibmasmfs
` [PATCH v3 25/50] ibmasmfs: get rid of ibmasmfs_dir_ops
` [PATCH v3 26/50] convert devpts
` [PATCH v3 27/50] binderfs: use simple_start_creating()
` [PATCH v3 28/50] binderfs_binder_ctl_create(): kill a bogus check
` [PATCH v3 29/50] convert binderfs
` [PATCH v3 30/50] autofs_{rmdir,unlink}: dentry->d_fsdata->dentry == dentry there
` [PATCH v3 31/50] convert autofs
` [PATCH v3 32/50] convert binfmt_misc
` [PATCH v3 33/50] selinuxfs: don't stash the dentry of /policy_capabilities
` [PATCH v3 34/50] selinuxfs: new helper for attaching files to tree
` [PATCH v3 35/50] convert selinuxfs
` [PATCH v3 36/50] functionfs: switch to simple_remove_by_name()
` [PATCH v3 37/50] convert functionfs
` [PATCH v3 38/50] gadgetfs: switch to simple_remove_by_name()
` [PATCH v3 39/50] convert gadgetfs
` [PATCH v3 40/50] hypfs: don't pin dentries twice
` [PATCH v3 41/50] hypfs: switch hypfs_create_str() to returning int
` [PATCH v3 42/50] hypfs: swich hypfs_create_u64() "
` [PATCH v3 43/50] convert hypfs
` [PATCH v3 44/50] convert rpc_pipefs
` [PATCH v3 45/50] convert nfsctl
` [PATCH v3 46/50] convert rust_binderfs
` [PATCH v3 47/50] get rid of kill_litter_super()
` [PATCH v3 48/50] convert securityfs
` [PATCH v3 49/50] kill securityfs_recursive_remove()
` [PATCH v3 50/50] d_make_discardable(): warn if given a non-persistent dentry
[PATCH v6 00/17] vfs: recall-only directory delegations for knfsd
2025-11-11 14:25 UTC (19+ messages)
` [PATCH v6 01/17] filelock: make lease_alloc() take a flags argument
` [PATCH v6 02/17] filelock: rework the __break_lease API to use flags
` [PATCH v6 03/17] filelock: add struct delegated_inode
` [PATCH v6 04/17] filelock: push the S_ISREG check down to ->setlease handlers
` [PATCH v6 05/17] vfs: add try_break_deleg calls for parents to vfs_{link,rename,unlink}
` [PATCH v6 06/17] vfs: allow mkdir to wait for delegation break on parent
` [PATCH v6 07/17] vfs: allow rmdir "
` [PATCH v6 08/17] vfs: break parent dir delegations in open(..., O_CREAT) codepath
` [PATCH v6 09/17] vfs: clean up argument list for vfs_create()
` [PATCH v6 10/17] vfs: make vfs_create break delegations on parent directory
` [PATCH v6 11/17] vfs: make vfs_mknod "
` [PATCH v6 12/17] vfs: make vfs_symlink break delegations on parent dir
` [PATCH v6 13/17] filelock: lift the ban on directory leases in generic_setlease
` [PATCH v6 14/17] nfsd: allow filecache to hold S_IFDIR files
` [PATCH v6 15/17] nfsd: allow DELEGRETURN on directories
` [PATCH v6 16/17] nfsd: wire up GET_DIR_DELEGATION handling
` [PATCH v6 17/17] vfs: expose delegation support to userland
[PATCH v10] exec: Fix dead-lock in de_thread with ptrace_attach
2025-11-11 14:09 UTC (19+ messages)
` [PATCH v11] "
` [PATCH v12] "
` [PATCH v13] "
` [PATCH v14] "
` [PATCH v15] "
` [PATCH v16] "
` [PATCH v17] "
` [RFC PATCH 0/3] mt-exec: fix deadlock with ptrace_attach()
` [RFC PATCH 2/3] exec: don't wait for zombie threads with cred_guard_mutex held
[syzbot] [fs?] WARNING in nsproxy_ns_active_get
2025-11-11 13:54 UTC (3+ messages)
[PATCH 0/2] fuse: Fix missing fuse_copy_finish in dev_uring.c
2025-11-11 13:46 UTC (6+ 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
[RFC] xfs: fake fallocate success for always CoW inodes
2025-11-11 13:40 UTC (20+ messages)
[PATCH v2 0/4] platform/x86: wmi: Prepare for future changes
2025-11-11 13:11 UTC (5+ messages)
` [PATCH v2 1/4] fs/nls: Fix utf16 to utf8 conversion
` [PATCH v2 2/4] platform/x86: wmi: Use correct type when populating ACPI objects
` [PATCH v2 3/4] platform/x86: wmi: Remove extern keyword from prototypes
` [PATCH v2 4/4] platform/x86: wmi: Move WMI core code into a separate directory
[PATCH 0/2] autofs: fairly minor fixes
2025-11-11 12:27 UTC (12+ messages)
` [PATCH 1/2] autofs: fix per-dentry timeout warning
` [PATCH 2/2] autofs: dont trigger mount if it cant succeed
[PATCH v5 00/17] vfs: recall-only directory delegations for knfsd
2025-11-11 12:14 UTC (12+ messages)
` [PATCH v5 01/17] filelock: make lease_alloc() take a flags argument
` [PATCH v5 02/17] filelock: rework the __break_lease API to use flags
` [PATCH v5 03/17] filelock: add struct delegated_inode
` [PATCH v5 09/17] vfs: clean up argument list for vfs_create()
` [PATCH v5 17/17] vfs: expose delegation support to userland
[PATCH v3 0/8] iomap: buffered io changes
2025-11-11 12:09 UTC (2+ messages)
[PATCH] fs: hide dentry_cache behind runtime const machinery
2025-11-11 12:05 UTC (2+ messages)
[PATCH 1/2] fs: add iput_not_last()
2025-11-11 11:53 UTC (3+ messages)
[PATCH v3 0/3] cheaper MAY_EXEC handling for path lookup
2025-11-11 11:47 UTC (6+ messages)
` [PATCH v3 1/3] fs: speed up path lookup with cheaper handling of MAY_EXEC
[PATCH v2] fs: avoid calls to legitimize_links() if possible
2025-11-11 11:13 UTC (3+ messages)
[PATCH v2 22/50] convert efivarfs
2025-11-11 10:56 UTC (11+ messages)
[PATCH 0/4] ext4: replace ext4_es_insert_extent() when caching on-disk extents
2025-11-11 10:33 UTC (5+ messages)
` [PATCH 1/4] ext4: make ext4_es_cache_extent() support overwrite existing extents
[PATCH v2 00/16] mm: remove is_swap_[pte, pmd]() + non-swap entries, introduce leaf entries
2025-11-11 10:03 UTC (13+ messages)
[PATCH 00/10] Add and use folio_next_pos()
2025-11-11 9:59 UTC (4+ messages)
` [PATCH 10/10] mm: Use folio_next_pos()
[PATCH 0/3] restart_block: simplify expiration timestamps
2025-11-11 9:57 UTC (3+ messages)
[PATCH] fs: move inode fields used during fast path lookup closer together
2025-11-11 9:50 UTC (2+ messages)
[PATCH] fs: touch predicts in do_dentry_open()
2025-11-11 9:49 UTC (2+ messages)
fall back from direct to buffered I/O when stable writes are required
2025-11-11 9:44 UTC (3+ messages)
` [PATCH 1/4] fs: replace FOP_DIO_PARALLEL_WRITE with a fmode bits
[PATCH] bdev: add hint prints in sb_set_blocksize() for LBS dependency on THP
2025-11-11 9:43 UTC (2+ messages)
[linux-next:master] [ns] 3a18f80918: WARNING:at_include/linux/ns_common.h:#put_cred_rcu
2025-11-11 9:36 UTC (2+ messages)
[PATCH v2] fs/nsfs: skip active ref counting for initial namespaces
2025-11-11 9:27 UTC (2+ messages)
[linux-next:master] [mm] 60a70e6143: xfstests.generic.363.fail
2025-11-11 7:05 UTC
[PATCH v22 00/28] riscv control-flow integrity for usermode
2025-11-11 5:58 UTC (3+ messages)
` [PATCH v22 25/28] riscv: create a config for shadow stack and landing pad instr support
[PATCH v2 00/16] Parallelizing filesystem writeback
2025-11-11 5:41 UTC (9+ messages)
[PATCH v4] fs: add predicts based on nd->depth
2025-11-11 3:32 UTC (2+ messages)
[RFC] Why generic/073 is generic but not btrfs specific?
2025-11-11 2:02 UTC (9+ messages)
[PATCH 1/5] fuse: flush pending fuse events before aborting the connection
2025-11-11 0:33 UTC (11+ messages)
[PATCH v2 0/2] uapi/samples: guard renameat2 flag macros
2025-11-10 23:11 UTC (3+ messages)
` [PATCH v2 1/2] uapi: fcntl: guard AT_RENAME_* aliases
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).