linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [ANNOUNCE] xfs-linux: iomap-for-next updated to ed1128c2d0c8
@ 2021-02-02 16:47 Darrick J. Wong
  2021-02-03  0:29 ` David Sterba
  0 siblings, 1 reply; 2+ messages in thread
From: Darrick J. Wong @ 2021-02-02 16:47 UTC (permalink / raw)
  To: xfs, linux-fsdevel, Christoph Hellwig

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(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ANNOUNCE] xfs-linux: iomap-for-next updated to ed1128c2d0c8
  2021-02-02 16:47 [ANNOUNCE] xfs-linux: iomap-for-next updated to ed1128c2d0c8 Darrick J. Wong
@ 2021-02-03  0:29 ` David Sterba
  0 siblings, 0 replies; 2+ messages in thread
From: David Sterba @ 2021-02-03  0:29 UTC (permalink / raw)
  To: Darrick J. Wong; +Cc: xfs, linux-fsdevel, Christoph Hellwig

On Tue, Feb 02, 2021 at 08:47:47AM -0800, Darrick J. Wong wrote:
> 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.

Current plan is to push that patch to 5.12 among the other zoned updates
in btrfs pull request.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-02-03  0:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-02 16:47 [ANNOUNCE] xfs-linux: iomap-for-next updated to ed1128c2d0c8 Darrick J. Wong
2021-02-03  0:29 ` David Sterba

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).