lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Sun, 29 Jun 2014 20:11:59 -0400
From:	Theodore Ts'o <tytso@....edu>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	linux-ext4@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [GIT PULL] ext4 bug fixes for 3.16

The following changes since commit 7171511eaec5bf23fb06078f59784a3a0626b38f:

  Linux 3.16-rc1 (2014-06-15 17:45:28 -1000)

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 a93cd4cf86466caa49cfe64607bea7f0bde3f916:

  ext4: Fix hole punching for files with indirect blocks (2014-06-26 12:30:54 -0400)

----------------------------------------------------------------
Fix a regression when trying to compile ext4 on older versions gcc.

Fix a number of miscellaneous bugs for punch hole as well as a
long-standing potential double buffer head release when failing a
block allocation for an indirect-mapped file.

----------------------------------------------------------------
Jan Kara (3):
      ext4: Fix buffer double free in ext4_alloc_branch()
      ext4: Fix block zeroing when punching holes in indirect block files
      ext4: Fix hole punching for files with indirect blocks

Namjae Jeon (1):
      ext4: decrement free clusters/inodes counters when block group declared bad

T Makphaibulchoke (1):
      fs/mbcache: replace __builtin_log2() with ilog2()

 fs/ext4/balloc.c   | 16 ++++++++++++++++
 fs/ext4/ialloc.c   | 23 +++++++++++++++++++++++
 fs/ext4/indirect.c | 24 +++++++++++++++++++-----
 fs/ext4/mballoc.c  |  8 ++++++++
 fs/mbcache.c       |  3 ++-
 5 files changed, 68 insertions(+), 6 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists