Re: [f2fs-dev] [PATCH v3 00/13] fscrypt: improve file creation flow

2020-09-22 Thread Eric Biggers
On Tue, Sep 22, 2020 at 07:29:45AM -0400, Jeff Layton wrote: > > > > All applied to fscrypt.git#master for 5.10. > > > > I'd still really appreciate more reviews and acks, though. > > > > You can add this to all of the fscrypt: patches. I've tested this under > the ceph patchset and it seems

Re: [f2fs-dev] [PATCH v3 00/13] fscrypt: improve file creation flow

2020-09-22 Thread Jeff Layton
On Mon, 2020-09-21 at 15:35 -0700, Eric Biggers wrote: > On Wed, Sep 16, 2020 at 09:11:23PM -0700, Eric Biggers wrote: > > Hello, > > > > This series reworks the implementation of creating new encrypted files > > by introducing new helper functions that allow filesystems to set up the > > inodes'

Re: [f2fs-dev] [PATCH v3 00/13] fscrypt: improve file creation flow

2020-09-21 Thread Eric Biggers
On Wed, Sep 16, 2020 at 09:11:23PM -0700, Eric Biggers wrote: > Hello, > > This series reworks the implementation of creating new encrypted files > by introducing new helper functions that allow filesystems to set up the > inodes' keys earlier, prior to taking too many filesystem locks. > > This

[f2fs-dev] [PATCH v3 00/13] fscrypt: improve file creation flow

2020-09-16 Thread Eric Biggers
Hello, This series reworks the implementation of creating new encrypted files by introducing new helper functions that allow filesystems to set up the inodes' keys earlier, prior to taking too many filesystem locks. This fixes deadlocks that are possible during memory reclaim because