All of lore.kernel.org
 help / color / mirror / Atom feed
* [git pull] vfs.git d_path series
@ 2021-07-03  2:56 Al Viro
  2021-07-03 19:40 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Al Viro @ 2021-07-03  2:56 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, linux-fsdevel

	d_path.c refactoring

The following changes since commit 6efb943b8616ec53a5e444193dccf1af9ad627b5:

  Linux 5.13-rc1 (2021-05-09 14:17:44 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git work.d_path

for you to fetch changes up to e4b275531887fef7f7d8a7284bfc32f0fbbd4208:

  getcwd(2): clean up error handling (2021-05-18 20:15:58 -0400)

----------------------------------------------------------------
Al Viro (14):
      d_path: "\0" is {0,0}, not {0}
      d_path: saner calling conventions for __dentry_path()
      d_path: regularize handling of root dentry in __dentry_path()
      d_path: get rid of path_with_deleted()
      getcwd(2): saner logics around prepend_path() call
      d_path: don't bother with return value of prepend()
      d_path: lift -ENAMETOOLONG handling into callers of prepend_path()
      d_path: make prepend_name() boolean
      d_path: introduce struct prepend_buffer
      d_path: prepend_path(): get rid of vfsmnt
      d_path: prepend_path(): lift resetting b in case when we'd return 3 out of loop
      d_path: prepend_path(): lift the inner loop into a new helper
      d_path: prepend_path() is unlikely to return non-zero
      getcwd(2): clean up error handling

 fs/d_path.c | 324 +++++++++++++++++++++++++-----------------------------------
 1 file changed, 133 insertions(+), 191 deletions(-)

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

* Re: [git pull] vfs.git d_path series
  2021-07-03  2:56 [git pull] vfs.git d_path series Al Viro
@ 2021-07-03 19:40 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2021-07-03 19:40 UTC (permalink / raw)
  To: Al Viro; +Cc: Linus Torvalds, linux-kernel, linux-fsdevel

The pull request you sent on Sat, 3 Jul 2021 02:56:05 +0000:

> git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git work.d_path

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

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:[~2021-07-03 19:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-03  2:56 [git pull] vfs.git d_path series Al Viro
2021-07-03 19:40 ` pr-tracker-bot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.