From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751755AbbEDBVg (ORCPT ); Sun, 3 May 2015 21:21:36 -0400 Received: from imap.thunk.org ([74.207.234.97]:42469 "EHLO imap.thunk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751036AbbEDBVd (ORCPT ); Sun, 3 May 2015 21:21:33 -0400 Date: Sun, 3 May 2015 21:21:32 -0400 From: "Theodore Ts'o" To: torvalds@linux-foundation.org Cc: linux-kernel@vger.kernel.org, linux-ext4@vger.kernel.org Subject: [GIT PULL] ext4 changes for 4.1-rc2 Message-ID: <20150504012132.GA31465@thunk.org> Mail-Followup-To: Theodore Ts'o , torvalds@linux-foundation.org, linux-kernel@vger.kernel.org, linux-ext4@vger.kernel.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: tytso@thunk.org X-SA-Exim-Scanned: No (on imap.thunk.org); SAEximRunCond expanded to false Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The following changes since commit 6ddb2447846a8ece111e316a2863c2355023682d: ext4 crypto: enable encryption feature flag (2015-04-16 01:56:00 -0400) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git tags/for_linus_stable for you to fetch changes up to 2c869b262a10ca99cb866d04087d75311587a30c: ext4: fix growing of tiny filesystems (2015-05-02 23:58:32 -0400) ---------------------------------------------------------------- Some miscellaneous bug fixes and some final on-disk and ABI changes for ext4 encryption which provide better security and performance. ---------------------------------------------------------------- Chanho Park (1): ext4 crypto: remove duplicated encryption mode definitions Davide Italiano (1): ext4: move check under lock scope to close a race. Herbert Xu (1): ext4 crypto: do not select from EXT4_FS_ENCRYPTION Jan Kara (1): ext4: fix growing of tiny filesystems Lukas Czerner (1): ext4: fix data corruption caused by unwritten and delayed extents Theodore Ts'o (2): ext4 crypto: simplify and speed up filename encryption ext4 crypto: add padding to filenames before encrypting fs/ext4/Kconfig | 9 ++- fs/ext4/crypto_fname.c | 280 +++++++++++++++++++++++++++++++++++++++------------------------------------ fs/ext4/crypto_key.c | 1 + fs/ext4/crypto_policy.c | 14 ++-- fs/ext4/dir.c | 2 +- fs/ext4/ext4.h | 16 ++--- fs/ext4/ext4_crypto.h | 11 ++- fs/ext4/extents.c | 15 ++-- fs/ext4/extents_status.c | 8 +++ fs/ext4/inode.c | 2 + fs/ext4/namei.c | 72 ++------------------ fs/ext4/resize.c | 7 +- fs/ext4/symlink.c | 2 +- 13 files changed, 210 insertions(+), 229 deletions(-)