On Fri, Sep 04, 2020 at 12:05:19PM -0400, Jeff Layton wrote: > This is a second posting of the ceph+fscrypt integration work that I've > been experimenting with. The main change with this patch is that I've > based this on top of Eric's fscrypt-pending set. That necessitated a > change to allocate inodes much earlier than we have traditionally, prior > to sending an RPC instead of waiting on the reply. FWIW, if possible you should create a git tag or branch for your patchset. While just the mailed patches work fine for *me* for this particular patchset, other people may not be able to figure out what the patchset applies to. (In particular, it depends on another patchset: https://lkml.kernel.org/r/20200824061712.195654-1-ebiggers@xxxxxxxxxx) > Note that this just covers the crypto contexts and filenames. I've also > added a patch to encrypt symlink contents as well, but it doesn't seem to > be working correctly. What about symlink encryption isn't working correctly? - Eric