aboutsummaryrefslogtreecommitdiffstats
path: root/fs/affs/namei.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-5/+5
2015-04-17fs/affs: use affs_test_opt()Fabian Frederick1-3/+3
2015-04-17fs/affs: use AFFS_MOUNT prefix for mount optionsFabian Frederick1-2/+4
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-5/+5
2015-02-17fs/affs: define AFFSNAMEMAX to replace constant useFabian Frederick1-8/+8
2015-02-17fs/affs: use unsigned int for string lengthsFabian Frederick1-7/+8
2015-02-17fs/affs: fix casting in printed messagesGeert Uytterhoeven1-11/+7
2014-11-19assorted conversions to %p[dD]Al Viro1-23/+17
2014-06-06fs/affs: pr_debug cleanupFabian Frederick1-16/+23
2014-04-07affs: add mount option to avoid filename truncatesFabian Frederick1-9/+23
2013-06-29Don't pass inode to ->d_hash() and ->d_compare()Linus Torvalds1-18/+8
2012-07-14don't pass nameidata to ->create()Al Viro1-1/+1
2012-07-14stop passing nameidata to ->lookup()Al Viro1-1/+1
2012-01-03switch ->create() to umode_tAl Viro1-2/+2
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro1-2/+2
2011-11-02filesystems: add missing nlink wrappersMiklos Szeredi1-3/+3
2011-05-28affs: remove unnecessary dentry_unhash on rmdir, dir renameSage Weil1-5/+0
2011-05-26vfs: push dentry_unhash on rename_dir into file systemsSage Weil1-0/+3
2011-05-26vfs: push dentry_unhash on rmdir into file systemsSage Weil1-0/+2
2011-01-12switch affsAl Viro1-2/+1
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin1-1/+1
2011-01-07fs: change d_hash for rcu-walkNick Piggin1-8/+12
2011-01-07fs: change d_compare for rcu-walkNick Piggin1-18/+28
2010-05-27fs/affs: use ERR_CASTJulia Lawall1-1/+1
2010-01-26Fix remount races with symlink handling in affsAl Viro1-2/+5
2009-03-27constify dentry_operations: misc filesystemsAl Viro1-2/+2
2008-05-06[PATCH] fix reservation discarding in affsRoman Zippel1-2/+4
2008-02-07iget: stop AFFS from using iget() and read_inode()David Howells1-6/+4
2008-02-07Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)David Howells1-1/+1
2006-05-26[PATCH] affs: possible null pointer dereference in affs_rename()Florin Malita1-2/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+443