aboutsummaryrefslogtreecommitdiffstats
path: root/fs/omfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-10-01const: constify remaining file_operationsAlexey Dobriyan3-4/+4
2009-09-22const: mark remaining inode_operations as constAlexey Dobriyan3-4/+4
2009-09-22const: mark remaining address_space_operations constAlexey Dobriyan2-2/+2
2009-09-22const: mark remaining super_operations constAlexey Dobriyan1-1/+1
2009-06-11switch omfs to simple_fsync()Al Viro1-16/+1
2009-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-1/+1
2009-04-02fs/omfs: return f_fsid for statfs(2)Coly Li1-0/+5
2009-03-31New helper - current_umask()Al Viro1-1/+1
2009-01-22fs/Kconfig: move omfs outAlexey Dobriyan1-0/+13
2009-01-05zero i_uid/i_gid on inode allocationAl Viro1-1/+0
2008-11-14CRED: Wrap task credential accesses in the OMFS filesystemDavid Howells1-4/+4
2008-10-23[PATCH] fix ->llseek for more directoriesChristoph Hellwig1-0/+1
2008-10-13vfs: Use const for kernel parser tableSteven Whitehouse1-1/+1
2008-08-15omfs: fix oops when file metadata is corruptedBob Copeland2-9/+29
2008-08-15omfs: fix potential oops when directory size is corruptedBob Copeland1-2/+1
2008-08-05omfs: fix warningAlexander Beregalov1-1/+2
2008-07-30omfs: sparse annotationsHarvey Harrison3-7/+7
2008-07-26omfs: update kbuild to include OMFSBob Copeland1-0/+4
2008-07-26omfs: add bitmap routinesBob Copeland1-0/+192
2008-07-26omfs: add file routinesBob Copeland1-0/+346
2008-07-26omfs: add directory routinesBob Copeland1-0/+504
2008-07-26omfs: add inode routinesBob Copeland1-0/+553
2008-07-26omfs: define filesystem structuresBob Copeland2-0/+147