messages from 2025-11-10 14:13:35 to 2025-11-11 10:01:20 UTC [more...]
[PATCH v3 00/50] tree-in-dcache stuff
2025-11-11 10:01 UTC (57+ 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 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)
[RFC] xfs: fake fallocate success for always CoW inodes
2025-11-11 9:50 UTC (19+ 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)
[PATCH v2 00/16] mm: remove is_swap_[pte, pmd]() + non-swap entries, introduce leaf entries
2025-11-11 9:48 UTC (25+ 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 v3 03/16] mm: avoid unnecessary uses of is_swap_pte()
` [PATCH v3 04/16] mm: eliminate is_swap_pte() when softleaf_from_pte() suffices
` [PATCH v3 05/16] mm: use leaf entries in debug pgtable + remove is_swap_pte()
` [PATCH v3 06/16] fs/proc/task_mmu: refactor pagemap_pmd_range()
` [PATCH v3 07/16] mm: avoid unnecessary use of is_swap_pmd()
` [PATCH v3 08/16] mm/huge_memory: refactor copy_huge_pmd() non-present logic
` [PATCH v3 09/16] mm/huge_memory: refactor change_huge_pmd() "
` [PATCH v3 10/16] mm: replace pmd_to_swp_entry() with softleaf_from_pmd()
` [PATCH v3 11/16] mm: introduce pmd_is_huge() and use where appropriate
` [PATCH v3 12/16] mm: remove remaining is_swap_pmd() users and is_swap_pmd()
` [PATCH v3 13/16] mm: remove non_swap_entry() and use softleaf helpers instead
` [PATCH v3 14/16] mm: remove is_hugetlb_entry_[migration, hwpoisoned]()
` [PATCH v3 15/16] mm: eliminate further swapops predicates
` [PATCH v3 16/16] mm: replace remaining pte_to_swp_entry() with softleaf_from_pte()
[PATCH v2] fs: avoid calls to legitimize_links() if possible
2025-11-11 9:47 UTC (2+ messages)
[syzbot] [fs?] WARNING in nsproxy_ns_active_put
2025-11-11 9:46 UTC (4+ 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 (3+ messages)
[PATCH v3 0/3] cheaper MAY_EXEC handling for path lookup
2025-11-11 9:42 UTC (6+ messages)
` [PATCH v3 1/3] fs: speed up path lookup with cheaper handling of MAY_EXEC
` [PATCH v3 2/3] btrfs: utilize IOP_FASTPERM_MAY_EXEC
[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)
[PATCH v10] exec: Fix dead-lock in de_thread with ptrace_attach
2025-11-11 9:21 UTC (17+ 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
[PATCH v2 00/16] mm: remove is_swap_[pte, pmd]() + non-swap entries, introduce leaf entries
2025-11-11 9:19 UTC (25+ messages)
` [PATCH v2 01/16] mm: correctly handle UFFD PTE markers
` [PATCH v2 02/16] mm: introduce leaf entry type and use to simplify leaf entry logic
` [PATCH v2 04/16] mm: eliminate is_swap_pte() when softleaf_from_pte() suffices
[PATCH] fs/namespace: correctly handle errors returned by grab_requested_mnt_ns
2025-11-11 9:13 UTC (3+ messages)
[PATCH 0/2] autofs: fairly minor fixes
2025-11-11 9:04 UTC (6+ messages)
` [PATCH 1/2] autofs: fix per-dentry timeout warning
` [PATCH 2/2] autofs: dont trigger mount if it cant succeed
[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)
[RFC][PATCH 00/13] io_uring, struct filename and audit
2025-11-11 1:16 UTC (15+ 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 0:48 UTC (11+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] hfs: Update sanity check of the root record
[PATCHSET v6 1/8] fuse: general bug fixes
2025-11-11 0:33 UTC (15+ messages)
` [PATCH 1/5] fuse: flush pending fuse events before aborting the connection
[PATCH v2 0/2] uapi/samples: guard renameat2 flag macros
2025-11-10 23:11 UTC (4+ messages)
` [PATCH v2 1/2] uapi: fcntl: guard AT_RENAME_* aliases
` [PATCH v2 2/2] samples: vfs: avoid libc AT_RENAME_* redefinitions
[PATCH 0/8] ns: fixes for namespace iteration and active reference counting
2025-11-10 22:47 UTC (2+ messages)
[PATCH v2 10/16] mm: replace pmd_to_swp_entry() with softleaf_from_pmd()
2025-11-10 22:03 UTC (3+ messages)
[syzbot] [fs?] [mm?] KMSAN: kernel-infoleak in hugetlbfs_read_iter
2025-11-10 18:09 UTC
[PATCH v3 0/8] introduce VM_MAYBE_GUARD and make it sticky
2025-11-10 17:59 UTC (11+ messages)
` [PATCH v3 2/8] mm: add atomic VMA flags and set VM_MAYBE_GUARD as such
` [PATCH v3 5/8] mm: set the VM_MAYBE_GUARD flag on guard region install
[PATCHSET v6 3/8] fuse: cleanups ahead of adding fuse support
2025-11-10 17:50 UTC (5+ messages)
` [PATCH 2/2] fuse_trace: move the passthrough-specific code back to passthrough.c
[PATCH v5 00/22] Live Update Orchestrator
2025-11-10 17:42 UTC (10+ messages)
` [PATCH v5 02/22] liveupdate: luo_core: integrate with KHO
` [PATCH v5 05/22] liveupdate: kho: when live update add KHO image during kexec load
` [PATCH v5 08/22] liveupdate: luo_file: implement file systems callbacks
[PATCH v5 00/14] Create and use APIs to centralise locking for directory ops
2025-11-10 17:30 UTC (4+ messages)
` [PATCH v5 11/14] Add start_renaming_two_dentries()
[PATCH v3] fs: add predicts based on nd->depth
2025-11-10 16:38 UTC
[PATCH v7 00/12] Direct Map Removal Support for guest_memfd
2025-11-10 15:36 UTC (6+ messages)
[PATCH 00/17] ns: header cleanups and initial namespace reference count improvements
2025-11-10 15:08 UTC (18+ messages)
` [PATCH 01/17] ns: move namespace types into separate header
` [PATCH 02/17] nstree: decouple from ns_common header
` [PATCH 03/17] nstree: move nstree types into separate header
` [PATCH 04/17] nstree: add helper to operate on struct ns_tree_{node,root}
` [PATCH 05/17] nstree: switch to new structures
` [PATCH 06/17] nstree: simplify owner list iteration
` [PATCH 07/17] nstree: use guards for ns_tree_lock
` [PATCH 08/17] ns: make is_initial_namespace() argument const
` [PATCH 09/17] ns: rename is_initial_namespace()
` [PATCH 10/17] fs: use boolean to indicate anonymous mount namespace
` [PATCH 11/17] ipc: enable is_ns_init_id() assertions
` [PATCH 12/17] ns: make all reference counts on initial namespace a nop
` [PATCH 13/17] ns: add asserts for initial namespace reference counts
` [PATCH 14/17] ns: add asserts for initial namespace active "
` [PATCH 15/17] pid: rely on common reference count behavior
` [PATCH 16/17] ns: drop custom reference count initialization for initial namespaces
` [PATCH 17/17] selftests/namespaces: fix nsid tests
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