aboutsummaryrefslogtreecommitdiff
path: root/fs/f2fs/iostat.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-12f2fs: add async reset zone command supportGravatar Daejun Park 1-0/+1
2023-02-07f2fs: use iostat_lat_type directly as a parameter in the iostat_update_and_un...Gravatar Yangtao Li 1-27/+21
2023-02-02f2fs: fix to avoid potential memory corruption in __update_iostat_latency()Gravatar Yangtao Li 1-1/+5
2023-01-30f2fs: drop useless initializer and unneeded local variableGravatar Yangtao Li 1-6/+4
2023-01-30f2fs: add iostat support for flushGravatar Yangtao Li 1-0/+1
2023-01-11f2fs: support accounting iostat count and avg_bytesGravatar Yangtao Li 1-66/+63
2022-08-29f2fs: iostat: support accounting compressed IOGravatar Chao Yu 1-21/+53
2022-06-19f2fs: fix iostat related lock protectionGravatar Daeho Jeong 1-13/+18
2021-12-10f2fs: use iomap for direct I/OGravatar Eric Biggers 1-22/+18
2021-08-23f2fs: introduce periodic iostat io latency tracesGravatar Daeho Jeong 1-0/+133
2021-08-23f2fs: separate out iostat featureGravatar Daeho Jeong 1-0/+154