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