summaryrefslogtreecommitdiffstats
path: root/include/trace/events/afs.h
Commit message (Expand)AuthorAgeFilesLines
* afs: Fix access after dec in put functionsDavid Howells2022-08-021-6/+6
* afs: Use refcount_t rather than atomic_tDavid Howells2022-08-021-13/+13
* netfs, 9p, afs, ceph: Use foliosDavid Howells2021-11-101-10/+11
* afs: Try to avoid taking RCU read lock when checking vnode validityDavid Howells2021-09-131-2/+6
* afs: Fix tracepoint string placement with built-in AFSDavid Howells2021-07-211-5/+62
* afs: Use ITER_XARRAY for writingDavid Howells2021-04-231-32/+19
* afs: Pass page into dirty region helpers to provide THP sizeDavid Howells2021-04-231-10/+13
* afs: Fix directory entry size calculationDavid Howells2021-01-041-0/+2
* afs: Fix afs_invalidatepage to adjust the dirty regionDavid Howells2020-10-291-2/+3
* afs: Wrap page->private manipulations in inline functionsDavid Howells2020-10-291-16/+3
* afs: Don't assert on unpurgeable server recordsDavid Howells2020-10-161-0/+2
* afs: Add tracing for cell refcount and active user countDavid Howells2020-10-161-0/+107
* afs: Add a tracepoint to track the lifetime of the afs_volume structDavid Howells2020-06-041-0/+56
* afs: Implement client support for the YFSVL.GetCellName RPC opDavid Howells2020-06-041-0/+4
* afs: Build an abstraction around an "operation" conceptDavid Howells2020-06-041-11/+8
* afs: Remove the error argument from afs_protocol_error()David Howells2020-05-311-6/+4
* afs: Actively poll fileservers to maintain NAT or firewall openingsDavid Howells2020-05-311-0/+4
* afs: Split the usage count on struct afs_serverDavid Howells2020-05-311-6/+12
* afs: Fix some tracing detailsDavid Howells2020-03-131-1/+1
* afs: Fix use-after-loss-of-refDavid Howells2020-01-141-9/+3
* Merge tag 'afs-next-20190628' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-101-0/+132
|\
| * afs: Trace afs_server usageDavid Howells2019-06-201-0/+63
| * afs: Add some callback management tracepointsDavid Howells2019-06-201-0/+69
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner2019-05-241-5/+1
|/
* afs: implement acl settingJoe Gorse2019-05-071-0/+1
* afs: Get an AFS3 ACL as an xattrDavid Howells2019-05-071-0/+1
* afs: Provide mount-time configurable byte-range file locking emulationDavid Howells2019-04-251-0/+35
* afs: Add more tracepointsDavid Howells2019-04-251-3/+143
* afs: Implement sillyrename for unlink and renameDavid Howells2019-04-251-2/+32
* afs: Add directory reload tracepointDavid Howells2019-04-251-0/+17
* afs: Handle lock rpc ops failing on a file that got deletedDavid Howells2019-04-251-1/+6
* afs: Add file locking tracepointsDavid Howells2019-04-251-0/+146
* afs: Fix race in async call refcountingDavid Howells2019-01-171-0/+2
* afs: Probe multiple fileservers simultaneouslyDavid Howells2018-10-241-1/+3
* afs: Implement YFS support in the fs clientDavid Howells2018-10-241-1/+57
* afs: Increase to 64-bit volume ID and 96-bit vnode ID for YFSDavid Howells2018-10-241-2/+2
* afs: Add a couple of tracepoints to log I/O errorsDavid Howells2018-10-241-0/+81
* afs: Set up the iov_iter before calling afs_extract_data()David Howells2018-10-241-11/+11
* afs: Better tracing of protocol errorsDavid Howells2018-10-241-8/+46
* afs: Add a tracepoint to record callbacks from unlisted serversDavid Howells2018-05-141-0/+42
* afs: Trace protocol errorsDavid Howells2018-04-091-0/+21
* afs: Locally edit directory data for mkdir/create/unlink/...David Howells2018-04-091-0/+90
* afs: Prospectively look up extra files when doing a single lookupDavid Howells2018-04-091-0/+2
* rxrpc, afs: Use debug_ids rather than pointers in tracesDavid Howells2018-03-271-39/+30
* afs: Protect call->state changes against signalsDavid Howells2017-11-131-0/+30
* afs: Trace page dirty/cleanDavid Howells2017-11-131-0/+39
* afs: Fix directory read/modify raceDavid Howells2017-11-131-0/+21
* afs: Trace the sending of pagesDavid Howells2017-11-131-0/+61
* afs: Trace the initiation and completion of client callsDavid Howells2017-11-131-0/+142
* afs: Refcount the afs_call structDavid Howells2017-01-091-0/+75