[GIT PULL] vfs ecryptfs mount api
From: Christian Brauner
Date: Tue Nov 26 2024 - 06:28:28 EST
Hey Linus,
/* Summary */
This contains the work to convert ecryptfs to the new mount api.
/* Testing */
gcc version 14.2.0 (Debian 14.2.0-6)
Debian clang version 16.0.6 (27+b1)
All patches have been sitting in linux-next.
No build failures or warnings were observed.
/* Conflicts */
Merge conflicts with mainline
=============================
No known conflicts.
Merge conflicts with other trees
================================
No known conflicts.
The following changes since commit b4201b51d93eac77f772298a96bfedbdb0c7150c:
Merge patch series "Convert ecryptfs to use folios" (2024-11-05 17:20:17 +0100)
are available in the Git repository at:
git@xxxxxxxxxxxxxxxxxxx:pub/scm/linux/kernel/git/vfs/vfs tags/vfs-6.13.ecryptfs.mount.api
for you to fetch changes up to 7ff3e945a35ac472c6783403eae1e7519d96f1cf:
ecryptfs: Fix spelling mistake "validationg" -> "validating" (2024-11-15 11:51:29 +0100)
----------------------------------------------------------------
vfs-6.13.ecryptfs.mount.api
----------------------------------------------------------------
Christian Brauner (1):
Merge patch series "ecryptfs: convert to the new mount API"
Colin Ian King (1):
ecryptfs: Fix spelling mistake "validationg" -> "validating"
Eric Sandeen (2):
ecryptfs: Factor out mount option validation
ecryptfs: Convert ecryptfs to use the new mount API
fs/ecryptfs/main.c | 401 +++++++++++++++++++++++++++--------------------------
1 file changed, 205 insertions(+), 196 deletions(-)