aboutsummaryrefslogtreecommitdiffstats
path: root/fs/affs/amigaffs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-31affs: fix basic permission bits to actually workMax Staudt1-0/+27
2019-08-30fs: affs: Initialize filesystem timestamp rangesDeepa Dinamani1-1/+1
2018-01-29affs: convert to new i_version APIJeff Layton1-2/+3
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells1-1/+1
2017-02-27fs/affs: add prefix to some functionsFabian Frederick1-3/+3
2017-02-27fs/affs: use octal for permissionsFabian Frederick1-18/+18
2016-09-27fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani1-3/+3
2016-07-29affs ->d_compare(): don't bother with ->d_inodeAl Viro1-3/+1
2016-01-09fs:affs:Replace time_t with time64_tDengChao1-6/+7
2015-06-30fs/affs/amigaffs.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-5/+4
2015-04-17fs/affs: use affs_test_opt()Fabian Frederick1-1/+2
2015-04-17fs/affs: use AFFS_MOUNT prefix for mount optionsFabian Frederick1-1/+1
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-4/+4
2015-02-17fs/affs/amigaffs.c: remove else after returnFabian Frederick1-2/+1
2015-02-17fs/affs: define AFFSNAMEMAX to replace constant useFabian Frederick1-3/+3
2015-02-17fs/affs: use unsigned int for string lengthsFabian Frederick1-1/+1
2015-02-17fs/affs: fix casting in printed messagesGeert Uytterhoeven1-3/+3
2014-12-13fs/affs/amigaffs.c: use va_format instead of buffer/vnsprintfFabian Frederick1-15/+13
2014-11-03move d_rcu from overlapping d_child to overlapping d_aliasAl Viro1-1/+1
2014-10-14fs/affs: remove redundant sys_tz declarationsFabian Frederick1-2/+0
2014-06-06fs/affs: pr_debug cleanupFabian Frederick1-4/+5
2014-06-06fs/affs: convert printk to pr_foo()Fabian Frederick1-3/+3
2014-04-07affs: add mount option to avoid filename truncatesFabian Frederick1-8/+15
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-2/+1
2012-07-14vfs: switch i_dentry/d_alias to hlistAl Viro1-1/+2
2012-07-14affs: unobfuscate affs_fix_dcache()Al Viro1-6/+8
2012-07-14affs: get rid of open-coded list_for_each_entry()Al Viro1-6/+1
2012-01-03affs: propagate umode_tAl Viro1-3/+3
2011-11-02filesystems: add set_nlink()Miklos Szeredi1-1/+1
2011-11-02filesystems: add missing nlink wrappersMiklos Szeredi1-1/+1
2011-01-07fs: dcache per-inode inode alias lockingNick Piggin1-2/+2
2011-01-07fs: dcache remove dcache_lockNick Piggin1-2/+0
2011-01-07fs: scale inode alias listNick Piggin1-0/+2
2009-03-27affs: fix missing unlocks in affs_remove_linkChristoph Hellwig1-2/+6
2008-02-07iget: stop AFFS from using iget() and read_inode()David Howells1-2/+4
2006-12-07[PATCH] fs/*: trivial vsnprintf() conversionAlexey Dobriyan1-2/+2
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+509