index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
trace
/
events
/
writeback.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-block
Linus Torvalds
2017-11-15
1
-1
/
+0
|
\
|
*
writeback: eliminate work item allocation in bd_start_writeback()
Jens Axboe
2017-10-04
1
-1
/
+0
*
|
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
|
/
*
kernfs: introduce kernfs_node_id
Shaohua Li
2017-07-29
1
-1
/
+1
*
mm: vmscan: kick flushers when we encounter dirty pages on the LRU
Johannes Weiner
2017-02-25
1
-1
/
+1
*
mm: move vmscan writes and file write accounting to the node
Mel Gorman
2016-07-29
1
-2
/
+2
*
mm: move most file-based accounting to the node
Mel Gorman
2016-07-29
1
-3
/
+3
*
fs/fs-writeback.c: inode writeback list tracking tracepoints
Brian Foster
2016-07-27
1
-4
/
+18
*
tracing, writeback: Replace cgroup path to cgroup ino
Yang Shi
2016-03-08
1
-76
/
+45
*
writeback: update writeback tracepoints to report cgroup
Tejun Heo
2015-08-19
1
-39
/
+141
*
Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-block
Linus Torvalds
2015-06-26
1
-7
/
+8
|
\
|
*
writeback: move global_dirty_limit into wb_domain
Tejun Heo
2015-06-02
1
-3
/
+4
|
*
writeback: move bandwidth related fields from backing_dev_info into bdi_write...
Tejun Heo
2015-06-02
1
-4
/
+4
*
|
block: discard bdi_unregister() in favour of bdi_destroy()
NeilBrown
2015-05-28
1
-1
/
+0
|
/
*
writeback: Export enums used by tracepoint to user space
Steven Rostedt (Red Hat)
2015-04-08
1
-8
/
+25
*
Merge branch 'lazytime' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
2015-02-18
1
-1
/
+59
|
\
|
*
vfs: add support for a lazytime mount option
Theodore Ts'o
2015-02-05
1
-1
/
+59
*
|
fs: remove default_backing_dev_info
Christoph Hellwig
2015-01-20
1
-4
/
+2
*
|
fs: export inode_to_bdi and use it in favor of mapping->backing_dev_info
Christoph Hellwig
2015-01-20
1
-3
/
+3
|
/
*
Merge tag 'trace-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
2014-04-03
1
-0
/
+1
|
\
|
*
tracing: Fix event header writeback.h to include tracepoint.h
Steven Rostedt (Red Hat)
2014-03-07
1
-0
/
+1
*
|
Revert "writeback: do not sync data dirtied after sync start"
Jan Kara
2014-02-22
1
-3
/
+3
|
/
*
writeback: do not sync data dirtied after sync start
Jan Kara
2013-11-13
1
-3
/
+3
*
writeback: replace custom worker pool implementation with unbound workqueue
Tejun Heo
2013-04-02
1
-5
/
+0
*
writeback: add more tracepoints
Tejun Heo
2013-01-14
1
-0
/
+116
*
writeback: Move requeueing when I_SYNC set to writeback_sb_inodes()
Jan Kara
2012-05-06
1
-7
/
+29
*
Merge tag 'device-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2012-03-24
1
-1
/
+0
|
\
|
*
device.h: audit and cleanup users in main include dir
Paul Gortmaker
2012-03-16
1
-1
/
+0
*
|
writeback: fix dereferencing NULL bdi->dev on trace_writeback_queue
Wu Fengguang
2012-02-06
1
-1
/
+4
*
|
writeback: fix NULL bdi->dev in trace writeback_single_inode
Wu Fengguang
2012-02-01
1
-1
/
+1
|
/
*
writeback: dirty ratelimit - think time compensation
Wu Fengguang
2011-12-18
1
-3
/
+11
*
writeback: show writeback reason with __print_symbolic
Wu Fengguang
2011-12-18
1
-2
/
+13
*
writeback: Add a 'reason' to wb_writeback_work
Curt Wohlgemuth
2011-10-30
1
-4
/
+10
*
writeback: send work item to queue_io, move_expired_inodes
Curt Wohlgemuth
2011-10-30
1
-2
/
+3
*
writeback: trace event balance_dirty_pages
Wu Fengguang
2011-10-30
1
-0
/
+73
*
writeback: trace event bdi_dirty_ratelimit
Wu Fengguang
2011-10-30
1
-0
/
+45
*
writeback: IO-less balance_dirty_pages()
Wu Fengguang
2011-10-03
1
-24
/
+0
*
writeback: show raw dirtied_when in trace writeback_single_inode
Wu Fengguang
2011-08-31
1
-5
/
+5
*
writeback: trace global_dirty_state
Wu Fengguang
2011-07-10
1
-0
/
+46
*
writeback: make writeback_control.nr_to_write straight
Wu Fengguang
2011-07-10
1
-11
/
+28
*
writeback: trace event writeback_queue_io
Wu Fengguang
2011-06-08
1
-0
/
+25
*
writeback: trace event writeback_single_inode
Wu Fengguang
2011-06-08
1
-0
/
+70
*
writeback: remove writeback_control.more_io
Wu Fengguang
2011-06-08
1
-4
/
+1
*
writeback: trace wakeup event for background writeback
Wu Fengguang
2011-01-14
1
-0
/
+1
*
writeback: do not sleep on the congestion queue if there are no congested BDI...
Mel Gorman
2010-10-27
1
-0
/
+7
*
writeback: account for time spent congestion_waited
Mel Gorman
2010-10-27
1
-0
/
+28
*
writeback: remove nonblocking/encountered_congestion references
Wu Fengguang
2010-10-27
1
-2
/
+0
*
writeback: add new tracepoints
Artem Bityutskiy
2010-08-07
1
-0
/
+2
*
writeback.h: needs linux/device.h
Randy Dunlap
2010-08-07
1
-0
/
+1
*
writeback: Add tracing to write_cache_pages
Dave Chinner
2010-08-07
1
-0
/
+1
[next]