search for: tid_gt

Displaying 3 results from an estimated 3 matches for "tid_gt".

2008 Mar 06
0
oss umount hangs forever
...messages [44882.668079] Lustre: Failing over pfs1work-OST0026 [44882.674578] Lustre: *** setting obd pfs1work-OST0026 device ''unknown-block(9,7)'' read-only *** (gdb) l *(log_wait_commit+0xa3) 0xffffffff802e9f76 is in log_wait_commit (fs/jbd/journal.c:550). 545 while (tid_gt(tid, journal->j_commit_sequence)) { 546 jbd_debug(1, "JBD: want %d, j_commit_sequence=%d\n", 547 tid, journal->j_commit_sequence); 548 wake_up(&journal->j_wait_commit); 549 spin_...
2001 Jun 06
1
ext3-0.0.7a for 2.2.19 is released
...r after allocating an indirect block but failing to allocate a block beneath it due to disk full. Fix a bug which meant that writes larger than 4k were never being coalesced into a single transaction. Rename the confusingly-named "tid_ge" transaction-greater-than function to "tid_gt" Update the README to describe the new ext3 features of current e2fsprogs.
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