summaryrefslogtreecommitdiff
path: root/include/trace/events/afs.h
AgeCommit message (Expand)Author
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
2020-06-04afs: Implement client support for the YFSVL.GetCellName RPC opDavid Howells
2020-06-04afs: Build an abstraction around an "operation" conceptDavid Howells
2020-05-31afs: Remove the error argument from afs_protocol_error()David Howells
2020-05-31afs: Actively poll fileservers to maintain NAT or firewall openingsDavid Howells
2020-05-31afs: Split the usage count on struct afs_serverDavid Howells
2020-03-13afs: Fix some tracing detailsDavid Howells
2020-01-14afs: Fix use-after-loss-of-refDavid Howells
2019-07-10Merge tag 'afs-next-20190628' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-06-20afs: Trace afs_server usageDavid Howells
2019-06-20afs: Add some callback management tracepointsDavid Howells
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner
2019-05-07afs: implement acl settingJoe Gorse
2019-05-07afs: Get an AFS3 ACL as an xattrDavid Howells
2019-04-25afs: Provide mount-time configurable byte-range file locking emulationDavid Howells
2019-04-25afs: Add more tracepointsDavid Howells
2019-04-25afs: Implement sillyrename for unlink and renameDavid Howells
2019-04-25afs: Add directory reload tracepointDavid Howells
2019-04-25afs: Handle lock rpc ops failing on a file that got deletedDavid Howells
2019-04-25afs: Add file locking tracepointsDavid Howells