From: Linus Torvalds Date: Sun, 12 Feb 2023 19:26:36 +0000 (-0800) Subject: Merge tag 'for-6.2-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave... X-Git-Tag: v6.6.7~3585 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=711e9a4d52bf4e477e51c7135e1e6188c42018d0;p=platform%2Fkernel%2Flinux-starfive.git Merge tag 'for-6.2-rc7-tag' of git://git./linux/kernel/git/kdave/linux Pull btrfs fixes from David Sterba: - one more fix for a tree-log 'write time corruption' report, update the last dir index directly and don't keep in the log context - do VFS-level inode lock around FIEMAP to prevent a deadlock with concurrent fsync, the extent-level lock is not sufficient - don't cache a single-device filesystem device to avoid cases when a loop device is reformatted and the entry gets stale * tag 'for-6.2-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux: btrfs: free device in btrfs_close_devices for a single device filesystem btrfs: lock the inode in shared mode before starting fiemap btrfs: simplify update of last_dir_index_offset when logging a directory --- 711e9a4d52bf4e477e51c7135e1e6188c42018d0