aboutsummaryrefslogtreecommitdiffstats
path: root/fs/afs/dir.c
AgeCommit message (Expand)Author
2018-05-14afs: Fix whole-volume callback handlingDavid Howells
2018-05-14afs: Fix directory page lockingDavid Howells
2018-04-09afs: Do better accretion of small writes on newly created contentDavid Howells
2018-04-09afs: Locally edit directory data for mkdir/create/unlink/...David Howells
2018-04-09afs: Adjust the directory XDR structuresDavid Howells
2018-04-09afs: Split the directory content defs into a headerDavid Howells
2018-04-09afs: Fix directory handlingDavid Howells
2018-04-09afs: Split the dynroot stuff out and give it its own ops tablesDavid Howells
2018-04-09afs: Keep track of invalid-before version for dentry coherencyDavid Howells
2018-04-09afs: Introduce a statistics proc fileDavid Howells
2018-04-09afs: Implement @cell substitution handlingDavid Howells
2018-04-09afs: Implement @sys substitution handlingDavid Howells
2018-04-09afs: Prospectively look up extra files when doing a single lookupDavid Howells
2018-02-06afs: Support the AFS dynamic rootDavid Howells
2018-01-02afs: Fix unlinkDavid Howells
2017-11-24afs: remove redundant assignment of dvnode to itselfColin Ian King
2017-11-24afs: Fix signal handling in some file opsDavid Howells
2017-11-24afs: Fix some dentry handling in dir ops and missing key_putsDavid Howells
2017-11-13afs: Introduce a file-private data recordDavid Howells
2017-11-13afs: Fix directory read/modify raceDavid Howells
2017-11-13afs: Overhaul volume and server record caching and fileserver rotationDavid Howells
2017-11-13afs: Overhaul the callback handlingDavid Howells
2017-11-13afs: Push the net ns pointer to more placesDavid Howells
2017-07-09afs: Add metadata xattrsDavid Howells
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi
2016-09-27fs: make remaining filesystems use .rename2Miklos Szeredi
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