summaryrefslogtreecommitdiff
path: root/fs/omfs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman1-0/+1
2012-09-21userns: Convert omfs to use kuid and kgid where appropriateEric W. Biederman1-2/+6
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara1-1/+1
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro1-4/+2
2012-01-03omfs: propagate umode_tAl Viro1-1/+1
2010-10-29new helper: mount_bdev()Al Viro1-5/+4
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bco...Linus Torvalds1-11/+33
2010-08-09switch omfs to ->evict_inode()Al Viro1-3/+6
2010-07-10omfs: sanity check cluster sizeBob Copeland1-0/+6
2010-07-10omfs: refuse to mount if bitmap pointer is obviously wrongBob Copeland1-0/+9
2010-07-10omfs: check bounds on block numbers before passing to sb_breadBob Copeland1-11/+16
2010-07-06omfs: fix memory leakDavidlohr Bueso1-0/+2
2010-05-21omfs: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov1-3/+1
2010-04-23Merge branch 'master' into for-nextJiri Kosina1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-15omfs: remove unused version.h includeHuang Weiyi1-1/+0
2010-03-05pass writeback_control to ->write_inodeChristoph Hellwig1-2/+8
2009-09-22const: mark remaining super_operations constAlexey Dobriyan1-1/+1
2009-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus 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-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-13vfs: Use const for kernel parser tableSteven Whitehouse1-1/+1
2008-08-15omfs: fix potential oops when directory size is corruptedBob Copeland1-2/+1
2008-08-05omfs: fix warningAlexander Beregalov1-1/+2
2008-07-26omfs: add inode routinesBob Copeland1-0/+553