aboutsummaryrefslogtreecommitdiffstats
path: root/fs/afs/dir.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-15AFS: Use d_automount() rather than abusing follow_link()David Howells1-0/+1
2011-01-12switch afsAl Viro1-3/+1
2011-01-07fs: rcu-walk aware d_revalidate methodNick Piggin1-0/+4
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin1-1/+1
2011-01-07fs: change d_delete semanticsNick Piggin1-2/+2
2010-10-25new helper: ihold()Al Viro1-1/+1
2010-08-11AFS: Implement an autocell mount capability [ver #2]wanglei1-2/+45
2010-05-21AFS: Don't put struct file on the stackAl Viro1-5/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+0
2009-07-12AFS: Fix compilation warningArtem Bityutskiy1-1/+1
2009-03-27constify dentry_operations: AFSAl Viro1-1/+1
2008-10-23[PATCH] fix ->llseek for more directoriesChristoph Hellwig1-0/+1
2008-04-30afs: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-2/+2
2008-02-07Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)David Howells1-2/+2
2008-01-28vfs: Add 64 bit i_version supportJean Noel Cordenner1-4/+5
2007-07-16AFS: implement file lockingDavid Howells1-0/+1
2007-05-21Detach sched.h from mm.hAlexey Dobriyan1-0/+1
2007-05-11AFS: implement statfsDavid Howells1-9/+9
2007-05-09AFS: implement basic file write supportDavid Howells1-0/+1
2007-05-09AFS: AFS fixupsDavid Howells1-9/+9
2007-05-07mm: make read_cache_page synchronousNick Piggin1-3/+0
2007-04-26[AFS]: Fix u64 printing in debug logging.David S. Miller1-1/+2
2007-04-26[AFS]: Add "directory write" support.David Howells1-140/+536
2007-04-26[AFS]: Add security support.David Howells1-13/+38
2007-04-26[AF_RXRPC]: Make the in-kernel AFS filesystem use AF_RXRPC.David Howells1-108/+178
2007-04-26[AFS]: Clean up the AFS sourcesDavid Howells1-32/+18
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2007-02-12[PATCH] mark struct inode_operations const 1Arjan van de Ven1-1/+1
2006-12-08[PATCH] struct path: convert afsJosef Sipek1-2/+2
2006-10-11[PATCH] fs/*: use BUILD_BUG_ONAlexey Dobriyan1-4/+4
2006-10-03[PATCH] VFS: Make filldir_t and struct kstat deal in 64-bit inode numbersDavid Howells1-2/+2
2006-06-23[PATCH] read_mapping_page for address spacePekka Enberg1-3/+1
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven1-1/+1
2006-01-08[PATCH] fix possible PAGE_CACHE_SHIFT overflowsAndrew Morton1-1/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+666