aboutsummaryrefslogtreecommitdiffstats
path: root/fs/afs/dir.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-29afs: Use d_instantiate() rather than d_add() and don't d_drop()David Howells1-3/+1
2018-10-24afs: Implement YFS support in the fs clientDavid Howells1-4/+17
2018-10-24afs: Get the target vnode in afs_rmdir() and get a callback on itDavid Howells1-1/+10
2018-10-24afs: Commit the status on a new file/dir/symlinkDavid Howells1-0/+1
2018-10-24afs: Increase to 64-bit volume ID and 96-bit vnode ID for YFSDavid Howells1-12/+12
2018-10-24afs: Add a couple of tracepoints to log I/O errorsDavid Howells1-7/+11
2018-08-05afs_try_auto_mntpt(): return NULL instead of ERR_PTR(-ENOENT)Al Viro1-2/+0
2018-08-05afs_lookup(): switch to d_splice_alias()Al Viro1-35/+12
2018-05-14afs: Fix whole-volume callback handlingDavid Howells1-9/+9
2018-05-14afs: Fix directory page lockingDavid Howells1-19/+17
2018-04-09afs: Do better accretion of small writes on newly created contentDavid Howells1-0/+3
2018-04-09afs: Locally edit directory data for mkdir/create/unlink/...David Howells1-9/+74
2018-04-09afs: Adjust the directory XDR structuresDavid Howells1-31/+31
2018-04-09afs: Split the directory content defs into a headerDavid Howells1-52/+4
2018-04-09afs: Fix directory handlingDavid Howells1-68/+226
2018-04-09afs: Split the dynroot stuff out and give it its own ops tablesDavid Howells1-179/+1
2018-04-09afs: Keep track of invalid-before version for dentry coherencyDavid Howells1-5/+15
2018-04-09afs: Introduce a statistics proc fileDavid Howells1-0/+3
2018-04-09afs: Implement @cell substitution handlingDavid Howells1-0/+53
2018-04-09afs: Implement @sys substitution handlingDavid Howells1-0/+63
2018-04-09afs: Prospectively look up extra files when doing a single lookupDavid Howells1-38/+250
2018-02-06afs: Support the AFS dynamic rootDavid Howells1-14/+108
2018-01-02afs: Fix unlinkDavid Howells1-8/+29
2017-11-24afs: remove redundant assignment of dvnode to itselfColin Ian King1-1/+1
2017-11-24afs: Fix signal handling in some file opsDavid Howells1-0/+8
2017-11-24afs: Fix some dentry handling in dir ops and missing key_putsDavid Howells1-10/+5
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