Skip to content
  • Linus Torvalds's avatar
    Merge tag 'for_v5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs · b8072d5b
    Linus Torvalds authored
    Pull ext2, quota, reiserfs cleanups and fixes from Jan Kara:
    
     - Refactor the quota on/off kernel internal interfaces (mostly for
       ubifs quota support as ubifs does not want to have inodes holding
       quota information)
    
     - A few other small quota fixes and cleanups
    
     - Various small ext2 fixes and cleanups
    
     - Reiserfs xattr fix and one cleanup
    
    * tag 'for_v5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs: (28 commits)
      ext2: code cleanup for descriptor_loc()
      fs/quota: handle overflows of sysctl fs.quota.* and report as unsigned long
      ext2: fix improper function comment
      ext2: code cleanup for ext2_try_to_allocate()
      ext2: skip unnecessary operations in ext2_try_to_allocate()
      ext2: Simplify initialization in ext2_try_to_allocate()
      ext2: code cleanup by calling ext2_group_last_block_no()
      ext2: introduce new helper ext2_group_last_block_no()
      reiserfs: replace open-coded atomic_dec_a...
    b8072d5b