[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <bug-201461-13602-xC8NjcnSo2@https.bugzilla.kernel.org/>
Date: Wed, 17 Oct 2018 15:39:10 +0000
From: bugzilla-daemon@...zilla.kernel.org
To: linux-ext4@...r.kernel.org
Subject: [Bug 201461] ext4 journal stalls write system call
https://bugzilla.kernel.org/show_bug.cgi?id=201461
Theodore Tso (tytso@....edu) changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |tytso@....edu
--- Comment #1 from Theodore Tso (tytso@....edu) ---
It shouldn't be the case that the journal's data=ordered writeback would be
taking the i_data semaphore for writing.
I'm guessing what is happening is that journal is causing a lot of I/O
operations because of data=ordered mode (e.g., not data=writeback), and this is
delaying a read which a writeback thread was trying to do while it was holding
a write lock on the inode's semaphore.
--
You are receiving this mail because:
You are watching the assignee of the bug.
Powered by blists - more mailing lists