* [git pull] rename fixes
@ 2024-01-11 10:17 Al Viro
2024-01-12 5:07 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: Al Viro @ 2024-01-11 10:17 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-fsdevel
The following changes since commit 4a0b33f771db2b82fdfad08b9f34def786162865:
selinux: saner handling of policy reloads (2023-11-16 12:45:33 -0500)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git tags/pull-rename
for you to fetch changes up to a8b0026847b8c43445c921ad2c85521c92eb175f:
rename(): avoid a deadlock in the case of parents having no common ancestor (2023-11-25 02:54:14 -0500)
Two trivial conflicts - in Documentation/filesystems/porting.rst and in
fs/overlayfs/copy_up.c. The former is "append vs. append", the latter -
dput(temp) added by overlayfs tree inside an if () with condition slightly
massaged in this branch.
----------------------------------------------------------------
fix directory locking scheme on rename
broken in 6.5; we really can't lock two unrelated directories
without holding ->s_vfs_rename_mutex first and in case of
same-parent rename of a subdirectory 6.5 ends up doing just
that.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
----------------------------------------------------------------
Al Viro (5):
udf_rename(): only access the child content on cross-directory rename
ext4: don't access the source subdirectory content on same-directory rename
rename(): fix the locking of subdirectories
kill lock_two_inodes()
rename(): avoid a deadlock in the case of parents having no common ancestor
Jan Kara (4):
reiserfs: Avoid touching renamed directory if parent does not change
ocfs2: Avoid touching renamed directory if parent does not change
ext2: Avoid reading renamed directory if parent does not change
f2fs: Avoid reading renamed directory if parent does not change
Documentation/filesystems/directory-locking.rst | 349 +++++++++++++++++-------
Documentation/filesystems/locking.rst | 5 +-
Documentation/filesystems/porting.rst | 27 ++
fs/cachefiles/namei.c | 2 +
fs/ecryptfs/inode.c | 2 +
fs/ext2/namei.c | 11 +-
fs/ext4/namei.c | 21 +-
fs/f2fs/namei.c | 15 +-
fs/inode.c | 49 +---
fs/internal.h | 2 -
fs/namei.c | 87 ++++--
fs/nfsd/vfs.c | 4 +
fs/ocfs2/namei.c | 8 +-
fs/overlayfs/copy_up.c | 9 +-
fs/overlayfs/dir.c | 4 +
fs/overlayfs/super.c | 6 +-
fs/overlayfs/util.c | 7 +-
fs/reiserfs/namei.c | 54 ++--
fs/smb/server/vfs.c | 5 +
fs/udf/namei.c | 7 +-
20 files changed, 442 insertions(+), 232 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [git pull] rename fixes
2024-01-11 10:17 [git pull] rename fixes Al Viro
@ 2024-01-12 5:07 ` pr-tracker-bot
0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2024-01-12 5:07 UTC (permalink / raw)
To: Al Viro; +Cc: Linus Torvalds, linux-fsdevel
The pull request you sent on Thu, 11 Jan 2024 10:17:20 +0000:
> git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git tags/pull-rename
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/bf4e7080aeed29354cb156a8eb5d221ab2b6a8cc
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:[~2024-01-12 5:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-11 10:17 [git pull] rename fixes Al Viro
2024-01-12 5:07 ` 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.