Searched hist:ce8c59d197c824789e1ade6f25d36037b4f0faeb (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/fs/ext4/ |
H A D | fast_commit.c | diff ce8c59d197c824789e1ade6f25d36037b4f0faeb Thu Oct 15 15:38:01 CDT 2020 Harshad Shirwadkar <harshadshirwadkar@gmail.com> ext4: add fast commit stats in procfs
This commit adds a file in procfs that tracks fast commit related statistics.
root@kvm-xfstests:/mnt# cat /proc/fs/ext4/vdc/fc_info fc stats: 7772 commits 15 ineligible 4083 numblks 2242us avg_commit_time Ineligible reasons: "Extended attributes changed": 0 "Cross rename": 0 "Journal flag changed": 0 "Insufficient memory": 0 "Swap boot": 0 "Resize": 0 "Dir renamed": 0 "Falloc range op": 0 "FC Commit Failed": 15
Signed-off-by: Harshad Shirwadkar <harshadshirwadkar@gmail.com> Link: https://lore.kernel.org/r/20201015203802.3597742-10-harshadshirwadkar@gmail.com Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
H A D | sysfs.c | diff ce8c59d197c824789e1ade6f25d36037b4f0faeb Thu Oct 15 15:38:01 CDT 2020 Harshad Shirwadkar <harshadshirwadkar@gmail.com> ext4: add fast commit stats in procfs
This commit adds a file in procfs that tracks fast commit related statistics.
root@kvm-xfstests:/mnt# cat /proc/fs/ext4/vdc/fc_info fc stats: 7772 commits 15 ineligible 4083 numblks 2242us avg_commit_time Ineligible reasons: "Extended attributes changed": 0 "Cross rename": 0 "Journal flag changed": 0 "Insufficient memory": 0 "Swap boot": 0 "Resize": 0 "Dir renamed": 0 "Falloc range op": 0 "FC Commit Failed": 15
Signed-off-by: Harshad Shirwadkar <harshadshirwadkar@gmail.com> Link: https://lore.kernel.org/r/20201015203802.3597742-10-harshadshirwadkar@gmail.com Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
H A D | ext4.h | diff ce8c59d197c824789e1ade6f25d36037b4f0faeb Thu Oct 15 15:38:01 CDT 2020 Harshad Shirwadkar <harshadshirwadkar@gmail.com> ext4: add fast commit stats in procfs
This commit adds a file in procfs that tracks fast commit related statistics.
root@kvm-xfstests:/mnt# cat /proc/fs/ext4/vdc/fc_info fc stats: 7772 commits 15 ineligible 4083 numblks 2242us avg_commit_time Ineligible reasons: "Extended attributes changed": 0 "Cross rename": 0 "Journal flag changed": 0 "Insufficient memory": 0 "Swap boot": 0 "Resize": 0 "Dir renamed": 0 "Falloc range op": 0 "FC Commit Failed": 15
Signed-off-by: Harshad Shirwadkar <harshadshirwadkar@gmail.com> Link: https://lore.kernel.org/r/20201015203802.3597742-10-harshadshirwadkar@gmail.com Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|