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
| ||
|
Message-Id: <E1JTm6V-00022E-0N@closure.thunk.org> Date: Mon, 25 Feb 2008 17:47:23 -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 update Hi Linus, Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git for_linus To get a number of ext4 bug fixes for 2.6.25. Thanks, - Ted Akinobu Mita (1): ext4: add missing ext4_journal_stop() Andi Kleen (1): Remove incorrect BKL comments in ext4 Aneesh Kumar K.V (8): ext4: Fix locking hierarchy violation in ext4_fallocate() ext4: Don't leave behind a half-created inode if ext4_mkdir() fails ext4: Fix memory and buffer head leak in callers to ext4_ext_find_extent() ext4: Get journal write access before modifying the extent tree ext4: Don't claim block from group which has corrupt bitmap ext4: Don't mark filesystem error if fallocate fails ext4: set EXT4_EXTENTS_FL only for directory and regular files ext4: ext4_find_next_zero_bit needs an aligned address on some arch Mingming Cao (1): ext4: Fix BUG when writing to an unitialized extent Theodore Ts'o (1): ext4: Don't use ext4_dec_count() if not needed Valerie Clement (2): ext4: Fix kernel BUG at fs/ext4/mballoc.c:910! ext4: modify block allocation algorithm for the last group fs/ext4/dir.c | 2 +- fs/ext4/extents.c | 59 +++++++++++++++++++--------- fs/ext4/ialloc.c | 22 +++++++--- fs/ext4/inode.c | 56 +++++++++++++++++++++++++-- fs/ext4/mballoc.c | 80 +++++++++++++++++++++++++++------------ fs/ext4/migrate.c | 5 ++ fs/ext4/namei.c | 18 +++----- fs/ext4/resize.c | 1 + include/linux/ext4_fs_extents.h | 1 + 9 files changed, 177 insertions(+), 67 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