aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/flamegraph.py
diff options
context:
space:
mode:
authorJeff Layton <jlayton@redhat.com>2017-07-06 07:02:29 -0400
committerJeff Layton <jlayton@redhat.com>2017-07-06 07:02:29 -0400
commit383aa543c2f46f245d652c0e5c77390f07ece657 (patch)
tree6525ad72a49001daa068ada2f20af62013a60dcb /tools/perf/scripts/python/flamegraph.py
parentblock: convert to errseq_t based writeback error tracking (diff)
downloadlinux-383aa543c2f46f245d652c0e5c77390f07ece657.tar.gz
linux-383aa543c2f46f245d652c0e5c77390f07ece657.zip
fs: convert __generic_file_fsync to use errseq_t based reporting
Many simple, block-based filesystems use generic_file_fsync as their fsync operation. Some others (ext* and fat) also call this function to handle syncing out data. Switch this code over to use errseq_t based error reporting so that all of these filesystems get reliable error reporting via fsync, fdatasync and msync. Signed-off-by: Jeff Layton <jlayton@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/flamegraph.py')
0 files changed, 0 insertions, 0 deletions
?id=bfd40eaff5abb9f62c8ef94ca13ed0d94a560f10&follow=1'>mm: fix vma_is_anonymous() false-positivesKirill A. Shutemov5-0/+15 2018-07-26mm: use vma_init() to initialize VMAs on stack and data segmentsKirill A. Shutemov10-7/+17 2018-07-26mm: introduce vma_init()Kirill A. Shutemov2-4/+8 2018-07-26mm: fix exports that inadvertently make put_page() EXPORT_SYMBOL_GPLDan Williams1-2/+2 2018-07-26ipc/sem.c: prevent queue.status tearing in semopDavidlohr Bueso1-1/+1 2018-07-26mm: disallow mappings that conflict for devm_memremap_pages()Dave Jiang1-1/+17 2018-07-26kasan: only select SLUB_DEBUG with SYSFS=yArnd Bergmann1-1/+1 2018-07-26delayacct: fix crash in delayacct_blkio_end() after delayacct init failureTejun Heo1-1/+1 2018-07-26block: bio_iov_iter_get_pages: pin more pages for multi-segment IOsMartin Wilck1-3/+32 2018-07-26blkdev: __blkdev_direct_IO_simple: fix leak in error caseMartin Wilck1-4/+5 2018-07-26block: bio_iov_iter_get_pages: fix size of last iovecMartin Wilck1-10/+8 2018-07-26PCI/AER: Work around use-after-free in pcie_do_fatal_recovery()Thomas Tai1-0/+2 2018-07-26kthread, tracing: Don't expose half-written comm when creating kthreadsSnild Dolkow1-1/+7 2018-07-25tracing: Quiet gcc warning about maybe unused link variableSteven Rostedt (VMware)1-2/+4 2018-07-25tracing: Fix possible double free in event_enable_trigger_func()Steven Rostedt (VMware)1-1/+5 2018-07-25drm/i915/glk: Add Quirk for GLK NUC HDMI port issues.Clint Taylor4-5/+33 2018-07-25tracing/kprobes: Fix trace_probe flags on enable_trace_kprobe() failureArtem Savkov1-2/+11