From: Linus Torvalds Date: Mon, 2 May 2022 17:09:02 +0000 (-0700) Subject: Merge tag 'for-5.18-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave... X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=9050ba3a61a4b5bd84c2cde092a100404f814f31;p=people%2Fjgross%2Flinux.git Merge tag 'for-5.18-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux Pull btrfs fixes from David Sterba: "A few more fixes mostly around how some file attributes could be set. - fix handling of compression property: - don't allow setting it on anything else than regular file or directory - do not allow setting it on nodatacow files via properties - improved error handling when setting xattr - make sure symlinks are always properly logged" * tag 'for-5.18-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux: btrfs: skip compression property for anything other than files and dirs btrfs: do not BUG_ON() on failure to update inode when setting xattr btrfs: always log symlinks in full mode btrfs: do not allow compression on nodatacow files btrfs: export a helper for compression hard check --- 9050ba3a61a4b5bd84c2cde092a100404f814f31