messages from 2025-09-02 08:41:55 to 2025-09-03 14:10:47 UTC [more...]
[PATCH v3 00/30] Live Update Orchestrator
2025-09-03 14:10 UTC (19+ messages)
` [PATCH v3 29/30] luo: allow preserving memfd
[RFC 0/1] fsnotify: clear PARENT_WATCHED flags lazily for v5.4
2025-09-03 14:06 UTC (4+ messages)
` [RFC 1/1] fsnotify: clear PARENT_WATCHED flags lazily
[PATCH RFC 0/2] iomap: ->iomap_end() error handling fixes
2025-09-03 13:38 UTC (8+ messages)
` [PATCH RFC 1/2] iomap: prioritize iter.status error over ->iomap_end()
` [PATCH RFC 2/2] iomap: revert the iomap_iter pos on ->iomap_end() error
[PATCH] gfs2, udf: update to use mmap_prepare
2025-09-03 13:35 UTC (7+ messages)
[syzbot] [exfat?] INFO: task hung in lock_two_directories (4)
2025-09-03 12:50 UTC
[PATCH 0/2] vfs, afs, bash: Fix miscomparison of foreign user IDs in the VFS
2025-09-03 12:01 UTC (3+ messages)
` [PATCH 1/2] vfs: Allow filesystems with foreign owner IDs to override UID checks
` [PATCH 2/2] afs, bash: Fix open(O_CREAT) on an extant AFS file in a sticky dir
[PATCH v2 00/12] mm/iomap: add granular dirty and writeback accounting
2025-09-03 11:48 UTC (5+ messages)
` [PATCH v2 01/12] mm: pass number of pages to __folio_start_writeback()
` [PATCH v2 12/12] iomap: add granular dirty and writeback accounting
[PATCH v3] afs: Add support for RENAME_NOREPLACE and RENAME_EXCHANGE
2025-09-03 11:29 UTC
[PATCH 1/4] fuse: remove FUSE_NOTIFY_CODE_MAX from <uapi/linux/fuse.h>
2025-09-03 10:43 UTC (10+ messages)
` [PATCH 2/4] fuse: fix possibly missing fuse_copy_finish() call in fuse_notify()
` [PATCH 3/4] fuse: remove redundant calls to fuse_copy_finish() "
` [PATCH 4/4] fuse: add prune notification
[PATCHSET RFC v4 1/4] fuse: general bug fixes
2025-09-03 9:55 UTC (7+ messages)
` [PATCH 4/7] fuse: implement file attributes mask for statx
[PATCH] iomap: allow iomap using the per-cpu bio cache
2025-09-03 9:53 UTC (12+ messages)
` [External] "
[PATCH] fs/proc/base.c: Fix the wrong format specifier
2025-09-03 9:13 UTC
[PATCH] fs/proc/base.c: Fix the wrong format specifier
2025-09-03 8:39 UTC
[PATCH v4 0/1] eventpoll: Fix priority inversion problem
2025-09-03 8:40 UTC (4+ messages)
` [PATCH v4 1/1] eventpoll: Replace rwlock with spinlock
[PATCH v2] fuse: prevent possible NULL pointer dereference in fuse_iomap_writeback_{range,submit}()
2025-09-03 8:34 UTC
[PATCH] mm: fix lockdep issues in writeback handling
2025-09-03 8:28 UTC (5+ messages)
` "
[PATCH] ceph: add in MAINTAINERS bug tracking system info
2025-09-03 8:16 UTC (2+ messages)
[PATCH v2] ceph: cleanup in ceph_alloc_readdir_reply_buffer()
2025-09-03 8:11 UTC (2+ messages)
[PATCH] hfs: clear offset and space out of valid records in b-tree node
2025-09-03 8:04 UTC (2+ messages)
[PATCH v4] hfs/hfsplus: rework debug output subsystem
2025-09-03 7:58 UTC (2+ messages)
[PATCH v3] proc: fix missing pde_set_flags() for net proc files
2025-09-03 6:57 UTC (2+ messages)
[PATCH] add documentation for function parameter
2025-09-03 5:41 UTC (2+ messages)
[PATCH] mm: do not assume file == vma->vm_file in compat_vma_mmap_prepare()
2025-09-03 5:25 UTC (6+ messages)
[PATCHED][RFC][CFT] mount-related stuff
2025-09-03 5:08 UTC (99+ messages)
` [PATCHES v2][RFC][CFT] "
` [PATCH v2 01/63] fs/namespace.c: fix the namespace_sem guard mess
` [PATCH v2 35/63] do_lock_mount(): don't modify path
` [PATCH v2 61/63] struct mount: relocate MNT_WRITE_HOLD bit
` [60/63] setup_mnt(): primitive for connecting a mount to filesystem
` [RFC] does # really need to be escaped in devnames?
` [PATCHES v3][RFC][CFT] mount-related stuff
` [PATCH v3 01/65] fs/namespace.c: fix the namespace_sem guard mess
` [PATCH v3 02/65] introduced guards for mount_lock
` [PATCH v3 03/65] fs/namespace.c: allow to drop vfsmount references via __free(mntput)
` [PATCH v3 04/65] __detach_mounts(): use guards
` [PATCH v3 05/65] __is_local_mountpoint(): "
` [PATCH v3 06/65] do_change_type(): "
` [PATCH v3 07/65] do_set_group(): "
` [PATCH v3 08/65] mark_mounts_for_expiry(): "
` [PATCH v3 09/65] put_mnt_ns(): "
` [PATCH v3 10/65] mnt_already_visible(): "
` [PATCH v3 11/65] check_for_nsfs_mounts(): no need to take locks
` [PATCH v3 12/65] propagate_mnt(): use scoped_guard(mount_locked_reader) for mnt_set_mountpoint()
` [PATCH v3 13/65] has_locked_children(): use guards
` [PATCH v3 14/65] mnt_set_expiry(): "
` [PATCH v3 15/65] path_is_under(): "
` [PATCH v3 16/65] current_chrooted(): don't bother with follow_down_one()
` [PATCH v3 17/65] current_chrooted(): use guards
` [PATCH v3 18/65] switch do_new_mount_fc() to fc_mount()
` [PATCH v3 19/65] do_move_mount(): trim local variables
` [PATCH v3 20/65] do_move_mount(): deal with the checks on old_path early
` [PATCH v3 21/65] move_mount(2): take sanity checks in 'beneath' case into do_lock_mount()
` [PATCH v3 22/65] finish_automount(): simplify the ELOOP check
` [PATCH v3 23/65] do_loopback(): use __free(path_put) to deal with old_path
` [PATCH v3 24/65] pivot_root(2): use __free() to deal with struct path in it
` [PATCH v3 25/65] finish_automount(): take the lock_mount() analogue into a helper
` [PATCH v3 26/65] do_new_mount_fc(): use __free() to deal with dropping mnt on failure
` [PATCH v3 26/63] do_new_mount_rc(): "
` [PATCH v3 27/65] finish_automount(): "
` [PATCH v3 28/65] change calling conventions for lock_mount() et.al
` [PATCH v3 29/65] do_move_mount(): use the parent mount returned by do_lock_mount()
` [PATCH v3 30/65] do_add_mount(): switch to passing pinned_mountpoint instead of mountpoint + path
` [PATCH v3 31/65] graft_tree(), attach_recursive_mnt() - pass pinned_mountpoint
` [PATCH v3 32/65] pivot_root(2): use old_mp.mp->m_dentry instead of old.dentry
` [PATCH v3 33/65] don't bother passing new_path->dentry to can_move_mount_beneath()
` [PATCH v3 34/65] new helper: topmost_overmount()
` [PATCH v3 35/65] do_lock_mount(): don't modify path
` [PATCH v3 36/65] constify check_mnt()
` [PATCH v3 37/65] do_mount_setattr(): constify path argument
` [PATCH v3 38/65] do_set_group(): constify path arguments
` [PATCH v3 39/65] drop_collected_paths(): constify arguments
` [PATCH v3 40/65] collect_paths(): constify the return value
` [PATCH v3 41/65] do_move_mount(), vfs_move_mount(), do_move_mount_old(): constify struct path argument(s)
` [PATCH v3 42/65] mnt_warn_timestamp_expiry(): constify struct path argument
` [PATCH v3 43/65] do_new_mount{,_fc}(): "
` [PATCH v3 44/65] do_{loopback,change_type,remount,reconfigure_mnt}(): "
` [PATCH v3 45/65] path_mount(): "
` [PATCH v3 46/65] may_copy_tree(), __do_loopback(): "
` [PATCH v3 47/65] path_umount(): "
` [PATCH v3 48/65] constify can_move_mount_beneath() arguments
` [PATCH v3 49/65] do_move_mount_old(): use __free(path_put)
` [PATCH v3 50/65] do_mount(): "
` [PATCH v3 51/65] umount_tree(): take all victims out of propagation graph at once
` [PATCH v3 52/65] ecryptfs: get rid of pointless mount references in ecryptfs dentries
` [PATCH v3 53/65] fs/namespace.c: sanitize descriptions for {__,}lookup_mnt()
` [PATCH v3 54/63] open_detached_copy(): don't bother with mount_lock_hash()
` [PATCH v3 54/65] path_has_submounts(): use guard(mount_locked_reader)
` [PATCH v3 55/65] open_detached_copy(): don't bother with mount_lock_hash()
` [PATCH v3 55/63] open_detached_copy(): separate creation of namespace into helper
` [PATCH v3 56/63] mnt_ns_tree_remove(): DTRT if mnt_ns had never been added to mnt_ns_list
` [PATCH v3 56/65] open_detached_copy(): separate creation of namespace into helper
` [PATCH v3 57/63] copy_mnt_ns(): use the regular mechanism for freeing empty mnt_ns on failure
` [PATCH v3 57/65] mnt_ns_tree_remove(): DTRT if mnt_ns had never been added to mnt_ns_list
` [PATCH v3 58/63] copy_mnt_ns(): use guards
` [PATCH v3 58/65] copy_mnt_ns(): use the regular mechanism for freeing empty mnt_ns on failure
` [PATCH v3 59/65] copy_mnt_ns(): use guards
` [PATCH v3 59/63] simplify the callers of mnt_unhold_writers()
` [PATCH v3 60/63] setup_mnt(): primitive for connecting a mount to filesystem
` [PATCH v3 60/65] simplify the callers of mnt_unhold_writers()
` [PATCH v3 61/63] preparations to taking MNT_WRITE_HOLD out of ->mnt_flags
` [PATCH v3 61/65] setup_mnt(): primitive for connecting a mount to filesystem
` [PATCH v3 62/65] preparations to taking MNT_WRITE_HOLD out of ->mnt_flags
` [PATCH v3 62/63] struct mount: relocate MNT_WRITE_HOLD bit
` [PATCH v3 63/65] "
` [PATCH v3 63/63] WRITE_HOLD machinery: no need for to bump mount_lock seqcount
` [PATCH v3 64/65] "
` [PATCH v3 65/65] constify {__,}mnt_is_readonly()
[PATCH] Documentation: Fix spelling mistakes
2025-09-03 4:46 UTC (6+ messages)
[WIP RFC PATCH] fs: retire I_WILL_FREE
2025-09-03 3:44 UTC (2+ messages)
[PATCH v4 1/1] exfat: Add support for FS_IOC_{GET,SET}FSLABEL
2025-09-03 1:59 UTC (3+ messages)
` [PATCH v4 0/1] "
[PATCH v1 00/16] fuse: use iomap for buffered reads + readahead
2025-09-03 1:55 UTC (8+ messages)
` [PATCH v1 13/16] iomap: add a private arg for read and readahead
` [PATCH v1 16/16] fuse: remove fuse_readpages_end() null mapping check
[PATCH v2] uapi/fcntl: define RENAME_* and AT_RENAME_* macros
2025-09-03 0:46 UTC (4+ messages)
[PATCH] hfsplus: fix missing hfs_bnode_get() in __hfs_bnode_create
2025-09-02 21:57 UTC (4+ messages)
[PATCH v2 00/54] fs: rework inode reference counting
2025-09-02 21:16 UTC (3+ messages)
[PATCH] fuse: remove WARN_ON_ONCE() from fuse_iomap_writeback_{range,submit}()
2025-09-02 20:13 UTC (5+ messages)
[PATCH 00/12] maple_tree: slub sheaves conversion
2025-09-02 19:39 UTC (5+ messages)
` [PATCH 01/12] maple_tree: Fix check_bulk_rebalance() test locks
` [PATCH 03/12] maple_tree: use percpu sheaves for maple_node_cache
[PATCH] ceph: cleanup in ceph_alloc_readdir_reply_buffer()
2025-09-02 18:30 UTC (3+ messages)
[PATCH 0/3] xfs: hint based zone allocation improvements
2025-09-02 16:12 UTC (5+ messages)
` [PATCH 1/3] fs: add an enum for number of life time hints
[syzbot] [jfs?] INFO: task hung in deactivate_super (3)
2025-09-02 14:46 UTC (3+ messages)
` [syzbot] [hfs?] "
[PATCHv3 0/8] direct-io: even more flexible io vectors
2025-09-02 14:39 UTC (9+ messages)
[PATCH v2] fsnotify: fix "rewriten"->"rewritten"
2025-09-02 12:38 UTC (2+ messages)
[PATCH 0/2] Fix the initialization of max_hw_wzeroes_unmap_sectors for stacking drivers
2025-09-02 12:25 UTC (3+ messages)
` [PATCH 1/2] md: init queue_limits->max_hw_wzeroes_unmap_sectors parameter
[PATCH v2 0/4] nios2: Add architecture support for clone3
2025-09-02 11:44 UTC (6+ messages)
` [PATCH v2 3/4] arch: copy_thread: pass clone_flags as u64
[RFC 0/1] writeback: add sysfs to config the number of writeback contexts
2025-09-02 11:19 UTC (3+ messages)
[PATCH v6 00/12] mm: establish const-correctness for pointer parameters
2025-09-02 10:57 UTC (5+ messages)
` [PATCH v6 04/12] fs: constify mapping related test functions for improved const-correctness
[RFC PATCH] vfs: exclude ntfs3 from file mode validation in may_open()
2025-09-02 10:43 UTC (4+ messages)
` [PATCH] ntfs3: pretend $Extend records as regular files
ETXTBSY window in __fput
2025-09-02 10:36 UTC (12+ messages)
[PATCH v4 0/4] procfs: make reference pidns more user-visible
2025-09-02 10:02 UTC (3+ messages)
` (subset) "
[RFC PATCH v1 0/2] Add O_DENY_WRITE (complement AT_EXECVE_CHECK)
2025-09-02 8:57 UTC (8+ messages)
[PATCH v2 0/4] vfs: if RESOLVE_NO_XDEV passed to openat2, don't *trigger* automounts
2025-09-02 8:41 UTC (2+ 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).