[PATCH] block: Add ioprio to block_rq tracepoint

2023-12-17 Thread Dongliang Cui
Sometimes we need to track the processing order of requests with ioprio set, especially when using mq-deadline. So the ioprio of request can be useful information. Signed-off-by: Dongliang Cui --- include/trace/events/block.h | 20 ++-- 1 file changed, 14 insertions(+), 6

[PATCH]eventfs: Apply the gid in the mounting parameters to all files

2023-12-20 Thread Dongliang Cui
-x 2 root root 0 2023-12-19 00:56 alarmtimer drwxr-xr-x 2 root root 0 2023-12-19 00:56 asoc It will prevent certain applications from accessing tracefs properly, I try to avoid this issue by making the following modifications. Signed-off-by: Dongliang Cui --- fs/tracefs/inode.c | 10

[PATCH] block: Add ioprio to block_rq tracepoint

2023-12-25 Thread Dongliang Cui
Sometimes we need to track the processing order of requests with ioprio set, especially when using mq-deadline. So the ioprio of request can be useful information. Signed-off-by: Dongliang Cui --- include/trace/events/block.h | 20 ++-- 1 file changed, 14 insertions(+), 6

Re: [PATCH] block: Add ioprio to block_rq tracepoint

2024-01-21 Thread dongliang cui
Hi, Can this submission be uploaded,or is there anything that needs to be modified? On Tue, Dec 26, 2023 at 10:10 AM Dongliang Cui wrote: > > Sometimes we need to track the processing order of > requests with ioprio set, especially when using > mq-deadline. So the ioprio of re