Files
linux-stable-mirror/Documentation
Theodore Ts'o 296c355cd6 ext4: Use tracepoints for mb_history trace file
The /proc/fs/ext4/<dev>/mb_history was maintained manually, and had a
number of problems: it required a largish amount of memory to be
allocated for each ext4 filesystem, and the s_mb_history_lock
introduced a CPU contention problem.  

By ripping out the mb_history code and replacing it with ftrace
tracepoints, and we get more functionality: timestamps, event
filtering, the ability to correlate mballoc history with other ext4
tracepoints, etc.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2009-09-30 00:32:42 -04:00
..
2009-09-24 21:22:33 +01:00
2009-09-20 12:27:42 +02:00
2009-09-10 10:46:55 +03:00
2009-09-19 01:55:27 -04:00
2009-08-23 10:32:40 +02:00
2009-09-23 06:46:41 -07:00
2009-09-15 17:04:38 -07:00
2009-09-23 07:39:48 -07:00
2009-08-28 15:21:12 -04:00