aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/afs/dir.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-04-13afs: Fix afs_d_validate() to set the right directory versionDavid Howells1-3/+3
2020-04-13afs: Fix race between post-modification dir edit and readdir/d_revalidateDavid Howells1-28/+61
2020-04-13afs: Fix rename operation status deliveryDavid Howells1-10/+3
2020-01-14afs: Fix afs_lookup() to not clobber the version on a new dentryDavid Howells1-5/+1
2020-01-14afs: Fix use-after-loss-of-refDavid Howells1-5/+7
2019-11-15afs: Fix race in commit bulk status fetchDavid Howells1-1/+6
2019-09-02afs: Support RCU pathwalkDavid Howells1-1/+53
2019-08-22afs: Fix possible oops in afs_lookup trace eventMarc Dionne1-1/+2
2019-07-30afs: Fix missing dentry data version updatingDavid Howells1-14/+70
2019-07-30afs: Only update d_fsdata if different in afs_d_revalidate()David Howells1-1/+2
2019-07-30afs: Fix off-by-one in afs_rename() expected data version calculationDavid Howells1-1/+1
2019-07-10Merge tag 'afs-next-20190628' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds1-12/+9
2019-06-20fs/afs: use struct_size() in kzalloc()Zhengyuan Liu1-2/+1
2019-06-20afs: Add some callback management tracepointsDavid Howells1-2/+2
2019-06-20afs: afs_unlink() doesn't need to check dentry->d_inodeDavid Howells1-8/+6
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-16afs: Fix application of the results of a inline bulk status fetchDavid Howells1-7/+44
2019-05-16afs: Pass pre-fetch server and volume break counts into afs_iget5_set()David Howells1-20/+38
2019-05-16afs: Fix unlink to handle YFS.RemoveFile2 betterDavid Howells1-23/+13
2019-05-16afs: Make vnode->cb_interest RCU safeDavid Howells1-5/+10
2019-05-16afs: Fix application of status and callback to be under same lockDavid Howells1-65/+139
2019-05-16afs: Fix order-1 allocation in afs_do_lookup()David Howells1-21/+16
2019-05-16afs: Make some RPC operations non-interruptibleDavid Howells1-9/+9
2019-05-07afs: Log more information for "kAFS: AFS vnode with undefined type\n"David Howells1-2/+2
2019-04-25afs: Add more tracepointsDavid Howells1-1/+7
2019-04-25afs: Implement sillyrename for unlink and renameDavid Howells1-9/+107
2019-04-25afs: Add directory reload tracepointDavid Howells1-0/+1
2019-04-25afs: Improve dir check failure reportsDavid Howells1-4/+34
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