All of lore.kernel.org
 help / color / mirror / Atom feed
* [ANNOUNCE] xfs-linux: for-next updated to afd9d6a1df75
@ 2018-06-02  1:55 Darrick J. Wong
  0 siblings, 0 replies; only message in thread
From: Darrick J. Wong @ 2018-06-02  1:55 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.  This pulls in a few more bug fixes, and some of the
cleanups from Christoph's bufferhead removal series; unless I hear of
any loud yelling, this is what I intend to send in during the first week
of the merge window.  Dave's SPDX conversion could make a second pull
request.

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

afd9d6a1df75 fs: use ->is_partially_uptodate in page_cache_seek_hole_data

New Commits:

Brian Foster (10):
      [4223f659dd3e] xfs: create agfl block free helper function
      [f8f2835a9cf3] xfs: defer agfl block frees when dfops is available
      [2bc5eba8b695] xfs: defer agfl block frees from deferred ops processing context
      [658f8f951173] xfs: defer agfl frees from inode inactivation
      [8b922f0e6a7f] xfs: defer frees from common inode allocation paths
      [8804630e1eeb] xfs: defer agfl frees from directory op transactions
      [fcb762f5de2e] xfs: add bmapi nodiscard flag
      [13b86fc33718] xfs: skip online discard during eofblocks trims
      [84ca484ecf2f] xfs: don't discard on free of unwritten extents
      [4e529339af15] xfs: factor out nodiscard helpers

Christoph Hellwig (14):
      [0aa69fd32a5f] block: add a lower-level bio_add_page interface
      [836978b35fcd] mm: give the 'ret' variable a better name __do_page_cache_readahead
      [c534aa3fdd14] mm: return an unsigned int from __do_page_cache_readahead
      [b3751e6ab45a] mm: split ->readpages calls to avoid non-contiguous pages lists
      [19319b53210c] iomap: inline data should be an iomap type, not a flag
      [9ecac0ef2233] iomap: fix the comment describing IOMAP_NOWAIT
      [7ee66c03e40a] iomap: move IOMAP_F_BOUNDARY to gfs2
      [6533b4e40d8b] iomap: use __bio_add_page in iomap_dio_zero
      [57fc505d119d] iomap: add a iomap_sector helper
      [89eb1906a953] iomap: add an iomap-based bmap implementation
      [b84e772299dc] xfs: use iomap_bmap
      [8a78cb1f1b98] fs: move page_cache_seek_hole_data to iomap.c
      [bd56b3e14410] fs: remove the buffer_unwritten check in page_seek_hole_data
      [afd9d6a1df75] fs: use ->is_partially_uptodate in page_cache_seek_hole_data

