aboutsummaryrefslogtreecommitdiffstats
path: root/fs/afs/dir.c
AgeCommit message (Expand)Author
2016-05-10afs: switch to ->iterate_shared()Al Viro
2016-05-02make ext2_get_page() and friends work without external serializationAl Viro
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2014-11-19assorted conversions to %p[dD]Al Viro
2014-10-31vfs: make first argument of dir_context.actor typedMiklos Szeredi
2014-10-09vfs: Remove unnecessary calls of check_submounts_and_dropEric W. Biederman
2013-09-29afs: dget_parent() can't return a negative dentryAl Viro
2013-09-07afs: get rid of redundant ->d_name.len checksAl Viro
2013-09-05afs: use check_submounts_and_drop()Miklos Szeredi
2013-06-29[readdir] convert afsAl Viro
2013-02-22new helper: file_inode(file)Al Viro
2012-07-14don't pass nameidata to ->create()Al Viro
2012-07-14stop passing nameidata to ->lookup()Al Viro
2012-07-14stop passing nameidata * to ->d_revalidate()Al Viro
2012-01-03switch ->create() to umode_tAl Viro
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro
2011-06-16AFS: Use i_generation not i_version for the vnode uniquifierDavid Howells
2011-05-28afs: remove unnecessary dentry_unhash on rmdir, dir renameSage Weil
2011-05-26vfs: push dentry_unhash on rename_dir into file systemsSage Weil
2011-05-26vfs: push dentry_unhash on rmdir into file systemsSage Weil
2011-01-15AFS: Use d_automount() rather than abusing follow_link()David Howells
2011-01-12switch afsAl Viro
2011-01-07fs: rcu-walk aware d_revalidate methodNick Piggin
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin
2011-01-07fs: change d_delete semanticsNick Piggin
2010-10-25new helper: ihold()Al Viro
2010-08-11AFS: Implement an autocell mount capability [ver #2]wanglei
2010-05-21AFS: Don't put struct file on the stackAl Viro
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-07-12AFS: Fix compilation warningArtem Bityutskiy
2009-03-27constify dentry_operations: AFSAl Viro
2008-10-23[PATCH] fix ->llseek for more directoriesChristoph Hellwig
2008-04-30afs: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-02-07Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)David Howells
2008-01-28vfs: Add 64 bit i_version supportJean Noel Cordenner
2007-07-16AFS: implement file lockingDavid Howells
2007-05-21Detach sched.h from mm.hAlexey Dobriyan
2007-05-11AFS: implement statfsDavid Howells
2007-05-09AFS: implement basic file write supportDavid Howells
2007-05-09AFS: AFS fixupsDavid Howells
2007-05-07mm: make read_cache_page synchronousNick Piggin
2007-04-26[AFS]: Fix u64 printing in debug logging.David S. Miller
2007-04-26[AFS]: Add "directory write" support.David Howells
2007-04-26[AFS]: Add security support.David Howells
2007-04-26[AF_RXRPC]: Make the in-kernel AFS filesystem use AF_RXRPC.David Howells
2007-04-26[AFS]: Clean up the AFS sourcesDavid Howells
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau
2007-02-12[PATCH] mark struct inode_operations const 1Arjan van de Ven
2006-12-08[PATCH] struct path: convert afsJosef Sipek