• Linus Torvalds's avatar
    Merge tag 'xfs-6.5-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux · 9e06150d
    Linus Torvalds authored
    Pull xfs updates from Darrick Wong:
     "There's not much going on this cycle -- the large extent counts
      feature graduated, so now users can create more extremely fragmented
      files! :P
    
      The rest are bug fixes; and I'll be sending more next week.
    
       - Fix a problem where shrink would blow out the space reserve by
         declining to shrink the filesystem
    
       - Drop the EXPERIMENTAL tag for the large extent counts feature
    
       - Set FMODE_CAN_ODIRECT and get rid of an address space op
    
       - Fix an AG count overflow bug in growfs if the new device size is
         redonkulously large"
    
    * tag 'xfs-6.5-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux:
      xfs: fix ag count overflow during growfs
      xfs: set FMODE_CAN_ODIRECT instead of a dummy direct_IO method
      xfs: drop EXPERIMENTAL tag for large extent counts
      xfs: don't deplete the reserve pool when trying to shrink the fs
    9e06150d
xfs_super.c 61.1 KB