aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/afs/internal.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-04-14afs: Use rxgk RESPONSE to pass token for callback channelDavid Howells1-0/+12
2025-04-14rxrpc: Display security params in the afs_cb_call tracepointDavid Howells1-0/+2
2025-04-14rxrpc: Allow CHALLENGEs to the passed to the app for a RESPONSEDavid Howells1-0/+6
2025-03-10afs: Simplify cell record handlingDavid Howells1-10/+6
2025-03-10afs: Fix afs_server ref accountingDavid Howells1-25/+29
2025-03-10afs: Use the per-peer app data provided by rxrpcDavid Howells1-3/+6
2025-03-10afs: Drop the net parameter from afs_unuse_cell()David Howells1-1/+1
2025-03-10afs: Make afs_lookup_cell() take a trace noteDavid Howells1-2/+4
2025-03-10afs: Improve afs_volume tracing to display a debug IDDavid Howells1-0/+1
2025-03-10afs: Change dynroot to create contents on demandDavid Howells1-5/+3
2025-03-10afs: Remove the "autocell" mount optionDavid Howells1-2/+0
2025-03-10afs: Fix afs_atcell_get_link() to handle RCU pathwalkDavid Howells1-1/+1
2024-12-20afs: Locally initialise the contents of a new symlink on creationDavid Howells1-0/+1
2024-12-20afs: Use the contained hashtable to search a directoryDavid Howells1-0/+18
2024-12-20afs: Make afs_mkdir() locally initialise a new directory's contentDavid Howells1-0/+1
2024-12-20afs: Make {Y,}FS.FetchData an asynchronous operationDavid Howells1-0/+24
2024-12-20afs: Fix cleanup of immediately failed async callsDavid Howells1-0/+9
2024-12-20afs: Eliminate afs_readDavid Howells1-32/+3
2024-12-20afs: Use netfslib for symlinks, allowing them to be cachedDavid Howells1-1/+3
2024-12-20afs: Use netfslib for directoriesDavid Howells1-0/+16
2024-12-20afs: Add more tracepoints to do with tracking validityDavid Howells1-0/+32
2024-12-20afs: Don't use mutex for I/O operation lockDavid Howells1-1/+2
2024-11-01Merge tag 'vfs-6.12-rc6.fixes' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-0/+2
2024-10-24afs: Fix missing subdir edit when renamed between parent dirsDavid Howells1-0/+2
2024-10-17afs: Fix lock recursionDavid Howells1-0/+2
2024-05-01netfs, afs: Use writeback retry to deal with alternate keysDavid Howells1-0/+1
2024-05-01netfs: Cut over to using new writeback codeDavid Howells1-1/+0
2024-05-01netfs, afs: Implement helpers for new write codeDavid Howells1-0/+3
2024-05-01afs: Use alternative invalidation to using launder_folioDavid Howells1-1/+0
2024-02-20afs: Fix ignored callbacks over ipv4Marc Dionne1-4/+2
2024-01-19Merge tag 'vfs-6.8.netfs' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-71/+1
2024-01-10Merge tag 'hardening-v6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-1/+1
2024-01-01afs: trace: Log afs_make_call(), including server addressDavid Howells1-0/+1
2024-01-01afs: Fix offline and busy message emissionDavid Howells1-4/+4
2024-01-01afs: Fix fileserver rotationDavid Howells1-4/+19
2024-01-01afs: Overhaul invalidation handling to better support RO volumesDavid Howells1-17/+17
2024-01-01afs: Parse the VolSync record in the reply of a number of RPC opsDavid Howells1-3/+13
2024-01-01afs: Don't leave DONTUSE/NEWREPSITE servers out of server listDavid Howells1-0/+10
2024-01-01afs: Apply server breaks to mmap'd files in the call processorDavid Howells1-3/+1
2024-01-01afs: Move the vnode/volume validity checking code into its own fileDavid Howells1-3/+7
2024-01-01afs: Defer volume record destruction to a workqueueDavid Howells1-1/+2
2024-01-01afs: Make it possible to find the volumes that are using a serverDavid Howells1-8/+15
2024-01-01afs: Combine the endpoint state bools into a bitmaskDavid Howells1-6/+6
2024-01-01afs: Keep a record of the current fileserver endpoint stateDavid Howells1-21/+45
2024-01-01afs: Dispatch vlserver probes in priority orderDavid Howells1-0/+1
2024-01-01afs: Mark address lists with configured prioritiesDavid Howells1-0/+4
2024-01-01afs: Provide a way to configure address prioritiesDavid Howells1-0/+29
2023-12-28afs: Use the netfs write helpersDavid Howells1-9/+1
2023-12-24afs: Fold the afs_addr_cursor struct inDavid Howells1-30/+28
2023-12-24afs: Use peer + service_id as call addressDavid Howells1-7/+11