All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] UBIFS related fscrypt updates
@ 2016-12-01 22:14 Richard Weinberger
  2016-12-01 22:14 ` [PATCH 1/6] fscrypt: Use correct index in decrypt path Richard Weinberger
                   ` (6 more replies)
  0 siblings, 7 replies; 12+ messages in thread
From: Richard Weinberger @ 2016-12-01 22:14 UTC (permalink / raw)
  To: linux-mtd
  Cc: david, tytso, dedekind1, ebiggers, mhalcrow, adrian.hunter,
	linux-kernel, hch, linux-fsdevel, jaegeuk, dengler, sbabic, wd,
	Richard Weinberger

This series applies on top of Ted's fscrypt tree[0] addresses the review
comments from Eric.
Ted, it would be awesome to have this patches in the v4.10 merge window.

[0] git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git fscrypt

David Gstir (6):
  fscrypt: Use correct index in decrypt path.
  fscrypt: Release fscrypt context on in-place encryption
  fscrypt: Cleanup fscrypt_{decrypt,encrypt}_page()
  fscrypt: Cleanup page locking requirements for
    fscrypt_{decrypt,encrypt}_page()
  fscrypt: Deplay bounce page pool allocation until needed
  fscrypt: Rename FS_WRITE_PATH_FL to FS_CTX_HAS_BOUNCE_BUFFER_FL

 fs/crypto/crypto.c       | 107 ++++++++++++++++++++++++++++-------------------
 fs/crypto/keyinfo.c      |   2 +-
 fs/ext4/inode.c          |   1 -
 fs/f2fs/data.c           |   1 -
 fs/ubifs/crypto.c        |   2 +-
 include/linux/fscrypto.h |  14 +++----
 6 files changed, 74 insertions(+), 53 deletions(-)

-- 
2.7.3

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

end of thread, other threads:[~2016-12-03 21:57 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-01 22:14 [PATCH 0/6] UBIFS related fscrypt updates Richard Weinberger
2016-12-01 22:14 ` [PATCH 1/6] fscrypt: Use correct index in decrypt path Richard Weinberger
2016-12-01 22:14 ` [PATCH 2/6] fscrypt: Release fscrypt context on in-place encryption Richard Weinberger
2016-12-02  8:12   ` Eric Biggers
2016-12-01 22:14 ` [PATCH 3/6] fscrypt: Cleanup fscrypt_{decrypt,encrypt}_page() Richard Weinberger
2016-12-02  8:19   ` Eric Biggers
2016-12-02 15:50     ` David Gstir
2016-12-01 22:14 ` [PATCH 4/6] fscrypt: Cleanup page locking requirements for fscrypt_{decrypt, encrypt}_page() Richard Weinberger
2016-12-01 22:14   ` [PATCH 4/6] fscrypt: Cleanup page locking requirements for fscrypt_{decrypt,encrypt}_page() Richard Weinberger
2016-12-01 22:14 ` [PATCH 5/6] fscrypt: Deplay bounce page pool allocation until needed Richard Weinberger
2016-12-01 22:14 ` [PATCH 6/6] fscrypt: Rename FS_WRITE_PATH_FL to FS_CTX_HAS_BOUNCE_BUFFER_FL Richard Weinberger
2016-12-03 21:56 ` [PATCH 0/6] UBIFS related fscrypt updates Theodore Ts'o

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.