Linux Kernel Selftest development
 help / color / mirror / Atom feed
* [RFC PATCH v3 0/8] fuse: caches documentation and testing
@ 2026-09-04 10:39 Luis Henriques
  2026-09-04 10:39 ` [RFC PATCH v3 1/8] Documentation: fuse: add document on caches being used by FUSE Luis Henriques
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Luis Henriques @ 2026-09-04 10:39 UTC (permalink / raw)
  To: Miklos Szeredi, Amir Goldstein, Chen Linxuan, Jonathan Corbet,
	Shuah Khan
  Cc: fuse-devel, linux-kernel, linux-kselftest, Matt Harvey,
	kernel-dev, Luis Henriques

Hi.

Here's v3 of this patchset.  It mostly tries to fix all the problems with v2
(i.e. it does not add any new tests or documents any other cache type).

I tried to address all comments from Amir, and also from sashiko[1].  (Some
of sashiko comments for the tests were incorrect, probably due to it being
trained with old versions of libfuse...?)

Hopefully, the text now contains less mistakes and is more readable.

[1] https://sashiko.dev/#/patchset/20260817141156.6079-1-luis%40igalia.com

Luis Henriques (8):
  Documentation: fuse: add document on caches being used by FUSE
  selftests/fuse: convert fusectl test to fuse3
  selftests/fuse: check that fusectlfs is mounted
  selftests/fuse: factor-out test fixture setup/teardown
  selftests/fuse: use dynamically allocated memory to store ACLs
  selftests/fuse: add some extra ACL caching tests
  selftests/fuse: add fuse symlink caching test
  selftests/fuse: add fuse readdir caching test

 .../filesystems/fuse/fuse-caches.rst          | 158 ++++++++++
 .../selftests/filesystems/fuse/.gitignore     |   3 +
 .../selftests/filesystems/fuse/Makefile       |  28 +-
 .../filesystems/fuse/fuse_acl_cache_test.c    | 271 +++++++++++++----
 .../selftests/filesystems/fuse/fuse_common.c  |  60 ++++
 .../selftests/filesystems/fuse/fuse_common.h  |  25 ++
 .../selftests/filesystems/fuse/fuse_mnt.c     |  17 +-
 .../fuse/fuse_readdir_cache_test.c            | 274 ++++++++++++++++++
 .../fuse/fuse_symlink_cache_test.c            | 167 +++++++++++
 .../selftests/filesystems/fuse/fusectl_test.c |   9 +-
 10 files changed, 934 insertions(+), 78 deletions(-)
 create mode 100644 Documentation/filesystems/fuse/fuse-caches.rst
 create mode 100644 tools/testing/selftests/filesystems/fuse/fuse_common.c
 create mode 100644 tools/testing/selftests/filesystems/fuse/fuse_common.h
 create mode 100644 tools/testing/selftests/filesystems/fuse/fuse_readdir_cache_test.c
 create mode 100644 tools/testing/selftests/filesystems/fuse/fuse_symlink_cache_test.c


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

end of thread, other threads:[~2026-09-04 10:38 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-09-04 10:39 [RFC PATCH v3 0/8] fuse: caches documentation and testing Luis Henriques
2026-09-04 10:39 ` [RFC PATCH v3 1/8] Documentation: fuse: add document on caches being used by FUSE Luis Henriques
2026-09-04 10:39 ` [RFC PATCH v3 2/8] selftests/fuse: convert fusectl test to fuse3 Luis Henriques
2026-09-04 10:39 ` [RFC PATCH v3 3/8] selftests/fuse: check that fusectlfs is mounted Luis Henriques
2026-09-04 10:39 ` [RFC PATCH v3 4/8] selftests/fuse: factor-out test fixture setup/teardown Luis Henriques
2026-09-04 10:39 ` [RFC PATCH v3 5/8] selftests/fuse: use dynamically allocated memory to store ACLs Luis Henriques
2026-09-04 10:39 ` [RFC PATCH v3 6/8] selftests/fuse: add some extra ACL caching tests Luis Henriques
2026-09-04 10:39 ` [RFC PATCH v3 7/8] selftests/fuse: add fuse symlink caching test Luis Henriques
2026-09-04 10:39 ` [RFC PATCH v3 8/8] selftests/fuse: add fuse readdir " Luis Henriques

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox