Hi Linus,

please consider pulling the following gfs2 changes for 5.8.

Thanks a lot,
Andreas

The following changes since commit 3d77e6a8804abcc0504c904bd6e5cdf3a5cf8162:

  Linux 5.7 (2020-05-31 16:49:15 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 300e549b6e53025ea69550f009451f7a13bfc3eb:

  Merge branch 'gfs2-iopen' into for-next (2020-06-05 21:25:36 +0200)

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

- An iopen glock locking scheme rework that speeds up deletes of
  inodes accessed from multiple nodes.
- Various bug fixes and debugging improvements.
- Convert gfs2-glocks.txt to ReST.

----------------------------------------------------------------
Andreas Gruenbacher (10):
      gfs2: Keep track of deleted inode generations in LVBs
      gfs2: Turn gl_delete into a delayed work
      gfs2: Give up the iopen glock on contention
      gfs2: Try harder to delete inodes locally
      gfs2: Minor gfs2_lookup_by_inum cleanup
      gfs2: Move inode generation number check into gfs2_inode_lookup
      gfs2: Check inode generation number in delete_work_func
      gfs2: Wake up when setting GLF_DEMOTE
      gfs2: Smarter iopen glock waiting
      Merge branch 'gfs2-iopen' into for-next

Bob Peterson (10):
      gfs2: Don't ignore inode write errors during inode_go_sync
      gfs2: Allow lock_nolock mount to specify jid=X
      gfs2: Only do glock put in gfs2_create_inode for free inodes
      gfs2: print mapping->nrpages in glock dump for address space glocks
      gfs2: introduce new gfs2_glock_assert_withdraw
      gfs2: instrumentation wrt log_flush stuck
      gfs2: Allow ASPACE glocks to also have an lvb
      gfs2: initialize transaction tr_ailX_lists earlier
      gfs2: new slab for transactions
      gfs2: fix use-after-free on transaction ail lists

Mauro Carvalho Chehab (1):
      docs: filesystems: convert gfs2-glocks.txt to ReST

 .../{gfs2-glocks.txt => gfs2-glocks.rst}           | 149 ++++++++-------
 Documentation/filesystems/index.rst                |   1 +
 MAINTAINERS                                        |   2 +-
 fs/gfs2/export.c                                   |   4 +-
 fs/gfs2/glock.c                                    | 208 ++++++++++++++++++---
 fs/gfs2/glock.h                                    |  16 ++
 fs/gfs2/glops.c                                    |  21 ++-
 fs/gfs2/incore.h                                   |   9 +-
 fs/gfs2/inode.c                                    |  47 +++--
 fs/gfs2/inode.h                                    |   2 +-
 fs/gfs2/log.c                                      |  56 ++++--
 fs/gfs2/main.c                                     |   9 +
 fs/gfs2/ops_fstype.c                               |   2 +-
 fs/gfs2/rgrp.c                                     |   2 +-
 fs/gfs2/super.c                                    |  72 ++++++-
 fs/gfs2/trans.c                                    |  21 ++-
 fs/gfs2/trans.h                                    |   1 +
 fs/gfs2/util.c                                     |   1 +
 fs/gfs2/util.h                                     |   1 +
 include/uapi/linux/gfs2_ondisk.h                   |   6 +
 20 files changed, 489 insertions(+), 141 deletions(-)
 rename Documentation/filesystems/{gfs2-glocks.txt => gfs2-glocks.rst} (63%)

Reply via email to