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