aboutsummaryrefslogtreecommitdiff
path: root/fs/omfs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-21omfs: replace inode uid,gid,mode initialization with helper functionGravatar Dmitry Monakhov 1-3/+1
2010-04-23Merge branch 'master' into for-nextGravatar Jiri Kosina 1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-03-15omfs: remove unused version.h includeGravatar Huang Weiyi 1-1/+0
2010-03-05pass writeback_control to ->write_inodeGravatar Christoph Hellwig 1-2/+8
2009-09-22const: mark remaining super_operations constGravatar Alexey Dobriyan 1-1/+1
2009-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2009-04-02fs/omfs: return f_fsid for statfs(2)Gravatar Coly Li 1-0/+5
2009-03-31New helper - current_umask()Gravatar Al Viro 1-1/+1
2009-01-05zero i_uid/i_gid on inode allocationGravatar Al Viro 1-1/+0
2008-11-14CRED: Wrap task credential accesses in the OMFS filesystemGravatar David Howells 1-4/+4
2008-10-13vfs: Use const for kernel parser tableGravatar Steven Whitehouse 1-1/+1
2008-08-15omfs: fix potential oops when directory size is corruptedGravatar Bob Copeland 1-2/+1
2008-08-05omfs: fix warningGravatar Alexander Beregalov 1-1/+2
2008-07-26omfs: add inode routinesGravatar Bob Copeland 1-0/+553