[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20161206225358.12126-1-david@sigma-star.at>
Date: Tue, 6 Dec 2016 23:53:52 +0100
From: David Gstir <david@...ma-star.at>
To: linux-mtd@...ts.infradead.org
Cc: tytso@....edu, dedekind1@...il.com, ebiggers@...gle.com,
mhalcrow@...gle.com, adrian.hunter@...el.com,
linux-kernel@...r.kernel.org, hch@...radead.org,
linux-fsdevel@...r.kernel.org, jaegeuk@...nel.org,
dengler@...utronix.de, sbabic@...x.de, wd@...x.de, richard@....at,
David Gstir <david@...ma-star.at>
Subject: [PATCH v2 0/6] UBIFS related fscrypt updates
This series applies on top of Ted's fscrypt tree[0] addresses the review
comments from Eric.
Changes since v1:
- Never allocate fscrypt_ctx in "own pages" mode
- Fix code comments
- Fix issues reported by checkpatch.pl
[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: Never allocate fscrypt_ctx on in-place encryption
fscrypt: Cleanup fscrypt_{decrypt,encrypt}_page()
fscrypt: Cleanup page locking requirements for
fscrypt_{decrypt,encrypt}_page()
fscrypt: Delay bounce page pool allocation until needed
fscrypt: Rename FS_WRITE_PATH_FL to FS_CTX_HAS_BOUNCE_BUFFER_FL
fs/crypto/crypto.c | 135 ++++++++++++++++++++++++++++-------------------
fs/crypto/keyinfo.c | 2 +-
fs/ext4/inode.c | 1 -
fs/f2fs/data.c | 1 -
include/linux/fscrypto.h | 14 ++---
5 files changed, 90 insertions(+), 63 deletions(-)
--
2.10.1
Powered by blists - more mailing lists