Show patches with: Submitter = Yafang Shao       |    State = Action Required       |   138 patches
« 1 2 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
vfs: Delete the associated dentry when deleting a file vfs: Delete the associated dentry when deleting a file - - - --- 2024-05-15 Yafang Shao New
[RFC] fs: dcache: Delete the associated dentry when deleting a file [RFC] fs: dcache: Delete the associated dentry when deleting a file - - - --- 2024-05-11 Yafang Shao New
[-mm,v3] replace old hard-coded 16 with TASK_COMM_LEN_16 [-mm,v3] replace old hard-coded 16 with TASK_COMM_LEN_16 - - - --- 2021-12-19 Yafang Shao New
[-mm,v2,3/3] tools/perf: replace old hard-coded 16 with TASK_COMM_LEN_16 Phase 2 of task comm cleanups - - - --- 2021-12-11 Yafang Shao New
[-mm,v2,2/3] cn_proc: replaced old hard-coded 16 with TASK_COMM_LEN_16 Phase 2 of task comm cleanups 1 - - --- 2021-12-11 Yafang Shao New
[-mm,v2,1/3] elfcore: replace old hard-code 16 with TASK_COMM_LEN_16 Phase 2 of task comm cleanups - 1 - --- 2021-12-11 Yafang Shao New
[-mm,5/5] bpf/progs: replace hard-coded 16 with TASK_COMM_LEN Phase 2 of task comm cleanups - - - --- 2021-12-04 Yafang Shao New
[-mm,4/5] tools/perf: replace hard-coded 16 with TASK_COMM_LEN Phase 2 of task comm cleanups - - - --- 2021-12-04 Yafang Shao New
[-mm,3/5] samples/bpf/tracex2: replace hard-coded 16 with TASK_COMM_LEN Phase 2 of task comm cleanups - - - --- 2021-12-04 Yafang Shao New
[-mm,2/5] cn_proc: replaced old hard-coded 16 with TASK_COMM_LEN_16 Phase 2 of task comm cleanups 1 - - --- 2021-12-04 Yafang Shao New
[-mm,1/5] elfcore: replace old hard-code 16 with TASK_COMM_LEN_16 Phase 2 of task comm cleanups - - - --- 2021-12-04 Yafang Shao New
[v2] kthread: dynamically allocate memory to store kthread's full name [v2] kthread: dynamically allocate memory to store kthread's full name - 2 - --- 2021-11-20 Yafang Shao New
[v2,7/7] tools/testing/selftests/bpf: replace open-coded 16 with TASK_COMM_LEN task comm cleanups 2 - - --- 2021-11-20 Yafang Shao New
[v2,6/7] tools/bpf/bpftool/skeleton: replace bpf_probe_read_kernel with bpf_probe_read_kernel_str t… task comm cleanups 1 1 - --- 2021-11-20 Yafang Shao New
[v2,5/7] samples/bpf/test_overhead_kprobe_kern: replace bpf_probe_read_kernel with bpf_probe_read_k… task comm cleanups 1 2 - --- 2021-11-20 Yafang Shao New
[v2,4/7] fs/binfmt_elf: replace open-coded string copy with get_task_comm task comm cleanups - 1 - --- 2021-11-20 Yafang Shao New
[v2,3/7] drivers/infiniband: replace open-coded string copy with get_task_comm task comm cleanups 1 1 - --- 2021-11-20 Yafang Shao New
[v2,2/7] fs/exec: replace strncpy with strscpy_pad in __get_task_comm task comm cleanups - 2 - --- 2021-11-20 Yafang Shao New
[v2,1/7] fs/exec: replace strlcpy with strscpy_pad in __set_task_comm task comm cleanups - 2 - --- 2021-11-20 Yafang Shao New
kthread: dynamically allocate memory to store kthread's full name kthread: dynamically allocate memory to store kthread's full name - - - --- 2021-11-08 Yafang Shao New
[7/7] tools/testing/selftests/bpf: make it adopt to task comm size change task comm cleanups 2 - - --- 2021-11-08 Yafang Shao New
[6/7] tools/bpf/bpftool/skeleton: use bpf_probe_read_kernel_str to get task comm task comm cleanups 1 1 - --- 2021-11-08 Yafang Shao New
[5/7] samples/bpf/test_overhead_kprobe_kern: make it adopt to task comm size change task comm cleanups 1 2 - --- 2021-11-08 Yafang Shao New
[4/7] fs/binfmt_elf: use get_task_comm instead of open-coded string copy task comm cleanups - 1 - --- 2021-11-08 Yafang Shao New
[3/7] drivers/infiniband: use get_task_comm instead of open-coded string copy task comm cleanups 1 1 - --- 2021-11-08 Yafang Shao New
[2/7] fs/exec: make __get_task_comm always get a nul terminated string task comm cleanups - 2 - --- 2021-11-08 Yafang Shao New
[1/7] fs/exec: make __set_task_comm always set a nul terminated string task comm cleanups - 2 - --- 2021-11-08 Yafang Shao New
[v7,11/11] kernel/kthread: show a warning if kthread's comm is truncated extend task comm from 16 to 24 - 1 - --- 2021-11-01 Yafang Shao New
[v7,10/11] sched.h: extend task comm from 16 to 24 extend task comm from 16 to 24 - - - --- 2021-11-01 Yafang Shao New
[v7,09/11] tools/testing/selftests/bpf: make it adopt to task comm size change extend task comm from 16 to 24 1 - - --- 2021-11-01 Yafang Shao New
[v7,08/11] tools/perf/test: make perf test adopt to task comm size change extend task comm from 16 to 24 - - - --- 2021-11-01 Yafang Shao New
[v7,07/11] tools/bpf/bpftool/skeleton: make it adopt to task comm size change extend task comm from 16 to 24 1 - - --- 2021-11-01 Yafang Shao New
[v7,06/11] samples/bpf/test_overhead_kprobe_kern: make it adopt to task comm size change extend task comm from 16 to 24 - 1 - --- 2021-11-01 Yafang Shao New
[v7,05/11] fs/binfmt_elf: make prpsinfo always get a nul terminated task comm extend task comm from 16 to 24 - - - --- 2021-11-01 Yafang Shao New
[v7,04/11] drivers/infiniband: make setup_ctxt always get a nul terminated task comm extend task comm from 16 to 24 1 - - --- 2021-11-01 Yafang Shao New
[v7,03/11] sched.h: use __must_be_array instead of BUILD_BUG_ON in get_task_comm extend task comm from 16 to 24 - - - --- 2021-11-01 Yafang Shao New
[v7,02/11] fs/exec: make __get_task_comm always get a nul terminated string extend task comm from 16 to 24 - 1 - --- 2021-11-01 Yafang Shao New
[v7,01/11] fs/exec: make __set_task_comm always set a nul terminated string extend task comm from 16 to 24 - 1 - --- 2021-11-01 Yafang Shao New
[v6,12/12] kernel/kthread: show a warning if kthread's comm is truncated extend task comm from 16 to 24 - 1 - --- 2021-10-25 Yafang Shao New
[v6,11/12] sched.h: extend task comm from 16 to 24 extend task comm from 16 to 24 - - - --- 2021-10-25 Yafang Shao New
[v6,10/12] tools/testing/selftests/bpf: make it adopt to task comm size change extend task comm from 16 to 24 - - - --- 2021-10-25 Yafang Shao New
[v6,09/12] tools/perf/test: make perf test adopt to task comm size change extend task comm from 16 to 24 - - - --- 2021-10-25 Yafang Shao New
[v6,08/12] tools/bpf/bpftool/skeleton: make it adopt to task comm size change extend task comm from 16 to 24 - - - --- 2021-10-25 Yafang Shao New
[v6,07/12] samples/bpf/offwaketime_kern: make sched_switch tracepoint args adopt to comm size change extend task comm from 16 to 24 - - - --- 2021-10-25 Yafang Shao New
[v6,06/12] samples/bpf/test_overhead_kprobe_kern: make it adopt to task comm size change extend task comm from 16 to 24 - 1 - --- 2021-10-25 Yafang Shao New
[v6,05/12] elfcore: make prpsinfo always get a nul terminated task comm extend task comm from 16 to 24 - - - --- 2021-10-25 Yafang Shao New
[v6,04/12] drivers/infiniband: make setup_ctxt always get a nul terminated task comm extend task comm from 16 to 24 1 - - --- 2021-10-25 Yafang Shao New
[v6,03/12] drivers/connector: make connector comm always nul ternimated extend task comm from 16 to 24 - - - --- 2021-10-25 Yafang Shao New
[v6,02/12] fs/exec: make __get_task_comm always get a nul terminated string extend task comm from 16 to 24 - 1 - --- 2021-10-25 Yafang Shao New
[v6,01/12] fs/exec: make __set_task_comm always set a nul ternimated string extend task comm from 16 to 24 - 1 - --- 2021-10-25 Yafang Shao New
[v5,15/15] kernel/kthread: show a warning if kthread's comm is truncated extend task comm from 16 to 24 for CONFIG_BASE_FULL - 1 - --- 2021-10-21 Yafang Shao New
[v5,14/15] sched.h: extend task comm from 16 to 24 for CONFIG_BASE_FULL extend task comm from 16 to 24 for CONFIG_BASE_FULL - 1 - --- 2021-10-21 Yafang Shao New
[v5,13/15] tools/testing/selftests/bpf: use TASK_COMM_LEN_16 instead of hard-coded 16 extend task comm from 16 to 24 for CONFIG_BASE_FULL - - - --- 2021-10-21 Yafang Shao New
[v5,12/15] tools/perf/test: make perf test adopt to task comm size change extend task comm from 16 to 24 for CONFIG_BASE_FULL - - - --- 2021-10-21 Yafang Shao New
[v5,11/15] tools/bpf/bpftool: use TASK_COMM_LEN_16 instead of hard-coded 16 extend task comm from 16 to 24 for CONFIG_BASE_FULL - - - --- 2021-10-21 Yafang Shao New
[v5,10/15] tools/lib/perf: use TASK_COMM_LEN_16 instead of hard-coded 16 extend task comm from 16 to 24 for CONFIG_BASE_FULL - - - --- 2021-10-21 Yafang Shao New
[v5,09/15] tools/include: introduce TASK_COMM_LEN_16 extend task comm from 16 to 24 for CONFIG_BASE_FULL - - - --- 2021-10-21 Yafang Shao New
[v5,08/15] samples/bpf/user: use TASK_COMM_LEN_16 instead of hard-coded 16 extend task comm from 16 to 24 for CONFIG_BASE_FULL - - - --- 2021-10-21 Yafang Shao New
[v5,07/15] samples/bpf/kern: use TASK_COMM_LEN instead of hard-coded 16 extend task comm from 16 to 24 for CONFIG_BASE_FULL - - - --- 2021-10-21 Yafang Shao New
[v5,06/15] elfcore: make prpsinfo always get a nul terminated task comm extend task comm from 16 to 24 for CONFIG_BASE_FULL - - - --- 2021-10-21 Yafang Shao New
[v5,05/15] drivers/infiniband: make setup_ctxt always get a nul terminated task comm extend task comm from 16 to 24 for CONFIG_BASE_FULL - - - --- 2021-10-21 Yafang Shao New
[v5,04/15] cn_proc: make connector comm always nul ternimated extend task comm from 16 to 24 for CONFIG_BASE_FULL - - - --- 2021-10-21 Yafang Shao New
[v5,03/15] sched.h: introduce TASK_COMM_LEN_16 extend task comm from 16 to 24 for CONFIG_BASE_FULL - - - --- 2021-10-21 Yafang Shao New
[v5,02/15] fs/exec: make __get_task_comm always get a nul terminated string extend task comm from 16 to 24 for CONFIG_BASE_FULL - - - --- 2021-10-21 Yafang Shao New
[v5,01/15] fs/exec: make __set_task_comm always set a nul ternimated string extend task comm from 16 to 24 for CONFIG_BASE_FULL - - - --- 2021-10-21 Yafang Shao New
[v15,4/4] xfs: use current->journal_info to avoid transaction reservation recursion xfs: avoid transaction reservation recursion - - - --- 2021-01-13 Yafang Shao New
[v15,3/4] xfs: refactor the usage around xfs_trans_context_{set,clear} xfs: avoid transaction reservation recursion - - - --- 2021-01-13 Yafang Shao New
[v15,2/4] xfs: use memalloc_nofs_{save,restore} in xfs transaction xfs: avoid transaction reservation recursion - 1 - --- 2021-01-13 Yafang Shao New
[v15,1/4] mm: Add become_kswapd and restore_kswapd xfs: avoid transaction reservation recursion 1 2 - --- 2021-01-13 Yafang Shao New
[v14,4/4] xfs: use current->journal_info to avoid transaction reservation recursion xfs: avoid transaction reservation recursion - - - --- 2020-12-22 Yafang Shao New
[v14,3/4] xfs: introduce xfs_trans_context_swap() for rolling transaction xfs: avoid transaction reservation recursion - - - --- 2020-12-22 Yafang Shao New
[v14,2/4] xfs: use memalloc_nofs_{save,restore} in xfs transaction xfs: avoid transaction reservation recursion - 1 - --- 2020-12-22 Yafang Shao New
[v14,1/4] mm: Add become_kswapd and restore_kswapd xfs: avoid transaction reservation recursion 1 2 - --- 2020-12-22 Yafang Shao New
[v13,4/4] xfs: use current->journal_info to avoid transaction reservation recursion xfs: avoid transaction reservation recursion - - - --- 2020-12-17 Yafang Shao New
[v13,3/4] xfs: refactor the usage around xfs_trans_context_{set,clear} xfs: avoid transaction reservation recursion - - - --- 2020-12-17 Yafang Shao New
[v13,2/4] xfs: use memalloc_nofs_{save,restore} in xfs transaction xfs: avoid transaction reservation recursion - 1 - --- 2020-12-17 Yafang Shao New
[v13,1/4] mm: Add become_kswapd and restore_kswapd xfs: avoid transaction reservation recursion 1 2 - --- 2020-12-17 Yafang Shao New
[v12,4/4] xfs: use current->journal_info to avoid transaction reservation recursion xfs: avoid transaction reservation recursion - - - --- 2020-12-09 Yafang Shao New
[v12,3/4] xfs: refactor the usage around xfs_trans_context_{set,clear} xfs: avoid transaction reservation recursion - - - --- 2020-12-09 Yafang Shao New
[v12,2/4] xfs: use memalloc_nofs_{save,restore} in xfs transaction xfs: avoid transaction reservation recursion - 1 - --- 2020-12-09 Yafang Shao New
[v12,1/4] mm: Add become_kswapd and restore_kswapd xfs: avoid transaction reservation recursion 1 2 - --- 2020-12-09 Yafang Shao New
[v11,4/4] xfs: use current->journal_info to avoid transaction reservation recursion xfs: avoid transaction reservation recursion - - - --- 2020-12-08 Yafang Shao New
[v11,3/4] xfs: refactor the usage around xfs_trans_context_{set,clear} xfs: avoid transaction reservation recursion - - - --- 2020-12-08 Yafang Shao New
[v11,2/4] xfs: use memalloc_nofs_{save,restore} in xfs transaction xfs: avoid transaction reservation recursion - 1 - --- 2020-12-08 Yafang Shao New
[v11,1/4] mm: Add become_kswapd and restore_kswapd xfs: avoid transaction reservation recursion 1 2 - --- 2020-12-08 Yafang Shao New
[v10,4/4] xfs: use current->journal_info to avoid transaction reservation recursion xfs: avoid transaction reservation recursion - - - --- 2020-12-08 Yafang Shao New
[v10,3/4] xfs: refactor the usage around xfs_trans_context_{set,clear} xfs: avoid transaction reservation recursion - - - --- 2020-12-08 Yafang Shao New
[v10,2/4] xfs: use memalloc_nofs_{save,restore} in xfs transaction xfs: avoid transaction reservation recursion - - - --- 2020-12-08 Yafang Shao New
[v10,1/4] mm: Add become_kswapd and restore_kswapd xfs: avoid transaction reservation recursion 1 2 - --- 2020-12-08 Yafang Shao New
[v9,2/2] xfs: avoid transaction reservation recursion avoid xfs transaction reservation recursion - - - --- 2020-12-06 Yafang Shao New
[v9,1/2] mm: Add become_kswapd and restore_kswapd avoid xfs transaction reservation recursion 1 2 - --- 2020-12-06 Yafang Shao New
[v8,resend,2/2] xfs: avoid transaction reservation recursion avoid xfs transaction reservation recursion - 3 - --- 2020-11-03 Yafang Shao New
[v8,resend,1/2] mm: Add become_kswapd and restore_kswapd avoid xfs transaction reservation recursion 1 2 - --- 2020-11-03 Yafang Shao New
[v8,2/2] xfs: avoid transaction reservation recursion avoid xfs transaction reservation recursion - 3 - --- 2020-10-09 Yafang Shao New
[v8,1/2] mm: Add become_kswapd and restore_kswapd avoid xfs transaction reservation recursion 1 2 - --- 2020-10-09 Yafang Shao New
[v7,2/2] xfs: avoid transaction reservation recursion avoid xfs transaction reservation recursion - - - --- 2020-08-27 Yafang Shao New
[v7,1/2] mm: Add become_kswapd and restore_kswapd avoid xfs transaction reservation recursion 1 - - --- 2020-08-27 Yafang Shao New
[v6,2/2] xfs: avoid transaction reservation recursion avoid xfs transaction reservation recursion - - - --- 2020-08-24 Yafang Shao New
[v6,1/2] mm: Add become_kswapd and restore_kswapd avoid xfs transaction reservation recursion 1 - - --- 2020-08-24 Yafang Shao New
[v5,2/2] xfs: avoid transaction reservation recursion avoid xfs transaction reservation recursion - - - --- 2020-08-19 Yafang Shao New
« 1 2 »