aboutsummaryrefslogtreecommitdiff
path: root/fs/omfs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-24inode: make init and permission helpers idmapped mount awareGravatar Christian Brauner 1-1/+1
2020-09-22fs: omfs: use kmemdup() rather than kmalloc+memcpyGravatar Alex Dewar 1-2/+1
2020-09-18[PATCH] reduce boilerplate in fsid handlingGravatar Al Viro 1-2/+1
2019-08-30fs: omfs: Initialize filesystem timestamp rangesGravatar Deepa Dinamani 1-0/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 209Gravatar Thomas Gleixner 1-1/+1
2017-07-06omfs: Implement show_optionsGravatar David Howells 1-3/+30
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Gravatar Ingo Molnar 1-0/+1
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsGravatar Deepa Dinamani 1-1/+1
2015-05-28omfs: fix sign confusion for bitmap loop counterGravatar Bob Copeland 1-1/+2
2015-05-28omfs: set error return when d_make_root() failsGravatar Bob Copeland 1-1/+3
2015-05-28fs, omfs: add NULL terminator in the end up the token listGravatar Sasha Levin 1-1/+2
2014-10-14FS/OMFS: block number sanity check during fill_super operationGravatar Fabian Frederick 1-3/+7
2014-08-08fs/omfs/inode.c: replace count*size kzalloc by kcallocGravatar Fabian Frederick 1-1/+1
2014-04-03mm + fs: store shadow entries in page cacheGravatar Johannes Weiner 1-1/+1
2013-03-03fs: Limit sys_mount to only request filesystem modules.Gravatar Eric W. Biederman 1-0/+1
2012-09-21userns: Convert omfs to use kuid and kgid where appropriateGravatar Eric W. Biederman 1-2/+6
2012-05-06vfs: Rename end_writeback() to clear_inode()Gravatar Jan Kara 1-1/+1
2012-03-20switch open-coded instances of d_make_root() to new helperGravatar Al Viro 1-4/+2
2012-01-03omfs: propagate umode_tGravatar Al Viro 1-1/+1
2010-10-29new helper: mount_bdev()Gravatar Al Viro 1-5/+4
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bco...Gravatar Linus Torvalds 1-11/+33
2010-08-09switch omfs to ->evict_inode()Gravatar Al Viro 1-3/+6
2010-07-10omfs: sanity check cluster sizeGravatar Bob Copeland 1-0/+6
2010-07-10omfs: refuse to mount if bitmap pointer is obviously wrongGravatar Bob Copeland 1-0/+9
2010-07-10omfs: check bounds on block numbers before passing to sb_breadGravatar Bob Copeland 1-11/+16
2010-07-06omfs: fix memory leakGravatar Davidlohr Bueso 1-0/+2
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