All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Fix for unintended FUSE ACL cache
@ 2026-07-13 22:09 Amir Goldstein
  2026-07-13 22:09 ` [PATCH 1/2] fs: preserve ACL_DONT_CACHE state in forget_cached_acl() Amir Goldstein
  2026-07-13 22:09 ` [PATCH 2/2] selftests/fuse: add ACL_DONT_CACHE regression test Amir Goldstein
  0 siblings, 2 replies; 3+ messages in thread
From: Amir Goldstein @ 2026-07-13 22:09 UTC (permalink / raw)
  To: Christian Brauner, Miklos Szeredi; +Cc: linux-fsdevel, fuse-devel

Christian,

I bet you did not miss fuse acls...
Ghosts from the past have come back to haunt me now.

Let me know what you think of this fix and whether you prefer a fuse
gate to forget_all_cached_acls() instead of the suggested vfs fix.

Thanks,
Amir.

Amir Goldstein (2):
  fs: preserve ACL_DONT_CACHE state in forget_cached_acl()
  selftests/fuse: add ACL_DONT_CACHE regression test

 fs/posix_acl.c                                |   7 +
 .../selftests/filesystems/fuse/Makefile       |  10 +
 .../filesystems/fuse/fuse_acl_cache_test.c    | 348 ++++++++++++++++++
 3 files changed, 365 insertions(+)
 create mode 100644 tools/testing/selftests/filesystems/fuse/fuse_acl_cache_test.c

-- 
2.54.0


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

end of thread, other threads:[~2026-07-13 22:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-13 22:09 [PATCH 0/2] Fix for unintended FUSE ACL cache Amir Goldstein
2026-07-13 22:09 ` [PATCH 1/2] fs: preserve ACL_DONT_CACHE state in forget_cached_acl() Amir Goldstein
2026-07-13 22:09 ` [PATCH 2/2] selftests/fuse: add ACL_DONT_CACHE regression test Amir Goldstein

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.