search for: ocfs2_wait_for_recovery

Displaying 12 results from an estimated 12 matches for "ocfs2_wait_for_recovery".

2013 Mar 27
0
OCFS2 issues reports, any ideads or patches, Thanks
....374406] ffff880405f316f0 ffff880405888000 ffff880405883bb0 ffff880405b59000 Mar 27 10:54:08 cvk-7 kernel: [ 361.374412] Call Trace: Mar 27 10:54:08 cvk-7 kernel: [ 361.374420] [<ffffffff8165a55f>] schedule+0x3f/0x60 Mar 27 10:54:08 cvk-7 kernel: [ 361.374457] [<ffffffffa056bd9d>] ocfs2_wait_for_recovery+0x5d/0x90 [ocfs2] Mar 27 10:54:08 cvk-7 kernel: [ 361.374464] [<ffffffff8108aec0>] ? add_wait_queue+0x60/0x60 Mar 27 10:54:08 cvk-7 kernel: [ 361.374484] [<ffffffffa0556768>] ocfs2_inode_lock_full_nested+0x1d8/0xa90 [ocfs2] Mar 27 10:54:08 cvk-7 kernel: [ 361.374508] [<ffffffff...
2011 Sep 05
0
Slow performance
...76a82>] ocfs2_reserve_suballoc_bits+0x11a/0x499 [ocfs2] [<ffffffffa0678b4c>] ocfs2_reserve_new_inode+0x134/0x37a [ocfs2] [<ffffffffa065d409>] ocfs2_mknod+0x2d4/0xf26 [ocfs2] [<ffffffffa063d02c>] ? ocfs2_should_refresh_lock_res+0x8f/0x1ad [ocfs2] [<ffffffffa0653cf6>] ? ocfs2_wait_for_recovery+0x1a/0x8f [ocfs2] [<ffffffff81437f4e>] ? mutex_lock+0x16/0x3a [<ffffffffa065e0fd>] ocfs2_create+0xa2/0x10a [ocfs2] [<ffffffff8112268f>] vfs_create+0x7e/0x9d [<ffffffff81125794>] do_filp_open+0x302/0x92d [<ffffffff810425cb>] ? should_resched+0xe/0x2f [<ffffffff...
2009 Mar 04
2
[PATCH 1/1] Patch to recover orphans in offline slots during recovery and mount
...t_num, NULL, - NULL, NULL); - bail: mutex_lock(&osb->recovery_lock); if (!status && !ocfs2_recovery_completed(osb)) { diff --git a/fs/ocfs2/journal.h b/fs/ocfs2/journal.h index 172850a..6909ed9 100644 --- a/fs/ocfs2/journal.h +++ b/fs/ocfs2/journal.h @@ -139,6 +139,7 @@ void ocfs2_wait_for_recovery(struct ocfs2_super *osb); int ocfs2_recovery_init(struct ocfs2_super *osb); void ocfs2_recovery_exit(struct ocfs2_super *osb); +int ocfs2_compute_replay_slots(struct ocfs2_super *osb); /* * Journal Control: * Initialize, Load, Shutdown, Wipe a journal. diff --git a/fs/ocfs2/ocfs2.h b/fs/...
2009 Mar 06
0
[PATCH 1/1] ocfs2: recover orphans in offline slots during recovery and mount
...node %d from slot %d on device (%u,%u)\n", node_num, slot_num, MAJOR(osb->sb->s_dev), MINOR(osb->sb->s_dev)); diff --git a/fs/ocfs2/journal.h b/fs/ocfs2/journal.h index 172850a..6909ed9 100644 --- a/fs/ocfs2/journal.h +++ b/fs/ocfs2/journal.h @@ -139,6 +139,7 @@ void ocfs2_wait_for_recovery(struct ocfs2_super *osb); int ocfs2_recovery_init(struct ocfs2_super *osb); void ocfs2_recovery_exit(struct ocfs2_super *osb); +int ocfs2_compute_replay_slots(struct ocfs2_super *osb); /* * Journal Control: * Initialize, Load, Shutdown, Wipe a journal. diff --git a/fs/ocfs2/ocfs2.h b/fs/...
2009 Mar 06
1
[PATCH 1/1] Patch to recover orphans in offline slots during recovery and mount (revised)
...node %d from slot %d on device (%u,%u)\n", node_num, slot_num, MAJOR(osb->sb->s_dev), MINOR(osb->sb->s_dev)); diff --git a/fs/ocfs2/journal.h b/fs/ocfs2/journal.h index 172850a..6909ed9 100644 --- a/fs/ocfs2/journal.h +++ b/fs/ocfs2/journal.h @@ -139,6 +139,7 @@ void ocfs2_wait_for_recovery(struct ocfs2_super *osb); int ocfs2_recovery_init(struct ocfs2_super *osb); void ocfs2_recovery_exit(struct ocfs2_super *osb); +int ocfs2_compute_replay_slots(struct ocfs2_super *osb); /* * Journal Control: * Initialize, Load, Shutdown, Wipe a journal. diff --git a/fs/ocfs2/ocfs2.h b/fs/...
2009 Jun 04
3
Patches that adds delayed orphan scan timer (rev 3)
Resending after implementing review comments.
2009 Jun 02
3
Patches that adds delayed orphan scan timer (rev 2)
Resending after implementing review comments.
2009 Apr 20
2
BUG: soft lockup - CPU#1 stuck for 61s
...f0ff0 DR7: 0000000000000400 Apr 20 17:31:52 um-fe-1 [ 9123.585958] Apr 20 17:31:52 um-fe-1 [ 9123.585958] Call Trace: Apr 20 17:31:52 um-fe-1 [ 9123.585958] [<ffffffffa032b0c6>] ? :ocfs2:ocfs2_cluster_lock+0x83/0x73a Apr 20 17:31:52 um-fe-1 [ 9123.585958] [<ffffffffa033cde2>] ? :ocfs2:ocfs2_wait_for_recovery+0x10/0x83 Apr 20 17:31:52 um-fe-1 [ 9123.585958] [<ffffffffa032bd2c>] ? :ocfs2:ocfs2_inode_lock_full+0x17a/0xd08 Apr 20 17:31:52 um-fe-1 [ 9123.585958] [<ffffffff8042957d>] ? _spin_unlock_irqrestore+0x7/0xe Apr 20 17:31:52 um-fe-1 [ 9123.585958] [<ffffffffa032915e>] ? :ocfs2:oc...
2009 Jun 02
3
Patches that adds delayed orphan scan timer
Resending after adding another patch to display delayed orphan scan statistics.
2009 May 19
2
[PATCH 1/1] OCFS2: timer to queue scan of all orphan slots
...l struct init code in super.c. Do not call. */ +int ocfs2_delayed_orphan_scan_init(struct ocfs2_super *osb); +void ocfs2_delayed_orphan_scan_stop(struct ocfs2_super *osb); +void ocfs2_delayed_orphan_scan_exit(struct ocfs2_super *osb); + void ocfs2_complete_recovery(struct work_struct *work); void ocfs2_wait_for_recovery(struct ocfs2_super *osb); diff --git a/fs/ocfs2/ocfs2.h b/fs/ocfs2/ocfs2.h index 1386281..236e80d 100644 --- a/fs/ocfs2/ocfs2.h +++ b/fs/ocfs2/ocfs2.h @@ -212,6 +212,7 @@ struct ocfs2_recovery_map; struct ocfs2_replay_map; struct ocfs2_quota_recovery; struct ocfs2_dentry_lock; +struct ocfs2_de...
2008 Apr 02
10
[PATCH 0/62] Ocfs2 updates for 2.6.26-rc1
The following series of patches comprises the bulk of our outstanding changes for Ocfs2. Aside from the usual set of cleanups and fixes that were inappropriate for 2.6.25, there are a few highlights: The '/sys/o2cb' directory has been moved to '/sys/fs/o2cb'. The new location meshes better with modern sysfs layout. A symbolic link has been placed in the old location so as to
2009 Mar 17
33
[git patches] Ocfs2 updates for 2.6.30
Hi, The following patches comprise the bulk of Ocfs2 updates for the 2.6.30 merge window. Aside from larger, more involved fixes, we're adding the following features, which I will describe in the order their patches are mailed. Sunil's exported some more state to our debugfs files, and consolidated some other aspects of our debugfs infrastructure. This will further aid us in debugging