* [GIT PULL] ext4 bug fixes for 4.5
@ 2016-02-19 20:03 Theodore Ts'o
0 siblings, 0 replies; only message in thread
From: Theodore Ts'o @ 2016-02-19 20:03 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-kernel, linux-ext4
The following changes since commit 36f90b0a2ddd60823fe193a85e60ff1906c2a9b3:
Linux 4.5-rc2 (2016-01-31 18:12:16 -0800)
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 74dae4278546b897eb81784fdfcce872ddd8b2b8:
ext4: fix crashes in dioread_nolock mode (2016-02-19 00:33:21 -0500)
----------------------------------------------------------------
Miscellaneous ext4 bug fixes for v4.5
----------------------------------------------------------------
Anton Protopopov (1):
ext4: ioctl: fix erroneous return value
Eryu Guan (2):
ext4: don't read blocks from disk after extents being swapped
ext4: remove unused parameter "newblock" in convert_initialized_extent()
Huaitong Han (1):
ext4: add a line break for proc mb_groups display
Insu Yun (1):
ext4: fix potential integer overflow
Jan Kara (3):
ext4: fix scheduling in atomic on group checksum failure
ext4: fix bh->b_state corruption
ext4: fix crashes in dioread_nolock mode
Kirill Tkhai (1):
ext4: fix memleak in ext4_readdir()
Theodore Ts'o (2):
ext4 crypto: revalidate dentry after adding or removing the key
ext4 crypto: move context consistency check to ext4_file_open()
fs/ext4/balloc.c | 7 ++++---
fs/ext4/crypto.c | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
fs/ext4/dir.c | 13 +++++++++++--
fs/ext4/ext4.h | 1 +
fs/ext4/extents.c | 4 ++--
fs/ext4/file.c | 9 +++++++++
fs/ext4/ialloc.c | 6 ++++--
fs/ext4/inode.c | 72 ++++++++++++++++++++++++++++++++++++++++++++++++++----------------------
fs/ext4/ioctl.c | 2 +-
fs/ext4/mballoc.c | 2 +-
fs/ext4/move_extent.c | 15 ++++++++++++---
fs/ext4/namei.c | 26 ++++++++++++++++++++++++--
fs/ext4/resize.c | 2 +-
13 files changed, 176 insertions(+), 39 deletions(-)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2016-02-19 20:03 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-19 20:03 [GIT PULL] ext4 bug fixes for 4.5 Theodore Ts'o
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.