summaryrefslogtreecommitdiffstats
path: root/include/trace
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-6.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2024-02-081-3/+5
|\
| * rxrpc: Fix counting of new acks and nacksDavid Howells2024-02-051-3/+5
* | Merge tag 'for-linus-6.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-02-041-7/+4
|\ \ | |/ |/|
| * ext4: remove 'needed' in trace_ext4_discard_preallocationsKemeng Shi2024-01-181-7/+4
* | 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-192-38/+148
|\ \
| * | afs: Use the netfs write helpersDavid Howells2023-12-281-23/+0
| * | netfs: Implement a write-through caching optionDavid Howells2023-12-281-2/+6
| * | netfs: Provide a launder_folio implementationDavid Howells2023-12-281-0/+3
| * | netfs: Implement unbuffered/DIO write supportDavid Howells2023-12-281-1/+3
| * | netfs: Implement unbuffered/DIO read supportDavid Howells2023-12-281-1/+6
| * | netfs: Make netfs_read_folio() handle streaming-write pagesDavid Howells2023-12-281-0/+2
| * | netfs: Provide func to copy data to pagecache for buffered writeDavid Howells2023-12-281-0/+73
| * | netfs: Dispatch write requests to process a writeback sliceDavid Howells2023-12-281-2/+48
| * | netfs: Make the refcounting of netfs_begin_read() easier to useDavid Howells2023-12-281-4/+5
| * | netfs: Extend the netfs_io_*request structs to handle writesDavid Howells2023-12-281-2/+6
| * | netfs: Limit subrequest by size or number of segmentsDavid Howells2023-12-281-0/+1
| * | afs: Don't use folio->private to record partial modificationDavid Howells2023-12-241-12/+4
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-01-171-4/+4
|\ \ \
| * \ \ Merge tag 'kvm-riscv-6.8-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini2024-01-021-4/+7
| |\ \ \
| * \ \ \ Merge tag 'loongarch-kvm-6.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini2024-01-021-1/+1
| |\ \ \ \
| * | | | | KVM: remove CONFIG_HAVE_KVM_IRQFDPaolo Bonzini2023-12-081-4/+4
* | | | | | Merge tag 'f2fs-for-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-01-111-14/+113
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | f2fs: add tracepoint for f2fs_vm_page_mkwrite()Chao Yu2023-12-111-13/+26
| * | | | | f2fs: show i_mode in trace_f2fs_new_inode()Chao Yu2023-11-281-1/+18
| * | | | | f2fs: introduce tracepoint for f2fs_rename()Chao Yu2023-11-281-0/+69
| |/ / / /
* | | | | Merge tag 'nfsd-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2024-01-102-135/+104
|\ \ \ \ \
| * | | | | svcrdma: Copy construction of svc_rqst::rq_arg to rdma_read_complete()Chuck Lever2024-01-071-0/+1
| * | | | | svcrdma: Update some svcrdma DMA-related tracepointsChuck Lever2024-01-071-10/+11
| * | | | | svcrdma: DMA error tracepoints should report completion IDsChuck Lever2024-01-071-37/+37
| * | | | | svcrdma: SQ error tracepoints should report completion IDsChuck Lever2024-01-071-20/+29
| * | | | | rpcrdma: Introduce a simple cid tracepoint classChuck Lever2024-01-071-67/+26
| * | | | | SUNRPC: Remove RQ_SPLICE_OKChuck Lever2024-01-071-1/+0
| | |_|/ / | |/| | |
* | | | | Merge tag 'afs-fix-rotation-20240105' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2024-01-102-338/+444
|\ \ \ \ \
| * | | | | 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
| * | | | | rxrpc, afs: Allow afs to pin rxrpc_peer objectsDavid Howells2023-12-241-0/+3
| | |_|_|/ | |/| | |
| * | | | 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
| |/ / /
* | | | Merge tag 'for-6.8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds2024-01-101-48/+30
|\ \ \ \
| * | | | btrfs: use the flags of an extent map to identify the compression typeFilipe Manana2023-12-151-11/+10
| * | | | btrfs: remove no longer used EXTENT_MAP_DELALLOC block start valueFilipe Manana2023-12-151-2/+1