aboutsummaryrefslogtreecommitdiffstats
path: root/fs/afs/dir.c
Commit message (Expand)AuthorAge
* don't pass nameidata to ->create()Al Viro2012-07-14
* stop passing nameidata to ->lookup()Al Viro2012-07-14
* stop passing nameidata * to ->d_revalidate()Al Viro2012-07-14
* switch ->create() to umode_tAl Viro2012-01-03
* switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2012-01-03
* AFS: Use i_generation not i_version for the vnode uniquifierDavid Howells2011-06-16
* afs: remove unnecessary dentry_unhash on rmdir, dir renameSage Weil2011-05-28
* vfs: push dentry_unhash on rename_dir into file systemsSage Weil2011-05-26
* vfs: push dentry_unhash on rmdir into file systemsSage Weil2011-05-26
* AFS: Use d_automount() rather than abusing follow_link()David Howells2011-01-15
* switch afsAl Viro2011-01-12
* fs: rcu-walk aware d_revalidate methodNick Piggin2011-01-07
* fs: dcache reduce branches in lookup pathNick Piggin2011-01-07
* fs: change d_delete semanticsNick Piggin2011-01-07
* new helper: ihold()Al Viro2010-10-25
* AFS: Implement an autocell mount capability [ver #2]wanglei2010-08-11
* AFS: Don't put struct file on the stackAl Viro2010-05-21
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* AFS: Fix compilation warningArtem Bityutskiy2009-07-12
* constify dentry_operations: AFSAl Viro2009-03-27
* [PATCH] fix ->llseek for more directoriesChristoph Hellwig2008-10-23
* afs: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-30
* Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)David Howells2008-02-07
* vfs: Add 64 bit i_version supportJean Noel Cordenner2008-01-28
* AFS: implement file lockingDavid Howells2007-07-16
* Detach sched.h from mm.hAlexey Dobriyan2007-05-21
* AFS: implement statfsDavid Howells2007-05-11
* AFS: implement basic file write supportDavid Howells2007-05-09
* AFS: AFS fixupsDavid Howells2007-05-09
* mm: make read_cache_page synchronousNick Piggin2007-05-07
* [AFS]: Fix u64 printing in debug logging.David S. Miller2007-04-26
* [AFS]: Add "directory write" support.David Howells2007-04-26
* [AFS]: Add security support.David Howells2007-04-26
* [AF_RXRPC]: Make the in-kernel AFS filesystem use AF_RXRPC.David Howells2007-04-26
* [AFS]: Clean up the AFS sourcesDavid Howells2007-04-26
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-14
* [PATCH] mark struct inode_operations const 1Arjan van de Ven2007-02-12
* [PATCH] struct path: convert afsJosef Sipek2006-12-08
* [PATCH] fs/*: use BUILD_BUG_ONAlexey Dobriyan2006-10-11
* [PATCH] VFS: Make filldir_t and struct kstat deal in 64-bit inode numbersDavid Howells2006-10-03
* [PATCH] read_mapping_page for address spacePekka Enberg2006-06-23
* [PATCH] Make most file operations structs in fs/ constArjan van de Ven2006-03-28
* [PATCH] fix possible PAGE_CACHE_SHIFT overflowsAndrew Morton2006-01-08
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-16