aboutsummaryrefslogtreecommitdiff
path: root/fs/afs/internal.h
AgeCommit message (Expand)AuthorFilesLines
2024-05-01netfs, afs: Use writeback retry to deal with alternate keysGravatar David Howells 1-0/+1
2024-05-01netfs: Cut over to using new writeback codeGravatar David Howells 1-1/+0
2024-05-01netfs, afs: Implement helpers for new write codeGravatar David Howells 1-0/+3
2024-05-01afs: Use alternative invalidation to using launder_folioGravatar David Howells 1-1/+0
2024-02-20afs: Fix ignored callbacks over ipv4Gravatar Marc Dionne 1-4/+2
2024-01-19Merge tag 'vfs-6.8.netfs' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Gravatar Linus Torvalds 1-71/+1
2024-01-10Merge tag 'hardening-v6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+1
2024-01-01afs: trace: Log afs_make_call(), including server addressGravatar David Howells 1-0/+1
2024-01-01afs: Fix offline and busy message emissionGravatar David Howells 1-4/+4
2024-01-01afs: Fix fileserver rotationGravatar David Howells 1-4/+19
2024-01-01afs: Overhaul invalidation handling to better support RO volumesGravatar David Howells 1-17/+17
2024-01-01afs: Parse the VolSync record in the reply of a number of RPC opsGravatar David Howells 1-3/+13
2024-01-01afs: Don't leave DONTUSE/NEWREPSITE servers out of server listGravatar David Howells 1-0/+10
2024-01-01afs: Apply server breaks to mmap'd files in the call processorGravatar David Howells 1-3/+1
2024-01-01afs: Move the vnode/volume validity checking code into its own fileGravatar David Howells 1-3/+7
2024-01-01afs: Defer volume record destruction to a workqueueGravatar David Howells 1-1/+2
2024-01-01afs: Make it possible to find the volumes that are using a serverGravatar David Howells 1-8/+15
2024-01-01afs: Combine the endpoint state bools into a bitmaskGravatar David Howells 1-6/+6
2024-01-01afs: Keep a record of the current fileserver endpoint stateGravatar David Howells 1-21/+45
2024-01-01afs: Dispatch vlserver probes in priority orderGravatar David Howells 1-0/+1
2024-01-01afs: Mark address lists with configured prioritiesGravatar David Howells 1-0/+4
2024-01-01afs: Provide a way to configure address prioritiesGravatar David Howells 1-0/+29
2023-12-28afs: Use the netfs write helpersGravatar David Howells 1-9/+1
2023-12-24afs: Fold the afs_addr_cursor struct inGravatar David Howells 1-30/+28
2023-12-24afs: Use peer + service_id as call addressGravatar David Howells 1-7/+11
2023-12-24afs: Rename some fieldsGravatar David Howells 1-4/+4
2023-12-24afs: Add a tracepoint for struct afs_addr_listGravatar David Howells 1-7/+3
2023-12-24afs: Simplify error handlingGravatar David Howells 1-13/+31
2023-12-24afs: Don't put afs_call in afs_wait_for_call_to_complete()Gravatar David Howells 1-1/+1
2023-12-24afs: Wrap most op->error accesses with inline funcsGravatar David Howells 1-5/+15
2023-12-24afs: Use op->nr_iterations=-1 to indicate to begin fileserver iterationGravatar David Howells 1-1/+1
2023-12-24afs: Rename addr_list::failed to probe_failedGravatar David Howells 1-1/+1
2023-12-24rxrpc, afs: Allow afs to pin rxrpc_peer objectsGravatar David Howells 1-12/+14
2023-12-24afs: Turn the afs_addr_list address array into an array of structsGravatar David Howells 1-1/+5
2023-12-24afs: Don't use folio->private to record partial modificationGravatar David Howells 1-56/+0
2023-12-24netfs: Move pinning-for-writeback from fscache to netfsGravatar David Howells 1-6/+0
2023-12-21afs: Fix use-after-free due to get/remove race in volume treeGravatar David Howells 1-0/+2
2023-12-01afs: Add __counted_by for struct afs_acl and use struct_size()Gravatar Gustavo A. R. Silva 1-1/+1
2023-11-17afs: Fix afs_server_list to be cleaned up with RCUGravatar David Howells 1-0/+1
2023-10-30Merge tag 'hardening-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-2/+2
2023-10-09afs: move afs_xattr_handlers to .rodataGravatar Wedson Almeida Filho 1-1/+1
2023-10-02afs: Annotate struct afs_addr_list with __counted_byGravatar Kees Cook 1-1/+1
2023-10-02afs: Annotate struct afs_permits with __counted_byGravatar Kees Cook 1-1/+1
2023-08-18mm, netfs, fscache: stop read optimisation when folio removed from pagecacheGravatar David Howells 1-0/+2
2023-05-05Merge tag 'net-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 1-1/+1
2023-05-01rxrpc: Fix timeout of a call that hasn't yet been granted a channelGravatar David Howells 1-1/+1
2023-04-05afs: split afs_pagecache_valid() out of afs_validate()Gravatar Matthew Wilcox (Oracle) 1-0/+1
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-3/+3
2023-01-19fs: port ->permission() to pass mnt_idmapGravatar Christian Brauner 1-1/+1
2023-01-19fs: port ->getattr() to pass mnt_idmapGravatar Christian Brauner 1-1/+1