public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
From: "Darrick J. Wong" <darrick.wong@oracle.com>
To: xfs <linux-xfs@vger.kernel.org>
Subject: [ANNOUNCE] xfs-linux: for-next updated to 5833112df7e9
Date: Mon, 6 Apr 2020 09:54:54 -0700	[thread overview]
Message-ID: <20200406165454.GC6742@magnolia> (raw)

Hi folks,

The for-next branch of the xfs-linux repository at:

	git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git

has just been updated.  Don't mind me shovelling in another bug fix.

The new head of the for-next branch is commit:

5833112df7e9 xfs: reflink should force the log out if mounted with wsync

New Commits:

Brian Foster (3):
      [8d3d7e2b35ea] xfs: trylock underlying buffer on dquot flush
      [d4bc4c5fd177] xfs: return locked status of inode buffer on xfsaild push
      [d9fdd0adf932] xfs: fix inode number overflow in ifree cluster helper

Christoph Hellwig (3):
      [8b41e3f98e6c] xfs: split xlog_ticket_done
      [54fbdd1035e3] xfs: factor out a new xfs_log_force_inode helper
      [5833112df7e9] xfs: reflink should force the log out if mounted with wsync

Darrick J. Wong (3):
      [f8e566c0f5e1] xfs: validate the realtime geometry in xfs_validate_sb_common
      [5cc3c006eb45] xfs: don't write a corrupt unmount record to force summary counter recalc
      [c6425702f21e] xfs: ratelimit inode flush on buffered write ENOSPC

Dave Chinner (15):
      [7ec949212dba] xfs: don't try to write a start record into every iclog
      [9590e9c68449] xfs: re-order initial space accounting checks in xlog_write
      [dd401770b0ff] xfs: refactor and split xfs_log_done()
      [70e42f2d4797] xfs: kill XLOG_TIC_INITED
      [f10e925def9a] xfs: merge xlog_commit_record with xlog_write_done
      [3c702f95909a] xfs: refactor unmount record writing
      [b843299ba5f9] xfs: remove some stale comments from the log code
      [108a42358a05] xfs: Lower CIL flush limit for large logs
      [0e7ab7efe774] xfs: Throttle commits on delayed background CIL push
      [2def2845cc33] xfs: don't allow log IO to be throttled
      [12eba65b28b0] xfs: Improve metadata buffer reclaim accountability
      [d59eadaea2b9] xfs: correctly acount for reclaimable slabs
      [4165994ac967] xfs: factor common AIL item deletion code
      [8eb807bd8399] xfs: tail updates only need to occur when LSN changes
      [5806165a6663] xfs: factor inode lookup from xfs_ifree_cluster

Kaixu Xia (2):
      [63337b63e7da] xfs: remove unnecessary ternary from xfs_create
      [d8fcb6f1346c] xfs: remove redundant variable assignment in xfs_symlink()


Code Diffstat:

 fs/xfs/libxfs/xfs_sb.c  |  32 +++++
 fs/xfs/xfs_buf.c        |  11 +-
 fs/xfs/xfs_dquot.c      |   6 +-
 fs/xfs/xfs_dquot_item.c |   3 +-
 fs/xfs/xfs_export.c     |  14 +-
 fs/xfs/xfs_file.c       |  16 +--
 fs/xfs/xfs_inode.c      | 174 +++++++++++++---------
 fs/xfs/xfs_inode.h      |   1 +
 fs/xfs/xfs_inode_item.c |  31 ++--
 fs/xfs/xfs_log.c        | 372 +++++++++++++++++-------------------------------
 fs/xfs/xfs_log.h        |   4 -
 fs/xfs/xfs_log_cil.c    |  55 +++++--
 fs/xfs/xfs_log_priv.h   |  75 +++++++---
 fs/xfs/xfs_mount.h      |   1 +
 fs/xfs/xfs_qm.c         |  14 +-
 fs/xfs/xfs_super.c      |  17 ++-
 fs/xfs/xfs_symlink.c    |   1 -
 fs/xfs/xfs_trace.h      |  15 +-
 fs/xfs/xfs_trans.c      |  27 ++--
 fs/xfs/xfs_trans_ail.c  |  88 +++++++-----
 fs/xfs/xfs_trans_priv.h |   6 +-
 21 files changed, 512 insertions(+), 451 deletions(-)

                 reply	other threads:[~2020-04-06 16:55 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20200406165454.GC6742@magnolia \
    --to=darrick.wong@oracle.com \
    --cc=linux-xfs@vger.kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox