summaryrefslogtreecommitdiffstats
path: root/fs/afs/dir.c
Commit message (Expand)AuthorAgeFilesLines
* afs: Fix missing dentry data version updatingDavid Howells2019-07-301-14/+70
* afs: Only update d_fsdata if different in afs_d_revalidate()David Howells2019-07-301-1/+2
* afs: Fix off-by-one in afs_rename() expected data version calculationDavid Howells2019-07-301-1/+1
* Merge tag 'afs-next-20190628' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-111-12/+9Star
|\
| * fs/afs: use struct_size() in kzalloc()Zhengyuan Liu2019-06-201-2/+1Star
| * afs: Add some callback management tracepointsDavid Howells2019-06-201-2/+2
| * afs: afs_unlink() doesn't need to check dentry->d_inodeDavid Howells2019-06-201-8/+6Star
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1Star
|/
* 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/+13Star
* 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/+16Star
* 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-301-3/+1Star
* 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/+0Star
* afs_lookup(): switch to d_splice_alias()Al Viro2018-08-051-35/+12Star
* afs: Fix whole-volume callback handlingDavid Howells2018-05-141-9/+9
* afs: Fix directory page lockingDavid Howells2018-05-141-19/+17Star
* 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/+4Star
* 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/+1Star
* 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/+5Star
* 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