aboutsummaryrefslogtreecommitdiffstats
path: root/include/trace/events/writeback.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-22remove congestion tracking frameworkNeilBrown1-28/+0
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-7/+0
2021-11-06mm/vmscan: throttle reclaim until some writeback completes if congestedMel Gorman1-7/+0
2021-10-18mm/writeback: Convert tracing writeback_page_template to foliosMatthew Wilcox (Oracle)1-10/+10
2021-09-27mm/memcg: Convert mem_cgroup_track_foreign_dirty_slowpath() to folioMatthew Wilcox (Oracle)1-4/+4
2021-06-10trace: replace WB_REASON_FOREIGN_FLUSH with a stringChunguang Xu1-1/+2
2020-12-04Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-1/+1
2020-12-02mm: memcontrol: Use helpers to read page's memcg dataRoman Gushchin1-1/+1
2020-11-25trace: fix potenial dangerous pointerHui Su1-4/+4
2020-06-15writeback: Drop I_DIRTY_TIME_EXPIREJan Kara1-1/+0
2020-06-15writeback: Fix sync livelock due to b_dirty_time processingJan Kara1-7/+6
2020-06-02mm/writeback: discard NR_UNSTABLE_NFS, use NR_WRITEBACK insteadNeilBrown1-4/+1
2020-04-17buffer: remove useless comment and WB_REASON_FREE_MORE_MEM, reason.Zhiqiang Liu1-1/+0
2020-01-31memcg: fix a crash in wb_workfn when a device disappearsTheodore Ts'o1-20/+17
2019-11-25writeback: fix -Wformat compilation warningsQian Cai1-24/+24
2019-11-12kernfs: convert kernfs_node->id from union kernfs_node_id to u64Tejun Heo1-2/+2
2019-11-12writeback: use ino_t for inodes in tracepointsTejun Heo1-44/+44
2019-09-25include/trace/events/writeback.h: fix -Wstringop-truncation warningsQian Cai1-18/+20
2019-08-30writeback: don't access page->mapping directly in track_foreign_dirty TPTejun Heo1-1/+4
2019-08-30writeback: add tracepoints for cgroup foreign writebacksTejun Heo1-0/+123
2019-05-14mm/page-writeback: introduce tracepoint for wait_on_page_writeback()Yafang Shao1-1/+15
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-04writeback: eliminate work item allocation in bd_start_writeback()Jens Axboe1-1/+0
2017-07-29kernfs: introduce kernfs_node_idShaohua Li1-1/+1
2017-02-24mm: vmscan: kick flushers when we encounter dirty pages on the LRUJohannes Weiner1-1/+1
2016-07-28mm: move vmscan writes and file write accounting to the nodeMel Gorman1-2/+2
2016-07-28mm: move most file-based accounting to the nodeMel Gorman1-3/+3
2016-07-26fs/fs-writeback.c: inode writeback list tracking tracepointsBrian Foster1-4/+18
2016-03-08tracing, writeback: Replace cgroup path to cgroup inoYang Shi1-76/+45
2015-08-18writeback: update writeback tracepoints to report cgroupTejun Heo1-39/+141
2015-06-25Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds1-7/+8
2015-06-02writeback: move global_dirty_limit into wb_domainTejun Heo1-3/+4
2015-06-02writeback: move bandwidth related fields from backing_dev_info into bdi_writebackTejun Heo1-4/+4
2015-05-28block: discard bdi_unregister() in favour of bdi_destroy()NeilBrown1-1/+0
2015-04-08writeback: Export enums used by tracepoint to user spaceSteven Rostedt (Red Hat)1-8/+25
2015-02-17Merge branch 'lazytime' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+59
2015-02-05vfs: add support for a lazytime mount optionTheodore Ts'o1-1/+59
2015-01-20fs: remove default_backing_dev_infoChristoph Hellwig1-4/+2
2015-01-20fs: export inode_to_bdi and use it in favor of mapping->backing_dev_infoChristoph Hellwig1-3/+3
2014-04-03Merge tag 'trace-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-0/+1
2014-03-07tracing: Fix event header writeback.h to include tracepoint.hSteven Rostedt (Red Hat)1-0/+1
2014-02-22Revert "writeback: do not sync data dirtied after sync start"Jan Kara1-3/+3
2013-11-13writeback: do not sync data dirtied after sync startJan Kara1-3/+3
2013-04-01writeback: replace custom worker pool implementation with unbound workqueueTejun Heo1-5/+0
2013-01-14writeback: add more tracepointsTejun Heo1-0/+116
2012-05-06writeback: Move requeueing when I_SYNC set to writeback_sb_inodes()Jan Kara1-7/+29
2012-03-24Merge tag 'device-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-1/+0
2012-03-16device.h: audit and cleanup users in main include dirPaul Gortmaker1-1/+0
2012-02-06writeback: fix dereferencing NULL bdi->dev on trace_writeback_queueWu Fengguang1-1/+4