linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [ANNOUNCE] xfs-linux: for-next updated to c34d570d1586
@ 2019-11-04 20:10 Darrick J. Wong
  0 siblings, 0 replies; only message in thread
From: Darrick J. Wong @ 2019-11-04 20:10 UTC (permalink / raw)
  To: 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.  Still clanking along on hch's directory refactoring
and the first few cleanups from dave's io-less reclaim series.

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

c34d570d1586 xfs: cleanup use of the XFS_ALLOC_ flags

New Commits:

Ben Dooks (Codethink) (1):
      [1aa6300638e7] xfs: add mising include of xfs_pnfs.h for missing declarations

Brian Foster (12):
      [f6b428a46d60] xfs: track active state of allocation btree cursors
      [f5e7dbea1e3e] xfs: introduce allocation cursor data structure
      [d6d3aff20377] xfs: track allocation busy state in allocation cursor
      [c62321a2a0ea] xfs: track best extent from cntbt lastblock scan in alloc cursor
      [396bbf3c657e] xfs: refactor cntbt lastblock scan best extent logic into helper
      [fec0afdaf498] xfs: reuse best extent tracking logic for bnobt scan
      [4a65b7c2c72c] xfs: refactor allocation tree fixup code
      [78d7aabdeea3] xfs: refactor and reuse best extent scanning logic
      [0e26d5ca4a40] xfs: refactor near mode alloc bnobt scan into separate function
      [d29688257fd4] xfs: factor out tree fixup logic into helper
      [dc8e69bd7218] xfs: optimize near mode bnobt scans with concurrent cntbt lookups
      [da781e64b28c] xfs: don't set bmapi total block req where minleft is

Christoph Hellwig (50):
      [bdb2ed2dbdc2] xfs: ignore extent size hints for always COW inodes
      [cd95cb962b7d] xfs: pass the correct flag to xlog_write_iclog
      [2c68a1dfbd8e] xfs: remove the unused ic_io_size field from xlog_in_core
      [390aab0a1640] xfs: move the locking from xlog_state_finish_copy to the callers
      [df732b29c807] xfs: call xlog_state_release_iclog with l_icloglock held
      [032cc34ed517] xfs: remove dead ifdef XFSERRORDEBUG code
      [fe9c0e77acc5] xfs: remove the unused XLOG_STATE_ALL and XLOG_STATE_UNUSED flags
      [1858bb0bec61] xfs: turn ic_state into an enum
      [4b29ab04ab0d] xfs: remove the XLOG_STATE_DO_CALLBACK state
      [0d45e3a20822] xfs: also call xfs_file_iomap_end_delalloc for zeroing operations
      [dd26b84640cc] xfs: remove xfs_reflink_dirty_extents
      [ffb375a8cf20] xfs: pass two imaps to xfs_reflink_allocate_cow
      [ae36b53c6c60] xfs: refactor xfs_file_iomap_begin_delay
      [36adcbace24e] xfs: fill out the srcmap in iomap_begin
      [43568226a4a3] xfs: factor out a helper to calculate the end_fsb
      [690c2a38878e] xfs: split out a new set of read-only iomap ops
      [a526c85c2236] xfs: move xfs_file_iomap_begin_delay around
      [f150b4234397] xfs: split the iomap ops for buffered vs direct writes
      [12dfb58af61d] xfs: rename the whichfork variable in xfs_buffered_write_iomap_begin
      [5c5b6f7585d2] xfs: cleanup xfs_direct_write_iomap_begin
      [1e190f8e8098] xfs: improve the IOMAP_NOWAIT check for COW inodes
      [25a409572b5f] xfs: mark xfs_buf_free static
      [30fa529e3b2e] xfs: add a xfs_inode_buftarg helper
      [f9acc19c8cbe] xfs: use xfs_inode_buftarg in xfs_file_dio_aio_write
      [c7d68318c9ae] xfs: use xfs_inode_buftarg in xfs_file_ioctl
      [9afe1d5c14e0] xfs: don't implement XFS_IOC_RESVSP / XFS_IOC_RESVSP64
      [837a6e7f5cdb] fs: add generic UNRESVSP and ZERO_RANGE ioctl handlers
      [7a42c70ea0dd] xfs: disable xfs_ioc_space for always COW inodes
      [360c09c01c5a] xfs: consolidate preallocation in xfs_file_fallocate
      [2123ef851083] xfs: simplify setting bio flags
      [69e8575dee42] xfs: remove the dsunit and dswidth variables in
      [dd2d535e3fb2] xfs: cleanup calculating the stat optimal I/O size
      [b5ad616c3edf] xfs: don't use a different allocsice for -o wsync
      [3cd1d18b0d40] xfs: remove the m_readio_* fields in struct xfs_mount
      [5da8a07c79e8] xfs: rename the m_writeio_* fields in struct xfs_mount
      [2fcddee8cd8f] xfs: simplify parsing of allocsize mount option
      [3274d0080100] xfs: rename the XFS_MOUNT_DFLT_IOSIZE option to
      [7c6b94b1b526] xfs: reverse the polarity of XFS_MOUNT_COMPAT_IOSIZE
      [aa58d4455a11] xfs: clean up printing the allocsize option in
      [1775c506a31e] xfs: clean up printing inode32/64 in xfs_showargs
      [21f55993eb7a] xfs: merge xfs_showargs into xfs_fs_show_options
      [ae7e403fa5bb] xfs: simplify xfs_iomap_eof_align_last_fsb
      [49bbf8c76156] xfs: mark xfs_eof_alignment static
      [57c49444d7cc] xfs: remove the extsize argument to xfs_eof_alignment
      [88cdb7147b21] xfs: slightly tweak an assert in xfs_fs_map_blocks
      [307cdb54b80e] xfs: don't log the inode in xfs_fs_map_blocks if it
      [e696663a97e8] xfs: simplify the xfs_iomap_write_direct calling
      [be6cacbeea8c] xfs: refactor xfs_bmapi_allocate
      [fd638f1de1f3] xfs: move extent zeroing to xfs_bmapi_allocate
      [c34d570d1586] xfs: cleanup use of the XFS_ALLOC_ flags

