linux-stable/fs/afs
David Howells 9c41f49356 afs: Revert "afs: Hide silly-rename files from userspace"
[ Upstream commit 0aec3847d0 ]

This reverts commit 57e9d49c54.

This undoes the hiding of .__afsXXXX silly-rename files.  The problem with
hiding them is that rm can't then manually delete them.

This also reverts commit 5f7a076466 ("afs: Fix
endless loop in directory parsing") as that's a bugfix for the above.

Fixes: 57e9d49c54 ("afs: Hide silly-rename files from userspace")
Reported-by: Markus Suvanto <markus.suvanto@gmail.com>
Link: https://lists.infradead.org/pipermail/linux-afs/2024-February/008102.html
Signed-off-by: David Howells <dhowells@redhat.com>
Link: https://lore.kernel.org/r/3085695.1710328121@warthog.procyon.org.uk
Reviewed-by: Jeffrey E Altman <jaltman@auristor.com>
cc: Marc Dionne <marc.dionne@auristor.com>
cc: linux-afs@lists.infradead.org
Signed-off-by: Christian Brauner <brauner@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2024-03-26 18:18:49 -04:00
..
addr_list.c afs: Simplify error handling 2024-01-31 16:21:07 -08:00
afs.h rxrpc: Fix timeout of a call that hasn't yet been granted a channel 2023-05-01 07:43:19 +01:00
afs_cm.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 2019-05-30 11:26:32 -07:00
afs_fs.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 2019-05-30 11:26:32 -07:00
afs_vl.h afs: Implement client support for the YFSVL.GetCellName RPC op 2020-06-04 15:37:57 +01:00
callback.c afs: fix the usage of read_seqbegin_or_lock() in afs_lookup_volume_rcu() 2024-02-05 20:16:47 +00:00
cell.c afs: Fix overwriting of result of DNS query 2023-12-21 09:57:43 -08:00
cmservice.c rxrpc, afs: Allow afs to pin rxrpc_peer objects 2024-01-31 16:21:07 -08:00
dir.c afs: Revert "afs: Hide silly-rename files from userspace" 2024-03-26 18:18:49 -04:00
dir_edit.c afs: fix the afs_dir_get_folio return value 2023-05-06 10:10:08 -07:00
dir_silly.c afs: Simplify error handling 2024-01-31 16:21:07 -08:00
dynroot.c afs: Fix dynamic root lookup DNS check 2023-12-20 11:57:47 +00:00
file.c afs: Simplify error handling 2024-01-31 16:21:07 -08:00
flock.c fs: remove locks_inode 2023-01-11 06:52:43 -05:00
fs_operation.c afs: Simplify error handling 2024-01-31 16:21:07 -08:00
fs_probe.c rxrpc, afs: Allow afs to pin rxrpc_peer objects 2024-01-31 16:21:07 -08:00
fsclient.c afs: Simplify error handling 2024-01-31 16:21:07 -08:00
inode.c afs: Wrap most op->error accesses with inline funcs 2024-01-31 16:21:07 -08:00
internal.h afs: Simplify error handling 2024-01-31 16:21:07 -08:00
Kconfig afs: Convert afs to use the new fscache API 2022-01-07 13:44:47 +00:00
main.c arch: Remove Itanium (IA-64) architecture 2023-09-11 08:13:17 +00:00
Makefile afs: Convert afs to use the new fscache API 2022-01-07 13:44:47 +00:00
misc.c afs: Simplify error handling 2024-01-31 16:21:07 -08:00
mntpt.c afs: Remove check of PageError 2022-06-29 08:51:06 -04:00
proc.c rxrpc, afs: Allow afs to pin rxrpc_peer objects 2024-01-31 16:21:07 -08:00
protocol_afs.h afs: Fix corruption in reads at fpos 2G-4G from an OpenAFS server 2021-09-13 09:14:21 +01:00
protocol_uae.h afs: Add support for the UAE error table 2019-06-28 18:37:53 +01:00
protocol_yfs.h afs: Fix corruption in reads at fpos 2G-4G from an OpenAFS server 2021-09-13 09:14:21 +01:00
rotate.c afs: Simplify error handling 2024-01-31 16:21:07 -08:00
rxrpc.c afs: Simplify error handling 2024-01-31 16:21:07 -08:00
security.c fs: port ->permission() to pass mnt_idmap 2023-01-19 09:24:28 +01:00
server.c afs: Simplify error handling 2024-01-31 16:21:07 -08:00
server_list.c afs: Fix afs_server_list to be cleaned up with RCU 2023-11-17 07:55:27 +00:00
super.c afs: Mark a superblock for an R/O or Backup volume as SB_RDONLY 2023-11-24 14:52:24 +00:00
vl_alias.c afs: Simplify error handling 2024-01-31 16:21:07 -08:00
vl_list.c rxrpc, afs: Allow afs to pin rxrpc_peer objects 2024-01-31 16:21:07 -08:00
vl_probe.c afs: Simplify error handling 2024-01-31 16:21:07 -08:00
vl_rotate.c afs: Simplify error handling 2024-01-31 16:21:07 -08:00
vlclient.c afs: Simplify error handling 2024-01-31 16:21:07 -08:00
volume.c afs: Increase buffer size in afs_update_volume_status() 2024-03-01 13:41:55 +01:00
write.c afs: Wrap most op->error accesses with inline funcs 2024-01-31 16:21:07 -08:00
xattr.c afs: move afs_xattr_handlers to .rodata 2023-10-09 16:24:16 +02:00
xdr_fs.h afs: Fix directory entry size calculation 2021-01-04 12:25:19 +00:00
yfsclient.c afs: Use the operation issue time instead of the reply time for callbacks 2022-09-01 11:44:13 +01:00