ecryptfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V2 0/2] ecryptfs: convert to the new mount API
@ 2024-10-28 14:32 Eric Sandeen
  2024-10-28 14:32 ` [PATCH V2 1/2] ecryptfs: Factor out mount option validation Eric Sandeen
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Eric Sandeen @ 2024-10-28 14:32 UTC (permalink / raw)
  To: ecryptfs; +Cc: code, brauner

This is lightly tested with the kernel tests present in ecryptfs-utils,
but it could certainly use a bit more testing and review, particularly
with invalid mount option sets.

This one is a little unique compared to other filesystems in that I
allocate both an fs context and the *sbi in .init_fs_context; the *sbi
is long-lived, and the context is only present during the initial mount.

Allocating sbi with the filesystem context means we can set options
into it directly, rather than needing to do it after parsing. And it's
particularly simple to do it this way given that there is no remount.

I could squash these two patches into one if you prefer, but
I thought maybe breaking out the first change made review a little
easier.

V2: Fix whitespace issues and remove an accidental double semicolon
    in the 2nd patch.

Thanks,
-Eric


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

end of thread, other threads:[~2024-11-06 10:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-28 14:32 [PATCH V2 0/2] ecryptfs: convert to the new mount API Eric Sandeen
2024-10-28 14:32 ` [PATCH V2 1/2] ecryptfs: Factor out mount option validation Eric Sandeen
2024-10-28 14:32 ` [PATCH V2 2/2] ecryptfs: Convert ecryptfs to use the new mount API Eric Sandeen
2024-10-30 22:03   ` Tyler Hicks
2024-11-06 10:32 ` [PATCH V2 0/2] ecryptfs: convert to " Christian Brauner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).