Darrick J. Wong (6):
      [c84760659dcf] xfs: check attribute leaf block structure
      [16c6e92c7e98] xfs: namecheck attribute names before listing them
      [04df34ac6494] xfs: namecheck directory entry names before listing them
      [c2414ad6e66a] xfs: replace -EIO with -EFSCORRUPTED for corrupt metadata
      [fec40e220ffc] xfs: refactor xfs_bmap_count_blocks using newer btree helpers
      [e992ae8afded] xfs: refactor xfs_iread_extents to use xfs_btree_visit_blocks

Dave Chinner (3):
      [3f8a4f1d876d] xfs: fix inode fork extent count overflow
      [1c743574de8b] xfs: cap longest free extent to maximum allocatable
      [249bd9087a52] xfs: properly serialise fallocate against AIO+DIO

Ian Kent (1):
      [8da57c5c000c] xfs: remove the biosize mount option

Jan Kara (1):
      [3dd4d40b4208] xfs: Sanity check flags of Q_XQUOTARM call

kaixuxia (1):
      [3fb21fc8cc04] xfs: remove the duplicated inode log fieldmask set

yu kuai (1):
      [e5e634041bc1] xfs: include QUOTA, FATAL ASSERT build options in XFS_BUILD_OPTIONS


Code Diffstat:

 fs/compat_ioctl.c               |  31 +-
 fs/ioctl.c                      |  12 +-
 fs/xfs/libxfs/xfs_alloc.c       | 915 +++++++++++++++++++++++-----------------
 fs/xfs/libxfs/xfs_alloc.h       |  16 +-
 fs/xfs/libxfs/xfs_alloc_btree.c |   1 +
 fs/xfs/libxfs/xfs_attr_leaf.c   |  85 +++-
 fs/xfs/libxfs/xfs_attr_leaf.h   |   4 +-
 fs/xfs/libxfs/xfs_bmap.c        | 312 ++++++--------
 fs/xfs/libxfs/xfs_btree.c       |  10 +-
 fs/xfs/libxfs/xfs_btree.h       |  12 +-
 fs/xfs/libxfs/xfs_dir2_sf.c     |   2 +-
 fs/xfs/libxfs/xfs_iext_tree.c   |   2 +-
 fs/xfs/libxfs/xfs_inode_fork.c  |   8 +-
 fs/xfs/libxfs/xfs_inode_fork.h  |  14 +-
 fs/xfs/scrub/bitmap.c           |   3 +-
 fs/xfs/xfs_aops.c               |  43 +-
 fs/xfs/xfs_aops.h               |   3 -
 fs/xfs/xfs_attr_inactive.c      |   6 +-
 fs/xfs/xfs_attr_list.c          |  60 ++-
 fs/xfs/xfs_bmap_util.c          | 247 ++---------
 fs/xfs/xfs_bmap_util.h          |   4 -
 fs/xfs/xfs_buf.c                |  17 +-
 fs/xfs/xfs_buf.h                |   1 -
 fs/xfs/xfs_dir2_readdir.c       |  27 +-
 fs/xfs/xfs_dquot.c              |   6 +-
 fs/xfs/xfs_extent_busy.c        |   2 +-
 fs/xfs/xfs_file.c               | 102 +++--
 fs/xfs/xfs_filestream.c         |   2 +-
 fs/xfs/xfs_inode.c              |   7 +-
 fs/xfs/xfs_inode.h              |   7 +
 fs/xfs/xfs_ioctl.c              | 100 +----
 fs/xfs/xfs_ioctl.h              |   1 -
 fs/xfs/xfs_ioctl32.c            |   9 +-
 fs/xfs/xfs_iomap.c              | 853 ++++++++++++++++++-------------------
 fs/xfs/xfs_iomap.h              |  11 +-
 fs/xfs/xfs_iops.c               |  55 ++-
 fs/xfs/xfs_log.c                | 428 ++++++++-----------
 fs/xfs/xfs_log_cil.c            |   2 +-
 fs/xfs/xfs_log_priv.h           |  25 +-
 fs/xfs/xfs_mount.c              |  46 +-
 fs/xfs/xfs_mount.h              |  48 +--
 fs/xfs/xfs_pnfs.c               |  54 ++-
 fs/xfs/xfs_quotaops.c           |   3 +
 fs/xfs/xfs_reflink.c            | 138 +-----
 fs/xfs/xfs_reflink.h            |   4 +-
 fs/xfs/xfs_rtalloc.c            |   3 +-
 fs/xfs/xfs_super.c              | 107 ++---
 fs/xfs/xfs_super.h              |  10 +
 fs/xfs/xfs_trace.h              |  35 +-
 include/linux/falloc.h          |   3 +
 include/linux/fs.h              |   2 +-
 51 files changed, 1829 insertions(+), 2069 deletions(-)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-11-04 20:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-04 20:10 [ANNOUNCE] xfs-linux: for-next updated to c34d570d1586 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;
as well as URLs for NNTP newsgroup(s).