summaryrefslogtreecommitdiff
path: root/fs/affs/namei.c
AgeCommit message (Expand)Author
2011-05-28affs: remove unnecessary dentry_unhash on rmdir, dir renameSage Weil
2011-05-26vfs: push dentry_unhash on rename_dir into file systemsSage Weil
2011-05-26vfs: push dentry_unhash on rmdir into file systemsSage Weil
2011-01-12switch affsAl Viro
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin
2011-01-07fs: change d_hash for rcu-walkNick Piggin
2011-01-07fs: change d_compare for rcu-walkNick Piggin
2010-05-27fs/affs: use ERR_CASTJulia Lawall
2010-01-26Fix remount races with symlink handling in affsAl Viro
2009-03-27constify dentry_operations: misc filesystemsAl Viro
2008-05-06[PATCH] fix reservation discarding in affsRoman Zippel
2008-02-07iget: stop AFFS from using iget() and read_inode()David Howells
2008-02-07Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)David Howells
2006-05-26[PATCH] affs: possible null pointer dereference in affs_rename()Florin Malita
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds