summaryrefslogtreecommitdiff
path: root/fs/f2fs/iostat.c
Commit message (Expand)AuthorAgeFilesLines
* f2fs: use iostat_lat_type directly as a parameter in the iostat_update_and_un...Yangtao Li2023-02-071-27/+21
* f2fs: fix to avoid potential memory corruption in __update_iostat_latency()Yangtao Li2023-02-021-1/+5
* f2fs: drop useless initializer and unneeded local variableYangtao Li2023-01-301-6/+4
* f2fs: add iostat support for flushYangtao Li2023-01-301-0/+1
* f2fs: support accounting iostat count and avg_bytesYangtao Li2023-01-111-66/+63
* f2fs: iostat: support accounting compressed IOChao Yu2022-08-291-21/+53
* f2fs: fix iostat related lock protectionDaeho Jeong2022-06-191-13/+18
* f2fs: use iomap for direct I/OEric Biggers2021-12-101-22/+18
* f2fs: introduce periodic iostat io latency tracesDaeho Jeong2021-08-231-0/+133
* f2fs: separate out iostat featureDaeho Jeong2021-08-231-0/+154