linux-trace-kernel
Thread
Date
Earlier messages
Messages by Thread
[PATCH v2 00/28] vfs/nfsd: add support for CB_NOTIFY callbacks in directory delegations
Jeff Layton
[PATCH v2 13/28] nfsd: make nfsd4_callback_ops->prepare operation bool return
Jeff Layton
[PATCH v2 06/28] fsnotify: add fsnotify_modify_mark_mask()
Jeff Layton
[PATCH v2 07/28] fsnotify: add FSNOTIFY_EVENT_RENAME data type
Jeff Layton
Re: [PATCH v2 07/28] fsnotify: add FSNOTIFY_EVENT_RENAME data type
Amir Goldstein
Re: [PATCH v2 07/28] fsnotify: add FSNOTIFY_EVENT_RENAME data type
Jeff Layton
[PATCH v2 08/28] nfsd: check fl_lmops in nfsd_breaker_owns_lease()
Jeff Layton
[PATCH v2 01/28] filelock: pass current blocking lease to trace_break_lease_block() rather than "new_fl"
Jeff Layton
[PATCH v2 09/28] nfsd: add protocol support for CB_NOTIFY
Jeff Layton
[PATCH v2 04/28] filelock: add an inode_lease_ignore_mask helper
Jeff Layton
[PATCH v2 28/28] nfsd: add support to CB_NOTIFY for dir attribute changes
Jeff Layton
[PATCH v2 02/28] filelock: add support for ignoring deleg breaks for dir change events
Jeff Layton
[PATCH v2 03/28] filelock: add a tracepoint to start of break_lease()
Jeff Layton
[PATCH v2 12/28] nfsd: update the fsnotify mark when setting or removing a dir delegation
Jeff Layton
[PATCH v2 05/28] fsnotify: new tracepoint in fsnotify()
Jeff Layton
[PATCH v2 16/28] nfsd: add data structures for handling CB_NOTIFY
Jeff Layton
[PATCH v2 17/28] nfsd: add notification handlers for dir events
Jeff Layton
[PATCH v2 20/28] nfsd: add helper to marshal a fattr4 from completed args
Jeff Layton
[PATCH v2 23/28] nfsd: allow encoding a filehandle into fattr4 without a svc_fh
Jeff Layton
[PATCH v2 24/28] nfsd: add a fi_connectable flag to struct nfs4_file
Jeff Layton
[PATCH v2 25/28] nfsd: add the filehandle to returned attributes in CB_NOTIFY
Jeff Layton
[PATCH v2 10/28] nfs_common: add new NOTIFY4_* flags proposed in RFC8881bis
Jeff Layton
[PATCH v2 11/28] nfsd: allow nfsd to get a dir lease with an ignore mask
Jeff Layton
[PATCH v2 14/28] nfsd: add callback encoding and decoding linkages for CB_NOTIFY
Jeff Layton
[PATCH v2 18/28] nfsd: add tracepoint to dir_event handler
Jeff Layton
[PATCH v2 15/28] nfsd: use RCU to protect fi_deleg_file
Jeff Layton
[PATCH v2 19/28] nfsd: apply the notify mask to the delegation when requested
Jeff Layton
[PATCH v2 21/28] nfsd: allow nfsd4_encode_fattr4_change() to work with no export
Jeff Layton
[PATCH v2 22/28] nfsd: send basic file attributes in CB_NOTIFY
Jeff Layton
[PATCH v2 26/28] nfsd: properly track requested child attributes
Jeff Layton
[PATCH v2 27/28] nfsd: track requested dir attributes
Jeff Layton
[PATCH v5 0/7] locking: contended_release tracepoint instrumentation
Dmitry Ilvokhin
[PATCH v5 1/7] tracing/lock: Remove unnecessary linux/sched.h include
Dmitry Ilvokhin
[PATCH v5 3/7] locking: Add contended_release tracepoint to sleepable locks
Dmitry Ilvokhin
[PATCH v5 2/7] locking/percpu-rwsem: Extract __percpu_up_read()
Dmitry Ilvokhin
[PATCH v5 4/7] locking: Factor out queued_spin_release()
Dmitry Ilvokhin
[PATCH v5 6/7] locking: Factor out __queued_read_unlock()/__queued_write_unlock()
Dmitry Ilvokhin
Re: [PATCH v5 6/7] locking: Factor out __queued_read_unlock()/__queued_write_unlock()
Paul E. McKenney
[PATCH v5 7/7] locking: Add contended_release tracepoint to qrwlock
Dmitry Ilvokhin
[PATCH v5 5/7] locking: Add contended_release tracepoint to qspinlock
Dmitry Ilvokhin
Re: [PATCH v5 5/7] locking: Add contended_release tracepoint to qspinlock
Paul E. McKenney
[PATCH v3] tracing/osnoise: Add option to align tlat threads
Tomas Glozar
[PATCH v8 0/8] tracing/fprobe: Fix fprobe_ip_table related bugs
Masami Hiramatsu (Google)
[PATCH v8 7/8] selftests/ftrace: Add a testcase for fprobe events on module
Masami Hiramatsu (Google)
[PATCH v8 1/8] tracing/fprobe: Reject registration of a registered fprobe before init
Masami Hiramatsu (Google)
[PATCH v8 8/8] selftests/ftrace: Add a testcase for multiple fprobe events
Masami Hiramatsu (Google)
[PATCH v8 2/8] tracing/fprobe: Unregister fprobe even if memory allocation fails
Masami Hiramatsu (Google)
[PATCH v8 3/8] tracing/fprobe: Remove fprobe from hash in failure path
Masami Hiramatsu (Google)
[PATCH v8 4/8] tracing/fprobe: Avoid kcalloc() in rcu_read_lock section
Masami Hiramatsu (Google)
[PATCH v8 5/8] tracing/fprobe: Check the same type fprobe on table as the unregistered one
Masami Hiramatsu (Google)
[PATCH v8 6/8] tracing/fprobe: Fix to unregister ftrace_ops if it is empty on module unloading
Masami Hiramatsu (Google)
[PATCH] ftrace: fix use-after-free of mod->name in function_stat_show()
Xiang Gao
[PATCH 0/3] bootconfig: break dependency from memblock
Breno Leitao
[PATCH 1/3] bootconfig: use static buffers instead of memblock allocation
Breno Leitao
[PATCH 2/3] init: use static buffers for bootconfig extra command line
Breno Leitao
Re: [PATCH 2/3] init: use static buffers for bootconfig extra command line
Google
[PATCH 3/3] init: move embedded bootconfig parsing before setup_arch()
Breno Leitao
[PATCH v7 0/6] tracing/fprobe: Fix fprobe_ip_table related bugs
Masami Hiramatsu (Google)
[PATCH v7 1/6] tracing/fprobe: Reject registration of a registered fprobe before init
Masami Hiramatsu (Google)
[PATCH v7 4/6] tracing/fprobe: Avoid kcalloc() in rcu_read_lock section
Masami Hiramatsu (Google)
[PATCH v7 5/6] tracing/fprobe: Check the same type fprobe on table as the unregistered one
Masami Hiramatsu (Google)
[PATCH v7 2/6] tracing/fprobe: Unregister fprobe even if memory allocation fails
Masami Hiramatsu (Google)
[PATCH v7 3/6] tracing/fprobe: Remove fprobe from hash in failure path
Masami Hiramatsu (Google)
[PATCH v7 6/6] tracing/fprobe: Fix to unregister ftrace_ops if it is empty on module unloading
Masami Hiramatsu (Google)
[RFC PATCH 1/2] kernel/notifier: replace single-linked list with double-linked list for reverse traversal
chensong_2000
Re: [RFC PATCH 1/2] kernel/notifier: replace single-linked list with double-linked list for reverse traversal
Christoph Hellwig
Re: [RFC PATCH 1/2] kernel/notifier: replace single-linked list with double-linked list for reverse traversal
Petr Mladek
Re: [RFC PATCH 1/2] kernel/notifier: replace single-linked list with double-linked list for reverse traversal
David Laight
Re: [RFC PATCH 1/2] kernel/notifier: replace single-linked list with double-linked list for reverse traversal
Petr Mladek
Re: [RFC PATCH 1/2] kernel/notifier: replace single-linked list with double-linked list for reverse traversal
David Laight
[PATCH v2] tools/rtla: Fix --dump-tasks usage in timerlat
Costa Shulyupin
[PATCH] tracefs: Removed unused 'ret' variable in eventfs_iterate()
Steven Rostedt
Re: [RFC PATCH 2/2] kernel/module: Decouple klp and ftrace from load_module
Petr Pavlu
Re: [RFC PATCH 2/2] kernel/module: Decouple klp and ftrace from load_module
Song Chen
Re: [RFC PATCH 2/2] kernel/module: Decouple klp and ftrace from load_module
Petr Pavlu
Re: [RFC PATCH 2/2] kernel/module: Decouple klp and ftrace from load_module
Petr Mladek
Re: [RFC PATCH 2/2] kernel/module: Decouple klp and ftrace from load_module
Petr Mladek
[PATCH v1] tools/rtla: Fix --dump-task option name to --dump-tasks
Costa Shulyupin
Re: [PATCH v1] tools/rtla: Fix --dump-task option name to --dump-tasks
Crystal Wood
Re: [PATCH v1] tools/rtla: Fix --dump-task option name to --dump-tasks
Costa Shulyupin
[PATCH v6 0/5] tracing/fprobe: Fix fprobe_ip_table related bugs
Masami Hiramatsu (Google)
[PATCH v6 4/5] tracing/fprobe: Check the same type fprobe on table as the unregistered one
Masami Hiramatsu (Google)
[PATCH v6 1/5] tracing/fprobe: Reject registration of a registered fprobe before init
Masami Hiramatsu (Google)
[PATCH v6 2/5] tracing/fprobe: Remove fprobe from hash in failure path
Masami Hiramatsu (Google)
Re: [PATCH v6 2/5] tracing/fprobe: Remove fprobe from hash in failure path
Menglong Dong
Re: [PATCH v6 2/5] tracing/fprobe: Remove fprobe from hash in failure path
Google
[PATCH v6 3/5] tracing/fprobe: Avoid kcalloc() in rcu_read_lock section
Masami Hiramatsu (Google)
[PATCH v6 5/5] tracing/fprobe: Fix to unregister ftrace_ops if it is empty on module unloading
Masami Hiramatsu (Google)
[PATCH 0/2] tracing: fully-qualified var-ref testcase
Tom Zanussi
[PATCH 1/2] tracing: Fix fully-qualified variable reference printing in histograms
Tom Zanussi
[PATCH 2/2] selftests/ftrace: Add test case for fully-qualified variable references
Tom Zanussi
[PATCH] tracepoint: balance regfunc() on func_add() failure in tracepoint_add_func()
David Carlier
[PATCH v5 0/3] tracing/fprobe: Fix fprobe_ip_table related bugs
Masami Hiramatsu (Google)
[PATCH v5 2/3] tracing/fprobe: Avoid kcalloc() in rcu_read_lock section
Masami Hiramatsu (Google)
[PATCH v5 1/3] tracing/fprobe: Remove fprobe from hash in failure path
Masami Hiramatsu (Google)
[PATCH v5 3/3] tracing/fprobe: Check the same type fprobe on table as the unregistered one
Masami Hiramatsu (Google)
Re: [PATCH v5 0/3] tracing/fprobe: Fix fprobe_ip_table related bugs
Google
[RFC PATCH 0/2] Decouple ftrace/livepatch from module loader via notifier priority and reverse traversal
chensong_2000
Re: [RFC PATCH 0/2] Decouple ftrace/livepatch from module loader via notifier priority and reverse traversal
Christoph Hellwig
[PATCH 0/3] mm: split the file's i_mmap tree for NUMA
Huang Shijie
[PATCH 2/3] mm: use get_i_mmap_root to access the file's i_mmap
Huang Shijie
[PATCH 1/3] mm: use mapping_mapped to simplify the code
Huang Shijie
[PATCH 3/3] mm: split the file's i_mmap tree for NUMA
Huang Shijie
Re: [PATCH 0/3] mm: split the file's i_mmap tree for NUMA
Mateusz Guzik
Re: [PATCH 0/3] mm: split the file's i_mmap tree for NUMA
Huang Shijie
Re: [PATCH 0/3] mm: split the file's i_mmap tree for NUMA
Mateusz Guzik
Re: [PATCH 0/3] mm: split the file's i_mmap tree for NUMA
Huang Shijie
[RFC PATCH 0/4] rv/tlob: Add task latency over budget RV monitor
wen . yang
[RFC PATCH 1/4] rv/tlob: Add tlob model DOT file
wen . yang
Re: [RFC PATCH 1/4] rv/tlob: Add tlob model DOT file
Gabriele Monaco
[RFC PATCH 2/4] rv/tlob: Add tlob deterministic automaton monitor
wen . yang
Re: [RFC PATCH 2/4] rv/tlob: Add tlob deterministic automaton monitor
Gabriele Monaco
Re: [RFC PATCH 2/4] rv/tlob: Add tlob deterministic automaton monitor
Wen Yang
Re: [RFC PATCH 2/4] rv/tlob: Add tlob deterministic automaton monitor
Gabriele Monaco
[RFC PATCH 3/4] rv/tlob: Add KUnit tests for the tlob monitor
wen . yang
Re: [RFC PATCH 3/4] rv/tlob: Add KUnit tests for the tlob monitor
Gabriele Monaco
[RFC PATCH 4/4] selftests/rv: Add selftest for the tlob monitor
wen . yang
Re: [RFC PATCH 4/4] selftests/rv: Add selftest for the tlob monitor
Gabriele Monaco
[PATCH v4 0/3] tracing/fprobe: Fix fprobe_ip_table related bugs
Masami Hiramatsu (Google)
[PATCH v4 1/3] tracing/fprobe: Remove fprobe from hash in failure path
Masami Hiramatsu (Google)
[PATCH v4 2/3] tracing/fprobe: Avoid kcalloc() in rcu_read_lock section
Masami Hiramatsu (Google)
[PATCH v4 3/3] tracing/fprobe: Check the same type fprobe on table as the unregistered one
Masami Hiramatsu (Google)
[PATCH v2] perf: enable unprivileged syscall tracing with perf trace
Anubhav Shelat
[PATCH] ring-buffer: Prevent off-by-one array access in ring_buffer_desc_page()
Vincent Donnefort
[bug report] ring-buffer: Introduce ring-buffer remotes
Dan Carpenter
Re: [bug report] ring-buffer: Introduce ring-buffer remotes
Vincent Donnefort
[PATCH v3 0/3] tracing/fprobe: Fix fprobe_ip_table related bugs
Masami Hiramatsu (Google)
[PATCH v3 2/3] tracing/fprobe: Avoid kcalloc() in rcu_read_lock section
Masami Hiramatsu (Google)
[PATCH v3 3/3] tracing/fprobe: Check the same type fprobe on table as the unregistered one
Masami Hiramatsu (Google)
[PATCH v3 1/3] tracing/fprobe: Remove fprobe from hash in failure path
Masami Hiramatsu (Google)
Re: [RFC v4 0/7] ext4: fast commit: snapshot inode state for FC log
Theodore Tso
Re: [RFC v4 0/7] ext4: fast commit: snapshot inode state for FC log
Li Chen
Re: [RFC v4 0/7] ext4: fast commit: snapshot inode state for FC log
Theodore Tso
Re: [PATCH v3 09/11] dt-bindings: input: Document hid-over-spi DT schema
Conor Dooley
Re: [PATCH v3 09/11] dt-bindings: input: Document hid-over-spi DT schema
Dmitry Torokhov
Re: [PATCH v3 09/11] dt-bindings: input: Document hid-over-spi DT schema
Conor Dooley
Re: [PATCH v3 09/11] dt-bindings: input: Document hid-over-spi DT schema
Rob Herring
Re: [PATCH v3 09/11] dt-bindings: input: Document hid-over-spi DT schema
Benjamin Tissoires
[PATCH v2 0/2] tracing/fprobe: Fix fprobe_ip_table related bugs
Masami Hiramatsu (Google)
[PATCH v2 1/2] tracing/fprobe: Avoid kcalloc() in rcu_read_lock section
Masami Hiramatsu (Google)
Re: [PATCH v2 1/2] tracing/fprobe: Avoid kcalloc() in rcu_read_lock section
Menglong Dong
Re: [PATCH v2 1/2] tracing/fprobe: Avoid kcalloc() in rcu_read_lock section
Google
[PATCH v2 2/2] tracing/fprobe: Check the same type fprobe on table as the unregistered one
Masami Hiramatsu (Google)
[PATCH bpf-next v4 0/2] Reject sleepable kprobe_multi programs at attach time
Varun R Mallya
[PATCH bpf-next v4 1/2] bpf: Reject sleepable kprobe_multi programs at attach time
Varun R Mallya
[PATCH bpf-next v4 2/2] selftests/bpf: Add test to ensure kprobe_multi is not sleepable
Varun R Mallya
Re: [PATCH bpf-next v4 2/2] selftests/bpf: Add test to ensure kprobe_multi is not sleepable
Varun R Mallya
Re: [PATCH bpf-next v4 2/2] selftests/bpf: Add test to ensure kprobe_multi is not sleepable
Jiri Olsa
[PATCH bpf-next v5 0/2] Reject sleepable kprobe_multi programs at attach time
Varun R Mallya
[PATCH bpf-next v5 2/2] selftests/bpf: Add test to ensure kprobe_multi is not sleepable
Varun R Mallya
[PATCH bpf-next v5 1/2] bpf: Reject sleepable kprobe_multi programs at attach time
Varun R Mallya
Re: [PATCH bpf-next v5 0/2] Reject sleepable kprobe_multi programs at attach time
patchwork-bot+netdevbpf
[PATCH v3] seq_buf: Export seq_buf_putmem_hex() and add KUnit tests
Shuvam Pandey
[PATCH 1/2] tracing: Store trace_marker_raw payload length in events
Cao Ruichuang
[PATCH 2/2] selftests/ftrace: Check exact trace_marker_raw payload lengths
Cao Ruichuang
Re: [PATCH 1/2] tracing: Store trace_marker_raw payload length in events
Steven Rostedt
Re: [PATCH 1/2] tracing: Store trace_marker_raw payload length in events
Cao Ruichuang
[PATCH] perf: enable unprivileged syscall tracing with perf trace
Anubhav Shelat
Re: [GIT PULL] rv changes for v7.1 (for-next)
Gabriele Monaco
[RFC v6 0/7] ext4: fast commit: snapshot inode state for FC log
Li Chen
[RFC v6 3/7] ext4: fast commit: avoid waiting for FC_COMMITTING
Li Chen
[RFC v6 5/7] ext4: fast commit: avoid i_data_sem by dropping ext4_map_blocks() in snapshots
Li Chen
[RFC v6 1/7] ext4: fast commit: snapshot inode state before writing log
Li Chen
[RFC v6 2/7] ext4: lockdep: handle i_data_sem subclassing for special inodes
Li Chen
[RFC v6 6/7] ext4: fast commit: add lock_updates tracepoint
Li Chen
Re: [RFC v6 6/7] ext4: fast commit: add lock_updates tracepoint
Steven Rostedt
Re: [RFC v6 6/7] ext4: fast commit: add lock_updates tracepoint
Li Chen
[RFC v6 4/7] ext4: fast commit: avoid self-deadlock in inode snapshotting
Li Chen
[RFC v6 7/7] ext4: fast commit: export snapshot stats in fc_info
Li Chen
[PATCH] uprobes: clear extra_consumers before pooling return instances
Keenan Dong
[PATCH] selftests/ftrace: Quote check_requires comparisons
Cao Ruichuang
Re: [PATCH] selftests/ftrace: Quote check_requires comparisons
Steven Rostedt
Re: [PATCH] selftests/ftrace: Quote check_requires comparisons
Shuah Khan
[PATCH bpf-next v7 0/2] tracing: Fix kprobe attachment when module shadows vmlinux symbol
Andrey Grodzovsky
[PATCH bpf-next v7 2/2] selftests/bpf: Add tests for kprobe attachment with duplicate symbols
Andrey Grodzovsky
[PATCH bpf-next v7 1/2] tracing: Prefer vmlinux symbols over module symbols for unqualified kprobes
Andrey Grodzovsky
Re: [PATCH bpf-next v7 0/2] tracing: Fix kprobe attachment when module shadows vmlinux symbol
patchwork-bot+netdevbpf
[PATCH bpf-next v6 0/2] tracing: Fix kprobe attachment when module shadows vmlinux symbol
Andrey Grodzovsky
[PATCH bpf-next v6 2/2] selftests/bpf: Add tests for kprobe attachment with duplicate symbols
Andrey Grodzovsky
[PATCH bpf-next v6 1/2] tracing: Prefer vmlinux symbols over module symbols for unqualified kprobes
Andrey Grodzovsky
Re: [PATCH bpf-next v6 1/2] tracing: Prefer vmlinux symbols over module symbols for unqualified kprobes
Ihor Solodrai
Re: [PATCH bpf-next v6 1/2] tracing: Prefer vmlinux symbols over module symbols for unqualified kprobes
Alexei Starovoitov
[RFC 0/2] openrisc: Add support for KProbes
Sahil Siddiq
[RFC 1/2] openrisc: Add utilities and clean up simulation of instructions
Sahil Siddiq
Re: [RFC 1/2] openrisc: Add utilities and clean up simulation of instructions
Stafford Horne
Re: [RFC 1/2] openrisc: Add utilities and clean up simulation of instructions
Sahil
Re: [RFC 1/2] openrisc: Add utilities and clean up simulation of instructions
Google
Re: [RFC 1/2] openrisc: Add utilities and clean up simulation of instructions
Sahil
[RFC 2/2] openrisc: Add KProbes
Sahil Siddiq
Re: [RFC 0/2] openrisc: Add support for KProbes
Google
Re: [RFC 0/2] openrisc: Add support for KProbes
Sahil
[PATCH 00/24] vfs/nfsd: add support for CB_NOTIFY callbacks in directory delegations
Jeff Layton
[PATCH 08/24] nfsd: update the fsnotify mark when setting or removing a dir delegation
Jeff Layton
Re: [PATCH 08/24] nfsd: update the fsnotify mark when setting or removing a dir delegation
Jan Kara
Re: [PATCH 08/24] nfsd: update the fsnotify mark when setting or removing a dir delegation
Chuck Lever
Re: [PATCH 08/24] nfsd: update the fsnotify mark when setting or removing a dir delegation
Jeff Layton
[PATCH 11/24] nfsd: use RCU to protect fi_deleg_file
Jeff Layton
[PATCH 07/24] vfs: add fsnotify_modify_mark_mask()
Jeff Layton
Re: [PATCH 07/24] vfs: add fsnotify_modify_mark_mask()
Jan Kara
[PATCH 13/24] nfsd: add notification handlers for dir events
Jeff Layton
Earlier messages