Darrick J. Wong (54):
      [cec572561a74] xfs: bmap debugging should never panic the system
      [52101dfe56f7] xfs: add missing rmap error return
      [7b6b50f55c10] xfs: release new dquot buffer on defer_finish error
      [609001bca499] xfs: don't spray logs when dquot flush/purge fail
      [2e330e76e03d] xfs: refactor XFS_QMOPT_DQNEXT out of existence
      [cc2047c4d036] xfs: refactor dquot cache handling
      [d7103eeb0051] xfs: delegate dqget input checks to helper function
      [c14cfccabe2a] xfs: remove unnecessary xfs_qm_dqattach parameter
      [4882c19d2a77] xfs: split out dqget for inodes from regular dqget
      [0fcef1270f30] xfs: fetch dquots directly during quotacheck
      [617cd5c12c3c] xfs: refactor incore dquot initialization functions
      [d63192c89047] xfs: refactor xfs_qm_dqtobp and xfs_qm_dqalloc
      [114e73ccfa2a] xfs: remove direct calls to _qm_dqread
      [30ab2dcf2c06] xfs: replace XFS_QMOPT_DQALLOC with a simple boolean
      [28b9060bd808] xfs: rename on-disk dquot counter zap functions
      [554ba965407e] xfs: refactor dquot iteration
      [eb41c93fef19] xfs: avoid ilock games in the quota scrubber
      [631fc955bdc8] xfs: clean up scrub usage of KM_NOFS
      [08a3a692ef58] xfs: btree scrub should check minrecs
      [9d9c90286a74] xfs: refactor scrub transaction allocation function
      [14861c47400b] xfs: add helpers to calculate btree size
      [7f8f1313d91a] xfs: expose various functions to repair code
      [4d4f86b49fd0] xfs: add repair helpers for the reverse mapping btree
      [08daa3ccf541] xfs: add repair helpers for the reference count btree
      [95eb308caa0f] xfs: add BMAPI_NORMAP flag to perform block remapping without updating rmapbt
      [d6b636ebb1c9] xfs: halt auto-reclamation activities while rebuilding rmap
      [67482129cdab] iomap: add a swapfile activation function
      [8389f3ffa22a] xfs: skip scrub xref if corruption already noted
      [689e11c84b15] xfs: superblock scrub should use short-lived buffers
      [eac69e167665] xfs: refactor quota limits initialization
      [8bc763c24de7] xfs: don't continue scrub if already corrupt
      [87d9d609c22d] xfs: quota scrub should use bmapbtd scrubber
      [517b32b7fa0e] xfs: scrub the data fork of the realtime inodes
      [ddd10c2fe20e] xfs: avoid ABBA deadlock when scrubbing parent pointers
      [9f3a080ef19b] xfs: hoist xfs_scrub_agfl_walk to libxfs as xfs_agfl_walk
      [7cf199ba5a70] xfs: make xfs_bmapi_remapi work with attribute forks
      [7644bd988d91] xfs: teach xfs_bmapi_remap to accept some bmapi flags
      [718fa74b153f] xfs: create tracepoints for online repair
      [84d42ea6b626] xfs: implement the metadata repair ioctl flag
      [aee9a4a555b3] fs: clear writeback errors in inode_init_always
      [2e050e648ad6] xfs: fix inobt magic number check
      [51863d7dd77d] xfs: grab the per-ag structure whenever relevant
      [0a9633fa2f9a] xfs: add helpers to deal with transaction allocation and rolling
      [73d6b42aa4dc] xfs: add helpers to allocate and initialize fresh btree roots
      [64a39d876e77] xfs: add helpers to collect and sift btree block pointers during repair
      [12c6510e2ff1] xfs: add helpers to dispose of old btree blocks after a repair
      [04a2b7b254f9] xfs: recover AG btree roots from rmap data
      [7e85bc6c8732] xfs: add helpers to attach quotas to inodes
      [d25522f10cfa] xfs: repair superblocks
      [ba23cba9b3bd] fs: allow per-device dax status checking for filesystems
      [2483113f3d7b] xfs: xfs_rtword_t should be unsigned, not signed
      [a03f1641c7a6] xfs: xfs_rtbuf_get should check the bmapi_read results
      [8ad560d2565e] xfs: strengthen rtalloc query range checks
      [a0e5c435babd] xfs: fix xfs_rtalloc_rec units

