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:	Mon, 23 Jul 2012 15:59:52 +0100
From:	Steven Whitehouse <swhiteho@...hat.com>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	cluster-devel@...hat.com, linux-kernel@...r.kernel.org
Subject: GFS2: Pull request (merge window)

Hi,

Please consider pulling the following patches. There have been no changes since
they were posted for review,

Steve.

-------------------------------------------------------------------------------
The following changes since commit eea5b5510fc5545d15b69da8e485a7424ae388cf:

  Merge tag 'please-pull-mce' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras (2012-06-05 15:15:04 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw.git master

Abhijith Das (1):
      GFS2: kernel panic with small gfs2 filesystems - 1 RG

Benjamin Marzinski (1):
      GFS2: Use lvbs for storing rgrp information with mount option

Bob Peterson (6):
      GFS2: Extend the life of the reservations
      GFS2: Fold quota data into the reservations struct
      GFS2: Add kobject release method
      GFS2: Combine functions get_local_rgrp and gfs2_inplace_reserve
      GFS2: Reduce file fragmentation
      GFS2: Eliminate 64-bit divides

Masatake YAMATO (1):
      GFS2: Fixing double brelse'ing bh allocated in gfs2_meta_read when EIO occurs

Steven Whitehouse (7):
      GFS2: Add "top dir" flag support
      GFS2: Fix error handling when reading an invalid block from the journal
      GFS2: Increase buffer size for glocks and glstats debugfs files
      GFS2: Cache last hash bucket for glock seq_files
      seq_file: Add seq_vprintf function and export it
      GFS2: Use seq_vprintf for glocks debugfs file
      GFS2: Size seq_file buffer more carefully

 fs/gfs2/aops.c              |   18 +-
 fs/gfs2/bmap.c              |   21 +-
 fs/gfs2/dir.c               |    9 +-
 fs/gfs2/file.c              |   65 ++--
 fs/gfs2/glock.c             |   39 ++-
 fs/gfs2/incore.h            |   54 ++-
 fs/gfs2/inode.c             |   94 +++---
 fs/gfs2/lops.c              |    9 +-
 fs/gfs2/main.c              |    1 -
 fs/gfs2/meta_io.c           |    5 +-
 fs/gfs2/ops_fstype.c        |   36 ++-
 fs/gfs2/quota.c             |   72 +++--
 fs/gfs2/rgrp.c              |  833 ++++++++++++++++++++++++++++++++++++-------
 fs/gfs2/rgrp.h              |   45 ++-
 fs/gfs2/super.c             |   28 ++-
 fs/gfs2/sys.c               |   21 +-
 fs/gfs2/trace_gfs2.h        |   59 +++-
 fs/gfs2/trans.h             |    2 +-
 fs/gfs2/util.h              |   18 +-
 fs/gfs2/xattr.c             |   30 +-
 fs/seq_file.c               |   18 +-
 include/linux/gfs2_ondisk.h |   14 +-
 include/linux/seq_file.h    |    1 +
 23 files changed, 1121 insertions(+), 371 deletions(-)


Download attachment "signature.asc" of type "application/pgp-signature" (837 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