• Linus Torvalds's avatar
    Merge tag 'xfs-6.6-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux · 53ea7f62
    Linus Torvalds authored
    Pull xfs updates from Chandan Babu:
    
     - Chandan Babu will be taking over as the XFS release manager. He has
       reviewed all the patches that are in this branch, though I'm signing
       the branch one last time since I'm still technically maintainer. :P
    
     - Create a maintainer entry profile for XFS in which we lay out the
       various roles that I have played for many years.  Aside from release
       manager, the remaining roles are as yet unfilled.
    
     - Start merging online repair -- we now have in-memory pageable memory
       for staging btrees, a bunch of pending fixes, and we've started the
       process of refactoring the scrub support code to support more of
       repair.  In particular, reaping of old blocks from damaged structures.
    
     - Scrub the realtime summary file.
    
     - Fix a bug where scrub's quota iteration only ever returned the root
       dquot.  Oooops.
    
     - Fix some typos.
    
    [ Pull request from Chandan Babu, but signed tag and description from
      Darrick Wong, thus the first person singular above is Darrick, not
      Chandan ]
    
    * tag 'xfs-6.6-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux: (37 commits)
      fs/xfs: Fix typos in comments
      xfs: fix dqiterate thinko
      xfs: don't check reflink iflag state when checking cow fork
      xfs: simplify returns in xchk_bmap
      xfs: rewrite xchk_inode_is_allocated to work properly
      xfs: hide xfs_inode_is_allocated in scrub common code
      xfs: fix agf_fllast when repairing an empty AGFL
      xfs: allow userspace to rebuild metadata structures
      xfs: clear pagf_agflreset when repairing the AGFL
      xfs: allow the user to cancel repairs before we start writing
      xfs: don't complain about unfixed metadata when repairs were injected
      xfs: implement online scrubbing of rtsummary info
      xfs: always rescan allegedly healthy per-ag metadata after repair
      xfs: move the realtime summary file scrubber to a separate source file
      xfs: wrap ilock/iunlock operations on sc->ip
      xfs: get our own reference to inodes that we want to scrub
      xfs: track usage statistics of online fsck
      xfs: improve xfarray quicksort pivot
      xfs: create scaffolding for creating debugfs entries
      xfs: cache pages used for xfarray quicksort convergence
      ...
    53ea7f62
xfs_aops.c 17.1 KB