summaryrefslogtreecommitdiff
path: root/fs/afs/dir.c
Commit message (Expand)AuthorAge
* fs: rename "rename2" i_op to "rename"Miklos Szeredi2016-09-27
* fs: make remaining filesystems use .rename2Miklos Szeredi2016-09-27
* afs: switch to ->iterate_shared()Al Viro2016-05-10
* make ext2_get_page() and friends work without external serializationAl Viro2016-05-02
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-04
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-15
* assorted conversions to %p[dD]Al Viro2014-11-19
* vfs: make first argument of dir_context.actor typedMiklos Szeredi2014-10-31
* vfs: Remove unnecessary calls of check_submounts_and_dropEric W. Biederman2014-10-09
* afs: dget_parent() can't return a negative dentryAl Viro2013-09-29
* afs: get rid of redundant ->d_name.len checksAl Viro2013-09-07
* afs: use check_submounts_and_drop()Miklos Szeredi2013-09-05
* [readdir] convert afsAl Viro2013-06-29
* new helper: file_inode(file)Al Viro2013-02-22
* 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