summaryrefslogtreecommitdiffstats
path: root/fs/afs/dir.c
Commit message (Expand)AuthorAgeFilesLines
* afs: Use d_instantiate() rather than d_add() and don't d_drop()David Howells2018-11-291-3/+1
* afs: Implement YFS support in the fs clientDavid Howells2018-10-241-4/+17
* afs: Get the target vnode in afs_rmdir() and get a callback on itDavid Howells2018-10-241-1/+10
* afs: Commit the status on a new file/dir/symlinkDavid Howells2018-10-241-0/+1
* afs: Increase to 64-bit volume ID and 96-bit vnode ID for YFSDavid Howells2018-10-241-12/+12
* afs: Add a couple of tracepoints to log I/O errorsDavid Howells2018-10-241-7/+11
* afs_try_auto_mntpt(): return NULL instead of ERR_PTR(-ENOENT)Al Viro2018-08-051-2/+0
* afs_lookup(): switch to d_splice_alias()Al Viro2018-08-051-35/+12
* afs: Fix whole-volume callback handlingDavid Howells2018-05-141-9/+9
* afs: Fix directory page lockingDavid Howells2018-05-141-19/+17
* afs: Do better accretion of small writes on newly created contentDavid Howells2018-04-091-0/+3
* afs: Locally edit directory data for mkdir/create/unlink/...David Howells2018-04-091-9/+74
* afs: Adjust the directory XDR structuresDavid Howells2018-04-091-31/+31
* afs: Split the directory content defs into a headerDavid Howells2018-04-091-52/+4
* afs: Fix directory handlingDavid Howells2018-04-091-68/+226
* afs: Split the dynroot stuff out and give it its own ops tablesDavid Howells2018-04-091-179/+1
* afs: Keep track of invalid-before version for dentry coherencyDavid Howells2018-04-091-5/+15
* afs: Introduce a statistics proc fileDavid Howells2018-04-091-0/+3
* afs: Implement @cell substitution handlingDavid Howells2018-04-091-0/+53
* afs: Implement @sys substitution handlingDavid Howells2018-04-091-0/+63
* afs: Prospectively look up extra files when doing a single lookupDavid Howells2018-04-091-38/+250
* afs: Support the AFS dynamic rootDavid Howells2018-02-061-14/+108
* afs: Fix unlinkDavid Howells2018-01-021-8/+29
* afs: remove redundant assignment of dvnode to itselfColin Ian King2017-11-241-1/+1
* afs: Fix signal handling in some file opsDavid Howells2017-11-241-0/+8
* afs: Fix some dentry handling in dir ops and missing key_putsDavid Howells2017-11-241-10/+5
* afs: Introduce a file-private data recordDavid Howells2017-11-131-1/+1
* afs: Fix directory read/modify raceDavid Howells2017-11-131-8/+19
* afs: Overhaul volume and server record caching and fileserver rotationDavid Howells2017-11-131-164/+224
* afs: Overhaul the callback handlingDavid Howells2017-11-131-20/+32
* afs: Push the net ns pointer to more placesDavid Howells2017-11-131-6/+6
* afs: Add metadata xattrsDavid Howells2017-07-091-0/+1
* lib/vsprintf.c: remove %Z supportAlexey Dobriyan2017-02-271-7/+7
* fs: rename "rename2" i_op to "rename"Miklos Szeredi2016-09-271-1/+1
* fs: make remaining filesystems use .rename2Miklos Szeredi2016-09-271-3/+8
* afs: switch to ->iterate_shared()Al Viro2016-05-101-1/+1
* make ext2_get_page() and friends work without external serializationAl Viro2016-05-021-7/+7
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-1/+1
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-21/+21
* assorted conversions to %p[dD]Al Viro2014-11-191-36/+35
* vfs: make first argument of dir_context.actor typedMiklos Szeredi2014-10-311-4/+5
* vfs: Remove unnecessary calls of check_submounts_and_dropEric W. Biederman2014-10-091-5/+0
* afs: dget_parent() can't return a negative dentryAl Viro2013-09-291-3/+0
* afs: get rid of redundant ->d_name.len checksAl Viro2013-09-071-24/+0
* afs: use check_submounts_and_drop()Miklos Szeredi2013-09-051-7/+3
* [readdir] convert afsAl Viro2013-06-291-62/+37
* new helper: file_inode(file)Al Viro2013-02-221-2/+2
* don't pass nameidata to ->create()Al Viro2012-07-141-2/+2
* stop passing nameidata to ->lookup()Al Viro2012-07-141-2/+2
* stop passing nameidata * to ->d_revalidate()Al Viro2012-07-141-3/+3