1. 19 Jan, 2023 17 commits
  2. 18 Jan, 2023 8 commits
  3. 17 Jan, 2023 14 commits
  4. 16 Jan, 2023 1 commit
    • Linus Torvalds's avatar
      Merge tag 'for-6.2-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux · d532dd10
      Linus Torvalds authored
      Pull btrfs fixes from David Sterba:
       "Another batch of fixes, dealing with fallouts from 6.1 reported by
        users:
      
         - tree-log fixes:
             - fix directory logging due to race with concurrent index key
               deletion
             - fix missing error handling when logging directory items
             - handle case of conflicting inodes being added to the log
             - remove transaction aborts for not so serious errors
      
         - fix qgroup accounting warning when rescan can be started at time
           with temporarily disable accounting
      
         - print more specific errors to system log when device scan ioctl
           fails
      
         - disable space overcommit for ZNS devices, causing heavy performance
           drop"
      
      * tag 'for-6.2-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux:
        btrfs: do not abort transaction on failure to update log root
        btrfs: do not abort transaction on failure to write log tree when syncing log
        btrfs: add missing setup of log for full commit at add_conflicting_inode()
        btrfs: fix directory logging due to race with concurrent index key deletion
        btrfs: fix missing error handling when logging directory items
        btrfs: zoned: enable metadata over-commit for non-ZNS setup
        btrfs: qgroup: do not warn on record without old_roots populated
        btrfs: add extra error messages to cover non-ENOMEM errors from device_add_list()
      d532dd10