summaryrefslogtreecommitdiff
path: root/include/trace/events/afs.h
AgeCommit message (Expand)AuthorFilesLines
2025-09-25afs: Add support for RENAME_NOREPLACE and RENAME_EXCHANGEDavid Howells1-0/+6
2025-04-15rxrpc: Display security params in the afs_cb_call tracepointDavid Howells1-2/+9
2025-03-10afs: Simplify cell record handlingDavid Howells1-12/+11
2025-03-10afs: Fix afs_server ref accountingDavid Howells1-3/+4
2025-03-10afs: Use the per-peer app data provided by rxrpcDavid Howells1-3/+1
2025-03-10afs: Drop the net parameter from afs_unuse_cell()David Howells1-0/+1
2025-03-10afs: Make afs_lookup_cell() take a trace noteDavid Howells1-1/+6
2025-03-10afs: Improve server refcount/active count tracingDavid Howells1-12/+15
2025-03-10afs: Improve afs_volume tracing to display a debug IDDavid Howells1-7/+11
2025-03-10afs: Change dynroot to create contents on demandDavid Howells1-0/+2
2025-02-22afs: Give an afs_server object a ref on the afs_cell object it points toDavid Howells1-0/+2
2025-01-20Merge tag 'vfs-6.14-rc1.afs' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+2
2025-01-10afs: Make /afs/@cell and /afs/.@cell symlinksDavid Howells1-0/+2
2024-12-21afs: Add a tracepoint for afs_read_receive()David Howells1-0/+30
2024-12-21afs: Make afs_mkdir() locally initialise a new directory's contentDavid Howells1-0/+2
2024-12-21afs: Fix cleanup of immediately failed async callsDavid Howells1-0/+2
2024-12-21afs: Use netfslib for symlinks, allowing them to be cachedDavid Howells1-0/+1
2024-12-21afs: Use netfslib for directoriesDavid Howells1-3/+3
2024-12-21afs: Add more tracepoints to do with tracking validityDavid Howells1-5/+164
2024-10-24afs: Fix missing subdir edit when renamed between parent dirsDavid Howells1-1/+6
2024-03-11Merge tag 'vfs-6.9.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds1-2/+2
2024-02-05afs: adapt to breakup of struct file_lockJeff Layton1-2/+2
2024-01-23afs: Fix error handling with lookup via FS.InlineBulkStatusDavid Howells1-0/+25
2024-01-19Merge tag 'vfs-6.8.netfs' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds1-31/+0
2024-01-01afs: trace: Log afs_make_call(), including server addressDavid Howells1-0/+36
2024-01-01afs: Fix fileserver rotationDavid Howells1-12/+69
2024-01-01afs: Overhaul invalidation handling to better support RO volumesDavid Howells1-4/+0
2024-01-01afs: Parse the VolSync record in the reply of a number of RPC opsDavid Howells1-1/+29
2024-01-01afs: Apply server breaks to mmap'd files in the call processorDavid Howells1-0/+2
2024-01-01afs: Keep a record of the current fileserver endpoint stateDavid Howells1-15/+54
2024-01-01afs: Dispatch vlserver probes in priority orderDavid Howells1-0/+34
2024-01-01afs: Dispatch fileserver probes in priority orderDavid Howells1-0/+33
2023-12-28afs: Use the netfs write helpersDavid Howells1-23/+0
2023-12-24afs: Fold the afs_addr_cursor struct inDavid Howells1-4/+14
2023-12-24afs: Add a tracepoint for struct afs_addr_listDavid Howells1-0/+47
2023-12-24afs: Don't use folio->private to record partial modificationDavid Howells1-12/+4
2023-12-24afs: Automatically generate trace tag enumsDavid Howells1-206/+27
2023-12-24afs: Remove whitespace before most ')' from the trace headerDavid Howells1-121/+121
2022-08-02afs: Fix access after dec in put functionsDavid Howells1-6/+6
2022-08-02afs: Use refcount_t rather than atomic_tDavid Howells1-13/+13
2021-11-11netfs, 9p, afs, ceph: Use foliosDavid Howells1-10/+11
2021-09-13afs: Try to avoid taking RCU read lock when checking vnode validityDavid Howells1-2/+6
2021-07-21afs: Fix tracepoint string placement with built-in AFSDavid Howells1-5/+62
2021-04-23afs: Use ITER_XARRAY for writingDavid Howells1-32/+19
2021-04-23afs: Pass page into dirty region helpers to provide THP sizeDavid Howells1-10/+13
2021-01-04afs: Fix directory entry size calculationDavid Howells1-0/+2
2020-10-29afs: Fix afs_invalidatepage to adjust the dirty regionDavid Howells1-2/+3
2020-10-29afs: Wrap page->private manipulations in inline functionsDavid Howells1-16/+3
2020-10-16afs: Don't assert on unpurgeable server recordsDavid Howells1-0/+2
2020-10-16afs: Add tracing for cell refcount and active user countDavid Howells1-0/+107