search for: ocfs2_validate_dx_leaf

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

2013 Mar 21
0
filesystem is going read-only
...working perfectly for a long time but last Friday the ocfs filesystem became read only. I unmounted, run fsck.ocfs2 and the problem was solved for a few hours and then happened again. the errors found in the log are: Mar 15 14:12:01 server2 kernel: [13327703.909661] OCFS2: ERROR (device sda): ocfs2_validate_dx_leaf: Dir Index Leaf has bad signature onName: Mar 15 14:12:01 server2 kernel: [13327703.909666] File system is now read-only due to the potential of on-disk corruption. Please run fsck.ocfs2 once the file system is unmounted. Mar 15 14:12:01 server2 kernel: [13327703.909671] (mv,5986,4)ocfs2_dx_dir_s...
2009 Jan 30
8
[PATCH 0/7] ocfs2: Directory indexing support
The following patches implement indexed directory support in Ocfs2, mostly according to the design doc I wrote up a while ago: http://oss.oracle.com/osswiki/OCFS2/DesignDocs/IndexedDirectories The patches have been rebased on top of 2.6.29-rc2. It should be trivial to put them into merge_window. Things are what I'd call complete now. I'd like to get these into the merge_window branch
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