All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andreas Gruenbacher <agruenba@redhat.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: cluster-devel@redhat.com, linux-kernel@vger.kernel.org,
	Andreas Gruenbacher <agruenba@redhat.com>
Subject: [GIT PULL] gfs2: 5.3 merge
Date: Thu, 11 Jul 2019 00:22:27 +0200	[thread overview]
Message-ID: <20190710222227.27623-1-agruenba@redhat.com> (raw)

Hi Linus,

please consider pulling the following changes for gfs2.

In addition, the following patch from Andy Price is going to come in via the
for-next branch of the vfs repository:

  gfs2: Convert gfs2 to fs_context

This patch has a trivial merge conflict with the following patch from
this pull request:

  gfs2: kthread and remount improvements

The conflict can be resolved by ignoring the changes in the latter patch
and dropping function gfs2_remount_fs.

Thank you very much,
Andreas

--

The following changes since commit 4b972a01a7da614b4796475f933094751a295a2f:

  Linux 5.2-rc6 (2019-06-22 16:01:36 -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.3

for you to fetch changes up to bb4cb25dd319fa5630cc304c5bfa926266736935:

  gfs2: Remove unused gfs2_iomap_alloc argument (2019-07-04 17:24:25 +0200)

----------------------------------------------------------------
Some relatively minor changes for gfs2:

 - An initial batch of obvious cleanups and fixes from Bob's
   recovery patch queue.
 - Two iomap conversion patches and some cleanups from Christoph
   Hellwig.
 - A cosmetic cleanup from Kefeng Wang (Huawei).
 - Another minor fix and cleanup by me.

----------------------------------------------------------------
Andreas Gruenbacher (2):
      gfs2: Clean up freeing struct gfs2_sbd
      gfs2: Remove unused gfs2_iomap_alloc argument

Bob Peterson (8):
      gfs2: kthread and remount improvements
      gfs2: eliminate tr_num_revoke_rm
      gfs2: log which portion of the journal is replayed
      gfs2: Warn when a journal replay overwrites a rgrp with buffers
      gfs2: Rename SDF_SHUTDOWN to SDF_WITHDRAWN
      gfs2: simplify gfs2_freeze by removing case
      gfs2: dump fsid when dumping glock problems
      gfs2: replace more printk with calls to fs_info and friends

Christoph Hellwig (7):
      gfs2: use page_offset in gfs2_page_mkwrite
      gfs2: remove the unused gfs2_stuffed_write_end function
      gfs2: merge gfs2_writeback_aops and gfs2_ordered_aops
      gfs2: merge gfs2_writepage_common into gfs2_writepage
      gfs2: mark stuffed_readpage static
      gfs2: use iomap_bmap instead of generic_block_bmap
      gfs2: don't use buffer_heads in gfs2_allocate_page_backing

Kefeng Wang (1):
      gfs2: Use IS_ERR_OR_NULL

 fs/gfs2/aops.c       | 110 ++++++---------------------------------------------
 fs/gfs2/aops.h       |   4 --
 fs/gfs2/bmap.c       |  14 +++----
 fs/gfs2/dir.c        |   4 +-
 fs/gfs2/file.c       |  37 +++++++++--------
 fs/gfs2/glock.c      |  42 ++++++++++++--------
 fs/gfs2/glock.h      |  11 ++++--
 fs/gfs2/glops.c      |  12 ++++--
 fs/gfs2/incore.h     |   6 +--
 fs/gfs2/inode.c      |   2 +-
 fs/gfs2/log.c        |   3 +-
 fs/gfs2/lops.c       |  22 ++++++++++-
 fs/gfs2/meta_io.c    |   6 +--
 fs/gfs2/ops_fstype.c |  27 +++++++------
 fs/gfs2/quota.c      |   2 +-
 fs/gfs2/recovery.c   |   3 +-
 fs/gfs2/rgrp.c       |  48 ++++++++++++----------
 fs/gfs2/rgrp.h       |   3 +-
 fs/gfs2/super.c      |  43 ++++++++++----------
 fs/gfs2/super.h      |   2 +
 fs/gfs2/sys.c        |   5 +--
 fs/gfs2/trans.c      |   6 +--
 fs/gfs2/util.c       |   8 ++--
 23 files changed, 190 insertions(+), 230 deletions(-)

WARNING: multiple messages have this Message-ID (diff)
From: Andreas Gruenbacher <agruenba@redhat.com>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] [GIT PULL] gfs2: 5.3 merge
Date: Thu, 11 Jul 2019 00:22:27 +0200	[thread overview]
Message-ID: <20190710222227.27623-1-agruenba@redhat.com> (raw)

