summaryrefslogtreecommitdiff
path: root/fs/f2fs/iostat.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-12f2fs: add async reset zone command supportDaejun Park1-0/+1
2023-02-07f2fs: use iostat_lat_type directly as a parameter in the iostat_update_and_un...Yangtao Li1-27/+21
2023-02-03f2fs: fix to avoid potential memory corruption in __update_iostat_latency()Yangtao Li1-1/+5
2023-01-31f2fs: drop useless initializer and unneeded local variableYangtao Li1-6/+4
2023-01-31f2fs: add iostat support for flushYangtao Li1-0/+1
2023-01-11f2fs: support accounting iostat count and avg_bytesYangtao Li1-66/+63
2022-08-30f2fs: iostat: support accounting compressed IOChao Yu1-21/+53
2022-06-20f2fs: fix iostat related lock protectionDaeho Jeong1-13/+18
2021-12-11f2fs: use iomap for direct I/OEric Biggers1-22/+18
2021-08-23f2fs: introduce periodic iostat io latency tracesDaeho Jeong1-0/+133
2021-08-23f2fs: separate out iostat featureDaeho Jeong1-0/+154