search for: ocfs2_slot

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

2009 Feb 28
2
Patch to move ocfs2_slot_info to slot_map.h
Next 3 patches does the following 1) movies ocfs2_slot_info struct from slot_map.c to slot_map.h 2) patch to recover orphans during mount even if the journal is clean 3) patch to recovery orphans in offline slots
2008 Sep 11
4
Some more debug stuff
Added two debugfs entries... one to dump o2hb livenodes and the other to dump osb. $ cat /sys/kernel/debug/ocfs2/BC4F4550BEA74F92BDCC746AAD2EC0BF/fs_state Device => Id: 8,65 Uuid: BC4F4550BEA74F92BDCC746AAD2EC0BF Gen: 0xA02024F2 Label: sunil-xattr Volume => State: 1 Flags: 0x0 Sizes => Block: 4096 Cluster: 4096 Features => Compat: 0x1 Incompat: 0x350 ROcompat: 0x1
2008 Apr 02
10
[PATCH 0/62] Ocfs2 updates for 2.6.26-rc1
...unlocked_ioctl David Teigland (2): ocfs2: handle async EAGAIN from NOQUEUE request ocfs2: add fsdlm to stackglue Jan Kara (1): ocfs2: Improve rename locking Jeff Mahoney (1): ocfs2/cluster: Get rid of arguments to the timeout routines Joel Becker (33): ocfs2: Make ocfs2_slot_info private. ocfs2: Change the recovery map to an array of node numbers. ocfs2: slot_map I/O based on max_slots. ocfs2: De-magic the in-memory slot map. ocfs2: Define the contents of the slot_map file. ocfs2: New slot map format ocfs2: Separate out dlm lock func...