Hi Linus,

please consider pulling the following changes for gfs2.

In addition, the following patch from Andy Price is going to come in via the
for-next branch of the vfs repository:

  gfs2: Convert gfs2 to fs_context

This patch has a trivial merge conflict with the following patch from
this pull request:

  gfs2: kthread and remount improvements

The conflict can be resolved by ignoring the changes in the latter patch
and dropping function gfs2_remount_fs.

Thank you very much,
Andreas

--

The following changes since commit 4b972a01a7da614b4796475f933094751a295a2f:

  Linux 5.2-rc6 (2019-06-22 16:01:36 -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.3

for you to fetch changes up to bb4cb25dd319fa5630cc304c5bfa926266736935:

  gfs2: Remove unused gfs2_iomap_alloc argument (2019-07-04 17:24:25 +0200)

----------------------------------------------------------------
Some relatively minor changes for gfs2:

 - An initial batch of obvious cleanups and fixes from Bob's
   recovery patch queue.
 - Two iomap conversion patches and some cleanups from Christoph
   Hellwig.
 - A cosmetic cleanup from Kefeng Wang (Huawei).
 - Another minor fix and cleanup by me.

----------------------------------------------------------------
Andreas Gruenbacher (2):
      gfs2: Clean up freeing struct gfs2_sbd
      gfs2: Remove unused gfs2_iomap_alloc argument

Bob Peterson (8):
      gfs2: kthread and remount improvements
      gfs2: eliminate tr_num_revoke_rm
      gfs2: log which portion of the journal is replayed
      gfs2: Warn when a journal replay overwrites a rgrp with buffers
      gfs2: Rename SDF_SHUTDOWN to SDF_WITHDRAWN
      gfs2: simplify gfs2_freeze by removing case
      gfs2: dump fsid when dumping glock problems
      gfs2: replace more printk with calls to fs_info and friends

Christoph Hellwig (7):
      gfs2: use page_offset in gfs2_page_mkwrite
      gfs2: remove the unused gfs2_stuffed_write_end function
      gfs2: merge gfs2_writeback_aops and gfs2_ordered_aops
      gfs2: merge gfs2_writepage_common into gfs2_writepage
      gfs2: mark stuffed_readpage static
      gfs2: use iomap_bmap instead of generic_block_bmap
      gfs2: don't use buffer_heads in gfs2_allocate_page_backing

Kefeng Wang (1):
      gfs2: Use IS_ERR_OR_NULL

 fs/gfs2/aops.c       | 110 ++++++---------------------------------------------
 fs/gfs2/aops.h       |   4 --
 fs/gfs2/bmap.c       |  14 +++----
 fs/gfs2/dir.c        |   4 +-
 fs/gfs2/file.c       |  37 +++++++++--------
 fs/gfs2/glock.c      |  42 ++++++++++++--------
 fs/gfs2/glock.h      |  11 ++++--
 fs/gfs2/glops.c      |  12 ++++--
 fs/gfs2/incore.h     |   6 +--
 fs/gfs2/inode.c      |   2 +-
 fs/gfs2/log.c        |   3 +-
 fs/gfs2/lops.c       |  22 ++++++++++-
 fs/gfs2/meta_io.c    |   6 +--
 fs/gfs2/ops_fstype.c |  27 +++++++------
 fs/gfs2/quota.c      |   2 +-
 fs/gfs2/recovery.c   |   3 +-
 fs/gfs2/rgrp.c       |  48 ++++++++++++----------
 fs/gfs2/rgrp.h       |   3 +-
 fs/gfs2/super.c      |  43 ++++++++++----------
 fs/gfs2/super.h      |   2 +
 fs/gfs2/sys.c        |   5 +--
 fs/gfs2/trans.c      |   6 +--
 fs/gfs2/util.c       |   8 ++--
 23 files changed, 190 insertions(+), 230 deletions(-)



             reply	other threads:[~2019-07-10 22:22 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-10 22:22 Andreas Gruenbacher [this message]
2019-07-10 22:22 ` [Cluster-devel] [GIT PULL] gfs2: 5.3 merge Andreas Gruenbacher
2019-07-11  4:40 ` pr-tracker-bot
2019-07-11  4:40   ` [Cluster-devel] " pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190710222227.27623-1-agruenba@redhat.com \
    --to=agruenba@redhat.com \
    --cc=cluster-devel@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.