aboutsummaryrefslogtreecommitdiffstats
path: root/include/trace/events/writeback.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-02-01writeback: fix NULL bdi->dev in trace writeback_single_inodeWu Fengguang1-1/+1
2011-12-18writeback: dirty ratelimit - think time compensationWu Fengguang1-3/+11
2011-12-18writeback: show writeback reason with __print_symbolicWu Fengguang1-2/+13
2011-10-31writeback: Add a 'reason' to wb_writeback_workCurt Wohlgemuth1-4/+10
2011-10-31writeback: send work item to queue_io, move_expired_inodesCurt Wohlgemuth1-2/+3
2011-10-31writeback: trace event balance_dirty_pagesWu Fengguang1-0/+73
2011-10-31writeback: trace event bdi_dirty_ratelimitWu Fengguang1-0/+45
2011-10-03writeback: IO-less balance_dirty_pages()Wu Fengguang1-24/+0
2011-08-31writeback: show raw dirtied_when in trace writeback_single_inodeWu Fengguang1-5/+5
2011-07-09writeback: trace global_dirty_stateWu Fengguang1-0/+46
2011-07-09writeback: make writeback_control.nr_to_write straightWu Fengguang1-11/+28
2011-06-08writeback: trace event writeback_queue_ioWu Fengguang1-0/+25
2011-06-08writeback: trace event writeback_single_inodeWu Fengguang1-0/+70
2011-06-08writeback: remove writeback_control.more_ioWu Fengguang1-4/+1