aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/trace (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-08tcp: Add skb addr and sock addr to arguments of tracepoint tcp_probe.fuyuanli1-2/+8
2024-03-08net: dqs: add NIC stall detector based on BQLJakub Kicinski1-0/+33
2024-03-07Merge tag 'rxrpc-iothread-20240305' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsJakub Kicinski1-91/+107
2024-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-10/+10
2024-03-07tcp: add tracing of skbaddr in tcp_event_skb classJason Xing1-1/+2
2024-03-07tcp: add tracing of skb/skaddr in tcp_event_sk_skb classJason Xing1-1/+2
2024-03-05rxrpc: Use ktimes for call timeout tracking and set the timer lazilyDavid Howells1-81/+93
2024-03-05rxrpc: Differentiate PING ACK transmission traces.David Howells1-0/+2
2024-03-04tracing/net_sched: Fix tracepoints that save qdisc_dev() as a stringSteven Rostedt (Google)1-10/+10
2024-02-29rxrpc: Fix the names of the fields in the ACK trailer structDavid Howells1-1/+1
2024-02-29rxrpc: Convert rxrpc_txbuf::flags into a mask and don't use atomicsDavid Howells1-7/+5
2024-02-29rxrpc: Record the Tx serial in the rxrpc_txbuf and retransmit traceDavid Howells1-3/+7
2024-02-08Merge tag 'net-6.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-3/+5
2024-02-05rxrpc: Fix counting of new acks and nacksDavid Howells1-3/+5
2024-02-04Merge tag 'for-linus-6.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-7/+4
2024-01-22afs: Fix error handling with lookup via FS.InlineBulkStatusDavid Howells1-0/+25
2024-01-19Merge tag 'vfs-6.8.netfs' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds2-38/+148
2024-01-18ext4: remove 'needed' in trace_ext4_discard_preallocationsKemeng Shi1-7/+4
2024-01-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-4/+4
2024-01-11Merge tag 'f2fs-for-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds1-14/+113
2024-01-10Merge tag 'nfsd-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2-135/+104
2024-01-10Merge tag 'afs-fix-rotation-20240105' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds2-338/+444
2024-01-10Merge tag 'for-6.8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-48/+30
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-0/+33
2024-01-08Merge tag 'sched-core-2024-01-08' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-9/+6
2024-01-08Merge tag 'timers-core-2024-01-08' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-10/+30
2024-01-08Merge branch 'sched/urgent' into sched/core, to pick up pending v6.7 fixes for the v6.8 merge windowIngo Molnar1-4/+7
2024-01-07svcrdma: Copy construction of svc_rqst::rq_arg to rdma_read_complete()Chuck Lever1-0/+1
2024-01-07svcrdma: Update some svcrdma DMA-related tracepointsChuck Lever1-10/+11
2024-01-07svcrdma: DMA error tracepoints should report completion IDsChuck Lever1-37/+37
2024-01-07svcrdma: SQ error tracepoints should report completion IDsChuck Lever1-20/+29
2024-01-07rpcrdma: Introduce a simple cid tracepoint classChuck Lever1-67/+26
2024-01-07SUNRPC: Remove RQ_SPLICE_OKChuck Lever1-1/+0
2024-01-02Merge tag 'kvm-riscv-6.8-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini1-4/+7
2024-01-02Merge tag 'loongarch-kvm-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson into HEADPaolo Bonzini1-1/+1
2024-01-01afs: trace: Log afs_make_call(), including server addressDavid Howells1-0/+36
2024-01-01afs: Fix fileserver rotationDavid Howells1-12/+69
2024-01-01afs: Overhaul invalidation handling to better support RO volumesDavid Howells1-4/+0
2024-01-01afs: Parse the VolSync record in the reply of a number of RPC opsDavid Howells1-1/+29
2024-01-01afs: Apply server breaks to mmap'd files in the call processorDavid Howells1-0/+2
2024-01-01afs: Keep a record of the current fileserver endpoint stateDavid Howells1-15/+54
2024-01-01afs: Dispatch vlserver probes in priority orderDavid Howells1-0/+34
2024-01-01afs: Dispatch fileserver probes in priority orderDavid Howells1-0/+33
2023-12-29mm/ksm: add tracepoint for ksm advisorStefan Roesch1-0/+33
2023-12-28afs: Use the netfs write helpersDavid Howells1-23/+0
2023-12-28netfs: Implement a write-through caching optionDavid Howells1-2/+6
2023-12-28netfs: Provide a launder_folio implementationDavid Howells1-0/+3
2023-12-28netfs: Implement unbuffered/DIO write supportDavid Howells1-1/+3
2023-12-28netfs: Implement unbuffered/DIO read supportDavid Howells1-1/+6
2023-12-28netfs: Make netfs_read_folio() handle streaming-write pagesDavid Howells1-0/+2