Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
  1. Dec 16, 2021
  2. Dec 15, 2021
  3. Dec 14, 2021
  4. Dec 13, 2021
  5. Dec 12, 2021
  6. Dec 11, 2021
  7. Dec 10, 2021
    • Linus Torvalds's avatar
      Merge tag 'for-5.16-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux · 6f513529
      Linus Torvalds authored
      Pull btrfs fixes from David Sterba:
       "A few more regression fixes and stable patches, mostly one-liners.
      
        Regression fixes:
      
         - fix pointer/ERR_PTR mismatch returned from memdup_user
      
         - reset dedicated zoned mode relocation block group to avoid using it
           and filling it without any recourse
      
        Fixes:
      
         - handle a case to FITRIM range (also to make fstests/generic/260
           work)
      
         - fix warning when extent buffer state and pages get out of sync
           after an IO error
      
         - fix transaction abort when syncing due to missing mapping error set
           on metadata inode after inlining a compressed file
      
         - fix transaction abort due to tree-log and zoned mode interacting in
           an unexpected way
      
         - fix memory leak of additional extent data when qgroup reservation
           fails
      
         - do proper handling of slot search call when deleting root refs"
      
      * tag 'for-5.16-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux:
        btrfs: replace the BUG_ON in btrfs_del_root_ref with proper error handling
        btrfs: zoned: clear data relocation bg on zone finish
        btrfs: free exchange changeset on failures
        btrfs: fix re-dirty process of tree-log nodes
        btrfs: call mapping_set_error() on btree inode with a write error
        btrfs: clear extent buffer uptodate when we fail to write it
        btrfs: fail if fstrim_range->start == U64_MAX
        btrfs: fix error pointer dereference in btrfs_ioctl_rm_dev_v2()
      6f513529
    • Linus Torvalds's avatar
      Merge tag '5.16-rc4-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6 · e1b96811
      Linus Torvalds authored
      Pull cifs fixes from Steve French:
       "Two cifs/smb3 fixes - one for stable, the other fixes a recently
        reported NTLMSSP auth problem"
      
      * tag '5.16-rc4-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6:
        cifs: fix ntlmssp auth when there is no key exchange
        cifs: Fix crash on unload of cifs_arc4.ko
      e1b96811
    • Linus Torvalds's avatar
      Merge tag 'nfsd-5.16-2' of git://linux-nfs.org/~bfields/linux · e80bdc5e
      Linus Torvalds authored
      Pull nfsd fixes from Bruce Fields:
       "Fix a race on startup and another in the delegation code.
      
        The latter has been around for years, but I suspect recent changes may
        have widened the race window a little, so I'd like to go ahead and get
        it in"
      
      * tag 'nfsd-5.16-2' of git://linux-nfs.org/~bfields/linux:
        nfsd: fix use-after-free due to delegation race
        nfsd: Fix nsfd startup race (again)
      e80bdc5e