aboutsummaryrefslogtreecommitdiff
path: root/fs/afs/dynroot.c
AgeCommit message (Expand)AuthorFilesLines
2022-06-10netfs: Further cleanups after struct netfs_inode wrapper introducedGravatar Linus Torvalds 1-1/+1
2022-06-09netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextGravatar David Howells 1-1/+1
2022-03-18netfs: Add a netfs inode contextGravatar David Howells 1-0/+1
2020-10-16afs: Add tracing for cell refcount and active user countGravatar David Howells 1-2/+2
2020-10-16afs: Fix cell refcounting by splitting the usage counterGravatar David Howells 1-1/+1
2020-10-16afs: Fix rapid cell addition/removal by not using RCU on cells treeGravatar David Howells 1-13/+8
2020-08-21afs: Fix NULL deref in afs_dynroot_depopulate()Gravatar David Howells 1-9/+11
2020-06-04afs: Build an abstraction around an "operation" conceptGravatar David Howells 1-0/+93
2019-12-11afs: Fix creation calls in the dynamic root to fail with EOPNOTSUPPGravatar David Howells 1-0/+3
2019-09-15afs dynroot: switch to simple_dir_operationsGravatar Al Viro 1-7/+0
2019-07-08Merge tag 'keys-namespace-20190627' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-3/+5
2019-06-27keys: Pass the network namespace into request_key mechanismGravatar David Howells 1-3/+5
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Gravatar Thomas Gleixner 1-5/+1
2019-05-16afs: Make dynamic root population wait uninterruptibly for proc_cells_lockGravatar David Howells 1-2/+1
2019-05-15dns_resolver: Allow used keys to be invalidatedGravatar David Howells 1-1/+1
2018-10-24afs: Increase to 64-bit volume ID and 96-bit vnode ID for YFSGravatar David Howells 1-1/+1
2018-10-24afs: Implement VL server rotationGravatar David Howells 1-1/+1
2018-10-12afs: Fix cell proc listGravatar David Howells 1-1/+1
2018-08-05afs_try_auto_mntpt(): return NULL instead of ERR_PTR(-ENOENT)Gravatar Al Viro 1-11/+2
2018-08-05afs: switch dynroot lookups to d_splice_alias()Gravatar Al Viro 1-15/+3
2018-06-15afs: Display manually added cells in dynamic root mountGravatar David Howells 1-1/+123
2018-06-15afs: Enable IPv6 DNS lookupsGravatar David Howells 1-1/+1
2018-04-09afs: Split the dynroot stuff out and give it its own ops tablesGravatar David Howells 1-0/+209