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 for Android: free password hash cracker in your pocket
[<prev] [next>] [day] [month] [year] [list]
Date:	Tue, 1 Nov 2011 23:24:30 +0100
From:	Jan Kara <jack@...e.cz>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	LKML <linux-kernel@...r.kernel.org>
Subject: [PULL REQUEST] ext2, ext3, UDF fixes for 3.2-rc1

  Hello Linus,

  could you please pull from

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

The repository contains various minor ext2, ext3, and UDF cleanups and fixes.

Top of the tree is ed47a7d which I've also signed as tag jack_linux-fs-v3.2-rc1
(anyone has a suggestion for sane naming?). The full shortlog is:

Dmitry Monakhov (1):
      ext3: Allow quota file use root reservation

H Hartley Sweeten (1):
      ext3/balloc.c: local functions should be static

Jan Kara (4):
      ext3: Remove i_mutex from ext3_sync_file()
      quota: Drop path reference on error exit from quotactl
      udf: Remove web reference from UDF MAINTAINERS entry
      udf: Cleanup metadata flags handling

Joe Perches (6):
      udf: Promote some debugging messages to udf_error
      udf: Rename udf_error to udf_err
      udf: Rename udf_warning to udf_warn
      udf: Convert printks to pr_<level>
      udf: Neaten logging output, use vsprintf extension %pV
      udf: Neaten udf_debug uses

Julia Lawall (2):
      fs/ext2/balloc.c: delete useless initialization
      fs/ext3/balloc.c: delete useless initialization

Li Haifeng (1):
      ext2: fix the outdated comment in ext2_nfs_get_inode()

Lukas Czerner (1):
      ext3: remove deprecated oldalloc

Namjae Jeon (2):
      udf: Add readpages support for udf.
      udf: Skip mirror metadata FE loading when metadata FE is ok

Tao Ma (1):
      ext3: Remove the obsolete broken EXT3_IOC32_WAIT_FOR_READONLY.

Toshiyuki Okajima (1):
      ext3: fix message in ext3_remount for rw-remount case

The diffstat is

 Documentation/filesystems/ext3.txt |    8 -
 MAINTAINERS                        |    1 -
 fs/ext2/balloc.c                   |    2 +-
 fs/ext2/super.c                    |    8 +-
 fs/ext3/balloc.c                   |   17 ++-
 fs/ext3/fsync.c                    |   10 --
 fs/ext3/ialloc.c                   |   45 +------
 fs/ext3/ioctl.c                    |   24 ---
 fs/ext3/super.c                    |   12 +-
 fs/quota/quota.c                   |    7 +-
 fs/udf/balloc.c                    |   14 +-
 fs/udf/directory.c                 |    8 +-
 fs/udf/inode.c                     |   48 ++++---
 fs/udf/lowlevel.c                  |    2 +-
 fs/udf/misc.c                      |   19 ++-
 fs/udf/namei.c                     |    5 +-
 fs/udf/partition.c                 |   19 ++-
 fs/udf/super.c                     |  280 ++++++++++++++++--------------------
 fs/udf/truncate.c                  |   22 ++--
 fs/udf/udf_sb.h                    |    5 +-
 fs/udf/udfdecl.h                   |   37 +++--
 fs/udf/udftime.c                   |    3 +-
 fs/udf/unicode.c                   |    6 +-
 include/linux/ext3_fs.h            |    2 +-
 include/linux/ext3_fs_sb.h         |    4 -
 25 files changed, 261 insertions(+), 347 deletions(-)

							Thanks
								Honza
-- 
Jan Kara <jack@...e.cz>
SUSE Labs, CR
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