Linux filesystem development
 help / color / mirror / Atom feed
* [PATCH v4 0/7]] VFS: Prepare to lift lookup out of exclusive lock for directory ops
@ 2026-04-30  2:03 NeilBrown
  2026-04-30  2:03 ` [PATCH v4 1/7] VFS: fix various typos in documentation for start_creating start_removing etc NeilBrown
                   ` (7 more replies)
  0 siblings, 8 replies; 11+ messages in thread
From: NeilBrown @ 2026-04-30  2:03 UTC (permalink / raw)
  To: Linus Torvalds, Al Viro, Christian Brauner, Jan Kara, Jeff Layton,
	Amir Goldstein
  Cc: linux-fsdevel, linux-kernel

Following are 7 VFS patches which modify or introduce APIs that will
allow modifying filesystems so that they will work with a proposed
change to move d_alloc_paralle() out from the parent i_rw_sem lock.

If these can land in a non-rebasing tree, I can work with individual
filesystem maintainers to start using these APIs.

I haven't included d_alloc_noblock_return() as it is only needed for one
fs (ovl) and it is not yet clear that it is the best approach.

I also haven't included the change to d_alloc_name() as that is only
needed so that I can deprecate d_alloc() and there is no rush for that.

Patch 2/7 is exactly the patch Al proposed in the conversation for v3.
I have taken the libery of adding a Signed-off-by from Al to match the
Co-developed-by.  I hope that was not inappropriate.

I have been testing this series over NFS mounts from XFS so patches 2
and 3 don't seem to be causing any problems.  The changes in 4/5/6/7
won't be tested by this, and some cannot be tested until filesystems
start using new interfaces.

Thanks,
NeilBrown


 [PATCH v4 1/7] VFS: fix various typos in documentation for
 [PATCH v4 2/7] VFS: use wait_var_event for waiting in
 [PATCH v4 3/7] VFS: enhance d_splice_alias() to handle in-lookup
 [PATCH v4 4/7] VFS: introduce d_alloc_noblock()
 [PATCH v4 5/7] VFS: add d_duplicate()
 [PATCH v4 6/7] VFS: Add LOOKUP_SHARED flag.
 [PATCH v4 7/7] VFS/xfs/ntfs: drop parent lock across

^ permalink raw reply	[flat|nested] 11+ messages in thread
* [PATCH v4 0/7]] VFS: Prepare to lift lookup out of exclusive lock for directory ops
@ 2026-04-30  1:56 NeilBrown
  0 siblings, 0 replies; 11+ messages in thread
From: NeilBrown @ 2026-04-30  1:56 UTC (permalink / raw)
  To: Linus Torvalds, Al Viro, Christian Brauner, Jan Kara, Jeff Layton,
	Amir Goldstein
  Cc: linux-fsdevel, linux-kernel

Following are 7 VFS patches which modify or introduce APIs that will
allow modifying filesystems so that they will work with a proposed
change to move d_alloc_paralle() out from the parent i_rw_sem lock.

If these can land in a non-rebasing tree, I can work with individual
filesystem maintainers to start using these APIs.

I haven't included d_alloc_noblock_return() as it is only needed for one
fs (ovl) and it is not yet clear that it is the best approach.

I also haven't included the change to d_alloc_name() as that is only
needed so that I can deprecate d_alloc() and there is no rush for that.

Patch 2/7 is exactly the patch Al proposed in the conversation for v3.
I have taken the libery to added a Signed-off-by by Al to match the
Co-developed-by.  I hope that was not inappropriate.

I have been testing this series over NFS mounts from XFS so patches 2
and 3 don't seem to be causing any problems.  The changes in 4/5/6/7
won't be tested by this, and some cannot be tested until filesystems
start using new interfaces.

Thanks,
NeilBrown

 [PATCH v4 1/7] VFS: fix various typos in documentation for
 [PATCH v4 2/7] VFS: use wait_var_event for waiting in
 [PATCH v4 3/7] VFS: enhance d_splice_alias() to handle in-lookup
 [PATCH v4 4/7] VFS: introduce d_alloc_noblock()
 [PATCH v4 5/7] VFS: add d_duplicate()
 [PATCH v4 6/7] VFS: Add LOOKUP_SHARED flag.
 [PATCH v4 7/7] VFS/xfs/ntfs: drop parent lock across

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2026-04-30  9:08 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-30  2:03 [PATCH v4 0/7]] VFS: Prepare to lift lookup out of exclusive lock for directory ops NeilBrown
2026-04-30  2:03 ` [PATCH v4 1/7] VFS: fix various typos in documentation for start_creating start_removing etc NeilBrown
2026-04-30  2:03 ` [PATCH v4 2/7] VFS: use wait_var_event for waiting in d_alloc_parallel() NeilBrown
2026-04-30  2:03 ` [PATCH v4 3/7] VFS: enhance d_splice_alias() to handle in-lookup dentries NeilBrown
2026-04-30  2:03 ` [PATCH v4 4/7] VFS: introduce d_alloc_noblock() NeilBrown
2026-04-30  2:03 ` [PATCH v4 5/7] VFS: add d_duplicate() NeilBrown
2026-04-30  2:03 ` [PATCH v4 6/7] VFS: Add LOOKUP_SHARED flag NeilBrown
2026-04-30  2:03 ` [PATCH v4 7/7] VFS/xfs/ntfs: drop parent lock across d_alloc_parallel() in d_add_ci() NeilBrown
2026-04-30  7:50 ` [PATCH v4 0/7]] VFS: Prepare to lift lookup out of exclusive lock for directory ops Jeff Layton
2026-04-30  9:08   ` NeilBrown
  -- strict thread matches above, loose matches on Subject: below --
2026-04-30  1:56 NeilBrown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox