aboutsummaryrefslogtreecommitdiff
path: root/fs/omfs/file.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-27rename the generic fsync implementationsGravatar Christoph Hellwig 1-1/+1
2009-10-01const: constify remaining file_operationsGravatar Alexey Dobriyan 1-1/+1
2009-09-22const: mark remaining inode_operations as constGravatar Alexey Dobriyan 1-1/+1
2009-09-22const: mark remaining address_space_operations constGravatar Alexey Dobriyan 1-1/+1
2009-06-11switch omfs to simple_fsync()Gravatar Al Viro 1-16/+1
2008-08-15omfs: fix oops when file metadata is corruptedGravatar Bob Copeland 1-7/+26
2008-07-30omfs: sparse annotationsGravatar Harvey Harrison 1-3/+3
2008-07-26omfs: add file routinesGravatar Bob Copeland 1-0/+346