summaryrefslogtreecommitdiffstats
path: root/fs/afs/internal.h
Commit message (Expand)AuthorAgeFilesLines
* netfs, afs: Use writeback retry to deal with alternate keysDavid Howells2024-05-011-0/+1
* netfs: Cut over to using new writeback codeDavid Howells2024-05-011-1/+0
* netfs, afs: Implement helpers for new write codeDavid Howells2024-05-011-0/+3
* afs: Use alternative invalidation to using launder_folioDavid Howells2024-05-011-1/+0
* afs: Fix ignored callbacks over ipv4Marc Dionne2024-02-201-4/+2
* Merge tag 'vfs-6.8.netfs' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2024-01-191-71/+1
|\
| * afs: Use the netfs write helpersDavid Howells2023-12-281-9/+1
| * afs: Don't use folio->private to record partial modificationDavid Howells2023-12-241-56/+0
| * netfs: Move pinning-for-writeback from fscache to netfsDavid Howells2023-12-241-6/+0
* | Merge tag 'hardening-v6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-01-101-1/+1
|\ \
| * | afs: Add __counted_by for struct afs_acl and use struct_size()Gustavo A. R. Silva2023-12-011-1/+1
* | | afs: trace: Log afs_make_call(), including server addressDavid Howells2024-01-011-0/+1
* | | afs: Fix offline and busy message emissionDavid Howells2024-01-011-4/+4
* | | afs: Fix fileserver rotationDavid Howells2024-01-011-4/+19
* | | afs: Overhaul invalidation handling to better support RO volumesDavid Howells2024-01-011-17/+17
* | | afs: Parse the VolSync record in the reply of a number of RPC opsDavid Howells2024-01-011-3/+13
* | | afs: Don't leave DONTUSE/NEWREPSITE servers out of server listDavid Howells2024-01-011-0/+10
* | | afs: Apply server breaks to mmap'd files in the call processorDavid Howells2024-01-011-3/+1
* | | afs: Move the vnode/volume validity checking code into its own fileDavid Howells2024-01-011-3/+7
* | | afs: Defer volume record destruction to a workqueueDavid Howells2024-01-011-1/+2
* | | afs: Make it possible to find the volumes that are using a serverDavid Howells2024-01-011-8/+15
* | | afs: Combine the endpoint state bools into a bitmaskDavid Howells2024-01-011-6/+6
* | | afs: Keep a record of the current fileserver endpoint stateDavid Howells2024-01-011-21/+45
* | | afs: Dispatch vlserver probes in priority orderDavid Howells2024-01-011-0/+1
* | | afs: Mark address lists with configured prioritiesDavid Howells2024-01-011-0/+4
* | | afs: Provide a way to configure address prioritiesDavid Howells2024-01-011-0/+29
* | | afs: Fold the afs_addr_cursor struct inDavid Howells2023-12-241-30/+28
* | | afs: Use peer + service_id as call addressDavid Howells2023-12-241-7/+11
* | | afs: Rename some fieldsDavid Howells2023-12-241-4/+4
* | | afs: Add a tracepoint for struct afs_addr_listDavid Howells2023-12-241-7/+3
* | | afs: Simplify error handlingDavid Howells2023-12-241-13/+31
* | | afs: Don't put afs_call in afs_wait_for_call_to_complete()David Howells2023-12-241-1/+1
* | | afs: Wrap most op->error accesses with inline funcsDavid Howells2023-12-241-5/+15
* | | afs: Use op->nr_iterations=-1 to indicate to begin fileserver iterationDavid Howells2023-12-241-1/+1
* | | afs: Rename addr_list::failed to probe_failedDavid Howells2023-12-241-1/+1
* | | rxrpc, afs: Allow afs to pin rxrpc_peer objectsDavid Howells2023-12-241-12/+14
* | | afs: Turn the afs_addr_list address array into an array of structsDavid Howells2023-12-241-1/+5
| |/ |/|
* | afs: Fix use-after-free due to get/remove race in volume treeDavid Howells2023-12-211-0/+2
* | afs: Fix afs_server_list to be cleaned up with RCUDavid Howells2023-11-171-0/+1
|/
* Merge tag 'hardening-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-10-301-2/+2
|\
| * afs: Annotate struct afs_addr_list with __counted_byKees Cook2023-10-021-1/+1
| * afs: Annotate struct afs_permits with __counted_byKees Cook2023-10-021-1/+1
* | afs: move afs_xattr_handlers to .rodataWedson Almeida Filho2023-10-091-1/+1
|/
* mm, netfs, fscache: stop read optimisation when folio removed from pagecacheDavid Howells2023-08-181-0/+2
* Merge tag 'net-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-05-051-1/+1
|\
| * rxrpc: Fix timeout of a call that hasn't yet been granted a channelDavid Howells2023-05-011-1/+1
* | afs: split afs_pagecache_valid() out of afs_validate()Matthew Wilcox (Oracle)2023-04-051-0/+1
|/
* Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-02-201-3/+3
|\
| * fs: port ->permission() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
| * fs: port ->getattr() to pass mnt_idmapChristian Brauner2023-01-191-1/+1