Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1537311
| From | David Gstir <david@sigma-star.at> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 0/6] UBIFS related fscrypt updates |
| Date | 2016-12-07 00:00 +0100 |
| Message-ID | <sLwSl-8cn-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v2 0/6] UBIFS related fscrypt updates David Gstir <david@sigma-star.at> - 2016-12-07 00:00 +0100
[PATCH v2 6/6] fscrypt: Rename FS_WRITE_PATH_FL to FS_CTX_HAS_BOUNCE_BUFFER_FL David Gstir <david@sigma-star.at> - 2016-12-07 00:00 +0100
[PATCH v2 5/6] fscrypt: Delay bounce page pool allocation until needed David Gstir <david@sigma-star.at> - 2016-12-07 00:00 +0100
[PATCH v2 3/6] fscrypt: Cleanup fscrypt_{decrypt,encrypt}_page() David Gstir <david@sigma-star.at> - 2016-12-07 00:00 +0100
[PATCH v2 1/6] fscrypt: Use correct index in decrypt path. David Gstir <david@sigma-star.at> - 2016-12-07 00:00 +0100
csiph-web