aboutsummaryrefslogtreecommitdiffstats
path: root/fs/affs/amigaffs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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