search for: ocfs_file_release

Displaying 2 results from an estimated 2 matches for "ocfs_file_release".

Did you mean: ocfs2_file_release
2004 Jun 22
1
The truncate_inode_page call in ocfs_file_release causes the severethroughput drop of file reading in OCFS2.
Hi, We have investigated the possible causes of the severe throughput drop of file reading in OCFS2 that found in the iozone benchmark. We find the major cause is the inadequate inode page cache cleaning when open or close the last reference to an inode. In routine ocfs_file_release(), if the caller is the last reference to this inode, truncate_inode_page is called to invalidate all page caches of this inode after the reference is closed. And in routine ocfs_file_open(), the page caches are also cleaned when this inode is first opened. In this case, the file reading operatio...
2004 Jul 02
0
[Patch] We resolve the throughput drop problemwhe nr eading filesin OCFS2 volume in the patch "ocfs2-truncate-pages-1.patch"a gainstsvn 1226.
...ting ! ll hav to study this one closely :) >> >thanks ! >> > >> >On Thu, Jul 01, 2004 at 10:39:07AM +0800, Zhang, Sonic wrote: >> >> Hi, >> >>=20 >> >> We root caused the problem "The truncate_inode_page call in >> >> ocfs_file_releasecauses the severethroughput drop of file=20 >reading in >> >> OCFS2", which we put forward in our former mails. And now, we also >> >> generate a patch to resolve this problem after one week debugging. >> >>=20 >> >> This patch is against OCFS...