Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1683684
| Path | csiph.com!aioe.org!bofh.it!news.nic.it!robomod |
|---|---|
| From | Theodore Ts'o <tytso@mit.edu> |
| Newsgroups | linux.kernel |
| Subject | [GIT PULL] fscrypt updates for 4.13 |
| Date | Sun, 09 Jul 2017 05:00:02 +0200 |
| Message-ID | <u1aBY-210-3@gated-at.bofh.it> (permalink) |
| Dkim-Signature | v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=thunk.org; s=ef5046eb; h=Content-Type:MIME-Version:Message-ID:Subject:Cc:To:From:Date; bh=+5T8JIOcm1vFARW/COxaM6dY+9mYTPiu1mGSZzxggZw=; b=ACvt4ETnPFfEpI1gK7OmXHsl/hTvnTlzKi3A4tbpCTDvK3dWBNwq4VVTvg/dzI2jW9N6i5hJbji+HjroySv5KLvWDqYPV7JmwKVKlr3bMmNclpFfNHq/HPMWUZ+iOqHprr/4vrFGLlV7GISrvmBCZa8FGNszGYtchP90uHE5/qM=; |
| Mail-Followup-To | Theodore Ts'o <tytso@mit.edu>, torvalds@linux-foundation.org, linux-kernel@vger.kernel.org, linux-fscrypt@vger.kernel.org |
| MIME-Version | 1.0 |
| Content-Type | text/plain; charset=us-ascii |
| Content-Disposition | inline |
| User-Agent | NeoMutt/20170306 (1.8.0) |
| X-Sa-Exim-Connect-IP | <locally generated> |
| X-Sa-Exim-Mail-From | tytso@thunk.org |
| X-Sa-Exim-Scanned | No (on imap.thunk.org); SAEximRunCond expanded to false |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 34 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | linux-kernel@vger.kernel.org, linux-fscrypt@vger.kernel.org |
| X-Original-Date | Sat, 8 Jul 2017 22:50:55 -0400 |
| X-Original-Message-ID | <20170709025054.77apuvywuhkwbcbn@thunk.org> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1683684 |
Show key headers only | View raw
The following changes since commit 3c2993b8c6143d8a5793746a54eba8f86f95240f:
Linux 4.12-rc4 (2017-06-04 16:47:43 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscrypt.git tags/fscrypt_for_linus
for you to fetch changes up to c250b7dd8e73b5f7d88d231fbaac92e3360a7234:
fscrypt: make ->dummy_context() return bool (2017-06-23 20:11:50 -0400)
----------------------------------------------------------------
Add support for 128-bit AES and some cleanups to fscrypt
----------------------------------------------------------------
Daniel Walter (1):
fscrypt: add support for AES-128-CBC
Eric Biggers (2):
fscrypt: inline fscrypt_free_filename()
fscrypt: make ->dummy_context() return bool
fs/crypto/Kconfig | 1 +
fs/crypto/crypto.c | 23 +++++++---
fs/crypto/fname.c | 9 ----
fs/crypto/fscrypt_private.h | 9 +++-
fs/crypto/keyinfo.c | 173 ++++++++++++++++++++++++++++++++++++++++++++++++++++++----------------
fs/crypto/policy.c | 8 +---
fs/ext4/super.c | 2 +-
include/linux/fscrypt_common.h | 18 +++++---
include/linux/fscrypt_supp.h | 7 ++-
include/uapi/linux/fs.h | 2 +
10 files changed, 182 insertions(+), 70 deletions(-)
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[GIT PULL] fscrypt updates for 4.13 Theodore Ts'o <tytso@mit.edu> - 2017-07-09 05:00 +0200
csiph-web