* [GIT PULL] ext4 bug fixes for 3.7
@ 2012-10-22 22:19 Theodore Ts'o
0 siblings, 0 replies; only message in thread
From: Theodore Ts'o @ 2012-10-22 22:19 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-ext4
The following changes since commit c278531d39f3158bfee93dc67da0b77e09776de2:
ext4: fix ext4_flush_completed_IO wait semantics (2012-10-05 11:31:55 -0400)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git tags/ext4_for_linus
for you to fetch changes up to 5de35e8d5c02d271c20e18337e01bc20e6ef472e:
ext4: Avoid underflow in ext4_trim_fs() (2012-10-22 18:01:19 -0400)
----------------------------------------------------------------
Various bug fixes for ext4. The most serious of them fixes a security
bug (CVE-2012-4508) which leads to stale data exposure when we have
fallocate racing against writes to files undergoing delayed
allocation. We also have two fixes for the metadata checksum feature,
the most serious of which can cause the superblock to have a invalid
checksum after a power failure.
----------------------------------------------------------------
Dmitry Monakhov (2):
ext4: serialize fallocate with ext4_convert_unwritten_extents
ext4: race-condition protection for ext4_convert_unwritten_extents_endio
Lukas Czerner (2):
ext4: fix undefined bit shift result in ext4_fill_flex_info
ext4: Avoid underflow in ext4_trim_fs()
Tao Ma (1):
ext4: Checksum the block bitmap properly with bigalloc enabled
Theodore Ts'o (1):
ext4: fix metadata checksum calculation for the superblock
fs/ext4/balloc.c | 8 +++----
fs/ext4/bitmap.c | 6 ++++--
fs/ext4/ext4.h | 7 +++----
fs/ext4/ext4_jbd2.c | 8 ++-----
fs/ext4/extents.c | 60 +++++++++++++++++++++++++++++++++++++++++++----------
fs/ext4/ialloc.c | 4 +---
fs/ext4/mballoc.c | 14 ++++++-------
fs/ext4/resize.c | 3 +--
fs/ext4/super.c | 9 ++++----
9 files changed, 74 insertions(+), 45 deletions(-)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-10-22 22:20 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-22 22:19 [GIT PULL] ext4 bug fixes for 3.7 Theodore Ts'o
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).