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:	Mon, 09 Sep 2013 10:22:28 +0100
From:	Steven Whitehouse <swhiteho@...hat.com>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	linux-kernel@...r.kernel.org, cluster-devel@...hat.com
Subject: GFS2: Pull request (merge window)

Hi,

Please consider pulling the following changes,

Steve.
------------------------------------------------------
The following changes since commit d6a5e06cd17a3f901231e345e4acc1c3dab9fbb8:

  Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixes (2013-08-19 09:30:12 -0700)

are available in the git repository at:


  git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw.git tags/gfs2-merge-window

for you to fetch changes up to 0c9018097fe2966d80fe39e5c9ca94bb436ec369:

  GFS2: dirty inode correctly in gfs2_write_end (2013-09-05 09:04:24 +0100)

----------------------------------------------------------------
This is possibly the smallest ever set of GFS2 patches for a merge
window. Also, most of them are bug fixes this time. Two of my
three patches (moving gfs2_sync_meta and merging the two writepage
implementations) are clean ups with the third (taking the glock ref
in examine_bucket) being a fix for a difficult to hit race condition.

The removal of an unused memory barrier is a clean up from Bob Peterson,
and the "spectator" relates to a rarely used mount option. Ben
Marzinski's patch fixes a corner case where the incorrect inode
flags were being set, resulting in incorrect behaviour on fsync.

----------------------------------------------------------------
Benjamin Marzinski (1):
      GFS2: dirty inode correctly in gfs2_write_end

Bob Peterson (2):
      GFS2: Remove unnecessary memory barrier
      GFS2: Don't flag consistency error if first mounter is a spectator

Steven Whitehouse (3):
      GFS2: Move gfs2_sync_meta to lops.c
      GFS2: Take glock reference in examine_bucket()
      GFS2: Merge ordered and writeback writepage

 fs/gfs2/aops.c       | 44 +++++++++++--------------------------------
 fs/gfs2/file.c       |  4 +++-
 fs/gfs2/glock.c      | 13 +++++--------
 fs/gfs2/lops.c       | 18 ++++++++++++++++++
 fs/gfs2/meta_io.c    | 18 ------------------
 fs/gfs2/meta_io.h    | 26 +++++++++++---------------
 fs/gfs2/ops_fstype.c | 53 ++++++++++++++++++++++++++++++++++++++++++++++++++--
 7 files changed, 99 insertions(+), 77 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