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]
Message-Id: <20200131154823.30363-1-agruenba@redhat.com>
Date:   Fri, 31 Jan 2020 16:48:23 +0100
From:   Andreas Gruenbacher <agruenba@...hat.com>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     Andreas Gruenbacher <agruenba@...hat.com>,
        cluster-devel@...hat.com, linux-kernel@...r.kernel.org
Subject: [GIT PULL] GFS2 changes for the 5.6 merge window

Hi Linus,

could you please pull the following changes for gfs2?

In addition, please expect to see another pull request from Bob Peterson
about his gfs2 recovery patch queue shortly.

Thanks a lot,
Andreas

The following changes since commit 887352fb5ffd593d28f77059c09dabb47c5b86e9:

  Merge branch 'for-linus' from git://git.kernel.dk/linux-block (2019-12-10 11:02:38 +0100)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git tags/gfs2-for-5.6

for you to fetch changes up to a31b4ec539e966515f1f97f4000d0e2a399930ce:

  Revert "gfs2: eliminate tr_num_revoke_rm" (2020-01-28 15:04:53 +0100)

----------------------------------------------------------------
Changes in gfs2:

- Fix some corner cases on filesystems with a block size < page size.
- Fix a corner case that could expose incorrect access times over nfs.
- Revert an otherwise sensible revoke accounting cleanup that causes
  assertion failures.  The revoke accounting is whacky and needs to be
  fixed properly before we can add back this cleanup.
- Various other minor cleanups.

----------------------------------------------------------------
Alex Shi (2):
      fs/gfs2: remove unused IS_DINODE and IS_LEAF macros
      gfs2: remove unused LBIT macros

Andreas Gruenbacher (4):
      gfs2: Another gfs2_find_jhead fix
      gfs2: Avoid access time thrashing in gfs2_inode_lookup
      gfs2: Fix incorrect variable name
      gfs2: Remove GFS2_MIN_LVB_SIZE define

Bob Peterson (3):
      gfs2: eliminate ssize parameter from gfs2_struct2blk
      gfs2: minor cleanup: remove unneeded variable ret in gfs2_jdata_writepage
      Revert "gfs2: eliminate tr_num_revoke_rm"

 fs/gfs2/aops.c       |  4 +--
 fs/gfs2/dir.c        |  3 ---
 fs/gfs2/glock.c      |  2 +-
 fs/gfs2/glops.c      |  2 +-
 fs/gfs2/incore.h     |  6 ++---
 fs/gfs2/inode.c      | 10 ++++----
 fs/gfs2/log.c        | 21 +++++++---------
 fs/gfs2/log.h        |  4 +--
 fs/gfs2/lops.c       | 70 +++++++++++++++++++++++++++++++++-------------------
 fs/gfs2/ops_fstype.c |  2 ++
 fs/gfs2/rgrp.c       | 10 --------
 fs/gfs2/trans.c      |  9 +++----
 12 files changed, 73 insertions(+), 70 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