From: Christian Brauner Date: Wed, 26 Nov 2025 13:50:17 +0000 (+0100) Subject: Merge patch series "re-enable IOCB_NOWAIT writes to files v2" X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1ed45a4ddc15cfb04a27303cfbd381d9e95a01da;p=thirdparty%2Flinux.git Merge patch series "re-enable IOCB_NOWAIT writes to files v2" Christoph Hellwig says: [Fix] the layering bypass in btrfs when updating timestamps on device files for devices removed from btrfs usage, and FMODE_NOCMTIME handling in the VFS now that nfsd started using it. Note that I'm still not sure that nfsd usage is fully correct for all file systems, as only XFS explicitly supports FMODE_NOCMTIME, but at least the generic code does the right thing now. * patches from https://patch.msgid.link/20251120064859.2911749-1-hch@lst.de: orangefs: use inode_update_timestamps directly btrfs: fix the comment on btrfs_update_time btrfs: use vfs_utimes to update file timestamps fs: export vfs_utimes fs: lift the FMODE_NOCMTIME check into file_update_time_flags fs: refactor file timestamp update logic Link: https://patch.msgid.link/20251120064859.2911749-1-hch@lst.de Signed-off-by: Christian Brauner --- 1ed45a4ddc15cfb04a27303cfbd381d9e95a01da