* [ANNOUNCE] xfs-linux: for-next updated to ae29e4220fd3
@ 2021-01-23 19:41 Darrick J. Wong
0 siblings, 0 replies; only message in thread
From: Darrick J. Wong @ 2021-01-23 19:41 UTC (permalink / raw)
To: Darrick J. Wong; +Cc: xfs
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.
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. This push doesn't include the unaligned direct write
patches while I figure out how/if I want to stage those for 5.12...
The new head of the for-next branch is commit:
ae29e4220fd3 xfs: reduce ilock acquisitions in xfs_file_fsync
New Commits:
Brian Foster (11):
[10fb9ac1251f] xfs: rename xfs_wait_buftarg() to xfs_buftarg_drain()
[8321ddb2fa29] xfs: don't drain buffer lru on freeze and read-only remount
[50d25484bebe] xfs: sync lazy sb accounting on quiesce of read-only mounts
[37444fc4cc39] xfs: lift writable fs check up into log worker task
[9e54ee0fc9ef] xfs: separate log cleaning from log quiesce
[303591a0a947] xfs: cover the log during log quiesce
[b0eb9e118266] xfs: don't reset log idle state on covering checkpoints
[f46e5a174655] xfs: fold sbcount quiesce logging into log covering
[5232b9315034] xfs: remove duplicate wq cancel and log force from attr quiesce
[ea2064da4592] xfs: remove xfs_quiesce_attr()
[5b0ad7c2a52d] xfs: cover the log on freeze instead of cleaning it
Chandan Babu R (16):
[b9b7e1dc56c5] xfs: Add helper for checking per-inode extent count overflow
[727e1acd297c] xfs: Check for extent overflow when trivally adding a new extent
[85ef08b5a667] xfs: Check for extent overflow when punching a hole
[f5d927491914] xfs: Check for extent overflow when adding dir entries
[0dbc5cb1a91c] xfs: Check for extent overflow when removing dir entries
[02092a2f034f] xfs: Check for extent overflow when renaming dir entries
[3a19bb147c72] xfs: Check for extent overflow when adding/removing xattrs
[c442f3086d5a] xfs: Check for extent overflow when writing to unwritten extent
[5f1d5bbfb2e6] xfs: Check for extent overflow when moving extent from cow to data fork
[ee898d78c354] xfs: Check for extent overflow when remapping an extent
[bcc561f21f11] xfs: Check for extent overflow when swapping extents
[f9fa87169d2b] xfs: Introduce error injection to reduce maximum inode fork extent count
[aff4db57d510] xfs: Remove duplicate assert statement in xfs_bmap_btalloc()
[0961fddfdd3f] xfs: Compute bmap extent alignments in a separate function
[07c72e556299] xfs: Process allocated extent in a separate function
[301519674699] xfs: Introduce error injection to allocate only minlen size extents for files
Christoph Hellwig (3):
[01ea173e103e] xfs: fix up non-directory creation in SGID directories
[f22c7f877773] xfs: refactor xfs_file_fsync
[ae29e4220fd3] xfs: reduce ilock acquisitions in xfs_file_fsync
Darrick J. Wong (1):
[6da1b4b1ab36] xfs: fix an ABBA deadlock in xfs_rename
Eric Biggers (1):
[eaf92540a918] xfs: remove a stale comment from xfs_file_aio_write_checks()
Jeffrey Mitchell (1):
[8aa921a95335] xfs: set inode size after creating symlink
Yumei Huang (1):
[88a9e03beef2] xfs: Fix assert failure in xfs_setattr_size()
Code Diffstat:
fs/xfs/libxfs/xfs_alloc.c | 50 ++++++++
fs/xfs/libxfs/xfs_alloc.h | 3 +
fs/xfs/libxfs/xfs_attr.c | 13 ++
fs/xfs/libxfs/xfs_bmap.c | 285 ++++++++++++++++++++++++++++++-----------
fs/xfs/libxfs/xfs_dir2.h | 2 -
fs/xfs/libxfs/xfs_dir2_sf.c | 2 +-
fs/xfs/libxfs/xfs_errortag.h | 6 +-
fs/xfs/libxfs/xfs_inode_fork.c | 27 ++++
fs/xfs/libxfs/xfs_inode_fork.h | 63 +++++++++
fs/xfs/xfs_bmap_item.c | 10 ++
fs/xfs/xfs_bmap_util.c | 31 +++++
fs/xfs/xfs_buf.c | 30 +++--
fs/xfs/xfs_buf.h | 11 +-
fs/xfs/xfs_dquot.c | 8 +-
fs/xfs/xfs_error.c | 6 +
fs/xfs/xfs_file.c | 90 ++++++++-----
fs/xfs/xfs_inode.c | 110 ++++++++++++----
fs/xfs/xfs_iomap.c | 10 ++
fs/xfs/xfs_iops.c | 2 +-
fs/xfs/xfs_log.c | 136 ++++++++++++++++----
fs/xfs/xfs_log.h | 4 +-
fs/xfs/xfs_mount.c | 38 +-----
fs/xfs/xfs_mount.h | 1 -
fs/xfs/xfs_reflink.c | 16 +++
fs/xfs/xfs_rtalloc.c | 5 +
fs/xfs/xfs_super.c | 38 +-----
fs/xfs/xfs_symlink.c | 6 +
fs/xfs/xfs_trace.h | 2 +-
28 files changed, 746 insertions(+), 259 deletions(-)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2021-01-23 19:42 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-23 19:41 [ANNOUNCE] xfs-linux: for-next updated to ae29e4220fd3 Darrick J. Wong
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox