aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/affs/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-30fs: affs: Initialize filesystem timestamp rangesDeepa Dinamani1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-04-26fs/affs: bugfix: make symbolic links work againFabian Frederick1-0/+1
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar1-0/+1
2017-02-27fs/affs: add prefix to some functionsFabian Frederick1-4/+5
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2016-09-27fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani1-1/+1
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara1-1/+1
2015-12-08don't put symlink bodies in pagecache into highmemAl Viro1-0/+1
2015-06-30fs/affs/inode.c: remove unneeded initializationFabian Frederick1-1/+1
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2015-04-17fs/affs: use affs_test_opt()Fabian Frederick1-13/+13
2015-04-17fs/affs: use AFFS_MOUNT prefix for mount optionsFabian Frederick1-14/+18
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-1/+1
2015-02-17fs/affs/inode.c: remove double extern affs_symlink_inode_operationsFabian Frederick1-2/+0
2015-02-17fs/affs: fix casting in printed messagesGeert Uytterhoeven1-3/+2
2014-11-19assorted conversions to %p[dD]Al Viro1-2/+2
2014-10-14fs/affs: remove redundant sys_tz declarationsFabian Frederick1-1/+0
2014-10-14fs/affs/inode.c: remove unused variableFabian Frederick1-2/+0
2014-06-06fs/affs: pr_debug cleanupFabian Frederick1-6/+8
2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner1-1/+1
2012-12-20affs: drop vmtruncateMarco Stornelli1-1/+4
2012-09-21userns: Convert affs to use kuid/kgid wherwe appropriateEric W. Biederman1-10/+10
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara1-1/+1
2011-11-02filesystems: add set_nlink()Miklos Szeredi1-4/+4
2010-10-25new helper: ihold()Al Viro1-1/+1
2010-08-09switch affs to ->evict_inode()Al Viro1-13/+12
2010-08-09remove inode_setattrChristoph Hellwig1-2/+11
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-05pass writeback_control to ->write_inodeChristoph Hellwig1-1/+1
2009-01-05affs: do not zero ->i_opAl Viro1-2/+1
2008-11-14CRED: Wrap task credential accesses in the AFFS filesystemDavid Howells1-2/+2
2008-05-06[PATCH] fix reservation discarding in affsRoman Zippel1-26/+8
2008-02-07iget: stop AFFS from using iget() and read_inode()David Howells1-7/+13
2007-05-21Detach sched.h from mm.hAlexey Dobriyan1-1/+1
2007-02-20[PATCH] affs: implement ->drop_inodeChristoph Hellwig1-6/+11
2007-02-12[PATCH] mark struct inode_operations const 1Arjan van de Ven1-1/+1
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen1-2/+2
2005-09-09[PATCH] update filesystems for new delete_inode behaviorMark Fasheh1-0/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+411