linux-trace-kernel
Thread
Date
Earlier messages
Messages by Thread
[PATCH RFC 00/53] lift lookup out of exclive lock for dir ops
NeilBrown
[PATCH 01/53] VFS: fix various typos in documentation for start_creating start_removing etc
NeilBrown
[PATCH 05/53] VFS: introduce d_alloc_noblock()
NeilBrown
[PATCH 03/53] VFS: allow d_alloc_name() to be used with ->d_hash
NeilBrown
[PATCH 04/53] VFS: use global wait-queue table for d_alloc_parallel()
NeilBrown
[PATCH 08/53] VFS/xfs: drop parent lock across d_alloc_parallel() in d_add_ci()
NeilBrown
[PATCH 09/53] nfs: remove d_drop()/d_alloc_parallel() from nfs_atomic_open()
NeilBrown
[PATCH 10/53] nfs: use d_splice_alias() in nfs_link()
NeilBrown
[PATCH 06/53] VFS: add d_duplicate()
NeilBrown
[PATCH 02/53] VFS: enhance d_splice_alias() to handle in-lookup dentries
NeilBrown
[PATCH 07/53] VFS: Add LOOKUP_SHARED flag.
NeilBrown
[PATCH 11/53] nfs: don't d_drop() before d_splice_alias()
NeilBrown
[PATCH 38/53] cephfs: Don't d_drop() before d_splice_alias()
NeilBrown
[PATCH 12/53] nfs: don't d_drop() before d_splice_alias() in atomic_create.
NeilBrown
[PATCH 41/53] libfs: stop using d_add().
NeilBrown
[PATCH 13/53] nfs: Use d_alloc_noblock() in nfs_prime_dcache()
NeilBrown
[PATCH 42/53] fuse: don't d_drop() before d_splice_alias()
NeilBrown
[PATCH 43/53] fuse: Use d_alloc_noblock() in fuse_direntplus_link()
NeilBrown
[PATCH 14/53] nfs: use d_alloc_noblock() in silly-rename
NeilBrown
[PATCH 15/53] nfs: use d_duplicate()
NeilBrown
[PATCH 16/53] ovl: drop dir lock for lookups in impure readdir
NeilBrown
[PATCH 17/53] coda: don't d_drop() early.
NeilBrown
[PATCH 48/53] VFS: remove d_add()
NeilBrown
[PATCH 18/53] shmem: use d_duplicate()
NeilBrown
[PATCH 49/53] VFS: remove d_rehash()
NeilBrown
[PATCH 50/53] VFS: remove lookup_one() and lookup_noperm()
NeilBrown
[PATCH 39/53] ecryptfs: stop using d_add().
NeilBrown
[PATCH 40/53] gfs2: stop using d_add().
NeilBrown
[PATCH 47/53] VFS: make d_alloc() local to VFS.
NeilBrown
[PATCH 44/53] hostfs: don't d_drop() before d_splice_alias() in hostfs_mkdir()
NeilBrown
[PATCH 46/53] Remove references to d_add() in documentation and comments.
NeilBrown
[PATCH 45/53] efivarfs: use d_alloc_name()
NeilBrown
[PATCH 51/53] VFS: use d_alloc_parallel() in lookup_one_qstr_excl().
NeilBrown
[PATCH 52/53] VFS: lift d_alloc_parallel above inode_lock
NeilBrown
[PATCH 53/53] VFS: remove LOOKUP_SHARED
NeilBrown
Re: [PATCH RFC 00/53] lift lookup out of exclive lock for dir ops
Steven Rostedt
Re: [PATCH RFC 00/53] lift lookup out of exclive lock for dir ops
NeilBrown
Re: [PATCH RFC 00/53] lift lookup out of exclive lock for dir ops
Linus Torvalds
Re: [PATCH RFC 00/53] lift lookup out of exclive lock for dir ops
NeilBrown
[PATCH 37/53] cephfs: Use d_alloc_noblock() in ceph_readdir_prepopulate()
NeilBrown
[PATCH 35/53] cephfs: stop using d_add().
NeilBrown
[PATCH 36/53] cephfs: remove d_alloc from CEPH_MDS_OP_LOOKUPNAME handling in ceph_fill_trace()
NeilBrown
[PATCH 32/53] ext4: move dcache modifying code out of __ext4_link()
NeilBrown
[PATCH 27/53] smb/client: use d_splice_alias() in atomic_open
NeilBrown
[PATCH 34/53] tracefs: stop using d_add().
NeilBrown
[PATCH 33/53] ext4: use on-stack dentries in ext4_fc_replay_link_internal()
NeilBrown
[PATCH 28/53] smb/client: Use d_alloc_noblock() in cifs_prime_dcache()
NeilBrown
[PATCH 25/53] smb/client: use d_time to store a timestamp in dentry, not d_fsdata
NeilBrown
[PATCH 23/53] afs: lookup_atsys to drop and reclaim lock.
NeilBrown
[PATCH 31/53] configfs: stop using d_add().
NeilBrown
[PATCH 30/53] configfs: remove d_add() calls before configfs_attach_group()
NeilBrown
[PATCH 29/53] exfat: simplify exfat_lookup()
NeilBrown
[PATCH 22/53] afs: use d_alloc_nonblock in afs_sillyrename()
NeilBrown
[PATCH 26/53] smb/client: don't unhashed and rehash to prevent new opens.
NeilBrown
[PATCH 24/53] afs: use d_duplicate()
NeilBrown
[PATCH 21/53] afs: use d_splice_alias() in afs_vnode_new_inode()
NeilBrown
[PATCH 20/53] afs: don't unhash/rehash dentries during unlink/rename
NeilBrown
[PATCH 19/53] afs: use d_time instead of d_fsdata
NeilBrown
[PATCH v2 0/3] lib/bootconfig: three bug fixes
Josh Law
[PATCH v2 1/3] lib/bootconfig: fix off-by-one in xbc_verify_tree() unclosed brace error
Josh Law
Re: [PATCH v2 1/3] lib/bootconfig: fix off-by-one in xbc_verify_tree() unclosed brace error
Steven Rostedt
Re: [PATCH v2 1/3] lib/bootconfig: fix off-by-one in xbc_verify_tree() unclosed brace error
Josh Law
[PATCH v2 3/3] lib/bootconfig: fix snprintf truncation check in xbc_node_compose_key_after()
Josh Law
Re: [PATCH v2 3/3] lib/bootconfig: fix snprintf truncation check in xbc_node_compose_key_after()
Steven Rostedt
Re: [PATCH v2 2/3] lib/bootconfig: check bounds before writing in __xbc_open_brace()
Steven Rostedt
Re: [PATCH v2 2/3] lib/bootconfig: check bounds before writing in __xbc_open_brace()
Josh Law
Re: [PATCH v2 2/3] lib/bootconfig: check bounds before writing in __xbc_open_brace()
Josh Law
Re: [PATCH v2 2/3] lib/bootconfig: check bounds before writing in __xbc_open_brace()
Andrew Morton
Re: [PATCH v2 2/3] lib/bootconfig: check bounds before writing in __xbc_open_brace()
Josh Law
Re: [PATCH v2 2/3] lib/bootconfig: check bounds before writing in __xbc_open_brace()
Steven Rostedt
[PATCH 1/3] lib/bootconfig: fix off-by-one in xbc_verify_tree() unclosed brace error
Josh Law
[PATCH 3/3] lib/bootconfig: fix snprintf truncation check in xbc_node_compose_key_after()
Josh Law
[PATCH] tracing: Generate undef symbols allowlist for simple_ring_buffer
Vincent Donnefort
Re: [PATCH] tracing: Generate undef symbols allowlist for simple_ring_buffer
Steven Rostedt
Re: [PATCH] tracing: Generate undef symbols allowlist for simple_ring_buffer
Nathan Chancellor
[PATCH 00/15] tracepoint: Avoid double static_branch evaluation at guarded call sites
Vineeth Pillai (Google)
[PATCH 03/15] io_uring: Use trace_invoke_##name() at guarded tracepoint call sites
Vineeth Pillai (Google)
Re: [PATCH 03/15] io_uring: Use trace_invoke_##name() at guarded tracepoint call sites
Keith Busch
Re: [PATCH 03/15] io_uring: Use trace_invoke_##name() at guarded tracepoint call sites
Steven Rostedt
[PATCH 06/15] cpufreq: Use trace_invoke_##name() at guarded tracepoint call sites
Vineeth Pillai (Google)
Re: [PATCH 06/15] cpufreq: Use trace_invoke_##name() at guarded tracepoint call sites
Rafael J. Wysocki
[PATCH 02/15] kernel: Use trace_invoke_##name() at guarded tracepoint call sites
Vineeth Pillai (Google)
[PATCH 07/15] devfreq: Use trace_invoke_##name() at guarded tracepoint call sites
Vineeth Pillai (Google)
[PATCH 01/15] tracepoint: Add trace_invoke_##name() API
Vineeth Pillai (Google)
Re: [PATCH 01/15] tracepoint: Add trace_invoke_##name() API
Steven Rostedt
Re: [PATCH 01/15] tracepoint: Add trace_invoke_##name() API
Vineeth Remanan Pillai
Re: [PATCH 01/15] tracepoint: Add trace_invoke_##name() API
Peter Zijlstra
Re: [PATCH 01/15] tracepoint: Add trace_invoke_##name() API
Vineeth Remanan Pillai
[PATCH 09/15] fsi: Use trace_invoke_##name() at guarded tracepoint call sites
Vineeth Pillai (Google)
[PATCH 05/15] accel/habanalabs: Use trace_invoke_##name() at guarded tracepoint call sites
Vineeth Pillai (Google)
[PATCH 10/15] drm: Use trace_invoke_##name() at guarded tracepoint call sites
Vineeth Pillai (Google)
[PATCH 11/15] HID: Use trace_invoke_##name() at guarded tracepoint call sites
Vineeth Pillai (Google)
[PATCH 12/15] i2c: Use trace_invoke_##name() at guarded tracepoint call sites
Vineeth Pillai (Google)
Re: [PATCH 12/15] i2c: Use trace_invoke_##name() at guarded tracepoint call sites
Wolfram Sang
[PATCH 13/15] spi: Use trace_invoke_##name() at guarded tracepoint call sites
Vineeth Pillai (Google)
Re: [PATCH 13/15] spi: Use trace_invoke_##name() at guarded tracepoint call sites
Mark Brown
Re: [PATCH 13/15] spi: Use trace_invoke_##name() at guarded tracepoint call sites
Steven Rostedt
Re: [PATCH 13/15] spi: Use trace_invoke_##name() at guarded tracepoint call sites
Mark Brown
Re: [PATCH 13/15] spi: Use trace_invoke_##name() at guarded tracepoint call sites
Steven Rostedt
Re: [PATCH 13/15] spi: Use trace_invoke_##name() at guarded tracepoint call sites
Mark Brown
[PATCH 04/15] net: Use trace_invoke_##name() at guarded tracepoint call sites
Vineeth Pillai (Google)
Re: [PATCH 04/15] net: Use trace_invoke_##name() at guarded tracepoint call sites
Aaron Conole
[PATCH 08/15] dma-buf: Use trace_invoke_##name() at guarded tracepoint call sites
Vineeth Pillai (Google)
[PATCH 14/15] scsi: ufs: Use trace_invoke_##name() at guarded tracepoint call sites
Vineeth Pillai (Google)
[PATCH 15/15] btrfs: Use trace_invoke_##name() at guarded tracepoint call sites
Vineeth Pillai (Google)
Re: [PATCH 00/15] tracepoint: Avoid double static_branch evaluation at guarded call sites
Mathieu Desnoyers
Re: [PATCH 00/15] tracepoint: Avoid double static_branch evaluation at guarded call sites
Steven Rostedt
Re: [PATCH 00/15] tracepoint: Avoid double static_branch evaluation at guarded call sites
Mathieu Desnoyers
Re: [PATCH 00/15] tracepoint: Avoid double static_branch evaluation at guarded call sites
Steven Rostedt
Re: [PATCH 00/15] tracepoint: Avoid double static_branch evaluation at guarded call sites
Mathieu Desnoyers
Re: [PATCH 00/15] tracepoint: Avoid double static_branch evaluation at guarded call sites
Peter Zijlstra
Re: [PATCH 00/15] tracepoint: Avoid double static_branch evaluation at guarded call sites
Mathieu Desnoyers
Re: [PATCH 00/15] tracepoint: Avoid double static_branch evaluation at guarded call sites
Vineeth Remanan Pillai
Re: [PATCH 00/15] tracepoint: Avoid double static_branch evaluation at guarded call sites
Andrii Nakryiko
Re: [PATCH 00/15] tracepoint: Avoid double static_branch evaluation at guarded call sites
Steven Rostedt
[PATCHv2 bpf-next] ftrace: Use hash argument for tmp_ops in update_ftrace_direct_mod
Jiri Olsa
[PATCH 2/3] tracing: add more symbols to whitelist
Arnd Bergmann
Re: [PATCH 2/3] tracing: add more symbols to whitelist
Vincent Donnefort
Re: [PATCH 2/3] tracing: add more symbols to whitelist
Arnd Bergmann
Re: [PATCH 2/3] tracing: add more symbols to whitelist
Marc Zyngier
Re: [PATCH 2/3] tracing: add more symbols to whitelist
Arnd Bergmann
[PATCH bpf-next] ftrace: Use hash argument for tmp_ops in update_ftrace_direct_mod
Jiri Olsa
Re: [PATCH bpf-next] ftrace: Use hash argument for tmp_ops in update_ftrace_direct_mod
bot+bpf-ci
Re: [PATCH bpf-next] ftrace: Use hash argument for tmp_ops in update_ftrace_direct_mod
Jiri Olsa
[PATCH] tracing: Update undefined symbols allow list for simple_ring_buffer
Vincent Donnefort
Re: [PATCH] tracing: Update undefined symbols allow list for simple_ring_buffer
Steven Rostedt
Re: [PATCH] tracing: Update undefined symbols allow list for simple_ring_buffer
Marc Zyngier
[PATCH net-next v4 00/13] devlink: introduce shared devlink instance for PFs on same chip
Jiri Pirko
[PATCH net-next v4 01/13] devlink: expose devlink instance index over netlink
Jiri Pirko
[PATCH net-next v4 02/13] devlink: add helpers to get bus_name/dev_name
Jiri Pirko
[PATCH net-next v4 09/13] devlink: add devl_warn() helper and use it in port warnings
Jiri Pirko
[PATCH net-next v4 11/13] devlink: introduce shared devlink instance for PFs on same chip
Jiri Pirko
[PATCH net-next v4 03/13] devlink: avoid extra iterations when found devlink is not registered
Jiri Pirko
[PATCH net-next v4 05/13] devlink: support index-based lookup via bus_name/dev_name handle
Jiri Pirko
[PATCH net-next v4 06/13] devlink: support index-based notification filtering
Jiri Pirko
[PATCH net-next v4 04/13] devlink: allow to use devlink index as a command handle
Jiri Pirko
[PATCH net-next v4 07/13] devlink: introduce __devlink_alloc() with dev driver pointer
Jiri Pirko
[PATCH net-next v4 08/13] devlink: add devlink_dev_driver_name() helper and use it in trace events
Jiri Pirko
[PATCH net-next v4 10/13] devlink: allow devlink instance allocation without a backing device
Jiri Pirko
[PATCH net-next v4 12/13] documentation: networking: add shared devlink documentation
Jiri Pirko
[PATCH net-next v4 13/13] net/mlx5: Add a shared devlink instance for PFs on same chip
Jiri Pirko
[PATCH v2 0/8] RDMA: Enable operation with DMA debug enabled
Leon Romanovsky
[PATCH v2 5/8] dma-direct: prevent SWIOTLB path when DMA_ATTR_REQUIRE_COHERENT is set
Leon Romanovsky
Re: [PATCH v2 5/8] dma-direct: prevent SWIOTLB path when DMA_ATTR_REQUIRE_COHERENT is set
Jason Gunthorpe
Re: [PATCH v2 5/8] dma-direct: prevent SWIOTLB path when DMA_ATTR_REQUIRE_COHERENT is set
Leon Romanovsky
[PATCH v2 1/8] dma-debug: Allow multiple invocations of overlapping entries
Leon Romanovsky
[PATCH v2 3/8] dma-mapping: Clarify valid conditions for CPU cache line overlap
Leon Romanovsky
[PATCH v2 4/8] dma-mapping: Introduce DMA require coherency attribute
Leon Romanovsky
Re: [PATCH v2 4/8] dma-mapping: Introduce DMA require coherency attribute
Jason Gunthorpe
Re: [PATCH v2 4/8] dma-mapping: Introduce DMA require coherency attribute
Leon Romanovsky
[PATCH v2 2/8] dma-mapping: handle DMA_ATTR_CPU_CACHE_CLEAN in trace output
Leon Romanovsky
[PATCH v2 8/8] mm/hmm: Indicate that HMM requires DMA coherency
Leon Romanovsky
Re: [PATCH v2 8/8] mm/hmm: Indicate that HMM requires DMA coherency
Jason Gunthorpe
Re: [PATCH v2 8/8] mm/hmm: Indicate that HMM requires DMA coherency
Leon Romanovsky
[PATCH v2 6/8] iommu/dma: add support for DMA_ATTR_REQUIRE_COHERENT attribute
Leon Romanovsky
[PATCH v2 7/8] RDMA/umem: Tell DMA mapping that UMEM requires coherency
Leon Romanovsky
Re: [PATCH v2 7/8] RDMA/umem: Tell DMA mapping that UMEM requires coherency
Jason Gunthorpe
Re: [PATCH v2 7/8] RDMA/umem: Tell DMA mapping that UMEM requires coherency
Jason Gunthorpe
[PATCH v3 0/4] tracing/preemptirq: Optimize disabled tracepoint overhead
Wander Lairson Costa
[PATCH v3 2/4] trace/preemptirq: make TRACE_PREEMPT_TOGGLE user-selectable
Wander Lairson Costa
[PATCH v3 1/4] tracing/preemptirq: Optimize preempt_disable/enable() tracepoint overhead
Wander Lairson Costa
Re: [PATCH v3 1/4] tracing/preemptirq: Optimize preempt_disable/enable() tracepoint overhead
Peter Zijlstra
Re: [PATCH v3 1/4] tracing/preemptirq: Optimize preempt_disable/enable() tracepoint overhead
Wander Lairson Costa
[PATCH v3 3/4] trace/preemptirq: add TRACE_IRQFLAGS_TOGGLE
Wander Lairson Costa
[PATCH v3 4/4] trace/preemptirq: Implement trace_irqflags hooks
Wander Lairson Costa
Re: [PATCH v3 4/4] trace/preemptirq: Implement trace_irqflags hooks
Peter Zijlstra
Re: [PATCH v3 4/4] trace/preemptirq: Implement trace_irqflags hooks
Steven Rostedt
Re: [PATCH v3 4/4] trace/preemptirq: Implement trace_irqflags hooks
Peter Zijlstra
Re: [PATCH v3 4/4] trace/preemptirq: Implement trace_irqflags hooks
Steven Rostedt
Re: [PATCH v3 4/4] trace/preemptirq: Implement trace_irqflags hooks
Peter Zijlstra
Re: [PATCH v3 4/4] trace/preemptirq: Implement trace_irqflags hooks
Steven Rostedt
Re: [PATCH v3 4/4] trace/preemptirq: Implement trace_irqflags hooks
Wander Lairson Costa
[RFC PATCH v2 0/3] disable optimistic spinning for ftrace_lock
Yafang Shao
[RFC PATCH v2 2/3] locking/rtmutex: Add slow path variants for lock/unlock
Yafang Shao
[RFC PATCH v2 1/3] locking/mutex: Add slow path variants for lock/unlock
Yafang Shao
[RFC PATCH v2 3/3] ftrace: Disable optimistic spinning for ftrace_lock
Yafang Shao
Re: [RFC PATCH v2 0/3] disable optimistic spinning for ftrace_lock
Peter Zijlstra
Re: [RFC PATCH v2 0/3] disable optimistic spinning for ftrace_lock
Yafang Shao
Re: [RFC PATCH v2 0/3] disable optimistic spinning for ftrace_lock
David Laight
Re: [RFC PATCH v2 0/3] disable optimistic spinning for ftrace_lock
Yafang Shao
Re: [RFC PATCH v2 0/3] disable optimistic spinning for ftrace_lock
Steven Rostedt
Re: [RFC PATCH v2 0/3] disable optimistic spinning for ftrace_lock
Steven Rostedt
Re: [RFC PATCH v2 0/3] disable optimistic spinning for ftrace_lock
David Laight
Re: [RFC PATCH v2 0/3] disable optimistic spinning for ftrace_lock
Google
Re: [RFC PATCH v2 0/3] disable optimistic spinning for ftrace_lock
Yafang Shao
[PATCH 00/12] hrtimer, timekeeping, tracing: various cleanups
Schneider Electric
[PATCH 01/12] scripts/gdb: timerlist: Adapt to move of tk_core
Schneider Electric
[PATCH 02/12] tracing: Use explicit array size instead of sentinel elements in symbol printing
Schneider Electric
[PATCH 03/12] timer_list: Print offset as signed integer
Schneider Electric
[PATCH 06/12] hrtimer: Remove hrtimer_get_expires_ns()
Schneider Electric
[PATCH 07/12] hrtimer: Don't zero-initialize ret in hrtimer_nanosleep()
Schneider Electric
[PATCH 08/12] hrtimer: Drop spurious space in 'enum hrtimer_base_type'
Schneider Electric
[PATCH 09/12] hrtimer: Drop unnecessary pointer indirection in hrtimer_expire_entry event
Schneider Electric
[PATCH 10/12] hrtimer: Mark index and clockid of clock base as const
Schneider Electric
[PATCH 12/12] hrtimer: Add a helper to retrieve a hrtimer from its timerqueue node
Schneider Electric
[PATCH 11/12] hrtimer: Remove trailing comma after HRTIMER_MAX_CLOCK_BASES
Schneider Electric
[PATCH 05/12] timekeeping: Mark offsets array as const
Schneider Electric
[PATCH 04/12] timekeeping: auxclock: Consistently use raw timekeeper for tk_setup_internals()
Schneider Electric
[PATCH net 0/7] tcp: preserve advertised rwnd accounting across receive-memory decisions
Wesley Atwell
[PATCH net 4/7] tcp: extend TCP_REPAIR_WINDOW with receive-window scaling snapshot
Wesley Atwell
Earlier messages