From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 8DB6C84E1D for ; Mon, 3 Jun 2024 11:40:28 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1717414828; cv=none; b=kB9TdDPKVsWGtY/rTPLiBzmiid+SNIg+D2B4vQs5Gd/mbJKl5TsRvQNAP+4IUqJdq3AT19Avn7uPTE/WN4sc0Raj988WJWlyG0etCsZe45VltJ4O+5mOfi2+Gh7P/ewgxk3Kxz9vgFLQZhOTpWoFyqtnZ3o/es+eqb3BrBFEXl4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1717414828; c=relaxed/simple; bh=rputze7Gc2nj/oRDTNcTFk84uTivIdZJW9ZkjK82kXU=; h=From:To:Subject:Date:Message-ID:Content-Type:MIME-Version; b=DK6z6I6orrqzEy40zDT1daV9WuvOh4Zj0Myz4ShtqYaWBxcI5YVz2Vf5wVt7QpcRr0EZ9tjJT5NcAg/J8xG1Vi2wDYJVXUtM5iDWtPtuZ/rBijHmPYf0r3yQGtjFd2tHedlRzLLOBXJAH5PlmRMmOTKrlFHVRloXOcn4dOShZxs= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=NYqiv2wZ; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="NYqiv2wZ" Received: by smtp.kernel.org (Postfix) with ESMTPS id 17D1DC4AF09 for ; Mon, 3 Jun 2024 11:40:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1717414828; bh=rputze7Gc2nj/oRDTNcTFk84uTivIdZJW9ZkjK82kXU=; h=From:To:Subject:Date:From; b=NYqiv2wZMCVlOw6ubcYvDC5vumyTMIoCpjNSbaTiipnKwOy+kwJhiU42IqiyjN3FN ALDqARQ8S6KS1KsRS60ORprVMb9pFM3CG4gnf9eB4ZBnsvw2avWjrAVdQ0CDk48UWe 4Q7E48x2+ztgbIEyGS8nTcyVe4CAYNSWd02pvpC1TxdZQNWeH13+wZ3IkkIgq5W10E 5cEtHUaaPj+mi05GQU7V+Rx4cY3bv0vwwqVwdY/RbTYsDauEO44g0bYJhDvDzAS94y 8nGsHFx0YXusCVEf37TeUXG9IvJuX95RgI3CqbugiLYJdoRWyByQFxG5sdJll1yk2h VXk7hrh+YYr1Q== Received: by aws-us-west-2-korg-bugzilla-1.web.codeaurora.org (Postfix, from userid 48) id 06434C53B50; Mon, 3 Jun 2024 11:40:28 +0000 (UTC) From: bugzilla-daemon@kernel.org To: linux-ext4@vger.kernel.org Subject: [Bug 218932] New: Serious problem with ext4 with all kernels, auto-commits do not settle to block device Date: Mon, 03 Jun 2024 11:40:27 +0000 X-Bugzilla-Reason: None X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: AssignedTo fs_ext4@kernel-bugs.osdl.org X-Bugzilla-Product: File System X-Bugzilla-Component: ext4 X-Bugzilla-Version: 2.5 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: sirius@mailhaven.com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: fs_ext4@kernel-bugs.osdl.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cf_regression Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugzilla.kernel.org/ Auto-Submitted: auto-generated Precedence: bulk X-Mailing-List: linux-ext4@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 https://bugzilla.kernel.org/show_bug.cgi?id=3D218932 Bug ID: 218932 Summary: Serious problem with ext4 with all kernels, auto-commits do not settle to block device Product: File System Version: 2.5 Hardware: All OS: Linux Status: NEW Severity: normal Priority: P3 Component: ext4 Assignee: fs_ext4@kernel-bugs.osdl.org Reporter: sirius@mailhaven.com Regression: No Tested in kernel 5.11, 6.1, 6.8 Some writes to ext4 (default commit=3D5) do not commit to block device in m= ore than 25 seconds. How to reproduce: apt install php-cli -y Instead of iostat create io watcher, that shows real writes to block device= in Mb every second: show_writes.php =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D #!/usr/bin/php