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:	Fri, 30 Jan 2009 08:21:14 -0500
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 fixes

Hi Linus,

Please pull from:

        git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git for_linus

to grab regressions and bug fixes for ext4.  Nearly all of these are
-stable candidates once they hit mainline.  Thanks!!

   	     	       	   	       	   - Ted

Simon Holm Thøgersen (1):
      ext4: fix wrong use of do_div

Thadeu Lima de Souza Cascardo (1):
      ext4: Fix building with EXT4FS_DEBUG

Theodore Ts'o (7):
      ext4: only use i_size_high for regular files
      ext4: Add sanity check to make_indexed_dir
      ext3: Add sanity check to make_indexed_dir
      jbd2: On a __journal_expect() assertion failure printk "JBD2", not "EXT3-fs"
      ext4: Fix ext4_free_blocks() w/o a journal when files have indirect blocks
      ext4: Initialize the new group descriptor when resizing the filesystem
      ext4: Remove bogus BUG() check in ext4_bmap()

 fs/ext3/namei.c      |   20 ++++++++++++++------
 fs/ext4/balloc.c     |    6 +++---
 fs/ext4/ext4.h       |    7 +++++--
 fs/ext4/extents.c    |    2 +-
 fs/ext4/inode.c      |    9 +++------
 fs/ext4/mballoc.c    |    2 +-
 fs/ext4/namei.c      |   21 +++++++++++++++------
 fs/ext4/resize.c     |    3 ++-
 fs/jbd2/journal.c    |    6 +++---
 include/linux/jbd2.h |    3 ++-
 10 files changed, 49 insertions(+), 30 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