Date: Tue, 20 Jan 2026 09:43:41 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 118249] [ufs] mv(1): moving a directory changes its mtime Message-ID: <bug-118249-227-sw2Us7NWXE@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-118249-227@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=118249 Aadya Chinubhai <aadyachinubhai@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aadyachinubhai@gmail.com --- Comment #5 from Aadya Chinubhai <aadyachinubhai@gmail.com> --- Created attachment 267313 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=267313&action=edit Fixes incorrect timestamp updates in ufs_rename This patch prevents mtime updates during directory moves and prevents ctime updates on failed/rolled-back renames by utilizing IN_MODIFIED for lazy updates. It also ensures strict POSIX compliance for successful file renames. Verified with regression tests covering all three scenarios. -- You are receiving this mail because: You are the assignee for the bug.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-118249-227-sw2Us7NWXE>
