summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-record
diff options
context:
space:
mode:
authorHarshad Shirwadkar <harshadshirwadkar@gmail.com>2020-11-05 19:59:00 -0800
committerTheodore Ts'o <tytso@mit.edu>2020-11-06 23:01:04 -0500
commit0ee66ddcf3c1503a9bdb3e49a7a96c6e429ddfad (patch)
treef85916d9b96773c641e3fb00333e43fcfef5d9f8 /tools/perf/scripts/python/bin/stackcollapse-record
parentcc80586a57f704f806b9a1b99a21cd07e37dbedc (diff)
downloadkernel-0ee66ddcf3c1503a9bdb3e49a7a96c6e429ddfad.tar.gz
jbd2: don't touch buffer state until it is filled
Fast commit buffers should be filled in before toucing their state. Remove code that sets buffer state as dirty before the buffer is passed to the file system. Suggested-by: Jan Kara <jack@suse.cz> Signed-off-by: Harshad Shirwadkar <harshadshirwadkar@gmail.com> Link: https://lore.kernel.org/r/20201106035911.1942128-12-harshadshirwadkar@gmail.com Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions
title='2015-04-15 16:35:18 -0700'>2015-04-15mremap should return -ENOMEM when __vm_enough_memory failDerek 2015-04-06fix mremap() vs. ioctx_kill() raceAl Viro 2015-02-10mm: remove rest usage of VM_NONLINEAR and pte_file()Kirill A. Shutemov 2014-12-14Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds 2014-12-13aio: Make it possible to remap aio ringPavel Emelyanov 2014-12-13mm: convert i_mmap_mutex to rwsemDavidlohr Bueso 2014-12-13mm: use new helper functions around the i_mmap_mutexDavidlohr Bueso 2014-10-09mm/mremap.c: use linux headersPaul McQuade 2014-10-09mm: convert a few VM_BUG_ON callers to VM_BUG_ON_VMASasha Levin 2014-05-11mm, thp: close race between mremap() and split_huge_page()Kirill A. Shutemov 2013-10-16mm: revert mremap pud_free anti-fixHugh Dickins 2013-09-11mm/mremap.c: call pud_free() after fail calling pmd_alloc()Chen Gang