kernel_samsung_a53x/fs/afs
Marc Dionne e37d22f23e afs: Don't cross .backup mountpoint from backup volume
commit 29be9100aca2915fab54b5693309bc42956542e5 upstream.

Don't cross a mountpoint that explicitly specifies a backup volume
(target is <vol>.backup) when starting from a backup volume.

It it not uncommon to mount a volume's backup directly in the volume
itself.  This can cause tools that are not paying attention to get
into a loop mounting the volume onto itself as they attempt to
traverse the tree, leading to a variety of problems.

This doesn't prevent the general case of loops in a sequence of
mountpoints, but addresses a common special case in the same way
as other afs clients.

Reported-by: Jan Henrik Sylvester <jan.henrik.sylvester@uni-hamburg.de>
Link: http://lists.infradead.org/pipermail/linux-afs/2024-May/008454.html
Reported-by: Markus Suvanto <markus.suvanto@gmail.com>
Link: http://lists.infradead.org/pipermail/linux-afs/2024-February/008074.html
Signed-off-by: Marc Dionne <marc.dionne@auristor.com>
Signed-off-by: David Howells <dhowells@redhat.com>
Link: https://lore.kernel.org/r/768760.1716567475@warthog.procyon.org.uk
Reviewed-by: Jeffrey Altman <jaltman@auristor.com>
cc: linux-afs@lists.infradead.org
Signed-off-by: Christian Brauner <brauner@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2024-11-19 12:27:12 +01:00
..
addr_list.c
afs.h
afs_cm.h
afs_fs.h
afs_vl.h
cache.c
callback.c afs: fix the usage of read_seqbegin_or_lock() in afs_lookup_volume_rcu() 2024-11-18 12:13:10 +01:00
cell.c afs: Fix overwriting of result of DNS query 2024-11-18 12:11:59 +01:00
cmservice.c
dir.c afs: Revert "afs: Hide silly-rename files from userspace" 2024-11-19 08:44:57 +01:00
dir_edit.c
dir_silly.c
dynroot.c afs: Fix dynamic root lookup DNS check 2024-11-18 12:11:59 +01:00
file.c
flock.c
fs_operation.c
fs_probe.c
fsclient.c
inode.c
internal.h afs: Fix afs_server_list to be cleaned up with RCU 2024-11-18 12:10:54 +01:00
Kconfig
main.c
Makefile
misc.c
mntpt.c afs: Don't cross .backup mountpoint from backup volume 2024-11-19 12:27:12 +01:00
proc.c
protocol_uae.h
protocol_yfs.h
rotate.c
rxrpc.c afs: Fix refcount underflow from error handling race 2024-11-18 12:11:48 +01:00
security.c
server.c afs: fix the usage of read_seqbegin_or_lock() in afs_find_server*() 2024-11-18 12:13:10 +01:00
server_list.c afs: Fix afs_server_list to be cleaned up with RCU 2024-11-18 12:10:54 +01:00
super.c afs: Fix file locking on R/O volumes to operate in local mode 2024-11-18 12:10:55 +01:00
vl_alias.c
vl_list.c
vl_probe.c
vl_rotate.c afs: Return ENOENT if no cell DNS record can be found 2024-11-18 12:10:55 +01:00
vlclient.c
volume.c afs: Increase buffer size in afs_update_volume_status() 2024-11-18 22:25:41 +01:00
write.c
xattr.c
xdr_fs.h
yfsclient.c