Linux/linux 97eeb4dfs compat_ioctl.c ioctl.c, fs/xfs xfs_super.c xfs_iomap.c

Merge tag 'xfs-5.5-merge-16' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux

Pull XFS updates from Darrick Wong:
 "For this release, we changed quite a few things.

  Highlights:

   - Fixed some long tail latency problems in the block allocator

   - Removed some long deprecated (and for the past several years no-op)
     mount options and ioctls

   - Strengthened the extended attribute and directory verifiers

   - Audited and fixed all the places where we could return EFSCORRUPTED
     without logging anything

   - Refactored the old SGI space allocation ioctls to make the
     equivalent fallocate calls

   - Fixed a race between fallocate and directio

   - Fixed an integer overflow when files have more than a few
     billion(!) extents

   - Fixed a longstanding bug where quota accounting could be incorrect
     when performing unwritten extent conversion on a freshly mounted fs

   - Fixed various complaints in scrub about soft lockups and
     unresponsiveness to signals

   - De-vtable'd the directory handling code, which should make it
     faster

   - Converted to the new mount api, for better or for worse

   - Cleaned up some memory leaks

  and quite a lot of other smaller fixes and cleanups.

  A more detailed summary:

   - Fill out the build string

   - Prevent inode fork extent count overflows

   - Refactor the allocator to reduce long tail latency

   - Rework incore log locking a little to reduce spinning

   - Break up the xfs_iomap_begin functions into smaller more cohesive
     parts

   - Fix allocation alignment being dropped too early when the
     allocation request is for more blocks than an AG is large

   - Other small cleanups

   - Clean up file buftarg retrieval helpers

   - Hoist the resvsp and unresvsp ioctls to the vfs

   - Remove the undocumented biosize mount option, since it has never
     been mentioned as existing or supported on linux

   - Clean up some of the mount option printing and parsing

   - Enhance attr leaf verifier to check block structure

   - Check dirent and attr names for invalid characters before passing
     them to the vfs

   - Refactor open-coded bmbt walking

   - Fix a few places where we return EIO instead of EFSCORRUPTED after
     failing metadata sanity checks

   - Fix a synchronization problem between fallocate and aio dio
     corrupting the file length

   - Clean up various loose ends in the iomap and bmap code

   - Convert to the new mount api

   - Make sure we always log something when returning EFSCORRUPTED

   - Fix some problems where long running scrub loops could trigger soft
     lockup warnings and/or fail to exit due to fatal signals pending

   - Fix various Coverity complaints

   - Remove most of the function pointers from the directory code to
     reduce indirection penalties

   - Ensure that dquots are attached to the inode when performing
     unwritten extent conversion after io

   - Deuglify incore projid and crtime types

   - Fix another AGI/AGF locking order deadlock when renaming

   - Clean up some quota typedefs

   - Remove the FSSETDM ioctls which haven't done anything in 20 years

   - Fix some memory leaks when mounting the log fails

   - Fix an underflow when updating an xattr leaf freemap

   - Remove some trivial wrappers

   - Report metadata corruption as an error, not a (potentially) fatal
     assertion

   - Clean up the dir/attr buffer mapping code

   - Allow fatal signals to kill scrub during parent pointer checks"

* tag 'xfs-5.5-merge-16' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux: (198 commits)
  xfs: allow parent directory scans to be interrupted with fatal signals
  xfs: remove the mappedbno argument to xfs_da_get_buf
  xfs: remove the mappedbno argument to xfs_da_read_buf
  xfs: split xfs_da3_node_read
  xfs: remove the mappedbno argument to xfs_dir3_leafn_read
  xfs: remove the mappedbno argument to xfs_dir3_leaf_read
  xfs: remove the mappedbno argument to xfs_attr3_leaf_read
  xfs: remove the mappedbno argument to xfs_da_reada_buf
  xfs: improve the xfs_dabuf_map calling conventions
  xfs: refactor xfs_dabuf_map
  xfs: simplify mappedbno handling in xfs_da_{get,read}_buf
  xfs: report corruption only as a regular error
  xfs: Remove kmem_zone_free() wrapper
  xfs: Remove kmem_zone_destroy() wrapper
  xfs: Remove slab init wrappers
  xfs: fix attr leaf header freemap.size underflow
  xfs: fix some memory leaks in log recovery
  xfs: fix another missing include
  xfs: remove XFS_IOC_FSSETDM and XFS_IOC_FSSETDM_BY_HANDLE
  xfs: remove duplicated include from xfs_dir2_data.c
  ...
