| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-09-19 | writeback: Add tracepoint to track pending inode switches | Jan Kara | 1 | -0/+29 |
| 2025-07-09 | mm: remove the for_reclaim field from struct writeback_control | Christoph Hellwig | 1 | -6/+2 |
| 2025-03-17 | writeback: fix calculations in trace_balance_dirty_pages() for cgwb | Tang Yizhou | 1 | -3/+2 |
| 2025-03-17 | writeback: rename variables in trace_balance_dirty_pages() | Tang Yizhou | 1 | -7/+7 |
| 2025-03-17 | writeback: let trace_balance_dirty_pages() take struct dtc as parameter | Tang Yizhou | 1 | -10/+6 |
| 2024-08-30 | writeback: Refine the show_inode_state() macro definition | Julian Sun | 1 | -1/+9 |
| 2023-06-19 | writeback: fix dereferencing NULL mapping->host on writeback_page_template | Rafael Aquini | 1 | -1/+1 |
| 2022-03-22 | remove congestion tracking framework | NeilBrown | 1 | -28/+0 |
| 2021-11-06 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -7/+0 |
| 2021-11-06 | mm/vmscan: throttle reclaim until some writeback completes if congested | Mel Gorman | 1 | -7/+0 |
| 2021-10-18 | mm/writeback: Convert tracing writeback_page_template to folios | Matthew Wilcox (Oracle) | 1 | -10/+10 |
| 2021-09-27 | mm/memcg: Convert mem_cgroup_track_foreign_dirty_slowpath() to folio | Matthew Wilcox (Oracle) | 1 | -4/+4 |
| 2021-06-10 | trace: replace WB_REASON_FOREIGN_FLUSH with a string | Chunguang Xu | 1 | -1/+2 |
| 2020-12-04 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski | 1 | -1/+1 |
| 2020-12-02 | mm: memcontrol: Use helpers to read page's memcg data | Roman Gushchin | 1 | -1/+1 |
| 2020-11-25 | trace: fix potenial dangerous pointer | Hui Su | 1 | -4/+4 |
| 2020-06-15 | writeback: Drop I_DIRTY_TIME_EXPIRE | Jan Kara | 1 | -1/+0 |
| 2020-06-15 | writeback: Fix sync livelock due to b_dirty_time processing | Jan Kara | 1 | -7/+6 |
| 2020-06-02 | mm/writeback: discard NR_UNSTABLE_NFS, use NR_WRITEBACK instead | NeilBrown | 1 | -4/+1 |
| 2020-04-17 | buffer: remove useless comment and WB_REASON_FREE_MORE_MEM, reason. | Zhiqiang Liu | 1 | -1/+0 |
| 2020-01-31 | memcg: fix a crash in wb_workfn when a device disappears | Theodore Ts'o | 1 | -20/+17 |
| 2019-11-25 | writeback: fix -Wformat compilation warnings | Qian Cai | 1 | -24/+24 |
| 2019-11-12 | kernfs: convert kernfs_node->id from union kernfs_node_id to u64 | Tejun Heo | 1 | -2/+2 |
| 2019-11-12 | writeback: use ino_t for inodes in tracepoints | Tejun Heo | 1 | -44/+44 |
| 2019-09-25 | include/trace/events/writeback.h: fix -Wstringop-truncation warnings | Qian Cai | 1 | -18/+20 |
| 2019-08-30 | writeback: don't access page->mapping directly in track_foreign_dirty TP | Tejun Heo | 1 | -1/+4 |
| 2019-08-30 | writeback: add tracepoints for cgroup foreign writebacks | Tejun Heo | 1 | -0/+123 |
| 2019-05-14 | mm/page-writeback: introduce tracepoint for wait_on_page_writeback() | Yafang Shao | 1 | -1/+15 |
| 2017-11-14 | Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -1/+0 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
| 2017-10-04 | writeback: eliminate work item allocation in bd_start_writeback() | Jens Axboe | 1 | -1/+0 |
| 2017-07-29 | kernfs: introduce kernfs_node_id | Shaohua Li | 1 | -1/+1 |
| 2017-02-24 | mm: vmscan: kick flushers when we encounter dirty pages on the LRU | Johannes Weiner | 1 | -1/+1 |
| 2016-07-28 | mm: move vmscan writes and file write accounting to the node | Mel Gorman | 1 | -2/+2 |
| 2016-07-28 | mm: move most file-based accounting to the node | Mel Gorman | 1 | -3/+3 |
| 2016-07-26 | fs/fs-writeback.c: inode writeback list tracking tracepoints | Brian Foster | 1 | -4/+18 |
| 2016-03-08 | tracing, writeback: Replace cgroup path to cgroup ino | Yang Shi | 1 | -76/+45 |
| 2015-08-18 | writeback: update writeback tracepoints to report cgroup | Tejun Heo | 1 | -39/+141 |
| 2015-06-25 | Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -7/+8 |
| 2015-06-02 | writeback: move global_dirty_limit into wb_domain | Tejun Heo | 1 | -3/+4 |
| 2015-06-02 | writeback: move bandwidth related fields from backing_dev_info into bdi_write... | Tejun Heo | 1 | -4/+4 |
| 2015-05-28 | block: discard bdi_unregister() in favour of bdi_destroy() | NeilBrown | 1 | -1/+0 |
| 2015-04-08 | writeback: Export enums used by tracepoint to user space | Steven Rostedt (Red Hat) | 1 | -8/+25 |
| 2015-02-17 | Merge branch 'lazytime' of git://git.kernel.org/pub/scm/linux/kernel/git/viro... | Linus Torvalds | 1 | -1/+59 |
| 2015-02-05 | vfs: add support for a lazytime mount option | Theodore Ts'o | 1 | -1/+59 |
| 2015-01-20 | fs: remove default_backing_dev_info | Christoph Hellwig | 1 | -4/+2 |
| 2015-01-20 | fs: export inode_to_bdi and use it in favor of mapping->backing_dev_info | Christoph Hellwig | 1 | -3/+3 |
| 2014-04-03 | Merge tag 'trace-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds | 1 | -0/+1 |
| 2014-03-07 | tracing: Fix event header writeback.h to include tracepoint.h | Steven Rostedt (Red Hat) | 1 | -0/+1 |
| 2014-02-22 | Revert "writeback: do not sync data dirtied after sync start" | Jan Kara | 1 | -3/+3 |
| 2013-11-13 | writeback: do not sync data dirtied after sync start | Jan Kara | 1 | -3/+3 |
| 2013-04-01 | writeback: replace custom worker pool implementation with unbound workqueue | Tejun Heo | 1 | -5/+0 |
| 2013-01-14 | writeback: add more tracepoints | Tejun Heo | 1 | -0/+116 |
| 2012-05-06 | writeback: Move requeueing when I_SYNC set to writeback_sb_inodes() | Jan Kara | 1 | -7/+29 |
| 2012-03-24 | Merge tag 'device-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 1 | -1/+0 |
| 2012-03-16 | device.h: audit and cleanup users in main include dir | Paul Gortmaker | 1 | -1/+0 |
| 2012-02-06 | writeback: fix dereferencing NULL bdi->dev on trace_writeback_queue | Wu Fengguang | 1 | -1/+4 |
| 2012-02-01 | writeback: fix NULL bdi->dev in trace writeback_single_inode | Wu Fengguang | 1 | -1/+1 |
| 2011-12-18 | writeback: dirty ratelimit - think time compensation | Wu Fengguang | 1 | -3/+11 |
| 2011-12-18 | writeback: show writeback reason with __print_symbolic | Wu Fengguang | 1 | -2/+13 |
| 2011-10-31 | writeback: Add a 'reason' to wb_writeback_work | Curt Wohlgemuth | 1 | -4/+10 |
| 2011-10-31 | writeback: send work item to queue_io, move_expired_inodes | Curt Wohlgemuth | 1 | -2/+3 |
| 2011-10-31 | writeback: trace event balance_dirty_pages | Wu Fengguang | 1 | -0/+73 |
| 2011-10-31 | writeback: trace event bdi_dirty_ratelimit | Wu Fengguang | 1 | -0/+45 |
| 2011-10-03 | writeback: IO-less balance_dirty_pages() | Wu Fengguang | 1 | -24/+0 |
| 2011-08-31 | writeback: show raw dirtied_when in trace writeback_single_inode | Wu Fengguang | 1 | -5/+5 |
| 2011-07-09 | writeback: trace global_dirty_state | Wu Fengguang | 1 | -0/+46 |
| 2011-07-09 | writeback: make writeback_control.nr_to_write straight | Wu Fengguang | 1 | -11/+28 |
| 2011-06-08 | writeback: trace event writeback_queue_io | Wu Fengguang | 1 | -0/+25 |
| 2011-06-08 | writeback: trace event writeback_single_inode | Wu Fengguang | 1 | -0/+70 |
| 2011-06-08 | writeback: remove writeback_control.more_io | Wu Fengguang | 1 | -4/+1 |
| 2011-01-13 | writeback: trace wakeup event for background writeback | Wu Fengguang | 1 | -0/+1 |
| 2010-10-26 | writeback: do not sleep on the congestion queue if there are no congested BDI... | Mel Gorman | 1 | -0/+7 |
| 2010-10-26 | writeback: account for time spent congestion_waited | Mel Gorman | 1 | -0/+28 |
| 2010-10-26 | writeback: remove nonblocking/encountered_congestion references | Wu Fengguang | 1 | -2/+0 |
| 2010-08-07 | writeback: add new tracepoints | Artem Bityutskiy | 1 | -0/+2 |
| 2010-08-07 | writeback.h: needs linux/device.h | Randy Dunlap | 1 | -0/+1 |
| 2010-08-07 | writeback: Add tracing to write_cache_pages | Dave Chinner | 1 | -0/+1 |
| 2010-08-07 | writeback: Add tracing to balance_dirty_pages | Dave Chinner | 1 | -0/+64 |
| 2010-08-07 | writeback: Initial tracing support | Dave Chinner | 1 | -0/+91 |