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:	Tue, 19 Feb 2013 16:38:34 +0000
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 GFS2 patches for the merge window,

Steve.

---------------------------------------------------------------------------
This is one of the smallest collections of patches for the merge
window for some time. There are some clean ups relating to the
transaction code and the shrinker, which are mostly in preparation
for further development, but also make the code much easier to
follow in these areas.

There is a patch which allows the use of ->writepages even in the
default ordered write mode for all writebacks. This results in
sending larger i/os to the block layer, and a subsequent increase
in performance. It also reduces the number of different i/o paths
by one.

There is also a bug fix reinstating the withdraw ack system which
somehow got lost when the lock modules were merged into GFS2.

---------------------------------------------------------------------------
The following changes since commit 6abb7c25775b7fb2225ad0508236d63ca710e65f:

  Merge tag 'regulator-3.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator (2013-01-28 22:44:53 -0800)

are available in the git repository at:

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

Bob Peterson (1):
      GFS2: Get a block reservation before resizing a file

Steven Whitehouse (9):
      GFS2: Separate LRU scanning from shrinker
      GFS2: Merge revoke adding functions
      GFS2: Split gfs2_trans_add_bh() into two
      GFS2: Copy gfs2_trans_add_bh into new data/meta functions
      GFS2: Merge gfs2_attach_bufdata() into trans.c
      GFS2: Clean up freeze code
      GFS2: Use ->writepages for ordered writes
      GFS2: Split glock lru processing into two parts
      GFS2: Reinstate withdraw ack system

 fs/gfs2/aops.c       |   17 +++----
 fs/gfs2/bmap.c       |   30 +++++++-----
 fs/gfs2/dir.c        |   30 ++++++------
 fs/gfs2/file.c       |    4 +-
 fs/gfs2/glock.c      |  116 +++++++++++++++++++++++++++++++++-------------
 fs/gfs2/incore.h     |    8 ++--
 fs/gfs2/inode.c      |    8 ++--
 fs/gfs2/log.c        |   76 ++++++++++++++----------------
 fs/gfs2/log.h        |   12 +++++
 fs/gfs2/lops.c       |   83 +---------------------------------
 fs/gfs2/lops.h       |   14 +-----
 fs/gfs2/meta_io.c    |   35 --------------
 fs/gfs2/meta_io.h    |    3 -
 fs/gfs2/ops_fstype.c |    4 +-
 fs/gfs2/quota.c      |    4 +-
 fs/gfs2/rgrp.c       |   18 ++++----
 fs/gfs2/super.c      |   70 ++++------------------------
 fs/gfs2/super.h      |    3 -
 fs/gfs2/sys.c        |   48 ++++++++++++++------
 fs/gfs2/trans.c      |  124 +++++++++++++++++++++++++++++++++++++++++++++-----
 fs/gfs2/trans.h      |    3 +-
 fs/gfs2/util.c       |    3 +
 fs/gfs2/xattr.c      |   36 +++++++-------
 23 files changed, 375 insertions(+), 374 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