summaryrefslogtreecommitdiff
path: root/include/trace/events/writeback.h
AgeCommit message (Expand)Author
2023-06-19writeback: fix dereferencing NULL mapping->host on writeback_page_templateRafael Aquini
2022-03-22remove congestion tracking frameworkNeilBrown
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-11-06mm/vmscan: throttle reclaim until some writeback completes if congestedMel Gorman
2021-10-18mm/writeback: Convert tracing writeback_page_template to foliosMatthew Wilcox (Oracle)
2021-09-27mm/memcg: Convert mem_cgroup_track_foreign_dirty_slowpath() to folioMatthew Wilcox (Oracle)
2021-06-10trace: replace WB_REASON_FOREIGN_FLUSH with a stringChunguang Xu
2020-12-04Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2020-12-02mm: memcontrol: Use helpers to read page's memcg dataRoman Gushchin
2020-11-25trace: fix potenial dangerous pointerHui Su
2020-06-15writeback: Drop I_DIRTY_TIME_EXPIREJan Kara
2020-06-15writeback: Fix sync livelock due to b_dirty_time processingJan Kara
2020-06-02mm/writeback: discard NR_UNSTABLE_NFS, use NR_WRITEBACK insteadNeilBrown
2020-04-17buffer: remove useless comment and WB_REASON_FREE_MORE_MEM, reason.Zhiqiang Liu
2020-01-31memcg: fix a crash in wb_workfn when a device disappearsTheodore Ts'o
2019-11-25writeback: fix -Wformat compilation warningsQian Cai
2019-11-12kernfs: convert kernfs_node->id from union kernfs_node_id to u64Tejun Heo
2019-11-12writeback: use ino_t for inodes in tracepointsTejun Heo
2019-09-25include/trace/events/writeback.h: fix -Wstringop-truncation warningsQian Cai
2019-08-30writeback: don't access page->mapping directly in track_foreign_dirty TPTejun Heo
2019-08-30writeback: add tracepoints for cgroup foreign writebacksTejun Heo
2019-05-14mm/page-writeback: introduce tracepoint for wait_on_page_writeback()Yafang Shao
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-04writeback: eliminate work item allocation in bd_start_writeback()Jens Axboe
2017-07-29kernfs: introduce kernfs_node_idShaohua Li
2017-02-24mm: vmscan: kick flushers when we encounter dirty pages on the LRUJohannes Weiner
2016-07-28mm: move vmscan writes and file write accounting to the nodeMel Gorman
2016-07-28mm: move most file-based accounting to the nodeMel Gorman
2016-07-26fs/fs-writeback.c: inode writeback list tracking tracepointsBrian Foster
2016-03-08tracing, writeback: Replace cgroup path to cgroup inoYang Shi
2015-08-18writeback: update writeback tracepoints to report cgroupTejun Heo
2015-06-25Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-06-02writeback: move global_dirty_limit into wb_domainTejun Heo
2015-06-02writeback: move bandwidth related fields from backing_dev_info into bdi_write...Tejun Heo
2015-05-28block: discard bdi_unregister() in favour of bdi_destroy()NeilBrown
2015-04-08writeback: Export enums used by tracepoint to user spaceSteven Rostedt (Red Hat)
2015-02-17Merge branch 'lazytime' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2015-02-05vfs: add support for a lazytime mount optionTheodore Ts'o
2015-01-20fs: remove default_backing_dev_infoChristoph Hellwig
2015-01-20fs: export inode_to_bdi and use it in favor of mapping->backing_dev_infoChristoph Hellwig
2014-04-03Merge tag 'trace-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2014-03-07tracing: Fix event header writeback.h to include tracepoint.hSteven Rostedt (Red Hat)
2014-02-22Revert "writeback: do not sync data dirtied after sync start"Jan Kara
2013-11-13writeback: do not sync data dirtied after sync startJan Kara
2013-04-01writeback: replace custom worker pool implementation with unbound workqueueTejun Heo
2013-01-14writeback: add more tracepointsTejun Heo
2012-05-06writeback: Move requeueing when I_SYNC set to writeback_sb_inodes()Jan Kara
2012-03-24Merge tag 'device-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2012-03-16device.h: audit and cleanup users in main include dirPaul Gortmaker