linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-28 05:50:11 to 2025-08-29 19:18:58 UTC [more...]

[PATCH v3 00/30] Live Update Orchestrator
 2025-08-29 19:18 UTC  (9+ messages)
` [PATCH v3 29/30] luo: allow preserving memfd

ETXTBSY window in __fput
 2025-08-29 18:32 UTC  (8+ messages)

[PATCHED][RFC][CFT] mount-related stuff
 2025-08-29 18:25 UTC  (12+ messages)

[PATCHED][RFC][CFT] mount-related stuff
 2025-08-29 16:37 UTC  (85+ messages)
` [PATCHES v2][RFC][CFT] "
  ` [PATCH v2 01/63] fs/namespace.c: fix the namespace_sem guard mess
    ` [PATCH v2 02/63] introduced guards for mount_lock
    ` [PATCH v2 03/63] fs/namespace.c: allow to drop vfsmount references via __free(mntput)
    ` [PATCH v2 04/63] __detach_mounts(): use guards
    ` [PATCH v2 05/63] __is_local_mountpoint(): "
    ` [PATCH v2 06/63] do_change_type(): "
    ` [PATCH v2 07/63] do_set_group(): "
    ` [PATCH v2 08/63] mark_mounts_for_expiry(): "
    ` [PATCH v2 09/63] put_mnt_ns(): "
    ` [PATCH v2 10/63] mnt_already_visible(): "
    ` [PATCH v2 11/63] check_for_nsfs_mounts(): no need to take locks
    ` [PATCH v2 12/63] propagate_mnt(): use scoped_guard(mount_locked_reader) for mnt_set_mountpoint()
    ` [PATCH v2 13/63] has_locked_children(): use guards
    ` [PATCH v2 14/63] mnt_set_expiry(): "
    ` [PATCH v2 15/63] path_is_under(): "
    ` [PATCH v2 16/63] current_chrooted(): don't bother with follow_down_one()
    ` [PATCH v2 17/63] current_chrooted(): use guards
    ` [PATCH v2 18/63] switch do_new_mount_fc() to fc_mount()
    ` [PATCH v2 19/63] do_move_mount(): trim local variables
    ` [PATCH v2 20/63] do_move_mount(): deal with the checks on old_path early
    ` [PATCH v2 21/63] move_mount(2): take sanity checks in 'beneath' case into do_lock_mount()
    ` [PATCH v2 22/63] finish_automount(): simplify the ELOOP check
    ` [PATCH v2 23/63] do_loopback(): use __free(path_put) to deal with old_path
    ` [PATCH v2 24/63] pivot_root(2): use __free() to deal with struct path in it
    ` [PATCH v2 25/63] finish_automount(): take the lock_mount() analogue into a helper
    ` [PATCH v2 26/63] do_new_mount_rc(): use __free() to deal with dropping mnt on failure
    ` [PATCH v2 27/63] finish_automount(): "
    ` [PATCH v2 28/63] change calling conventions for lock_mount() et.al
    ` [PATCH v2 29/63] do_move_mount(): use the parent mount returned by do_lock_mount()
    ` [PATCH v2 30/63] do_add_mount(): switch to passing pinned_mountpoint instead of mountpoint + path
    ` [PATCH v2 31/63] graft_tree(), attach_recursive_mnt() - pass pinned_mountpoint
    ` [PATCH v2 32/63] pivot_root(2): use old_mp.mp->m_dentry instead of old.dentry
    ` [PATCH v2 33/63] don't bother passing new_path->dentry to can_move_mount_beneath()
    ` [PATCH v2 34/63] new helper: topmost_overmount()
    ` [PATCH v2 35/63] do_lock_mount(): don't modify path
    ` [PATCH v2 36/63] constify check_mnt()
    ` [PATCH v2 37/63] do_mount_setattr(): constify path argument
    ` [PATCH v2 38/63] do_set_group(): constify path arguments
    ` [PATCH v2 39/63] drop_collected_paths(): constify arguments
    ` [PATCH v2 40/63] collect_paths(): constify the return value
    ` [PATCH v2 41/63] do_move_mount(), vfs_move_mount(), do_move_mount_old(): constify struct path argument(s)
    ` [PATCH v2 42/63] mnt_warn_timestamp_expiry(): constify struct path argument
    ` [PATCH v2 43/63] do_new_mount{,_fc}(): "
    ` [PATCH v2 44/63] do_{loopback,change_type,remount,reconfigure_mnt}(): "
    ` [PATCH v2 45/63] path_mount(): "
    ` [PATCH v2 46/63] may_copy_tree(), __do_loopback(): "
    ` [PATCH v2 47/63] path_umount(): "
    ` [PATCH v2 48/63] constify can_move_mount_beneath() arguments
    ` [PATCH v2 49/63] do_move_mount_old(): use __free(path_put)
    ` [PATCH v2 50/63] do_mount(): "
    ` [PATCH v2 51/63] umount_tree(): take all victims out of propagation graph at once
    ` [PATCH v2 52/63] ecryptfs: get rid of pointless mount references in ecryptfs dentries
    ` [PATCH v2 53/63] fs/namespace.c: sanitize descriptions for {__,}lookup_mnt()
    ` [PATCH v2 54/63] open_detached_copy(): don't bother with mount_lock_hash()
    ` [PATCH v2 55/63] open_detached_copy(): separate creation of namespace into helper
    ` [PATCH v2 56/63] mnt_ns_tree_remove(): DTRT if mnt_ns had never been added to mnt_ns_list
    ` [PATCH v2 57/63] copy_mnt_ns(): use the regular mechanism for freeing empty mnt_ns on failure
    ` [PATCH v2 58/63] copy_mnt_ns(): use guards
    ` [PATCH v2 59/63] setup_mnt(): primitive for connecting a mount to filesystem
    ` [PATCH v2 60/63] preparations to taking MNT_WRITE_HOLD out of ->mnt_flags
    ` [PATCH v2 61/63] struct mount: relocate MNT_WRITE_HOLD bit
              ` [59/63] simplify the callers of mnt_unhold_writers()
              ` [60/63] setup_mnt(): primitive for connecting a mount to filesystem
              ` [61/63] preparations to taking MNT_WRITE_HOLD out of ->mnt_flags
              ` [62/63] struct mount: relocate MNT_WRITE_HOLD bit
    ` [PATCH v2 62/63] simplify the callers of mnt_unhold_writers()
    ` [PATCH v2 63/63] WRITE_HOLD machinery: no need for to bump mount_lock seqcount

[PATCH v2] fuse: allow synchronous FUSE_INIT
 2025-08-29 16:15 UTC  (7+ messages)

[PATCH v2 0/4] xfsprogs: utilize file_getattr() and file_setattr()
 2025-08-29 15:42 UTC  (10+ messages)
` [PATCH v2 1/4] libfrog: add wrappers for file_getattr/file_setattr syscalls
` [PATCH v2 2/4] xfs_quota: utilize file_setattr to set prjid on special files
` [PATCH v2 3/4] xfs_io: make ls/chattr work with "
` [PATCH v2 4/4] xfs_db: use file_setattr to copy attributes on special files with rdump

[PATCHSET RFC v4 1/4] fuse: general bug fixes
 2025-08-29 15:39 UTC  (18+ messages)
` [PATCH 4/7] fuse: implement file attributes mask for statx
` [PATCH 7/7] fuse: enable FUSE_SYNCFS for all servers

[PATCH v2 00/54] fs: rework inode reference counting
 2025-08-29 13:42 UTC  (49+ messages)
` [PATCH v2 15/54] fs: maintain a list of pinned inodes
` [PATCH v2 16/54] fs: delete the inode from the LRU list on lookup
` [PATCH v2 17/54] fs: remove the inode from the LRU list on unlink/rmdir
` [PATCH v2 18/54] fs: change evict_inodes to use iput instead of evict directly
` [PATCH v2 19/54] fs: hold a full ref while the inode is on a LRU
` [PATCH v2 20/54] fs: disallow 0 reference count inodes
` [PATCH v2 22/54] fs: convert i_count to refcount_t
` [PATCH v2 23/54] fs: use refcount_inc_not_zero in igrab
` [PATCH v2 26/54] fs: use igrab in insert_inode_locked
` [PATCH v2 30/54] fs: change evict_dentries_for_decrypted_inodes to use refcount
` [PATCH v2 39/54] fs: remove I_WILL_FREE|I_FREEING check from dquot.c
` [PATCH v2 43/54] fs: change inode_is_dirtytime_only to use refcount
` [PATCH v2 48/54] fs: remove some spurious I_FREEING references in inode.c
` [PATCH v2 51/54] fs: remove I_FREEING|I_WILL_FREE
` [PATCH v2 52/54] fs: remove I_REFERENCED
` [PATCH v2 53/54] fs: remove I_LRU_ISOLATING flag

[RFC PATCH] vfs: exclude ntfs3 from file mode validation in may_open()
 2025-08-29 13:37 UTC  (3+ messages)

[PATCH] Add RWF_NOSIGNAL flag for pwritev2
 2025-08-29 13:08 UTC  (4+ messages)

[PATCH] fhandle: use more consistent rules for decoding file handle from userns
 2025-08-29 12:55 UTC  (4+ messages)

[syzbot] Monthly fs report (Aug 2025)
 2025-08-29 12:52 UTC 

[PATCH] fs: Replace offsetof() with struct_size()
 2025-08-29 10:39 UTC  (2+ messages)

[PATCH] fs: Replace offsetof() with struct_size() in ioctl_file_dedupe_range()
 2025-08-29 10:01 UTC  (3+ messages)

[PATCH] hfsplus: fix missing hfs_bnode_get() in __hfs_bnode_create
 2025-08-29  9:39 UTC 

[PATCH v2] ceph: fix potential NULL dereferenced issue in ceph_fill_trace()
 2025-08-29  9:36 UTC  (2+ messages)

[PATCH v6 9/9] ovl: Support mounting case-insensitive enabled layers
 2025-08-29  9:31 UTC  (8+ messages)

[RFC 0/1] writeback: add sysfs to config the number of writeback contexts
 2025-08-29  8:59 UTC  (2+ messages)

[PATCHES] fs_context stuff
 2025-08-29  7:47 UTC  (5+ messages)
` [PATCH 1/2] change the calling conventions for vfs_parse_fs_string()
` [PATCH 2/2] do_nfs4_mount(): switch to vfs_parse_fs_string()

[syzbot] [hfs?] kernel BUG in hfsplus_bnode_put
 2025-08-29  6:53 UTC  (3+ messages)
` syztest

