Displaying 3 results from an estimated 3 matches for "repeat_locked".
2002 Jan 07
2
Assertion failure in journal_flush()
Hi Steven, Hi ext3-users list!
We encountered a reproduceable problem with ext3:
When issuing a FIBMAP ioctl for a block written right before while
the FS is under high load (RH build universe), the assertion
!journal->j_running_transaction fails at the bottom of journal_flush()
in fs/jbd/journal.c.
We encountered this problem with the arch=s390x (64 bit big endian)
bootloader zipl, I'll
2010 Aug 04
6
[PATCH -v2 0/3] jbd2 scalability patches
This version fixes three bugs in the 2nd patch of this series that
caused kernel BUG when the system was under race. We weren't accounting
with t_oustanding_credits correctly, and there were race conditions
caused by the fact the I had overlooked the fact that
__jbd2_log_wait_for_space() and jbd2_get_transaction() requires
j_state_lock to be write locked.
Theodore Ts'o (3):
jbd2: Use
2003 May 02
2
Re: Assertion failure in journal_flush()
Hi all,
We encountered a problem by chance today, a kernel bug which causes the
following error:
Assertion failure in journal_fl sh() at journal.c:1310:
"!journal->j_running_transaction"
kernel BUG at journal.c:1310!
This happened while remounting an ext3 filesystem read-only. We often do
this and haven't seen this bug before, so I suspect some kind of race.
It