linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-22 03:42:26 to 2025-08-25 04:44:01 UTC [more...]

[PATCHED][RFC][CFT] mount-related stuff
 2025-08-25  4:43 UTC  (36+ messages)
` [PATCH 01/52] fs/namespace.c: fix the namespace_sem guard mess
  ` [PATCH 02/52] introduced guards for mount_lock
  ` [PATCH 03/52] fs/namespace.c: allow to drop vfsmount references via __free(mntput)
  ` [PATCH 04/52] __detach_mounts(): use guards
  ` [PATCH 05/52] __is_local_mountpoint(): "
  ` [PATCH 06/52] do_change_type(): "
  ` [PATCH 07/52] do_set_group(): "
  ` [PATCH 08/52] mark_mounts_for_expiry(): "
  ` [PATCH 09/52] put_mnt_ns(): "
  ` [PATCH 10/52] mnt_already_visible(): "
  ` [PATCH 11/52] check_for_nsfs_mounts(): no need to take locks
  ` [PATCH 12/52] propagate_mnt(): use scoped_guard(mount_locked_reader) for mnt_set_mountpoint()
  ` [PATCH 13/52] has_locked_children(): use guards
  ` [PATCH 14/52] mnt_set_expiry(): "
  ` [PATCH 15/52] path_is_under(): "
  ` [PATCH 16/52] current_chrooted(): don't bother with follow_down_one()
  ` [PATCH 17/52] current_chrooted(): use guards
  ` [PATCH 18/52] do_move_mount(): trim local variables
  ` [PATCH 19/52] do_move_mount(): deal with the checks on old_path early
  ` [PATCH 20/52] move_mount(2): take sanity checks in 'beneath' case into do_lock_mount()
  ` [PATCH 21/52] finish_automount(): simplify the ELOOP check
  ` [PATCH 22/52] do_loopback(): use __free(path_put) to deal with old_path
  ` [PATCH 23/52] pivot_root(2): use __free() to deal with struct path in it
  ` [PATCH 24/52] finish_automount(): take the lock_mount() analogue into a helper
  ` [PATCH 25/52] do_new_mount_rc(): use __free() to deal with dropping mnt on failure
  ` [PATCH 26/52] finish_automount(): "
  ` [PATCH 27/52] change calling conventions for lock_mount() et.al
  ` [PATCH 28/52] do_move_mount(): use the parent mount returned by do_lock_mount()
  ` [PATCH 29/52] do_add_mount(): switch to passing pinned_mountpoint instead of mountpoint + path
  ` [PATCH 30/52] graft_tree(), attach_recursive_mnt() - pass pinned_mountpoint
  ` [PATCH 31/52] pivot_root(2): use old_mp.mp->m_dentry instead of old.dentry
  ` [PATCH 32/52] don't bother passing new_path->dentry to can_move_mount_beneath()
  ` [PATCH 33/52] new helper: topmost_overmount()
  ` [PATCH 34/52] do_lock_mount(): don't modify path
  ` [PATCH 35/52] constify check_mnt()

[PATCH] uapi/fcntl: conditionally define AT_RENAME* macros
 2025-08-24 23:54 UTC  (3+ messages)

[PATCH] fs/namei: fix WARNING in do_mknodat due to invalid inode unlock
 2025-08-24 19:19 UTC  (3+ messages)

[RFC PATCH v1 0/2] Add O_DENY_WRITE (complement AT_EXECVE_CHECK)
 2025-08-24 18:04 UTC  (6+ messages)
` [RFC PATCH v1 1/2] fs: Add O_DENY_WRITE
` [RFC PATCH v1 2/2] selftests/exec: Add O_DENY_WRITE tests

[PATCH v2 00/10] powerpc: Implement masked user access
 2025-08-24 15:08 UTC  (16+ messages)
` [PATCH v2 01/10] iter: Avoid barrier_nospec() in copy_from_user_iter()
` [PATCH v2 02/10] uaccess: Add speculation barrier to copy_from_user_iter()
` [PATCH v2 03/10] uaccess: Add masked_user_{read/write}_access_begin
` [PATCH v2 04/10] powerpc/uaccess: Move barrier_nospec() out of allow_read_{from/write}_user()
` [PATCH v2 05/10] powerpc/uaccess: Remove unused size and from parameters from allow_access_user()
` [PATCH v2 06/10] powerpc/uaccess: Remove {allow/prevent}_{read/write/read_write}_{from/to/}_user()
` [PATCH v2 07/10] powerpc/uaccess: Refactor user_{read/write/}_access_begin()
` [PATCH v2 08/10] powerpc/32s: Fix segments setup when TASK_SIZE is not a multiple of 256M
` [PATCH v2 09/10] powerpc/32: Automatically adapt TASK_SIZE based on constraints
` [PATCH v2 10/10] powerpc/uaccess: Implement masked user access

[PATCH v3 00/12] man2: document "new" mount API
 2025-08-24 13:07 UTC  (7+ messages)
` [PATCH v3 05/12] man/man2/fspick.2: "
` [PATCH v3 09/12] man/man2/open_tree.2: "

[PATCH v3] proc: fix missing pde_set_flags() for net proc files
 2025-08-24  9:00 UTC  (3+ messages)

[PATCH] fs: Document 'name' parameter in name_contains_dotdot()
 2025-08-24  3:10 UTC  (4+ messages)

[PATCH 0/3] memcg, writeback: Don't wait writeback completion
 2025-08-23 15:17 UTC  (17+ messages)
` [PATCH] memcg: Don't wait writeback completion when release memcg
    ` [External] "
  ` [External] Re: [PATCH 0/3] memcg, writeback: Don't wait writeback completion

