Re: [f2fs-dev] [PATCH v6] f2fs: add async reset zone command support

2023-05-30 Thread patchwork-bot+f2fs
Hello: This patch was applied to jaegeuk/f2fs.git (dev) by Jaegeuk Kim : On Mon, 08 May 2023 17:10:42 +0900 you wrote: > v5 -> v6 > Added trace_f2fs_iostat support for zone reset command. > > v4 -> v5 > Added f2fs iostat for zone reset command. > > v3 -> v4 > Fixed build error caused by unused

Re: [f2fs-dev] [PATCH v6] f2fs: add async reset zone command support

2023-05-24 Thread Chao Yu
On 2023/5/10 2:53, Jaegeuk Kim wrote: On 05/08, Daejun Park wrote: v5 -> v6 Added trace_f2fs_iostat support for zone reset command. v4 -> v5 Added f2fs iostat for zone reset command. v3 -> v4 Fixed build error caused by unused function. v2 -> v3 Modified arguments to be correct for ftrace par

Re: [f2fs-dev] [PATCH v6] f2fs: add async reset zone command support

2023-05-23 Thread Steven Rostedt
On Tue, 9 May 2023 11:53:35 -0700 Jaegeuk Kim wrote: > On 05/08, Daejun Park wrote: > > v5 -> v6 > > Added trace_f2fs_iostat support for zone reset command. > > > > v4 -> v5 > > Added f2fs iostat for zone reset command. > > > > v3 -> v4 > > Fixed build error caused by unused function. > > > >

Re: [f2fs-dev] [PATCH v6] f2fs: add async reset zone command support

2023-05-09 Thread Jaegeuk Kim
On 05/08, Daejun Park wrote: > v5 -> v6 > Added trace_f2fs_iostat support for zone reset command. > > v4 -> v5 > Added f2fs iostat for zone reset command. > > v3 -> v4 > Fixed build error caused by unused function. > > v2 -> v3 > Modified arguments to be correct for ftrace parameter. > Changed _

[f2fs-dev] [PATCH v6] f2fs: add async reset zone command support

2023-05-08 Thread Daejun Park
v5 -> v6 Added trace_f2fs_iostat support for zone reset command. v4 -> v5 Added f2fs iostat for zone reset command. v3 -> v4 Fixed build error caused by unused function. v2 -> v3 Modified arguments to be correct for ftrace parameter. Changed __submit_zone_reset_cmd to void return. Refactored the