aboutsummaryrefslogtreecommitdiffstats
path: root/fs/affs/namei.c
Commit message (Expand)AuthorAgeFilesLines
* affs: remove unnecessary dentry_unhash on rmdir, dir renameSage Weil2011-05-281-5/+0
* vfs: push dentry_unhash on rename_dir into file systemsSage Weil2011-05-261-0/+3
* vfs: push dentry_unhash on rmdir into file systemsSage Weil2011-05-261-0/+2
* switch affsAl Viro2011-01-121-2/+1
* fs: dcache reduce branches in lookup pathNick Piggin2011-01-071-1/+1
* fs: change d_hash for rcu-walkNick Piggin2011-01-071-8/+12
* fs: change d_compare for rcu-walkNick Piggin2011-01-071-18/+28
* fs/affs: use ERR_CASTJulia Lawall2010-05-271-1/+1
* Fix remount races with symlink handling in affsAl Viro2010-01-261-2/+5
* constify dentry_operations: misc filesystemsAl Viro2009-03-271-2/+2
* [PATCH] fix reservation discarding in affsRoman Zippel2008-05-061-2/+4
* iget: stop AFFS from using iget() and read_inode()David Howells2008-02-071-6/+4
* Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)David Howells2008-02-071-1/+1
* [PATCH] affs: possible null pointer dereference in affs_rename()Florin Malita2006-05-261-2/+1
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+443