DeltaFile
+717-753fs/xfs/xfs_super.c
+752-500fs/xfs/libxfs/xfs_alloc.c
+0-888fs/xfs/libxfs/xfs_da_format.c
+426-434fs/xfs/xfs_iomap.c
+399-293fs/xfs/libxfs/xfs_bmap.c
+316-354fs/xfs/libxfs/xfs_da_btree.c
+177-261fs/xfs/xfs_log.c
+235-196fs/xfs/libxfs/xfs_dir2_node.c
+254-170fs/xfs/libxfs/xfs_dir2_sf.c
+289-88fs/xfs/libxfs/xfs_rmap.c
+171-136fs/xfs/libxfs/xfs_dir2_leaf.c
+154-126fs/xfs/libxfs/xfs_dir2_data.c
+42-215fs/xfs/xfs_bmap_util.c
+27-176fs/xfs/xfs_ioctl.c
+126-48fs/xfs/libxfs/xfs_refcount.c
+77-71fs/xfs/xfs_log_recover.c
+67-72fs/xfs/xfs_qm_syscalls.c
+23-115fs/xfs/xfs_reflink.c
+73-64fs/xfs/xfs_dir2_readdir.c
+102-32fs/xfs/libxfs/xfs_attr_leaf.c
+68-64fs/xfs/scrub/dir.c
+61-70fs/xfs/libxfs/xfs_dir2_block.c
+86-31fs/xfs/libxfs/xfs_ialloc.c
+103-11fs/xfs/libxfs/xfs_dir2_priv.h
+78-26fs/xfs/xfs_file.c
+57-40fs/xfs/libxfs/xfs_btree.c
+49-47fs/xfs/xfs_dquot.h
+6-84fs/xfs/libxfs/xfs_dir2.h
+46-30fs/xfs/xfs_attr_inactive.c
+46-29fs/xfs/xfs_attr_list.c
+48-25fs/xfs/libxfs/xfs_da_btree.h
+40-32fs/xfs/libxfs/xfs_dir2.c
+48-22fs/xfs/xfs_iops.c
+36-31fs/xfs/xfs_qm.c
+17-45fs/xfs/scrub/dabtree.c
+1-58fs/xfs/libxfs/xfs_da_format.h
+10-48fs/xfs/xfs_mount.c
+4-53fs/xfs/xfs_mount.h
+28-28fs/xfs/xfs_trans_dquot.c
+25-29fs/xfs/xfs_pnfs.c
+2-47fs/xfs/xfs_ioctl32.c
+39-9fs/xfs/xfs_inode.c
+24-22fs/xfs/xfs_dquot.c
+10-33fs/xfs/xfs_aops.c
+28-9fs/xfs/libxfs/xfs_btree.h
+32-3fs/xfs/xfs_trace.h
+18-16fs/xfs/xfs_dquot_item.h
+15-18fs/xfs/xfs_log_priv.h
+4-29fs/xfs/xfs_error.h
+15-17fs/xfs/xfs_buf.c
+8-23fs/xfs/xfs_inode.h
+26-5fs/xfs/xfs_error.c
+26-4fs/xfs/libxfs/xfs_attr_leaf.h
+0-30fs/xfs/kmem.h
+21-6fs/xfs/scrub/parent.c
+11-13fs/xfs/libxfs/xfs_attr.c
+15-7fs/xfs/xfs_message.c
+14-8fs/xfs/libxfs/xfs_inode_fork.c
+9-12fs/xfs/libxfs/xfs_inode_buf.c
+14-4fs/xfs/xfs_acl.c
+12-6fs/xfs/libxfs/xfs_inode_fork.h
+14-2fs/compat_ioctl.c
+1-15fs/xfs/libxfs/xfs_alloc.h
+11-5fs/ioctl.c
+9-6fs/xfs/xfs_inode_item.c
+10-4fs/xfs/xfs_linux.h
+7-7fs/xfs/libxfs/xfs_format.h
+8-5fs/xfs/xfs_rmap_item.c
+2-11fs/xfs/xfs_ioctl32.h
+6-5fs/xfs/xfs_bmap_item.c
+6-5fs/xfs/scrub/attr.c
+7-4fs/xfs/xfs_iomap.h
+8-2include/linux/falloc.h
+5-5fs/xfs/xfs_trans_ail.c
+10-0fs/xfs/xfs_super.h
+8-1fs/xfs/scrub/common.h
+5-4fs/xfs/xfs_extfree_item.c
+5-4fs/xfs/xfs_refcount_item.c
+4-4fs/xfs/xfs_qm_bhv.c
+4-4fs/xfs/libxfs/xfs_dquot_buf.c
+3-5fs/xfs/libxfs/xfs_trans_inode.c
+4-4fs/xfs/xfs_icache.c
+6-2fs/xfs/scrub/fscounters.c
+7-0fs/xfs/scrub/quota.c
+0-7fs/xfs/xfs_ioctl.h
+3-3fs/xfs/xfs_qm.h
+3-3fs/xfs/xfs_buf_item.c
+5-1fs/xfs/xfs_discard.c
+3-3fs/xfs/libxfs/xfs_trans_resv.c
+3-3fs/xfs/xfs_itable.c
+3-3fs/xfs/xfs_log_cil.c
+3-3fs/xfs/xfs_message.h
+2-3fs/xfs/libxfs/xfs_inode_buf.h
+2-2fs/xfs/libxfs/xfs_log_recover.h
+2-2fs/xfs/xfs_reflink.h
+2-2fs/xfs/libxfs/xfs_fs.h
+2-2fs/xfs/libxfs/xfs_rtbitmap.c
+2-2fs/xfs/libxfs/xfs_log_format.h
+0-4fs/xfs/xfs_bmap_util.h
+3-0fs/xfs/xfs_quotaops.c
+0-3fs/xfs/xfs_aops.h
+2-1fs/xfs/xfs_iwalk.c
+2-1fs/xfs/xfs_filestream.c
+1-2fs/xfs/scrub/dabtree.h
+1-2fs/xfs/xfs_rtalloc.c
+2-1fs/xfs/scrub/bitmap.c
+1-1fs/xfs/kmem.c
+1-1fs/xfs/xfs_extent_busy.c
+1-1fs/xfs/xfs_icreate_item.c
+0-2fs/xfs/libxfs/xfs_types.h
+1-1include/linux/fs.h
+1-1fs/xfs/libxfs/xfs_iext_tree.c
+2-0fs/xfs/libxfs/xfs_ag_resv.c
+1-1fs/xfs/xfs_symlink.h
+1-1fs/xfs/xfs_trans.c
+1-0fs/xfs/xfs_xattr.c
+1-0fs/xfs/libxfs/xfs_sb.c
+1-0fs/xfs/xfs_symlink.c
+1-0fs/xfs/scrub/scrub.c
+1-0fs/xfs/scrub/health.c
+0-1fs/xfs/xfs_buf.h
+1-0fs/xfs/xfs_fsmap.c
+0-1fs/xfs/Makefile
+1-0fs/xfs/libxfs/xfs_attr_remote.c
+1-0fs/xfs/libxfs/xfs_alloc_btree.c
+1-0fs/xfs/libxfs/xfs_bit.c
+5,841-6,284126 files

UnifiedSplitRaw