f2fs: add async reset zone command support
authorDaejun Park <daejun7.park@samsung.com>
Mon, 8 May 2023 08:10:42 +0000 (17:10 +0900)
committerJaegeuk Kim <jaegeuk@kernel.org>
Mon, 12 Jun 2023 20:04:09 +0000 (13:04 -0700)
commit25f9080576b9549be9435123d7e45bfeebd2dc97
treecbb5095b104524958f0931f300db3d45566ad7b5
parent901c12d144570ed2558f4a6806201453c5b01bea
f2fs: add async reset zone command support

This patch enables submit reset zone command asynchornously. It helps
decrease average latency of write IOs in high utilization scenario by
faster checkpointing.

Signed-off-by: Daejun Park <daejun7.park@samsung.com>
Reviewed-by: Chao Yu <chao@kernel.org>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/f2fs.h
fs/f2fs/iostat.c
fs/f2fs/segment.c
include/trace/events/f2fs.h