aboutsummaryrefslogtreecommitdiff
path: root/fs/affs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Gravatar Ingo Molnar 1-0/+1
2017-02-27fs/affs: add prefix to some functionsGravatar Fabian Frederick 1-4/+5
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2016-09-27fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsGravatar Deepa Dinamani 1-1/+1
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeGravatar Jan Kara 1-1/+1
2015-12-08don't put symlink bodies in pagecache into highmemGravatar Al Viro 1-0/+1
2015-06-30fs/affs/inode.c: remove unneeded initializationGravatar Fabian Frederick 1-1/+1
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2015-04-17fs/affs: use affs_test_opt()Gravatar Fabian Frederick 1-13/+13
2015-04-17fs/affs: use AFFS_MOUNT prefix for mount optionsGravatar Fabian Frederick 1-14/+18
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsGravatar David Howells 1-1/+1
2015-02-17fs/affs/inode.c: remove double extern affs_symlink_inode_operationsGravatar Fabian Frederick 1-2/+0
2015-02-17fs/affs: fix casting in printed messagesGravatar Geert Uytterhoeven 1-3/+2
2014-11-19assorted conversions to %p[dD]Gravatar Al Viro 1-2/+2
2014-10-14fs/affs: remove redundant sys_tz declarationsGravatar Fabian Frederick 1-1/+0
2014-10-14fs/affs/inode.c: remove unused variableGravatar Fabian Frederick 1-2/+0
2014-06-06fs/affs: pr_debug cleanupGravatar Fabian Frederick 1-6/+8
2014-04-03mm + fs: store shadow entries in page cacheGravatar Johannes Weiner 1-1/+1
2012-12-20affs: drop vmtruncateGravatar Marco Stornelli 1-1/+4
2012-09-21userns: Convert affs to use kuid/kgid wherwe appropriateGravatar Eric W. Biederman 1-10/+10
2012-05-06vfs: Rename end_writeback() to clear_inode()Gravatar Jan Kara 1-1/+1
2011-11-02filesystems: add set_nlink()Gravatar Miklos Szeredi 1-4/+4
2010-10-25new helper: ihold()Gravatar Al Viro 1-1/+1
2010-08-09switch affs to ->evict_inode()Gravatar Al Viro 1-13/+12
2010-08-09remove inode_setattrGravatar Christoph Hellwig 1-2/+11
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-03-05pass writeback_control to ->write_inodeGravatar Christoph Hellwig 1-1/+1
2009-01-05affs: do not zero ->i_opGravatar Al Viro 1-2/+1
2008-11-14CRED: Wrap task credential accesses in the AFFS filesystemGravatar David Howells 1-2/+2
2008-05-06[PATCH] fix reservation discarding in affsGravatar Roman Zippel 1-26/+8
2008-02-07iget: stop AFFS from using iget() and read_inode()Gravatar David Howells 1-7/+13
2007-05-21Detach sched.h from mm.hGravatar Alexey Dobriyan 1-1/+1
2007-02-20[PATCH] affs: implement ->drop_inodeGravatar Christoph Hellwig 1-6/+11
2007-02-12[PATCH] mark struct inode_operations const 1Gravatar Arjan van de Ven 1-1/+1
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semGravatar Jes Sorensen 1-2/+2
2005-09-09[PATCH] update filesystems for new delete_inode behaviorGravatar Mark Fasheh 1-0/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+411