summaryrefslogtreecommitdiffstats
path: root/fs/afs/dir.c
Commit message (Expand)AuthorAgeFilesLines
...
* afs: Push the net ns pointer to more placesDavid Howells2017-11-131-6/+6
* afs: Add metadata xattrsDavid Howells2017-07-091-0/+1
* lib/vsprintf.c: remove %Z supportAlexey Dobriyan2017-02-281-7/+7
* fs: rename "rename2" i_op to "rename"Miklos Szeredi2016-09-271-1/+1
* fs: make remaining filesystems use .rename2Miklos Szeredi2016-09-271-3/+8
* afs: switch to ->iterate_shared()Al Viro2016-05-101-1/+1
* make ext2_get_page() and friends work without external serializationAl Viro2016-05-031-7/+7
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-1/+1
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-21/+21
* assorted conversions to %p[dD]Al Viro2014-11-191-36/+35Star
* 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/+0Star
* afs: dget_parent() can't return a negative dentryAl Viro2013-09-301-3/+0Star
* afs: get rid of redundant ->d_name.len checksAl Viro2013-09-081-24/+0Star
* afs: use check_submounts_and_drop()Miklos Szeredi2013-09-051-7/+3Star
* [readdir] convert afsAl Viro2013-06-291-62/+37Star
* new helper: file_inode(file)Al Viro2013-02-231-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-041-3/+3
* switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2012-01-041-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/+0Star
* 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-161-0/+1
* switch afsAl Viro2011-01-131-3/+1Star
* 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-261-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-221-5/+1Star
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+0Star
* 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-291-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/+0Star
* [AFS]: Fix u64 printing in debug logging.David S. Miller2007-04-271-1/+2
* [AFS]: Add "directory write" support.David Howells2007-04-271-140/+536
* [AFS]: Add security support.David Howells2007-04-271-13/+38