Dave Chinner (31):
      [afca6c5b2595] xfs: validate cached inodes are free when allocated
      [8b26984dbd81] xfs: validate allocated inode number
      [8925a3dc4771] xfs: make xfs_buf_incore out of line
      [b027d4c97b96] xfs: don't retry xfs_buf_find on XBF_TRYLOCK failure
      [ed5c3e66a328] xfs: move generic_write_sync calls inwards
      [4f8ff44ba0ad] iomap: iomap_dio_rw() handles all sync writes
      [3460cac1ca76] iomap: Use FUA for pure data O_DSYNC DIO writes
      [d0641780940a] xfs: simplify xfs_file_iomap_begin() logic
      [dfa03a5f8076] xfs: clean up locking in xfs_file_iomap_begin
      [22525c17ed13] xfs: log item flags are racy
      [ba18781b9156] xfs: add tracing to high level transaction operations
      [e632a5690c73] xfs: adder caller IP to xfs_defer* tracepoints
      [d686d12d23ae] xfs: don't assert fail with AIL lock held
      [3565b660e56a] xfs: fix double ijoin in xfs_inactive_symlink_rmt()
      [c5295c6aad53] xfs: fix double ijoin in xfs_reflink_cancel_cow_range
      [844e5e74c1a8] xfs: fix double ijoin in xfs_reflink_clear_inode_flag()
      [1a2ebf835a3c] xfs: add some more debug checks to buffer log item reuse
      [e6631f85546c] xfs: get rid of the log item descriptor
      [dae5cd811852] xfs: add mount delay debug option
      [c9fbd7bbc23d] xfs: clear sb->s_fs_info on mount failure
      [879de98ead51] xfs: one-shot cached buffers
      [cce77bcf48f5] xfs: factor out AG header initialisation from growfs core
      [9aebe805a58b] xfs: convert growfs AG header init to use buffer lists
      [0410c3bb2b88] xfs: factor ag btree root block initialisation
      [532ff647d830] xfs: turn ag header initialisation into a table driven operation
      [87444b8c267a] xfs: make imaxpct changes in growfs separate
      [83a7f86e39ff] xfs: separate secondary sb update in growfs
      [8125147288db] xfs: rework secondary superblock updates in growfs
      [b16817b66b6c] xfs: move growfs core to libxfs
      [49dd56f26ea7] xfs: factor the ag length extension code into libxfs
      [16858f7c2115] xfs: fix error handling in xfs_refcount_insert()

Dave Jiang (1):
      [80660f20252d] dax: change bdev_dax_supported() to support boolean returns

Eric Sandeen (8):
      [e443523d1910] xfs: trace ATTR flags in xattr tracepoints
      [e381a0f6c28a] xfs: remove unused flags arg from xfs_dquot_verify
      [57ab324553bb] xfs: check type in quota verifier during quotacheck
      [48fa1db87f73] xfs: pass full xfs_dqblk to repair during quotacheck
      [7224fa482a6d] xfs: add full xfs_dqblk verifier
      [72c5c5f6d01c] xfs: print specific dqblk that failed verifiers
      [62750d040bd1] fs: copy BTRFS_IOC_[SG]ET_FSLABEL to vfs
      [f7664b31975b] xfs: implement online get/set fs label

Omar Sandoval (2):
      [ec601924df0f] iomap: provide more useful errors for invalid swap files
      [19e129618d47] iomap: don't allow holes in swapfiles

Souptick Joarder (1):
      [05edd888d1b2] fs: xfs: Change return type to vm_fault_t


