summaryrefslogtreecommitdiffstats
path: root/fs/afs/dynroot.c
Commit message (Expand)AuthorAgeFilesLines
* afs: Remove afs_dynroot_d_revalidate() as it is redundantDavid Howells2024-01-221-9/+0
* Merge tag 'vfs-6.8.netfs' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2024-01-191-1/+1
|\
| * netfs: Optimise away reads above the point at which there can be no dataDavid Howells2023-12-281-1/+1
* | Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2024-01-111-2/+3
|\ \ | |/ |/|
| * dentry: switch the lists of children to hlistAl Viro2023-11-251-2/+3
* | afs: Fix dynamic root lookup DNS checkDavid Howells2023-12-201-2/+16
* | afs: Fix the dynamic root's d_delete to always delete unused dentriesDavid Howells2023-12-201-12/+1
* | afs: Make error on cell lookup failure consistent with OpenAFSDavid Howells2023-11-171-2/+2
|/
* afs: convert to new timestamp accessorsJeff Layton2023-10-181-1/+1
* afs: convert to ctime accessor functionsJeff Layton2023-07-131-1/+1
* netfs: Further cleanups after struct netfs_inode wrapper introducedLinus Torvalds2022-06-101-1/+1
* netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextDavid Howells2022-06-091-1/+1
* netfs: Add a netfs inode contextDavid Howells2022-03-181-0/+1
* afs: Add tracing for cell refcount and active user countDavid Howells2020-10-161-2/+2
* afs: Fix cell refcounting by splitting the usage counterDavid Howells2020-10-161-1/+1
* afs: Fix rapid cell addition/removal by not using RCU on cells treeDavid Howells2020-10-161-13/+8
* afs: Fix NULL deref in afs_dynroot_depopulate()David Howells2020-08-211-9/+11
* afs: Build an abstraction around an "operation" conceptDavid Howells2020-06-041-0/+93
* afs: Fix creation calls in the dynamic root to fail with EOPNOTSUPPDavid Howells2019-12-111-0/+3
* afs dynroot: switch to simple_dir_operationsAl Viro2019-09-151-7/+0
* Merge tag 'keys-namespace-20190627' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-07-081-3/+5
|\
| * keys: Pass the network namespace into request_key mechanismDavid Howells2019-06-271-3/+5
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner2019-05-241-5/+1
|/
* afs: Make dynamic root population wait uninterruptibly for proc_cells_lockDavid Howells2019-05-161-2/+1
* dns_resolver: Allow used keys to be invalidatedDavid Howells2019-05-151-1/+1
* afs: Increase to 64-bit volume ID and 96-bit vnode ID for YFSDavid Howells2018-10-241-1/+1
* afs: Implement VL server rotationDavid Howells2018-10-241-1/+1
* afs: Fix cell proc listDavid Howells2018-10-121-1/+1
* afs_try_auto_mntpt(): return NULL instead of ERR_PTR(-ENOENT)Al Viro2018-08-051-11/+2
* afs: switch dynroot lookups to d_splice_alias()Al Viro2018-08-051-15/+3
* afs: Display manually added cells in dynamic root mountDavid Howells2018-06-151-1/+123
* afs: Enable IPv6 DNS lookupsDavid Howells2018-06-151-1/+1
* afs: Split the dynroot stuff out and give it its own ops tablesDavid Howells2018-04-091-0/+209