summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/flamegraph.py
diff options
context:
space:
mode:
authorJan Kara <jack@suse.cz>2012-07-22 20:31:31 -0400
committerTheodore Ts'o <tytso@mit.edu>2012-07-22 20:31:31 -0400
commit044ce47fec90ec0f25605e87a5d72cca14568bc3 (patch)
tree439a34c551e0ac4fd653d8e7870782ee19cb85a5 /tools/perf/scripts/python/flamegraph.py
parent97a7406880f61d7f89d613cf72e87682420e66b0 (diff)
downloadkernel-044ce47fec90ec0f25605e87a5d72cca14568bc3.tar.gz
ext4: convert last user of ext4_mark_super_dirty() to ext4_handle_dirty_super()
The last user of ext4_mark_super_dirty() in ext4_file_open() is so rare it can well be modifying the superblock properly by journalling the change. Change it and get rid of ext4_mark_super_dirty() as it's not needed anymore. Artem: small amendments. Artem: tested using xfstests for both journalled and non-journalled ext4. Signed-off-by: Jan Kara <jack@suse.cz> Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu> Tested-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Diffstat (limited to 'tools/perf/scripts/python/flamegraph.py')
0 files changed, 0 insertions, 0 deletions
/commit/drivers/gpu/drm/i915/gem/selftests/huge_pages.c?h=linux-6.12.y&id=01fabda8e3d62e9f45b6f2a86869fa02e5587ddf'>drm/i915: Use str_yes_no()Lucas De Marchi 2022-03-01drm/i915/selftests: handle allocation failuresMatthew Auld 2022-02-28drm/i915: add io_size plumbingMatthew Auld 2022-02-25Merge drm/drm-next into drm-intel-gt-nextTvrtko Ursulin 2022-02-23Merge tag 'drm-intel-gt-next-2022-02-17' of git://anongit.freedesktop.org/drm...Rodrigo Vivi 2022-02-19drm/i915: support 64K GTT pages for discrete cardsMatthew Auld 2022-02-11drm/i915: split out i915_gem_internal.h from i915_drv.hJani Nikula 2022-01-18drm/i915: Add i915_vma_unbind_unlocked, and take obj lock for i915_vma_unbind...Maarten Lankhorst 2022-01-11drm/i915: Use the vma resource as argument for gtt binding / unbindingThomas Hellström 2021-12-17drm/i915/gem: Use to_gt() helperMichał Winiarski 2021-11-25drm/i915/ttm: Drop region reference countingThomas Hellström 2021-11-05drm/i915/selftests: Rework context handling in hugepages selftestsMaarten Lankhorst 2021-10-20drm/i915/selftests: mark up hugepages object with start_cpu_writeMatthew Auld 2021-09-24drm/i915/selftests: exercise shmem_writeback with THPMatthew Auld 2021-09-24drm/i915: Reduce the number of objects subject to memcpy recoverThomas Hellström 2021-09-08drm/i915/selftests: fixup igt_shrink_thpMatthew Auld 2021-09-06drm/i915: Drop __rcu from gem_context->vmDaniel Vetter 2021-09-06drm/i915: Rename i915_gem_context_get_vm_rcu to i915_gem_context_get_eb_vmDaniel Vetter 2021-06-30drm/i915: support forcing the page size with lmemMatthew Auld 2021-06-24drm/i915: Update object placement flags to be mutableThomas Hellström 2021-03-24drm/i915/selftests: Prepare huge_pages testcases for obj->mm.lock removal.Maarten Lankhorst