summaryrefslogtreecommitdiffstats
path: root/fs/afs/dir.c
Commit message (Expand)AuthorAgeFilesLines
* assorted conversions to %p[dD]Al Viro2014-11-191-36/+35
* vfs: make first argument of dir_context.actor typedMiklos Szeredi2014-10-311-4/+5
* vfs: Remove unnecessary calls of check_submounts_and_dropEric W. Biederman2014-10-091-5/+0
* afs: dget_parent() can't return a negative dentryAl Viro2013-09-291-3/+0
* afs: get rid of redundant ->d_name.len checksAl Viro2013-09-071-24/+0
* afs: use check_submounts_and_drop()Miklos Szeredi2013-09-051-7/+3
* [readdir] convert afsAl Viro2013-06-291-62/+37
* new helper: file_inode(file)Al Viro2013-02-221-2/+2
* don't pass nameidata to ->create()Al Viro2012-07-141-2/+2
* stop passing nameidata to ->lookup()Al Viro2012-07-141-2/+2
* stop passing nameidata * to ->d_revalidate()Al Viro2012-07-141-3/+3
* switch ->create() to umode_tAl Viro2012-01-031-3/+3
* switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2012-01-031-3/+3
* AFS: Use i_generation not i_version for the vnode uniquifierDavid Howells2011-06-161-4/+4
* afs: 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
* AFS: Use d_automount() rather than abusing follow_link()David Howells2011-01-151-0/+1
* switch afsAl Viro2011-01-121-3/+1
* fs: rcu-walk aware d_revalidate methodNick Piggin2011-01-071-0/+4
* fs: dcache reduce branches in lookup pathNick Piggin2011-01-071-1/+1
* fs: change d_delete semanticsNick Piggin2011-01-071-2/+2
* new helper: ihold()Al Viro2010-10-251-1/+1
* AFS: Implement an autocell mount capability [ver #2]wanglei2010-08-111-2/+45
* AFS: Don't put struct file on the stackAl Viro2010-05-211-5/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+0
* AFS: Fix compilation warningArtem Bityutskiy2009-07-121-1/+1
* constify dentry_operations: AFSAl Viro2009-03-271-1/+1
* [PATCH] fix ->llseek for more directoriesChristoph Hellwig2008-10-231-0/+1
* afs: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-301-2/+2
* Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)David Howells2008-02-071-2/+2
* vfs: Add 64 bit i_version supportJean Noel Cordenner2008-01-281-4/+5
* AFS: implement file lockingDavid Howells2007-07-161-0/+1
* Detach sched.h from mm.hAlexey Dobriyan2007-05-211-0/+1
* AFS: implement statfsDavid Howells2007-05-111-9/+9
* AFS: implement basic file write supportDavid Howells2007-05-091-0/+1
* AFS: AFS fixupsDavid Howells2007-05-091-9/+9
* mm: make read_cache_page synchronousNick Piggin2007-05-071-3/+0
* [AFS]: Fix u64 printing in debug logging.David S. Miller2007-04-261-1/+2
* [AFS]: Add "directory write" support.David Howells2007-04-261-140/+536
* [AFS]: Add security support.David Howells2007-04-261-13/+38
* [AF_RXRPC]: Make the in-kernel AFS filesystem use AF_RXRPC.David Howells2007-04-261-108/+178
* [AFS]: Clean up the AFS sourcesDavid Howells2007-04-261-32/+18
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0
* [PATCH] mark struct inode_operations const 1Arjan van de Ven2007-02-121-1/+1
* [PATCH] struct path: convert afsJosef Sipek2006-12-081-2/+2
* [PATCH] fs/*: use BUILD_BUG_ONAlexey Dobriyan2006-10-111-4/+4
* [PATCH] VFS: Make filldir_t and struct kstat deal in 64-bit inode numbersDavid Howells2006-10-031-2/+2
* [PATCH] read_mapping_page for address spacePekka Enberg2006-06-231-3/+1
* [PATCH] Make most file operations structs in fs/ constArjan van de Ven2006-03-281-1/+1
OpenPOWER on IntegriCloud