linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Darrick J. Wong" <djwong@kernel.org>
To: xfs <linux-xfs@vger.kernel.org>,
	linux-fsdevel <linux-fsdevel@vger.kernel.org>,
	Christoph Hellwig <hch@infradead.org>
Subject: [ANNOUNCE] xfs-linux: iomap-for-next updated to ed1128c2d0c8
Date: Tue, 2 Feb 2021 08:47:47 -0800	[thread overview]
Message-ID: <20210202164747.GK7193@magnolia> (raw)

Hi folks,

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

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

has just been updated.

Patches often get missed, so please check if your outstanding patches
were in this update. If they have not been in this update, please
resubmit them to linux-xfs@vger.kernel.org so they can be picked up in
the next update.  I've been testing the xfs dio changes for a couple of
weeks now, but forgot to push them out until Christoph prompted me
yesterday.

Note that Naohiro Aota's btrfs patchset to add zoned block support will
perform some slight refactoring of fs/iomap/directio.c to add support
for REQ_OP_ZONE_APPEND.  I don't know if they're planning to push that
for 5.12, but AFAICT it should have minimal impact to everyone else.

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

ed1128c2d0c8 xfs: reduce exclusive locking on unaligned dio

New Commits:

Christoph Hellwig (9):
      [5724be5de88f] iomap: rename the flags variable in __iomap_dio_rw
      [2f63296578ca] iomap: pass a flags argument to iomap_dio_rw
      [213f627104da] iomap: add a IOMAP_DIO_OVERWRITE_ONLY flag
      [f50b8f475a2c] xfs: factor out a xfs_ilock_iocb helper
      [354be7e3b2ba] xfs: make xfs_file_aio_write_checks IOCB_NOWAIT-aware
      [ee1b218b0956] xfs: cleanup the read/write helper naming
      [670654b004b0] xfs: remove the buffered I/O fallback assert
      [3e40b13c3b57] xfs: simplify the read/write tracepoints
      [896f72d067a5] xfs: improve the reflink_bounce_dio_write tracepoint

Dave Chinner (2):
      [caa89dbc4303] xfs: split the unaligned DIO write code out
      [ed1128c2d0c8] xfs: reduce exclusive locking on unaligned dio


Code Diffstat:

 fs/btrfs/file.c       |   7 +-
 fs/ext4/file.c        |   5 +-
 fs/gfs2/file.c        |   7 +-
 fs/iomap/direct-io.c  |  26 ++--
 fs/xfs/xfs_file.c     | 351 ++++++++++++++++++++++++++++----------------------
 fs/xfs/xfs_iomap.c    |  29 +++--
 fs/xfs/xfs_trace.h    |  22 ++--
 fs/zonefs/super.c     |   4 +-
 include/linux/iomap.h |  18 ++-
 9 files changed, 269 insertions(+), 200 deletions(-)

             reply	other threads:[~2021-02-02 16:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-02 16:47 Darrick J. Wong [this message]
2021-02-03  0:29 ` [ANNOUNCE] xfs-linux: iomap-for-next updated to ed1128c2d0c8 David Sterba

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=20210202164747.GK7193@magnolia \
    --to=djwong@kernel.org \
    --cc=hch@infradead.org \
    --cc=linux-fsdevel@vger.kernel.org \
    --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;
as well as URLs for NNTP newsgroup(s).