[PATCH] proc: test lseek on /proc/net/dev
 2025-08-23 13:24 UTC  (3+ messages)

[PATCH v6 0/9] ovl: Enable support for casefold layers
 2025-08-23 10:02 UTC  (16+ messages)
` [PATCH v6 1/9] fs: Create sb_encoding() helper
` [PATCH v6 2/9] fs: Create sb_same_encoding() helper
` [PATCH v6 3/9] ovl: Prepare for mounting case-insensitive enabled layers
` [PATCH v6 4/9] ovl: Create ovl_casefold() to support casefolded strncmp()
` [PATCH v6 5/9] ovl: Ensure that all layers have the same encoding
` [PATCH v6 6/9] ovl: Set case-insensitive dentry operations for ovl sb
` [PATCH v6 7/9] ovl: Add S_CASEFOLD as part of the inode flag to be copied
` [PATCH v6 8/9] ovl: Check for casefold consistency when creating new dentries
` [PATCH v6 9/9] ovl: Support mounting case-insensitive enabled layers
` [syzbot ci] Re: ovl: Enable support for casefold layers

[PATCH] proc: Bring back lseek() operations for /proc/net entries
 2025-08-23  8:43 UTC  (5+ messages)

[PATCH v2 0/9] fallocate: introduce FALLOC_FL_WRITE_ZEROES flag
 2025-08-23  4:37 UTC  (4+ messages)
` [PATCH v2 1/9] block: introduce max_{hw|user}_wzeroes_unmap_sectors to queue limits

[PATCH] iomap: allow iomap using the per-cpu bio cache
 2025-08-23  4:15 UTC  (6+ messages)

[syzbot] [fuse?] KASAN: slab-out-of-bounds Write in fuse_dev_do_write
 2025-08-23  1:17 UTC  (6+ messages)
` [PATCH] fuse: Block access to folio overlimit

[MAINTAINER SUMMIT] Adding more formality around feature inclusion and ejection
 2025-08-23  1:03 UTC  (18+ messages)

[syzbot] [exfat?] [ext4?] WARNING in __rt_mutex_slowlock_locked
 2025-08-23  0:59 UTC  (3+ messages)

[PATCH v2 0/2] fuse/mm: remove BDI_CAP_WRITEBACK_ACCT
 2025-08-22 23:20 UTC  (5+ messages)
` [PATCH v2 2/2] mm: "

[PATCH] fuse: allow synchronous FUSE_INIT
 2025-08-22 22:52 UTC  (4+ messages)

[PATCH v4 0/1] exfat: Add support for FS_IOC_{GET,SET}FSLABEL
 2025-08-22 20:20 UTC  (2+ messages)
` [PATCH v4 1/1] "

[PATCH v5 0/9] ovl: Enable support for casefold layers
 2025-08-22 17:39 UTC  (12+ messages)
` [PATCH v5 4/9] ovl: Create ovl_casefold() to support casefolded strncmp()

[PATCHSET RFC v4 1/4] fuse: general bug fixes
 2025-08-22 17:21 UTC  (7+ messages)
` [PATCH 7/7] fuse: enable FUSE_SYNCFS for all servers

[PATCH v3 1/1] exfat: Add support for FS_IOC_{GET,SET}FSLABEL
 2025-08-22 15:53 UTC  (2+ messages)