[PATCH] iomap: allow iomap using the per-cpu bio cache
 2025-08-29  4:26 UTC  (11+ messages)
                  ` [External] "

[PATCHv3 0/8] direct-io: even more flexible io vectors
 2025-08-29  3:19 UTC  (8+ messages)

[PATCH v2 1/2] mpage: terminate read-ahead on read error
 2025-08-29  2:36 UTC  (2+ messages)
` [PATCH v2 2/2] mpage: convert do_mpage_readpage() to return void type

[PATCH v4 0/3] introduce kernel file mapped folios
 2025-08-29  1:52 UTC  (2+ messages)

[PATCH 0/6] dax/hmem, cxl: Coordinate Soft Reserved handling with CXL
 2025-08-28 23:34 UTC  (3+ messages)

[PATCH v5 0/7] Add managed SOFT RESERVE resource handling
 2025-08-28 23:21 UTC  (11+ messages)
` [PATCH v5 3/7] cxl/acpi: Add background worker to coordinate with cxl_mem probe completion

[RFC PATCH v1 0/2] Add O_DENY_WRITE (complement AT_EXECVE_CHECK)
 2025-08-28 21:01 UTC  (16+ messages)
` [RFC PATCH v1 1/2] fs: Add O_DENY_WRITE

[PATCH 0/3] ntfs3: Add support for FS_IOC_{GET,SET}FSLABEL ioctl
 2025-08-28 20:37 UTC  (4+ messages)
