summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
diff options
context:
space:
mode:
authorJan Kara <jack@suse.cz>2023-03-29 17:49:41 +0200
committerTheodore Ts'o <tytso@mit.edu>2023-04-14 19:56:53 -0400
commit7c375870fdc5f50a001f8265cd8744a78d2d43ab (patch)
tree121cbfae8fb7a11eece6a1e5ff1aeebd274d6c22 /tools/perf/scripts/python/bin/stackcollapse-report
parent56c2a0e3d90d3822fab157883957523e327bc9ae (diff)
downloadkernel-7c375870fdc5f50a001f8265cd8744a78d2d43ab.tar.gz
ext4: Drop special handling of journalled data from ext4_quota_on()
Now that ext4_writepages() makes sure all journalled data is committed and checkpointed, sync_filesystem() call done by dquot_quota_on() is enough for quota IO to see uptodate data. So drop special handling of journalled data from ext4_quota_on(). Signed-off-by: Jan Kara <jack@suse.cz> Link: https://lore.kernel.org/r/20230329154950.19720-10-jack@suse.cz Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions
commit/tools/testing/selftests/bpf/test_sockmap.c?id=a9f0ea175948c21640ae1cc145e679db7fc45fa6'>selftests/bpf: Drop duplicate definition of i in test_sockmapGeliang Tang 2024-06-03selftests/bpf: Fix tx_prog_fd values in test_sockmapGeliang Tang 2024-05-30selftests/bpf: use section names understood by libbpf in test_sockmapJakub Sitnicki 2024-05-21selftests/bpf: Fix prog numbers in test_sockmapGeliang Tang 2024-04-29selftests/bpf: Free strdup memory in test_sockmapGeliang Tang 2024-04-11selftests/bpf: Fix umount cgroup2 error in test_sockmapGeliang Tang