summaryrefslogtreecommitdiffstats
path: root/include/trace/events/afs.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'vfs-6.9.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2024-03-111-2/+2
|\
| * afs: adapt to breakup of struct file_lockJeff Layton2024-02-051-2/+2
* | afs: Fix error handling with lookup via FS.InlineBulkStatusDavid Howells2024-01-221-0/+25
|/
* Merge tag 'vfs-6.8.netfs' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2024-01-191-31/+0
|\
| * afs: Use the netfs write helpersDavid Howells2023-12-281-23/+0
| * afs: Don't use folio->private to record partial modificationDavid Howells2023-12-241-12/+4
* | afs: trace: Log afs_make_call(), including server addressDavid Howells2024-01-011-0/+36
* | afs: Fix fileserver rotationDavid Howells2024-01-011-12/+69
* | afs: Overhaul invalidation handling to better support RO volumesDavid Howells2024-01-011-4/+0
* | afs: Parse the VolSync record in the reply of a number of RPC opsDavid Howells2024-01-011-1/+29
* | afs: Apply server breaks to mmap'd files in the call processorDavid Howells2024-01-011-0/+2
* | afs: Keep a record of the current fileserver endpoint stateDavid Howells2024-01-011-15/+54
* | afs: Dispatch vlserver probes in priority orderDavid Howells2024-01-011-0/+34
* | afs: Dispatch fileserver probes in priority orderDavid Howells2024-01-011-0/+33
* | afs: Fold the afs_addr_cursor struct inDavid Howells2023-12-241-4/+14
* | afs: Add a tracepoint for struct afs_addr_listDavid Howells2023-12-241-0/+47
|/
* afs: Automatically generate trace tag enumsDavid Howells2023-12-241-206/+27
* afs: Remove whitespace before most ')' from the trace headerDavid Howells2023-12-241-121/+121
* 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