` [PATCH 1/3] ntfs3: transition magic number to shared constant
` [PATCH 2/3] ntfs3: add FS_IOC_GETFSLABEL ioctl
` [PATCH 3/3] ntfs3: add FS_IOC_SETFSLABEL ioctl

[RFC PATCH v2] hfs: add return values to hfs_brec_lenoff and hfs_bnode_read to improve robustness
 2025-08-28 19:46 UTC  (4+ messages)

[PATCH] ceph: fix potential NULL dereferenced issue in ceph_fill_trace()
 2025-08-28 18:20 UTC  (3+ messages)

[PATCH] initrd: support erofs as initrd
 2025-08-28 17:14 UTC  (11+ messages)

[RFC PATCH v5 0/2] fuse: work queues to invalided dentries
 2025-08-28 16:29 UTC  (3+ messages)
` [RFC PATCH v5 1/2] fuse: new work queue to periodically invalidate expired dentries
` [RFC PATCH v5 2/2] fuse: new work queue to invalidate dentries from old epochs

[PATCH v2 0/3] Test file_getattr and file_setattr syscalls
 2025-08-28 14:51 UTC  (7+ messages)
` [PATCH v2 1/3] file_attr: introduce program to set/get fsxattr
` [PATCH v2 2/3] generic: introduce test to test file_getattr/file_setattr syscalls
` [PATCH v2 3/3] xfs: test quota's project ID on special files

[PATCH kvm-next V11 0/7] Add NUMA mempolicy support for KVM guest-memfd
 2025-08-28 12:44 UTC  (6+ messages)
` [PATCH kvm-next V11 4/7] KVM: guest_memfd: Use guest mem inodes instead of anonymous inodes

[PATCH v6 0/9] ovl: Enable support for casefold layers
 2025-08-28 11:09 UTC  (10+ messages)
` [PATCH v6 4/9] ovl: Create ovl_casefold() to support casefolded strncmp()

[syzbot] [gfs2?] INFO: task hung in writeback_iter (3)
 2025-08-28  9:40 UTC 

[PATCH 01/14] perf test: Fix a build error in x86 topdown test
 2025-08-28  8:24 UTC 

[PATCH v1] virtio_fs: fix page fault for DAX page address
 2025-08-28  7:51 UTC  (2+ messages)


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).