summaryrefslogtreecommitdiffstats
path: root/include/trace/events/afs.h
AgeCommit message (Expand)AuthorFilesLines
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-10netfs, 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
2020-06-04afs: Add a tracepoint to track the lifetime of the afs_volume structDavid Howells1-0/+56
2020-06-04afs: Implement client support for the YFSVL.GetCellName RPC opDavid Howells1-0/+4
2020-06-04afs: Build an abstraction around an "operation" conceptDavid Howells1-11/+8
2020-05-31afs: Remove the error argument from afs_protocol_error()David Howells1-6/+4
2020-05-31afs: Actively poll fileservers to maintain NAT or firewall openingsDavid Howells1-0/+4
2020-05-31afs: Split the usage count on struct afs_serverDavid Howells1-6/+12
2020-03-13afs: Fix some tracing detailsDavid Howells1-1/+1
2020-01-14afs: Fix use-after-loss-of-refDavid Howells1-9/+3
2019-07-10Merge tag 'afs-next-20190628' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+132
2019-06-20afs: Trace afs_server usageDavid Howells1-0/+63
2019-06-20afs: Add some callback management tracepointsDavid Howells1-0/+69
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner1-5/+1
2019-05-07afs: implement acl settingJoe Gorse1-0/+1
2019-05-07afs: Get an AFS3 ACL as an xattrDavid Howells1-0/+1
2019-04-25afs: Provide mount-time configurable byte-range file locking emulationDavid Howells1-0/+35
2019-04-25afs: Add more tracepointsDavid Howells1-3/+143
2019-04-25afs: Implement sillyrename for unlink and renameDavid Howells1-2/+32
2019-04-25afs: Add directory reload tracepointDavid Howells1-0/+17
2019-04-25afs: Handle lock rpc ops failing on a file that got deletedDavid Howells1-1/+6
2019-04-25afs: Add file locking tracepointsDavid Howells1-0/+146
2019-01-17afs: Fix race in async call refcountingDavid Howells1-0/+2
2018-10-24afs: Probe multiple fileservers simultaneouslyDavid Howells1-1/+3
2018-10-24afs: Implement YFS support in the fs clientDavid Howells1-1/+57
2018-10-24afs: Increase to 64-bit volume ID and 96-bit vnode ID for YFSDavid Howells1-2/+2
2018-10-24afs: Add a couple of tracepoints to log I/O errorsDavid Howells1-0/+81
2018-10-24afs: Set up the iov_iter before calling afs_extract_data()David Howells1-11/+11
2018-10-24afs: Better tracing of protocol errorsDavid Howells1-8/+46
2018-05-14afs: Add a tracepoint to record callbacks from unlisted serversDavid Howells1-0/+42
2018-04-09afs: Trace protocol errorsDavid Howells1-0/+21
2018-04-09afs: Locally edit directory data for mkdir/create/unlink/...David Howells1-0/+90
2018-04-09afs: Prospectively look up extra files when doing a single lookupDavid Howells1-0/+2
2018-03-27rxrpc, afs: Use debug_ids rather than pointers in tracesDavid Howells1-39/+30
2017-11-13afs: Protect call->state changes against signalsDavid Howells1-0/+30
2017-11-13afs: Trace page dirty/cleanDavid Howells1-0/+39
2017-11-13afs: Fix directory read/modify raceDavid Howells1-0/+21
2017-11-13afs: Trace the sending of pagesDavid Howells1-0/+61
2017-11-13afs: Trace the initiation and completion of client callsDavid Howells1-0/+142
2017-01-09afs: Refcount the afs_call structDavid Howells1-0/+75