summaryrefslogtreecommitdiffstats
path: root/fs/afs/dir.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* afs: Fix application of the results of a inline bulk status fetchDavid Howells2019-05-161-7/+44
* afs: Pass pre-fetch server and volume break counts into afs_iget5_set()David Howells2019-05-161-20/+38
* afs: Fix unlink to handle YFS.RemoveFile2 betterDavid Howells2019-05-161-23/+13
* afs: Make vnode->cb_interest RCU safeDavid Howells2019-05-161-5/+10
* afs: Fix application of status and callback to be under same lockDavid Howells2019-05-161-65/+139
* afs: Fix order-1 allocation in afs_do_lookup()David Howells2019-05-161-21/+16
* afs: Make some RPC operations non-interruptibleDavid Howells2019-05-161-9/+9
* afs: Log more information for "kAFS: AFS vnode with undefined type\n"David Howells2019-05-071-2/+2
* afs: Add more tracepointsDavid Howells2019-04-251-1/+7
* afs: Implement sillyrename for unlink and renameDavid Howells2019-04-251-9/+107
* afs: Add directory reload tracepointDavid Howells2019-04-251-0/+1
* afs: Improve dir check failure reportsDavid Howells2019-04-251-4/+34
* 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