[Ocfs2-devel] [PATCH 1/2] ocfs2: timer to queue scan of all orphan slots

2009-06-04 Thread Srinivas Eeda
When a dentry is unlinked, the unlinking node takes an EX on the dentry lock before moving the dentry to the orphan directory. The other nodes, that all had a PR on the same dentry lock, flag the corresponding inode as MAYBE_ORPHANED during the downconvert. The inode is finally deleted when the

[Ocfs2-devel] Backport that adds delayed orphan scan timer to 1.4

2009-06-04 Thread Srinivas Eeda
Next two patches are backport of orphan scan timer patches to ocfs2-1.4 ___ Ocfs2-devel mailing list Ocfs2-devel@oss.oracle.com http://oss.oracle.com/mailman/listinfo/ocfs2-devel

[Ocfs2-devel] [PATCH 0/2] OCFS2 lockdep support

2009-06-04 Thread Jan Kara
Hi, here comes the next version of OCFS2 lockdep support. I've dropped patches with fixes from the series since they were already merged. As Joel suggested, I've simplified the main patch a bit so that we don't have ifdefs around lock declarations and there are also a few other minor

[Ocfs2-devel] [PATCH 2/2] ocfs2: Add lockdep annotations

2009-06-04 Thread Jan Kara
Add lockdep support to OCFS2. The support also covers all of the cluster locks except for open locks, journal locks, and local quotafile locks. These are special because they are acquired for a node, not for a particular process and lockdep cannot deal with such type of locking. Signed-off-by: