search for: orphanscan

Displaying 8 results from an estimated 8 matches for "orphanscan".

2013 Mar 22
0
OCFS2 performance issues
...ournal => State: 1 TxnId: 57 NumTxns: 0 Stats => GlobalAllocs: 1 LocalAllocs: 393 SubAllocs: 108 LAWinMoves: 1 SAExtends: 0 LocalAlloc => State: 1 Descriptor: 0 Size: 27136 bits Default: 27136 bits Steal => InodeSlot: -1 StolenInodes: 0, MetaSlot: -1 StolenMeta: 0 OrphanScan => Local: 126 Global: 1036 Last Scan: 851 seconds ago Slots => Num RecoGen 0 23 1 18 * 2 5 3 16 4 3 5 12 6...
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 Jun 02
3
Patches that adds delayed orphan scan timer
Resending after adding another patch to display delayed orphan scan statistics.
2009 Jun 22
1
Orphan Scan - v3
Patch 5 has been respun with the recommended change... remove the ex argument in ocfs2_orphan_scan_lock() and ocfs2_orphan_scan_unlock(). Sunil
2009 Jun 04
2
Backport that adds delayed orphan scan timer to 1.4
Next two patches are backport of orphan scan timer patches to ocfs2-1.4
2009 Jun 18
8
Patches backported from mainline
All, Please review the patches backported to 1.4 from mainline. Sunil
2009 May 19
2
[PATCH 1/1] OCFS2: timer to queue scan of all orphan slots
On unlink, all nodes check for the dentry in dcache and if present they mark the node as unlinked. The last node that purges the inode will clean it from orphan directory. When there is a memory pressure, a dentry may not be around and hence the inode is not marked as deleted and this will lead the file to be in the orphan directory till the slot is re-used during next mount. This patch initiates