aboutsummaryrefslogtreecommitdiff
path: root/fs/afs/dir.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-14don't pass nameidata to ->create()Gravatar Al Viro 1-2/+2
2012-07-14stop passing nameidata to ->lookup()Gravatar Al Viro 1-2/+2
2012-07-14stop passing nameidata * to ->d_revalidate()Gravatar Al Viro 1-3/+3
2012-01-03switch ->create() to umode_tGravatar Al Viro 1-3/+3
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tGravatar Al Viro 1-3/+3
2011-06-16AFS: Use i_generation not i_version for the vnode uniquifierGravatar David Howells 1-4/+4
2011-05-28afs: remove unnecessary dentry_unhash on rmdir, dir renameGravatar Sage Weil 1-5/+0
2011-05-26vfs: push dentry_unhash on rename_dir into file systemsGravatar Sage Weil 1-0/+3
2011-05-26vfs: push dentry_unhash on rmdir into file systemsGravatar Sage Weil 1-0/+2
2011-01-15AFS: Use d_automount() rather than abusing follow_link()Gravatar David Howells 1-0/+1
2011-01-12switch afsGravatar Al Viro 1-3/+1
2011-01-07fs: rcu-walk aware d_revalidate methodGravatar Nick Piggin 1-0/+4
2011-01-07fs: dcache reduce branches in lookup pathGravatar Nick Piggin 1-1/+1
2011-01-07fs: change d_delete semanticsGravatar Nick Piggin 1-2/+2
2010-10-25new helper: ihold()Gravatar Al Viro 1-1/+1
2010-08-11AFS: Implement an autocell mount capability [ver #2]Gravatar wanglei 1-2/+45
2010-05-21AFS: Don't put struct file on the stackGravatar Al Viro 1-5/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-1/+0
2009-07-12AFS: Fix compilation warningGravatar Artem Bityutskiy 1-1/+1
2009-03-27constify dentry_operations: AFSGravatar Al Viro 1-1/+1
2008-10-23[PATCH] fix ->llseek for more directoriesGravatar Christoph Hellwig 1-0/+1
2008-04-30afs: replace remaining __FUNCTION__ occurrencesGravatar Harvey Harrison 1-2/+2
2008-02-07Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)Gravatar David Howells 1-2/+2
2008-01-28vfs: Add 64 bit i_version supportGravatar Jean Noel Cordenner 1-4/+5
2007-07-16AFS: implement file lockingGravatar David Howells 1-0/+1
2007-05-21Detach sched.h from mm.hGravatar Alexey Dobriyan 1-0/+1
2007-05-11AFS: implement statfsGravatar David Howells 1-9/+9
2007-05-09AFS: implement basic file write supportGravatar David Howells 1-0/+1
2007-05-09AFS: AFS fixupsGravatar David Howells 1-9/+9
2007-05-07mm: make read_cache_page synchronousGravatar Nick Piggin 1-3/+0
2007-04-26[AFS]: Fix u64 printing in debug logging.Gravatar David S. Miller 1-1/+2
2007-04-26[AFS]: Add "directory write" support.Gravatar David Howells 1-140/+536
2007-04-26[AFS]: Add security support.Gravatar David Howells 1-13/+38
2007-04-26[AF_RXRPC]: Make the in-kernel AFS filesystem use AF_RXRPC.Gravatar David Howells 1-108/+178
2007-04-26[AFS]: Clean up the AFS sourcesGravatar David Howells 1-32/+18
2007-02-14[PATCH] remove many unneeded #includes of sched.hGravatar Tim Schmielau 1-1/+0
2007-02-12[PATCH] mark struct inode_operations const 1Gravatar Arjan van de Ven 1-1/+1
2006-12-08[PATCH] struct path: convert afsGravatar Josef Sipek 1-2/+2
2006-10-11[PATCH] fs/*: use BUILD_BUG_ONGravatar Alexey Dobriyan 1-4/+4
2006-10-03[PATCH] VFS: Make filldir_t and struct kstat deal in 64-bit inode numbersGravatar David Howells 1-2/+2
2006-06-23[PATCH] read_mapping_page for address spaceGravatar Pekka Enberg 1-3/+1
2006-03-28[PATCH] Make most file operations structs in fs/ constGravatar Arjan van de Ven 1-1/+1
2006-01-08[PATCH] fix possible PAGE_CACHE_SHIFT overflowsGravatar Andrew Morton 1-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+666