Code Diffstat:

 Documentation/ioctl/ioctl-number.txt |    3 +-
 block/bio.c                          |   96 +--
 drivers/dax/super.c                  |   40 +-
 fs/buffer.c                          |  114 ----
 fs/ext2/super.c                      |    3 +-
 fs/ext4/inline.c                     |    4 +-
 fs/ext4/super.c                      |    3 +-
 fs/gfs2/bmap.c                       |   11 +-
 fs/inode.c                           |    1 +
 fs/iomap.c                           |  408 ++++++++++++-
 fs/xfs/Kconfig                       |   18 +
 fs/xfs/Makefile                      |    9 +
 fs/xfs/libxfs/xfs_ag.c               |  464 +++++++++++++++
 fs/xfs/libxfs/xfs_ag.h               |   30 +
 fs/xfs/libxfs/xfs_alloc.c            |  129 +++-
 fs/xfs/libxfs/xfs_alloc.h            |   23 +-
 fs/xfs/libxfs/xfs_alloc_btree.c      |    9 +
 fs/xfs/libxfs/xfs_alloc_btree.h      |    2 +
 fs/xfs/libxfs/xfs_attr.c             |    4 +-
 fs/xfs/libxfs/xfs_attr_remote.c      |    2 +-
 fs/xfs/libxfs/xfs_bmap.c             |   92 +--
 fs/xfs/libxfs/xfs_bmap.h             |   30 +-
 fs/xfs/libxfs/xfs_bmap_btree.c       |    9 +
 fs/xfs/libxfs/xfs_bmap_btree.h       |    3 +
 fs/xfs/libxfs/xfs_btree.c            |   25 +-
 fs/xfs/libxfs/xfs_btree.h            |    3 +-
 fs/xfs/libxfs/xfs_defer.c            |   24 +-
 fs/xfs/libxfs/xfs_defer.h            |    1 +
 fs/xfs/libxfs/xfs_dquot_buf.c        |   94 +--
 fs/xfs/libxfs/xfs_errortag.h         |    4 +-
 fs/xfs/libxfs/xfs_format.h           |    7 +-
 fs/xfs/libxfs/xfs_fs.h               |    9 +-
 fs/xfs/libxfs/xfs_ialloc.c           |    2 +-
 fs/xfs/libxfs/xfs_ialloc.h           |    3 +
 fs/xfs/libxfs/xfs_ialloc_btree.c     |   11 +-
 fs/xfs/libxfs/xfs_ialloc_btree.h     |    2 +
 fs/xfs/libxfs/xfs_quota_defs.h       |    9 +-
 fs/xfs/libxfs/xfs_refcount.c         |   24 +-
 fs/xfs/libxfs/xfs_refcount.h         |    7 +
 fs/xfs/libxfs/xfs_rmap.c             |   83 +++
 fs/xfs/libxfs/xfs_rmap.h             |    4 +
 fs/xfs/libxfs/xfs_rtbitmap.c         |   26 +-
 fs/xfs/libxfs/xfs_sb.c               |  147 +++++
 fs/xfs/libxfs/xfs_sb.h               |   16 +
 fs/xfs/libxfs/xfs_shared.h           |   16 +-
 fs/xfs/libxfs/xfs_types.h            |    2 +-
 fs/xfs/scrub/agheader.c              |   85 +--
 fs/xfs/scrub/agheader_repair.c       |   70 +++
 fs/xfs/scrub/alloc.c                 |    4 +-
 fs/xfs/scrub/attr.c                  |    3 +-
 fs/xfs/scrub/bmap.c                  |    8 +-
 fs/xfs/scrub/btree.c                 |   42 +-
 fs/xfs/scrub/common.c                |  131 +++-
 fs/xfs/scrub/common.h                |   32 +-
 fs/xfs/scrub/dir.c                   |   35 +-
 fs/xfs/scrub/ialloc.c                |    7 +-
 fs/xfs/scrub/inode.c                 |   10 +-
 fs/xfs/scrub/parent.c                |   19 +-
 fs/xfs/scrub/quota.c                 |  181 +++---
 fs/xfs/scrub/refcount.c              |   10 +-
 fs/xfs/scrub/repair.c                | 1089 ++++++++++++++++++++++++++++++++++
 fs/xfs/scrub/repair.h                |  132 +++++
 fs/xfs/scrub/rmap.c                  |    6 +-
 fs/xfs/scrub/rtbitmap.c              |   60 +-
 fs/xfs/scrub/scrub.c                 |  142 ++++-
 fs/xfs/scrub/scrub.h                 |    5 +
 fs/xfs/scrub/trace.h                 |  258 ++++++++
 fs/xfs/xfs_aops.c                    |   21 +-
 fs/xfs/xfs_bmap_item.c               |    4 +-
 fs/xfs/xfs_bmap_util.c               |   10 +-
 fs/xfs/xfs_buf.c                     |  100 +++-
 fs/xfs/xfs_buf.h                     |   29 +-
 fs/xfs/xfs_buf_item.c                |   10 +-
 fs/xfs/xfs_dquot.c                   |  780 ++++++++++++++----------
 fs/xfs/xfs_dquot.h                   |   22 +-
 fs/xfs/xfs_dquot_item.c              |    7 +-
 fs/xfs/xfs_error.c                   |    3 +
 fs/xfs/xfs_extfree_item.c            |    6 +-
 fs/xfs/xfs_file.c                    |   55 +-
 fs/xfs/xfs_fsmap.c                   |   14 +-
 fs/xfs/xfs_fsops.c                   |  587 ++++--------------
 fs/xfs/xfs_globals.c                 |    1 +
 fs/xfs/xfs_icache.c                  |   94 ++-
 fs/xfs/xfs_icache.h                  |    3 +
 fs/xfs/xfs_icreate_item.c            |    4 +-
 fs/xfs/xfs_inode.c                   |   47 +-
 fs/xfs/xfs_inode.h                   |   14 +-
 fs/xfs/xfs_inode_item.c              |    8 +-
 fs/xfs/xfs_ioctl.c                   |   89 ++-
 fs/xfs/xfs_iomap.c                   |  186 +++---
 fs/xfs/xfs_iops.c                    |   32 +-
 fs/xfs/xfs_log.c                     |   12 +-
 fs/xfs/xfs_log_cil.c                 |   22 +-
 fs/xfs/xfs_log_recover.c             |    4 +-
 fs/xfs/xfs_mount.c                   |    4 +-
 fs/xfs/xfs_qm.c                      |  254 ++++----
 fs/xfs/xfs_qm.h                      |    6 +-
 fs/xfs/xfs_qm_bhv.c                  |    2 +-
 fs/xfs/xfs_qm_syscalls.c             |   97 ++-
 fs/xfs/xfs_quota.h                   |   22 +-
 fs/xfs/xfs_quotaops.c                |    8 +-
 fs/xfs/xfs_refcount_item.c           |    4 +-
 fs/xfs/xfs_reflink.c                 |   18 +-
 fs/xfs/xfs_rmap_item.c               |    4 +-
 fs/xfs/xfs_rtalloc.h                 |    9 +-
 fs/xfs/xfs_super.c                   |   59 +-
 fs/xfs/xfs_symlink.c                 |   10 +-
 fs/xfs/xfs_sysctl.h                  |    1 +
 fs/xfs/xfs_sysfs.c                   |   31 +
 fs/xfs/xfs_trace.h                   |   72 ++-
 fs/xfs/xfs_trans.c                   |   89 ++-
 fs/xfs/xfs_trans.h                   |   29 +-
 fs/xfs/xfs_trans_ail.c               |   50 +-
 fs/xfs/xfs_trans_bmap.c              |    4 +-
 fs/xfs/xfs_trans_buf.c               |   24 +-
 fs/xfs/xfs_trans_dquot.c             |    4 +-
 fs/xfs/xfs_trans_extfree.c           |   84 ++-
 fs/xfs/xfs_trans_inode.c             |    3 +-
 fs/xfs/xfs_trans_priv.h              |   11 +-
 fs/xfs/xfs_trans_refcount.c          |    4 +-
 fs/xfs/xfs_trans_rmap.c              |    4 +-
 include/linux/bio.h                  |    9 +
 include/linux/buffer_head.h          |    2 -
 include/linux/dax.h                  |   11 +-
 include/linux/iomap.h                |   27 +-
 include/uapi/linux/fs.h              |    8 +-
 mm/internal.h                        |    2 +-
 mm/readahead.c                       |   39 +-
 128 files changed, 5544 insertions(+), 1980 deletions(-)
 create mode 100644 fs/xfs/libxfs/xfs_ag.c
 create mode 100644 fs/xfs/libxfs/xfs_ag.h
 create mode 100644 fs/xfs/scrub/agheader_repair.c
 create mode 100644 fs/xfs/scrub/repair.c
 create mode 100644 fs/xfs/scrub/repair.h

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

only message in thread, other threads:[~2018-06-02  1:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-02  1:55 [ANNOUNCE] xfs-linux: for-next updated to afd9d6a1df75 Darrick J. Wong

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.