aboutsummaryrefslogtreecommitdiff
path: root/fs/omfs/inode.c
AgeCommit message (Expand)Author
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman
2012-09-21userns: Convert omfs to use kuid and kgid where appropriateEric W. Biederman
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro
2012-01-03omfs: propagate umode_tAl Viro
2010-10-29new helper: mount_bdev()Al Viro
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bco...Linus Torvalds
2010-08-09switch omfs to ->evict_inode()Al Viro
2010-07-10omfs: sanity check cluster sizeBob Copeland
2010-07-10omfs: refuse to mount if bitmap pointer is obviously wrongBob Copeland
2010-07-10omfs: check bounds on block numbers before passing to sb_breadBob Copeland
2010-07-06omfs: fix memory leakDavidlohr Bueso
2010-05-21omfs: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov
2010-04-23Merge branch 'master' into for-nextJiri Kosina
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-15omfs: remove unused version.h includeHuang Weiyi
2010-03-05pass writeback_control to ->write_inodeChristoph Hellwig
2009-09-22const: mark remaining super_operations constAlexey Dobriyan
2009-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2009-04-02fs/omfs: return f_fsid for statfs(2)Coly Li
2009-03-31New helper - current_umask()Al Viro
2009-01-05zero i_uid/i_gid on inode allocationAl Viro
2008-11-14CRED: Wrap task credential accesses in the OMFS filesystemDavid Howells
2008-10-13vfs: Use const for kernel parser tableSteven Whitehouse
2008-08-15omfs: fix potential oops when directory size is corruptedBob Copeland
2008-08-05omfs: fix warningAlexander Beregalov
2008-07-26omfs: add inode routinesBob Copeland