summaryrefslogtreecommitdiff
path: root/fs/affs/inode.c
AgeCommit message (Expand)Author
2026-04-13Merge tag 'vfs-7.1-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-04-13Merge tag 'vfs-7.1-rc1.bh.metadata' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2026-03-26affs: rename affs_notify_change to affs_setattrChristoph Hellwig
2026-03-26affs: Track metadata bhs in fs-private inode partJan Kara
2026-03-26affs: Sync and invalidate metadata buffers from affs_evict_inode()Jan Kara
2026-03-06treewide: change inode->i_ino from unsigned long to u64Jeff Layton
2025-10-20Coccinelle-based conversion to use ->i_state accessorsMateusz Guzik
2023-10-18affs: convert to new timestamp accessorsJeff Layton
2023-07-13affs: convert to ctime accessor functionsJeff Layton
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner
2021-01-24fs: make helpers idmap mount awareChristian Brauner
2021-01-24attr: handle idmapped mountsChristian Brauner
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2019-08-30fs: affs: Initialize filesystem timestamp rangesDeepa Dinamani
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-04-26fs/affs: bugfix: make symbolic links work againFabian Frederick
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar
2017-02-27fs/affs: add prefix to some functionsFabian Frederick
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-09-27fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara
2015-12-08don't put symlink bodies in pagecache into highmemAl Viro
2015-06-30fs/affs/inode.c: remove unneeded initializationFabian Frederick
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-04-17fs/affs: use affs_test_opt()Fabian Frederick
2015-04-17fs/affs: use AFFS_MOUNT prefix for mount optionsFabian Frederick
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2015-02-17fs/affs/inode.c: remove double extern affs_symlink_inode_operationsFabian Frederick
2015-02-17fs/affs: fix casting in printed messagesGeert Uytterhoeven
2014-11-19assorted conversions to %p[dD]Al Viro
2014-10-14fs/affs: remove redundant sys_tz declarationsFabian Frederick
2014-10-14fs/affs/inode.c: remove unused variableFabian Frederick
2014-06-06fs/affs: pr_debug cleanupFabian Frederick
2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner
2012-12-20affs: drop vmtruncateMarco Stornelli
2012-09-21userns: Convert affs to use kuid/kgid wherwe appropriateEric W. Biederman
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara
2011-11-02filesystems: add set_nlink()Miklos Szeredi
2010-10-25new helper: ihold()Al Viro
2010-08-09switch affs to ->evict_inode()Al Viro
2010-08-09remove inode_setattrChristoph Hellwig
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-05pass writeback_control to ->write_inodeChristoph Hellwig
2009-01-05affs: do not zero ->i_opAl Viro
2008-11-14CRED: Wrap task credential accesses in the AFFS filesystemDavid Howells
2008-05-06[PATCH] fix reservation discarding in affsRoman Zippel
2008-02-07iget: stop AFFS from using iget() and read_inode()David Howells
2007-05-21Detach sched.h from mm.hAlexey Dobriyan
2007-02-20[PATCH] affs: implement ->drop_inodeChristoph Hellwig
2007-02-12[PATCH] mark struct inode_operations const 1Arjan van de Ven