summaryrefslogtreecommitdiff
path: root/fs/ocfs2/uptodate.c
AgeCommit message (Collapse)AuthorFilesLines
2006-09-21ocfs2: implement directory read-aheadMark Fasheh1-2/+19
Uptodate.c now knows about read-ahead buffers. Use some more aggressive logic in ocfs2_readdir(). The two functions which currently use directory read-ahead are ocfs2_find_entry() and ocfs2_readdir(). Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
2006-05-18ocfs2: fix gfp mask in some file system pathsSunil Mushran1-2/+2
We were using GFP_KERNEL in a handful of places which really wanted GFP_NOFS. Fix this. Signed-off-by: Sunil Mushran <sunil.mushran@oracle.com> Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
2006-03-25ocfs2: don't use MLF* in the file systemMark Fasheh1-18/+22
Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
2006-02-04[OCFS2] Make ip_io_sem a mutexMark Fasheh1-5/+5
ip_io_sem is now ip_io_mutex. Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
2006-02-04[PATCH] OCFS2: __init / __exit problemAdrian Bunk1-1/+1
Functions called by __init funtions mustn't be __exit. Reported by Jan-Benedict Glaw <jbglaw@lug-owl.de>. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
2006-01-03[PATCH] OCFS2: The Second Oracle Cluster FilesystemMark Fasheh1-0/+544
The OCFS2 file system module. Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com> Signed-off-by: Kurt Hackel <kurt.hackel@oracle.com>