Displaying 2 results from an estimated 2 matches for "ocfs2_adjust_adjacent_record".
Did you mean:
ocfs2_adjust_adjacent_records
2009 Jul 21
3
[PATCH 0/2] Two b-tree bug fixes.
Hi Mark/Joel,
These are 2 bug fix for b-tree. Please review.
I have sent out the first one last week, but it was based on cacheme.
So resend it. Now it bases on joel's fixes branch.
The second one is another b-tree rotation bug. I guess the reason why
we never meet with it is that no one has ever used b-tree like reflink
before. ;)
Regards,
Tao
2009 Aug 11
0
[GIT PULL] ocfs2 fixes for 2.6.31-rc5
...ak (1):
ocfs2: Fix compilation warning for fs/ocfs2/xattr.c
Sunil Mushran (1):
ocfs2: Initialize the cluster we're writing to in a non-sparse extend
Tao Ma (3):
ocfs2: Add extra credits and access the modified bh in update_edge_lengths.
ocfs2: Use ocfs2_rec_clusters in ocfs2_adjust_adjacent_records.
ocfs2/quota: Release lock for error in ocfs2_quota_write.
Wengang Wang (3):
ocfs2: log the actual return value of ocfs2_file_aio_write()
ocfs2: Fix error return in ocfs2_write_cluster()
ocfs2: Fail ocfs2_get_block() immediately when a block needs allocation
fs/ocfs2/all...