Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1284989
| From | Theodore Ts'o <tytso@mit.edu> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [GIT PULL] ext4 bugfixes for 4.4 |
| Date | 2015-12-07 04:50 +0100 |
| Message-ID | <qCUYi-7AE-9@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[GIT PULL] ext4 bugfixes for 4.4 Theodore Ts'o <tytso@mit.edu> - 2015-12-07 04:50 +0100
csiph-web