summaryrefslogtreecommitdiffstats
path: root/include/trace/events/writeback.h
Commit message (Expand)AuthorAgeFilesLines
* mm/writeback: discard NR_UNSTABLE_NFS, use NR_WRITEBACK insteadNeilBrown2020-06-021-4/+1
* buffer: remove useless comment and WB_REASON_FREE_MORE_MEM, reason.Zhiqiang Liu2020-04-171-1/+0
* memcg: fix a crash in wb_workfn when a device disappearsTheodore Ts'o2020-01-311-20/+17
* writeback: fix -Wformat compilation warningsQian Cai2019-11-251-24/+24
* kernfs: convert kernfs_node->id from union kernfs_node_id to u64Tejun Heo2019-11-121-2/+2
* writeback: use ino_t for inodes in tracepointsTejun Heo2019-11-121-44/+44
* include/trace/events/writeback.h: fix -Wstringop-truncation warningsQian Cai2019-09-251-18/+20
* writeback: don't access page->mapping directly in track_foreign_dirty TPTejun Heo2019-08-301-1/+4
* writeback: add tracepoints for cgroup foreign writebacksTejun Heo2019-08-301-0/+123
* mm/page-writeback: introduce tracepoint for wait_on_page_writeback()Yafang Shao2019-05-141-1/+15
* Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-11-141-1/+0
|\
| * writeback: eliminate work item allocation in bd_start_writeback()Jens Axboe2017-10-041-1/+0
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* kernfs: introduce kernfs_node_idShaohua Li2017-07-291-1/+1
* mm: vmscan: kick flushers when we encounter dirty pages on the LRUJohannes Weiner2017-02-241-1/+1
* mm: move vmscan writes and file write accounting to the nodeMel Gorman2016-07-281-2/+2
* mm: move most file-based accounting to the nodeMel Gorman2016-07-281-3/+3
* fs/fs-writeback.c: inode writeback list tracking tracepointsBrian Foster2016-07-261-4/+18
* tracing, writeback: Replace cgroup path to cgroup inoYang Shi2016-03-081-76/+45
* writeback: update writeback tracepoints to report cgroupTejun Heo2015-08-181-39/+141
* Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds2015-06-251-7/+8
|\
| * writeback: move global_dirty_limit into wb_domainTejun Heo2015-06-021-3/+4
| * writeback: move bandwidth related fields from backing_dev_info into bdi_write...Tejun Heo2015-06-021-4/+4
* | block: discard bdi_unregister() in favour of bdi_destroy()NeilBrown2015-05-281-1/+0
|/
* writeback: Export enums used by tracepoint to user spaceSteven Rostedt (Red Hat)2015-04-081-8/+25
* Merge branch 'lazytime' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2015-02-171-1/+59
|\
| * vfs: add support for a lazytime mount optionTheodore Ts'o2015-02-051-1/+59
* | fs: remove default_backing_dev_infoChristoph Hellwig2015-01-201-4/+2
* | fs: export inode_to_bdi and use it in favor of mapping->backing_dev_infoChristoph Hellwig2015-01-201-3/+3
|/
* Merge tag 'trace-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2014-04-031-0/+1
|\
| * tracing: Fix event header writeback.h to include tracepoint.hSteven Rostedt (Red Hat)2014-03-071-0/+1
* | Revert "writeback: do not sync data dirtied after sync start"Jan Kara2014-02-221-3/+3
|/
* writeback: do not sync data dirtied after sync startJan Kara2013-11-131-3/+3
* writeback: replace custom worker pool implementation with unbound workqueueTejun Heo2013-04-011-5/+0
* writeback: add more tracepointsTejun Heo2013-01-141-0/+116
* writeback: Move requeueing when I_SYNC set to writeback_sb_inodes()Jan Kara2012-05-061-7/+29
* Merge tag 'device-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2012-03-241-1/+0
|\
| * device.h: audit and cleanup users in main include dirPaul Gortmaker2012-03-161-1/+0
* | writeback: fix dereferencing NULL bdi->dev on trace_writeback_queueWu Fengguang2012-02-061-1/+4
* | writeback: fix NULL bdi->dev in trace writeback_single_inodeWu Fengguang2012-02-011-1/+1
|/
* writeback: dirty ratelimit - think time compensationWu Fengguang2011-12-181-3/+11
* writeback: show writeback reason with __print_symbolicWu Fengguang2011-12-181-2/+13
* writeback: Add a 'reason' to wb_writeback_workCurt Wohlgemuth2011-10-311-4/+10
* writeback: send work item to queue_io, move_expired_inodesCurt Wohlgemuth2011-10-311-2/+3
* writeback: trace event balance_dirty_pagesWu Fengguang2011-10-311-0/+73
* writeback: trace event bdi_dirty_ratelimitWu Fengguang2011-10-311-0/+45
* writeback: IO-less balance_dirty_pages()Wu Fengguang2011-10-031-24/+0
* writeback: show raw dirtied_when in trace writeback_single_inodeWu Fengguang2011-08-311-5/+5
* writeback: trace global_dirty_stateWu Fengguang2011-07-091-0/+46
* writeback: make writeback_control.nr_to_write straightWu Fengguang2011-07-091-11/+28