[PATCH v2 08/16] VFS: implement simple_start_creating() with start_dirop()
 2025-08-22 15:53 UTC  (2+ messages)

[PATCH 00/50] fs: rework inode reference counting
 2025-08-22 15:27 UTC  (24+ messages)
` [PATCH 02/50] fs: make the i_state flags an enum
    ` [PATCH 02/50] "
` [PATCH 04/50] fs: hold an i_obj_count reference for the i_wb_list
` [PATCH 06/50] fs: hold an i_obj_count reference in writeback_sb_inodes
` [PATCH 12/50] fs: rework iput logic
` [PATCH 14/50] fs: maintain a list of pinned inodes
` [PATCH 15/50] fs: delete the inode from the LRU list on lookup
` [PATCH 20/50] fs: convert i_count to refcount_t

[PATCH] selftests: centralise maybe-unused definition in kselftest.h
 2025-08-22 14:51 UTC  (2+ messages)

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

[PATCH] fs: Use try_cmpxchg() in start_dir_add()
 2025-08-22 14:20 UTC  (2+ messages)

[PATCH] fs: Use try_cmpxchg() in sb_init_done_wq()
 2025-08-22 14:20 UTC  (2+ messages)

[PATCH v2 00/16] VFS: prepare for changes to directory locking
 2025-08-22 14:08 UTC  (6+ messages)
` [PATCH v2 07/16] VFS: introduce end_dirop() and end_dirop_mkdir()
` [PATCH v2 15/16] VFS: introduce start_removing_dentry()

[PATCH v4 1/3] mm/filemap: add AS_KERNEL_FILE
 2025-08-22 13:46 UTC  (2+ messages)

[PATCHSET RFC v4 1/4] libfuse: general bug fixes
 2025-08-22 12:54 UTC  (4+ messages)
` [PATCH 1/1] libfuse: don't put HAVE_STATX in a public header

[PATCH v2] fs: Add 'rootfsflags' to set rootfs mount options
 2025-08-22 13:25 UTC  (5+ messages)

[PATCH 0/1] man2/mount.2: expand and clarify docs for MS_REMOUNT | MS_BIND
 2025-08-22 13:06 UTC  (4+ messages)
` [PATCH 1/1] "

[PATCH v2 03/16] Introduce wake_up_key()
 2025-08-22 12:50 UTC  (2+ messages)

[PATCH 6.16 000/564] 6.16.2-rc2 review
 2025-08-22 12:41 UTC  (4+ messages)

[PATCH 10/50] fs: stop accessing ->i_count directly in f2fs and gfs2
 2025-08-22 12:38 UTC  (2+ messages)
` (subset) "

Serious error in autofs docs, which has design implications
 2025-08-22 12:31 UTC  (2+ messages)

[PATCH v8 3/5] treewide: Replace 'get_task_comm()' with 'strscpy_pad()'
 2025-08-22 12:06 UTC  (3+ messages)

[PATCH v8 0/5] Add support for long task name
 2025-08-22 12:05 UTC  (4+ messages)
` [PATCH v8 4/5] treewide: Switch memcpy() users of 'task->comm' to a more safer implementation

[PATCH] rust: file: use to_result for error handling
 2025-08-22 10:34 UTC  (2+ messages)

[syzbot] [fs?] [mm?] linux-next test error: WARNING in __folio_start_writeback
 2025-08-22 10:09 UTC 

[PATCH v5 0/5] Rust support for `struct iov_iter`
 2025-08-22  8:42 UTC  (6+ messages)
` [PATCH v5 1/5] rust: iov: add iov_iter abstractions for ITER_SOURCE
` [PATCH v5 2/5] rust: iov: add iov_iter abstractions for ITER_DEST
` [PATCH v5 3/5] rust: fs: add Kiocb struct
` [PATCH v5 4/5] rust: miscdevice: Provide additional abstractions for iov_iter and kiocb structures
` [PATCH v5 5/5] samples: rust_misc_device: Expand the sample to support read()ing from userspace

[PATCH] tmpfs: preserve SB_I_VERSION on remount
 2025-08-22  4:03 UTC  (2+ messages)

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

[PATCH 0/6] dax/hmem, cxl: Coordinate Soft Reserved handling with CXL
 2025-08-22  3:42 UTC  (2+ messages)
` [PATCH 5/6] dax/hmem: Reintroduce Soft Reserved ranges back into the iomem tree


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