From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755528AbbLGDk7 (ORCPT ); Sun, 6 Dec 2015 22:40:59 -0500 Received: from imap.thunk.org ([74.207.234.97]:42025 "EHLO imap.thunk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755165AbbLGDk6 (ORCPT ); Sun, 6 Dec 2015 22:40:58 -0500 Date: Sun, 6 Dec 2015 22:40:55 -0500 From: "Theodore Ts'o" To: Linus Torvalds Cc: LKML , linux-ext4@vger.kernel.org Subject: [GIT PULL] ext4 bugfixes for 4.4 Message-ID: <20151207034055.GA424@thunk.org> Mail-Followup-To: Theodore Ts'o , Linus Torvalds , LKML , linux-ext4@vger.kernel.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.24 (2015-08-30) 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 be69e1c19f0efb091f29521715c380842fa4cd7e: fs/ext4: remove unnecessary new_valid_dev check (2015-10-29 14:18:13 -0400) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git tags/ext4_for_linus_stable for you to fetch changes up to 087ffd4eae9929afd06f6a709861df3c3508492a: jbd2: fix null committed data return in undo_access (2015-12-04 12:29:28 -0500) ---------------------------------------------------------------- Ext4 bug fixes for v4.4, including fixes for post-2038 time encodings, some endian conversion problems with ext4 encryption, potential memory leaks after truncate in data=journal mode, and an ocfs2 regression caused by a jbd2 performance improvement. ---------------------------------------------------------------- Al Viro (2): ext4: fix an endianness bug in ext4_encrypted_zeroout() ext4: fix an endianness bug in ext4_encrypted_follow_link() David Turner (1): ext4: Fix handling of extended tv_sec Jan Kara (1): jbd2: Fix unreclaimed pages after truncate in data=journal mode Junxiao Bi (1): jbd2: fix null committed data return in undo_access Xu Cang (1): ext4: add "static" to ext4_seq_##name##_fops struct fs/ext4/crypto.c | 2 +- fs/ext4/ext4.h | 51 ++++++++++++++++++++++++++++++++++++++++++++------- fs/ext4/symlink.c | 2 +- fs/ext4/sysfs.c | 2 +- fs/jbd2/transaction.c | 12 +++++++++--- 5 files changed, 56 insertions(+), 13 deletions(-)