aboutsummaryrefslogtreecommitdiffstats
path: root/fs/afs/dir.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-13afs: Introduce a file-private data recordDavid Howells1-1/+1
2017-11-13afs: Fix directory read/modify raceDavid Howells1-8/+19
2017-11-13afs: Overhaul volume and server record caching and fileserver rotationDavid Howells1-164/+224
2017-11-13afs: Overhaul the callback handlingDavid Howells1-20/+32
2017-11-13afs: Push the net ns pointer to more placesDavid Howells1-6/+6
2017-07-09afs: Add metadata xattrsDavid Howells1-0/+1
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan1-7/+7
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi1-1/+1
2016-09-27fs: make remaining filesystems use .rename2Miklos Szeredi1-3/+8
2016-05-10afs: switch to ->iterate_shared()Al Viro1-1/+1
2016-05-02make ext2_get_page() and friends work without external serializationAl Viro1-7/+7
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-1/+1
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-21/+21
2014-11-19assorted conversions to %p[dD]Al Viro1-36/+35
2014-10-31vfs: make first argument of dir_context.actor typedMiklos Szeredi1-4/+5
2014-10-09vfs: Remove unnecessary calls of check_submounts_and_dropEric W. Biederman1-5/+0
2013-09-29afs: dget_parent() can't return a negative dentryAl Viro1-3/+0
2013-09-07afs: get rid of redundant ->d_name.len checksAl Viro1-24/+0
2013-09-05afs: use check_submounts_and_drop()Miklos Szeredi1-7/+3
2013-06-29[readdir] convert afsAl Viro1-62/+37
2013-02-22new helper: file_inode(file)Al Viro1-2/+2
2012-07-14don't pass nameidata to ->create()Al Viro1-2/+2
2012-07-14stop passing nameidata to ->lookup()Al Viro1-2/+2
2012-07-14stop passing nameidata * to ->d_revalidate()Al Viro1-3/+3
2012-01-03switch ->create() to umode_tAl Viro1-3/+3
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro1-3/+3
2011-06-16AFS: Use i_generation not i_version for the vnode uniquifierDavid Howells1-4/+4
2011-05-28afs: remove unnecessary dentry_unhash on rmdir, dir renameSage Weil1-5/+0
2011-05-26vfs: push dentry_unhash on rename_dir into file systemsSage Weil1-0/+3
2011-05-26vfs: push dentry_unhash on rmdir into file systemsSage Weil1-0/+2
2011-01-15AFS: Use d_automount() rather than abusing follow_link()David Howells1-0/+1
2011-01-12switch afsAl Viro1-3/+1
2011-01-07fs: rcu-walk aware d_revalidate methodNick Piggin1-0/+4
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin1-1/+1
2011-01-07fs: change d_delete semanticsNick Piggin1-2/+2
2010-10-25new helper: ihold()Al Viro1-1/+1
2010-08-11AFS: Implement an autocell mount capability [ver #2]wanglei1-2/+45
2010-05-21AFS: Don't put struct file on the stackAl Viro1-5/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+0
2009-07-12AFS: Fix compilation warningArtem Bityutskiy1-1/+1
2009-03-27constify dentry_operations: AFSAl Viro1-1/+1
2008-10-23[PATCH] fix ->llseek for more directoriesChristoph Hellwig1-0/+1
2008-04-30afs: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-2/+2
2008-02-07Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)David Howells1-2/+2
2008-01-28vfs: Add 64 bit i_version supportJean Noel Cordenner1-4/+5
2007-07-16AFS: implement file lockingDavid Howells1-0/+1
2007-05-21Detach sched.h from mm.hAlexey Dobriyan1-0/+1
2007-05-11AFS: implement statfsDavid Howells1-9/+9
2007-05-09AFS: implement basic file write supportDavid Howells1-0/+1
2007-05-09AFS: AFS fixupsDavid Howells1-9/+9