summaryrefslogtreecommitdiff
path: root/fs/afs/dynroot.c
AgeCommit message (Expand)Author
2024-01-22afs: Remove afs_dynroot_d_revalidate() as it is redundantDavid Howells
2024-01-19Merge tag 'vfs-6.8.netfs' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds
2024-01-11Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2023-12-28netfs: Optimise away reads above the point at which there can be no dataDavid Howells
2023-12-20afs: Fix dynamic root lookup DNS checkDavid Howells
2023-12-20afs: Fix the dynamic root's d_delete to always delete unused dentriesDavid Howells
2023-11-25dentry: switch the lists of children to hlistAl Viro
2023-11-17afs: Make error on cell lookup failure consistent with OpenAFSDavid Howells
2023-10-18afs: convert to new timestamp accessorsJeff Layton
2023-07-13afs: convert to ctime accessor functionsJeff Layton
2022-06-10netfs: Further cleanups after struct netfs_inode wrapper introducedLinus Torvalds
2022-06-09netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextDavid Howells
2022-03-18netfs: Add a netfs inode contextDavid Howells
2020-10-16afs: Add tracing for cell refcount and active user countDavid Howells
2020-10-16afs: Fix cell refcounting by splitting the usage counterDavid Howells
2020-10-16afs: Fix rapid cell addition/removal by not using RCU on cells treeDavid Howells
2020-08-21afs: Fix NULL deref in afs_dynroot_depopulate()David Howells
2020-06-04afs: Build an abstraction around an "operation" conceptDavid Howells
2019-12-11afs: Fix creation calls in the dynamic root to fail with EOPNOTSUPPDavid Howells
2019-09-15afs dynroot: switch to simple_dir_operationsAl Viro
2019-07-08Merge tag 'keys-namespace-20190627' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-06-27keys: Pass the network namespace into request_key mechanismDavid Howells
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner
2019-05-16afs: Make dynamic root population wait uninterruptibly for proc_cells_lockDavid Howells
2019-05-15dns_resolver: Allow used keys to be invalidatedDavid Howells
2018-10-24afs: Increase to 64-bit volume ID and 96-bit vnode ID for YFSDavid Howells
2018-10-24afs: Implement VL server rotationDavid Howells
2018-10-12afs: Fix cell proc listDavid Howells
2018-08-05afs_try_auto_mntpt(): return NULL instead of ERR_PTR(-ENOENT)Al Viro
2018-08-05afs: switch dynroot lookups to d_splice_alias()Al Viro
2018-06-15afs: Display manually added cells in dynamic root mountDavid Howells
2018-06-15afs: Enable IPv6 DNS lookupsDavid Howells
2018-04-09afs: Split the dynroot stuff out and give it its own ops tablesDavid Howells