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>] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 22 Feb 2013 16:25:07 +0100
From:	Jan Kara <jack@...e.cz>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	LKML <linux-kernel@...r.kernel.org>, linux-fsdevel@...r.kernel.org,
	linux-ext4@...r.kernel.org
Subject: [PULL REQUEST] ext2, ext3, udf updates for 3.9-rc1

  Hello Linus,

  could you please pull from

git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs.git for_linus

  to get several UDF fixes, a support for UDF extent cache, and couple of
ext2 and ext3 cleanups and minor fixes.

Top of the tree is 712ddc5. The full shortlog is:

Guo Chao (1):
      ext3, ext4, ocfs2: remove unused macro NAMEI_RA_INDEX

Jan Kara (5):
      ext3: Fix memory leak when quota options are specified multiple times
      udf: Write LVID to disk after opening / closing
      udf: Fix bitmap overflow on large filesystems with small block size
      udf: Make s_block_bitmap standard array
      udf: Remove unused s_extLength from udf_bitmap

Namjae Jeon (1):
      udf: add extent cache support in case of file reading

Wang Shilong (9):
      Ext2: free memory allocated and forget buffer head when io error happens
      Ext3: add necessary check in case IO error happens
      Ext2: use unlikely to improve the efficiency of the kernel
      Ext3: use unlikely to improve the efficiency of the kernel
      Ext2: return ENOMEM rather than EIO if sb_getblk fails
      Ext3: return ENOMEM rather than EIO if sb_getblk fails
      Ext2: remove the overhead check about sb in the function ext2_new_blocks
      Ext2: mark inode dirty after the function dquot_free_block_nodirty is called
      Ext2: remove the static function release_blocks to optimize the kernel

The diffstat is

 fs/ext2/balloc.c |   28 ++++++-----------
 fs/ext2/inode.c  |   12 +++++++
 fs/ext2/super.c  |    2 +-
 fs/ext2/xattr.c  |    4 +-
 fs/ext3/inode.c  |   16 ++++++----
 fs/ext3/namei.c  |    1 -
 fs/ext3/resize.c |   12 ++++----
 fs/ext3/super.c  |   51 +++++++++++++++++++-------------
 fs/ext3/xattr.c  |    4 +-
 fs/ext4/namei.c  |    1 -
 fs/ocfs2/dir.c   |    1 -
 fs/udf/inode.c   |   86 ++++++++++++++++++++++++++++++++++++++++++++++++++----
 fs/udf/super.c   |   11 ++++---
 fs/udf/udf_i.h   |   16 ++++++++++
 fs/udf/udf_sb.h  |    5 +--
 fs/udf/udfdecl.h |    5 ---
 16 files changed, 177 insertions(+), 78 deletions(-)

							Thanks
								Honza
-- 
Jan Kara <jack@...e.cz>
SUSE Labs, CR
--
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