summaryrefslogtreecommitdiffstats
path: root/fs/afs/dir.c
Commit message (Expand)AuthorAgeFilesLines
...
* afs: Fix race between post-modification dir edit and readdir/d_revalidateDavid Howells2020-04-131-28/+61
* afs: Fix rename operation status deliveryDavid Howells2020-04-131-10/+3
* afs: Fix afs_lookup() to not clobber the version on a new dentryDavid Howells2020-01-141-5/+1
* afs: Fix use-after-loss-of-refDavid Howells2020-01-141-5/+7
* afs: Fix race in commit bulk status fetchDavid Howells2019-11-151-1/+6
* afs: Support RCU pathwalkDavid Howells2019-09-021-1/+53
* afs: Fix possible oops in afs_lookup trace eventMarc Dionne2019-08-221-1/+2
* 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-101-12/+9
|\
| * fs/afs: use struct_size() in kzalloc()Zhengyuan Liu2019-06-201-2/+1
| * 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/+6
* | 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