linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [git pull] vfs.git pile 1 - namei stuff
@ 2022-08-01 20:17 Al Viro
  2022-08-03 19:00 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Al Viro @ 2022-08-01 20:17 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-fsdevel, linux-kernel

The following changes since commit b13baccc3850ca8b8cccbf8ed9912dbaa0fdf7f3:

  Linux 5.19-rc2 (2022-06-12 16:11:37 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git tags/pull-work.namei

for you to fetch changes up to 3bd8bc897161730042051cd5f9c6ed1e94cb5453:

  step_into(): move fetching ->d_inode past handle_mounts() (2022-07-06 13:16:07 -0400)

----------------------------------------------------------------
	RCU pathwalk cleanups.  Storing sampled ->d_seq of
the next dentry in nameidata simplifies life considerably,
especially if we delay fetching ->d_inode until step_into().

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>

----------------------------------------------------------------
Al Viro (10):
      __follow_mount_rcu(): verify that mount_lock remains unchanged
      namei: get rid of pointless unlikely(read_seqcount_retry(...))
      follow_dotdot{,_rcu}(): change calling conventions
      switch try_to_unlazy_next() to __legitimize_mnt()
      namei: move clearing LOOKUP_RCU towards rcu_read_unlock()
      namei: stash the sampled ->d_seq into nameidata
      step_into(): lose inode argument
      follow_dotdot{,_rcu}(): don't bother with inode
      lookup_fast(): don't bother with inode
      step_into(): move fetching ->d_inode past handle_mounts()

 fs/mount.h     |   1 -
 fs/namei.c     | 191 +++++++++++++++++++++++++--------------------------------
 fs/namespace.c |   2 +-
 3 files changed, 86 insertions(+), 108 deletions(-)

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

* Re: [git pull] vfs.git pile 1 - namei stuff
  2022-08-01 20:17 [git pull] vfs.git pile 1 - namei stuff Al Viro
@ 2022-08-03 19:00 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2022-08-03 19:00 UTC (permalink / raw)
  To: Al Viro; +Cc: Linus Torvalds, linux-fsdevel, linux-kernel

The pull request you sent on Mon, 1 Aug 2022 21:17:11 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git tags/pull-work.namei

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/d9395512c5bd326924ba0b36ee0d5d51d763a8d6

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

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

end of thread, other threads:[~2022-08-03 19:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-01 20:17 [git pull] vfs.git pile 1 - namei stuff Al Viro
2022-08-03 19:00 ` pr-tracker-bot

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